From b11328758c63a3ed544e84d14b93f1990ff4d064 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 7 Mar 2022 18:32:10 +0100 Subject: [PATCH 001/362] Upgrade development NPM packages to latest versions --- package-lock.json | 4630 +++++++++++++++++++++++---------------------- package.json | 2 +- 2 files changed, 2389 insertions(+), 2243 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5d699ee1..14d35a35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "ajv-cli": "^5.0.0", "ajv-formats": "^2.1.0", "format-graphql": "^1.4.0", - "graphql": "^15.5.0", + "graphql": "^16.3.0", "graphql-schema-linter": "^2.0.0", "prettier": "^2.3.0", "yargs": "^17.0.0" @@ -21,24 +21,24 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz", - "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.0" + "@babel/highlight": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/generator": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz", - "integrity": "sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==", + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", + "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", "dev": true, "dependencies": { - "@babel/types": "^7.16.0", + "@babel/types": "^7.17.0", "jsesc": "^2.5.1", "source-map": "^0.5.0" }, @@ -46,137 +46,84 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/generator/node_modules/@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", + "node_modules/@babel/helper-environment-visitor": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz", - "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", "dev": true, "dependencies": { - "@babel/helper-get-function-arity": "^7.16.0", - "@babel/template": "^7.16.0", - "@babel/types": "^7.16.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name/node_modules/@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-get-function-arity": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-get-function-arity": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz", - "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.16.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-get-function-arity/node_modules/@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz", - "integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", "dev": true, "dependencies": { - "@babel/types": "^7.16.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables/node_modules/@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz", - "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", "dev": true, "dependencies": { - "@babel/types": "^7.16.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration/node_modules/@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", - "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", - "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", + "version": "7.16.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", + "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -247,9 +194,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.15.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", - "integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", + "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -259,98 +206,131 @@ } }, "node_modules/@babel/template": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz", - "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.16.0", - "@babel/parser": "^7.16.0", - "@babel/types": "^7.16.0" + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/template/node_modules/@babel/parser": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.3.tgz", - "integrity": "sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" + "node_modules/@babel/traverse": { + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", + "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.16.7", + "@babel/helper-hoist-variables": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/parser": "^7.17.3", + "@babel/types": "^7.17.0", + "debug": "^4.1.0", + "globals": "^11.1.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=6.9.0" } }, - "node_modules/@babel/template/node_modules/@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", + "node_modules/@babel/types": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.15.7", + "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/traverse": { - "version": "7.15.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", - "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.14.5", - "@babel/generator": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-hoist-variables": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "@babel/parser": "^7.15.4", - "@babel/types": "^7.15.4", - "debug": "^4.1.0", - "globals": "^11.1.0" + "node_modules/@envelop/core": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@envelop/core/-/core-1.7.1.tgz", + "integrity": "sha512-ZxeQs4G0FOzoFAH+zskubx5aM9kx6BiUvcSI9Lo3MfYBmnK7cjwcwDdwk6Mq48QDuAeVdGfDmQz+BiWg0k2GmQ==", + "dev": true, + "dependencies": { + "@envelop/types": "1.5.1" }, - "engines": { - "node": ">=6.9.0" + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@babel/types": { - "version": "7.15.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", - "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", + "node_modules/@envelop/disable-introspection": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-2.0.0.tgz", + "integrity": "sha512-yjHvDcjpanT4aA7UCDViCJoqx0iIvHrdO2CdtwvSU98vLaTXSFhbw+AL6Ae1GP1Rva/TuHslFWLNKYXaYKRIBw==", + "dev": true, + "peerDependencies": { + "@envelop/core": "^1.7.0", + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@envelop/parser-cache": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-3.0.0.tgz", + "integrity": "sha512-1Pf4pnxrpPBM2N+dDdhRYoUbIK9K0xxzW4PbjWPCQe2C2owOfc+ndZad1nn9Yi1i5hibqwcltsQPmeUCsVPltw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.14.9", - "to-fast-properties": "^2.0.0" + "tiny-lru": "7.0.6" }, - "engines": { - "node": ">=6.9.0" + "peerDependencies": { + "@envelop/core": "^1.7.0", + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@envelop/types": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@envelop/types/-/types-1.5.1.tgz", + "integrity": "sha512-NrwLVzyNqiSzgRRqOxkU2IgRc5hSGS73VsgxqchU3jl36rYo7AXVAnITkytmB9wk+jN2vUOVvayLkaTXooARwg==", + "dev": true, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@envelop/validation-cache": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-3.0.0.tgz", + "integrity": "sha512-JqTA6huTygAlQilaVEM77DlFdGSptf5ElOWX7wdu0VC15h2Np7MmnsyOcy7xQI1Sc7B3oaNSo12l3QD6K28vOQ==", + "dev": true, + "dependencies": { + "tiny-lru": "7.0.6" + }, + "peerDependencies": { + "@envelop/core": "^1.7.0", + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/cli": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.0.2.tgz", - "integrity": "sha512-Rvd1mq0PP14ASaCEsG06klJPeaCyPz/SZsTPi9/b+ttckb+PgMkDIU/KEortASQe0IVZmy1XBGBY2kr5Jju65Q==", - "dev": true, - "dependencies": { - "@graphql-inspector/code-loader": "3.0.2", - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/coverage-command": "3.0.2", - "@graphql-inspector/diff-command": "3.0.2", - "@graphql-inspector/docs-command": "3.0.2", - "@graphql-inspector/git-loader": "3.0.2", - "@graphql-inspector/github-loader": "3.0.2", - "@graphql-inspector/graphql-loader": "3.0.2", - "@graphql-inspector/introspect-command": "3.0.2", - "@graphql-inspector/json-loader": "3.0.2", - "@graphql-inspector/loaders": "3.0.2", - "@graphql-inspector/serve-command": "3.0.2", - "@graphql-inspector/similar-command": "3.0.2", - "@graphql-inspector/url-loader": "3.0.2", - "@graphql-inspector/validate-command": "3.0.2", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.1.1.tgz", + "integrity": "sha512-7Uqvk6+4heVSYQyCLqDr9uLKO8aTYja+EGsLBA7khY1plc+lIM1SiDfjPbCUDZUaip9+JSX/kcXYGl5RVlNktg==", + "dev": true, + "dependencies": { + "@graphql-inspector/code-loader": "3.1.1", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/coverage-command": "3.1.1", + "@graphql-inspector/diff-command": "3.1.1", + "@graphql-inspector/docs-command": "3.1.1", + "@graphql-inspector/git-loader": "3.1.1", + "@graphql-inspector/github-loader": "3.1.1", + "@graphql-inspector/graphql-loader": "3.1.1", + "@graphql-inspector/introspect-command": "3.1.1", + "@graphql-inspector/json-loader": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/serve-command": "3.1.1", + "@graphql-inspector/similar-command": "3.1.1", + "@graphql-inspector/url-loader": "3.1.1", + "@graphql-inspector/validate-command": "3.1.1", "tslib": "^2.0.0", "yargs": "17.2.1" }, @@ -358,50 +338,77 @@ "graphql-inspector": "index.js" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/code-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.0.2.tgz", - "integrity": "sha512-blIx1BksKyfeSE04YHKJQ0g22jixgVmBBmth48co1LRCE019KXNWNvY5g5wo3kG75pvOKSB/zKV34ZU30hrLuQ==", + "node_modules/@graphql-inspector/cli/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", "dev": true, "dependencies": { - "@graphql-tools/code-file-loader": "^7.0.0", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" } }, - "node_modules/@graphql-inspector/commands": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.0.2.tgz", - "integrity": "sha512-jxY9PZ1G7cUy5AlZhMc5okVZsvnUhgKkMSJoF2SmqN3VwWas0ahWhNKjw/OKWhEXNg73oo+RQWFVw6To3ikMEg==", + "node_modules/@graphql-inspector/cli/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", "dev": true, "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/cli/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/@graphql-inspector/code-loader": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.1.1.tgz", + "integrity": "sha512-hnVIloXmSFkkkowcjUz8xppC5LjZ/DVFtyZ+RKOiWWBPUR85lrLkCMEVR6pPRaBLS8fKrUus+YUkDkHI2TFrKQ==", + "dev": true, + "dependencies": { + "@graphql-tools/code-file-loader": "^7.2.2", "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.0.2", - "@graphql-inspector/loaders": "3.0.2", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0", - "yargs": "17.2.1" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/config": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.0.2.tgz", - "integrity": "sha512-z7YbeOxi6bmmtI5HgSktDN2Bwmw7mJJDLPevCG4soUbhVJ9lonVl9ulaLXZRIPa0kFkLA9Ri5AcusY60ghoTfQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.1.1.tgz", + "integrity": "sha512-kc4jkP8B+BgS5lEMEiFcsNfajb2csikqXYqjAJ1VPowLXTFSv+DqrskTQbpM5+I5SOX7uN0AAs4BWxZ2nVFTMg==", "dev": true, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/core": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.0.2.tgz", - "integrity": "sha512-whAUHUD0ivsMpAkX7A7v0IlX069j6fpvMiLmsNzpX1MWMBu44TujlUbeuANegmTysyXxgHvWXtiHhW2zpZ/3QQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.1.1.tgz", + "integrity": "sha512-DP+FgKl93ESPLxg1Hujw1tIpsjfHeZDXKU5/43k8f5yQ2jCWM34NywROuICTNTYLuVL6gVxY/PSwWiCjVvlUMw==", "dev": true, "dependencies": { "dependency-graph": "0.11.0", @@ -409,139 +416,315 @@ "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/coverage-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.0.2.tgz", - "integrity": "sha512-+M0JRIO7k+1BHu+FdXOI+m0r/UiHm+k8802TIQ/gEFE3bK0eCvcaQwr4fu3wqA5NxG1exkMg7nslpvyWXV0h4w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.1.1.tgz", + "integrity": "sha512-mwMenrPbqs3Ywr9jgt6g8ZR8u4NvVe0mbquTz68BSbyd83+SXQIRolLlhevcRHNjC0bj2euhIc7DOKLj9O4Nyg==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/coverage-command/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/coverage-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/coverage-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" } }, "node_modules/@graphql-inspector/diff-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.0.2.tgz", - "integrity": "sha512-VtglZuriM3+QvieDRF1JRxIWuvUIg4UkfvIGtTNOsH11jDDJRqqEa6mEJItyUfsFT6P1ikh4qlrgm0/8o34SKQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.1.1.tgz", + "integrity": "sha512-TnjFqV7q6dJCO0hBjUxWy9W/rq6NprL2yM61p0j2QCh0z0flQszaEN2kKwnNVoKqd2YL+FV6XWh28FcDtfhcXw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/diff-command/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/diff-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/diff-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" } }, "node_modules/@graphql-inspector/docs-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.0.2.tgz", - "integrity": "sha512-nh7R6vk3N8ClkWTU2jjHc7FM2WWXZnYHOdCwpuxBtTK45yxVTqhWAWBTl3MVwYBF7QqJzQhxhHTQQurGgwd7Ig==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.1.1.tgz", + "integrity": "sha512-ywFOYGsjNyIfz7q/zb96Wwoj0mG/p2N40IVzC4Ko5Mz9JbkMtLURtgmpeauvBuRtxO+ABJGakv8x56AMSBn7Nw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.0.2", + "@graphql-inspector/commands": "3.1.1", "open": "8.2.1", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/docs-command/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/docs-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/docs-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" } }, "node_modules/@graphql-inspector/git-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.0.2.tgz", - "integrity": "sha512-4kRHtyY4jBsV28rTKT2Lau6ZVBIO+OUeQC/PsxYamMb/qsBxvOK7++jbD4B3ZotThxHtrc2qRjMpXYf96DLuBw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.1.1.tgz", + "integrity": "sha512-H2CWPB3TK2wVWfOwbLLglPzxlqhh/ltysOVL1VczTae/PEw+OvU8NAJDXq76XqcoTZmDAy04OZXulH7InRtt8w==", "dev": true, "dependencies": { - "@graphql-tools/git-loader": "^7.0.0", + "@graphql-tools/git-loader": "^7.1.2", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/github-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.0.2.tgz", - "integrity": "sha512-No0ZGhbl6Mi7nPnZHXzsQ7GPpb/49/ke7Boy1G0GjWIsseeIiK0U5QlqD8iz+r4omL5Ablf4em27Vk59uermSg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.1.1.tgz", + "integrity": "sha512-7M2ttbHpk6dJayx8Dqt7KXnkQmH/Nx5rBo5VU8SqHTlWs65n4tOScg9a8MFm5MYdRtVfcmgYmP6H8F8QeIpPtg==", "dev": true, "dependencies": { - "@graphql-tools/github-loader": "^7.0.0", + "@graphql-tools/github-loader": "^7.1.1", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/graphql-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.0.2.tgz", - "integrity": "sha512-JqOV1Zb/GOZVQ6c1ZRrQ3enW30LkqA3GHjDOsoENsHxr1p8CY5/OR5YO+DSWzrgfyM0uMtqlsO3H9QgrbTngVA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.1.1.tgz", + "integrity": "sha512-rX5C2zBvCMFAdAGNoJQFxq/dp4VhS2lRpbzSoPQ8nMEiH6CdwH/5JXVrq3tu6M4TLlVnk7ixsDJIQRMK60oOlQ==", "dev": true, "dependencies": { - "@graphql-tools/graphql-file-loader": "^7.0.0", + "@graphql-tools/graphql-file-loader": "^7.3.2", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/introspect-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.0.2.tgz", - "integrity": "sha512-WVSyubxoQa4Euo31hwWBquKfkO0N7mnqsRtnwpG97RukjT3WZNXuf//wkX4YWsfeO6x/C1NFRSNSpMYgcaUU4w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.1.1.tgz", + "integrity": "sha512-YKqgLBPQBKUAvDX3s/oOmJlyfNNXrK2pv9QitOooqQcpVlsmc11MgCsUCkSxKFFJFhLf4VWdJYxqWmYcMtmKEA==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/introspect-command/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/introspect-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/introspect-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" } }, "node_modules/@graphql-inspector/json-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.0.2.tgz", - "integrity": "sha512-Hc3mewziHm5EXT0SOiHNLEkYMMDbKbYkzbt8CJbQSE+Xrfhj/UH/OiAm9XCZ7gEhtRBTegj19Ly/HR+sbj2c5Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.1.1.tgz", + "integrity": "sha512-0bx7iveCsoCuJLsyFm2UsWCURnBAyWDlmnhaOGU2Z9ZAyv1pGP1mKgCPKkTXfzsZ1CkeaCbHniyOau8ye9UPJA==", "dev": true, "dependencies": { - "@graphql-tools/json-file-loader": "^7.0.0", + "@graphql-tools/json-file-loader": "^7.3.2", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/loaders": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.0.2.tgz", - "integrity": "sha512-SsUP9BRWO77OYEuJAXHlo4BXx7G0xyeO05ymFZs5G3OuZRPphsQlqg8qWwH0+xJ0D6VPQ33AHCXqdgVRNNTsqw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.1.1.tgz", + "integrity": "sha512-B5PUlUXOyVrpcAIEi6gNfDoWEKYcjgl0DIa6Y+expgPi27eRVbNBYdBjPCz5oO17W8dnsTQft5Oh0As2HUjSrQ==", "dev": true, "dependencies": { - "@graphql-tools/load": "^7.3.2", + "@graphql-tools/load": "^7.4.1", "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.0.2", + "@graphql-inspector/config": "3.1.1", "@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/logger": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.0.2.tgz", - "integrity": "sha512-/ULe8+fxW4nHYSdnPlIXdVyd5eBa9aRi+Ink3YEPM4RpIYtW1vh2XJU2CB0wjOAJv9wtZASDRBzY3qHAFx9j3Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.1.1.tgz", + "integrity": "sha512-4vvp2Y02sLglFdOPnEvwnicLodO7AwgdqGjWksgYdvW6801eH7yCmnCyQPladG2Xbb4dmztcjhKWWAIF29RPow==", "dev": true, "dependencies": { "chalk": "4.1.1", @@ -552,73 +735,203 @@ } }, "node_modules/@graphql-inspector/serve-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.0.2.tgz", - "integrity": "sha512-+hH/Ceq/wViEHjj7b1dqX+iBbOgLJ7/x8a8Qgn3nH6e2Vb0lBEjwg6xyTM+ducHNBEHVcBICF/KyTrpNOWELZQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.1.1.tgz", + "integrity": "sha512-xxrhda0J7l/hJYd9JpLvvgycye6z3sfForKYST6KffzIKAmYPdFrMayCzzzf7DRoGzknW2cQ2JFiziYhNxr9fA==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/logger": "3.0.2", - "cors": "2.8.5", - "express": "4.17.1", - "express-graphql": "0.12.0", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/logger": "3.1.1", + "@graphql-yoga/node": "0.1.0-alpha.3", "open": "8.2.1", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/serve-command/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/serve-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/serve-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" } }, "node_modules/@graphql-inspector/similar-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.0.2.tgz", - "integrity": "sha512-RK03+BRtDTIGbKnyJi2Vw/oQvSEH3Mk+FZ31uMkAH/nprmK+QIS95p+crKxtcAWfRUX7BNmYWfWluS+GkSLLkQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.1.1.tgz", + "integrity": "sha512-qAg8aYK9J0e86MzDp77oV1f+eMxClHWaOieZA6JEITaXnYo/wTC8fLCUCOKLyKSF6hMK/G1N+JagWAAHOa/sng==", + "dev": true, + "dependencies": { + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/similar-command/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/similar-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/similar-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" } }, "node_modules/@graphql-inspector/url-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.0.2.tgz", - "integrity": "sha512-/mMOCLDOdtXmb466OvXuJoclfdaO0NmELR3RYLauCDYkUOL/6dG8U0zrT584jlSfiJbiJXoeUflWMl8XupNj/Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.1.1.tgz", + "integrity": "sha512-OIzzazD6CjiyD5sDP91B+sl90IFsTaNTaVFHkl8IcwS+gvV7uETNnuTqBup7pGrPhGWpcUn4Os1nOcgWK83O8g==", "dev": true, "dependencies": { - "@graphql-tools/url-loader": "^7.0.0", + "@graphql-tools/url-loader": "^7.4.2", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/validate-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.0.2.tgz", - "integrity": "sha512-emBLsf5dcLO0MG6QgZYzbNHw6sinbU/LD7aTeIJlCu2+Lzw53xruZjavZzHdLctFKqVopgPl4R3aZTj1hEipvw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.1.1.tgz", + "integrity": "sha512-QtKCDM2rgNB5kgrTMDEcPD0BBrSqqxWT33NAEsrgYtW5UA+8WgZH6XfXrpzblzt2oJSsTIDf/CjhH4ZZuJh3jg==", + "dev": true, + "dependencies": { + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/validate-command/node_modules/@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", "tslib": "^2.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" + "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/validate-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/validate-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" } }, "node_modules/@graphql-tools/batch-execute": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.3.1.tgz", - "integrity": "sha512-63kHY8ZdoO5FoeDXYHnAak1R3ysMViMPwWC2XUblFckuVLMUPmB2ONje8rjr2CvzWBHAW8c1Zsex+U3xhKtGIA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.3.2.tgz", + "integrity": "sha512-ICWqM+MvEkIPHm18Q0cmkvm134zeQMomBKmTRxyxMNhL/ouz6Nqld52/brSlaHnzA3fczupeRJzZ0YatruGBcQ==", "dev": true, "dependencies": { - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", "dataloader": "2.0.0", "tslib": "~2.3.0", "value-or-promise": "1.0.11" @@ -628,13 +941,13 @@ } }, "node_modules/@graphql-tools/code-file-loader": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.2.2.tgz", - "integrity": "sha512-AADyxqipGWLBl4N59CGPgv3i35UF1fQpJvbC5a6TXmcppnghD2olDLewOh1pIQrwxGAAh1S75XVIi28PTKYZhg==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.2.4.tgz", + "integrity": "sha512-KjIxYKDIbrtRGzeboYC98OnRnCvDVDC3E+suH48J4/KxweSjrG+ZpD++T/A11FdIcFb1Y5OceCw+OwjHI5OoyQ==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/graphql-tag-pluck": "^7.1.6", + "@graphql-tools/utils": "^8.6.2", "globby": "^11.0.3", "tslib": "~2.3.0", "unixify": "^1.0.0" @@ -644,15 +957,16 @@ } }, "node_modules/@graphql-tools/delegate": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.4.2.tgz", - "integrity": "sha512-CjggOhiL4WtyG2I3kux+1/p8lQxSFHBj0gwa0NxnQ6Vsnpw7Ig5VP1ovPnitFuBv2k4QdC37Nj2xv2n7DRn8fw==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.5.1.tgz", + "integrity": "sha512-/YPmVxitt57F8sH50pnfXASzOOjEfaUDkX48eF5q6f16+JBncej2zeu+Zm2c68q8MbIxhPlEGfpd0QZeqTvAxw==", "dev": true, "dependencies": { - "@graphql-tools/batch-execute": "^8.3.1", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", + "@graphql-tools/batch-execute": "^8.3.2", + "@graphql-tools/schema": "^8.3.2", + "@graphql-tools/utils": "^8.6.2", "dataloader": "2.0.0", + "graphql-executor": "0.0.18", "tslib": "~2.3.0", "value-or-promise": "1.0.11" }, @@ -661,13 +975,13 @@ } }, "node_modules/@graphql-tools/git-loader": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.1.2.tgz", - "integrity": "sha512-vIMrISQPKQgHS893b8K/pEE1InPV+7etzFhHoyQRhYkVHXP2RBkfI64Wq9bNPezF8Ss/dwIjI/keLaPp9EQDmA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.1.3.tgz", + "integrity": "sha512-Ya0jRizD6F1hbajk2rwfqJKAp6dQRvzW1gzkOQmlNcQOTtTjWITsFtzk7fS02gZRWkfFBenlTBguGufh91I6bg==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/graphql-tag-pluck": "^7.1.6", + "@graphql-tools/utils": "^8.6.2", "is-glob": "4.0.3", "micromatch": "^4.0.4", "tslib": "~2.3.0", @@ -678,14 +992,14 @@ } }, "node_modules/@graphql-tools/github-loader": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.2.1.tgz", - "integrity": "sha512-vqwh2H11ZkAATDam/JqiP0CSqQRPUbjgCDxPdUu/xvST2QKyA4+uVXLBcpBRJc5kJCQjELijeRWVHSk9oN1q6g==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.2.4.tgz", + "integrity": "sha512-QuSN2GWgm/h3lp7o5zpi8TzHnzom4b/f5Zq4Hvprn1OsGaOviHLXQUx6AaWa07cmFvPL0se79R0sEkMZlXlpQQ==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", - "cross-undici-fetch": "^0.0.20", + "@graphql-tools/graphql-tag-pluck": "^7.1.6", + "@graphql-tools/utils": "^8.6.2", + "cross-undici-fetch": "^0.1.19", "sync-fetch": "0.3.1", "tslib": "~2.3.0" }, @@ -694,13 +1008,13 @@ } }, "node_modules/@graphql-tools/graphql-file-loader": { - "version": "7.3.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.3.3.tgz", - "integrity": "sha512-6kUJZiNpYKVhum9E5wfl5PyLLupEDYdH7c8l6oMrk6c7EPEVs6iSUyB7yQoWrtJccJLULBW2CRQ5IHp5JYK0mA==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.3.4.tgz", + "integrity": "sha512-Q0/YtDq0APR6syRclsQMNguWKRlchd8nFTOpLhfc7Xeiy21VhEEi4Ik+quRySfb7ubDfJGhiUq4MQW43FhWJvg==", "dev": true, "dependencies": { - "@graphql-tools/import": "^6.5.7", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/import": "^6.6.6", + "@graphql-tools/utils": "^8.6.2", "globby": "^11.0.3", "tslib": "~2.3.0", "unixify": "^1.0.0" @@ -710,15 +1024,15 @@ } }, "node_modules/@graphql-tools/graphql-tag-pluck": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.3.tgz", - "integrity": "sha512-zxVYLiAnNxFg6bnDZdNpLJNfjf6GHYLQsVHDcbYyQcWJzIaeWPylX/Q1gyvw8MFO4ICYExNPqgBA/is2kZBlHw==", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.6.tgz", + "integrity": "sha512-VdubvdS8pIrAPVDq6hV7ARXz2Yh8/2153+RO6i+RJOMgyFw8wOW3jRCKE93eN+Hk2pZBC2x3kzdNeUAyVpuslg==", "dev": true, "dependencies": { - "@babel/parser": "7.15.8", - "@babel/traverse": "7.15.4", - "@babel/types": "7.15.6", - "@graphql-tools/utils": "^8.5.1", + "@babel/parser": "^7.16.8", + "@babel/traverse": "^7.16.8", + "@babel/types": "^7.16.8", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0" }, "peerDependencies": { @@ -726,12 +1040,12 @@ } }, "node_modules/@graphql-tools/import": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.6.1.tgz", - "integrity": "sha512-i9WA6k+erJMci822o9w9DoX+uncVBK60LGGYW8mdbhX0l7wEubUpA000thJ1aarCusYh0u+ZT9qX0HyVPXu25Q==", + "version": "6.6.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.6.6.tgz", + "integrity": "sha512-a0aVajxqu1MsL8EwavA44Osw20lBOIhq8IM2ZIHFPP62cPAcOB26P+Sq57DHMsSyX5YQ0ab9XPM2o4e1dQhs0w==", "dev": true, "dependencies": { - "@graphql-tools/utils": "8.5.3", + "@graphql-tools/utils": "8.6.2", "resolve-from": "5.0.0", "tslib": "~2.3.0" }, @@ -740,12 +1054,12 @@ } }, "node_modules/@graphql-tools/json-file-loader": { - "version": "7.3.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.3.3.tgz", - "integrity": "sha512-CN2Qk9rt+Gepa3rb3X/mpxYA5MIYLwZBPj2Njw6lbZ6AaxG+O1ArDCL5ACoiWiBimn1FCOM778uhRM9znd0b3Q==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.3.4.tgz", + "integrity": "sha512-1AROMFh8Lyorf2gTWXgVaUbU3ic84gzAgpRmJCsCla/Nnvn6JiCs4aWHsalk4ZWVXCaK04c8gk8Px1uNQUj02Q==", "dev": true, "dependencies": { - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", "globby": "^11.0.3", "tslib": "~2.3.0", "unixify": "^1.0.0" @@ -755,13 +1069,13 @@ } }, "node_modules/@graphql-tools/load": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.4.1.tgz", - "integrity": "sha512-UvBodW5hRHpgBUBVz5K5VIhJDOTFIbRRAGD6sQ2l9J5FDKBEs3u/6JjZDzbdL96br94D5cEd2Tk6auaHpTn7mQ==", + "version": "7.5.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.5.2.tgz", + "integrity": "sha512-URPqVP77mYxdZxT895DzrWf2C23S3yC/oAmXD4D4YlxR5eVVH/fxu0aZR78WcEKF331fWSiFwWy9j7BZWvkj7g==", "dev": true, "dependencies": { - "@graphql-tools/schema": "8.3.1", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/schema": "8.3.2", + "@graphql-tools/utils": "^8.6.2", "p-limit": "3.1.0", "tslib": "~2.3.0" }, @@ -770,12 +1084,12 @@ } }, "node_modules/@graphql-tools/merge": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.2.1.tgz", - "integrity": "sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==", + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.2.3.tgz", + "integrity": "sha512-XCSmL6/Xg8259OTWNp69B57CPWiVL69kB7pposFrufG/zaAlI9BS68dgzrxmmSqZV5ZHU4r/6Tbf6fwnEJGiSw==", "dev": true, "dependencies": { - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0" }, "peerDependencies": { @@ -783,13 +1097,13 @@ } }, "node_modules/@graphql-tools/schema": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.3.1.tgz", - "integrity": "sha512-3R0AJFe715p4GwF067G5i0KCr/XIdvSfDLvTLEiTDQ8V/hwbOHEKHKWlEBHGRQwkG5lwFQlW1aOn7VnlPERnWQ==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.3.2.tgz", + "integrity": "sha512-77feSmIuHdoxMXRbRyxE8rEziKesd/AcqKV6fmxe7Zt+PgIQITxNDew2XJJg7qFTMNM43W77Ia6njUSBxNOkwg==", "dev": true, "dependencies": { - "@graphql-tools/merge": "^8.2.1", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/merge": "^8.2.3", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0", "value-or-promise": "1.0.11" }, @@ -798,39 +1112,39 @@ } }, "node_modules/@graphql-tools/url-loader": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.5.2.tgz", - "integrity": "sha512-EilHqbhUY/qg55SSEdklDhPXgSz9+9a63SX3mcD8J2qwZHJD/wOLcyKs8m6BXfuGwUiuB0j3fmDSEVmva2onBg==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.8.0.tgz", + "integrity": "sha512-4j5X40hpYInM5J7KbURSspEJCi6tPqvEE2kyBOyP0C0YIOYtKgUJTAryjbBXqr+HWGyEwJ2zuQ2cQdVMn8l78A==", "dev": true, "dependencies": { - "@graphql-tools/delegate": "^8.4.1", - "@graphql-tools/utils": "^8.5.1", - "@graphql-tools/wrap": "^8.3.1", - "@n1ru4l/graphql-live-query": "0.9.0", - "@types/websocket": "1.0.4", + "@graphql-tools/delegate": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/wrap": "^8.4.2", + "@n1ru4l/graphql-live-query": "^0.9.0", + "@types/websocket": "^1.0.4", "@types/ws": "^8.0.0", - "cross-undici-fetch": "^0.0.20", + "cross-undici-fetch": "^0.1.19", "dset": "^3.1.0", - "extract-files": "11.0.0", + "extract-files": "^11.0.0", "graphql-sse": "^1.0.1", "graphql-ws": "^5.4.1", - "isomorphic-ws": "4.0.1", - "meros": "1.1.4", + "isomorphic-ws": "^4.0.1", + "meros": "^1.1.4", "subscriptions-transport-ws": "^0.11.0", - "sync-fetch": "0.3.1", - "tslib": "~2.3.0", - "valid-url": "1.0.9", - "value-or-promise": "1.0.11", - "ws": "8.2.3" + "sync-fetch": "^0.3.1", + "tslib": "^2.3.0", + "valid-url": "^1.0.9", + "value-or-promise": "^1.0.11", + "ws": "^8.3.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-tools/utils": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.5.3.tgz", - "integrity": "sha512-HDNGWFVa8QQkoQB0H1lftvaO1X5xUaUDk1zr1qDe0xN1NL0E/CrQdJ5UKLqOvH4hkqVUPxQsyOoAZFkaH6rLHg==", + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.2.tgz", + "integrity": "sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==", "dev": true, "dependencies": { "tslib": "~2.3.0" @@ -840,14 +1154,14 @@ } }, "node_modules/@graphql-tools/wrap": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.3.2.tgz", - "integrity": "sha512-7DcOBFB+Dd84x9dxSm7qS4iJONMyfLnCJb8A19vGPffpu4SMJ3sFcgwibKFu5l6mMUiigKgXna2RRgWI+02bKQ==", + "version": "8.4.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.4.3.tgz", + "integrity": "sha512-2bd3GtlqV72idEphLTM8SRiSxEDrMPGE556faW8N5Q2qK7qlCEu9AQK0HNKWKdtEPTHqahndZtIPcdpNN6xGig==", "dev": true, "dependencies": { - "@graphql-tools/delegate": "^8.4.2", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", + "@graphql-tools/delegate": "^8.5.1", + "@graphql-tools/schema": "^8.3.2", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0", "value-or-promise": "1.0.11" }, @@ -855,6 +1169,65 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, + "node_modules/@graphql-typed-document-node/core": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", + "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", + "dev": true, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-yoga/common": { + "version": "0.2.0-alpha.10", + "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-0.2.0-alpha.10.tgz", + "integrity": "sha512-BUdp/G/oxbW5gU3v1O79JO3OtnRoxlhkAzRIFwYQKxSKh4jR8VLkxHfZKSTSgntpPZpUAKZteLPE9HBor7eKbw==", + "dev": true, + "dependencies": { + "@envelop/core": "^1.7.1", + "@envelop/disable-introspection": "^2.0.0", + "@envelop/parser-cache": "^3.0.0", + "@envelop/validation-cache": "^3.0.0", + "@graphql-tools/schema": "^8.3.1", + "@graphql-tools/utils": "^8.6.0", + "@graphql-yoga/subscription": "0.1.0-alpha.1", + "cross-undici-fetch": "^0.1.19", + "dset": "^3.1.1", + "graphql-helix": "1.11.0" + }, + "peerDependencies": { + "graphql": "^15.2.0 || ^16.0.0" + } + }, + "node_modules/@graphql-yoga/node": { + "version": "0.1.0-alpha.3", + "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-0.1.0-alpha.3.tgz", + "integrity": "sha512-fJ7UOXMVclUCm7Zb2CHlbsbVudJgnbM1xkOLHZqHe4F5OAit0OflmZ5qKstT0NZnK3YluHDNsqZxQ7EkfrDLXQ==", + "dev": true, + "dependencies": { + "@envelop/core": "^1.7.1", + "@graphql-tools/utils": "^8.6.0", + "@graphql-typed-document-node/core": "^3.1.1", + "@graphql-yoga/common": "0.2.0-alpha.10", + "@graphql-yoga/subscription": "0.1.0-alpha.1", + "cross-undici-fetch": "^0.1.19", + "light-my-request": "^4.7.0", + "pino": "^7.2.0", + "pino-pretty": "^7.2.0" + }, + "peerDependencies": { + "graphql": "^15.2.0 || ^16.0.0" + } + }, + "node_modules/@graphql-yoga/subscription": { + "version": "0.1.0-alpha.1", + "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-0.1.0-alpha.1.tgz", + "integrity": "sha512-lTNoUGxmotIA4w+xQv3K3v4uSc7T5T4BhPkPM7ZyaqwSsqPjQ20OY+d3WlMIzRJopPgx8T5g0CXUZvZQULDGsQ==", + "dev": true, + "dependencies": { + "@repeaterjs/repeater": "^3.0.4" + } + }, "node_modules/@n1ru4l/graphql-live-query": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/@n1ru4l/graphql-live-query/-/graphql-live-query-0.9.0.tgz", @@ -899,25 +1272,31 @@ "node": ">= 8" } }, + "node_modules/@repeaterjs/repeater": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.4.tgz", + "integrity": "sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==", + "dev": true + }, "node_modules/@types/node": { - "version": "16.11.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.7.tgz", - "integrity": "sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==", + "version": "17.0.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz", + "integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==", "dev": true }, "node_modules/@types/websocket": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.4.tgz", - "integrity": "sha512-qn1LkcFEKK8RPp459jkjzsfpbsx36BBt3oC3pITYtkoBw/aVX+EZFa5j3ThCRTNpLFvIMr5dSTD4RaMdilIOpA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", + "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", "dev": true, "dependencies": { "@types/node": "*" } }, "node_modules/@types/ws": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.0.tgz", - "integrity": "sha512-cyeefcUCgJlEk+hk2h3N+MqKKsPViQgF5boi9TTHSK+PoR9KWBb/C5ccPcDyAqgsbAYHTwulch725DV84+pSpg==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.2.tgz", + "integrity": "sha512-VXI82ykONr5tacHEojnErTQk+KQSoYbW1NB6iz6wUwrNd+BqfkfggQNoNdCqhJSzbNumShPERbM+Pc5zpfhlbw==", "dev": true, "dependencies": { "@types/node": "*" @@ -935,23 +1314,10 @@ "node": ">=6.5" } }, - "node_modules/accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "dev": true, - "dependencies": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - }, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/ajv": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz", - "integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", + "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -1007,45 +1373,116 @@ } } }, - "node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/args": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/args/-/args-5.0.1.tgz", + "integrity": "sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ==", + "dev": true, + "dependencies": { + "camelcase": "5.0.0", + "chalk": "2.4.2", + "leven": "2.1.0", + "mri": "1.1.4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/args/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/args/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { - "color-convert": "^2.0.1" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=4" } }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "node_modules/args/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, "dependencies": { - "sprintf-js": "~1.0.2" + "color-name": "1.1.3" } }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + "node_modules/args/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, + "node_modules/args/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/args/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -1055,11 +1492,14 @@ "node": ">=8" } }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true + "node_modules/atomic-sleep": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz", + "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==", + "dev": true, + "engines": { + "node": ">=8.0.0" + } }, "node_modules/backo2": { "version": "1.0.2", @@ -1093,42 +1533,6 @@ } ] }, - "node_modules/body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "dev": true, - "dependencies": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1175,15 +1579,6 @@ "ieee754": "^1.1.13" } }, - "node_modules/bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/caller-callsite": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", @@ -1218,9 +1613,9 @@ } }, "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", + "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", "dev": true, "engines": { "node": ">=6" @@ -1243,9 +1638,9 @@ } }, "node_modules/ci-info": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz", - "integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", "dev": true }, "node_modules/cliui": { @@ -1259,27 +1654,6 @@ "wrap-ansi": "^7.0.0" } }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/clone": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", @@ -1307,26 +1681,23 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/colorette": { + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", + "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==", + "dev": true + }, "node_modules/columnify": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz", - "integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", + "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", "dev": true, "dependencies": { - "strip-ansi": "^3.0.0", + "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "dependencies": { - "delayed-stream": "~1.0.0" }, "engines": { - "node": ">= 0.8" + "node": ">=8.0.0" } }, "node_modules/commander": { @@ -1341,55 +1712,15 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, - "node_modules/content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "dev": true, - "dependencies": { - "safe-buffer": "5.1.2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "dev": true, "engines": { "node": ">= 0.6" } }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", - "dev": true - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dev": true, - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/cosmiconfig": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", @@ -1406,15 +1737,17 @@ } }, "node_modules/cross-undici-fetch": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.0.20.tgz", - "integrity": "sha512-5d3WBC4VRHpFndECK9bx4TngXrw0OUXdhX561Ty1ZoqMASz9uf55BblhTC1CO6GhMWnvk9SOqYEXQliq6D2P4A==", + "version": "0.1.25", + "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.25.tgz", + "integrity": "sha512-KS6hm/VuRO+3jIrg4uidz3mQ8NWvCbiTTOg3yoH30zuGVUvjqZlnXw66h0kuzyfP21hDkrdIbufXCW6BAQdSNw==", "dev": true, "dependencies": { "abort-controller": "^3.0.0", - "form-data": "^4.0.0", - "node-fetch": "^2.6.5", - "undici": "^4.9.3" + "form-data-encoder": "^1.7.1", + "formdata-node": "^4.3.1", + "node-fetch": "^2.6.7", + "undici": "^4.9.3", + "web-streams-polyfill": "^3.2.0" } }, "node_modules/dataloader": { @@ -1423,10 +1756,19 @@ "integrity": "sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==", "dev": true }, + "node_modules/dateformat": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", + "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==", + "dev": true, + "engines": { + "node": "*" + } + }, "node_modules/debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "dev": true, "dependencies": { "ms": "2.1.2" @@ -1467,24 +1809,6 @@ "node": ">=8" } }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/dependency-graph": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", @@ -1494,12 +1818,6 @@ "node": ">= 0.6.0" } }, - "node_modules/destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", - "dev": true - }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -1521,11 +1839,17 @@ "node": ">=4" } }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", - "dev": true + "node_modules/duplexify": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", + "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.4.1", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1", + "stream-shift": "^1.0.0" + } }, "node_modules/emoji-regex": { "version": "8.0.0", @@ -1533,13 +1857,13 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "dev": true, - "engines": { - "node": ">= 0.8" + "dependencies": { + "once": "^1.4.0" } }, "node_modules/error-ex": { @@ -1560,12 +1884,6 @@ "node": ">=6" } }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", - "dev": true - }, "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -1588,15 +1906,6 @@ "node": ">=4" } }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/event-target-shim": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", @@ -1612,139 +1921,6 @@ "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==", "dev": true }, - "node_modules/express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "dev": true, - "dependencies": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express-graphql": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.12.0.tgz", - "integrity": "sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==", - "dev": true, - "dependencies": { - "accepts": "^1.3.7", - "content-type": "^1.0.4", - "http-errors": "1.8.0", - "raw-body": "^2.4.1" - }, - "engines": { - "node": ">= 10.x" - }, - "peerDependencies": { - "graphql": "^14.7.0 || ^15.3.0" - } - }, - "node_modules/express-graphql/node_modules/http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", - "dev": true, - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/express-graphql/node_modules/raw-body": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz", - "integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==", - "dev": true, - "dependencies": { - "bytes": "3.1.0", - "http-errors": "1.7.3", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/express-graphql/node_modules/raw-body/node_modules/http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", - "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", - "dev": true, - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/express-graphql/node_modules/raw-body/node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", - "dev": true - }, - "node_modules/express-graphql/node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", - "dev": true - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, "node_modules/extract-files": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz", @@ -1764,9 +1940,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1776,7 +1952,7 @@ "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, "node_modules/fast-json-patch": { @@ -1797,6 +1973,21 @@ "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, + "node_modules/fast-redact": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.1.tgz", + "integrity": "sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "dev": true + }, "node_modules/fastq": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", @@ -1833,39 +2024,6 @@ "node": ">=8" } }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dev": true, - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, "node_modules/find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", @@ -1879,19 +2037,11 @@ "node": ">=8" } }, - "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } + "node_modules/form-data-encoder": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.1.tgz", + "integrity": "sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==", + "dev": true }, "node_modules/format-graphql": { "version": "1.4.0", @@ -1909,15 +2059,6 @@ "node": ">=10.0" } }, - "node_modules/format-graphql/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/format-graphql/node_modules/cliui": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", @@ -1929,16 +2070,13 @@ "wrap-ansi": "^6.2.0" } }, - "node_modules/format-graphql/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/format-graphql/node_modules/graphql": { + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", + "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, "engines": { - "node": ">=8" + "node": ">= 10.x" } }, "node_modules/format-graphql/node_modules/wrap-ansi": { @@ -1996,22 +2134,26 @@ "node": ">=6" } }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "node_modules/formdata-node": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.3.2.tgz", + "integrity": "sha512-k7lYJyzDOSL6h917favP8j1L0/wNyylzU+x+1w4p5haGVHNlP58dbpdJhiCUsDbWsa9HwEtLp89obQgXl2e0qg==", "dev": true, + "dependencies": { + "node-domexception": "1.0.0", + "web-streams-polyfill": "4.0.0-beta.1" + }, "engines": { - "node": ">= 0.6" + "node": ">= 12.20" } }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "node_modules/formdata-node/node_modules/web-streams-polyfill": { + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz", + "integrity": "sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==", "dev": true, "engines": { - "node": ">= 0.6" + "node": ">= 12" } }, "node_modules/fs.realpath": { @@ -2071,16 +2213,16 @@ } }, "node_modules/globby": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" }, "engines": { @@ -2091,12 +2233,33 @@ } }, "node_modules/graphql": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", - "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", + "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==", "dev": true, "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" + } + }, + "node_modules/graphql-executor": { + "version": "0.0.18", + "resolved": "https://registry.npmjs.org/graphql-executor/-/graphql-executor-0.0.18.tgz", + "integrity": "sha512-upUSl7tfZCZ5dWG1XkOvpG70Yk3duZKcCoi/uJso4WxJVT6KIrcK4nZ4+2X/hzx46pL8wAukgYHY6iNmocRN+g==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" + }, + "peerDependencies": { + "graphql": "^15.0.0 || ^16.0.0" + } + }, + "node_modules/graphql-helix": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/graphql-helix/-/graphql-helix-1.11.0.tgz", + "integrity": "sha512-JFBuIsfeNDTTotAkHzwTmXgSpFi2bfoX4E8ZlXfgQB2gD8XgOWSTJc1ujN59ZrGBI8M/99h3tEIaH5grR17EIA==", + "dev": true, + "peerDependencies": { + "graphql": "^15.3.0 || ^16.0.0" } }, "node_modules/graphql-schema-linter": { @@ -2157,6 +2320,15 @@ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, + "node_modules/graphql-schema-linter/node_modules/graphql": { + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", + "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", + "dev": true, + "engines": { + "node": ">= 10.x" + } + }, "node_modules/graphql-schema-linter/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -2179,9 +2351,9 @@ } }, "node_modules/graphql-sse": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/graphql-sse/-/graphql-sse-1.0.5.tgz", - "integrity": "sha512-x7HpPtbODImc20YfpKea++8Tj2ruKb1oLWNxd4xxa62BASxZRdm+uIq5bYGv7TwENeckgi/MjELtj2dZrTkQ8A==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/graphql-sse/-/graphql-sse-1.0.6.tgz", + "integrity": "sha512-y2mVBN2KwNrzxX2KBncQ6kzc6JWvecxuBernrl0j65hsr6MAS3+Yn8PTFSOgRmtolxugepxveyZVQEuaNEbw3w==", "dev": true, "engines": { "node": ">=12" @@ -2191,9 +2363,9 @@ } }, "node_modules/graphql-ws": { - "version": "5.5.5", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.5.5.tgz", - "integrity": "sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.6.2.tgz", + "integrity": "sha512-TsjovINNEGfv52uKWYSVCOLX9LFe6wAhf9n7hIsV3zjflky1dv/mAP+kjXAXsnzV1jH5Sx0S73CtBFNvxus+SQ==", "dev": true, "engines": { "node": ">=10" @@ -2211,40 +2383,6 @@ "node": ">=8" } }, - "node_modules/http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dev": true, - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/http-errors/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", @@ -2266,9 +2404,9 @@ ] }, "node_modules/ignore": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz", - "integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", "dev": true, "engines": { "node": ">= 4" @@ -2312,15 +2450,6 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -2429,6 +2558,15 @@ "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==", "dev": true }, + "node_modules/joycon": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz", + "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -2496,6 +2634,27 @@ "node": ">=6" } }, + "node_modules/leven": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", + "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/light-my-request": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.8.0.tgz", + "integrity": "sha512-C2XESrTRsZnI59NSQigOsS6IuTxpj8OhSBvZS9fhgBMsamBsAuWN1s4hj/nCi8EeZcyAA6xbROhsZy7wKdfckg==", + "dev": true, + "dependencies": { + "ajv": "^8.1.0", + "cookie": "^0.4.0", + "process-warning": "^1.0.0", + "set-cookie-parser": "^2.4.1" + } + }, "node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -2524,21 +2683,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", - "dev": true - }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -2549,9 +2693,9 @@ } }, "node_modules/meros": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.1.4.tgz", - "integrity": "sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.0.tgz", + "integrity": "sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==", "dev": true, "engines": { "node": ">=12" @@ -2565,15 +2709,6 @@ } } }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/micromatch": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", @@ -2587,43 +2722,10 @@ "node": ">=8.6" } }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.34", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", - "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", - "dev": true, - "dependencies": { - "mime-db": "1.51.0" - }, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -2638,31 +2740,58 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "dev": true }, + "node_modules/mri": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.4.tgz", + "integrity": "sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", + "node_modules/node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "github", + "url": "https://paypal.me/jimmywarting" + } + ], "engines": { - "node": ">= 0.6" + "node": ">=10.5.0" } }, "node_modules/node-fetch": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", - "integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", "dev": true, "dependencies": { "whatwg-url": "^5.0.0" }, "engines": { "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, "node_modules/normalize-path": { @@ -2677,15 +2806,6 @@ "node": ">=0.10.0" } }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object-inspect": { "version": "1.10.3", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", @@ -2695,17 +2815,11 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dev": true, - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } + "node_modules/on-exit-leak-free": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz", + "integrity": "sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==", + "dev": true }, "node_modules/once": { "version": "1.4.0", @@ -2797,15 +2911,6 @@ "node": ">=4" } }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -2824,12 +2929,6 @@ "node": ">=0.10.0" } }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", - "dev": true - }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -2840,9 +2939,9 @@ } }, "node_modules/picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, "engines": { "node": ">=8.6" @@ -2851,10 +2950,70 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, + "node_modules/pino": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.8.0.tgz", + "integrity": "sha512-Ynw2HRVapiyj+ZGfUcpms+SRgDKFIy0ztaFUf3X6IHh+vsysMvn+tpV/Ej3gyutPp4n9tgH6ZkkCAelSvP5zmQ==", + "dev": true, + "dependencies": { + "fast-redact": "^3.0.0", + "on-exit-leak-free": "^0.2.0", + "pino-abstract-transport": "v0.5.0", + "pino-std-serializers": "^4.0.0", + "process-warning": "^1.0.0", + "quick-format-unescaped": "^4.0.3", + "real-require": "^0.1.0", + "safe-stable-stringify": "^2.1.0", + "sonic-boom": "^2.2.1", + "thread-stream": "^0.13.0" + }, + "bin": { + "pino": "bin.js" + } + }, + "node_modules/pino-abstract-transport": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-0.5.0.tgz", + "integrity": "sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==", + "dev": true, + "dependencies": { + "duplexify": "^4.1.2", + "split2": "^4.0.0" + } + }, + "node_modules/pino-pretty": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-7.5.3.tgz", + "integrity": "sha512-jOGysjWxOfaeUElKTeJPstiitt1Ii7owcb21lDc1BS5F4P4HRDDcGxL1f1jskSA0zkTyj64/iaXlMLGhwtLVtg==", + "dev": true, + "dependencies": { + "args": "^5.0.1", + "colorette": "^2.0.7", + "dateformat": "^4.6.3", + "fast-safe-stringify": "^2.0.7", + "joycon": "^3.1.1", + "pino-abstract-transport": "^0.5.0", + "pump": "^3.0.0", + "readable-stream": "^3.6.0", + "rfdc": "^1.3.0", + "secure-json-parse": "^2.4.0", + "sonic-boom": "^2.2.0", + "strip-json-comments": "^3.1.1" + }, + "bin": { + "pino-pretty": "bin.js" + } + }, + "node_modules/pino-std-serializers": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz", + "integrity": "sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==", + "dev": true + }, "node_modules/prettier": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz", - "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", + "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -2863,17 +3022,20 @@ "node": ">=10.13.0" } }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "node_modules/process-warning": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-1.0.0.tgz", + "integrity": "sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==", + "dev": true + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "node_modules/punycode": { @@ -2885,15 +3047,6 @@ "node": ">=6" } }, - "node_modules/qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -2914,28 +3067,33 @@ } ] }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "node_modules/quick-format-unescaped": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", + "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==", + "dev": true + }, + "node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, "engines": { - "node": ">= 0.6" + "node": ">= 6" } }, - "node_modules/raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "node_modules/real-require": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.1.0.tgz", + "integrity": "sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==", "dev": true, - "dependencies": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, "engines": { - "node": ">= 0.8" + "node": ">= 12.13.0" } }, "node_modules/remove-trailing-separator": { @@ -2987,6 +3145,12 @@ "node": ">=0.10.0" } }, + "node_modules/rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", + "dev": true + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -3011,87 +3175,50 @@ } }, "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "node_modules/send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true, - "dependencies": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "engines": { - "node": ">= 0.8.0" - } + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/safe-stable-stringify": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz", + "integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==", "dev": true, - "dependencies": { - "ms": "2.0.0" + "engines": { + "node": ">=10" } }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", + "node_modules/secure-json-parse": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.4.0.tgz", + "integrity": "sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==", "dev": true }, - "node_modules/serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "dev": true, - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true }, - "node_modules/setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", + "node_modules/set-cookie-parser": { + "version": "2.4.8", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.4.8.tgz", + "integrity": "sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==", "dev": true }, "node_modules/slash": { @@ -3103,6 +3230,15 @@ "node": ">=8" } }, + "node_modules/sonic-boom": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-2.6.0.tgz", + "integrity": "sha512-6xYZFRmDEtxGqfOKcDQ4cPLrNa0SPEDI+wlzDAHowXE6YV42NeXqg9mP2KkiM8JVu3lHfZ2iQKYlGOz+kTpphg==", + "dev": true, + "dependencies": { + "atomic-sleep": "^1.0.0" + } + }, "node_modules/source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", @@ -3112,21 +3248,21 @@ "node": ">=0.10.0" } }, + "node_modules/split2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", + "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", + "dev": true, + "engines": { + "node": ">= 10.x" + } + }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, - "node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/std-env": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/std-env/-/std-env-2.3.0.tgz", @@ -3136,30 +3272,36 @@ "ci-info": "^3.0.0" } }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "dev": true + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "safe-buffer": "~5.2.0" } }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, "engines": { "node": ">=8" } }, - "node_modules/string-width/node_modules/strip-ansi": { + "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", @@ -3171,22 +3313,23 @@ "node": ">=8" } }, - "node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, "engines": { - "node": ">=0.10.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/subscriptions-transport-ws": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==", + "deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md", "dev": true, "dependencies": { "backo2": "^1.0.2", @@ -3200,9 +3343,9 @@ } }, "node_modules/subscriptions-transport-ws/node_modules/ws": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz", - "integrity": "sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "dev": true, "engines": { "node": ">=8.3.0" @@ -3254,6 +3397,24 @@ "node": ">=8" } }, + "node_modules/thread-stream": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-0.13.2.tgz", + "integrity": "sha512-woZFt0cLFkPdhsa+IGpRo1jiSouaHxMIljzTgt30CMjBWoUYbbcHqnunW5Yv+BXko9H05MVIcxMipI3Jblallw==", + "dev": true, + "dependencies": { + "real-require": "^0.1.0" + } + }, + "node_modules/tiny-lru": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-7.0.6.tgz", + "integrity": "sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -3275,15 +3436,6 @@ "node": ">=8.0" } }, - "node_modules/toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", - "dev": true, - "engines": { - "node": ">=0.6" - } - }, "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", @@ -3296,23 +3448,10 @@ "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "dev": true }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dev": true, - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, "node_modules/undici": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.9.5.tgz", - "integrity": "sha512-t59IFVYiMnFThboJL9izqwsDEfSbZDPZ/8iCYBCkEFLy63x9m4YaNt0E+r5+X993syC9M0W/ksusZC9YuAamMg==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-4.15.1.tgz", + "integrity": "sha512-h8LJybhMKD09IyQZoQadNtIR/GmugVhTOVREunJrpV6RStriKBFdSVoFzEzTihwXi/27DIBO+Z0OGF+Mzfi0lA==", "dev": true, "engines": { "node": ">=12.18" @@ -3330,15 +3469,6 @@ "node": ">=0.10.0" } }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -3348,14 +3478,11 @@ "punycode": "^2.1.0" } }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "dev": true, - "engines": { - "node": ">= 0.4.0" - } + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true }, "node_modules/valid-url": { "version": "1.0.9", @@ -3372,15 +3499,6 @@ "node": ">=12" } }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/wcwidth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", @@ -3390,6 +3508,15 @@ "defaults": "^1.0.3" } }, + "node_modules/web-streams-polyfill": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", + "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", @@ -3429,27 +3556,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -3457,9 +3563,9 @@ "dev": true }, "node_modules/ws": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", - "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", + "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", "dev": true, "engines": { "node": ">=10.0.0" @@ -3487,30 +3593,30 @@ } }, "node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", + "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", "dev": true, "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", - "string-width": "^4.2.0", + "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "yargs-parser": "^21.0.0" }, "engines": { "node": ">=12" } }, "node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", + "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", "dev": true, "engines": { - "node": ">=10" + "node": ">=12" } }, "node_modules/yocto-queue": { @@ -3528,136 +3634,85 @@ }, "dependencies": { "@babel/code-frame": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz", - "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", "dev": true, "requires": { - "@babel/highlight": "^7.16.0" + "@babel/highlight": "^7.16.7" } }, "@babel/generator": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz", - "integrity": "sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==", + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", + "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", "dev": true, "requires": { - "@babel/types": "^7.16.0", + "@babel/types": "^7.17.0", "jsesc": "^2.5.1", "source-map": "^0.5.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" - } - } + } + }, + "@babel/helper-environment-visitor": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" } }, "@babel/helper-function-name": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz", - "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.16.0", - "@babel/template": "^7.16.0", - "@babel/types": "^7.16.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" - } - } + "@babel/helper-get-function-arity": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/types": "^7.16.7" } }, "@babel/helper-get-function-arity": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz", - "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", "dev": true, "requires": { - "@babel/types": "^7.16.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" - } - } + "@babel/types": "^7.16.7" } }, "@babel/helper-hoist-variables": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz", - "integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", "dev": true, "requires": { - "@babel/types": "^7.16.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" - } - } + "@babel/types": "^7.16.7" } }, "@babel/helper-split-export-declaration": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz", - "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", "dev": true, "requires": { - "@babel/types": "^7.16.0" - }, - "dependencies": { - "@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" - } - } + "@babel/types": "^7.16.7" } }, "@babel/helper-validator-identifier": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", - "integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", "dev": true }, "@babel/highlight": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz", - "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==", + "version": "7.16.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.15.7", + "@babel/helper-validator-identifier": "^7.16.7", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -3715,122 +3770,169 @@ } }, "@babel/parser": { - "version": "7.15.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz", - "integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==", + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", + "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==", "dev": true }, "@babel/template": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz", - "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==", + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.0", - "@babel/parser": "^7.16.0", - "@babel/types": "^7.16.0" - }, - "dependencies": { - "@babel/parser": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.3.tgz", - "integrity": "sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==", - "dev": true - }, - "@babel/types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz", - "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.15.7", - "to-fast-properties": "^2.0.0" - } - } + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" } }, "@babel/traverse": { - "version": "7.15.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz", - "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.14.5", - "@babel/generator": "^7.15.4", - "@babel/helper-function-name": "^7.15.4", - "@babel/helper-hoist-variables": "^7.15.4", - "@babel/helper-split-export-declaration": "^7.15.4", - "@babel/parser": "^7.15.4", - "@babel/types": "^7.15.4", + "version": "7.17.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", + "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.16.7", + "@babel/helper-hoist-variables": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/parser": "^7.17.3", + "@babel/types": "^7.17.0", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.15.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz", - "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.14.9", + "@babel/helper-validator-identifier": "^7.16.7", "to-fast-properties": "^2.0.0" } }, - "@graphql-inspector/cli": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.0.2.tgz", - "integrity": "sha512-Rvd1mq0PP14ASaCEsG06klJPeaCyPz/SZsTPi9/b+ttckb+PgMkDIU/KEortASQe0IVZmy1XBGBY2kr5Jju65Q==", - "dev": true, - "requires": { - "@graphql-inspector/code-loader": "3.0.2", - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/coverage-command": "3.0.2", - "@graphql-inspector/diff-command": "3.0.2", - "@graphql-inspector/docs-command": "3.0.2", - "@graphql-inspector/git-loader": "3.0.2", - "@graphql-inspector/github-loader": "3.0.2", - "@graphql-inspector/graphql-loader": "3.0.2", - "@graphql-inspector/introspect-command": "3.0.2", - "@graphql-inspector/json-loader": "3.0.2", - "@graphql-inspector/loaders": "3.0.2", - "@graphql-inspector/serve-command": "3.0.2", - "@graphql-inspector/similar-command": "3.0.2", - "@graphql-inspector/url-loader": "3.0.2", - "@graphql-inspector/validate-command": "3.0.2", - "tslib": "^2.0.0", - "yargs": "17.2.1" + "@envelop/core": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@envelop/core/-/core-1.7.1.tgz", + "integrity": "sha512-ZxeQs4G0FOzoFAH+zskubx5aM9kx6BiUvcSI9Lo3MfYBmnK7cjwcwDdwk6Mq48QDuAeVdGfDmQz+BiWg0k2GmQ==", + "dev": true, + "requires": { + "@envelop/types": "1.5.1" } }, - "@graphql-inspector/code-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.0.2.tgz", - "integrity": "sha512-blIx1BksKyfeSE04YHKJQ0g22jixgVmBBmth48co1LRCE019KXNWNvY5g5wo3kG75pvOKSB/zKV34ZU30hrLuQ==", + "@envelop/disable-introspection": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-2.0.0.tgz", + "integrity": "sha512-yjHvDcjpanT4aA7UCDViCJoqx0iIvHrdO2CdtwvSU98vLaTXSFhbw+AL6Ae1GP1Rva/TuHslFWLNKYXaYKRIBw==", + "dev": true, + "requires": {} + }, + "@envelop/parser-cache": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-3.0.0.tgz", + "integrity": "sha512-1Pf4pnxrpPBM2N+dDdhRYoUbIK9K0xxzW4PbjWPCQe2C2owOfc+ndZad1nn9Yi1i5hibqwcltsQPmeUCsVPltw==", "dev": true, "requires": { - "@graphql-tools/code-file-loader": "^7.0.0", - "tslib": "^2.0.0" + "tiny-lru": "7.0.6" } }, - "@graphql-inspector/commands": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.0.2.tgz", - "integrity": "sha512-jxY9PZ1G7cUy5AlZhMc5okVZsvnUhgKkMSJoF2SmqN3VwWas0ahWhNKjw/OKWhEXNg73oo+RQWFVw6To3ikMEg==", + "@envelop/types": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@envelop/types/-/types-1.5.1.tgz", + "integrity": "sha512-NrwLVzyNqiSzgRRqOxkU2IgRc5hSGS73VsgxqchU3jl36rYo7AXVAnITkytmB9wk+jN2vUOVvayLkaTXooARwg==", + "dev": true, + "requires": {} + }, + "@envelop/validation-cache": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-3.0.0.tgz", + "integrity": "sha512-JqTA6huTygAlQilaVEM77DlFdGSptf5ElOWX7wdu0VC15h2Np7MmnsyOcy7xQI1Sc7B3oaNSo12l3QD6K28vOQ==", + "dev": true, + "requires": { + "tiny-lru": "7.0.6" + } + }, + "@graphql-inspector/cli": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.1.1.tgz", + "integrity": "sha512-7Uqvk6+4heVSYQyCLqDr9uLKO8aTYja+EGsLBA7khY1plc+lIM1SiDfjPbCUDZUaip9+JSX/kcXYGl5RVlNktg==", + "dev": true, + "requires": { + "@graphql-inspector/code-loader": "3.1.1", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/coverage-command": "3.1.1", + "@graphql-inspector/diff-command": "3.1.1", + "@graphql-inspector/docs-command": "3.1.1", + "@graphql-inspector/git-loader": "3.1.1", + "@graphql-inspector/github-loader": "3.1.1", + "@graphql-inspector/graphql-loader": "3.1.1", + "@graphql-inspector/introspect-command": "3.1.1", + "@graphql-inspector/json-loader": "3.1.1", + "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/serve-command": "3.1.1", + "@graphql-inspector/similar-command": "3.1.1", + "@graphql-inspector/url-loader": "3.1.1", + "@graphql-inspector/validate-command": "3.1.1", + "tslib": "^2.0.0", + "yargs": "17.2.1" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true + } + } + }, + "@graphql-inspector/code-loader": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.1.1.tgz", + "integrity": "sha512-hnVIloXmSFkkkowcjUz8xppC5LjZ/DVFtyZ+RKOiWWBPUR85lrLkCMEVR6pPRaBLS8fKrUus+YUkDkHI2TFrKQ==", "dev": true, "requires": { + "@graphql-tools/code-file-loader": "^7.2.2", "tslib": "^2.0.0" } }, "@graphql-inspector/config": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.0.2.tgz", - "integrity": "sha512-z7YbeOxi6bmmtI5HgSktDN2Bwmw7mJJDLPevCG4soUbhVJ9lonVl9ulaLXZRIPa0kFkLA9Ri5AcusY60ghoTfQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.1.1.tgz", + "integrity": "sha512-kc4jkP8B+BgS5lEMEiFcsNfajb2csikqXYqjAJ1VPowLXTFSv+DqrskTQbpM5+I5SOX7uN0AAs4BWxZ2nVFTMg==", "dev": true, "requires": {} }, "@graphql-inspector/core": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.0.2.tgz", - "integrity": "sha512-whAUHUD0ivsMpAkX7A7v0IlX069j6fpvMiLmsNzpX1MWMBu44TujlUbeuANegmTysyXxgHvWXtiHhW2zpZ/3QQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.1.1.tgz", + "integrity": "sha512-DP+FgKl93ESPLxg1Hujw1tIpsjfHeZDXKU5/43k8f5yQ2jCWM34NywROuICTNTYLuVL6gVxY/PSwWiCjVvlUMw==", "dev": true, "requires": { "dependency-graph": "0.11.0", @@ -3839,106 +3941,242 @@ } }, "@graphql-inspector/coverage-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.0.2.tgz", - "integrity": "sha512-+M0JRIO7k+1BHu+FdXOI+m0r/UiHm+k8802TIQ/gEFE3bK0eCvcaQwr4fu3wqA5NxG1exkMg7nslpvyWXV0h4w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.1.1.tgz", + "integrity": "sha512-mwMenrPbqs3Ywr9jgt6g8ZR8u4NvVe0mbquTz68BSbyd83+SXQIRolLlhevcRHNjC0bj2euhIc7DOKLj9O4Nyg==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-inspector/diff-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.0.2.tgz", - "integrity": "sha512-VtglZuriM3+QvieDRF1JRxIWuvUIg4UkfvIGtTNOsH11jDDJRqqEa6mEJItyUfsFT6P1ikh4qlrgm0/8o34SKQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.1.1.tgz", + "integrity": "sha512-TnjFqV7q6dJCO0hBjUxWy9W/rq6NprL2yM61p0j2QCh0z0flQszaEN2kKwnNVoKqd2YL+FV6XWh28FcDtfhcXw==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-inspector/docs-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.0.2.tgz", - "integrity": "sha512-nh7R6vk3N8ClkWTU2jjHc7FM2WWXZnYHOdCwpuxBtTK45yxVTqhWAWBTl3MVwYBF7QqJzQhxhHTQQurGgwd7Ig==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.1.1.tgz", + "integrity": "sha512-ywFOYGsjNyIfz7q/zb96Wwoj0mG/p2N40IVzC4Ko5Mz9JbkMtLURtgmpeauvBuRtxO+ABJGakv8x56AMSBn7Nw==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.0.2", + "@graphql-inspector/commands": "3.1.1", "open": "8.2.1", "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-inspector/git-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.0.2.tgz", - "integrity": "sha512-4kRHtyY4jBsV28rTKT2Lau6ZVBIO+OUeQC/PsxYamMb/qsBxvOK7++jbD4B3ZotThxHtrc2qRjMpXYf96DLuBw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.1.1.tgz", + "integrity": "sha512-H2CWPB3TK2wVWfOwbLLglPzxlqhh/ltysOVL1VczTae/PEw+OvU8NAJDXq76XqcoTZmDAy04OZXulH7InRtt8w==", "dev": true, "requires": { - "@graphql-tools/git-loader": "^7.0.0", + "@graphql-tools/git-loader": "^7.1.2", "tslib": "^2.0.0" } }, "@graphql-inspector/github-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.0.2.tgz", - "integrity": "sha512-No0ZGhbl6Mi7nPnZHXzsQ7GPpb/49/ke7Boy1G0GjWIsseeIiK0U5QlqD8iz+r4omL5Ablf4em27Vk59uermSg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.1.1.tgz", + "integrity": "sha512-7M2ttbHpk6dJayx8Dqt7KXnkQmH/Nx5rBo5VU8SqHTlWs65n4tOScg9a8MFm5MYdRtVfcmgYmP6H8F8QeIpPtg==", "dev": true, "requires": { - "@graphql-tools/github-loader": "^7.0.0", + "@graphql-tools/github-loader": "^7.1.1", "tslib": "^2.0.0" } }, "@graphql-inspector/graphql-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.0.2.tgz", - "integrity": "sha512-JqOV1Zb/GOZVQ6c1ZRrQ3enW30LkqA3GHjDOsoENsHxr1p8CY5/OR5YO+DSWzrgfyM0uMtqlsO3H9QgrbTngVA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.1.1.tgz", + "integrity": "sha512-rX5C2zBvCMFAdAGNoJQFxq/dp4VhS2lRpbzSoPQ8nMEiH6CdwH/5JXVrq3tu6M4TLlVnk7ixsDJIQRMK60oOlQ==", "dev": true, "requires": { - "@graphql-tools/graphql-file-loader": "^7.0.0", + "@graphql-tools/graphql-file-loader": "^7.3.2", "tslib": "^2.0.0" } }, "@graphql-inspector/introspect-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.0.2.tgz", - "integrity": "sha512-WVSyubxoQa4Euo31hwWBquKfkO0N7mnqsRtnwpG97RukjT3WZNXuf//wkX4YWsfeO6x/C1NFRSNSpMYgcaUU4w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.1.1.tgz", + "integrity": "sha512-YKqgLBPQBKUAvDX3s/oOmJlyfNNXrK2pv9QitOooqQcpVlsmc11MgCsUCkSxKFFJFhLf4VWdJYxqWmYcMtmKEA==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-inspector/json-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.0.2.tgz", - "integrity": "sha512-Hc3mewziHm5EXT0SOiHNLEkYMMDbKbYkzbt8CJbQSE+Xrfhj/UH/OiAm9XCZ7gEhtRBTegj19Ly/HR+sbj2c5Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.1.1.tgz", + "integrity": "sha512-0bx7iveCsoCuJLsyFm2UsWCURnBAyWDlmnhaOGU2Z9ZAyv1pGP1mKgCPKkTXfzsZ1CkeaCbHniyOau8ye9UPJA==", "dev": true, "requires": { - "@graphql-tools/json-file-loader": "^7.0.0", + "@graphql-tools/json-file-loader": "^7.3.2", "tslib": "^2.0.0" } }, "@graphql-inspector/loaders": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.0.2.tgz", - "integrity": "sha512-SsUP9BRWO77OYEuJAXHlo4BXx7G0xyeO05ymFZs5G3OuZRPphsQlqg8qWwH0+xJ0D6VPQ33AHCXqdgVRNNTsqw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.1.1.tgz", + "integrity": "sha512-B5PUlUXOyVrpcAIEi6gNfDoWEKYcjgl0DIa6Y+expgPi27eRVbNBYdBjPCz5oO17W8dnsTQft5Oh0As2HUjSrQ==", "dev": true, "requires": { - "@graphql-tools/load": "^7.3.2", + "@graphql-tools/load": "^7.4.1", "tslib": "^2.0.0" } }, "@graphql-inspector/logger": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.0.2.tgz", - "integrity": "sha512-/ULe8+fxW4nHYSdnPlIXdVyd5eBa9aRi+Ink3YEPM4RpIYtW1vh2XJU2CB0wjOAJv9wtZASDRBzY3qHAFx9j3Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.1.1.tgz", + "integrity": "sha512-4vvp2Y02sLglFdOPnEvwnicLodO7AwgdqGjWksgYdvW6801eH7yCmnCyQPladG2Xbb4dmztcjhKWWAIF29RPow==", "dev": true, "requires": { "chalk": "4.1.1", @@ -3949,101 +4187,202 @@ } }, "@graphql-inspector/serve-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.0.2.tgz", - "integrity": "sha512-+hH/Ceq/wViEHjj7b1dqX+iBbOgLJ7/x8a8Qgn3nH6e2Vb0lBEjwg6xyTM+ducHNBEHVcBICF/KyTrpNOWELZQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.1.1.tgz", + "integrity": "sha512-xxrhda0J7l/hJYd9JpLvvgycye6z3sfForKYST6KffzIKAmYPdFrMayCzzzf7DRoGzknW2cQ2JFiziYhNxr9fA==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/logger": "3.0.2", - "cors": "2.8.5", - "express": "4.17.1", - "express-graphql": "0.12.0", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/logger": "3.1.1", + "@graphql-yoga/node": "0.1.0-alpha.3", "open": "8.2.1", "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-inspector/similar-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.0.2.tgz", - "integrity": "sha512-RK03+BRtDTIGbKnyJi2Vw/oQvSEH3Mk+FZ31uMkAH/nprmK+QIS95p+crKxtcAWfRUX7BNmYWfWluS+GkSLLkQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.1.1.tgz", + "integrity": "sha512-qAg8aYK9J0e86MzDp77oV1f+eMxClHWaOieZA6JEITaXnYo/wTC8fLCUCOKLyKSF6hMK/G1N+JagWAAHOa/sng==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-inspector/url-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.0.2.tgz", - "integrity": "sha512-/mMOCLDOdtXmb466OvXuJoclfdaO0NmELR3RYLauCDYkUOL/6dG8U0zrT584jlSfiJbiJXoeUflWMl8XupNj/Q==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.1.1.tgz", + "integrity": "sha512-OIzzazD6CjiyD5sDP91B+sl90IFsTaNTaVFHkl8IcwS+gvV7uETNnuTqBup7pGrPhGWpcUn4Os1nOcgWK83O8g==", "dev": true, "requires": { - "@graphql-tools/url-loader": "^7.0.0", + "@graphql-tools/url-loader": "^7.4.2", "tslib": "^2.0.0" } }, "@graphql-inspector/validate-command": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.0.2.tgz", - "integrity": "sha512-emBLsf5dcLO0MG6QgZYzbNHw6sinbU/LD7aTeIJlCu2+Lzw53xruZjavZzHdLctFKqVopgPl4R3aZTj1hEipvw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.1.1.tgz", + "integrity": "sha512-QtKCDM2rgNB5kgrTMDEcPD0BBrSqqxWT33NAEsrgYtW5UA+8WgZH6XfXrpzblzt2oJSsTIDf/CjhH4ZZuJh3jg==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.0.2", - "@graphql-inspector/core": "3.0.2", - "@graphql-inspector/logger": "3.0.2", + "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/core": "3.1.1", + "@graphql-inspector/logger": "3.1.1", "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", + "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-tools/batch-execute": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.3.1.tgz", - "integrity": "sha512-63kHY8ZdoO5FoeDXYHnAak1R3ysMViMPwWC2XUblFckuVLMUPmB2ONje8rjr2CvzWBHAW8c1Zsex+U3xhKtGIA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.3.2.tgz", + "integrity": "sha512-ICWqM+MvEkIPHm18Q0cmkvm134zeQMomBKmTRxyxMNhL/ouz6Nqld52/brSlaHnzA3fczupeRJzZ0YatruGBcQ==", "dev": true, "requires": { - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", "dataloader": "2.0.0", "tslib": "~2.3.0", "value-or-promise": "1.0.11" } }, "@graphql-tools/code-file-loader": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.2.2.tgz", - "integrity": "sha512-AADyxqipGWLBl4N59CGPgv3i35UF1fQpJvbC5a6TXmcppnghD2olDLewOh1pIQrwxGAAh1S75XVIi28PTKYZhg==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.2.4.tgz", + "integrity": "sha512-KjIxYKDIbrtRGzeboYC98OnRnCvDVDC3E+suH48J4/KxweSjrG+ZpD++T/A11FdIcFb1Y5OceCw+OwjHI5OoyQ==", "dev": true, "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/graphql-tag-pluck": "^7.1.6", + "@graphql-tools/utils": "^8.6.2", "globby": "^11.0.3", "tslib": "~2.3.0", "unixify": "^1.0.0" } }, "@graphql-tools/delegate": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.4.2.tgz", - "integrity": "sha512-CjggOhiL4WtyG2I3kux+1/p8lQxSFHBj0gwa0NxnQ6Vsnpw7Ig5VP1ovPnitFuBv2k4QdC37Nj2xv2n7DRn8fw==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.5.1.tgz", + "integrity": "sha512-/YPmVxitt57F8sH50pnfXASzOOjEfaUDkX48eF5q6f16+JBncej2zeu+Zm2c68q8MbIxhPlEGfpd0QZeqTvAxw==", "dev": true, "requires": { - "@graphql-tools/batch-execute": "^8.3.1", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", + "@graphql-tools/batch-execute": "^8.3.2", + "@graphql-tools/schema": "^8.3.2", + "@graphql-tools/utils": "^8.6.2", "dataloader": "2.0.0", + "graphql-executor": "0.0.18", "tslib": "~2.3.0", "value-or-promise": "1.0.11" } }, "@graphql-tools/git-loader": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.1.2.tgz", - "integrity": "sha512-vIMrISQPKQgHS893b8K/pEE1InPV+7etzFhHoyQRhYkVHXP2RBkfI64Wq9bNPezF8Ss/dwIjI/keLaPp9EQDmA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.1.3.tgz", + "integrity": "sha512-Ya0jRizD6F1hbajk2rwfqJKAp6dQRvzW1gzkOQmlNcQOTtTjWITsFtzk7fS02gZRWkfFBenlTBguGufh91I6bg==", "dev": true, "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/graphql-tag-pluck": "^7.1.6", + "@graphql-tools/utils": "^8.6.2", "is-glob": "4.0.3", "micromatch": "^4.0.4", "tslib": "~2.3.0", @@ -4051,150 +4390,201 @@ } }, "@graphql-tools/github-loader": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.2.1.tgz", - "integrity": "sha512-vqwh2H11ZkAATDam/JqiP0CSqQRPUbjgCDxPdUu/xvST2QKyA4+uVXLBcpBRJc5kJCQjELijeRWVHSk9oN1q6g==", + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.2.4.tgz", + "integrity": "sha512-QuSN2GWgm/h3lp7o5zpi8TzHnzom4b/f5Zq4Hvprn1OsGaOviHLXQUx6AaWa07cmFvPL0se79R0sEkMZlXlpQQ==", "dev": true, "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.3", - "@graphql-tools/utils": "^8.5.1", - "cross-undici-fetch": "^0.0.20", + "@graphql-tools/graphql-tag-pluck": "^7.1.6", + "@graphql-tools/utils": "^8.6.2", + "cross-undici-fetch": "^0.1.19", "sync-fetch": "0.3.1", "tslib": "~2.3.0" } }, "@graphql-tools/graphql-file-loader": { - "version": "7.3.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.3.3.tgz", - "integrity": "sha512-6kUJZiNpYKVhum9E5wfl5PyLLupEDYdH7c8l6oMrk6c7EPEVs6iSUyB7yQoWrtJccJLULBW2CRQ5IHp5JYK0mA==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.3.4.tgz", + "integrity": "sha512-Q0/YtDq0APR6syRclsQMNguWKRlchd8nFTOpLhfc7Xeiy21VhEEi4Ik+quRySfb7ubDfJGhiUq4MQW43FhWJvg==", "dev": true, "requires": { - "@graphql-tools/import": "^6.5.7", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/import": "^6.6.6", + "@graphql-tools/utils": "^8.6.2", "globby": "^11.0.3", "tslib": "~2.3.0", "unixify": "^1.0.0" } }, "@graphql-tools/graphql-tag-pluck": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.3.tgz", - "integrity": "sha512-zxVYLiAnNxFg6bnDZdNpLJNfjf6GHYLQsVHDcbYyQcWJzIaeWPylX/Q1gyvw8MFO4ICYExNPqgBA/is2kZBlHw==", + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.6.tgz", + "integrity": "sha512-VdubvdS8pIrAPVDq6hV7ARXz2Yh8/2153+RO6i+RJOMgyFw8wOW3jRCKE93eN+Hk2pZBC2x3kzdNeUAyVpuslg==", "dev": true, "requires": { - "@babel/parser": "7.15.8", - "@babel/traverse": "7.15.4", - "@babel/types": "7.15.6", - "@graphql-tools/utils": "^8.5.1", + "@babel/parser": "^7.16.8", + "@babel/traverse": "^7.16.8", + "@babel/types": "^7.16.8", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0" } }, "@graphql-tools/import": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.6.1.tgz", - "integrity": "sha512-i9WA6k+erJMci822o9w9DoX+uncVBK60LGGYW8mdbhX0l7wEubUpA000thJ1aarCusYh0u+ZT9qX0HyVPXu25Q==", + "version": "6.6.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.6.6.tgz", + "integrity": "sha512-a0aVajxqu1MsL8EwavA44Osw20lBOIhq8IM2ZIHFPP62cPAcOB26P+Sq57DHMsSyX5YQ0ab9XPM2o4e1dQhs0w==", "dev": true, "requires": { - "@graphql-tools/utils": "8.5.3", + "@graphql-tools/utils": "8.6.2", "resolve-from": "5.0.0", "tslib": "~2.3.0" } }, "@graphql-tools/json-file-loader": { - "version": "7.3.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.3.3.tgz", - "integrity": "sha512-CN2Qk9rt+Gepa3rb3X/mpxYA5MIYLwZBPj2Njw6lbZ6AaxG+O1ArDCL5ACoiWiBimn1FCOM778uhRM9znd0b3Q==", + "version": "7.3.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.3.4.tgz", + "integrity": "sha512-1AROMFh8Lyorf2gTWXgVaUbU3ic84gzAgpRmJCsCla/Nnvn6JiCs4aWHsalk4ZWVXCaK04c8gk8Px1uNQUj02Q==", "dev": true, "requires": { - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", "globby": "^11.0.3", "tslib": "~2.3.0", "unixify": "^1.0.0" } }, "@graphql-tools/load": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.4.1.tgz", - "integrity": "sha512-UvBodW5hRHpgBUBVz5K5VIhJDOTFIbRRAGD6sQ2l9J5FDKBEs3u/6JjZDzbdL96br94D5cEd2Tk6auaHpTn7mQ==", + "version": "7.5.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.5.2.tgz", + "integrity": "sha512-URPqVP77mYxdZxT895DzrWf2C23S3yC/oAmXD4D4YlxR5eVVH/fxu0aZR78WcEKF331fWSiFwWy9j7BZWvkj7g==", "dev": true, "requires": { - "@graphql-tools/schema": "8.3.1", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/schema": "8.3.2", + "@graphql-tools/utils": "^8.6.2", "p-limit": "3.1.0", "tslib": "~2.3.0" } }, "@graphql-tools/merge": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.2.1.tgz", - "integrity": "sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==", + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.2.3.tgz", + "integrity": "sha512-XCSmL6/Xg8259OTWNp69B57CPWiVL69kB7pposFrufG/zaAlI9BS68dgzrxmmSqZV5ZHU4r/6Tbf6fwnEJGiSw==", "dev": true, "requires": { - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0" } }, "@graphql-tools/schema": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.3.1.tgz", - "integrity": "sha512-3R0AJFe715p4GwF067G5i0KCr/XIdvSfDLvTLEiTDQ8V/hwbOHEKHKWlEBHGRQwkG5lwFQlW1aOn7VnlPERnWQ==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.3.2.tgz", + "integrity": "sha512-77feSmIuHdoxMXRbRyxE8rEziKesd/AcqKV6fmxe7Zt+PgIQITxNDew2XJJg7qFTMNM43W77Ia6njUSBxNOkwg==", "dev": true, "requires": { - "@graphql-tools/merge": "^8.2.1", - "@graphql-tools/utils": "^8.5.1", + "@graphql-tools/merge": "^8.2.3", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0", "value-or-promise": "1.0.11" } }, "@graphql-tools/url-loader": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.5.2.tgz", - "integrity": "sha512-EilHqbhUY/qg55SSEdklDhPXgSz9+9a63SX3mcD8J2qwZHJD/wOLcyKs8m6BXfuGwUiuB0j3fmDSEVmva2onBg==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.8.0.tgz", + "integrity": "sha512-4j5X40hpYInM5J7KbURSspEJCi6tPqvEE2kyBOyP0C0YIOYtKgUJTAryjbBXqr+HWGyEwJ2zuQ2cQdVMn8l78A==", "dev": true, "requires": { - "@graphql-tools/delegate": "^8.4.1", - "@graphql-tools/utils": "^8.5.1", - "@graphql-tools/wrap": "^8.3.1", - "@n1ru4l/graphql-live-query": "0.9.0", - "@types/websocket": "1.0.4", + "@graphql-tools/delegate": "^8.5.1", + "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/wrap": "^8.4.2", + "@n1ru4l/graphql-live-query": "^0.9.0", + "@types/websocket": "^1.0.4", "@types/ws": "^8.0.0", - "cross-undici-fetch": "^0.0.20", + "cross-undici-fetch": "^0.1.19", "dset": "^3.1.0", - "extract-files": "11.0.0", + "extract-files": "^11.0.0", "graphql-sse": "^1.0.1", "graphql-ws": "^5.4.1", - "isomorphic-ws": "4.0.1", - "meros": "1.1.4", + "isomorphic-ws": "^4.0.1", + "meros": "^1.1.4", "subscriptions-transport-ws": "^0.11.0", - "sync-fetch": "0.3.1", - "tslib": "~2.3.0", - "valid-url": "1.0.9", - "value-or-promise": "1.0.11", - "ws": "8.2.3" + "sync-fetch": "^0.3.1", + "tslib": "^2.3.0", + "valid-url": "^1.0.9", + "value-or-promise": "^1.0.11", + "ws": "^8.3.0" } }, "@graphql-tools/utils": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.5.3.tgz", - "integrity": "sha512-HDNGWFVa8QQkoQB0H1lftvaO1X5xUaUDk1zr1qDe0xN1NL0E/CrQdJ5UKLqOvH4hkqVUPxQsyOoAZFkaH6rLHg==", + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.2.tgz", + "integrity": "sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==", "dev": true, "requires": { "tslib": "~2.3.0" } }, "@graphql-tools/wrap": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.3.2.tgz", - "integrity": "sha512-7DcOBFB+Dd84x9dxSm7qS4iJONMyfLnCJb8A19vGPffpu4SMJ3sFcgwibKFu5l6mMUiigKgXna2RRgWI+02bKQ==", + "version": "8.4.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.4.3.tgz", + "integrity": "sha512-2bd3GtlqV72idEphLTM8SRiSxEDrMPGE556faW8N5Q2qK7qlCEu9AQK0HNKWKdtEPTHqahndZtIPcdpNN6xGig==", "dev": true, "requires": { - "@graphql-tools/delegate": "^8.4.2", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.5.3", + "@graphql-tools/delegate": "^8.5.1", + "@graphql-tools/schema": "^8.3.2", + "@graphql-tools/utils": "^8.6.2", "tslib": "~2.3.0", "value-or-promise": "1.0.11" } }, + "@graphql-typed-document-node/core": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", + "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", + "dev": true, + "requires": {} + }, + "@graphql-yoga/common": { + "version": "0.2.0-alpha.10", + "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-0.2.0-alpha.10.tgz", + "integrity": "sha512-BUdp/G/oxbW5gU3v1O79JO3OtnRoxlhkAzRIFwYQKxSKh4jR8VLkxHfZKSTSgntpPZpUAKZteLPE9HBor7eKbw==", + "dev": true, + "requires": { + "@envelop/core": "^1.7.1", + "@envelop/disable-introspection": "^2.0.0", + "@envelop/parser-cache": "^3.0.0", + "@envelop/validation-cache": "^3.0.0", + "@graphql-tools/schema": "^8.3.1", + "@graphql-tools/utils": "^8.6.0", + "@graphql-yoga/subscription": "0.1.0-alpha.1", + "cross-undici-fetch": "^0.1.19", + "dset": "^3.1.1", + "graphql-helix": "1.11.0" + } + }, + "@graphql-yoga/node": { + "version": "0.1.0-alpha.3", + "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-0.1.0-alpha.3.tgz", + "integrity": "sha512-fJ7UOXMVclUCm7Zb2CHlbsbVudJgnbM1xkOLHZqHe4F5OAit0OflmZ5qKstT0NZnK3YluHDNsqZxQ7EkfrDLXQ==", + "dev": true, + "requires": { + "@envelop/core": "^1.7.1", + "@graphql-tools/utils": "^8.6.0", + "@graphql-typed-document-node/core": "^3.1.1", + "@graphql-yoga/common": "0.2.0-alpha.10", + "@graphql-yoga/subscription": "0.1.0-alpha.1", + "cross-undici-fetch": "^0.1.19", + "light-my-request": "^4.7.0", + "pino": "^7.2.0", + "pino-pretty": "^7.2.0" + } + }, + "@graphql-yoga/subscription": { + "version": "0.1.0-alpha.1", + "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-0.1.0-alpha.1.tgz", + "integrity": "sha512-lTNoUGxmotIA4w+xQv3K3v4uSc7T5T4BhPkPM7ZyaqwSsqPjQ20OY+d3WlMIzRJopPgx8T5g0CXUZvZQULDGsQ==", + "dev": true, + "requires": { + "@repeaterjs/repeater": "^3.0.4" + } + }, "@n1ru4l/graphql-live-query": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/@n1ru4l/graphql-live-query/-/graphql-live-query-0.9.0.tgz", @@ -4228,25 +4618,31 @@ "fastq": "^1.6.0" } }, + "@repeaterjs/repeater": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.4.tgz", + "integrity": "sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==", + "dev": true + }, "@types/node": { - "version": "16.11.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.7.tgz", - "integrity": "sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==", + "version": "17.0.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz", + "integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==", "dev": true }, "@types/websocket": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.4.tgz", - "integrity": "sha512-qn1LkcFEKK8RPp459jkjzsfpbsx36BBt3oC3pITYtkoBw/aVX+EZFa5j3ThCRTNpLFvIMr5dSTD4RaMdilIOpA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", + "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", "dev": true, "requires": { "@types/node": "*" } }, "@types/ws": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.0.tgz", - "integrity": "sha512-cyeefcUCgJlEk+hk2h3N+MqKKsPViQgF5boi9TTHSK+PoR9KWBb/C5ccPcDyAqgsbAYHTwulch725DV84+pSpg==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.2.tgz", + "integrity": "sha512-VXI82ykONr5tacHEojnErTQk+KQSoYbW1NB6iz6wUwrNd+BqfkfggQNoNdCqhJSzbNumShPERbM+Pc5zpfhlbw==", "dev": true, "requires": { "@types/node": "*" @@ -4261,20 +4657,10 @@ "event-target-shim": "^5.0.0" } }, - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "dev": true, - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, "ajv": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.7.1.tgz", - "integrity": "sha512-gPpOObTO1QjbnN1sVMjJcp1TF9nggMfO4MBR5uQl6ZVTOaEPq5i4oq/6R9q2alMMPB3eg53wFv1RuJBLuxf3Hw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", + "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -4308,9 +4694,9 @@ } }, "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, "ansi-styles": { @@ -4331,11 +4717,69 @@ "sprintf-js": "~1.0.2" } }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", - "dev": true + "args": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/args/-/args-5.0.1.tgz", + "integrity": "sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ==", + "dev": true, + "requires": { + "camelcase": "5.0.0", + "chalk": "2.4.2", + "leven": "2.1.0", + "mri": "1.1.4" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } }, "array-union": { "version": "2.1.0", @@ -4343,10 +4787,10 @@ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "atomic-sleep": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz", + "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==", "dev": true }, "backo2": { @@ -4367,41 +4811,6 @@ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", "dev": true }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "dev": true, - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -4431,12 +4840,6 @@ "ieee754": "^1.1.13" } }, - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", - "dev": true - }, "caller-callsite": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", @@ -4462,9 +4865,9 @@ "dev": true }, "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", + "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", "dev": true }, "chalk": { @@ -4478,9 +4881,9 @@ } }, "ci-info": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.2.0.tgz", - "integrity": "sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", "dev": true }, "cliui": { @@ -4492,23 +4895,6 @@ "string-width": "^4.2.0", "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } } }, "clone": { @@ -4532,25 +4918,22 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "colorette": { + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", + "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==", + "dev": true + }, "columnify": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz", - "integrity": "sha1-Rzfd8ce2mop8NAVweC6UfuyOeLs=", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", + "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", "dev": true, "requires": { - "strip-ansi": "^3.0.0", + "strip-ansi": "^6.0.1", "wcwidth": "^1.0.0" } }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, "commander": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", @@ -4563,43 +4946,12 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "dev": true, - "requires": { - "safe-buffer": "5.1.2" - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", - "dev": true - }, "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", - "dev": true - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", "dev": true }, - "cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dev": true, - "requires": { - "object-assign": "^4", - "vary": "^1" - } - }, "cosmiconfig": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", @@ -4613,15 +4965,17 @@ } }, "cross-undici-fetch": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.0.20.tgz", - "integrity": "sha512-5d3WBC4VRHpFndECK9bx4TngXrw0OUXdhX561Ty1ZoqMASz9uf55BblhTC1CO6GhMWnvk9SOqYEXQliq6D2P4A==", + "version": "0.1.25", + "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.25.tgz", + "integrity": "sha512-KS6hm/VuRO+3jIrg4uidz3mQ8NWvCbiTTOg3yoH30zuGVUvjqZlnXw66h0kuzyfP21hDkrdIbufXCW6BAQdSNw==", "dev": true, "requires": { "abort-controller": "^3.0.0", - "form-data": "^4.0.0", - "node-fetch": "^2.6.5", - "undici": "^4.9.3" + "form-data-encoder": "^1.7.1", + "formdata-node": "^4.3.1", + "node-fetch": "^2.6.7", + "undici": "^4.9.3", + "web-streams-polyfill": "^3.2.0" } }, "dataloader": { @@ -4630,10 +4984,16 @@ "integrity": "sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==", "dev": true }, + "dateformat": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", + "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==", + "dev": true + }, "debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "dev": true, "requires": { "ms": "2.1.2" @@ -4660,30 +5020,12 @@ "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "dev": true }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", - "dev": true - }, "dependency-graph": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", "dev": true }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=", - "dev": true - }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -4699,11 +5041,17 @@ "integrity": "sha512-hYf+jZNNqJBD2GiMYb+5mqOIX4R4RRHXU3qWMWYN+rqcR2/YpRL2bUHr8C8fU+5DNvqYjJ8YvMGSLuVPWU1cNg==", "dev": true }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", - "dev": true + "duplexify": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", + "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", + "dev": true, + "requires": { + "end-of-stream": "^1.4.1", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1", + "stream-shift": "^1.0.0" + } }, "emoji-regex": { "version": "8.0.0", @@ -4711,11 +5059,14 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "dev": true + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } }, "error-ex": { "version": "1.3.2", @@ -4732,12 +5083,6 @@ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dev": true }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", - "dev": true - }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -4750,144 +5095,17 @@ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "dev": true }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "dev": true - }, "event-target-shim": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "dev": true - }, - "eventemitter3": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==", - "dev": true - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "dev": true, - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } + "dev": true }, - "express-graphql": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/express-graphql/-/express-graphql-0.12.0.tgz", - "integrity": "sha512-DwYaJQy0amdy3pgNtiTDuGGM2BLdj+YO2SgbKoLliCfuHv3VVTt7vNG/ZqK2hRYjtYHE2t2KB705EU94mE64zg==", - "dev": true, - "requires": { - "accepts": "^1.3.7", - "content-type": "^1.0.4", - "http-errors": "1.8.0", - "raw-body": "^2.4.1" - }, - "dependencies": { - "http-errors": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", - "integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", - "dev": true, - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "raw-body": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.1.tgz", - "integrity": "sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==", - "dev": true, - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.3", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "dependencies": { - "http-errors": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz", - "integrity": "sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==", - "dev": true, - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", - "dev": true - } - } - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", - "dev": true - } - } + "eventemitter3": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", + "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==", + "dev": true }, "extract-files": { "version": "11.0.0", @@ -4902,9 +5120,9 @@ "dev": true }, "fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -4931,6 +5149,18 @@ } } }, + "fast-redact": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.1.tgz", + "integrity": "sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==", + "dev": true + }, + "fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "dev": true + }, "fastq": { "version": "1.13.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", @@ -4958,38 +5188,6 @@ "to-regex-range": "^5.0.1" } }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dev": true, - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, "find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", @@ -5000,16 +5198,11 @@ "path-exists": "^4.0.0" } }, - "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } + "form-data-encoder": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.1.tgz", + "integrity": "sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==", + "dev": true }, "format-graphql": { "version": "1.4.0", @@ -5021,12 +5214,6 @@ "yargs": "^15.3.1" }, "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, "cliui": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", @@ -5038,14 +5225,11 @@ "wrap-ansi": "^6.2.0" } }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } + "graphql": { + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", + "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", + "dev": true }, "wrap-ansi": { "version": "6.2.0", @@ -5095,17 +5279,23 @@ } } }, - "forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "dev": true - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "dev": true + "formdata-node": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.3.2.tgz", + "integrity": "sha512-k7lYJyzDOSL6h917favP8j1L0/wNyylzU+x+1w4p5haGVHNlP58dbpdJhiCUsDbWsa9HwEtLp89obQgXl2e0qg==", + "dev": true, + "requires": { + "node-domexception": "1.0.0", + "web-streams-polyfill": "4.0.0-beta.1" + }, + "dependencies": { + "web-streams-polyfill": { + "version": "4.0.0-beta.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz", + "integrity": "sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==", + "dev": true + } + } }, "fs.realpath": { "version": "1.0.0", @@ -5149,25 +5339,39 @@ "dev": true }, "globby": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" } }, "graphql": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", - "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", + "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==", "dev": true }, + "graphql-executor": { + "version": "0.0.18", + "resolved": "https://registry.npmjs.org/graphql-executor/-/graphql-executor-0.0.18.tgz", + "integrity": "sha512-upUSl7tfZCZ5dWG1XkOvpG70Yk3duZKcCoi/uJso4WxJVT6KIrcK4nZ4+2X/hzx46pL8wAukgYHY6iNmocRN+g==", + "dev": true, + "requires": {} + }, + "graphql-helix": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/graphql-helix/-/graphql-helix-1.11.0.tgz", + "integrity": "sha512-JFBuIsfeNDTTotAkHzwTmXgSpFi2bfoX4E8ZlXfgQB2gD8XgOWSTJc1ujN59ZrGBI8M/99h3tEIaH5grR17EIA==", + "dev": true, + "requires": {} + }, "graphql-schema-linter": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/graphql-schema-linter/-/graphql-schema-linter-2.0.1.tgz", @@ -5217,6 +5421,12 @@ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, + "graphql": { + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", + "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", + "dev": true + }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -5235,16 +5445,16 @@ } }, "graphql-sse": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/graphql-sse/-/graphql-sse-1.0.5.tgz", - "integrity": "sha512-x7HpPtbODImc20YfpKea++8Tj2ruKb1oLWNxd4xxa62BASxZRdm+uIq5bYGv7TwENeckgi/MjELtj2dZrTkQ8A==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/graphql-sse/-/graphql-sse-1.0.6.tgz", + "integrity": "sha512-y2mVBN2KwNrzxX2KBncQ6kzc6JWvecxuBernrl0j65hsr6MAS3+Yn8PTFSOgRmtolxugepxveyZVQEuaNEbw3w==", "dev": true, "requires": {} }, "graphql-ws": { - "version": "5.5.5", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.5.5.tgz", - "integrity": "sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.6.2.tgz", + "integrity": "sha512-TsjovINNEGfv52uKWYSVCOLX9LFe6wAhf9n7hIsV3zjflky1dv/mAP+kjXAXsnzV1jH5Sx0S73CtBFNvxus+SQ==", "dev": true, "requires": {} }, @@ -5254,36 +5464,6 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "dev": true, - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "dependencies": { - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - } - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, "ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", @@ -5291,9 +5471,9 @@ "dev": true }, "ignore": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz", - "integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", "dev": true }, "import-fresh": { @@ -5330,12 +5510,6 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "dev": true - }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -5409,6 +5583,12 @@ "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==", "dev": true }, + "joycon": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz", + "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", + "dev": true + }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -5461,6 +5641,24 @@ "minimist": "^1.2.5" } }, + "leven": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", + "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "dev": true + }, + "light-my-request": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.8.0.tgz", + "integrity": "sha512-C2XESrTRsZnI59NSQigOsS6IuTxpj8OhSBvZS9fhgBMsamBsAuWN1s4hj/nCi8EeZcyAA6xbROhsZy7wKdfckg==", + "dev": true, + "requires": { + "ajv": "^8.1.0", + "cookie": "^0.4.0", + "process-warning": "^1.0.0", + "set-cookie-parser": "^2.4.1" + } + }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -5480,18 +5678,6 @@ "is-unicode-supported": "^0.1.0" } }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", - "dev": true - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", - "dev": true - }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -5499,18 +5685,12 @@ "dev": true }, "meros": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.1.4.tgz", - "integrity": "sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.0.tgz", + "integrity": "sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==", "dev": true, "requires": {} }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", - "dev": true - }, "micromatch": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", @@ -5521,31 +5701,10 @@ "picomatch": "^2.2.3" } }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true - }, - "mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", - "dev": true - }, - "mime-types": { - "version": "2.1.34", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", - "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", - "dev": true, - "requires": { - "mime-db": "1.51.0" - } - }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" @@ -5557,22 +5716,28 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "dev": true }, + "mri": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.4.tgz", + "integrity": "sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==", + "dev": true + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", + "node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", "dev": true }, "node-fetch": { - "version": "2.6.6", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", - "integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", "dev": true, "requires": { "whatwg-url": "^5.0.0" @@ -5587,26 +5752,17 @@ "remove-trailing-separator": "^1.0.1" } }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true - }, "object-inspect": { "version": "1.10.3", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==", "dev": true }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dev": true, - "requires": { - "ee-first": "1.1.1" - } + "on-exit-leak-free": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz", + "integrity": "sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==", + "dev": true }, "once": { "version": "1.4.0", @@ -5673,12 +5829,6 @@ "json-parse-better-errors": "^1.0.1" } }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "dev": true - }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -5691,12 +5841,6 @@ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dev": true }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", - "dev": true - }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -5704,25 +5848,85 @@ "dev": true }, "picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "pino": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-7.8.0.tgz", + "integrity": "sha512-Ynw2HRVapiyj+ZGfUcpms+SRgDKFIy0ztaFUf3X6IHh+vsysMvn+tpV/Ej3gyutPp4n9tgH6ZkkCAelSvP5zmQ==", + "dev": true, + "requires": { + "fast-redact": "^3.0.0", + "on-exit-leak-free": "^0.2.0", + "pino-abstract-transport": "v0.5.0", + "pino-std-serializers": "^4.0.0", + "process-warning": "^1.0.0", + "quick-format-unescaped": "^4.0.3", + "real-require": "^0.1.0", + "safe-stable-stringify": "^2.1.0", + "sonic-boom": "^2.2.1", + "thread-stream": "^0.13.0" + } + }, + "pino-abstract-transport": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-0.5.0.tgz", + "integrity": "sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==", + "dev": true, + "requires": { + "duplexify": "^4.1.2", + "split2": "^4.0.0" + } + }, + "pino-pretty": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-7.5.3.tgz", + "integrity": "sha512-jOGysjWxOfaeUElKTeJPstiitt1Ii7owcb21lDc1BS5F4P4HRDDcGxL1f1jskSA0zkTyj64/iaXlMLGhwtLVtg==", + "dev": true, + "requires": { + "args": "^5.0.1", + "colorette": "^2.0.7", + "dateformat": "^4.6.3", + "fast-safe-stringify": "^2.0.7", + "joycon": "^3.1.1", + "pino-abstract-transport": "^0.5.0", + "pump": "^3.0.0", + "readable-stream": "^3.6.0", + "rfdc": "^1.3.0", + "secure-json-parse": "^2.4.0", + "sonic-boom": "^2.2.0", + "strip-json-comments": "^3.1.1" + } + }, + "pino-std-serializers": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz", + "integrity": "sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==", "dev": true }, "prettier": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz", - "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", + "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", + "dev": true + }, + "process-warning": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-1.0.0.tgz", + "integrity": "sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==", "dev": true }, - "proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "dev": true, "requires": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" + "end-of-stream": "^1.1.0", + "once": "^1.3.1" } }, "punycode": { @@ -5731,36 +5935,35 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", - "dev": true - }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "quick-format-unescaped": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", + "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==", "dev": true }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", "dev": true, "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" } }, + "real-require": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.1.0.tgz", + "integrity": "sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==", + "dev": true + }, "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", @@ -5797,6 +6000,12 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, + "rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", + "dev": true + }, "run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -5807,74 +6016,22 @@ } }, "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "dev": true }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "dev": true, - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true - } - } - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", - "dev": true - } - } + "safe-stable-stringify": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz", + "integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==", + "dev": true }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "dev": true, - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - } + "secure-json-parse": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.4.0.tgz", + "integrity": "sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==", + "dev": true }, "set-blocking": { "version": "2.0.0", @@ -5882,10 +6039,10 @@ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", "dev": true }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", + "set-cookie-parser": { + "version": "2.4.8", + "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.4.8.tgz", + "integrity": "sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==", "dev": true }, "slash": { @@ -5894,24 +6051,33 @@ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, + "sonic-boom": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-2.6.0.tgz", + "integrity": "sha512-6xYZFRmDEtxGqfOKcDQ4cPLrNa0SPEDI+wlzDAHowXE6YV42NeXqg9mP2KkiM8JVu3lHfZ2iQKYlGOz+kTpphg==", + "dev": true, + "requires": { + "atomic-sleep": "^1.0.0" + } + }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", "dev": true }, + "split2": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", + "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", + "dev": true + }, "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "dev": true - }, "std-env": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/std-env/-/std-env-2.3.0.tgz", @@ -5921,6 +6087,21 @@ "ci-info": "^3.0.0" } }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "dev": true + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + } + }, "string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -5930,34 +6111,23 @@ "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } } }, "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "requires": { - "ansi-regex": "^2.0.0" + "ansi-regex": "^5.0.1" } }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true + }, "subscriptions-transport-ws": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", @@ -5972,9 +6142,9 @@ }, "dependencies": { "ws": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.5.tgz", - "integrity": "sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", "dev": true, "requires": {} } @@ -6005,6 +6175,21 @@ "node-fetch": "^2.6.1" } }, + "thread-stream": { + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-0.13.2.tgz", + "integrity": "sha512-woZFt0cLFkPdhsa+IGpRo1jiSouaHxMIljzTgt30CMjBWoUYbbcHqnunW5Yv+BXko9H05MVIcxMipI3Jblallw==", + "dev": true, + "requires": { + "real-require": "^0.1.0" + } + }, + "tiny-lru": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-7.0.6.tgz", + "integrity": "sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==", + "dev": true + }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -6020,12 +6205,6 @@ "is-number": "^7.0.0" } }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", - "dev": true - }, "tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", @@ -6038,20 +6217,10 @@ "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "dev": true }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dev": true, - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, "undici": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.9.5.tgz", - "integrity": "sha512-t59IFVYiMnFThboJL9izqwsDEfSbZDPZ/8iCYBCkEFLy63x9m4YaNt0E+r5+X993syC9M0W/ksusZC9YuAamMg==", + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-4.15.1.tgz", + "integrity": "sha512-h8LJybhMKD09IyQZoQadNtIR/GmugVhTOVREunJrpV6RStriKBFdSVoFzEzTihwXi/27DIBO+Z0OGF+Mzfi0lA==", "dev": true }, "unixify": { @@ -6063,12 +6232,6 @@ "normalize-path": "^2.1.1" } }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "dev": true - }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -6078,10 +6241,10 @@ "punycode": "^2.1.0" } }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", "dev": true }, "valid-url": { @@ -6096,12 +6259,6 @@ "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", "dev": true }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "dev": true - }, "wcwidth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", @@ -6111,6 +6268,12 @@ "defaults": "^1.0.3" } }, + "web-streams-polyfill": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", + "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==", + "dev": true + }, "webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", @@ -6142,23 +6305,6 @@ "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } } }, "wrappy": { @@ -6168,9 +6314,9 @@ "dev": true }, "ws": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", - "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", + "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", "dev": true, "requires": {} }, @@ -6181,24 +6327,24 @@ "dev": true }, "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", + "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", "dev": true, "requires": { "cliui": "^7.0.2", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", - "string-width": "^4.2.0", + "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "yargs-parser": "^21.0.0" } }, "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", + "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", "dev": true }, "yocto-queue": { diff --git a/package.json b/package.json index df92b31c..7920bb7c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ajv-cli": "^5.0.0", "ajv-formats": "^2.1.0", "format-graphql": "^1.4.0", - "graphql": "^15.5.0", + "graphql": "^16.3.0", "graphql-schema-linter": "^2.0.0", "prettier": "^2.3.0", "yargs": "^17.0.0" From aa74e9686247fb4792636261efb82901bb0be024 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 7 Mar 2022 18:33:49 +0100 Subject: [PATCH 002/362] Upgrade NPM itself to latest version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68f7a0ce..d6f0366f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,8 +64,8 @@ RUN \ jq \ make \ npm && \ - # Upgrade Node package manager to version 7.18.1 - npm install --global npm@8.1.3 && \ + # Upgrade Node package manager + npm install --global npm@8.5.3 && \ # Remove unused packages and configuration files, erase archive files, and remove lists of packages apt-get autoremove --assume-yes --purge && \ apt-get clean && \ From fa32aee0d6d857e98c48845e58f34ff414aa50e4 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 7 Mar 2022 18:35:12 +0100 Subject: [PATCH 003/362] Link pull request #285 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6edba34..8e11b295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ and this project adheres to ### Changed -- +- Upgrade development packages to latest versions [#285](https://github.com/building-envelope-data/api/pull/285) - - - From a18a9b327326e28922d65967fc910d27af548e3e Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 7 Mar 2022 18:36:58 +0100 Subject: [PATCH 004/362] Upgrade Node to latest long-term support version --- Dockerfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d6f0366f..d35e4a77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use Node on Debian as base image, see # https://hub.docker.com/_/node -FROM node:16.13.0-bullseye-slim +FROM node:16.14.0-bullseye-slim ################## # As user `root` # diff --git a/package.json b/package.json index 7920bb7c..3ae1d536 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "", "engines": { - "node": "16.13.x" + "node": "16.14.x" }, "directories": { "example": "examples", From 7c85de35bfea447e4faf5796babf3da194b8c865 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 22 Aug 2022 18:08:50 +0200 Subject: [PATCH 005/362] Switch from user settings to workspace settings --- .vscode/settings.json | 128 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..4aaee71d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,128 @@ +{ + "launch": { + "configurations": [], + "compounds": [] + }, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "[javascript]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "editor.quickSuggestions": { + "other": true, + "comments": true, + "strings": true + }, + "editor.formatOnSave": true, + "json.schemas": [ + { + "fileMatch": ["./examples/dbe/*.json"], + "url": "./schemas/dbe.json" + }, + { + "fileMatch": ["./examples/dsb/*.json"], + "url": "./schemas/dsb.json" + }, + { + "fileMatch": ["./*/optical/*.json"], + "url": "./schemas/optical.json" + } + ], + "editor.wordWrap": "on", + "update.mode": "default", + "explorer.confirmDelete": false, + "workbench.editorAssociations": { + "git-rebase-todo": "default", + "*.ipynb": "jupyter.notebook.ipynb" + }, + "search.useReplacePreview": false, + "security.workspace.trust.untrustedFiles": "open", + "editor.renderWhitespace": "all", + "editor.renderControlCharacters": true, + "cSpell.language": "en-US", + "cSpell.userWords": [ + "AERC", + "ASHRAE", + "ASTM", + "BIPV", + "BIST", + "BREEAM", + "BSDF", + "CENELEC", + "CIELAB", + "Conshohocken", + "Coreutils", + "DGNB", + "DVWG", + "FIPS", + "Fronius", + "Galvo", + "Glaz", + "Goniometric", + "IPXX", + "Klems", + "Koester", + "Kwith", + "LBNL", + "LEED", + "Latn", + "Mermet", + "NFRC", + "POSIX", + "Retrolux", + "Revit", + "Riba", + "SHGC", + "SPARQL", + "Soleil", + "Subtag", + "UNECE", + "WUFI", + "accreditations", + "addkey", + "brep", + "brise", + "buildingenvelopedata", + "concretization", + "decentral", + "decentrally", + "dgst", + "emittance", + "ffffffzzz", + "hkps", + "hygrothermal", + "keypairs", + "keyserver", + "keysize", + "lichtplanung", + "longwave", + "marquisolette", + "metabase", + "micromorph", + "monocrystalline", + "nanocrystalline", + "nearnormal", + "nurbs", + "officedocument", + "openxmlformats", + "perovskite", + "photovoltaics", + "plasmonic", + "poissons", + "prepending", + "shasum", + "solener", + "standardizer", + "standardizers", + "subcomponents", + "subkey", + "subschema", + "underspecified", + "wavelenghts", + "wordprocessingml" + ], + "json.maxItemsComputed": 50000, + "explorer.confirmDragAndDrop": false, + "editor.trimAutoWhitespace": false, + "editor.minimap.enabled": false, + "window.zoomLevel": 2 +} From c3eff7e8ff6e1b8831a0ffc62064c72d4352f680 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 19 Jan 2023 11:29:03 +0100 Subject: [PATCH 006/362] Delete unnessary key "data" in three optical tests --- ...TROLuxOwithSolarControlGlazingOptical.json | 32 ++- .../SunovationGlazingLayerOptical.json | 184 +++++++++--------- .../SunovationModuleEnamelOptical.json | 22 +-- 3 files changed, 113 insertions(+), 125 deletions(-) diff --git a/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json b/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json index 58713100..4973f04e 100644 --- a/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json +++ b/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json @@ -1,24 +1,20 @@ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "visible" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } } ] } diff --git a/tests/valid/opticalData/SunovationGlazingLayerOptical.json b/tests/valid/opticalData/SunovationGlazingLayerOptical.json index 0f516f68..d88149fc 100644 --- a/tests/valid/opticalData/SunovationGlazingLayerOptical.json +++ b/tests/valid/opticalData/SunovationGlazingLayerOptical.json @@ -1,104 +1,100 @@ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 430 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 540 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } + "wavelengths": { "wavelength": 430 } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { "wavelength": 540 } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 570 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } + "wavelengths": { "wavelength": 570 } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 430 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } + "wavelengths": { "wavelength": 430 } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 540 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } + "wavelengths": { "wavelength": 540 } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 570 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } - } - ] + "wavelengths": { "wavelength": 570 } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } } ] } diff --git a/tests/valid/opticalData/SunovationModuleEnamelOptical.json b/tests/valid/opticalData/SunovationModuleEnamelOptical.json index 7821497a..2d205d3b 100644 --- a/tests/valid/opticalData/SunovationModuleEnamelOptical.json +++ b/tests/valid/opticalData/SunovationModuleEnamelOptical.json @@ -1,19 +1,15 @@ { - "data": [ + "dataPoints": [ { - "dataPoints": [ + "cielabColors": [ { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "direction": "reflection", - "surface": "symmetric", - "observer": "tenDegrees", - "illuminant": "D65" - } - ] + "lStar": 5, + "aStar": 1, + "bStar": -1, + "direction": "reflection", + "surface": "symmetric", + "observer": "tenDegrees", + "illuminant": "D65" } ] } From 79520d990094a107ed237c833143367d9c95425a Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 19 Jan 2023 11:36:35 +0100 Subject: [PATCH 007/362] Run make format --- .github/workflows/draft-new-release.yml | 2 +- CHANGELOG.md | 88 ++++++++++++------------- 2 files changed, 44 insertions(+), 46 deletions(-) diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml index 2615f15f..659b11dc 100644 --- a/.github/workflows/draft-new-release.yml +++ b/.github/workflows/draft-new-release.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: inputs: version: - description: 'The version you want to release following semantic versioning (for example, `v1.4.3`, see https://semver.org).' + description: "The version you want to release following semantic versioning (for example, `v1.4.3`, see https://semver.org)." required: true jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e11b295..0f347a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,57 +151,57 @@ and this project adheres to ### Added -- Document previously undocumented database GraphQL schema [#101](https://github.com/building-envelope-data/api/pull/101) -- Add more tooling for GraphQL schema, queries, and mutations [#104](https://github.com/building-envelope-data/api/pull/104) -- Add query examples for `data`, `allData`, and `hasData` [#105](https://github.com/building-envelope-data/api/pull/105) -- Add section to publication to be able to refer to just one part of a publication [#155](https://github.com/building-envelope-data/api/pull/155) -- Add two examples of methods for daylighting and glare simulations [#179](https://github.com/building-envelope-data/api/pull/179) -- Add version to JSON Schema `$id`s [#188](https://github.com/building-envelope-data/api/pull/188) -- Add examples photovoltaicWithOptical [#207](https://github.com/building-envelope-data/api/pull/207), semitransparentBuildingIntegratedPhotovoltaicThermal [#209](https://github.com/building-envelope-data/api/pull/209), from ES-SDA [#213](https://github.com/building-envelope-data/api/pull/213) and dataFormatPdf [#226](https://github.com/building-envelope-data/api/pull/226) -- Add the key `roughness` [#205](https://github.com/building-envelope-data/api/pull/205) -- Add the position of coatings to components [#223](https://github.com/building-envelope-data/api/pull/223) -- Add `currentVoltage` characteristics for modules [#224](https://github.com/building-envelope-data/api/pull/224) -- Add release actions [#281](https://github.com/building-envelope-data/api/pull/281) +- Document previously undocumented database GraphQL schema [#101](https://github.com/building-envelope-data/api/pull/101) +- Add more tooling for GraphQL schema, queries, and mutations [#104](https://github.com/building-envelope-data/api/pull/104) +- Add query examples for `data`, `allData`, and `hasData` [#105](https://github.com/building-envelope-data/api/pull/105) +- Add section to publication to be able to refer to just one part of a publication [#155](https://github.com/building-envelope-data/api/pull/155) +- Add two examples of methods for daylighting and glare simulations [#179](https://github.com/building-envelope-data/api/pull/179) +- Add version to JSON Schema `$id`s [#188](https://github.com/building-envelope-data/api/pull/188) +- Add examples photovoltaicWithOptical [#207](https://github.com/building-envelope-data/api/pull/207), semitransparentBuildingIntegratedPhotovoltaicThermal [#209](https://github.com/building-envelope-data/api/pull/209), from ES-SDA [#213](https://github.com/building-envelope-data/api/pull/213) and dataFormatPdf [#226](https://github.com/building-envelope-data/api/pull/226) +- Add the key `roughness` [#205](https://github.com/building-envelope-data/api/pull/205) +- Add the position of coatings to components [#223](https://github.com/building-envelope-data/api/pull/223) +- Add `currentVoltage` characteristics for modules [#224](https://github.com/building-envelope-data/api/pull/224) +- Add release actions [#281](https://github.com/building-envelope-data/api/pull/281) ### Changed -- Improve propositions used in GraphQL queries to search for data [#102](https://github.com/building-envelope-data/api/pull/102) -- Further align database GraphQL schema and JSON schema [#103](https://github.com/building-envelope-data/api/pull/103) -- Flatten data HTTP resource trees to make them queryable with one query without having to know the trees depth [#108](https://github.com/building-envelope-data/api/pull/108) -- Only use `additionalItems` for tuple validation and **not** for list validation, use `uniqueItems` for lists of enumerated items, use `const` for one-valued enums, and don't have special this-property-has-no-value values for optional properties [#110](https://github.com/building-envelope-data/api/pull/110) -- Improve titles and descriptions of identifiers, name `uniqueId` of decentral identifiers `value`, and make identifiers be issued by databases instead of institutions [#107](https://github.com/building-envelope-data/api/pull/107) -- Clean-up the stakeholder JSON schema, in particular, how stakeholders are referenced in specific roles [#111](https://github.com/building-envelope-data/api/pull/111) -- Associate contact information and GnuPG keys with a person's and institution's affiliations [#112](https://github.com/building-envelope-data/api/pull/112) -- Check and correct usages of `oneOf`, `anyOf`, and `allOf` [#113](https://github.com/building-envelope-data/api/pull/113) -- Use specific instead of general and (almost) meaningless number definitions [#114](https://github.com/building-envelope-data/api/pull/114) -- Improve titles and descriptions in the JSON Schema for optical data [#115](https://github.com/building-envelope-data/api/pull/115) -- Improve documentation of approvals in the database GraphQL schema [#117](https://github.com/building-envelope-data/api/pull/117) -- Clean-up Dockerfile, in particular, remove notes regarding Python [#121](https://github.com/building-envelope-data/api/pull/121) -- Correct minor errors in database GraphQL API [#173](https://github.com/building-envelope-data/api/pull/173) -- Name `dataId` `uuid`, remove `validity` from `*Data` and `DataApproval`, use parent identifier instead of child identifiers to describe tree structure, do not require response approvals to be created on the fly [#180](https://github.com/building-envelope-data/api/pull/180) -- Update GraphqL schema of metabase to match the current deployed version [#280](https://github.com/building-envelope-data/api/pull/280) -- Rename organization to `building-envelope-data` and API repository to `api` [#277](https://github.com/building-envelope-data/api/pull/277) -- Use acronyms to identify standardizers [#154](https://github.com/building-envelope-data/api/pull/154) -- Use JSON Schema Draft 2019-09 and upgrade tooling [#181](https://github.com/building-envelope-data/api/pull/181) -- Restructure `numbersWithUncertainty` to make the data less verbose[#195](https://github.com/building-envelope-data/api/pull/195),[#216](https://github.com/building-envelope-data/api/pull/216) -- Improve the structure of geometry.json [#205](https://github.com/building-envelope-data/api/pull/205) -- Improve the structure of calorimetricData.json [#209](https://github.com/building-envelope-data/api/pull/209)] -- Correct the requirements of `emergenceDirection`[#213](https://github.com/building-envelope-data/api/pull/213) -- Offer detailed definition of calorimetric fluxes [#222](https://github.com/building-envelope-data/api/pull/222) -- Add categories to `material`, `layer` and `unit` from EN 12216 [#223](https://github.com/building-envelope-data/api/pull/223) and from EN 13024-1, EN 14179, EN 1863, DIN 18008-5 [#224](https://github.com/building-envelope-data/api/pull/224) -- Add more mirrored values to `apis` [#238](https://github.com/building-envelope-data/api/pull/238) -- Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247) -- Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260) +- Improve propositions used in GraphQL queries to search for data [#102](https://github.com/building-envelope-data/api/pull/102) +- Further align database GraphQL schema and JSON schema [#103](https://github.com/building-envelope-data/api/pull/103) +- Flatten data HTTP resource trees to make them queryable with one query without having to know the trees depth [#108](https://github.com/building-envelope-data/api/pull/108) +- Only use `additionalItems` for tuple validation and **not** for list validation, use `uniqueItems` for lists of enumerated items, use `const` for one-valued enums, and don't have special this-property-has-no-value values for optional properties [#110](https://github.com/building-envelope-data/api/pull/110) +- Improve titles and descriptions of identifiers, name `uniqueId` of decentral identifiers `value`, and make identifiers be issued by databases instead of institutions [#107](https://github.com/building-envelope-data/api/pull/107) +- Clean-up the stakeholder JSON schema, in particular, how stakeholders are referenced in specific roles [#111](https://github.com/building-envelope-data/api/pull/111) +- Associate contact information and GnuPG keys with a person's and institution's affiliations [#112](https://github.com/building-envelope-data/api/pull/112) +- Check and correct usages of `oneOf`, `anyOf`, and `allOf` [#113](https://github.com/building-envelope-data/api/pull/113) +- Use specific instead of general and (almost) meaningless number definitions [#114](https://github.com/building-envelope-data/api/pull/114) +- Improve titles and descriptions in the JSON Schema for optical data [#115](https://github.com/building-envelope-data/api/pull/115) +- Improve documentation of approvals in the database GraphQL schema [#117](https://github.com/building-envelope-data/api/pull/117) +- Clean-up Dockerfile, in particular, remove notes regarding Python [#121](https://github.com/building-envelope-data/api/pull/121) +- Correct minor errors in database GraphQL API [#173](https://github.com/building-envelope-data/api/pull/173) +- Name `dataId` `uuid`, remove `validity` from `*Data` and `DataApproval`, use parent identifier instead of child identifiers to describe tree structure, do not require response approvals to be created on the fly [#180](https://github.com/building-envelope-data/api/pull/180) +- Update GraphqL schema of metabase to match the current deployed version [#280](https://github.com/building-envelope-data/api/pull/280) +- Rename organization to `building-envelope-data` and API repository to `api` [#277](https://github.com/building-envelope-data/api/pull/277) +- Use acronyms to identify standardizers [#154](https://github.com/building-envelope-data/api/pull/154) +- Use JSON Schema Draft 2019-09 and upgrade tooling [#181](https://github.com/building-envelope-data/api/pull/181) +- Restructure `numbersWithUncertainty` to make the data less verbose[#195](https://github.com/building-envelope-data/api/pull/195),[#216](https://github.com/building-envelope-data/api/pull/216) +- Improve the structure of geometry.json [#205](https://github.com/building-envelope-data/api/pull/205) +- Improve the structure of calorimetricData.json [#209](https://github.com/building-envelope-data/api/pull/209)] +- Correct the requirements of `emergenceDirection`[#213](https://github.com/building-envelope-data/api/pull/213) +- Offer detailed definition of calorimetric fluxes [#222](https://github.com/building-envelope-data/api/pull/222) +- Add categories to `material`, `layer` and `unit` from EN 12216 [#223](https://github.com/building-envelope-data/api/pull/223) and from EN 13024-1, EN 14179, EN 1863, DIN 18008-5 [#224](https://github.com/building-envelope-data/api/pull/224) +- Add more mirrored values to `apis` [#238](https://github.com/building-envelope-data/api/pull/238) +- Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247) +- Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260) ### Removed -- Remove intermediate representation of optical data [#152](https://github.com/building-envelope-data/api/pull/152) -- Remove custom directions from optical data [#153](https://github.com/building-envelope-data/api/pull/153) -- Remove `validity` everywhere except of `method` which can depend for example on a standard [#219](https://github.com/building-envelope-data/api/pull/219) +- Remove intermediate representation of optical data [#152](https://github.com/building-envelope-data/api/pull/152) +- Remove custom directions from optical data [#153](https://github.com/building-envelope-data/api/pull/153) +- Remove `validity` everywhere except of `method` which can depend for example on a standard [#219](https://github.com/building-envelope-data/api/pull/219) ### Fixed -- Fix the three phase method test by using enumerated standardizers instead of identifiers [#192](https://github.com/building-envelope-data/api/pull/192) +- Fix the three phase method test by using enumerated standardizers instead of identifiers [#192](https://github.com/building-envelope-data/api/pull/192) ## [v0.1.0] - 2020-08-31 @@ -214,8 +214,6 @@ Note that according to > Major version zero (0.y.z) is for initial development. Anything MAY change at > any time. The public API SHOULD NOT be considered stable. -[Unreleased]: https://github.com/building-envelope-data/api/compare/v1.0.0...HEAD - +[unreleased]: https://github.com/building-envelope-data/api/compare/v1.0.0...HEAD [v1.0.0]: https://github.com/building-envelope-data/api/compare/v0.1.0...v1.0.0 - [v0.1.0]: https://github.com/building-envelope-data/api/releases/tag/v0.1.0 From 65455c99b4a102d99437630a3f7607e85a4e5816 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 23 Jan 2023 18:01:55 +0100 Subject: [PATCH 008/362] Add querywith optical properties and data format to tutorial.graphql --- queries/metabase/tutorial.graphql | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index 77792e09..b6088ca6 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -86,4 +86,46 @@ query { } } } + + dataSetsByOpticalPropertiesAndDataFormat: databases { + nodes { + name + allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.605 } + } + } + { + nearnormalHemisphericalSolarTransmittances: { + some: { lessThanOrEqualTo: 0.228 } + } + } + { + resources: { + some: { + dataFormatId: { + equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" + } + } + } + } + ] + } + ) { + nodes { + componentId + resourceTree { + root { + value { + locator + } + } + } + } + } + } + } } From 9423616a04b150991d941511769f524770b98ddf Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 26 Jan 2023 17:10:51 +0100 Subject: [PATCH 009/362] Upgrade node and use BuildKit to build Docker images --- Dockerfile | 7 ++++++- Makefile | 11 ++++++----- package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index d35e4a77..fe12ab1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,11 @@ +# syntax=docker/dockerfile:1.4 +# The above line fixes the Dockerfile frontend used by BuildKit. For details +# see https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/reference.md +# Available versions are listed on https://hub.docker.com/r/docker/dockerfile + # Use Node on Debian as base image, see # https://hub.docker.com/_/node -FROM node:16.14.0-bullseye-slim +FROM node:18.13-bullseye-slim ################## # As user `root` # diff --git a/Makefile b/Makefile index 41940055..5c6c308a 100644 --- a/Makefile +++ b/Makefile @@ -28,11 +28,12 @@ tag : ## Print value of variable `tag` .PHONY : tag build : ## Build image with name `${name}` and tag '${tag}', for example, `make build` - docker build \ - --tag ${name}:${tag} \ - --build-arg UID=$(shell id --user) \ - --build-arg GID=$(shell id --group) \ - . + DOCKER_BUILDKIT=1 \ + docker build \ + --tag ${name}:${tag} \ + --build-arg UID=$(shell id --user) \ + --build-arg GID=$(shell id --group) \ + . .PHONY : build remove : ## Remove image with name `${name}` and tag '${tag}' diff --git a/package.json b/package.json index 3ae1d536..5567ad0e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "", "engines": { - "node": "16.14.x" + "node": "18.13.x" }, "directories": { "example": "examples", From eff34dfb048419328ca29694fbf775c359fa7ec1 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 26 Jan 2023 17:12:37 +0100 Subject: [PATCH 010/362] Upgrade NPM dependencies --- package-lock.json | 5162 ++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 3038 insertions(+), 2126 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14d35a35..d494c0f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,118 +12,292 @@ "ajv-formats": "^2.1.0", "format-graphql": "^1.4.0", "graphql": "^16.3.0", - "graphql-schema-linter": "^2.0.0", + "graphql-schema-linter": "^3.0.0", "prettier": "^2.3.0", "yargs": "^17.0.0" }, "engines": { - "node": "16.13.x" + "node": "18.13.x" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "peer": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@ardatan/sync-fetch": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@ardatan/sync-fetch/-/sync-fetch-0.0.1.tgz", + "integrity": "sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==", + "dev": true, + "dependencies": { + "node-fetch": "^2.6.1" + }, + "engines": { + "node": ">=14" } }, "node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.20.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", + "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", "dev": true, + "peer": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", + "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", + "dev": true, + "peer": true, "dependencies": { - "@babel/highlight": "^7.16.7" + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helpers": "^7.20.7", + "@babel/parser": "^7.20.7", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.12", + "@babel/types": "^7.20.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" }, "engines": { "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, "node_modules/@babel/generator": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", - "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", + "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", "dev": true, "dependencies": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/types": "^7.20.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", "dev": true, + "peer": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/compat-data": "^7.20.5", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", "dev": true, "dependencies": { - "@babel/helper-get-function-arity": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-get-function-arity": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "node_modules/@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dev": true, + "peer": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", + "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", + "dev": true, + "peer": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.10", + "@babel/types": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, + "peer": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", "dev": true, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true, + "peer": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz", + "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==", + "dev": true, + "peer": true, + "dependencies": { + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.13", + "@babel/types": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -169,13 +343,13 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -194,9 +368,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", - "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz", + "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -205,34 +379,49 @@ "node": ">=6.0.0" } }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", - "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.3", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.3", - "@babel/types": "^7.17.0", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz", + "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.13", + "@babel/types": "^7.20.7", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -241,96 +430,231 @@ } }, "node_modules/@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", + "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.1.90" + } + }, "node_modules/@envelop/core": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@envelop/core/-/core-1.7.1.tgz", - "integrity": "sha512-ZxeQs4G0FOzoFAH+zskubx5aM9kx6BiUvcSI9Lo3MfYBmnK7cjwcwDdwk6Mq48QDuAeVdGfDmQz+BiWg0k2GmQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@envelop/core/-/core-2.6.0.tgz", + "integrity": "sha512-yTptKinJN//i6m1kXUbnLBl/FobzddI4ehURAMS08eRUOQwAuXqJU9r8VdTav8nIZLb4t6cuDWFb3n331LiwLw==", "dev": true, "dependencies": { - "@envelop/types": "1.5.1" + "@envelop/types": "2.4.0", + "tslib": "2.4.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, + "node_modules/@envelop/core/node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + }, "node_modules/@envelop/disable-introspection": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-2.0.0.tgz", - "integrity": "sha512-yjHvDcjpanT4aA7UCDViCJoqx0iIvHrdO2CdtwvSU98vLaTXSFhbw+AL6Ae1GP1Rva/TuHslFWLNKYXaYKRIBw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-3.6.0.tgz", + "integrity": "sha512-Zf505LqWo2efM0EtTBvXyYPynSTSL2+Ps0X+dCH33vQ3wF6gxMui9g1pGa4MDcGjaXWG67qZcT4eojpGlmmavA==", "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, "peerDependencies": { - "@envelop/core": "^1.7.0", + "@envelop/core": "^2.6.0", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@envelop/parser-cache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-3.0.0.tgz", - "integrity": "sha512-1Pf4pnxrpPBM2N+dDdhRYoUbIK9K0xxzW4PbjWPCQe2C2owOfc+ndZad1nn9Yi1i5hibqwcltsQPmeUCsVPltw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-4.7.0.tgz", + "integrity": "sha512-63NfXDcW/vGn4U6NFxaZ0JbYWAcJb9A6jhTvghsSz1ZS+Dny/ci8bVSgVmM1q+N56hPyGsVPuyI+rIc71mPU5g==", "dev": true, "dependencies": { - "tiny-lru": "7.0.6" + "lru-cache": "^6.0.0", + "tslib": "^2.4.0" }, "peerDependencies": { - "@envelop/core": "^1.7.0", + "@envelop/core": "^2.6.0", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, + "node_modules/@envelop/parser-cache/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@envelop/parser-cache/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/@envelop/types": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@envelop/types/-/types-1.5.1.tgz", - "integrity": "sha512-NrwLVzyNqiSzgRRqOxkU2IgRc5hSGS73VsgxqchU3jl36rYo7AXVAnITkytmB9wk+jN2vUOVvayLkaTXooARwg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@envelop/types/-/types-2.4.0.tgz", + "integrity": "sha512-pjxS98cDQBS84X29VcwzH3aJ/KiLCGwyMxuj7/5FkdiaCXAD1JEvKEj9LARWlFYj1bY43uII4+UptFebrhiIaw==", "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@envelop/validation-cache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-3.0.0.tgz", - "integrity": "sha512-JqTA6huTygAlQilaVEM77DlFdGSptf5ElOWX7wdu0VC15h2Np7MmnsyOcy7xQI1Sc7B3oaNSo12l3QD6K28vOQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-4.7.0.tgz", + "integrity": "sha512-PzL+GfWJRT+JjsJqZAIxHKEkvkM3hxkeytS5O0QLXT8kURNBV28r+Kdnn2RCF5+6ILhyGpiDb60vaquBi7g4lw==", "dev": true, "dependencies": { - "tiny-lru": "7.0.6" + "lru-cache": "^6.0.0", + "tslib": "^2.4.0" }, "peerDependencies": { - "@envelop/core": "^1.7.0", + "@envelop/core": "^2.6.0", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, + "node_modules/@envelop/validation-cache/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@envelop/validation-cache/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/@graphql-inspector/audit-command": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/audit-command/-/audit-command-3.4.1.tgz", + "integrity": "sha512-FaGIQz0Ei+xH1RDYp510p4m10I1ZhCC9wa3/Kw32DV5vBdodBf/a9glitt5BI51P1xGEP6czgZ/Sd9UvBW7rnQ==", + "dev": true, + "dependencies": { + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", + "cli-table3": "0.6.2", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "node_modules/@graphql-inspector/audit-command/node_modules/@graphql-inspector/commands": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", + "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.2.1" + } + }, + "node_modules/@graphql-inspector/audit-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/@graphql-inspector/audit-command/node_modules/yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@graphql-inspector/audit-command/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, "node_modules/@graphql-inspector/cli": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.1.1.tgz", - "integrity": "sha512-7Uqvk6+4heVSYQyCLqDr9uLKO8aTYja+EGsLBA7khY1plc+lIM1SiDfjPbCUDZUaip9+JSX/kcXYGl5RVlNktg==", - "dev": true, - "dependencies": { - "@graphql-inspector/code-loader": "3.1.1", - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/coverage-command": "3.1.1", - "@graphql-inspector/diff-command": "3.1.1", - "@graphql-inspector/docs-command": "3.1.1", - "@graphql-inspector/git-loader": "3.1.1", - "@graphql-inspector/github-loader": "3.1.1", - "@graphql-inspector/graphql-loader": "3.1.1", - "@graphql-inspector/introspect-command": "3.1.1", - "@graphql-inspector/json-loader": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", - "@graphql-inspector/serve-command": "3.1.1", - "@graphql-inspector/similar-command": "3.1.1", - "@graphql-inspector/url-loader": "3.1.1", - "@graphql-inspector/validate-command": "3.1.1", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.4.1.tgz", + "integrity": "sha512-WjJem40AE/fcv+ryJQxI6eMhC+iNv5k37RpYSmysWcG0c4IpP85VLhq5oMhcUk4YfdMBDs7/04z67D0kt30LPQ==", + "dev": true, + "dependencies": { + "@graphql-inspector/audit-command": "3.4.1", + "@graphql-inspector/code-loader": "3.4.0", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/coverage-command": "3.4.1", + "@graphql-inspector/diff-command": "3.4.1", + "@graphql-inspector/docs-command": "3.4.0", + "@graphql-inspector/git-loader": "3.4.0", + "@graphql-inspector/github-loader": "3.4.0", + "@graphql-inspector/graphql-loader": "3.4.0", + "@graphql-inspector/introspect-command": "3.4.1", + "@graphql-inspector/json-loader": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/serve-command": "3.4.0", + "@graphql-inspector/similar-command": "3.4.1", + "@graphql-inspector/url-loader": "3.4.0", + "@graphql-inspector/validate-command": "3.4.1", "tslib": "^2.0.0", "yargs": "17.2.1" }, @@ -342,20 +666,31 @@ } }, "node_modules/@graphql-inspector/cli/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/cli/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/cli/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -384,9 +719,9 @@ } }, "node_modules/@graphql-inspector/code-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.1.1.tgz", - "integrity": "sha512-hnVIloXmSFkkkowcjUz8xppC5LjZ/DVFtyZ+RKOiWWBPUR85lrLkCMEVR6pPRaBLS8fKrUus+YUkDkHI2TFrKQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.4.0.tgz", + "integrity": "sha512-rgC6x56QLIHGHzz6+QeBhPZz3CgwxqSwKJO0LZgi6wEkurbrrVlEZTUTy3LE9RSfHFdL7w3v9vfBjls3vp9wIg==", "dev": true, "dependencies": { "@graphql-tools/code-file-loader": "^7.2.2", @@ -397,18 +732,18 @@ } }, "node_modules/@graphql-inspector/config": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.1.1.tgz", - "integrity": "sha512-kc4jkP8B+BgS5lEMEiFcsNfajb2csikqXYqjAJ1VPowLXTFSv+DqrskTQbpM5+I5SOX7uN0AAs4BWxZ2nVFTMg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.4.0.tgz", + "integrity": "sha512-h9qLXP+f7IA6v3WT+3hMOl3hdxhVSdYcgajzXkJx5p5OYyibyTzsMJPghplXxoORcjQL3MMpRXg90+OVHxq+zw==", "dev": true, "peerDependencies": { "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/core": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.1.1.tgz", - "integrity": "sha512-DP+FgKl93ESPLxg1Hujw1tIpsjfHeZDXKU5/43k8f5yQ2jCWM34NywROuICTNTYLuVL6gVxY/PSwWiCjVvlUMw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.5.0.tgz", + "integrity": "sha512-96guRRzfss8Jn7AqANh9HETq0m72a97ieC6fOGd+bGLHvdmxvqVWNCer+3VpQknGeQD7RsKe7Qommgo/PAqKbg==", "dev": true, "dependencies": { "dependency-graph": "0.11.0", @@ -420,14 +755,14 @@ } }, "node_modules/@graphql-inspector/coverage-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.1.1.tgz", - "integrity": "sha512-mwMenrPbqs3Ywr9jgt6g8ZR8u4NvVe0mbquTz68BSbyd83+SXQIRolLlhevcRHNjC0bj2euhIc7DOKLj9O4Nyg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.4.1.tgz", + "integrity": "sha512-MchuL+sCgL++wrZX8gPWt1jlaAar+SVJTAHTXpBYliaP+4nIN6M2bAObZiNAnxm3Sytt8SHZoQJeiYjYU/A9Ww==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -435,20 +770,32 @@ } }, "node_modules/@graphql-inspector/coverage-command/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/coverage-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/coverage-command/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -479,14 +826,14 @@ } }, "node_modules/@graphql-inspector/diff-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.1.1.tgz", - "integrity": "sha512-TnjFqV7q6dJCO0hBjUxWy9W/rq6NprL2yM61p0j2QCh0z0flQszaEN2kKwnNVoKqd2YL+FV6XWh28FcDtfhcXw==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.4.1.tgz", + "integrity": "sha512-ys2/UqgaMaLxaA+fnScgwW3tgvb/NdemBZ1p7sux2QfcsvOkjwFFs4QNWQJYjS7NltmA6NrOLLhXyTGPMHv5Mw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -494,20 +841,32 @@ } }, "node_modules/@graphql-inspector/diff-command/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/diff-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/diff-command/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -538,12 +897,12 @@ } }, "node_modules/@graphql-inspector/docs-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.1.1.tgz", - "integrity": "sha512-ywFOYGsjNyIfz7q/zb96Wwoj0mG/p2N40IVzC4Ko5Mz9JbkMtLURtgmpeauvBuRtxO+ABJGakv8x56AMSBn7Nw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.4.0.tgz", + "integrity": "sha512-+GN8bdUduKYQvzwygzNtWeOaKzIFpifihTsrAspErHIq+rXs1MWerktTIj9m/Y7AF9uF/cI04SfxzHXhfvUEig==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/commands": "3.4.0", "open": "8.2.1", "tslib": "^2.0.0" }, @@ -552,20 +911,32 @@ } }, "node_modules/@graphql-inspector/docs-command/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/docs-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/docs-command/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -596,9 +967,9 @@ } }, "node_modules/@graphql-inspector/git-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.1.1.tgz", - "integrity": "sha512-H2CWPB3TK2wVWfOwbLLglPzxlqhh/ltysOVL1VczTae/PEw+OvU8NAJDXq76XqcoTZmDAy04OZXulH7InRtt8w==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.4.0.tgz", + "integrity": "sha512-/5zdyFXMgMadyuAN6mDTfcien1vvO31X/hU1dOAdyOGjhl5ZkH/D5ZgYjYc94VSsoixGaQOweq5Kl95cZeTlgA==", "dev": true, "dependencies": { "@graphql-tools/git-loader": "^7.1.2", @@ -609,9 +980,9 @@ } }, "node_modules/@graphql-inspector/github-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.1.1.tgz", - "integrity": "sha512-7M2ttbHpk6dJayx8Dqt7KXnkQmH/Nx5rBo5VU8SqHTlWs65n4tOScg9a8MFm5MYdRtVfcmgYmP6H8F8QeIpPtg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.4.0.tgz", + "integrity": "sha512-+kV2PT5BIDMFIdgkS04ESmwcyuV8SBQ3Furp7snXtGAK+8cYi8PmL0/qIztzp7/3nzQ9WV//P/RloT8dEdRDCw==", "dev": true, "dependencies": { "@graphql-tools/github-loader": "^7.1.1", @@ -622,9 +993,9 @@ } }, "node_modules/@graphql-inspector/graphql-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.1.1.tgz", - "integrity": "sha512-rX5C2zBvCMFAdAGNoJQFxq/dp4VhS2lRpbzSoPQ8nMEiH6CdwH/5JXVrq3tu6M4TLlVnk7ixsDJIQRMK60oOlQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.4.0.tgz", + "integrity": "sha512-igDqEhmYa5FTrw/Q25a8iTs3qNc//5DR9CIzxnYS9/auuhYz3q7NWistO76WWhNu2IAs1ReMM1xrexzsTxB5QA==", "dev": true, "dependencies": { "@graphql-tools/graphql-file-loader": "^7.3.2", @@ -635,14 +1006,14 @@ } }, "node_modules/@graphql-inspector/introspect-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.1.1.tgz", - "integrity": "sha512-YKqgLBPQBKUAvDX3s/oOmJlyfNNXrK2pv9QitOooqQcpVlsmc11MgCsUCkSxKFFJFhLf4VWdJYxqWmYcMtmKEA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.4.1.tgz", + "integrity": "sha512-5LTG7mLhR8/dEAJcZXesfYJbmH+A9qOTrc/15/TA/s48OJNc/DZL7eWwT1Y+ul6OA2i+1Kh2NrlMcfNhWpcGhA==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -650,20 +1021,32 @@ } }, "node_modules/@graphql-inspector/introspect-command/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/introspect-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/introspect-command/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -694,9 +1077,9 @@ } }, "node_modules/@graphql-inspector/json-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.1.1.tgz", - "integrity": "sha512-0bx7iveCsoCuJLsyFm2UsWCURnBAyWDlmnhaOGU2Z9ZAyv1pGP1mKgCPKkTXfzsZ1CkeaCbHniyOau8ye9UPJA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.4.0.tgz", + "integrity": "sha512-prXZ0UaSBMTqbp+CAP9Rc2P03EwF8yfnKfP7HlXJ0NT2G8bmdUD1fODphUO2mqB/Hdsp4zo7SxIoq6D6Qq9sOQ==", "dev": true, "dependencies": { "@graphql-tools/json-file-loader": "^7.3.2", @@ -707,27 +1090,27 @@ } }, "node_modules/@graphql-inspector/loaders": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.1.1.tgz", - "integrity": "sha512-B5PUlUXOyVrpcAIEi6gNfDoWEKYcjgl0DIa6Y+expgPi27eRVbNBYdBjPCz5oO17W8dnsTQft5Oh0As2HUjSrQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.4.0.tgz", + "integrity": "sha512-hBz6mBSIUrg8WrWH2H91w+KDeV8hWIMY3L2917k713DfKuE8jz7hRkiNnBwP+n7uISGEYXHYsCKY4Ok30oH+Jg==", "dev": true, "dependencies": { "@graphql-tools/load": "^7.4.1", "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", + "@graphql-inspector/config": "3.4.0", "@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/logger": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.1.1.tgz", - "integrity": "sha512-4vvp2Y02sLglFdOPnEvwnicLodO7AwgdqGjWksgYdvW6801eH7yCmnCyQPladG2Xbb4dmztcjhKWWAIF29RPow==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.4.0.tgz", + "integrity": "sha512-r2C0tCLQMInn6knQNUN4Gm9qGE98Bo070JwXpJkRXW51Vt9eAF8WEt4rjg2rMYeVjMLR7ROF328sjMo1v0ihVQ==", "dev": true, "dependencies": { - "chalk": "4.1.1", + "chalk": "4.1.2", "figures": "3.2.0", "log-symbols": "^4.1.0", "std-env": "2.3.0", @@ -735,14 +1118,14 @@ } }, "node_modules/@graphql-inspector/serve-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.1.1.tgz", - "integrity": "sha512-xxrhda0J7l/hJYd9JpLvvgycye6z3sfForKYST6KffzIKAmYPdFrMayCzzzf7DRoGzknW2cQ2JFiziYhNxr9fA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.4.0.tgz", + "integrity": "sha512-7xLsNRKwiXG8te9w2QCy/Od+E4kLvU3Icao36/ohmsBcFXgj9M6juWt3FaZK5crOHaH2wa7G34Lr3gGIMz4gbw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/logger": "3.1.1", - "@graphql-yoga/node": "0.1.0-alpha.3", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/logger": "3.4.0", + "@graphql-yoga/node": "2.0.0", "open": "8.2.1", "tslib": "^2.0.0" }, @@ -751,20 +1134,32 @@ } }, "node_modules/@graphql-inspector/serve-command/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/serve-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/serve-command/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -795,14 +1190,14 @@ } }, "node_modules/@graphql-inspector/similar-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.1.1.tgz", - "integrity": "sha512-qAg8aYK9J0e86MzDp77oV1f+eMxClHWaOieZA6JEITaXnYo/wTC8fLCUCOKLyKSF6hMK/G1N+JagWAAHOa/sng==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.4.1.tgz", + "integrity": "sha512-tA01lAv8z9e/jjIoXyVFUyW3CptC3pPeljKSP2z2S/ZoSrE+jzGc1Fm1nUGQ3VJdq7E3lai5GI9utq42ARlHag==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -810,20 +1205,32 @@ } }, "node_modules/@graphql-inspector/similar-command/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/similar-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/similar-command/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -854,9 +1261,9 @@ } }, "node_modules/@graphql-inspector/url-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.1.1.tgz", - "integrity": "sha512-OIzzazD6CjiyD5sDP91B+sl90IFsTaNTaVFHkl8IcwS+gvV7uETNnuTqBup7pGrPhGWpcUn4Os1nOcgWK83O8g==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.4.0.tgz", + "integrity": "sha512-q81y0mwGNKno/RyBaLXhtxtza9LZPwjkfY8WRqxytQmPrNDEeg2I3MdhcNOwctA2Gh124Xw0D5foj3KTYebJqQ==", "dev": true, "dependencies": { "@graphql-tools/url-loader": "^7.4.2", @@ -867,14 +1274,14 @@ } }, "node_modules/@graphql-inspector/validate-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.1.1.tgz", - "integrity": "sha512-QtKCDM2rgNB5kgrTMDEcPD0BBrSqqxWT33NAEsrgYtW5UA+8WgZH6XfXrpzblzt2oJSsTIDf/CjhH4ZZuJh3jg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.4.1.tgz", + "integrity": "sha512-ov5StFeHM8uBfyeNwSkfiYKTkPi50hs3n6jk/yTjLb7Bdonbhz8aehnzGpZUH8z9FdKX1rVbcTuQubfD393Tcw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "peerDependencies": { @@ -882,20 +1289,32 @@ } }, "node_modules/@graphql-inspector/validate-command/node_modules/@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } }, + "node_modules/@graphql-inspector/validate-command/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "node_modules/@graphql-inspector/validate-command/node_modules/yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -926,247 +1345,527 @@ } }, "node_modules/@graphql-tools/batch-execute": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.3.2.tgz", - "integrity": "sha512-ICWqM+MvEkIPHm18Q0cmkvm134zeQMomBKmTRxyxMNhL/ouz6Nqld52/brSlaHnzA3fczupeRJzZ0YatruGBcQ==", + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.5.15.tgz", + "integrity": "sha512-qb12M8XCK6SBJmZDS8Lzd4PVJFsIwNUkYmFuqcTiBqOI/WsoDlQDZI++ghRpGcusLkL9uzcIOTT/61OeHhsaLg==", "dev": true, "dependencies": { - "@graphql-tools/utils": "^8.6.2", - "dataloader": "2.0.0", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/utils": "9.1.4", + "dataloader": "2.1.0", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/batch-execute/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/code-file-loader": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.2.4.tgz", - "integrity": "sha512-KjIxYKDIbrtRGzeboYC98OnRnCvDVDC3E+suH48J4/KxweSjrG+ZpD++T/A11FdIcFb1Y5OceCw+OwjHI5OoyQ==", + "version": "7.3.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.16.tgz", + "integrity": "sha512-109UFvQjZEntHwjPaHpWvgUudHenGngbXvSImabPc2fdrtgja5KC0h7thCg379Yw6IORHGrF2XbJwS1hAGPPWw==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "^7.1.6", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/graphql-tag-pluck": "7.4.3", + "@graphql-tools/utils": "9.1.4", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/code-file-loader/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/delegate": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.5.1.tgz", - "integrity": "sha512-/YPmVxitt57F8sH50pnfXASzOOjEfaUDkX48eF5q6f16+JBncej2zeu+Zm2c68q8MbIxhPlEGfpd0QZeqTvAxw==", + "version": "9.0.23", + "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-9.0.23.tgz", + "integrity": "sha512-pTmC2ZUGRp/j4bwQRccZV+J2ETMeHYF9RmEXHHdj0S7/LOpyfFE3mGvRV2+n6MzXpPCPp+mh037LWF+q4wLcJw==", "dev": true, "dependencies": { - "@graphql-tools/batch-execute": "^8.3.2", - "@graphql-tools/schema": "^8.3.2", - "@graphql-tools/utils": "^8.6.2", - "dataloader": "2.0.0", - "graphql-executor": "0.0.18", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/batch-execute": "8.5.15", + "@graphql-tools/executor": "0.0.12", + "@graphql-tools/schema": "9.0.14", + "@graphql-tools/utils": "9.1.4", + "dataloader": "2.1.0", + "tslib": "~2.4.0", + "value-or-promise": "1.0.12" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/delegate/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-0.0.12.tgz", + "integrity": "sha512-bWpZcYRo81jDoTVONTnxS9dDHhEkNVjxzvFCH4CRpuyzD3uL+5w3MhtxIh24QyWm4LvQ4f+Bz3eMV2xU2I5+FA==", + "dev": true, + "dependencies": { + "@graphql-tools/utils": "9.1.4", + "@graphql-typed-document-node/core": "3.1.1", + "@repeaterjs/repeater": "3.0.4", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor-graphql-ws": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.7.tgz", + "integrity": "sha512-C6EExKoukn4vu3BbvlqsqtC91F4pTLPDZvRceYjpFzTCQSGFSjfrxQGP/haGlemXVRpIDxBy7wpXoQlsF8UmFA==", + "dev": true, + "dependencies": { + "@graphql-tools/utils": "9.1.4", + "@repeaterjs/repeater": "3.0.4", + "@types/ws": "^8.0.0", + "graphql-ws": "5.11.2", + "isomorphic-ws": "5.0.0", + "tslib": "^2.4.0", + "ws": "8.12.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor-graphql-ws/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor-http": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-0.1.1.tgz", + "integrity": "sha512-bFE6StI7CJEIYGRkAnTYxutSV4OtC1c4MQU3nStOYZZO7KmzIgEQZ4ygPSPrRb+jtRsMCBEqPqlYOD4Rq02aMw==", + "dev": true, + "dependencies": { + "@graphql-tools/utils": "9.1.4", + "@repeaterjs/repeater": "3.0.4", + "@whatwg-node/fetch": "0.6.2", + "dset": "3.1.2", + "extract-files": "^11.0.0", + "meros": "1.2.1", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor-http/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor-legacy-ws": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.6.tgz", + "integrity": "sha512-L1hRuSvBUCNerYDhfeSZXFeqliDlnNXa3fDHTp7efI3Newpbevqa19Fm0mVzsCL7gqIKOwzrPORwh7kOVE/vew==", + "dev": true, + "dependencies": { + "@graphql-tools/utils": "9.1.4", + "@types/ws": "^8.0.0", + "isomorphic-ws": "5.0.0", + "tslib": "^2.4.0", + "ws": "8.12.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor-legacy-ws/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/executor/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/git-loader": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.1.3.tgz", - "integrity": "sha512-Ya0jRizD6F1hbajk2rwfqJKAp6dQRvzW1gzkOQmlNcQOTtTjWITsFtzk7fS02gZRWkfFBenlTBguGufh91I6bg==", + "version": "7.2.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.2.16.tgz", + "integrity": "sha512-8DsxYfSouhgKPOBcc7MzuOTM4M/j2UNFn2ehXD0MX9q41t3dKffufJZKsKxE6VyyCUoVYdlRFhUWEyOHPVdcfQ==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "^7.1.6", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/graphql-tag-pluck": "7.4.3", + "@graphql-tools/utils": "9.1.4", "is-glob": "4.0.3", "micromatch": "^4.0.4", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/git-loader/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/github-loader": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.2.4.tgz", - "integrity": "sha512-QuSN2GWgm/h3lp7o5zpi8TzHnzom4b/f5Zq4Hvprn1OsGaOviHLXQUx6AaWa07cmFvPL0se79R0sEkMZlXlpQQ==", + "version": "7.3.23", + "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.3.23.tgz", + "integrity": "sha512-oYTZCvW520KNVVonjucDSMhabCFnHwtM1rJbyUkA1JFyzpmmNAAyNMWOOPcU/Q9rTESrsH+Hbja0mfpjpnBKLA==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "^7.1.6", - "@graphql-tools/utils": "^8.6.2", - "cross-undici-fetch": "^0.1.19", - "sync-fetch": "0.3.1", - "tslib": "~2.3.0" + "@ardatan/sync-fetch": "0.0.1", + "@graphql-tools/graphql-tag-pluck": "7.4.3", + "@graphql-tools/utils": "9.1.4", + "@whatwg-node/fetch": "^0.6.0", + "tslib": "^2.4.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/github-loader/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/graphql-file-loader": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.3.4.tgz", - "integrity": "sha512-Q0/YtDq0APR6syRclsQMNguWKRlchd8nFTOpLhfc7Xeiy21VhEEi4Ik+quRySfb7ubDfJGhiUq4MQW43FhWJvg==", + "version": "7.5.14", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.14.tgz", + "integrity": "sha512-JGer4g57kq4wtsvqv8uZsT4ZG1lLsz1x5yHDfSj2OxyiWw2f1jFkzgby7Ut3H2sseJiQzeeDYZcbm06qgR32pg==", "dev": true, "dependencies": { - "@graphql-tools/import": "^6.6.6", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/import": "6.7.15", + "@graphql-tools/utils": "9.1.4", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/graphql-file-loader/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/graphql-tag-pluck": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.6.tgz", - "integrity": "sha512-VdubvdS8pIrAPVDq6hV7ARXz2Yh8/2153+RO6i+RJOMgyFw8wOW3jRCKE93eN+Hk2pZBC2x3kzdNeUAyVpuslg==", + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.4.3.tgz", + "integrity": "sha512-w+nrJVQw+NTuaZNQG5AwSh4Qe+urP/s4rUz5s1T007rDnv1kvkiX+XHOCnIfJzXOTuvFmG4GGYw/x0CuSRaGZQ==", "dev": true, "dependencies": { "@babel/parser": "^7.16.8", + "@babel/plugin-syntax-import-assertions": "7.20.0", "@babel/traverse": "^7.16.8", "@babel/types": "^7.16.8", - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0" + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/graphql-tag-pluck/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/import": { - "version": "6.6.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.6.6.tgz", - "integrity": "sha512-a0aVajxqu1MsL8EwavA44Osw20lBOIhq8IM2ZIHFPP62cPAcOB26P+Sq57DHMsSyX5YQ0ab9XPM2o4e1dQhs0w==", + "version": "6.7.15", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.15.tgz", + "integrity": "sha512-WNhvauAt2I2iUg+JdQK5oQebKLXqUZWe8naP13K1jOkbTQT7hK3P/4I9AaVmzt0KXRJW5Uow3RgdHZ7eUBKVsA==", "dev": true, "dependencies": { - "@graphql-tools/utils": "8.6.2", + "@graphql-tools/utils": "9.1.4", "resolve-from": "5.0.0", - "tslib": "~2.3.0" + "tslib": "^2.4.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/import/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/json-file-loader": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.3.4.tgz", - "integrity": "sha512-1AROMFh8Lyorf2gTWXgVaUbU3ic84gzAgpRmJCsCla/Nnvn6JiCs4aWHsalk4ZWVXCaK04c8gk8Px1uNQUj02Q==", + "version": "7.4.15", + "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.4.15.tgz", + "integrity": "sha512-pH+hbsDetcEpj+Tmi7ZRUkxzJez2DLdSQuvK5Qi38FX/Nz/5nZKRfW9nqIptGYbuS9+2JPrt9WWNn1aGtegIFQ==", "dev": true, "dependencies": { - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/utils": "9.1.4", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/json-file-loader/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/load": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.5.2.tgz", - "integrity": "sha512-URPqVP77mYxdZxT895DzrWf2C23S3yC/oAmXD4D4YlxR5eVVH/fxu0aZR78WcEKF331fWSiFwWy9j7BZWvkj7g==", + "version": "7.8.10", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.10.tgz", + "integrity": "sha512-Mc1p7ZSxrW5yGG3BLQnhiL8RPG0HdxFVoHV7fpx2adp4o1V7BzDjKRSbCnAxShA1wA4n8wbA+n7NTC0edi4eNA==", "dev": true, "dependencies": { - "@graphql-tools/schema": "8.3.2", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/schema": "9.0.14", + "@graphql-tools/utils": "9.1.4", "p-limit": "3.1.0", - "tslib": "~2.3.0" + "tslib": "^2.4.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/load/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/merge": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.2.3.tgz", - "integrity": "sha512-XCSmL6/Xg8259OTWNp69B57CPWiVL69kB7pposFrufG/zaAlI9BS68dgzrxmmSqZV5ZHU4r/6Tbf6fwnEJGiSw==", + "version": "8.3.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.16.tgz", + "integrity": "sha512-In0kcOZcPIpYOKaqdrJ3thdLPE7TutFnL9tbrHUy2zCinR2O/blpRC48jPckcs0HHrUQ0pGT4HqvzMkZUeEBAw==", "dev": true, "dependencies": { - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0" + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/schema": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.3.2.tgz", - "integrity": "sha512-77feSmIuHdoxMXRbRyxE8rEziKesd/AcqKV6fmxe7Zt+PgIQITxNDew2XJJg7qFTMNM43W77Ia6njUSBxNOkwg==", + "version": "9.0.14", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.14.tgz", + "integrity": "sha512-U6k+HY3Git+dsOEhq+dtWQwYg2CAgue8qBvnBXoKu5eEeH284wymMUoNm0e4IycOgMCJANVhClGEBIkLRu3FQQ==", "dev": true, "dependencies": { - "@graphql-tools/merge": "^8.2.3", - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/merge": "8.3.16", + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/url-loader": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.8.0.tgz", - "integrity": "sha512-4j5X40hpYInM5J7KbURSspEJCi6tPqvEE2kyBOyP0C0YIOYtKgUJTAryjbBXqr+HWGyEwJ2zuQ2cQdVMn8l78A==", + "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", "dev": true, "dependencies": { - "@graphql-tools/delegate": "^8.5.1", - "@graphql-tools/utils": "^8.6.2", - "@graphql-tools/wrap": "^8.4.2", - "@n1ru4l/graphql-live-query": "^0.9.0", - "@types/websocket": "^1.0.4", + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/url-loader": { + "version": "7.17.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.17.4.tgz", + "integrity": "sha512-nB2fhkn4LTYjU2qoTOBZYmWQRVYsCI0K2LScwD49QVMNAPWthg/lHao4hFUe70aTInT8oquvl8d0rIb7fRWOvA==", + "dev": true, + "dependencies": { + "@ardatan/sync-fetch": "0.0.1", + "@graphql-tools/delegate": "9.0.23", + "@graphql-tools/executor-graphql-ws": "0.0.7", + "@graphql-tools/executor-http": "0.1.1", + "@graphql-tools/executor-legacy-ws": "0.0.6", + "@graphql-tools/utils": "9.1.4", + "@graphql-tools/wrap": "9.3.2", "@types/ws": "^8.0.0", - "cross-undici-fetch": "^0.1.19", - "dset": "^3.1.0", - "extract-files": "^11.0.0", - "graphql-sse": "^1.0.1", - "graphql-ws": "^5.4.1", - "isomorphic-ws": "^4.0.1", - "meros": "^1.1.4", - "subscriptions-transport-ws": "^0.11.0", - "sync-fetch": "^0.3.1", - "tslib": "^2.3.0", - "valid-url": "^1.0.9", + "@whatwg-node/fetch": "^0.6.0", + "isomorphic-ws": "5.0.0", + "tslib": "^2.4.0", "value-or-promise": "^1.0.11", - "ws": "^8.3.0" + "ws": "8.12.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/url-loader/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/utils": { - "version": "8.6.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.2.tgz", - "integrity": "sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==", + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", + "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", "dev": true, "dependencies": { - "tslib": "~2.3.0" + "tslib": "^2.4.0" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/wrap": { - "version": "8.4.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.4.3.tgz", - "integrity": "sha512-2bd3GtlqV72idEphLTM8SRiSxEDrMPGE556faW8N5Q2qK7qlCEu9AQK0HNKWKdtEPTHqahndZtIPcdpNN6xGig==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-9.3.2.tgz", + "integrity": "sha512-jqBMJZyKFATxWA3alPhGRWh/ZluaPWrXFumXRaqAwK9QdCAxM24jG8Kmy3FrTfeyxNqDyzDlHZobtwwDKurm5g==", "dev": true, "dependencies": { - "@graphql-tools/delegate": "^8.5.1", - "@graphql-tools/schema": "^8.3.2", - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/delegate": "9.0.23", + "@graphql-tools/schema": "9.0.14", + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/wrap/node_modules/@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-typed-document-node/core": { @@ -1179,127 +1878,269 @@ } }, "node_modules/@graphql-yoga/common": { - "version": "0.2.0-alpha.10", - "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-0.2.0-alpha.10.tgz", - "integrity": "sha512-BUdp/G/oxbW5gU3v1O79JO3OtnRoxlhkAzRIFwYQKxSKh4jR8VLkxHfZKSTSgntpPZpUAKZteLPE9HBor7eKbw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-2.0.0.tgz", + "integrity": "sha512-nSENt7yANcnAIHdjTWOeTz4feXnGkgiShUU9MzukFbETWL7pwaK6fjgghUCDVuL2axm155Z3lAhG4sLA4MgvlQ==", "dev": true, "dependencies": { - "@envelop/core": "^1.7.1", - "@envelop/disable-introspection": "^2.0.0", - "@envelop/parser-cache": "^3.0.0", - "@envelop/validation-cache": "^3.0.0", + "@envelop/core": "^2.0.0", + "@envelop/disable-introspection": "^3.0.0", + "@envelop/parser-cache": "^4.0.0", + "@envelop/validation-cache": "^4.0.0", "@graphql-tools/schema": "^8.3.1", "@graphql-tools/utils": "^8.6.0", - "@graphql-yoga/subscription": "0.1.0-alpha.1", - "cross-undici-fetch": "^0.1.19", + "@graphql-typed-document-node/core": "^3.1.1", + "@graphql-yoga/render-graphiql": "2.0.0", + "@graphql-yoga/subscription": "2.0.0", + "chalk": "4.1.2", + "cross-undici-fetch": "^0.1.25", "dset": "^3.1.1", - "graphql-helix": "1.11.0" + "tslib": "^2.3.1" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0" } }, - "node_modules/@graphql-yoga/node": { - "version": "0.1.0-alpha.3", - "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-0.1.0-alpha.3.tgz", - "integrity": "sha512-fJ7UOXMVclUCm7Zb2CHlbsbVudJgnbM1xkOLHZqHe4F5OAit0OflmZ5qKstT0NZnK3YluHDNsqZxQ7EkfrDLXQ==", + "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/merge": { + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.1.tgz", + "integrity": "sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==", "dev": true, "dependencies": { - "@envelop/core": "^1.7.1", - "@graphql-tools/utils": "^8.6.0", - "@graphql-typed-document-node/core": "^3.1.1", - "@graphql-yoga/common": "0.2.0-alpha.10", - "@graphql-yoga/subscription": "0.1.0-alpha.1", - "cross-undici-fetch": "^0.1.19", - "light-my-request": "^4.7.0", - "pino": "^7.2.0", - "pino-pretty": "^7.2.0" + "@graphql-tools/utils": "8.9.0", + "tslib": "^2.4.0" }, "peerDependencies": { - "graphql": "^15.2.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-yoga/subscription": { - "version": "0.1.0-alpha.1", - "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-0.1.0-alpha.1.tgz", - "integrity": "sha512-lTNoUGxmotIA4w+xQv3K3v4uSc7T5T4BhPkPM7ZyaqwSsqPjQ20OY+d3WlMIzRJopPgx8T5g0CXUZvZQULDGsQ==", + "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/schema": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.5.1.tgz", + "integrity": "sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==", "dev": true, "dependencies": { - "@repeaterjs/repeater": "^3.0.4" - } - }, - "node_modules/@n1ru4l/graphql-live-query": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@n1ru4l/graphql-live-query/-/graphql-live-query-0.9.0.tgz", - "integrity": "sha512-BTpWy1e+FxN82RnLz4x1+JcEewVdfmUhV1C6/XYD5AjS7PQp9QFF7K8bCD6gzPTr2l+prvqOyVueQhFJxB1vfg==", - "dev": true, + "@graphql-tools/merge": "8.3.1", + "@graphql-tools/utils": "8.9.0", + "tslib": "^2.4.0", + "value-or-promise": "1.0.11" + }, "peerDependencies": { - "graphql": "^15.4.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/utils": { + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", + "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", "dev": true, "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "tslib": "^2.4.0" }, - "engines": { - "node": ">= 8" + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "node_modules/@graphql-yoga/common/node_modules/value-or-promise": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", + "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", "dev": true, "engines": { - "node": ">= 8" + "node": ">=12" } }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "node_modules/@graphql-yoga/node": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-2.0.0.tgz", + "integrity": "sha512-fjKHT8UR1DcOgvUfrnVhM7Ggj5vnxVUwlUbkY7NZC8vZiXfVbA9UfLYUYl+hXFmOCDK+S19kszLp7rw0s0LdWg==", "dev": true, "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "@envelop/core": "^2.0.0", + "@graphql-tools/utils": "^8.6.0", + "@graphql-yoga/common": "2.0.0", + "@graphql-yoga/subscription": "2.0.0", + "cross-undici-fetch": "^0.1.25", + "tslib": "^2.3.1" }, - "engines": { - "node": ">= 8" + "peerDependencies": { + "graphql": "^15.2.0 || ^16.0.0" } }, - "node_modules/@repeaterjs/repeater": { - "version": "3.0.4", + "node_modules/@graphql-yoga/render-graphiql": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/render-graphiql/-/render-graphiql-2.0.0.tgz", + "integrity": "sha512-GZuZPCVBpYI0MwaE6nBtrzMoSFyBtiWOUm7i9jbRxu5Sqxuj3Zc0zTaD7V0UQzuPZKzytmMWq2+nbWPIu5FWtg==", + "dev": true + }, + "node_modules/@graphql-yoga/subscription": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-2.0.0.tgz", + "integrity": "sha512-HlG+gIddjIP3/BDrMZymdzmzDjNdYuSGMxx6+1JA83gAEVRDR4yOoT4QeNKYqRhLK9xca/Hxp1PfBpquSa244Q==", + "dev": true, + "dependencies": { + "@repeaterjs/repeater": "^3.0.4", + "tslib": "^2.3.1" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "peer": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@peculiar/asn1-schema": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz", + "integrity": "sha512-6GptMYDMyWBHTUKndHaDsRZUO/XMSgIns2krxcm2L7SEExRHwawFvSwNBhqNPR9HJwv3MruAiF1bhN0we6j6GQ==", + "dev": true, + "dependencies": { + "asn1js": "^3.0.5", + "pvtsutils": "^1.3.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@peculiar/json-schema": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz", + "integrity": "sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==", + "dev": true, + "dependencies": { + "tslib": "^2.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@peculiar/webcrypto": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.1.tgz", + "integrity": "sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw==", + "dev": true, + "dependencies": { + "@peculiar/asn1-schema": "^2.3.0", + "@peculiar/json-schema": "^1.1.12", + "pvtsutils": "^1.3.2", + "tslib": "^2.4.1", + "webcrypto-core": "^1.7.4" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/@repeaterjs/repeater": { + "version": "3.0.4", "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.4.tgz", "integrity": "sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==", "dev": true }, "node_modules/@types/node": { - "version": "17.0.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz", - "integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==", + "version": "18.11.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", + "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", "dev": true }, - "node_modules/@types/websocket": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", - "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", + "node_modules/@types/ws": { + "version": "8.5.4", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz", + "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==", "dev": true, "dependencies": { "@types/node": "*" } }, - "node_modules/@types/ws": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.2.tgz", - "integrity": "sha512-VXI82ykONr5tacHEojnErTQk+KQSoYbW1NB6iz6wUwrNd+BqfkfggQNoNdCqhJSzbNumShPERbM+Pc5zpfhlbw==", + "node_modules/@whatwg-node/fetch": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.6.2.tgz", + "integrity": "sha512-fCUycF1W+bI6XzwJFnbdDuxIldfKM3w8+AzVCLGlucm0D+AQ8ZMm2j84hdcIhfV6ZdE4Y1HFVrHosAxdDZ+nPw==", "dev": true, "dependencies": { - "@types/node": "*" + "@peculiar/webcrypto": "^1.4.0", + "abort-controller": "^3.0.0", + "busboy": "^1.6.0", + "form-data-encoder": "^1.7.1", + "formdata-node": "^4.3.1", + "node-fetch": "^2.6.7", + "undici": "^5.12.0", + "urlpattern-polyfill": "^6.0.2", + "web-streams-polyfill": "^3.2.0" } }, "node_modules/abort-controller": { @@ -1315,9 +2156,9 @@ } }, "node_modules/ajv": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", - "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -1406,83 +2247,6 @@ "sprintf-js": "~1.0.2" } }, - "node_modules/args": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/args/-/args-5.0.1.tgz", - "integrity": "sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ==", - "dev": true, - "dependencies": { - "camelcase": "5.0.0", - "chalk": "2.4.2", - "leven": "2.1.0", - "mri": "1.1.4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/args/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/args/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/args/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/args/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/args/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/args/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -1492,47 +2256,26 @@ "node": ">=8" } }, - "node_modules/atomic-sleep": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz", - "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==", + "node_modules/asn1js": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz", + "integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==", "dev": true, + "dependencies": { + "pvtsutils": "^1.3.2", + "pvutils": "^1.1.3", + "tslib": "^2.4.0" + }, "engines": { - "node": ">=8.0.0" + "node": ">=12.0.0" } }, - "node_modules/backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=", - "dev": true - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1555,34 +2298,51 @@ "node": ">=8" } }, - "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "node_modules/browserslist": { + "version": "4.21.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", "dev": true, "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" + "type": "opencollective", + "url": "https://opencollective.com/browserslist" }, { - "type": "consulting", - "url": "https://feross.org/support" + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" } ], + "peer": true, "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.9" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "dev": true, + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" } }, "node_modules/caller-callsite": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==", "dev": true, "dependencies": { "callsites": "^2.0.0" @@ -1594,7 +2354,7 @@ "node_modules/caller-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==", "dev": true, "dependencies": { "caller-callsite": "^2.0.0" @@ -1606,25 +2366,42 @@ "node_modules/callsites": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", + "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/camelcase": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", - "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, "engines": { "node": ">=6" } }, + "node_modules/caniuse-lite": { + "version": "1.0.30001448", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001448.tgz", + "integrity": "sha512-tq2YI+MJnooG96XpbTRYkBxLxklZPOdLmNIOdIhvf7SNJan6u5vCKum8iT7ZfCt70m1GPkuC7P3TtX6UuhupuA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ], + "peer": true + }, "node_modules/chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { "ansi-styles": "^4.1.0", @@ -1638,26 +2415,53 @@ } }, "node_modules/ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", - "dev": true + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz", + "integrity": "sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-table3": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", + "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0" + }, + "engines": { + "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "@colors/colors": "1.5.0" + } }, "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, "dependencies": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/clone": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", "dev": true, "engines": { "node": ">=0.8" @@ -1681,12 +2485,6 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/colorette": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", - "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==", - "dev": true - }, "node_modules/columnify": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", @@ -1709,17 +2507,15 @@ "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "dev": true, - "engines": { - "node": ">= 0.6" - } + "peer": true }, "node_modules/cosmiconfig": { "version": "5.2.1", @@ -1737,38 +2533,29 @@ } }, "node_modules/cross-undici-fetch": { - "version": "0.1.25", - "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.25.tgz", - "integrity": "sha512-KS6hm/VuRO+3jIrg4uidz3mQ8NWvCbiTTOg3yoH30zuGVUvjqZlnXw66h0kuzyfP21hDkrdIbufXCW6BAQdSNw==", + "version": "0.1.33", + "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.33.tgz", + "integrity": "sha512-2IljikrWuhEroSlidX0i/TXjL01IIQUigWC/9tq7U3C/GoQQBqc02xNIVTqoZG6nPn/P9C9YMH78A4aTLUticQ==", "dev": true, "dependencies": { "abort-controller": "^3.0.0", "form-data-encoder": "^1.7.1", "formdata-node": "^4.3.1", "node-fetch": "^2.6.7", - "undici": "^4.9.3", + "undici": "^5.0.0", "web-streams-polyfill": "^3.2.0" } }, "node_modules/dataloader": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.0.0.tgz", - "integrity": "sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.1.0.tgz", + "integrity": "sha512-qTcEYLen3r7ojZNgVUaRggOI+KM7jrKxXeSHhogh/TWxYMeONEMqY+hmkobiYQozsGIyg9OYVzO4ZIfoB4I0pQ==", "dev": true }, - "node_modules/dateformat": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", - "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==", - "dev": true, - "engines": { - "node": "*" - } - }, "node_modules/debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { "ms": "2.1.2" @@ -1785,19 +2572,22 @@ "node_modules/decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dev": true, "dependencies": { "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/define-lazy-prop": { @@ -1831,25 +2621,20 @@ } }, "node_modules/dset": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.1.tgz", - "integrity": "sha512-hYf+jZNNqJBD2GiMYb+5mqOIX4R4RRHXU3qWMWYN+rqcR2/YpRL2bUHr8C8fU+5DNvqYjJ8YvMGSLuVPWU1cNg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", + "integrity": "sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==", "dev": true, "engines": { "node": ">=4" } }, - "node_modules/duplexify": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", - "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", + "node_modules/electron-to-chromium": { + "version": "1.4.284", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", + "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", "dev": true, - "dependencies": { - "end-of-stream": "^1.4.1", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1", - "stream-shift": "^1.0.0" - } + "peer": true }, "node_modules/emoji-regex": { "version": "8.0.0", @@ -1857,15 +2642,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "dependencies": { - "once": "^1.4.0" - } - }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -1887,7 +2663,7 @@ "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -1915,12 +2691,6 @@ "node": ">=6" } }, - "node_modules/eventemitter3": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==", - "dev": true - }, "node_modules/extract-files": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz", @@ -1940,9 +2710,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1970,28 +2740,13 @@ "node_modules/fast-json-patch/node_modules/fast-deep-equal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", - "dev": true - }, - "node_modules/fast-redact": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.1.tgz", - "integrity": "sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/fast-safe-stringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", "dev": true }, "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -2038,9 +2793,9 @@ } }, "node_modules/form-data-encoder": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.1.tgz", - "integrity": "sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz", + "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==", "dev": true }, "node_modules/format-graphql": { @@ -2135,33 +2890,43 @@ } }, "node_modules/formdata-node": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.3.2.tgz", - "integrity": "sha512-k7lYJyzDOSL6h917favP8j1L0/wNyylzU+x+1w4p5haGVHNlP58dbpdJhiCUsDbWsa9HwEtLp89obQgXl2e0qg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz", + "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==", "dev": true, "dependencies": { "node-domexception": "1.0.0", - "web-streams-polyfill": "4.0.0-beta.1" + "web-streams-polyfill": "4.0.0-beta.3" }, "engines": { "node": ">= 12.20" } }, "node_modules/formdata-node/node_modules/web-streams-polyfill": { - "version": "4.0.0-beta.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz", - "integrity": "sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==", + "version": "4.0.0-beta.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", + "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==", "dev": true, "engines": { - "node": ">= 12" + "node": ">= 14" } }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "peer": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -2172,15 +2937,15 @@ } }, "node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -2233,50 +2998,31 @@ } }, "node_modules/graphql": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", - "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.16.0 || >=16.0.0" - } - }, - "node_modules/graphql-executor": { - "version": "0.0.18", - "resolved": "https://registry.npmjs.org/graphql-executor/-/graphql-executor-0.0.18.tgz", - "integrity": "sha512-upUSl7tfZCZ5dWG1XkOvpG70Yk3duZKcCoi/uJso4WxJVT6KIrcK4nZ4+2X/hzx46pL8wAukgYHY6iNmocRN+g==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.16.0 || >=16.0.0" - }, - "peerDependencies": { - "graphql": "^15.0.0 || ^16.0.0" - } - }, - "node_modules/graphql-helix": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/graphql-helix/-/graphql-helix-1.11.0.tgz", - "integrity": "sha512-JFBuIsfeNDTTotAkHzwTmXgSpFi2bfoX4E8ZlXfgQB2gD8XgOWSTJc1ujN59ZrGBI8M/99h3tEIaH5grR17EIA==", - "dev": true, - "peerDependencies": { - "graphql": "^15.3.0 || ^16.0.0" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/graphql-schema-linter": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/graphql-schema-linter/-/graphql-schema-linter-2.0.1.tgz", - "integrity": "sha512-zCezfm0TRW+WhmI7WzVjZbaZrymij7gj4ipc3bqQFQnQLyzirUKKW365kIe7YWKOudnmNp9o1IYKFm1MM/R0zw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/graphql-schema-linter/-/graphql-schema-linter-3.0.1.tgz", + "integrity": "sha512-+k4TGaWu1Ry740XiI/OZbzAC4omna5+S1rLjE0puPFSB99yORRdlX4U0+CWnwJuxh8FxLj5Ek2pDhsrSh9j5cQ==", "dev": true, "dependencies": { "chalk": "^2.0.1", "columnify": "^1.5.4", "commander": "^3.0.0", "cosmiconfig": "^5.2.1", - "glob": "^7.1.2", - "graphql": "^15.0.0" + "glob": "^7.1.2" }, "bin": { "graphql-schema-linter": "lib/cli.js" + }, + "peerDependencies": { + "graphql": "^15.0.0 || ^16.0.0" } }, "node_modules/graphql-schema-linter/node_modules/ansi-styles": { @@ -2317,22 +3063,13 @@ "node_modules/graphql-schema-linter/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, - "node_modules/graphql-schema-linter/node_modules/graphql": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", - "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", - "dev": true, - "engines": { - "node": ">= 10.x" - } - }, "node_modules/graphql-schema-linter/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -2350,22 +3087,10 @@ "node": ">=4" } }, - "node_modules/graphql-sse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/graphql-sse/-/graphql-sse-1.0.6.tgz", - "integrity": "sha512-y2mVBN2KwNrzxX2KBncQ6kzc6JWvecxuBernrl0j65hsr6MAS3+Yn8PTFSOgRmtolxugepxveyZVQEuaNEbw3w==", - "dev": true, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "graphql": ">=0.11 <=16" - } - }, "node_modules/graphql-ws": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.6.2.tgz", - "integrity": "sha512-TsjovINNEGfv52uKWYSVCOLX9LFe6wAhf9n7hIsV3zjflky1dv/mAP+kjXAXsnzV1jH5Sx0S73CtBFNvxus+SQ==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.11.2.tgz", + "integrity": "sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==", "dev": true, "engines": { "node": ">=10" @@ -2383,30 +3108,10 @@ "node": ">=8" } }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true, "engines": { "node": ">= 4" @@ -2415,7 +3120,7 @@ "node_modules/import-fresh": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", "dev": true, "dependencies": { "caller-path": "^2.0.0", @@ -2428,7 +3133,7 @@ "node_modules/import-fresh/node_modules/resolve-from": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", + "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", "dev": true, "engines": { "node": ">=4" @@ -2437,7 +3142,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "dependencies": { "once": "^1.3.0", @@ -2453,13 +3158,13 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "node_modules/is-directory": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", + "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2483,7 +3188,7 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2544,29 +3249,14 @@ } }, "node_modules/isomorphic-ws": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", - "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", + "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", "dev": true, "peerDependencies": { "ws": "*" } }, - "node_modules/iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==", - "dev": true - }, - "node_modules/joycon": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz", - "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -2620,13 +3310,10 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, - "dependencies": { - "minimist": "^1.2.5" - }, "bin": { "json5": "lib/cli.js" }, @@ -2634,27 +3321,6 @@ "node": ">=6" } }, - "node_modules/leven": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", - "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/light-my-request": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.8.0.tgz", - "integrity": "sha512-C2XESrTRsZnI59NSQigOsS6IuTxpj8OhSBvZS9fhgBMsamBsAuWN1s4hj/nCi8EeZcyAA6xbROhsZy7wKdfckg==", - "dev": true, - "dependencies": { - "ajv": "^8.1.0", - "cookie": "^0.4.0", - "process-warning": "^1.0.0", - "set-cookie-parser": "^2.4.1" - } - }, "node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -2683,6 +3349,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "peer": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -2693,15 +3369,15 @@ } }, "node_modules/meros": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.0.tgz", - "integrity": "sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.1.tgz", + "integrity": "sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==", "dev": true, "engines": { - "node": ">=12" + "node": ">=13" }, "peerDependencies": { - "@types/node": ">=12" + "@types/node": ">=13" }, "peerDependenciesMeta": { "@types/node": { @@ -2710,13 +3386,13 @@ } }, "node_modules/micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { "node": ">=8.6" @@ -2735,18 +3411,12 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "node_modules/mri": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.4.tgz", - "integrity": "sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "dev": true, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/ms": { @@ -2775,9 +3445,9 @@ } }, "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "version": "2.6.8", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz", + "integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==", "dev": true, "dependencies": { "whatwg-url": "^5.0.0" @@ -2794,10 +3464,17 @@ } } }, + "node_modules/node-releases": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz", + "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==", + "dev": true, + "peer": true + }, "node_modules/normalize-path": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", "dev": true, "dependencies": { "remove-trailing-separator": "^1.0.1" @@ -2815,16 +3492,10 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/on-exit-leak-free": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz", - "integrity": "sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==", - "dev": true - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "dependencies": { "wrappy": "1" @@ -2901,7 +3572,7 @@ "node_modules/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", "dev": true, "dependencies": { "error-ex": "^1.3.1", @@ -2923,7 +3594,7 @@ "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2938,6 +3609,13 @@ "node": ">=8" } }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true, + "peer": true + }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", @@ -2950,101 +3628,46 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/pino": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.8.0.tgz", - "integrity": "sha512-Ynw2HRVapiyj+ZGfUcpms+SRgDKFIy0ztaFUf3X6IHh+vsysMvn+tpV/Ej3gyutPp4n9tgH6ZkkCAelSvP5zmQ==", - "dev": true, - "dependencies": { - "fast-redact": "^3.0.0", - "on-exit-leak-free": "^0.2.0", - "pino-abstract-transport": "v0.5.0", - "pino-std-serializers": "^4.0.0", - "process-warning": "^1.0.0", - "quick-format-unescaped": "^4.0.3", - "real-require": "^0.1.0", - "safe-stable-stringify": "^2.1.0", - "sonic-boom": "^2.2.1", - "thread-stream": "^0.13.0" - }, - "bin": { - "pino": "bin.js" - } - }, - "node_modules/pino-abstract-transport": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-0.5.0.tgz", - "integrity": "sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==", - "dev": true, - "dependencies": { - "duplexify": "^4.1.2", - "split2": "^4.0.0" - } - }, - "node_modules/pino-pretty": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-7.5.3.tgz", - "integrity": "sha512-jOGysjWxOfaeUElKTeJPstiitt1Ii7owcb21lDc1BS5F4P4HRDDcGxL1f1jskSA0zkTyj64/iaXlMLGhwtLVtg==", - "dev": true, - "dependencies": { - "args": "^5.0.1", - "colorette": "^2.0.7", - "dateformat": "^4.6.3", - "fast-safe-stringify": "^2.0.7", - "joycon": "^3.1.1", - "pino-abstract-transport": "^0.5.0", - "pump": "^3.0.0", - "readable-stream": "^3.6.0", - "rfdc": "^1.3.0", - "secure-json-parse": "^2.4.0", - "sonic-boom": "^2.2.0", - "strip-json-comments": "^3.1.1" - }, - "bin": { - "pino-pretty": "bin.js" - } - }, - "node_modules/pino-std-serializers": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz", - "integrity": "sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==", - "dev": true - }, "node_modules/prettier": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", + "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "dev": true, "bin": { "prettier": "bin-prettier.js" }, "engines": { "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "node_modules/process-warning": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-1.0.0.tgz", - "integrity": "sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==", - "dev": true + "node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, + "engines": { + "node": ">=6" + } }, - "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "node_modules/pvtsutils": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.2.tgz", + "integrity": "sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==", "dev": true, "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "tslib": "^2.4.0" } }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "node_modules/pvutils": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz", + "integrity": "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==", "dev": true, "engines": { - "node": ">=6" + "node": ">=6.0.0" } }, "node_modules/queue-microtask": { @@ -3067,45 +3690,16 @@ } ] }, - "node_modules/quick-format-unescaped": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", - "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==", - "dev": true - }, - "node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/real-require": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.1.0.tgz", - "integrity": "sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==", - "dev": true, - "engines": { - "node": ">= 12.13.0" - } - }, "node_modules/remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", "dev": true }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, "engines": { "node": ">=0.10.0" @@ -3145,12 +3739,6 @@ "node": ">=0.10.0" } }, - "node_modules/rfdc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", - "dev": true - }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -3174,51 +3762,20 @@ "queue-microtask": "^1.2.2" } }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/safe-stable-stringify": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz", - "integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==", + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, - "engines": { - "node": ">=10" + "peer": true, + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/secure-json-parse": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.4.0.tgz", - "integrity": "sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==", - "dev": true - }, "node_modules/set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "node_modules/set-cookie-parser": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.4.8.tgz", - "integrity": "sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, "node_modules/slash": { @@ -3230,37 +3787,10 @@ "node": ">=8" } }, - "node_modules/sonic-boom": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-2.6.0.tgz", - "integrity": "sha512-6xYZFRmDEtxGqfOKcDQ4cPLrNa0SPEDI+wlzDAHowXE6YV42NeXqg9mP2KkiM8JVu3lHfZ2iQKYlGOz+kTpphg==", - "dev": true, - "dependencies": { - "atomic-sleep": "^1.0.0" - } - }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/split2": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", - "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", - "dev": true, - "engines": { - "node": ">= 10.x" - } - }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "node_modules/std-env": { @@ -3272,19 +3802,13 @@ "ci-info": "^3.0.0" } }, - "node_modules/stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", - "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", - "dev": true - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "node_modules/streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", "dev": true, - "dependencies": { - "safe-buffer": "~5.2.0" + "engines": { + "node": ">=10.0.0" } }, "node_modules/string-width": { @@ -3313,56 +3837,6 @@ "node": ">=8" } }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/subscriptions-transport-ws": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", - "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==", - "deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md", - "dev": true, - "dependencies": { - "backo2": "^1.0.2", - "eventemitter3": "^3.1.0", - "iterall": "^1.2.1", - "symbol-observable": "^1.0.4", - "ws": "^5.2.0 || ^6.0.0 || ^7.0.0" - }, - "peerDependencies": { - "graphql": "^15.7.2 || ^16.0.0" - } - }, - "node_modules/subscriptions-transport-ws/node_modules/ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", - "dev": true, - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -3375,50 +3849,10 @@ "node": ">=8" } }, - "node_modules/symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sync-fetch": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.3.1.tgz", - "integrity": "sha512-xj5qiCDap/03kpci5a+qc5wSJjc8ZSixgG2EUmH1B8Ea2sfWclQA7eH40hiHPCtkCn6MCk4Wb+dqcXdCy2PP3g==", - "dev": true, - "dependencies": { - "buffer": "^5.7.0", - "node-fetch": "^2.6.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/thread-stream": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-0.13.2.tgz", - "integrity": "sha512-woZFt0cLFkPdhsa+IGpRo1jiSouaHxMIljzTgt30CMjBWoUYbbcHqnunW5Yv+BXko9H05MVIcxMipI3Jblallw==", - "dev": true, - "dependencies": { - "real-require": "^0.1.0" - } - }, - "node_modules/tiny-lru": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-7.0.6.tgz", - "integrity": "sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, "engines": { "node": ">=4" @@ -3439,20 +3873,23 @@ "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", "dev": true }, "node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", "dev": true }, "node_modules/undici": { - "version": "4.15.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.15.1.tgz", - "integrity": "sha512-h8LJybhMKD09IyQZoQadNtIR/GmugVhTOVREunJrpV6RStriKBFdSVoFzEzTihwXi/27DIBO+Z0OGF+Mzfi0lA==", + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.16.0.tgz", + "integrity": "sha512-KWBOXNv6VX+oJQhchXieUznEmnJMqgXMbs0xxH2t8q/FUAWSJvOSr/rMaZKnX5RIVq7JDn0JbP4BOnKG2SGXLQ==", "dev": true, + "dependencies": { + "busboy": "^1.6.0" + }, "engines": { "node": ">=12.18" } @@ -3460,7 +3897,7 @@ "node_modules/unixify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz", - "integrity": "sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=", + "integrity": "sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==", "dev": true, "dependencies": { "normalize-path": "^2.1.1" @@ -3469,6 +3906,33 @@ "node": ">=0.10.0" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "peer": true, + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -3478,22 +3942,19 @@ "punycode": "^2.1.0" } }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "node_modules/valid-url": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", - "integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=", - "dev": true + "node_modules/urlpattern-polyfill": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-6.0.2.tgz", + "integrity": "sha512-5vZjFlH9ofROmuWmXM9yj2wljYKgWstGwe8YTyiqM7hVum/g9LyCizPZtb3UqsuppVwety9QJmfc42VggLpTgg==", + "dev": true, + "dependencies": { + "braces": "^3.0.2" + } }, "node_modules/value-or-promise": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", - "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.12.tgz", + "integrity": "sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==", "dev": true, "engines": { "node": ">=12" @@ -3502,31 +3963,44 @@ "node_modules/wcwidth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", "dev": true, "dependencies": { "defaults": "^1.0.3" } }, "node_modules/web-streams-polyfill": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", - "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", "dev": true, "engines": { "node": ">= 8" } }, + "node_modules/webcrypto-core": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.7.5.tgz", + "integrity": "sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A==", + "dev": true, + "dependencies": { + "@peculiar/asn1-schema": "^2.1.6", + "@peculiar/json-schema": "^1.1.12", + "asn1js": "^3.0.1", + "pvtsutils": "^1.3.2", + "tslib": "^2.4.0" + } + }, "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", "dev": true }, "node_modules/whatwg-url": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", "dev": true, "dependencies": { "tr46": "~0.0.3", @@ -3536,7 +4010,7 @@ "node_modules/which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, "node_modules/wrap-ansi": { @@ -3559,20 +4033,20 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, "node_modules/ws": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", - "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz", + "integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==", "dev": true, "engines": { "node": ">=10.0.0" }, "peerDependencies": { "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" + "utf-8-validate": ">=5.0.2" }, "peerDependenciesMeta": { "bufferutil": { @@ -3592,28 +4066,35 @@ "node": ">=10" } }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "peer": true + }, "node_modules/yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, "dependencies": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" }, "engines": { "node": ">=12" } }, "node_modules/yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, "engines": { "node": ">=12" @@ -3633,86 +4114,219 @@ } }, "dependencies": { + "@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "peer": true, + "requires": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@ardatan/sync-fetch": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@ardatan/sync-fetch/-/sync-fetch-0.0.1.tgz", + "integrity": "sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==", + "dev": true, + "requires": { + "node-fetch": "^2.6.1" + } + }, "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "requires": { + "@babel/highlight": "^7.18.6" + } + }, + "@babel/compat-data": { + "version": "7.20.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", + "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", "dev": true, + "peer": true + }, + "@babel/core": { + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", + "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", + "dev": true, + "peer": true, "requires": { - "@babel/highlight": "^7.16.7" + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helpers": "^7.20.7", + "@babel/parser": "^7.20.7", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.12", + "@babel/types": "^7.20.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" } }, "@babel/generator": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", - "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", + "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", "dev": true, "requires": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/types": "^7.20.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } } }, - "@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "@babel/helper-compilation-targets": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", "dev": true, + "peer": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/compat-data": "^7.20.5", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" } }, + "@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true + }, "@babel/helper-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "dev": true, + "requires": { + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "requires": { - "@babel/helper-get-function-arity": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, - "@babel/helper-get-function-arity": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, + "peer": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, - "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "@babel/helper-module-transforms": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", + "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", + "dev": true, + "peer": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.10", + "@babel/types": "^7.20.7" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true + }, + "@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, + "peer": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.20.2" } }, "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, + "@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true + }, "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", "dev": true }, + "@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true, + "peer": true + }, + "@babel/helpers": { + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz", + "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==", + "dev": true, + "peer": true, + "requires": { + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.13", + "@babel/types": "^7.20.7" + } + }, "@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -3749,13 +4363,13 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "supports-color": { @@ -3770,125 +4384,262 @@ } }, "@babel/parser": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", - "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz", + "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==", "dev": true }, + "@babel/plugin-syntax-import-assertions": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" + } + }, "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" } }, "@babel/traverse": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", - "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.3", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.3", - "@babel/types": "^7.17.0", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz", + "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.13", + "@babel/types": "^7.20.7", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", + "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", "to-fast-properties": "^2.0.0" } }, + "@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "dev": true, + "optional": true + }, "@envelop/core": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@envelop/core/-/core-1.7.1.tgz", - "integrity": "sha512-ZxeQs4G0FOzoFAH+zskubx5aM9kx6BiUvcSI9Lo3MfYBmnK7cjwcwDdwk6Mq48QDuAeVdGfDmQz+BiWg0k2GmQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@envelop/core/-/core-2.6.0.tgz", + "integrity": "sha512-yTptKinJN//i6m1kXUbnLBl/FobzddI4ehURAMS08eRUOQwAuXqJU9r8VdTav8nIZLb4t6cuDWFb3n331LiwLw==", "dev": true, "requires": { - "@envelop/types": "1.5.1" + "@envelop/types": "2.4.0", + "tslib": "2.4.0" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + } } }, "@envelop/disable-introspection": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-2.0.0.tgz", - "integrity": "sha512-yjHvDcjpanT4aA7UCDViCJoqx0iIvHrdO2CdtwvSU98vLaTXSFhbw+AL6Ae1GP1Rva/TuHslFWLNKYXaYKRIBw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-3.6.0.tgz", + "integrity": "sha512-Zf505LqWo2efM0EtTBvXyYPynSTSL2+Ps0X+dCH33vQ3wF6gxMui9g1pGa4MDcGjaXWG67qZcT4eojpGlmmavA==", "dev": true, - "requires": {} + "requires": { + "tslib": "^2.4.0" + } }, "@envelop/parser-cache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-3.0.0.tgz", - "integrity": "sha512-1Pf4pnxrpPBM2N+dDdhRYoUbIK9K0xxzW4PbjWPCQe2C2owOfc+ndZad1nn9Yi1i5hibqwcltsQPmeUCsVPltw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-4.7.0.tgz", + "integrity": "sha512-63NfXDcW/vGn4U6NFxaZ0JbYWAcJb9A6jhTvghsSz1ZS+Dny/ci8bVSgVmM1q+N56hPyGsVPuyI+rIc71mPU5g==", "dev": true, "requires": { - "tiny-lru": "7.0.6" + "lru-cache": "^6.0.0", + "tslib": "^2.4.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } } }, "@envelop/types": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@envelop/types/-/types-1.5.1.tgz", - "integrity": "sha512-NrwLVzyNqiSzgRRqOxkU2IgRc5hSGS73VsgxqchU3jl36rYo7AXVAnITkytmB9wk+jN2vUOVvayLkaTXooARwg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@envelop/types/-/types-2.4.0.tgz", + "integrity": "sha512-pjxS98cDQBS84X29VcwzH3aJ/KiLCGwyMxuj7/5FkdiaCXAD1JEvKEj9LARWlFYj1bY43uII4+UptFebrhiIaw==", "dev": true, - "requires": {} + "requires": { + "tslib": "^2.4.0" + } }, "@envelop/validation-cache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-3.0.0.tgz", - "integrity": "sha512-JqTA6huTygAlQilaVEM77DlFdGSptf5ElOWX7wdu0VC15h2Np7MmnsyOcy7xQI1Sc7B3oaNSo12l3QD6K28vOQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-4.7.0.tgz", + "integrity": "sha512-PzL+GfWJRT+JjsJqZAIxHKEkvkM3hxkeytS5O0QLXT8kURNBV28r+Kdnn2RCF5+6ILhyGpiDb60vaquBi7g4lw==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0", + "tslib": "^2.4.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } + }, + "@graphql-inspector/audit-command": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/audit-command/-/audit-command-3.4.1.tgz", + "integrity": "sha512-FaGIQz0Ei+xH1RDYp510p4m10I1ZhCC9wa3/Kw32DV5vBdodBf/a9glitt5BI51P1xGEP6czgZ/Sd9UvBW7rnQ==", "dev": true, "requires": { - "tiny-lru": "7.0.6" + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", + "cli-table3": "0.6.2", + "tslib": "^2.0.0" + }, + "dependencies": { + "@graphql-inspector/commands": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "yargs": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", + "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "dev": true, + "peer": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "peer": true + } } }, "@graphql-inspector/cli": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.1.1.tgz", - "integrity": "sha512-7Uqvk6+4heVSYQyCLqDr9uLKO8aTYja+EGsLBA7khY1plc+lIM1SiDfjPbCUDZUaip9+JSX/kcXYGl5RVlNktg==", - "dev": true, - "requires": { - "@graphql-inspector/code-loader": "3.1.1", - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/coverage-command": "3.1.1", - "@graphql-inspector/diff-command": "3.1.1", - "@graphql-inspector/docs-command": "3.1.1", - "@graphql-inspector/git-loader": "3.1.1", - "@graphql-inspector/github-loader": "3.1.1", - "@graphql-inspector/graphql-loader": "3.1.1", - "@graphql-inspector/introspect-command": "3.1.1", - "@graphql-inspector/json-loader": "3.1.1", - "@graphql-inspector/loaders": "3.1.1", - "@graphql-inspector/serve-command": "3.1.1", - "@graphql-inspector/similar-command": "3.1.1", - "@graphql-inspector/url-loader": "3.1.1", - "@graphql-inspector/validate-command": "3.1.1", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.4.1.tgz", + "integrity": "sha512-WjJem40AE/fcv+ryJQxI6eMhC+iNv5k37RpYSmysWcG0c4IpP85VLhq5oMhcUk4YfdMBDs7/04z67D0kt30LPQ==", + "dev": true, + "requires": { + "@graphql-inspector/audit-command": "3.4.1", + "@graphql-inspector/code-loader": "3.4.0", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/coverage-command": "3.4.1", + "@graphql-inspector/diff-command": "3.4.1", + "@graphql-inspector/docs-command": "3.4.0", + "@graphql-inspector/git-loader": "3.4.0", + "@graphql-inspector/github-loader": "3.4.0", + "@graphql-inspector/graphql-loader": "3.4.0", + "@graphql-inspector/introspect-command": "3.4.1", + "@graphql-inspector/json-loader": "3.4.0", + "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/serve-command": "3.4.0", + "@graphql-inspector/similar-command": "3.4.1", + "@graphql-inspector/url-loader": "3.4.0", + "@graphql-inspector/validate-command": "3.4.1", "tslib": "^2.0.0", "yargs": "17.2.1" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -3913,9 +4664,9 @@ } }, "@graphql-inspector/code-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.1.1.tgz", - "integrity": "sha512-hnVIloXmSFkkkowcjUz8xppC5LjZ/DVFtyZ+RKOiWWBPUR85lrLkCMEVR6pPRaBLS8fKrUus+YUkDkHI2TFrKQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.4.0.tgz", + "integrity": "sha512-rgC6x56QLIHGHzz6+QeBhPZz3CgwxqSwKJO0LZgi6wEkurbrrVlEZTUTy3LE9RSfHFdL7w3v9vfBjls3vp9wIg==", "dev": true, "requires": { "@graphql-tools/code-file-loader": "^7.2.2", @@ -3923,16 +4674,16 @@ } }, "@graphql-inspector/config": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.1.1.tgz", - "integrity": "sha512-kc4jkP8B+BgS5lEMEiFcsNfajb2csikqXYqjAJ1VPowLXTFSv+DqrskTQbpM5+I5SOX7uN0AAs4BWxZ2nVFTMg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.4.0.tgz", + "integrity": "sha512-h9qLXP+f7IA6v3WT+3hMOl3hdxhVSdYcgajzXkJx5p5OYyibyTzsMJPghplXxoORcjQL3MMpRXg90+OVHxq+zw==", "dev": true, "requires": {} }, "@graphql-inspector/core": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.1.1.tgz", - "integrity": "sha512-DP+FgKl93ESPLxg1Hujw1tIpsjfHeZDXKU5/43k8f5yQ2jCWM34NywROuICTNTYLuVL6gVxY/PSwWiCjVvlUMw==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.5.0.tgz", + "integrity": "sha512-96guRRzfss8Jn7AqANh9HETq0m72a97ieC6fOGd+bGLHvdmxvqVWNCer+3VpQknGeQD7RsKe7Qommgo/PAqKbg==", "dev": true, "requires": { "dependency-graph": "0.11.0", @@ -3941,26 +4692,38 @@ } }, "@graphql-inspector/coverage-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.1.1.tgz", - "integrity": "sha512-mwMenrPbqs3Ywr9jgt6g8ZR8u4NvVe0mbquTz68BSbyd83+SXQIRolLlhevcRHNjC0bj2euhIc7DOKLj9O4Nyg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.4.1.tgz", + "integrity": "sha512-MchuL+sCgL++wrZX8gPWt1jlaAar+SVJTAHTXpBYliaP+4nIN6M2bAObZiNAnxm3Sytt8SHZoQJeiYjYU/A9Ww==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -3987,26 +4750,38 @@ } }, "@graphql-inspector/diff-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.1.1.tgz", - "integrity": "sha512-TnjFqV7q6dJCO0hBjUxWy9W/rq6NprL2yM61p0j2QCh0z0flQszaEN2kKwnNVoKqd2YL+FV6XWh28FcDtfhcXw==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.4.1.tgz", + "integrity": "sha512-ys2/UqgaMaLxaA+fnScgwW3tgvb/NdemBZ1p7sux2QfcsvOkjwFFs4QNWQJYjS7NltmA6NrOLLhXyTGPMHv5Mw==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -4033,25 +4808,37 @@ } }, "@graphql-inspector/docs-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.1.1.tgz", - "integrity": "sha512-ywFOYGsjNyIfz7q/zb96Wwoj0mG/p2N40IVzC4Ko5Mz9JbkMtLURtgmpeauvBuRtxO+ABJGakv8x56AMSBn7Nw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.4.0.tgz", + "integrity": "sha512-+GN8bdUduKYQvzwygzNtWeOaKzIFpifihTsrAspErHIq+rXs1MWerktTIj9m/Y7AF9uF/cI04SfxzHXhfvUEig==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.1.1", + "@graphql-inspector/commands": "3.4.0", "open": "8.2.1", "tslib": "^2.0.0" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -4078,9 +4865,9 @@ } }, "@graphql-inspector/git-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.1.1.tgz", - "integrity": "sha512-H2CWPB3TK2wVWfOwbLLglPzxlqhh/ltysOVL1VczTae/PEw+OvU8NAJDXq76XqcoTZmDAy04OZXulH7InRtt8w==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.4.0.tgz", + "integrity": "sha512-/5zdyFXMgMadyuAN6mDTfcien1vvO31X/hU1dOAdyOGjhl5ZkH/D5ZgYjYc94VSsoixGaQOweq5Kl95cZeTlgA==", "dev": true, "requires": { "@graphql-tools/git-loader": "^7.1.2", @@ -4088,9 +4875,9 @@ } }, "@graphql-inspector/github-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.1.1.tgz", - "integrity": "sha512-7M2ttbHpk6dJayx8Dqt7KXnkQmH/Nx5rBo5VU8SqHTlWs65n4tOScg9a8MFm5MYdRtVfcmgYmP6H8F8QeIpPtg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.4.0.tgz", + "integrity": "sha512-+kV2PT5BIDMFIdgkS04ESmwcyuV8SBQ3Furp7snXtGAK+8cYi8PmL0/qIztzp7/3nzQ9WV//P/RloT8dEdRDCw==", "dev": true, "requires": { "@graphql-tools/github-loader": "^7.1.1", @@ -4098,9 +4885,9 @@ } }, "@graphql-inspector/graphql-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.1.1.tgz", - "integrity": "sha512-rX5C2zBvCMFAdAGNoJQFxq/dp4VhS2lRpbzSoPQ8nMEiH6CdwH/5JXVrq3tu6M4TLlVnk7ixsDJIQRMK60oOlQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.4.0.tgz", + "integrity": "sha512-igDqEhmYa5FTrw/Q25a8iTs3qNc//5DR9CIzxnYS9/auuhYz3q7NWistO76WWhNu2IAs1ReMM1xrexzsTxB5QA==", "dev": true, "requires": { "@graphql-tools/graphql-file-loader": "^7.3.2", @@ -4108,26 +4895,38 @@ } }, "@graphql-inspector/introspect-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.1.1.tgz", - "integrity": "sha512-YKqgLBPQBKUAvDX3s/oOmJlyfNNXrK2pv9QitOooqQcpVlsmc11MgCsUCkSxKFFJFhLf4VWdJYxqWmYcMtmKEA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.4.1.tgz", + "integrity": "sha512-5LTG7mLhR8/dEAJcZXesfYJbmH+A9qOTrc/15/TA/s48OJNc/DZL7eWwT1Y+ul6OA2i+1Kh2NrlMcfNhWpcGhA==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -4154,9 +4953,9 @@ } }, "@graphql-inspector/json-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.1.1.tgz", - "integrity": "sha512-0bx7iveCsoCuJLsyFm2UsWCURnBAyWDlmnhaOGU2Z9ZAyv1pGP1mKgCPKkTXfzsZ1CkeaCbHniyOau8ye9UPJA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.4.0.tgz", + "integrity": "sha512-prXZ0UaSBMTqbp+CAP9Rc2P03EwF8yfnKfP7HlXJ0NT2G8bmdUD1fODphUO2mqB/Hdsp4zo7SxIoq6D6Qq9sOQ==", "dev": true, "requires": { "@graphql-tools/json-file-loader": "^7.3.2", @@ -4164,9 +4963,9 @@ } }, "@graphql-inspector/loaders": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.1.1.tgz", - "integrity": "sha512-B5PUlUXOyVrpcAIEi6gNfDoWEKYcjgl0DIa6Y+expgPi27eRVbNBYdBjPCz5oO17W8dnsTQft5Oh0As2HUjSrQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.4.0.tgz", + "integrity": "sha512-hBz6mBSIUrg8WrWH2H91w+KDeV8hWIMY3L2917k713DfKuE8jz7hRkiNnBwP+n7uISGEYXHYsCKY4Ok30oH+Jg==", "dev": true, "requires": { "@graphql-tools/load": "^7.4.1", @@ -4174,12 +4973,12 @@ } }, "@graphql-inspector/logger": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.1.1.tgz", - "integrity": "sha512-4vvp2Y02sLglFdOPnEvwnicLodO7AwgdqGjWksgYdvW6801eH7yCmnCyQPladG2Xbb4dmztcjhKWWAIF29RPow==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.4.0.tgz", + "integrity": "sha512-r2C0tCLQMInn6knQNUN4Gm9qGE98Bo070JwXpJkRXW51Vt9eAF8WEt4rjg2rMYeVjMLR7ROF328sjMo1v0ihVQ==", "dev": true, "requires": { - "chalk": "4.1.1", + "chalk": "4.1.2", "figures": "3.2.0", "log-symbols": "^4.1.0", "std-env": "2.3.0", @@ -4187,27 +4986,39 @@ } }, "@graphql-inspector/serve-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.1.1.tgz", - "integrity": "sha512-xxrhda0J7l/hJYd9JpLvvgycye6z3sfForKYST6KffzIKAmYPdFrMayCzzzf7DRoGzknW2cQ2JFiziYhNxr9fA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.4.0.tgz", + "integrity": "sha512-7xLsNRKwiXG8te9w2QCy/Od+E4kLvU3Icao36/ohmsBcFXgj9M6juWt3FaZK5crOHaH2wa7G34Lr3gGIMz4gbw==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/logger": "3.1.1", - "@graphql-yoga/node": "0.1.0-alpha.3", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/logger": "3.4.0", + "@graphql-yoga/node": "2.0.0", "open": "8.2.1", "tslib": "^2.0.0" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -4234,26 +5045,38 @@ } }, "@graphql-inspector/similar-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.1.1.tgz", - "integrity": "sha512-qAg8aYK9J0e86MzDp77oV1f+eMxClHWaOieZA6JEITaXnYo/wTC8fLCUCOKLyKSF6hMK/G1N+JagWAAHOa/sng==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.4.1.tgz", + "integrity": "sha512-tA01lAv8z9e/jjIoXyVFUyW3CptC3pPeljKSP2z2S/ZoSrE+jzGc1Fm1nUGQ3VJdq7E3lai5GI9utq42ARlHag==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -4280,9 +5103,9 @@ } }, "@graphql-inspector/url-loader": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.1.1.tgz", - "integrity": "sha512-OIzzazD6CjiyD5sDP91B+sl90IFsTaNTaVFHkl8IcwS+gvV7uETNnuTqBup7pGrPhGWpcUn4Os1nOcgWK83O8g==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.4.0.tgz", + "integrity": "sha512-q81y0mwGNKno/RyBaLXhtxtza9LZPwjkfY8WRqxytQmPrNDEeg2I3MdhcNOwctA2Gh124Xw0D5foj3KTYebJqQ==", "dev": true, "requires": { "@graphql-tools/url-loader": "^7.4.2", @@ -4290,26 +5113,38 @@ } }, "@graphql-inspector/validate-command": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.1.1.tgz", - "integrity": "sha512-QtKCDM2rgNB5kgrTMDEcPD0BBrSqqxWT33NAEsrgYtW5UA+8WgZH6XfXrpzblzt2oJSsTIDf/CjhH4ZZuJh3jg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.4.1.tgz", + "integrity": "sha512-ov5StFeHM8uBfyeNwSkfiYKTkPi50hs3n6jk/yTjLb7Bdonbhz8aehnzGpZUH8z9FdKX1rVbcTuQubfD393Tcw==", "dev": true, "requires": { - "@graphql-inspector/commands": "3.1.1", - "@graphql-inspector/core": "3.1.1", - "@graphql-inspector/logger": "3.1.1", + "@graphql-inspector/commands": "3.4.0", + "@graphql-inspector/core": "3.5.0", + "@graphql-inspector/logger": "3.4.0", "tslib": "^2.0.0" }, "dependencies": { "@graphql-inspector/commands": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.1.1.tgz", - "integrity": "sha512-AUkJgs65DSgmSMCu026/ltSCYqECmBsCl48H44CLdQnfdTbMv7gb/yJa/1DlYX8Ct5Q5hzuSIR4Ioq/o+OigRg==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", + "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", "dev": true, "requires": { "tslib": "^2.0.0" } }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "peer": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, "yargs": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", @@ -4336,202 +5171,452 @@ } }, "@graphql-tools/batch-execute": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.3.2.tgz", - "integrity": "sha512-ICWqM+MvEkIPHm18Q0cmkvm134zeQMomBKmTRxyxMNhL/ouz6Nqld52/brSlaHnzA3fczupeRJzZ0YatruGBcQ==", + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.5.15.tgz", + "integrity": "sha512-qb12M8XCK6SBJmZDS8Lzd4PVJFsIwNUkYmFuqcTiBqOI/WsoDlQDZI++ghRpGcusLkL9uzcIOTT/61OeHhsaLg==", "dev": true, "requires": { - "@graphql-tools/utils": "^8.6.2", - "dataloader": "2.0.0", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/utils": "9.1.4", + "dataloader": "2.1.0", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/code-file-loader": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.2.4.tgz", - "integrity": "sha512-KjIxYKDIbrtRGzeboYC98OnRnCvDVDC3E+suH48J4/KxweSjrG+ZpD++T/A11FdIcFb1Y5OceCw+OwjHI5OoyQ==", + "version": "7.3.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.16.tgz", + "integrity": "sha512-109UFvQjZEntHwjPaHpWvgUudHenGngbXvSImabPc2fdrtgja5KC0h7thCg379Yw6IORHGrF2XbJwS1hAGPPWw==", "dev": true, "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.6", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/graphql-tag-pluck": "7.4.3", + "@graphql-tools/utils": "9.1.4", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/delegate": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-8.5.1.tgz", - "integrity": "sha512-/YPmVxitt57F8sH50pnfXASzOOjEfaUDkX48eF5q6f16+JBncej2zeu+Zm2c68q8MbIxhPlEGfpd0QZeqTvAxw==", + "version": "9.0.23", + "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-9.0.23.tgz", + "integrity": "sha512-pTmC2ZUGRp/j4bwQRccZV+J2ETMeHYF9RmEXHHdj0S7/LOpyfFE3mGvRV2+n6MzXpPCPp+mh037LWF+q4wLcJw==", "dev": true, "requires": { - "@graphql-tools/batch-execute": "^8.3.2", - "@graphql-tools/schema": "^8.3.2", - "@graphql-tools/utils": "^8.6.2", - "dataloader": "2.0.0", - "graphql-executor": "0.0.18", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/batch-execute": "8.5.15", + "@graphql-tools/executor": "0.0.12", + "@graphql-tools/schema": "9.0.14", + "@graphql-tools/utils": "9.1.4", + "dataloader": "2.1.0", + "tslib": "~2.4.0", + "value-or-promise": "1.0.12" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } + } + }, + "@graphql-tools/executor": { + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-0.0.12.tgz", + "integrity": "sha512-bWpZcYRo81jDoTVONTnxS9dDHhEkNVjxzvFCH4CRpuyzD3uL+5w3MhtxIh24QyWm4LvQ4f+Bz3eMV2xU2I5+FA==", + "dev": true, + "requires": { + "@graphql-tools/utils": "9.1.4", + "@graphql-typed-document-node/core": "3.1.1", + "@repeaterjs/repeater": "3.0.4", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } + } + }, + "@graphql-tools/executor-graphql-ws": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.7.tgz", + "integrity": "sha512-C6EExKoukn4vu3BbvlqsqtC91F4pTLPDZvRceYjpFzTCQSGFSjfrxQGP/haGlemXVRpIDxBy7wpXoQlsF8UmFA==", + "dev": true, + "requires": { + "@graphql-tools/utils": "9.1.4", + "@repeaterjs/repeater": "3.0.4", + "@types/ws": "^8.0.0", + "graphql-ws": "5.11.2", + "isomorphic-ws": "5.0.0", + "tslib": "^2.4.0", + "ws": "8.12.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } + } + }, + "@graphql-tools/executor-http": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-0.1.1.tgz", + "integrity": "sha512-bFE6StI7CJEIYGRkAnTYxutSV4OtC1c4MQU3nStOYZZO7KmzIgEQZ4ygPSPrRb+jtRsMCBEqPqlYOD4Rq02aMw==", + "dev": true, + "requires": { + "@graphql-tools/utils": "9.1.4", + "@repeaterjs/repeater": "3.0.4", + "@whatwg-node/fetch": "0.6.2", + "dset": "3.1.2", + "extract-files": "^11.0.0", + "meros": "1.2.1", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } + } + }, + "@graphql-tools/executor-legacy-ws": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.6.tgz", + "integrity": "sha512-L1hRuSvBUCNerYDhfeSZXFeqliDlnNXa3fDHTp7efI3Newpbevqa19Fm0mVzsCL7gqIKOwzrPORwh7kOVE/vew==", + "dev": true, + "requires": { + "@graphql-tools/utils": "9.1.4", + "@types/ws": "^8.0.0", + "isomorphic-ws": "5.0.0", + "tslib": "^2.4.0", + "ws": "8.12.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/git-loader": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.1.3.tgz", - "integrity": "sha512-Ya0jRizD6F1hbajk2rwfqJKAp6dQRvzW1gzkOQmlNcQOTtTjWITsFtzk7fS02gZRWkfFBenlTBguGufh91I6bg==", + "version": "7.2.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.2.16.tgz", + "integrity": "sha512-8DsxYfSouhgKPOBcc7MzuOTM4M/j2UNFn2ehXD0MX9q41t3dKffufJZKsKxE6VyyCUoVYdlRFhUWEyOHPVdcfQ==", "dev": true, "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.6", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/graphql-tag-pluck": "7.4.3", + "@graphql-tools/utils": "9.1.4", "is-glob": "4.0.3", "micromatch": "^4.0.4", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/github-loader": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.2.4.tgz", - "integrity": "sha512-QuSN2GWgm/h3lp7o5zpi8TzHnzom4b/f5Zq4Hvprn1OsGaOviHLXQUx6AaWa07cmFvPL0se79R0sEkMZlXlpQQ==", + "version": "7.3.23", + "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.3.23.tgz", + "integrity": "sha512-oYTZCvW520KNVVonjucDSMhabCFnHwtM1rJbyUkA1JFyzpmmNAAyNMWOOPcU/Q9rTESrsH+Hbja0mfpjpnBKLA==", "dev": true, "requires": { - "@graphql-tools/graphql-tag-pluck": "^7.1.6", - "@graphql-tools/utils": "^8.6.2", - "cross-undici-fetch": "^0.1.19", - "sync-fetch": "0.3.1", - "tslib": "~2.3.0" + "@ardatan/sync-fetch": "0.0.1", + "@graphql-tools/graphql-tag-pluck": "7.4.3", + "@graphql-tools/utils": "9.1.4", + "@whatwg-node/fetch": "^0.6.0", + "tslib": "^2.4.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/graphql-file-loader": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.3.4.tgz", - "integrity": "sha512-Q0/YtDq0APR6syRclsQMNguWKRlchd8nFTOpLhfc7Xeiy21VhEEi4Ik+quRySfb7ubDfJGhiUq4MQW43FhWJvg==", + "version": "7.5.14", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.14.tgz", + "integrity": "sha512-JGer4g57kq4wtsvqv8uZsT4ZG1lLsz1x5yHDfSj2OxyiWw2f1jFkzgby7Ut3H2sseJiQzeeDYZcbm06qgR32pg==", "dev": true, "requires": { - "@graphql-tools/import": "^6.6.6", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/import": "6.7.15", + "@graphql-tools/utils": "9.1.4", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/graphql-tag-pluck": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.6.tgz", - "integrity": "sha512-VdubvdS8pIrAPVDq6hV7ARXz2Yh8/2153+RO6i+RJOMgyFw8wOW3jRCKE93eN+Hk2pZBC2x3kzdNeUAyVpuslg==", + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.4.3.tgz", + "integrity": "sha512-w+nrJVQw+NTuaZNQG5AwSh4Qe+urP/s4rUz5s1T007rDnv1kvkiX+XHOCnIfJzXOTuvFmG4GGYw/x0CuSRaGZQ==", "dev": true, "requires": { "@babel/parser": "^7.16.8", + "@babel/plugin-syntax-import-assertions": "7.20.0", "@babel/traverse": "^7.16.8", "@babel/types": "^7.16.8", - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0" + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/import": { - "version": "6.6.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.6.6.tgz", - "integrity": "sha512-a0aVajxqu1MsL8EwavA44Osw20lBOIhq8IM2ZIHFPP62cPAcOB26P+Sq57DHMsSyX5YQ0ab9XPM2o4e1dQhs0w==", + "version": "6.7.15", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.15.tgz", + "integrity": "sha512-WNhvauAt2I2iUg+JdQK5oQebKLXqUZWe8naP13K1jOkbTQT7hK3P/4I9AaVmzt0KXRJW5Uow3RgdHZ7eUBKVsA==", "dev": true, "requires": { - "@graphql-tools/utils": "8.6.2", + "@graphql-tools/utils": "9.1.4", "resolve-from": "5.0.0", - "tslib": "~2.3.0" + "tslib": "^2.4.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/json-file-loader": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.3.4.tgz", - "integrity": "sha512-1AROMFh8Lyorf2gTWXgVaUbU3ic84gzAgpRmJCsCla/Nnvn6JiCs4aWHsalk4ZWVXCaK04c8gk8Px1uNQUj02Q==", + "version": "7.4.15", + "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.4.15.tgz", + "integrity": "sha512-pH+hbsDetcEpj+Tmi7ZRUkxzJez2DLdSQuvK5Qi38FX/Nz/5nZKRfW9nqIptGYbuS9+2JPrt9WWNn1aGtegIFQ==", "dev": true, "requires": { - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/utils": "9.1.4", "globby": "^11.0.3", - "tslib": "~2.3.0", + "tslib": "^2.4.0", "unixify": "^1.0.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/load": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.5.2.tgz", - "integrity": "sha512-URPqVP77mYxdZxT895DzrWf2C23S3yC/oAmXD4D4YlxR5eVVH/fxu0aZR78WcEKF331fWSiFwWy9j7BZWvkj7g==", + "version": "7.8.10", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.10.tgz", + "integrity": "sha512-Mc1p7ZSxrW5yGG3BLQnhiL8RPG0HdxFVoHV7fpx2adp4o1V7BzDjKRSbCnAxShA1wA4n8wbA+n7NTC0edi4eNA==", "dev": true, "requires": { - "@graphql-tools/schema": "8.3.2", - "@graphql-tools/utils": "^8.6.2", + "@graphql-tools/schema": "9.0.14", + "@graphql-tools/utils": "9.1.4", "p-limit": "3.1.0", - "tslib": "~2.3.0" + "tslib": "^2.4.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/merge": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.2.3.tgz", - "integrity": "sha512-XCSmL6/Xg8259OTWNp69B57CPWiVL69kB7pposFrufG/zaAlI9BS68dgzrxmmSqZV5ZHU4r/6Tbf6fwnEJGiSw==", + "version": "8.3.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.16.tgz", + "integrity": "sha512-In0kcOZcPIpYOKaqdrJ3thdLPE7TutFnL9tbrHUy2zCinR2O/blpRC48jPckcs0HHrUQ0pGT4HqvzMkZUeEBAw==", "dev": true, "requires": { - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0" + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/schema": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.3.2.tgz", - "integrity": "sha512-77feSmIuHdoxMXRbRyxE8rEziKesd/AcqKV6fmxe7Zt+PgIQITxNDew2XJJg7qFTMNM43W77Ia6njUSBxNOkwg==", + "version": "9.0.14", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.14.tgz", + "integrity": "sha512-U6k+HY3Git+dsOEhq+dtWQwYg2CAgue8qBvnBXoKu5eEeH284wymMUoNm0e4IycOgMCJANVhClGEBIkLRu3FQQ==", "dev": true, "requires": { - "@graphql-tools/merge": "^8.2.3", - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/merge": "8.3.16", + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/url-loader": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.8.0.tgz", - "integrity": "sha512-4j5X40hpYInM5J7KbURSspEJCi6tPqvEE2kyBOyP0C0YIOYtKgUJTAryjbBXqr+HWGyEwJ2zuQ2cQdVMn8l78A==", - "dev": true, - "requires": { - "@graphql-tools/delegate": "^8.5.1", - "@graphql-tools/utils": "^8.6.2", - "@graphql-tools/wrap": "^8.4.2", - "@n1ru4l/graphql-live-query": "^0.9.0", - "@types/websocket": "^1.0.4", + "version": "7.17.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.17.4.tgz", + "integrity": "sha512-nB2fhkn4LTYjU2qoTOBZYmWQRVYsCI0K2LScwD49QVMNAPWthg/lHao4hFUe70aTInT8oquvl8d0rIb7fRWOvA==", + "dev": true, + "requires": { + "@ardatan/sync-fetch": "0.0.1", + "@graphql-tools/delegate": "9.0.23", + "@graphql-tools/executor-graphql-ws": "0.0.7", + "@graphql-tools/executor-http": "0.1.1", + "@graphql-tools/executor-legacy-ws": "0.0.6", + "@graphql-tools/utils": "9.1.4", + "@graphql-tools/wrap": "9.3.2", "@types/ws": "^8.0.0", - "cross-undici-fetch": "^0.1.19", - "dset": "^3.1.0", - "extract-files": "^11.0.0", - "graphql-sse": "^1.0.1", - "graphql-ws": "^5.4.1", - "isomorphic-ws": "^4.0.1", - "meros": "^1.1.4", - "subscriptions-transport-ws": "^0.11.0", - "sync-fetch": "^0.3.1", - "tslib": "^2.3.0", - "valid-url": "^1.0.9", + "@whatwg-node/fetch": "^0.6.0", + "isomorphic-ws": "5.0.0", + "tslib": "^2.4.0", "value-or-promise": "^1.0.11", - "ws": "^8.3.0" + "ws": "8.12.0" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-tools/utils": { - "version": "8.6.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.6.2.tgz", - "integrity": "sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==", + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", + "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", "dev": true, "requires": { - "tslib": "~2.3.0" + "tslib": "^2.4.0" } }, "@graphql-tools/wrap": { - "version": "8.4.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-8.4.3.tgz", - "integrity": "sha512-2bd3GtlqV72idEphLTM8SRiSxEDrMPGE556faW8N5Q2qK7qlCEu9AQK0HNKWKdtEPTHqahndZtIPcdpNN6xGig==", + "version": "9.3.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-9.3.2.tgz", + "integrity": "sha512-jqBMJZyKFATxWA3alPhGRWh/ZluaPWrXFumXRaqAwK9QdCAxM24jG8Kmy3FrTfeyxNqDyzDlHZobtwwDKurm5g==", "dev": true, "requires": { - "@graphql-tools/delegate": "^8.5.1", - "@graphql-tools/schema": "^8.3.2", - "@graphql-tools/utils": "^8.6.2", - "tslib": "~2.3.0", - "value-or-promise": "1.0.11" + "@graphql-tools/delegate": "9.0.23", + "@graphql-tools/schema": "9.0.14", + "@graphql-tools/utils": "9.1.4", + "tslib": "^2.4.0", + "value-or-promise": "1.0.12" + }, + "dependencies": { + "@graphql-tools/utils": { + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", + "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + } } }, "@graphql-typed-document-node/core": { @@ -4542,55 +5627,133 @@ "requires": {} }, "@graphql-yoga/common": { - "version": "0.2.0-alpha.10", - "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-0.2.0-alpha.10.tgz", - "integrity": "sha512-BUdp/G/oxbW5gU3v1O79JO3OtnRoxlhkAzRIFwYQKxSKh4jR8VLkxHfZKSTSgntpPZpUAKZteLPE9HBor7eKbw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-2.0.0.tgz", + "integrity": "sha512-nSENt7yANcnAIHdjTWOeTz4feXnGkgiShUU9MzukFbETWL7pwaK6fjgghUCDVuL2axm155Z3lAhG4sLA4MgvlQ==", "dev": true, "requires": { - "@envelop/core": "^1.7.1", - "@envelop/disable-introspection": "^2.0.0", - "@envelop/parser-cache": "^3.0.0", - "@envelop/validation-cache": "^3.0.0", + "@envelop/core": "^2.0.0", + "@envelop/disable-introspection": "^3.0.0", + "@envelop/parser-cache": "^4.0.0", + "@envelop/validation-cache": "^4.0.0", "@graphql-tools/schema": "^8.3.1", "@graphql-tools/utils": "^8.6.0", - "@graphql-yoga/subscription": "0.1.0-alpha.1", - "cross-undici-fetch": "^0.1.19", + "@graphql-typed-document-node/core": "^3.1.1", + "@graphql-yoga/render-graphiql": "2.0.0", + "@graphql-yoga/subscription": "2.0.0", + "chalk": "4.1.2", + "cross-undici-fetch": "^0.1.25", "dset": "^3.1.1", - "graphql-helix": "1.11.0" + "tslib": "^2.3.1" + }, + "dependencies": { + "@graphql-tools/merge": { + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.1.tgz", + "integrity": "sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==", + "dev": true, + "requires": { + "@graphql-tools/utils": "8.9.0", + "tslib": "^2.4.0" + } + }, + "@graphql-tools/schema": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.5.1.tgz", + "integrity": "sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==", + "dev": true, + "requires": { + "@graphql-tools/merge": "8.3.1", + "@graphql-tools/utils": "8.9.0", + "tslib": "^2.4.0", + "value-or-promise": "1.0.11" + } + }, + "@graphql-tools/utils": { + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", + "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } + }, + "value-or-promise": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", + "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", + "dev": true + } } }, "@graphql-yoga/node": { - "version": "0.1.0-alpha.3", - "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-0.1.0-alpha.3.tgz", - "integrity": "sha512-fJ7UOXMVclUCm7Zb2CHlbsbVudJgnbM1xkOLHZqHe4F5OAit0OflmZ5qKstT0NZnK3YluHDNsqZxQ7EkfrDLXQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-2.0.0.tgz", + "integrity": "sha512-fjKHT8UR1DcOgvUfrnVhM7Ggj5vnxVUwlUbkY7NZC8vZiXfVbA9UfLYUYl+hXFmOCDK+S19kszLp7rw0s0LdWg==", "dev": true, "requires": { - "@envelop/core": "^1.7.1", + "@envelop/core": "^2.0.0", "@graphql-tools/utils": "^8.6.0", - "@graphql-typed-document-node/core": "^3.1.1", - "@graphql-yoga/common": "0.2.0-alpha.10", - "@graphql-yoga/subscription": "0.1.0-alpha.1", - "cross-undici-fetch": "^0.1.19", - "light-my-request": "^4.7.0", - "pino": "^7.2.0", - "pino-pretty": "^7.2.0" + "@graphql-yoga/common": "2.0.0", + "@graphql-yoga/subscription": "2.0.0", + "cross-undici-fetch": "^0.1.25", + "tslib": "^2.3.1" } }, + "@graphql-yoga/render-graphiql": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/render-graphiql/-/render-graphiql-2.0.0.tgz", + "integrity": "sha512-GZuZPCVBpYI0MwaE6nBtrzMoSFyBtiWOUm7i9jbRxu5Sqxuj3Zc0zTaD7V0UQzuPZKzytmMWq2+nbWPIu5FWtg==", + "dev": true + }, "@graphql-yoga/subscription": { - "version": "0.1.0-alpha.1", - "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-0.1.0-alpha.1.tgz", - "integrity": "sha512-lTNoUGxmotIA4w+xQv3K3v4uSc7T5T4BhPkPM7ZyaqwSsqPjQ20OY+d3WlMIzRJopPgx8T5g0CXUZvZQULDGsQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-2.0.0.tgz", + "integrity": "sha512-HlG+gIddjIP3/BDrMZymdzmzDjNdYuSGMxx6+1JA83gAEVRDR4yOoT4QeNKYqRhLK9xca/Hxp1PfBpquSa244Q==", "dev": true, "requires": { - "@repeaterjs/repeater": "^3.0.4" + "@repeaterjs/repeater": "^3.0.4", + "tslib": "^2.3.1" } }, - "@n1ru4l/graphql-live-query": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@n1ru4l/graphql-live-query/-/graphql-live-query-0.9.0.tgz", - "integrity": "sha512-BTpWy1e+FxN82RnLz4x1+JcEewVdfmUhV1C6/XYD5AjS7PQp9QFF7K8bCD6gzPTr2l+prvqOyVueQhFJxB1vfg==", + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", "dev": true, - "requires": {} + "peer": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } }, "@nodelib/fs.scandir": { "version": "2.1.5", @@ -4618,6 +5781,39 @@ "fastq": "^1.6.0" } }, + "@peculiar/asn1-schema": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz", + "integrity": "sha512-6GptMYDMyWBHTUKndHaDsRZUO/XMSgIns2krxcm2L7SEExRHwawFvSwNBhqNPR9HJwv3MruAiF1bhN0we6j6GQ==", + "dev": true, + "requires": { + "asn1js": "^3.0.5", + "pvtsutils": "^1.3.2", + "tslib": "^2.4.0" + } + }, + "@peculiar/json-schema": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz", + "integrity": "sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } + }, + "@peculiar/webcrypto": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.1.tgz", + "integrity": "sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw==", + "dev": true, + "requires": { + "@peculiar/asn1-schema": "^2.3.0", + "@peculiar/json-schema": "^1.1.12", + "pvtsutils": "^1.3.2", + "tslib": "^2.4.1", + "webcrypto-core": "^1.7.4" + } + }, "@repeaterjs/repeater": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.4.tgz", @@ -4625,27 +5821,35 @@ "dev": true }, "@types/node": { - "version": "17.0.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.21.tgz", - "integrity": "sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==", + "version": "18.11.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", + "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", "dev": true }, - "@types/websocket": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/websocket/-/websocket-1.0.5.tgz", - "integrity": "sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==", + "@types/ws": { + "version": "8.5.4", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz", + "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==", "dev": true, "requires": { "@types/node": "*" } }, - "@types/ws": { - "version": "8.5.2", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.2.tgz", - "integrity": "sha512-VXI82ykONr5tacHEojnErTQk+KQSoYbW1NB6iz6wUwrNd+BqfkfggQNoNdCqhJSzbNumShPERbM+Pc5zpfhlbw==", + "@whatwg-node/fetch": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.6.2.tgz", + "integrity": "sha512-fCUycF1W+bI6XzwJFnbdDuxIldfKM3w8+AzVCLGlucm0D+AQ8ZMm2j84hdcIhfV6ZdE4Y1HFVrHosAxdDZ+nPw==", "dev": true, "requires": { - "@types/node": "*" + "@peculiar/webcrypto": "^1.4.0", + "abort-controller": "^3.0.0", + "busboy": "^1.6.0", + "form-data-encoder": "^1.7.1", + "formdata-node": "^4.3.1", + "node-fetch": "^2.6.7", + "undici": "^5.12.0", + "urlpattern-polyfill": "^6.0.2", + "web-streams-polyfill": "^3.2.0" } }, "abort-controller": { @@ -4658,9 +5862,9 @@ } }, "ajv": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", - "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -4696,89 +5900,25 @@ "ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "args": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/args/-/args-5.0.1.tgz", - "integrity": "sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ==", - "dev": true, - "requires": { - "camelcase": "5.0.0", - "chalk": "2.4.2", - "leven": "2.1.0", - "mri": "1.1.4" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" } }, "array-union": { @@ -4787,17 +5927,16 @@ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, - "atomic-sleep": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz", - "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==", - "dev": true - }, - "backo2": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", - "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=", - "dev": true + "asn1js": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz", + "integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==", + "dev": true, + "requires": { + "pvtsutils": "^1.3.2", + "pvutils": "^1.1.3", + "tslib": "^2.4.0" + } }, "balanced-match": { "version": "1.0.2", @@ -4805,12 +5944,6 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -4830,20 +5963,32 @@ "fill-range": "^7.0.1" } }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "browserslist": { + "version": "4.21.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "dev": true, + "peer": true, + "requires": { + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.9" + } + }, + "busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", "dev": true, "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" + "streamsearch": "^1.1.0" } }, "caller-callsite": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", + "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==", "dev": true, "requires": { "callsites": "^2.0.0" @@ -4852,7 +5997,7 @@ "caller-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", + "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==", "dev": true, "requires": { "caller-callsite": "^2.0.0" @@ -4861,19 +6006,26 @@ "callsites": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", + "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==", "dev": true }, "camelcase": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", - "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true }, + "caniuse-lite": { + "version": "1.0.30001448", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001448.tgz", + "integrity": "sha512-tq2YI+MJnooG96XpbTRYkBxLxklZPOdLmNIOdIhvf7SNJan6u5vCKum8iT7ZfCt70m1GPkuC7P3TtX6UuhupuA==", + "dev": true, + "peer": true + }, "chalk": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", - "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "requires": { "ansi-styles": "^4.1.0", @@ -4881,26 +6033,36 @@ } }, "ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz", + "integrity": "sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==", "dev": true }, + "cli-table3": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", + "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", + "dev": true, + "requires": { + "@colors/colors": "1.5.0", + "string-width": "^4.2.0" + } + }, "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, "requires": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" } }, "clone": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", "dev": true }, "color-convert": { @@ -4918,12 +6080,6 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "colorette": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", - "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==", - "dev": true - }, "columnify": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", @@ -4943,14 +6099,15 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", - "dev": true + "convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true, + "peer": true }, "cosmiconfig": { "version": "5.2.1", @@ -4965,35 +6122,29 @@ } }, "cross-undici-fetch": { - "version": "0.1.25", - "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.25.tgz", - "integrity": "sha512-KS6hm/VuRO+3jIrg4uidz3mQ8NWvCbiTTOg3yoH30zuGVUvjqZlnXw66h0kuzyfP21hDkrdIbufXCW6BAQdSNw==", + "version": "0.1.33", + "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.33.tgz", + "integrity": "sha512-2IljikrWuhEroSlidX0i/TXjL01IIQUigWC/9tq7U3C/GoQQBqc02xNIVTqoZG6nPn/P9C9YMH78A4aTLUticQ==", "dev": true, "requires": { "abort-controller": "^3.0.0", "form-data-encoder": "^1.7.1", "formdata-node": "^4.3.1", "node-fetch": "^2.6.7", - "undici": "^4.9.3", + "undici": "^5.0.0", "web-streams-polyfill": "^3.2.0" } }, "dataloader": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.0.0.tgz", - "integrity": "sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==", - "dev": true - }, - "dateformat": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz", - "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.1.0.tgz", + "integrity": "sha512-qTcEYLen3r7ojZNgVUaRggOI+KM7jrKxXeSHhogh/TWxYMeONEMqY+hmkobiYQozsGIyg9OYVzO4ZIfoB4I0pQ==", "dev": true }, "debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { "ms": "2.1.2" @@ -5002,13 +6153,13 @@ "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true }, "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dev": true, "requires": { "clone": "^1.0.2" @@ -5036,22 +6187,17 @@ } }, "dset": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.1.tgz", - "integrity": "sha512-hYf+jZNNqJBD2GiMYb+5mqOIX4R4RRHXU3qWMWYN+rqcR2/YpRL2bUHr8C8fU+5DNvqYjJ8YvMGSLuVPWU1cNg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", + "integrity": "sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==", "dev": true }, - "duplexify": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz", - "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==", + "electron-to-chromium": { + "version": "1.4.284", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", + "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", "dev": true, - "requires": { - "end-of-stream": "^1.4.1", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1", - "stream-shift": "^1.0.0" - } + "peer": true }, "emoji-regex": { "version": "8.0.0", @@ -5059,15 +6205,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dev": true, - "requires": { - "once": "^1.4.0" - } - }, "error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -5086,7 +6223,7 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, "esprima": { @@ -5101,12 +6238,6 @@ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", "dev": true }, - "eventemitter3": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", - "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==", - "dev": true - }, "extract-files": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz", @@ -5120,9 +6251,9 @@ "dev": true }, "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -5144,27 +6275,15 @@ "fast-deep-equal": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", + "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", "dev": true } } }, - "fast-redact": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.1.1.tgz", - "integrity": "sha512-odVmjC8x8jNeMZ3C+rPMESzXVSEU8tSWSHv9HFxP2mm89G/1WwqhrerJDQm9Zus8X6aoRgQDThKqptdNA6bt+A==", - "dev": true - }, - "fast-safe-stringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", - "dev": true - }, "fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "requires": { "reusify": "^1.0.4" @@ -5199,9 +6318,9 @@ } }, "form-data-encoder": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.1.tgz", - "integrity": "sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz", + "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==", "dev": true }, "format-graphql": { @@ -5280,19 +6399,19 @@ } }, "formdata-node": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.3.2.tgz", - "integrity": "sha512-k7lYJyzDOSL6h917favP8j1L0/wNyylzU+x+1w4p5haGVHNlP58dbpdJhiCUsDbWsa9HwEtLp89obQgXl2e0qg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz", + "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==", "dev": true, "requires": { "node-domexception": "1.0.0", - "web-streams-polyfill": "4.0.0-beta.1" + "web-streams-polyfill": "4.0.0-beta.3" }, "dependencies": { "web-streams-polyfill": { - "version": "4.0.0-beta.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.1.tgz", - "integrity": "sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==", + "version": "4.0.0-beta.3", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", + "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==", "dev": true } } @@ -5300,9 +6419,16 @@ "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "peer": true + }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -5310,15 +6436,15 @@ "dev": true }, "glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } @@ -5353,37 +6479,22 @@ } }, "graphql": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", - "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "dev": true }, - "graphql-executor": { - "version": "0.0.18", - "resolved": "https://registry.npmjs.org/graphql-executor/-/graphql-executor-0.0.18.tgz", - "integrity": "sha512-upUSl7tfZCZ5dWG1XkOvpG70Yk3duZKcCoi/uJso4WxJVT6KIrcK4nZ4+2X/hzx46pL8wAukgYHY6iNmocRN+g==", - "dev": true, - "requires": {} - }, - "graphql-helix": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/graphql-helix/-/graphql-helix-1.11.0.tgz", - "integrity": "sha512-JFBuIsfeNDTTotAkHzwTmXgSpFi2bfoX4E8ZlXfgQB2gD8XgOWSTJc1ujN59ZrGBI8M/99h3tEIaH5grR17EIA==", - "dev": true, - "requires": {} - }, "graphql-schema-linter": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/graphql-schema-linter/-/graphql-schema-linter-2.0.1.tgz", - "integrity": "sha512-zCezfm0TRW+WhmI7WzVjZbaZrymij7gj4ipc3bqQFQnQLyzirUKKW365kIe7YWKOudnmNp9o1IYKFm1MM/R0zw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/graphql-schema-linter/-/graphql-schema-linter-3.0.1.tgz", + "integrity": "sha512-+k4TGaWu1Ry740XiI/OZbzAC4omna5+S1rLjE0puPFSB99yORRdlX4U0+CWnwJuxh8FxLj5Ek2pDhsrSh9j5cQ==", "dev": true, "requires": { "chalk": "^2.0.1", "columnify": "^1.5.4", "commander": "^3.0.0", "cosmiconfig": "^5.2.1", - "glob": "^7.1.2", - "graphql": "^15.0.0" + "glob": "^7.1.2" }, "dependencies": { "ansi-styles": { @@ -5418,19 +6529,13 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "graphql": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", - "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "supports-color": { @@ -5444,17 +6549,10 @@ } } }, - "graphql-sse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/graphql-sse/-/graphql-sse-1.0.6.tgz", - "integrity": "sha512-y2mVBN2KwNrzxX2KBncQ6kzc6JWvecxuBernrl0j65hsr6MAS3+Yn8PTFSOgRmtolxugepxveyZVQEuaNEbw3w==", - "dev": true, - "requires": {} - }, "graphql-ws": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.6.2.tgz", - "integrity": "sha512-TsjovINNEGfv52uKWYSVCOLX9LFe6wAhf9n7hIsV3zjflky1dv/mAP+kjXAXsnzV1jH5Sx0S73CtBFNvxus+SQ==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.11.2.tgz", + "integrity": "sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==", "dev": true, "requires": {} }, @@ -5464,22 +6562,16 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true - }, "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true }, "import-fresh": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", + "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", "dev": true, "requires": { "caller-path": "^2.0.0", @@ -5489,7 +6581,7 @@ "resolve-from": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", + "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", "dev": true } } @@ -5497,7 +6589,7 @@ "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "requires": { "once": "^1.3.0", @@ -5513,13 +6605,13 @@ "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "is-directory": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", + "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==", "dev": true }, "is-docker": { @@ -5531,7 +6623,7 @@ "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true }, "is-fullwidth-code-point": { @@ -5571,24 +6663,12 @@ } }, "isomorphic-ws": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-4.0.1.tgz", - "integrity": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", + "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", "dev": true, "requires": {} }, - "iterall": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", - "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==", - "dev": true - }, - "joycon": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz", - "integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==", - "dev": true - }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -5633,32 +6713,11 @@ "dev": true }, "json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } - }, - "leven": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", - "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, - "light-my-request": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-4.8.0.tgz", - "integrity": "sha512-C2XESrTRsZnI59NSQigOsS6IuTxpj8OhSBvZS9fhgBMsamBsAuWN1s4hj/nCi8EeZcyAA6xbROhsZy7wKdfckg==", - "dev": true, - "requires": { - "ajv": "^8.1.0", - "cookie": "^0.4.0", - "process-warning": "^1.0.0", - "set-cookie-parser": "^2.4.1" - } - }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -5678,6 +6737,16 @@ "is-unicode-supported": "^0.1.0" } }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "peer": true, + "requires": { + "yallist": "^3.0.2" + } + }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -5685,20 +6754,20 @@ "dev": true }, "meros": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.0.tgz", - "integrity": "sha512-3QRZIS707pZQnijHdhbttXRWwrHhZJ/gzolneoxKVz9N/xmsvY/7Ls8lpnI9gxbgxjcHsAVEW3mgwiZCo6kkJQ==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.1.tgz", + "integrity": "sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==", "dev": true, "requires": {} }, "micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "requires": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" + "braces": "^3.0.2", + "picomatch": "^2.3.1" } }, "minimatch": { @@ -5711,15 +6780,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", - "dev": true - }, - "mri": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.4.tgz", - "integrity": "sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "dev": true }, "ms": { @@ -5735,18 +6798,25 @@ "dev": true }, "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "version": "2.6.8", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz", + "integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==", "dev": true, "requires": { "whatwg-url": "^5.0.0" } }, + "node-releases": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz", + "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==", + "dev": true, + "peer": true + }, "normalize-path": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", "dev": true, "requires": { "remove-trailing-separator": "^1.0.1" @@ -5758,16 +6828,10 @@ "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==", "dev": true }, - "on-exit-leak-free": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz", - "integrity": "sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==", - "dev": true - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "requires": { "wrappy": "1" @@ -5822,7 +6886,7 @@ "parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", "dev": true, "requires": { "error-ex": "^1.3.1", @@ -5838,7 +6902,7 @@ "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true }, "path-type": { @@ -5847,92 +6911,44 @@ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true, + "peer": true + }, "picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true }, - "pino": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-7.8.0.tgz", - "integrity": "sha512-Ynw2HRVapiyj+ZGfUcpms+SRgDKFIy0ztaFUf3X6IHh+vsysMvn+tpV/Ej3gyutPp4n9tgH6ZkkCAelSvP5zmQ==", - "dev": true, - "requires": { - "fast-redact": "^3.0.0", - "on-exit-leak-free": "^0.2.0", - "pino-abstract-transport": "v0.5.0", - "pino-std-serializers": "^4.0.0", - "process-warning": "^1.0.0", - "quick-format-unescaped": "^4.0.3", - "real-require": "^0.1.0", - "safe-stable-stringify": "^2.1.0", - "sonic-boom": "^2.2.1", - "thread-stream": "^0.13.0" - } - }, - "pino-abstract-transport": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-0.5.0.tgz", - "integrity": "sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==", - "dev": true, - "requires": { - "duplexify": "^4.1.2", - "split2": "^4.0.0" - } - }, - "pino-pretty": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-7.5.3.tgz", - "integrity": "sha512-jOGysjWxOfaeUElKTeJPstiitt1Ii7owcb21lDc1BS5F4P4HRDDcGxL1f1jskSA0zkTyj64/iaXlMLGhwtLVtg==", - "dev": true, - "requires": { - "args": "^5.0.1", - "colorette": "^2.0.7", - "dateformat": "^4.6.3", - "fast-safe-stringify": "^2.0.7", - "joycon": "^3.1.1", - "pino-abstract-transport": "^0.5.0", - "pump": "^3.0.0", - "readable-stream": "^3.6.0", - "rfdc": "^1.3.0", - "secure-json-parse": "^2.4.0", - "sonic-boom": "^2.2.0", - "strip-json-comments": "^3.1.1" - } - }, - "pino-std-serializers": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-4.0.0.tgz", - "integrity": "sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==", - "dev": true - }, "prettier": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz", - "integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", + "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "dev": true }, - "process-warning": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-1.0.0.tgz", - "integrity": "sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==", + "punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", "dev": true }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "pvtsutils": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.2.tgz", + "integrity": "sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==", "dev": true, "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" + "tslib": "^2.4.0" } }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "pvutils": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz", + "integrity": "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==", "dev": true }, "queue-microtask": { @@ -5941,39 +6957,16 @@ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, - "quick-format-unescaped": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz", - "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==", - "dev": true - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "real-require": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/real-require/-/real-require-0.1.0.tgz", - "integrity": "sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==", - "dev": true - }, "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", "dev": true }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true }, "require-from-string": { @@ -6000,12 +6993,6 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, - "rfdc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", - "dev": true - }, "run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -6015,34 +7002,17 @@ "queue-microtask": "^1.2.2" } }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - }, - "safe-stable-stringify": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz", - "integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==", - "dev": true - }, - "secure-json-parse": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.4.0.tgz", - "integrity": "sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==", - "dev": true + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "peer": true }, "set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", - "dev": true - }, - "set-cookie-parser": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.4.8.tgz", - "integrity": "sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, "slash": { @@ -6051,31 +7021,10 @@ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, - "sonic-boom": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-2.6.0.tgz", - "integrity": "sha512-6xYZFRmDEtxGqfOKcDQ4cPLrNa0SPEDI+wlzDAHowXE6YV42NeXqg9mP2KkiM8JVu3lHfZ2iQKYlGOz+kTpphg==", - "dev": true, - "requires": { - "atomic-sleep": "^1.0.0" - } - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "split2": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz", - "integrity": "sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==", - "dev": true - }, "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "std-env": { @@ -6087,21 +7036,12 @@ "ci-info": "^3.0.0" } }, - "stream-shift": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", - "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", "dev": true }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "requires": { - "safe-buffer": "~5.2.0" - } - }, "string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -6122,34 +7062,6 @@ "ansi-regex": "^5.0.1" } }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true - }, - "subscriptions-transport-ws": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", - "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==", - "dev": true, - "requires": { - "backo2": "^1.0.2", - "eventemitter3": "^3.1.0", - "iterall": "^1.2.1", - "symbol-observable": "^1.0.4", - "ws": "^5.2.0 || ^6.0.0 || ^7.0.0" - }, - "dependencies": { - "ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", - "dev": true, - "requires": {} - } - } - }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -6159,41 +7071,10 @@ "has-flag": "^4.0.0" } }, - "symbol-observable": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", - "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", - "dev": true - }, - "sync-fetch": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.3.1.tgz", - "integrity": "sha512-xj5qiCDap/03kpci5a+qc5wSJjc8ZSixgG2EUmH1B8Ea2sfWclQA7eH40hiHPCtkCn6MCk4Wb+dqcXdCy2PP3g==", - "dev": true, - "requires": { - "buffer": "^5.7.0", - "node-fetch": "^2.6.1" - } - }, - "thread-stream": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-0.13.2.tgz", - "integrity": "sha512-woZFt0cLFkPdhsa+IGpRo1jiSouaHxMIljzTgt30CMjBWoUYbbcHqnunW5Yv+BXko9H05MVIcxMipI3Jblallw==", - "dev": true, - "requires": { - "real-require": "^0.1.0" - } - }, - "tiny-lru": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-7.0.6.tgz", - "integrity": "sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==", - "dev": true - }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true }, "to-regex-range": { @@ -6208,30 +7089,44 @@ "tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", "dev": true }, "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", "dev": true }, "undici": { - "version": "4.15.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-4.15.1.tgz", - "integrity": "sha512-h8LJybhMKD09IyQZoQadNtIR/GmugVhTOVREunJrpV6RStriKBFdSVoFzEzTihwXi/27DIBO+Z0OGF+Mzfi0lA==", - "dev": true + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.16.0.tgz", + "integrity": "sha512-KWBOXNv6VX+oJQhchXieUznEmnJMqgXMbs0xxH2t8q/FUAWSJvOSr/rMaZKnX5RIVq7JDn0JbP4BOnKG2SGXLQ==", + "dev": true, + "requires": { + "busboy": "^1.6.0" + } }, "unixify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz", - "integrity": "sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=", + "integrity": "sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==", "dev": true, "requires": { "normalize-path": "^2.1.1" } }, + "update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, + "peer": true, + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -6241,49 +7136,59 @@ "punycode": "^2.1.0" } }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "valid-url": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz", - "integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=", - "dev": true + "urlpattern-polyfill": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-6.0.2.tgz", + "integrity": "sha512-5vZjFlH9ofROmuWmXM9yj2wljYKgWstGwe8YTyiqM7hVum/g9LyCizPZtb3UqsuppVwety9QJmfc42VggLpTgg==", + "dev": true, + "requires": { + "braces": "^3.0.2" + } }, "value-or-promise": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", - "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.12.tgz", + "integrity": "sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==", "dev": true }, "wcwidth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", "dev": true, "requires": { "defaults": "^1.0.3" } }, "web-streams-polyfill": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", - "integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", "dev": true }, + "webcrypto-core": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.7.5.tgz", + "integrity": "sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A==", + "dev": true, + "requires": { + "@peculiar/asn1-schema": "^2.1.6", + "@peculiar/json-schema": "^1.1.12", + "asn1js": "^3.0.1", + "pvtsutils": "^1.3.2", + "tslib": "^2.4.0" + } + }, "webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", "dev": true }, "whatwg-url": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", "dev": true, "requires": { "tr46": "~0.0.3", @@ -6293,7 +7198,7 @@ "which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, "wrap-ansi": { @@ -6310,13 +7215,13 @@ "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, "ws": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", - "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz", + "integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==", "dev": true, "requires": {} }, @@ -6326,25 +7231,32 @@ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "peer": true + }, "yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, "requires": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.1.1" } }, "yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true }, "yocto-queue": { diff --git a/package.json b/package.json index 5567ad0e..f8c9a8e0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ajv-formats": "^2.1.0", "format-graphql": "^1.4.0", "graphql": "^16.3.0", - "graphql-schema-linter": "^2.0.0", + "graphql-schema-linter": "^3.0.0", "prettier": "^2.3.0", "yargs": "^17.0.0" }, From be6a494730479019bf01b40ff9eaa035b900ab0c Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 26 Jan 2023 17:16:34 +0100 Subject: [PATCH 011/362] Ignore `tags*` files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8dd31191..cf08c46d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /apis/*.schema.json /npm-debug.log /node_modules -/tags +/tags* From 2fc42a4bb9df13a508593931d29409638f2932d8 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 26 Jan 2023 17:19:49 +0100 Subject: [PATCH 012/362] Format workflow definition with prettier --- .github/workflows/draft-new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml index 2615f15f..659b11dc 100644 --- a/.github/workflows/draft-new-release.yml +++ b/.github/workflows/draft-new-release.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: inputs: version: - description: 'The version you want to release following semantic versioning (for example, `v1.4.3`, see https://semver.org).' + description: "The version you want to release following semantic versioning (for example, `v1.4.3`, see https://semver.org)." required: true jobs: From 176ed1025e5afc2c94223fcecd3c973ef6024fc4 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Fri, 27 Jan 2023 16:52:08 +0100 Subject: [PATCH 013/362] Use .env file to configure make targets and remove usage of explicit tag (it defaults to `latest`) --- .env.sample | 4 ++++ Makefile | 36 ++++++++++++++---------------------- 2 files changed, 18 insertions(+), 22 deletions(-) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 00000000..2e3ac0ca --- /dev/null +++ b/.env.sample @@ -0,0 +1,4 @@ +NAME=api + +DATABASE_PORT=4000 +METABASE_PORT=4001 diff --git a/Makefile b/Makefile index 5c6c308a..699d7195 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,7 @@ # Concise introduction to GNU Make: # https://swcarpentry.github.io/make-novice/reference.html -name = building_envelopes_data -tag = latest - -DATABASE_PORT = 4000 -METABASE_PORT = 4001 +include .env # Taken from https://www.client9.com/self-documenting-makefiles/ help : ## Print this help @@ -19,47 +15,43 @@ help : ## Print this help # Interface with Docker # # --------------------- # -name : ## Print value of variable `name` - @echo ${name} +name : ## Print value of variable `NAME` + @echo ${NAME} .PHONY : name -tag : ## Print value of variable `tag` - @echo ${tag} -.PHONY : tag - -build : ## Build image with name `${name}` and tag '${tag}', for example, `make build` +build : ## Build image with name `${NAME}`, for example, `make build` DOCKER_BUILDKIT=1 \ docker build \ - --tag ${name}:${tag} \ + --tag ${NAME} \ --build-arg UID=$(shell id --user) \ --build-arg GID=$(shell id --group) \ . .PHONY : build -remove : ## Remove image with name `${name}` and tag '${tag}' - docker rmi ${name}:${tag} +remove : ## Remove image with name `${NAME}` + docker rmi ${NAME} .PHONY : remove -run : build ## Run command `${COMMAND}` in fresh container for image with name `${name}` and tag '${tag}', for example, `make COMMAND="ls -al"` run (note that Node development tools are installed to or updated in the Docker volume `${name}_node_modules` when necessary --- stop and remove containers using the volume and remove the volume by running `make remove-containers remove-volumes`) +run : build ## Run command `${COMMAND}` in fresh container for image with name `${NAME}`, for example, `make COMMAND="ls -al"` run (note that Node development tools are installed to or updated in the Docker volume `${NAME}_node_modules` when necessary --- stop and remove containers using the volume and remove the volume by running `make remove-containers remove-volumes`) docker run \ --interactive \ --tty \ --user $(shell id --user):$(shell id --group) \ --mount type=bind,source="$(shell pwd)",destination=/app \ - --mount type=volume,source=${name}_node_modules,destination=/app/node_modules \ + --mount type=volume,source=${NAME}_node_modules,destination=/app/node_modules \ ${OPTIONS} \ - ${name}:${tag} \ + ${NAME} \ bash -c "make install-tools && (exec ${COMMAND})" .PHONY : run shell : COMMAND = bash -shell : run ## Enter `bash` shell in fresh container for image with name `${name}` and tag '${tag}' +shell : run ## Enter `bash` shell in fresh container for image with name `${NAME}` .PHONY : shell remove-containers : containers = $(shell docker ps --all --quiet --filter ancestor=building_envelopes_data) -remove-containers : ## Stop and remove containers for image with name `${name}` +remove-containers : ## Stop and remove containers for image with name `${NAME}` if [ "$(strip ${containers})" = '' ] ; then \ - echo 'There are no containers for image with name `${name}`' ; \ + echo 'There are no containers for image with name `${NAME}`' ; \ else \ echo 'About to stop and remove containers with identifier(s) `${containers}`' && \ docker container stop ${containers} && \ @@ -68,7 +60,7 @@ remove-containers : ## Stop and remove containers for image with name `${name}` .PHONY : remove-containers remove-volumes : ## Remove volumes created on the fly and used by running `make run` and `make shell` (note that all containers using the volume must be removed first, for example by running `make remove-containers`) - docker volume rm ${name}_node_modules + docker volume rm ${NAME}_node_modules .PHONY : remove-volumes serve : COMMAND = \ From c255f7383a9b8f4584ff89315a0d53ad42f15b0f Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Fri, 27 Jan 2023 16:54:52 +0100 Subject: [PATCH 014/362] Remove container after exiting the interactive shell --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 699d7195..303afcb6 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ remove : ## Remove image with name `${NAME}` run : build ## Run command `${COMMAND}` in fresh container for image with name `${NAME}`, for example, `make COMMAND="ls -al"` run (note that Node development tools are installed to or updated in the Docker volume `${NAME}_node_modules` when necessary --- stop and remove containers using the volume and remove the volume by running `make remove-containers remove-volumes`) docker run \ + --rm \ --interactive \ --tty \ --user $(shell id --user):$(shell id --group) \ From 197c5dac79e167365cf4c68b4a084fdf50d31158 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 30 Jan 2023 13:23:24 +0100 Subject: [PATCH 015/362] Update `npm` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe12ab1e..62c57491 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN \ make \ npm && \ # Upgrade Node package manager - npm install --global npm@8.5.3 && \ + npm install --global npm@9.4.0 && \ # Remove unused packages and configuration files, erase archive files, and remove lists of packages apt-get autoremove --assume-yes --purge && \ apt-get clean && \ From e280d4d17c0220ec598b291d9f4d424a22f9e0d2 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 30 Jan 2023 13:23:48 +0100 Subject: [PATCH 016/362] Ignore .env file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf08c46d..c2ddb111 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /npm-debug.log /node_modules /tags* +/.env From 5e48057f5a8becbce4dccf1cb9629d57457b81e6 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 30 Jan 2023 13:26:55 +0100 Subject: [PATCH 017/362] Update argument to omit optional dependencies --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 303afcb6..3f0063b7 100644 --- a/Makefile +++ b/Makefile @@ -210,13 +210,13 @@ dos2unix : ## Strip the byte-order mark, also known as, BOM, and remove carriage # does not support dry runs. install-tools : ## Install development tools if necessary if [ \ - "$$(npm install --no-optional --dry-run --json | jq "(.added + .removed + .updated + .moved + .failed) | length")" \ + "$$(npm install --omit optional --dry-run --json | jq "(.added + .removed + .updated + .moved + .failed) | length")" \ -ne 0 \ ]; then \ - npm ci --no-optional ; \ + npm ci --omit optional ; \ fi .PHONY : install-tools update-tools : ## Update development tools to the latest compatible minor versions - npm install --no-optional + npm install --omit optional .PHONY : update-tools From 669a344151d0227f8ed598e4af8adf8ddb6c0598 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 30 Jan 2023 14:28:36 +0100 Subject: [PATCH 018/362] Add step to set-up the environment variables --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 285e6ea4..12aa3857 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The following introduction explains the structure for new users and the section ## Table Of Contents -[I don't want to read this whole thing, I just have a question!!!](#i-dont-want-to-read-this-whole-thing-i-just-have-a-question) +[I don't want to read this whole thing, I just have a question!](#i-dont-want-to-read-this-whole-thing-i-just-have-a-question) [Introduction](#introduction) @@ -24,7 +24,7 @@ The following introduction explains the structure for new users and the section [How to contribute](#how-to-contribute) -## I don't want to read this whole thing, I just have a question!!! +## I don't want to read this whole thing, I just have a question! If you have a question, please read this [README.md](https://github.com/building-envelope-data/api/blob/develop/README.md) and search this repository with its [wiki](https://github.com/building-envelope-data/api/wiki), [discussions](https://github.com/building-envelope-data/api/discussions), [Questions and Answers](https://github.com/building-envelope-data/api/discussions/categories/q-a) and [existing issues](https://github.com/building-envelope-data/api/issues) for the answer. @@ -60,7 +60,7 @@ In order to use our development tooling, for example, to format code and to run [Z shell, aka, `zsh`](https://www.zsh.org/), or shiny new [`fish`](https://fishshell.com/). -2. Install [Git](https://git-scm.com/) by running +1. Install [Git](https://git-scm.com/) by running ```shell sudo apt install git-all ``` @@ -80,7 +80,7 @@ In order to use our development tooling, for example, to format code and to run [CentOS](https://www.centos.org/). For further information see [Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git). -3. Clone the source code by running +1. Clone the source code by running ```shell git clone git@github.com:building-envelope-data/api.git ``` @@ -88,14 +88,19 @@ In order to use our development tooling, for example, to format code and to run ```shell cd building-envelope-data ``` +1. Prepare your environment by running + ```shell + cp /.env.sample /.env + ``` + and adjusting the copied environment to your needs. #### With Docker -4. Install +5. Install [Docker Desktop](https://www.docker.com/products/docker-desktop), and [GNU Make](https://www.gnu.org/software/make/). -5. List all GNU Make targets by running +1. List all GNU Make targets by running ```shell make help ``` @@ -112,10 +117,10 @@ In order to use our development tooling, for example, to format code and to run - `format` formats source files, - `introspect` introspects the GraphQL schemas, - `dos2unix` converts Windows-style to UNIX-style line endings, - - `install-tools` installs development tools, and + - `install-tools` installs development tools from the lock file, and - `update-tools` updates development tools to the latest compatible minor versions. -6. Drop into `bash` with the working directory `/app`, which +1. Drop into `bash` with the working directory `/app`, which is mounted to the host's working directory, inside a fresh Docker container based on Debian Linux everything installed by running ```shell @@ -123,11 +128,11 @@ In order to use our development tooling, for example, to format code and to run ``` If necessary, the Docker image is (re)built automatically, which takes a while the first time. -7. Do something with the project like validating the schemas by running +1. Do something with the project like validating the schemas by running ```shell make compile ``` -8. Drop out of the container by running +1. Drop out of the container by running ```shell exit ``` @@ -135,12 +140,12 @@ In order to use our development tooling, for example, to format code and to run #### Without Docker -4. Install +5. Install [GNU Bash](https://www.gnu.org/software/bash/), [GNU Make](https://www.gnu.org/software/make/), and [npm](https://www.npmjs.com). -5. Install the development tools in `package.json` by running +1. Install the development tools in `package.json` by running ``` make install-tools ``` @@ -154,8 +159,8 @@ In order to use our development tooling, for example, to format code and to run ``` npx ajv --help ``` -6. Drop into `bash`. -7. Do something with the project as elaborated above. +1. Drop into `bash`. +1. Do something with the project as elaborated above. Note that another [POSIX-compatible shell](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18) From eea513e1332f36c2cf5b08f86f49c7eadfd39924 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 30 Jan 2023 14:30:19 +0100 Subject: [PATCH 019/362] Have container use exact development tools from image (do not save them in a named volume) --- Dockerfile | 5 ++--- Makefile | 21 ++++++++------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62c57491..d73d6617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -125,10 +125,9 @@ RUN \ # Create mount points to mount the project and the installed Node development # tools. VOLUME /app/ -VOLUME /app/node_modules/ # Run commands within the process supervisor and init system `dumb-init` ENTRYPOINT ["/usr/bin/dumb-init", "--"] -# Make `bash` the default command (and update Node development tools), see +# Make `bash` the default command, see # https://github.com/Yelp/dumb-init#using-a-shell-for-pre-start-hooks -CMD ["bash", "-c", "make install-tools && exec bash"] +CMD ["bash"] diff --git a/Makefile b/Makefile index 3f0063b7..6b547a3b 100644 --- a/Makefile +++ b/Makefile @@ -32,17 +32,17 @@ remove : ## Remove image with name `${NAME}` docker rmi ${NAME} .PHONY : remove -run : build ## Run command `${COMMAND}` in fresh container for image with name `${NAME}`, for example, `make COMMAND="ls -al"` run (note that Node development tools are installed to or updated in the Docker volume `${NAME}_node_modules` when necessary --- stop and remove containers using the volume and remove the volume by running `make remove-containers remove-volumes`) +run : build ## Run command `${COMMAND}` in fresh container for image with name `${NAME}`, for example, `make COMMAND="ls -al"` run docker run \ --rm \ --interactive \ --tty \ --user $(shell id --user):$(shell id --group) \ --mount type=bind,source="$(shell pwd)",destination=/app \ - --mount type=volume,source=${NAME}_node_modules,destination=/app/node_modules \ + --mount type=volume,destination=/app/node_modules \ ${OPTIONS} \ ${NAME} \ - bash -c "make install-tools && (exec ${COMMAND})" + bash .PHONY : run shell : COMMAND = bash @@ -206,17 +206,12 @@ dos2unix : ## Strip the byte-order mark, also known as, BOM, and remove carriage -exec sed -i -e "$(shell printf '1s/^\357\273\277//')" -e "s/\r//" {} + .PHONY : dos2unix -# For the dry run in the condition we should use `npm ci` However, that command -# does not support dry runs. -install-tools : ## Install development tools if necessary - if [ \ - "$$(npm install --omit optional --dry-run --json | jq "(.added + .removed + .updated + .moved + .failed) | length")" \ - -ne 0 \ - ]; then \ - npm ci --omit optional ; \ - fi +install-tools : ## Install development tools from the lock file + npm ci \ + --omit optional .PHONY : install-tools update-tools : ## Update development tools to the latest compatible minor versions - npm install --omit optional + npm install \ + --omit optional .PHONY : update-tools From a91b862a5a69663a244fc36f56255fe76eb52ba3 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 30 Jan 2023 14:37:00 +0100 Subject: [PATCH 020/362] Update help text regarding database and metabase ports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b547a3b..d99f7d3d 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ serve : COMMAND = \ serve : OPTIONS = \ --publish ${DATABASE_PORT}:4000 \ --publish ${METABASE_PORT}:4001 -serve : run ## Serve GraphQL schemas with fake data on ports `${DATABASE_PORT}` and `${METABASE_PORT}` with defaults 4000 and 4001, for example, `make serve` or `make DATABASE_PORT=8000 METABASE_PORT=8001 serve` (afterwards, open the GraphiQL IDE, a graphical interactive in-browser GraphQL IDE, in your web browser on localhost with the respective port) +serve : run ## Serve GraphQL schemas with fake data on ports `${DATABASE_PORT}` and `${METABASE_PORT}` with values from the .env file, for example, `make serve` or `make DATABASE_PORT=8000 METABASE_PORT=8001 serve` (afterwards, open the GraphiQL IDE, a graphical interactive in-browser GraphQL IDE, in your web browser on localhost with the respective port) .PHONY : serve # ------------------------------------------------ # From 8487a6fd318c6b4123b7375eeb9582382cdd961b Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 31 Jan 2023 14:22:38 +0100 Subject: [PATCH 021/362] Add workflow that gives all new and reopened issues the triage label --- .github/workflows/label-issues.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/label-issues.yml diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml new file mode 100644 index 00000000..254a712a --- /dev/null +++ b/.github/workflows/label-issues.yml @@ -0,0 +1,23 @@ +# Inspired by https://docs.github.com/en/actions/managing-issues-and-pull-requests/adding-labels-to-issues + +name: Label issues +on: + issues: + types: + - reopened + - opened +jobs: + label_issues: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - uses: actions/github-script@v6 + with: + script: | + github.rest.issues.addLabels({ + issue_number: context.issue.number, + owner: context.repo.owner, + repo: context.repo.repo, + labels: ["triage"] + }) From 52ba2c870cfade9ec7891345675c9a5f04e5ca3f Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 7 Feb 2023 15:48:58 +0100 Subject: [PATCH 022/362] Add tooling to print licenses of dependencies --- Makefile | 9 + package-lock.json | 836 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 +- 3 files changed, 847 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d99f7d3d..b81d1163 100644 --- a/Makefile +++ b/Makefile @@ -215,3 +215,12 @@ update-tools : ## Update development tools to the latest compatible minor versio npm install \ --omit optional .PHONY : update-tools + +licenses : ## Print licenses + yarn run \ + license-checker \ + --unknown \ + --direct \ + --summary + # --failOn + # --onlyAllow diff --git a/package-lock.json b/package-lock.json index d494c0f9..0e979514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "format-graphql": "^1.4.0", "graphql": "^16.3.0", "graphql-schema-linter": "^3.0.0", + "license-checker": "^25.0.1", "prettier": "^2.3.0", "yargs": "^17.0.0" }, @@ -2143,6 +2144,12 @@ "web-streams-polyfill": "^3.2.0" } }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, "node_modules/abort-controller": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", @@ -2247,6 +2254,15 @@ "sprintf-js": "~1.0.2" } }, + "node_modules/array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -2256,6 +2272,12 @@ "node": ">=8" } }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "dev": true + }, "node_modules/asn1js": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz", @@ -2569,6 +2591,15 @@ } } }, + "node_modules/debuglog": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", + "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", + "dev": true, + "engines": { + "node": "*" + } + }, "node_modules/decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", @@ -2608,6 +2639,16 @@ "node": ">= 0.6.0" } }, + "node_modules/dezalgo": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "dev": true, + "dependencies": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -2917,6 +2958,12 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -2997,6 +3044,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, "node_modules/graphql": { "version": "16.6.0", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", @@ -3099,6 +3152,18 @@ "graphql": ">=0.11 <=16" } }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -3108,6 +3173,12 @@ "node": ">=8" } }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, "node_modules/ignore": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", @@ -3161,6 +3232,18 @@ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, + "node_modules/is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-directory": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", @@ -3294,6 +3377,12 @@ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, "node_modules/json-schema-migrate": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/json-schema-migrate/-/json-schema-migrate-2.0.0.tgz", @@ -3321,6 +3410,107 @@ "node": ">=6" } }, + "node_modules/license-checker": { + "version": "25.0.1", + "resolved": "https://registry.npmjs.org/license-checker/-/license-checker-25.0.1.tgz", + "integrity": "sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g==", + "dev": true, + "dependencies": { + "chalk": "^2.4.1", + "debug": "^3.1.0", + "mkdirp": "^0.5.1", + "nopt": "^4.0.1", + "read-installed": "~4.0.3", + "semver": "^5.5.0", + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0", + "spdx-satisfies": "^4.0.0", + "treeify": "^1.1.0" + }, + "bin": { + "license-checker": "bin/license-checker" + } + }, + "node_modules/license-checker/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/license-checker/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/license-checker/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/license-checker/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/license-checker/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/license-checker/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/license-checker/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/license-checker/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -3419,6 +3609,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -3471,6 +3673,40 @@ "dev": true, "peer": true }, + "node_modules/nopt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", + "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", + "dev": true, + "dependencies": { + "abbrev": "1", + "osenv": "^0.1.4" + }, + "bin": { + "nopt": "bin/nopt.js" + } + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/normalize-path": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", @@ -3483,6 +3719,12 @@ "node": ">=0.10.0" } }, + "node_modules/npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", + "dev": true + }, "node_modules/object-inspect": { "version": "1.10.3", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", @@ -3518,6 +3760,34 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "dependencies": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, "node_modules/p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -3600,6 +3870,12 @@ "node": ">=0.10.0" } }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -3690,6 +3966,57 @@ } ] }, + "node_modules/read-installed": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-4.0.3.tgz", + "integrity": "sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ==", + "dev": true, + "dependencies": { + "debuglog": "^1.0.1", + "read-package-json": "^2.0.0", + "readdir-scoped-modules": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "slide": "~1.1.3", + "util-extend": "^1.0.1" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.2" + } + }, + "node_modules/read-installed/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/read-package-json": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.2.tgz", + "integrity": "sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==", + "dev": true, + "dependencies": { + "glob": "^7.1.1", + "json-parse-even-better-errors": "^2.3.0", + "normalize-package-data": "^2.0.0", + "npm-normalize-package-bin": "^1.0.0" + } + }, + "node_modules/readdir-scoped-modules": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz", + "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", + "deprecated": "This functionality has been moved to @npmcli/fs", + "dev": true, + "dependencies": { + "debuglog": "^1.0.1", + "dezalgo": "^1.0.0", + "graceful-fs": "^4.1.2", + "once": "^1.3.0" + } + }, "node_modules/remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", @@ -3720,6 +4047,23 @@ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -3787,6 +4131,75 @@ "node": ">=8" } }, + "node_modules/slide": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", + "integrity": "sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/spdx-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", + "integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", + "dev": true, + "dependencies": { + "array-find-index": "^1.0.2", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", + "dev": true + }, + "node_modules/spdx-ranges": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.1.1.tgz", + "integrity": "sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA==", + "dev": true + }, + "node_modules/spdx-satisfies": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-4.0.1.tgz", + "integrity": "sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA==", + "dev": true, + "dependencies": { + "spdx-compare": "^1.0.0", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" + } + }, "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", @@ -3849,6 +4262,18 @@ "node": ">=8" } }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -3876,6 +4301,15 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", "dev": true }, + "node_modules/treeify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", + "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", + "dev": true, + "engines": { + "node": ">=0.6" + } + }, "node_modules/tslib": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", @@ -3951,6 +4385,22 @@ "braces": "^3.0.2" } }, + "node_modules/util-extend": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz", + "integrity": "sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA==", + "dev": true + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, "node_modules/value-or-promise": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.12.tgz", @@ -5852,6 +6302,12 @@ "web-streams-polyfill": "^3.2.0" } }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, "abort-controller": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", @@ -5921,12 +6377,24 @@ "sprintf-js": "~1.0.2" } }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", + "dev": true + }, "array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "dev": true + }, "asn1js": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz", @@ -6150,6 +6618,12 @@ "ms": "2.1.2" } }, + "debuglog": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", + "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", + "dev": true + }, "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", @@ -6177,6 +6651,16 @@ "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", "dev": true }, + "dezalgo": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "dev": true, + "requires": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -6422,6 +6906,12 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, "gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -6478,6 +6968,12 @@ "slash": "^3.0.0" } }, + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, "graphql": { "version": "16.6.0", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", @@ -6556,12 +7052,27 @@ "dev": true, "requires": {} }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, "ignore": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", @@ -6608,6 +7119,15 @@ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, + "is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, "is-directory": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", @@ -6697,6 +7217,12 @@ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "dev": true }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, "json-schema-migrate": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/json-schema-migrate/-/json-schema-migrate-2.0.0.tgz", @@ -6718,6 +7244,91 @@ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, + "license-checker": { + "version": "25.0.1", + "resolved": "https://registry.npmjs.org/license-checker/-/license-checker-25.0.1.tgz", + "integrity": "sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g==", + "dev": true, + "requires": { + "chalk": "^2.4.1", + "debug": "^3.1.0", + "mkdirp": "^0.5.1", + "nopt": "^4.0.1", + "read-installed": "~4.0.3", + "semver": "^5.5.0", + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0", + "spdx-satisfies": "^4.0.0", + "treeify": "^1.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, "locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -6785,6 +7396,15 @@ "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "dev": true }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -6813,6 +7433,36 @@ "dev": true, "peer": true }, + "nopt": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", + "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", + "dev": true, + "requires": { + "abbrev": "1", + "osenv": "^0.1.4" + } + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, "normalize-path": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", @@ -6822,6 +7472,12 @@ "remove-trailing-separator": "^1.0.1" } }, + "npm-normalize-package-bin": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", + "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", + "dev": true + }, "object-inspect": { "version": "1.10.3", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", @@ -6848,6 +7504,28 @@ "is-wsl": "^2.2.0" } }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true + }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "dev": true, + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, "p-limit": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", @@ -6905,6 +7583,12 @@ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -6957,6 +7641,53 @@ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, + "read-installed": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-4.0.3.tgz", + "integrity": "sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ==", + "dev": true, + "requires": { + "debuglog": "^1.0.1", + "graceful-fs": "^4.1.2", + "read-package-json": "^2.0.0", + "readdir-scoped-modules": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "slide": "~1.1.3", + "util-extend": "^1.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "read-package-json": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.2.tgz", + "integrity": "sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==", + "dev": true, + "requires": { + "glob": "^7.1.1", + "json-parse-even-better-errors": "^2.3.0", + "normalize-package-data": "^2.0.0", + "npm-normalize-package-bin": "^1.0.0" + } + }, + "readdir-scoped-modules": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz", + "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", + "dev": true, + "requires": { + "debuglog": "^1.0.1", + "dezalgo": "^1.0.0", + "graceful-fs": "^4.1.2", + "once": "^1.3.0" + } + }, "remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", @@ -6981,6 +7712,17 @@ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, + "resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "requires": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -7021,6 +7763,72 @@ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, + "slide": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", + "integrity": "sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==", + "dev": true + }, + "spdx-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", + "integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", + "dev": true, + "requires": { + "array-find-index": "^1.0.2", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" + } + }, + "spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", + "dev": true + }, + "spdx-ranges": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.1.1.tgz", + "integrity": "sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA==", + "dev": true + }, + "spdx-satisfies": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-4.0.1.tgz", + "integrity": "sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA==", + "dev": true, + "requires": { + "spdx-compare": "^1.0.0", + "spdx-expression-parse": "^3.0.0", + "spdx-ranges": "^2.0.0" + } + }, "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", @@ -7071,6 +7879,12 @@ "has-flag": "^4.0.0" } }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -7092,6 +7906,12 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", "dev": true }, + "treeify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", + "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", + "dev": true + }, "tslib": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", @@ -7145,6 +7965,22 @@ "braces": "^3.0.2" } }, + "util-extend": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz", + "integrity": "sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA==", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, "value-or-promise": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.12.tgz", diff --git a/package.json b/package.json index f8c9a8e0..1e3a6cb0 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "format-graphql": "^1.4.0", "graphql": "^16.3.0", "graphql-schema-linter": "^3.0.0", + "license-checker": "^25.0.1", "prettier": "^2.3.0", "yargs": "^17.0.0" - }, - "dependencies": {} + } } From 32918819f344a819aafdff9629d525fac208ad39 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 13 Feb 2023 10:21:37 +0100 Subject: [PATCH 023/362] Remove unncessary "data" in the example data sets from TestLab DB Relates to #299 --- .../testlabVE210609042606integral.json | 36 +- .../testlabVE210609042606spectral.json | 79960 ++++++++-------- 2 files changed, 39994 insertions(+), 40002 deletions(-) diff --git a/tests/valid/opticalData/testlabVE210609042606integral.json b/tests/valid/opticalData/testlabVE210609042606integral.json index 00d6c825..00e52fe6 100644 --- a/tests/valid/opticalData/testlabVE210609042606integral.json +++ b/tests/valid/opticalData/testlabVE210609042606integral.json @@ -1,26 +1,22 @@ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004209694906112 - } + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004209694906112 + } } ] } diff --git a/tests/valid/opticalData/testlabVE210609042606spectral.json b/tests/valid/opticalData/testlabVE210609042606spectral.json index 5bebce72..caa69f63 100644 --- a/tests/valid/opticalData/testlabVE210609042606spectral.json +++ b/tests/valid/opticalData/testlabVE210609042606spectral.json @@ -1,39986 +1,39982 @@ { - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 280.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 281.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 282.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 283.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 284.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 285.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000589 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 286.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 287.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 288.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 289.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 290.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 291.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99987799999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 292.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 293.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 294.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 295.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 296.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 297.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 298.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 299.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 300.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 301.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 302.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 303.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 304.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 305.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 306.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 307.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99993300000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 308.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 309.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 310.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 311.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 312.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 313.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99986999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 314.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99981300000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 315.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 316.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 317.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008650000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 318.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 319.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 320.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008920000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 321.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 322.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 323.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 324.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 325.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003870000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 326.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 327.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000535 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 328.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 329.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 330.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 331.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 332.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 333.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000060000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 334.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 335.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007080000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 336.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 337.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000691 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 338.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 339.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 340.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 341.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004389999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 342.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 343.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 344.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 345.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 346.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 347.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 348.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004300000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 349.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 350.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000533 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 351.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004760000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 352.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 353.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000493 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 354.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007519999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 355.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 356.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 357.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 358.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 359.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000527 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 360.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 361.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 362.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005410000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 363.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 364.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 365.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 366.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 367.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000509 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 368.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 369.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 370.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007110000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 371.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 372.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 373.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000643 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 374.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 375.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99979699999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 376.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 377.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 378.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 379.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000589 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 380.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 381.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 382.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 383.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 384.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003170000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 385.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004430000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 386.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 387.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 388.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99990899999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 389.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000445 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 390.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 391.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 392.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 393.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 394.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 395.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 396.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 397.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000686 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 398.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 399.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 400.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 401.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 402.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99990899999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 403.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004430000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 404.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000383 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 405.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 406.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 407.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 408.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000360000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 409.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004389999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 410.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 411.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004430000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 412.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 413.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 414.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 415.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000441 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 416.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 417.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 418.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 419.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 420.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 421.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 422.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 423.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 424.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005870000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 425.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 426.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 427.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.9997410000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 428.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 429.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 430.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 431.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003360000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 432.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99997500000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 433.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 434.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 435.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 436.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 437.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 438.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 439.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 440.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 441.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007940000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 442.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 443.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99983000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 444.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999771 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 445.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 446.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 447.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000643 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 448.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009910000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 449.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 450.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003220000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 451.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 452.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 453.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 454.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 455.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 456.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 457.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 458.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002849999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 459.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 460.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000825 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 461.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003980000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 462.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 463.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 464.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999662 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 465.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00098 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 466.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015770000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 467.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 468.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99947500000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 469.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 470.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 471.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000069999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 472.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 473.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 474.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 475.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99981300000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 476.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 477.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 478.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 479.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 480.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 481.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 482.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 483.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 484.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 485.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 486.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 487.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 488.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99963899999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 489.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 490.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 491.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 492.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000633 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 493.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 494.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 495.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 496.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 497.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 498.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 499.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99998599999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 500.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 501.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 502.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 503.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 504.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 505.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 506.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000544 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 507.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 508.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 509.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 510.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000612 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 511.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 512.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 513.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 514.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00054 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 515.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004089999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 516.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 517.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 518.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 519.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 520.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 521.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 522.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000040000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 523.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 524.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 525.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 526.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 527.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003579999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 528.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 529.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 530.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 531.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 532.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 533.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 534.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000761 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 535.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 536.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 537.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 538.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99994500000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 539.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 540.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 541.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006570000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 542.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 543.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 544.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 545.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 546.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003870000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 547.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009350000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 548.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 549.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 550.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 551.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000581 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 552.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 553.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 554.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001250000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 555.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002790000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 556.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000829 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 557.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 558.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99999399999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 559.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004760000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 560.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 561.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 562.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 563.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 564.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 565.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 566.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 567.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 568.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 569.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 570.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 571.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001470000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 572.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 573.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 574.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 575.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 576.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 577.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 578.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005249999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 579.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99980900000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 580.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 581.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002760000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 582.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 583.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 584.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 585.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000551 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 586.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 587.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000740000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 588.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 589.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003220000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 590.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 591.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 592.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 593.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 594.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 595.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 596.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 597.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006650000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 598.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 599.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 600.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015479999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 601.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004680000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 602.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 603.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 604.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 605.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 606.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99994900000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 607.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 608.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003950000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 609.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000749 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 610.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 611.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 612.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 613.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 614.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 615.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 616.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002410000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 617.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 618.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 619.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 620.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 621.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 622.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 623.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 624.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 625.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 626.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 627.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 628.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 629.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 630.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 631.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 632.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 633.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 634.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 635.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 636.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 637.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 638.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 639.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 640.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 641.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 642.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 643.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 644.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 645.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 646.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 647.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 648.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 649.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 650.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004250000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 651.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 652.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 653.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 654.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002469999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 655.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 656.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 657.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 658.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 659.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 660.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 661.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 662.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000307 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 663.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 664.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005410000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 665.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 666.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008029999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 667.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 668.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 669.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000834 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 670.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 671.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 672.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 673.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 674.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 675.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 676.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001630000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 677.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 678.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 679.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 680.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 681.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 682.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 683.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 684.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 685.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 686.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 687.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 688.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 689.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 690.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 691.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 692.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 693.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 694.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 695.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003959999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 696.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 697.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 698.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000702 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 699.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 700.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 701.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 702.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 703.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 704.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 705.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 706.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 707.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 708.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 709.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 710.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 711.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011539999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 712.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008329999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 713.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 714.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99993300000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 715.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 716.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 717.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 718.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 719.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 720.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 721.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 722.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000383 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 723.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 724.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 725.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 726.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005950000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 727.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 728.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 729.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 730.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 731.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005840000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 732.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 733.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 734.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 735.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 736.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 737.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 738.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 739.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 740.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 741.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 742.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 743.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 744.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 745.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99999399999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 746.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 747.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 748.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000685 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 749.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 750.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 751.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000758 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 752.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 753.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 754.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 755.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001465 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 756.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 757.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99975399999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 758.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 759.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 760.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 761.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 762.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 763.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 764.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 765.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 766.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 767.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 768.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 769.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 770.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 771.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 772.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 773.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 774.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000434 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 775.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 776.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 777.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 778.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008110000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 779.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 780.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 781.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 782.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 783.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 784.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 785.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 786.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 787.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001821 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 788.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 789.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 790.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012269999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 791.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 792.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 793.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 794.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 795.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 796.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 797.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000799 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 798.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 799.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 800.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 801.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 802.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015260000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 803.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 804.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 805.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001475 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 806.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000486 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 807.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007160000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 808.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 809.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 810.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 811.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 812.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 813.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 814.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014669999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 815.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001536 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 816.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 817.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 818.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 819.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001425 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 820.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 821.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 822.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014610000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 823.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 824.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001442 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 825.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 826.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 827.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 828.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 829.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 830.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 831.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 832.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 833.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 834.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 835.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0018259999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 836.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 837.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 838.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 839.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 840.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 841.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 842.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 843.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 844.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 845.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0016530000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 846.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014230000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 847.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 848.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0017010000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 849.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 850.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 851.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0023309999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 852.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 853.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 854.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 855.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 856.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015340000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 857.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 858.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 859.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0025060000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 860.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0017610000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 861.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 862.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 863.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 864.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 865.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 866.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 867.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 868.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 869.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 870.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 871.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 872.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 873.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 874.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 875.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 876.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 877.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 878.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 879.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 880.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 881.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 882.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 883.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 884.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009050000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 885.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 886.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 887.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 888.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 889.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 890.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 891.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 892.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 893.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 894.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 895.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 896.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 897.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 898.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 899.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 900.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 901.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 902.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 903.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000801 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 904.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 905.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 906.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 907.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 908.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 909.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 910.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 911.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 912.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 913.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 914.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 915.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 916.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 917.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 918.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 919.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009350000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 920.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 921.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 922.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 923.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 924.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 925.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 926.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 927.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 928.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 929.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 930.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 931.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 932.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 933.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 934.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 935.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 936.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 937.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 938.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 939.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000799 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 940.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 941.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 942.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 943.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 944.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 945.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008650000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 946.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 947.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 948.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 949.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 950.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 951.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 952.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 953.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 954.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 955.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 956.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 957.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 958.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 959.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 960.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 961.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 962.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 963.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 964.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 965.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 966.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 967.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 968.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 969.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000753 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 970.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 971.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 972.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 973.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 974.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 975.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 976.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 977.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 978.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 979.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 980.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009480000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 981.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 982.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 983.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 984.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 985.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000867 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 986.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 987.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 988.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 989.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 990.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 991.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 992.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 993.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009910000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 994.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 995.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 996.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 997.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 998.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 999.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1000.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000829 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1001.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1002.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1003.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1004.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1005.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1006.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1007.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1008.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1009.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1010.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1011.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1012.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1013.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1014.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1015.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1016.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1017.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1018.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1019.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1020.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1021.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008270000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1022.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1023.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009910000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1024.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1025.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1026.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1027.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1028.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1029.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1030.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1031.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1032.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1033.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1034.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1035.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1036.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1037.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1038.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1039.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1040.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1041.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1042.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010160000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1043.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1044.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1045.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1046.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1047.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1048.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1049.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1050.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1051.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1052.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1053.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1054.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1055.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1056.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1057.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1058.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1059.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1060.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1061.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1062.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1063.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1064.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1065.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008759999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1066.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1067.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1068.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1069.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009050000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1070.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1071.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1072.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1073.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1074.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1075.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1076.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009869999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1077.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1078.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1079.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1080.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1081.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008750000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1082.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1083.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1084.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1085.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1086.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1087.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1088.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1089.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1090.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1091.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007110000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1092.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1093.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007840000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1094.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1095.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1096.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1097.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1098.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1099.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1100.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1101.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1102.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1103.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1104.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1105.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1106.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1107.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1108.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1109.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1110.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1111.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1112.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1113.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1114.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1115.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1116.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1117.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1118.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1119.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000804 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1120.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1121.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000646 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1122.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1123.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1124.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1125.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010290000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1126.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1127.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1128.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1129.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1130.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1131.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1132.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1133.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1134.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1135.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1136.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1137.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1138.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1139.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1140.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1141.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1142.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1143.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1144.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1145.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1146.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1147.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1148.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1149.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1150.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1151.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1152.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1153.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1154.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1155.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1156.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1157.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1158.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1159.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1160.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1161.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1162.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1163.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1164.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1165.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1166.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1167.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1168.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1169.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1170.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1171.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1172.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1173.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1174.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1175.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1176.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1177.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1178.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1179.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1180.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1181.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1182.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1183.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1184.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1185.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1186.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1187.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1188.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1189.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1190.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1191.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1192.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1193.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1194.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1195.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1196.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1197.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1198.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1199.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1200.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1201.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1202.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1203.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1204.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1205.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1206.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1207.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1208.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1209.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1210.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1211.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1212.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1213.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1214.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1215.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1216.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1217.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009869999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1218.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1219.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1220.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1221.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1222.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1223.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1224.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1225.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1226.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1227.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1228.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1229.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1230.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1231.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1232.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1233.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1234.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1235.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1236.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1237.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1238.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1239.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1240.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000816 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1241.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1242.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1243.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1244.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1245.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1246.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1247.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1248.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1249.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1250.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1251.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1252.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1253.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1254.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1255.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1256.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1257.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1258.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1259.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1260.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1261.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1262.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1263.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1264.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1265.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1266.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1267.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1268.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1269.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1270.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1271.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1272.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1273.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1274.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009869999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1275.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1276.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1277.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1278.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1279.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1280.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1281.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1282.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1283.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1284.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1285.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1286.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1287.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1288.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1289.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1290.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1291.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1292.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1293.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1294.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1295.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1296.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1297.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1298.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1299.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1300.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1301.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1302.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1303.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000867 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1304.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1305.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1306.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1307.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1308.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1309.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1310.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1311.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1312.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1313.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1314.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1315.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1316.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1317.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1318.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000878 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1319.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1320.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1321.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1322.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1323.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1324.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1325.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1326.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1327.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1328.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1329.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1330.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1331.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007890000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1332.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1333.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1334.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1335.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011020000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1336.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1337.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1338.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1339.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1340.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1341.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1342.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1343.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009109999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1344.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1345.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1346.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1347.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1348.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1349.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000867 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1350.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1351.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1352.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000826 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1353.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1354.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1355.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1356.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1357.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1358.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1359.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1360.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1361.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1362.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1363.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1364.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1365.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1366.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1367.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1368.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1369.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1370.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1371.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1372.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1373.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1374.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1375.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1376.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1377.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1378.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1379.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1380.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1381.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1382.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1383.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000628 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1384.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1385.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1386.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1387.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1388.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1389.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1390.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1391.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1392.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1393.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1394.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1395.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1396.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1397.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1398.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1399.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1400.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1401.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1402.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1403.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1404.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1405.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1406.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1407.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1408.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013429999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1409.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1410.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1411.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1412.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1413.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1414.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000761 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1415.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1416.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1417.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1418.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1419.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009480000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1420.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008920000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1421.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1422.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1423.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1424.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1425.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1426.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1427.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1428.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1429.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1430.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1431.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1432.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008750000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1433.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1434.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1435.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1436.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1437.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1438.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1439.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1440.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1441.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1442.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1443.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1444.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1445.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1446.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1447.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1448.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1449.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006270000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1450.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1451.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1452.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1453.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1454.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1455.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1456.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1457.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1458.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1459.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1460.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1461.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1462.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1463.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1464.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1465.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1466.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1467.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1468.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1469.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1470.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1471.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1472.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1473.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1474.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012649999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1475.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1476.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1477.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1478.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1479.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1480.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1481.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001098 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1482.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1483.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1484.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1485.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012130000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1486.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1487.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1488.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1489.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1490.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1491.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1492.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1493.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1494.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1495.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010970000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1496.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1497.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1498.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1499.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1500.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1501.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1502.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1503.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1504.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1505.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1506.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1507.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1508.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1509.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1510.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1511.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1512.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1513.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1514.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1515.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1516.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1517.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1518.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1519.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1520.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1521.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1522.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1523.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1524.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1525.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1526.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1527.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1528.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1529.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1530.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1531.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1532.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1533.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1534.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1535.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1536.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1537.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1538.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1539.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1540.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1541.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1542.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1543.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1544.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1545.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1546.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1547.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1548.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1549.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1550.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1551.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1552.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1553.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1554.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1555.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1556.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1557.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1558.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010729999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1559.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001191 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1560.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1561.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1562.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1563.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1564.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1565.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1566.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1567.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1568.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1569.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1570.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1571.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1572.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1573.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1574.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1575.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1576.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011480000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1577.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1578.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1579.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1580.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1581.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1582.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1583.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1584.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011109999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1585.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1586.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1587.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1588.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1589.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1590.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1591.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1592.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1593.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1594.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1595.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010970000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1596.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1597.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1598.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1599.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1600.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1601.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1602.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1603.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1604.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1605.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1606.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1607.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1608.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1609.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1610.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1611.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1612.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1613.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1614.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1615.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1616.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1617.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1618.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1619.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1620.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1621.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1622.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1623.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1624.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1625.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1626.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1627.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1628.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1629.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1630.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1631.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1632.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1633.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1634.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1635.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1636.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1637.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011020000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1638.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1639.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1640.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1641.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1642.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1643.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1644.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1645.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1646.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1647.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1648.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1649.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1650.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1651.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1652.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1653.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1654.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1655.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1656.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1657.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1658.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1659.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1660.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1661.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1662.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1663.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1664.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010729999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1665.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1666.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1667.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1668.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1669.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1670.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1671.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1672.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1673.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011020000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1674.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1675.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1676.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1677.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1678.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001416 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1679.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1680.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1681.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1682.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1683.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1684.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1685.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1686.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1687.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1688.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1689.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1690.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1691.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1692.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1693.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1694.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014960000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1695.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1696.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001458 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1697.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1698.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013429999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1699.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1700.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1701.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1702.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1703.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1704.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1705.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1706.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1707.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1708.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1709.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1710.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1711.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1712.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1713.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1714.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1715.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1716.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001416 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1717.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1718.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1719.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1720.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1721.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001439 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1722.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1723.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1724.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1725.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1726.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1727.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1728.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1729.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1730.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1731.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1732.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1733.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1734.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1735.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1736.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1737.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1738.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1739.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1740.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1741.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1742.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1743.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1744.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1745.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1746.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1747.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1748.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1749.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1750.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1751.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1752.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1753.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1754.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1755.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1756.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1757.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1758.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1759.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1760.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1761.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1762.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1763.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1764.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1765.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1766.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1767.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001457 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1768.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1769.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1770.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001478 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1771.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1772.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1773.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001405 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1774.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1775.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1776.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1777.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014239999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1778.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1779.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1780.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012260000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1781.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1782.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1783.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1784.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1785.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1786.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1787.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1788.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001533 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1789.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1790.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1791.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1792.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013670000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1793.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013429999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1794.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1795.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1796.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1797.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1798.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1799.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1800.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1801.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1802.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1803.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1804.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001434 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1805.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1806.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001598 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1807.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1808.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1809.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0016070000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1810.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1811.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1812.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1813.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1814.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1815.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1816.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1817.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1818.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1819.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1820.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1821.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1822.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1823.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1824.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1825.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1826.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1827.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011320000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1828.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1829.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1830.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001054 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1831.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1832.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1833.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1834.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1835.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1836.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1837.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1838.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1839.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011109999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1840.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1841.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1842.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1843.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1844.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1845.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1846.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1847.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013290000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1848.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1849.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1850.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1851.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1852.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1853.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1854.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1855.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1856.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1857.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1858.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1859.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1860.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1861.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1862.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1863.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1864.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1865.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1866.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1867.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1868.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1869.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1870.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1871.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1872.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1873.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1874.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1875.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1876.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1877.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1878.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1879.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1880.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014990000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1881.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1882.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011830000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1883.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1884.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1885.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1886.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1887.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1888.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1889.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1890.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1891.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1892.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1893.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1894.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1895.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1896.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1897.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1898.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1899.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1900.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1901.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1902.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1903.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1904.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1905.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1906.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1907.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1908.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1909.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012240000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1910.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1911.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1912.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013720000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1913.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1914.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1915.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1916.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1917.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1918.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1919.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1920.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1921.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1922.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1923.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1924.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1925.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1926.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1927.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1928.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1929.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1930.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1931.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1932.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1933.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1934.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1935.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1936.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1937.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1938.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1939.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1940.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1941.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1942.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1943.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1944.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1945.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1946.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1947.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1948.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1949.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012649999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1950.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1951.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1952.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1953.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1954.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1955.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1956.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1957.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1958.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1959.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1960.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1961.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1962.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1963.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1964.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1965.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1966.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1967.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1968.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1969.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1970.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012260000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1971.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1972.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1973.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1974.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1975.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1976.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1977.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1978.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1979.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1980.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1981.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1982.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1983.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1984.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1985.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1986.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1987.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1988.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1989.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1990.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1991.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1992.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1993.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1994.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1995.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1996.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1997.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1998.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1999.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2000.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2001.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2002.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2003.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013800000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2004.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2005.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2006.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2007.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012260000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2008.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2009.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2010.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2011.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2012.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2013.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2014.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2015.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2016.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2017.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2018.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2019.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2020.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2021.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2022.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2023.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2024.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012560000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2025.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2026.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2027.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2028.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2029.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2030.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2031.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2032.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2033.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012130000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2034.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2035.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2036.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2037.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2038.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2039.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2040.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2041.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2042.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2043.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2044.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2045.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2046.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2047.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2048.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2049.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2050.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2051.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2052.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012940000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2053.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2054.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2055.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2056.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2057.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2058.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2059.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2060.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2061.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2062.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2063.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2064.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2065.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2066.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2067.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2068.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2069.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2070.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011830000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2071.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2072.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2073.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2074.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2075.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2076.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2077.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2078.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2079.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2080.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2081.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2082.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2083.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2084.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2085.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2086.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2087.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2088.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2089.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2090.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2091.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2092.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2093.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2094.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2095.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2096.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2097.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2098.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2099.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2100.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2101.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2102.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2103.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2104.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2105.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2106.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2107.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2108.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2109.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2110.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2111.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2112.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2113.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2114.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2115.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2116.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2117.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2118.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2119.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2120.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2121.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2122.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2123.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2124.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011459999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2125.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2126.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2127.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2128.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2129.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2130.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2131.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2132.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2133.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001437 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2134.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2135.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2136.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2137.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2138.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2139.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2140.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2141.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2142.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2143.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2144.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2145.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2146.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2147.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2148.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2149.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2150.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2151.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2152.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2153.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2154.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001535 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2155.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2156.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2157.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2158.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2159.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2160.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2161.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2162.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2163.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011459999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2164.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2165.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2166.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2167.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2168.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2169.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2170.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2171.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2172.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2173.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2174.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2175.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2176.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2177.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2178.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2179.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2180.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2181.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2182.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2183.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2184.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2185.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2186.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2187.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2188.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2189.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001191 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2190.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2191.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2192.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2193.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2194.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2195.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014480000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2196.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2197.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2198.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2199.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2200.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2201.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2202.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001482 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2203.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2204.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013670000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2205.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2206.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2207.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2208.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2209.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2210.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2211.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2212.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2213.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2214.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2215.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2216.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2217.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2218.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2219.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2220.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2221.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2222.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2223.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012560000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2224.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2225.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2226.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2227.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2228.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2229.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2230.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2231.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2232.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2233.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2234.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2235.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2236.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2237.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2238.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2239.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2240.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2241.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2242.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2243.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2244.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2245.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2246.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2247.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2248.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2249.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2250.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2251.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2252.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2253.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2254.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2255.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2256.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2257.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2258.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2259.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2260.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2261.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2262.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2263.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2264.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2265.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2266.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2267.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2268.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2269.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2270.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2271.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2272.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2273.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2274.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2275.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2276.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2277.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2278.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2279.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2280.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2281.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2282.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2283.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2284.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2285.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2286.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2287.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2288.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001471 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2289.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2290.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2291.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2292.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2293.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012940000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2294.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2295.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2296.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2297.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2298.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001371 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2299.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2300.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001482 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2301.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001414 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2302.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2303.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2304.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2305.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2306.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2307.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2308.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2309.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2310.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2311.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2312.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2313.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2314.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2315.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2316.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2317.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2318.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2319.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2320.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2321.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2322.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2323.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2324.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2325.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2326.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2327.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2328.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2329.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2330.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2331.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015560000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2332.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2333.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2334.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2335.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2336.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2337.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2338.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2339.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2340.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2341.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2342.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2343.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2344.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2345.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2346.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2347.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2348.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2349.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2350.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2351.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2352.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2353.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2354.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2355.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2356.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2357.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2358.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2359.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012940000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2360.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2361.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2362.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2363.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2364.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2365.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2366.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2367.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2368.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2369.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2370.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2371.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2372.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2373.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2374.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2375.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2376.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001212 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2377.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2378.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2379.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2380.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2381.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013720000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2382.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2383.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2384.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2385.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2386.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2387.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2388.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2389.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2390.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2391.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2392.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2393.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2394.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2395.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001401 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2396.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2397.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2398.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2399.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2400.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2401.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2402.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2403.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2404.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013070000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2405.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2406.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2407.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2408.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014180000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2409.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2410.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2411.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2412.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2413.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2414.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2415.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2416.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2417.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2418.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2419.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2420.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2421.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2422.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2423.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2424.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2425.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2426.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013290000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2427.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2428.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2429.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2430.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2431.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2432.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2433.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2434.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2435.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001292 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2436.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2437.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2438.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2439.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2440.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2441.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2442.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2443.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2444.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2445.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2446.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2447.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2448.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2449.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2450.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2451.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2452.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2453.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2454.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2455.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2456.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2457.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013859999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2458.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013720000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2459.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2460.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2461.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2462.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2463.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001408 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2464.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2465.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2466.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2467.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2468.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2469.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2470.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2471.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2472.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2473.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2474.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2475.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2476.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2477.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2478.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2479.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2480.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2481.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001401 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2482.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2483.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2484.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013670000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2485.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2486.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2487.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001212 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2488.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2489.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2490.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2491.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2492.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2493.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013070000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2494.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2495.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2496.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2497.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2498.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012269999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2499.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2500.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001334 - } - } - ] + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000589 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99987799999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99993300000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99986999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99981300000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008650000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008920000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003870000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000535 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000060000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007080000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000691 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004389999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004300000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000533 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004760000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007519999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000527 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005410000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000509 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007110000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99979699999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000589 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003170000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004430000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99990899999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000445 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000686 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99990899999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004430000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000383 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000360000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004389999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004430000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000441 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005870000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.9997410000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003360000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99997500000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007940000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99983000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999771 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009910000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003220000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002849999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000825 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003980000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999662 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015770000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99947500000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000069999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99981300000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99963899999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99998599999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000544 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000612 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004089999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000040000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003579999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99994500000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006570000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003870000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009350000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001250000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002790000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000829 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99999399999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004760000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001470000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005249999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99980900000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002760000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000551 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000740000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003220000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006650000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015479999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004680000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99994900000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003950000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000749 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002410000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004250000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002469999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000307 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005410000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008029999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000834 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001630000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003959999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000702 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011539999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008329999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99993300000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000383 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005950000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005840000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99999399999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000685 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000758 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001465 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99975399999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008110000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012269999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015260000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001475 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000486 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007160000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014669999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001425 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014610000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001442 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0018259999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0016530000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014230000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0017010000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0023309999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015340000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0025060000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0017610000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009050000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000801 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009350000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008650000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009480000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000867 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009910000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000829 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008270000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009910000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010160000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008759999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009050000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009869999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008750000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007110000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007840000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010290000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009869999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000816 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009869999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000867 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007890000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011020000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009109999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000867 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000628 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013429999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009480000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008920000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008750000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006270000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012649999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012130000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010970000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010729999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011480000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011109999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010970000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011020000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010729999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011020000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001416 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014960000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001458 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013429999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001416 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001439 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001457 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001478 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001405 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014239999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012260000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001533 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013670000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013429999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001598 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0016070000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011320000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011109999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013290000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014990000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011830000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012240000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013720000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012649999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012260000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013800000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012260000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012560000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012130000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012940000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011830000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011459999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001437 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001535 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011459999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014480000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001482 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013670000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012560000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012940000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001371 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001482 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001414 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015560000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012940000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013720000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013070000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014180000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013290000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013859999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013720000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001408 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013670000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013070000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012269999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001334 + } } ] } From 87e919925e0317550c3502c0ec1ff7213d85a398 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 20 Feb 2023 14:41:11 +0100 Subject: [PATCH 024/362] Upgrade to latest compatible patch versions --- package-lock.json | 4483 ++++----------------------------------------- 1 file changed, 398 insertions(+), 4085 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e979514..ffcc53a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "building-envelope-data", - "lockfileVersion": 2, + "lockfileVersion": 3, "requires": true, "packages": { "": { @@ -60,9 +60,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.20.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", - "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", + "version": "7.20.14", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz", + "integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==", "dev": true, "peer": true, "engines": { @@ -101,9 +101,9 @@ } }, "node_modules/@babel/generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", - "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", + "version": "7.20.14", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz", + "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==", "dev": true, "dependencies": { "@babel/types": "^7.20.7", @@ -369,9 +369,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.20.13", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz", - "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==", + "version": "7.20.15", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz", + "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -563,15 +563,15 @@ "dev": true }, "node_modules/@graphql-inspector/audit-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/audit-command/-/audit-command-3.4.1.tgz", - "integrity": "sha512-FaGIQz0Ei+xH1RDYp510p4m10I1ZhCC9wa3/Kw32DV5vBdodBf/a9glitt5BI51P1xGEP6czgZ/Sd9UvBW7rnQ==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/audit-command/-/audit-command-3.4.4.tgz", + "integrity": "sha512-Vd+2TvVOsbuPqVln931wb1wFmC0oaZkZ/ecp/s6xiQm5cx1Cj9PAtqNNr220ts9o16YzjM+/ybHxQR3nqFBjXQ==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", - "cli-table3": "0.6.2", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/core": "4.0.0", + "@graphql-inspector/logger": "3.4.2", + "cli-table3": "0.6.3", "tslib": "^2.0.0" }, "peerDependencies": { @@ -579,16 +579,16 @@ } }, "node_modules/@graphql-inspector/audit-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -635,27 +635,28 @@ } }, "node_modules/@graphql-inspector/cli": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.4.1.tgz", - "integrity": "sha512-WjJem40AE/fcv+ryJQxI6eMhC+iNv5k37RpYSmysWcG0c4IpP85VLhq5oMhcUk4YfdMBDs7/04z67D0kt30LPQ==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.4.6.tgz", + "integrity": "sha512-QC+11txEJGH6NPDXWTB0aZZY5w+Rb1HnuKo8cUHr8vSXCXkB25FV8P+CRzs875gNnJpDaa/UJA7TnZP77D0o0g==", "dev": true, "dependencies": { - "@graphql-inspector/audit-command": "3.4.1", + "@graphql-inspector/audit-command": "3.4.4", "@graphql-inspector/code-loader": "3.4.0", - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/coverage-command": "3.4.1", - "@graphql-inspector/diff-command": "3.4.1", - "@graphql-inspector/docs-command": "3.4.0", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/config": "3.4.0", + "@graphql-inspector/coverage-command": "4.0.0", + "@graphql-inspector/diff-command": "3.4.4", + "@graphql-inspector/docs-command": "3.4.2", "@graphql-inspector/git-loader": "3.4.0", "@graphql-inspector/github-loader": "3.4.0", "@graphql-inspector/graphql-loader": "3.4.0", - "@graphql-inspector/introspect-command": "3.4.1", + "@graphql-inspector/introspect-command": "3.4.4", "@graphql-inspector/json-loader": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", - "@graphql-inspector/serve-command": "3.4.0", - "@graphql-inspector/similar-command": "3.4.1", + "@graphql-inspector/loaders": "3.4.1", + "@graphql-inspector/serve-command": "3.4.2", + "@graphql-inspector/similar-command": "3.4.4", "@graphql-inspector/url-loader": "3.4.0", - "@graphql-inspector/validate-command": "3.4.1", + "@graphql-inspector/validate-command": "3.4.4", "tslib": "^2.0.0", "yargs": "17.2.1" }, @@ -667,16 +668,16 @@ } }, "node_modules/@graphql-inspector/cli/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -742,13 +743,13 @@ } }, "node_modules/@graphql-inspector/core": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.5.0.tgz", - "integrity": "sha512-96guRRzfss8Jn7AqANh9HETq0m72a97ieC6fOGd+bGLHvdmxvqVWNCer+3VpQknGeQD7RsKe7Qommgo/PAqKbg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-4.0.0.tgz", + "integrity": "sha512-lgyc6ozmU5WbdlFx7Uftb96cS9ahYmu6hL41ZswK3KQcS6s7AM7zGu8gNDSdXtAGw8eARm8+Ql4+8J1+/72/+A==", "dev": true, "dependencies": { "dependency-graph": "0.11.0", - "object-inspect": "1.10.3", + "object-inspect": "1.12.3", "tslib": "^2.0.0" }, "peerDependencies": { @@ -756,14 +757,14 @@ } }, "node_modules/@graphql-inspector/coverage-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.4.1.tgz", - "integrity": "sha512-MchuL+sCgL++wrZX8gPWt1jlaAar+SVJTAHTXpBYliaP+4nIN6M2bAObZiNAnxm3Sytt8SHZoQJeiYjYU/A9Ww==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-4.0.0.tgz", + "integrity": "sha512-JdkoKKyZM9cWQMugc3MN7oy+veecxPyqgxcAwvR/8zwkudywtI8oiAQPcXIXtUAulOS9CWVHMQp7WAL9o8X7KA==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/core": "4.0.0", + "@graphql-inspector/logger": "3.4.2", "tslib": "^2.0.0" }, "peerDependencies": { @@ -771,16 +772,16 @@ } }, "node_modules/@graphql-inspector/coverage-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -827,14 +828,14 @@ } }, "node_modules/@graphql-inspector/diff-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.4.1.tgz", - "integrity": "sha512-ys2/UqgaMaLxaA+fnScgwW3tgvb/NdemBZ1p7sux2QfcsvOkjwFFs4QNWQJYjS7NltmA6NrOLLhXyTGPMHv5Mw==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.4.4.tgz", + "integrity": "sha512-WLpjyh5icCadEnm4Z15fO+5UdVoZ9s2yh3biTiJjKwzNseswLjzzw6D/Vf27um0fiIesh1dERzr0m+GkElDIkA==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/core": "4.0.0", + "@graphql-inspector/logger": "3.4.2", "tslib": "^2.0.0" }, "peerDependencies": { @@ -842,16 +843,16 @@ } }, "node_modules/@graphql-inspector/diff-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -898,13 +899,13 @@ } }, "node_modules/@graphql-inspector/docs-command": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.4.0.tgz", - "integrity": "sha512-+GN8bdUduKYQvzwygzNtWeOaKzIFpifihTsrAspErHIq+rXs1MWerktTIj9m/Y7AF9uF/cI04SfxzHXhfvUEig==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.4.2.tgz", + "integrity": "sha512-n0G2oL118dMWewwwEQkEhxp9V5JBuUtN6zcYmbXq42rx1hZB8QpJ0Mh7VLm0/xt5Y8ljxqYQ3Bv+IbamAo+ZCg==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "open": "8.2.1", + "@graphql-inspector/commands": "3.4.1", + "open": "8.4.1", "tslib": "^2.0.0" }, "peerDependencies": { @@ -912,16 +913,16 @@ } }, "node_modules/@graphql-inspector/docs-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -1007,14 +1008,14 @@ } }, "node_modules/@graphql-inspector/introspect-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.4.1.tgz", - "integrity": "sha512-5LTG7mLhR8/dEAJcZXesfYJbmH+A9qOTrc/15/TA/s48OJNc/DZL7eWwT1Y+ul6OA2i+1Kh2NrlMcfNhWpcGhA==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.4.4.tgz", + "integrity": "sha512-MnhhYo++NEyYwbxq/PR0J/UBWTIyfPby/R5tb4jCocY7i8zBNYyfgz6LiCFS63v5r7jYwDPajGuXGDmGStUxOw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/core": "4.0.0", + "@graphql-inspector/logger": "3.4.2", "tslib": "^2.0.0" }, "peerDependencies": { @@ -1022,16 +1023,16 @@ } }, "node_modules/@graphql-inspector/introspect-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -1091,9 +1092,9 @@ } }, "node_modules/@graphql-inspector/loaders": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.4.0.tgz", - "integrity": "sha512-hBz6mBSIUrg8WrWH2H91w+KDeV8hWIMY3L2917k713DfKuE8jz7hRkiNnBwP+n7uISGEYXHYsCKY4Ok30oH+Jg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.4.1.tgz", + "integrity": "sha512-YjdL9XIhsXGXhD6VNnETIUmXigXFK/YYyE1uQ3V3jKja6BshtRDMohjJ9uEoNjKw19IQnGzWnCGkZ4zAhfLqxw==", "dev": true, "dependencies": { "@graphql-tools/load": "^7.4.1", @@ -1101,33 +1102,33 @@ }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", + "@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/logger": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.4.0.tgz", - "integrity": "sha512-r2C0tCLQMInn6knQNUN4Gm9qGE98Bo070JwXpJkRXW51Vt9eAF8WEt4rjg2rMYeVjMLR7ROF328sjMo1v0ihVQ==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.4.2.tgz", + "integrity": "sha512-CuA4Xmfd1i4I8OPnKwnT1pWwWX5XG69H8Kk0uaoTvwsBfjuNJh4HHsYy5JjVoCCjHHqFvcyY8ATJT7zZn+s9aw==", "dev": true, "dependencies": { "chalk": "4.1.2", "figures": "3.2.0", "log-symbols": "^4.1.0", - "std-env": "2.3.0", + "std-env": "3.3.2", "tslib": "^2.0.0" } }, "node_modules/@graphql-inspector/serve-command": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.4.0.tgz", - "integrity": "sha512-7xLsNRKwiXG8te9w2QCy/Od+E4kLvU3Icao36/ohmsBcFXgj9M6juWt3FaZK5crOHaH2wa7G34Lr3gGIMz4gbw==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.4.2.tgz", + "integrity": "sha512-fQQJ26uzkwXescKpVsrEHFKBzrkfOS592drUttZOWWqGHthyL4d2fCuXt9TgSDb2QPJDvaix4Lz2ZA/CNvd5tA==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/logger": "3.4.0", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/logger": "3.4.2", "@graphql-yoga/node": "2.0.0", - "open": "8.2.1", + "open": "8.4.1", "tslib": "^2.0.0" }, "peerDependencies": { @@ -1135,16 +1136,16 @@ } }, "node_modules/@graphql-inspector/serve-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -1191,14 +1192,14 @@ } }, "node_modules/@graphql-inspector/similar-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.4.1.tgz", - "integrity": "sha512-tA01lAv8z9e/jjIoXyVFUyW3CptC3pPeljKSP2z2S/ZoSrE+jzGc1Fm1nUGQ3VJdq7E3lai5GI9utq42ARlHag==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.4.4.tgz", + "integrity": "sha512-Li60VVRZVGGlSvg2IS+eG6p3p26UwOhee2wTqNHOPg+Tb+rTx/HyX1TFiPl866SUA+n/3ctCrvo20OOYjjlU1Q==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/core": "4.0.0", + "@graphql-inspector/logger": "3.4.2", "tslib": "^2.0.0" }, "peerDependencies": { @@ -1206,16 +1207,16 @@ } }, "node_modules/@graphql-inspector/similar-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -1275,14 +1276,14 @@ } }, "node_modules/@graphql-inspector/validate-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.4.1.tgz", - "integrity": "sha512-ov5StFeHM8uBfyeNwSkfiYKTkPi50hs3n6jk/yTjLb7Bdonbhz8aehnzGpZUH8z9FdKX1rVbcTuQubfD393Tcw==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.4.4.tgz", + "integrity": "sha512-Ac/UWvFKf78RmXpMKvHOhKzMKjFMUJTndcVt2WaksHCQCF7CrZmQqIwmDuJ0qXG3FCJUA3+XcrAWEVE8AP/Y0g==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", + "@graphql-inspector/commands": "3.4.1", + "@graphql-inspector/core": "4.0.0", + "@graphql-inspector/logger": "3.4.2", "tslib": "^2.0.0" }, "peerDependencies": { @@ -1290,16 +1291,16 @@ } }, "node_modules/@graphql-inspector/validate-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", + "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", "dev": true, "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", + "@graphql-inspector/loaders": "3.4.1", "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "yargs": "17.2.1" } @@ -1346,13 +1347,13 @@ } }, "node_modules/@graphql-tools/batch-execute": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.5.15.tgz", - "integrity": "sha512-qb12M8XCK6SBJmZDS8Lzd4PVJFsIwNUkYmFuqcTiBqOI/WsoDlQDZI++ghRpGcusLkL9uzcIOTT/61OeHhsaLg==", + "version": "8.5.18", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.5.18.tgz", + "integrity": "sha512-mNv5bpZMLLwhkmPA6+RP81A6u3KF4CSKLf3VX9hbomOkQR4db8pNs8BOvpZU54wKsUzMzdlws/2g/Dabyb2Vsg==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.1.4", - "dataloader": "2.1.0", + "@graphql-tools/utils": "9.2.1", + "dataloader": "2.2.2", "tslib": "^2.4.0", "value-or-promise": "1.0.12" }, @@ -1360,26 +1361,14 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/batch-execute/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/code-file-loader": { - "version": "7.3.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.16.tgz", - "integrity": "sha512-109UFvQjZEntHwjPaHpWvgUudHenGngbXvSImabPc2fdrtgja5KC0h7thCg379Yw6IORHGrF2XbJwS1hAGPPWw==", + "version": "7.3.21", + "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.21.tgz", + "integrity": "sha512-dj+OLnz1b8SYkXcuiy0CUQ25DWnOEyandDlOcdBqU3WVwh5EEVbn0oXUYm90fDlq2/uut00OrtC5Wpyhi3tAvA==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "7.4.3", - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/graphql-tag-pluck": "7.5.0", + "@graphql-tools/utils": "9.2.1", "globby": "^11.0.3", "tslib": "^2.4.0", "unixify": "^1.0.0" @@ -1388,55 +1377,31 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/code-file-loader/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/delegate": { - "version": "9.0.23", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-9.0.23.tgz", - "integrity": "sha512-pTmC2ZUGRp/j4bwQRccZV+J2ETMeHYF9RmEXHHdj0S7/LOpyfFE3mGvRV2+n6MzXpPCPp+mh037LWF+q4wLcJw==", + "version": "9.0.27", + "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-9.0.27.tgz", + "integrity": "sha512-goYewiPls/RDXiRTl1S2tRPlsyDQCxlDWqd0uEIzQZ6aWSyiutfwQnTzdbZPXK0qOblEVMIqFhSGrB6fp0OkBA==", "dev": true, "dependencies": { - "@graphql-tools/batch-execute": "8.5.15", - "@graphql-tools/executor": "0.0.12", - "@graphql-tools/schema": "9.0.14", - "@graphql-tools/utils": "9.1.4", - "dataloader": "2.1.0", - "tslib": "~2.4.0", + "@graphql-tools/batch-execute": "8.5.18", + "@graphql-tools/executor": "0.0.14", + "@graphql-tools/schema": "9.0.16", + "@graphql-tools/utils": "9.2.1", + "dataloader": "2.2.2", + "tslib": "~2.5.0", "value-or-promise": "1.0.12" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/delegate/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/executor": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-0.0.12.tgz", - "integrity": "sha512-bWpZcYRo81jDoTVONTnxS9dDHhEkNVjxzvFCH4CRpuyzD3uL+5w3MhtxIh24QyWm4LvQ4f+Bz3eMV2xU2I5+FA==", + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-0.0.14.tgz", + "integrity": "sha512-YiBbN9NT0FgqPJ35+Eg0ty1s5scOZTgiPf+6hLVJBd5zHEURwojEMCTKJ9e0RNZHETp2lN+YaTFGTSoRk0t4Sw==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/utils": "9.2.1", "@graphql-typed-document-node/core": "3.1.1", "@repeaterjs/repeater": "3.0.4", "tslib": "^2.4.0", @@ -1447,114 +1412,66 @@ } }, "node_modules/@graphql-tools/executor-graphql-ws": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.7.tgz", - "integrity": "sha512-C6EExKoukn4vu3BbvlqsqtC91F4pTLPDZvRceYjpFzTCQSGFSjfrxQGP/haGlemXVRpIDxBy7wpXoQlsF8UmFA==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.11.tgz", + "integrity": "sha512-muRj6j897ks2iKqe3HchWFFzd+jFInSRuLPvHJ7e4WPrejFvaZx3BQ9gndfJvVkfYUZIFm13stCGXaJJTbVM0Q==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/utils": "9.2.1", "@repeaterjs/repeater": "3.0.4", "@types/ws": "^8.0.0", - "graphql-ws": "5.11.2", + "graphql-ws": "5.11.3", "isomorphic-ws": "5.0.0", "tslib": "^2.4.0", - "ws": "8.12.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/executor-graphql-ws/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" + "ws": "8.12.1" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/executor-http": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-0.1.1.tgz", - "integrity": "sha512-bFE6StI7CJEIYGRkAnTYxutSV4OtC1c4MQU3nStOYZZO7KmzIgEQZ4ygPSPrRb+jtRsMCBEqPqlYOD4Rq02aMw==", + "version": "0.1.9", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-0.1.9.tgz", + "integrity": "sha512-tNzMt5qc1ptlHKfpSv9wVBVKCZ7gks6Yb/JcYJluxZIT4qRV+TtOFjpptfBU63usgrGVOVcGjzWc/mt7KhmmpQ==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.1.4", - "@repeaterjs/repeater": "3.0.4", - "@whatwg-node/fetch": "0.6.2", - "dset": "3.1.2", + "@graphql-tools/utils": "^9.2.1", + "@repeaterjs/repeater": "^3.0.4", + "@whatwg-node/fetch": "^0.8.1", + "dset": "^3.1.2", "extract-files": "^11.0.0", - "meros": "1.2.1", + "meros": "^1.2.1", "tslib": "^2.4.0", - "value-or-promise": "1.0.12" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/executor-http/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" + "value-or-promise": "^1.0.12" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/executor-legacy-ws": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.6.tgz", - "integrity": "sha512-L1hRuSvBUCNerYDhfeSZXFeqliDlnNXa3fDHTp7efI3Newpbevqa19Fm0mVzsCL7gqIKOwzrPORwh7kOVE/vew==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.9.tgz", + "integrity": "sha512-L7oDv7R5yoXzMH+KLKDB2WHVijfVW4dB2H+Ae1RdW3MFvwbYjhnIB6QzHqKEqksjp/FndtxZkbuTIuAOsYGTYw==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/utils": "9.2.1", "@types/ws": "^8.0.0", "isomorphic-ws": "5.0.0", "tslib": "^2.4.0", - "ws": "8.12.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/executor-legacy-ws/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/executor/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" + "ws": "8.12.1" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/git-loader": { - "version": "7.2.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.2.16.tgz", - "integrity": "sha512-8DsxYfSouhgKPOBcc7MzuOTM4M/j2UNFn2ehXD0MX9q41t3dKffufJZKsKxE6VyyCUoVYdlRFhUWEyOHPVdcfQ==", + "version": "7.2.20", + "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.2.20.tgz", + "integrity": "sha512-D/3uwTzlXxG50HI8BEixqirT4xiUp6AesTdfotRXAs2d4CT9wC6yuIWOHkSBqgI1cwKWZb6KXZr467YPS5ob1w==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "7.4.3", - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/graphql-tag-pluck": "7.5.0", + "@graphql-tools/utils": "9.2.1", "is-glob": "4.0.3", "micromatch": "^4.0.4", "tslib": "^2.4.0", @@ -1564,40 +1481,16 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/git-loader/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/github-loader": { - "version": "7.3.23", - "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.3.23.tgz", - "integrity": "sha512-oYTZCvW520KNVVonjucDSMhabCFnHwtM1rJbyUkA1JFyzpmmNAAyNMWOOPcU/Q9rTESrsH+Hbja0mfpjpnBKLA==", - "dev": true, - "dependencies": { - "@ardatan/sync-fetch": "0.0.1", - "@graphql-tools/graphql-tag-pluck": "7.4.3", - "@graphql-tools/utils": "9.1.4", - "@whatwg-node/fetch": "^0.6.0", - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/github-loader/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "version": "7.3.27", + "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.3.27.tgz", + "integrity": "sha512-fFFC35qenyhjb8pfcYXKknAt0CXP5CkQYtLfJXgTXSgBjIsfAVMrqxQ/Y0ejeM19XNF/C3VWJ7rE308yOX6ywA==", "dev": true, "dependencies": { + "@ardatan/sync-fetch": "^0.0.1", + "@graphql-tools/graphql-tag-pluck": "^7.4.6", + "@graphql-tools/utils": "^9.2.1", + "@whatwg-node/fetch": "^0.8.0", "tslib": "^2.4.0" }, "peerDependencies": { @@ -1605,13 +1498,13 @@ } }, "node_modules/@graphql-tools/graphql-file-loader": { - "version": "7.5.14", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.14.tgz", - "integrity": "sha512-JGer4g57kq4wtsvqv8uZsT4ZG1lLsz1x5yHDfSj2OxyiWw2f1jFkzgby7Ut3H2sseJiQzeeDYZcbm06qgR32pg==", + "version": "7.5.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.16.tgz", + "integrity": "sha512-lK1N3Y2I634FS12nd4bu7oAJbai3bUc28yeX+boT+C83KTO4ujGHm+6hPC8X/FRGwhKOnZBxUM7I5nvb3HiUxw==", "dev": true, "dependencies": { - "@graphql-tools/import": "6.7.15", - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/import": "6.7.17", + "@graphql-tools/utils": "9.2.1", "globby": "^11.0.3", "tslib": "^2.4.0", "unixify": "^1.0.0" @@ -1620,41 +1513,17 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/graphql-file-loader/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/graphql-tag-pluck": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.4.3.tgz", - "integrity": "sha512-w+nrJVQw+NTuaZNQG5AwSh4Qe+urP/s4rUz5s1T007rDnv1kvkiX+XHOCnIfJzXOTuvFmG4GGYw/x0CuSRaGZQ==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.5.0.tgz", + "integrity": "sha512-76SYzhSlH50ZWkhWH6OI94qrxa8Ww1ZeOU04MdtpSeQZVT2rjGWeTb3xM3kjTVWQJsr/YJBhDeNPGlwNUWfX4Q==", "dev": true, "dependencies": { "@babel/parser": "^7.16.8", "@babel/plugin-syntax-import-assertions": "7.20.0", "@babel/traverse": "^7.16.8", "@babel/types": "^7.16.8", - "@graphql-tools/utils": "9.1.4", - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/graphql-tag-pluck/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { + "@graphql-tools/utils": "9.2.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -1662,12 +1531,12 @@ } }, "node_modules/@graphql-tools/import": { - "version": "6.7.15", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.15.tgz", - "integrity": "sha512-WNhvauAt2I2iUg+JdQK5oQebKLXqUZWe8naP13K1jOkbTQT7hK3P/4I9AaVmzt0KXRJW5Uow3RgdHZ7eUBKVsA==", + "version": "6.7.17", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.17.tgz", + "integrity": "sha512-bn9SgrECXq3WIasgNP7ful/uON51wBajPXtxdY+z/ce7jLWaFE6lzwTDB/GAgiZ+jo7nb0ravlxteSAz2qZmuA==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/utils": "9.2.1", "resolve-from": "5.0.0", "tslib": "^2.4.0" }, @@ -1675,25 +1544,13 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/import/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/json-file-loader": { - "version": "7.4.15", - "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.4.15.tgz", - "integrity": "sha512-pH+hbsDetcEpj+Tmi7ZRUkxzJez2DLdSQuvK5Qi38FX/Nz/5nZKRfW9nqIptGYbuS9+2JPrt9WWNn1aGtegIFQ==", + "version": "7.4.17", + "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.4.17.tgz", + "integrity": "sha512-KOSTP43nwjPfXgas90rLHAFgbcSep4nmiYyR9xRVz4ZAmw8VYHcKhOLTSGylCAzi7KUfyBXajoW+6Z7dQwdn3g==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/utils": "9.2.1", "globby": "^11.0.3", "tslib": "^2.4.0", "unixify": "^1.0.0" @@ -1702,26 +1559,14 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/json-file-loader/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/load": { - "version": "7.8.10", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.10.tgz", - "integrity": "sha512-Mc1p7ZSxrW5yGG3BLQnhiL8RPG0HdxFVoHV7fpx2adp4o1V7BzDjKRSbCnAxShA1wA4n8wbA+n7NTC0edi4eNA==", + "version": "7.8.12", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.12.tgz", + "integrity": "sha512-JwxgNS2c6i6oIdKttcbXns/lpKiyN7c6/MkkrJ9x2QE9rXk5HOhSJxRvPmOueCuAin1542xUrcDRGBXJ7thSig==", "dev": true, "dependencies": { - "@graphql-tools/schema": "9.0.14", - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/schema": "9.0.16", + "@graphql-tools/utils": "9.2.1", "p-limit": "3.1.0", "tslib": "^2.4.0" }, @@ -1729,37 +1574,13 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/load/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/merge": { - "version": "8.3.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.16.tgz", - "integrity": "sha512-In0kcOZcPIpYOKaqdrJ3thdLPE7TutFnL9tbrHUy2zCinR2O/blpRC48jPckcs0HHrUQ0pGT4HqvzMkZUeEBAw==", - "dev": true, - "dependencies": { - "@graphql-tools/utils": "9.1.4", - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", + "version": "8.3.18", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.18.tgz", + "integrity": "sha512-R8nBglvRWPAyLpZL/f3lxsY7wjnAeE0l056zHhcO/CgpvK76KYUt9oEkR05i8Hmt8DLRycBN0FiotJ0yDQWTVA==", "dev": true, "dependencies": { + "@graphql-tools/utils": "9.2.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -1767,13 +1588,13 @@ } }, "node_modules/@graphql-tools/schema": { - "version": "9.0.14", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.14.tgz", - "integrity": "sha512-U6k+HY3Git+dsOEhq+dtWQwYg2CAgue8qBvnBXoKu5eEeH284wymMUoNm0e4IycOgMCJANVhClGEBIkLRu3FQQ==", + "version": "9.0.16", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.16.tgz", + "integrity": "sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==", "dev": true, "dependencies": { - "@graphql-tools/merge": "8.3.16", - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/merge": "8.3.18", + "@graphql-tools/utils": "9.2.1", "tslib": "^2.4.0", "value-or-promise": "1.0.12" }, @@ -1781,60 +1602,37 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-tools/url-loader": { - "version": "7.17.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.17.4.tgz", - "integrity": "sha512-nB2fhkn4LTYjU2qoTOBZYmWQRVYsCI0K2LScwD49QVMNAPWthg/lHao4hFUe70aTInT8oquvl8d0rIb7fRWOvA==", - "dev": true, - "dependencies": { - "@ardatan/sync-fetch": "0.0.1", - "@graphql-tools/delegate": "9.0.23", - "@graphql-tools/executor-graphql-ws": "0.0.7", - "@graphql-tools/executor-http": "0.1.1", - "@graphql-tools/executor-legacy-ws": "0.0.6", - "@graphql-tools/utils": "9.1.4", - "@graphql-tools/wrap": "9.3.2", + "version": "7.17.13", + "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.17.13.tgz", + "integrity": "sha512-FEmbvw68kxeZLn4VYGAl+NuBPk09ZnxymjW07A6mCtiDayFgYfHdWeRzXn/iM5PzsEuCD73R1sExtNQ/ISiajg==", + "dev": true, + "dependencies": { + "@ardatan/sync-fetch": "^0.0.1", + "@graphql-tools/delegate": "^9.0.27", + "@graphql-tools/executor-graphql-ws": "^0.0.11", + "@graphql-tools/executor-http": "^0.1.7", + "@graphql-tools/executor-legacy-ws": "^0.0.9", + "@graphql-tools/utils": "^9.2.1", + "@graphql-tools/wrap": "^9.3.6", "@types/ws": "^8.0.0", - "@whatwg-node/fetch": "^0.6.0", - "isomorphic-ws": "5.0.0", + "@whatwg-node/fetch": "^0.8.0", + "isomorphic-ws": "^5.0.0", "tslib": "^2.4.0", "value-or-promise": "^1.0.11", - "ws": "8.12.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/url-loader/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" + "ws": "^8.12.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/utils": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", - "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.2.1.tgz", + "integrity": "sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==", "dev": true, "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -1842,14 +1640,14 @@ } }, "node_modules/@graphql-tools/wrap": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-9.3.2.tgz", - "integrity": "sha512-jqBMJZyKFATxWA3alPhGRWh/ZluaPWrXFumXRaqAwK9QdCAxM24jG8Kmy3FrTfeyxNqDyzDlHZobtwwDKurm5g==", + "version": "9.3.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-9.3.6.tgz", + "integrity": "sha512-HtQIYoPz48bzpMYZzoeMmzIIYuVxcaUuLD7dH7GtIhwe2f4hpPDE+JLUPxpYiaXdY10l7kP9wycK+FtRfCsFlw==", "dev": true, "dependencies": { - "@graphql-tools/delegate": "9.0.23", - "@graphql-tools/schema": "9.0.14", - "@graphql-tools/utils": "9.1.4", + "@graphql-tools/delegate": "9.0.27", + "@graphql-tools/schema": "9.0.16", + "@graphql-tools/utils": "9.2.1", "tslib": "^2.4.0", "value-or-promise": "1.0.12" }, @@ -1857,18 +1655,6 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/wrap/node_modules/@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, "node_modules/@graphql-typed-document-node/core": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", @@ -1915,6 +1701,18 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": { + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", + "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/schema": { "version": "8.5.1", "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.5.1.tgz", @@ -1930,7 +1728,7 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/utils": { + "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { "version": "8.9.0", "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", @@ -1942,6 +1740,18 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/utils": { + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", + "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, "node_modules/@graphql-yoga/common/node_modules/value-or-promise": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", @@ -1968,6 +1778,18 @@ "graphql": "^15.2.0 || ^16.0.0" } }, + "node_modules/@graphql-yoga/node/node_modules/@graphql-tools/utils": { + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", + "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, "node_modules/@graphql-yoga/render-graphiql": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@graphql-yoga/render-graphiql/-/render-graphiql-2.0.0.tgz", @@ -2113,9 +1935,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.11.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", - "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", + "version": "18.14.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.0.tgz", + "integrity": "sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==", "dev": true }, "node_modules/@types/ws": { @@ -2127,21 +1949,39 @@ "@types/node": "*" } }, + "node_modules/@whatwg-node/events": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@whatwg-node/events/-/events-0.0.2.tgz", + "integrity": "sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w==", + "dev": true + }, "node_modules/@whatwg-node/fetch": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.6.2.tgz", - "integrity": "sha512-fCUycF1W+bI6XzwJFnbdDuxIldfKM3w8+AzVCLGlucm0D+AQ8ZMm2j84hdcIhfV6ZdE4Y1HFVrHosAxdDZ+nPw==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.8.1.tgz", + "integrity": "sha512-Fkd1qQHK2tAWxKlC85h9L86Lgbq3BzxMnHSnTsnzNZMMzn6Xi+HlN8/LJ90LxorhSqD54td+Q864LgwUaYDj1Q==", "dev": true, "dependencies": { "@peculiar/webcrypto": "^1.4.0", - "abort-controller": "^3.0.0", + "@whatwg-node/node-fetch": "^0.3.0", "busboy": "^1.6.0", - "form-data-encoder": "^1.7.1", - "formdata-node": "^4.3.1", - "node-fetch": "^2.6.7", - "undici": "^5.12.0", "urlpattern-polyfill": "^6.0.2", - "web-streams-polyfill": "^3.2.0" + "web-streams-polyfill": "^3.2.1" + } + }, + "node_modules/@whatwg-node/node-fetch": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.3.0.tgz", + "integrity": "sha512-mPM8WnuHiI/3kFxDeE0SQQXAElbz4onqmm64fEGCwYEcBes2UsvIDI8HwQIqaXCH42A9ajJUPv4WsYoN/9oG6w==", + "dev": true, + "dependencies": { + "@whatwg-node/events": "^0.0.2", + "busboy": "^1.6.0", + "fast-querystring": "^1.1.1", + "fast-url-parser": "^1.1.3", + "tslib": "^2.3.1" + }, + "peerDependencies": { + "@types/node": "^18.0.6" } }, "node_modules/abbrev": { @@ -2321,9 +2161,9 @@ } }, "node_modules/browserslist": { - "version": "4.21.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", - "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", "dev": true, "funding": [ { @@ -2337,10 +2177,10 @@ ], "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001400", - "electron-to-chromium": "^1.4.251", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.9" + "caniuse-lite": "^1.0.30001449", + "electron-to-chromium": "^1.4.284", + "node-releases": "^2.0.8", + "update-browserslist-db": "^1.0.10" }, "bin": { "browserslist": "cli.js" @@ -2404,9 +2244,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001448", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001448.tgz", - "integrity": "sha512-tq2YI+MJnooG96XpbTRYkBxLxklZPOdLmNIOdIhvf7SNJan6u5vCKum8iT7ZfCt70m1GPkuC7P3TtX6UuhupuA==", + "version": "1.0.30001457", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz", + "integrity": "sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA==", "dev": true, "funding": [ { @@ -2436,25 +2276,10 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/ci-info": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz", - "integrity": "sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, "node_modules/cli-table3": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", - "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", + "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", "dev": true, "dependencies": { "string-width": "^4.2.0" @@ -2569,9 +2394,9 @@ } }, "node_modules/dataloader": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.1.0.tgz", - "integrity": "sha512-qTcEYLen3r7ojZNgVUaRggOI+KM7jrKxXeSHhogh/TWxYMeONEMqY+hmkobiYQozsGIyg9OYVzO4ZIfoB4I0pQ==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.2.2.tgz", + "integrity": "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==", "dev": true }, "node_modules/debug": { @@ -2671,9 +2496,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.284", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", - "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", + "version": "1.4.302", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.302.tgz", + "integrity": "sha512-Uk7C+7aPBryUR1Fwvk9VmipBcN9fVsqBO57jV2ZjTm+IZ6BMNqu7EDVEg2HxCNufk6QcWlFsBkhQyQroB2VWKw==", "dev": true, "peer": true }, @@ -2744,6 +2569,12 @@ "url": "https://github.com/sponsors/jaydenseric" } }, + "node_modules/fast-decode-uri-component": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", + "integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==", + "dev": true + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -2784,10 +2615,28 @@ "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", "dev": true }, - "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "node_modules/fast-querystring": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.1.tgz", + "integrity": "sha512-qR2r+e3HvhEFmpdHMv//U8FnFlnYjaC6QKDuaXALDkw2kvHO8WDjxH+f/rHGR4Me4pnk8p9JAkRNTjYHAKRn2Q==", + "dev": true, + "dependencies": { + "fast-decode-uri-component": "^1.0.1" + } + }, + "node_modules/fast-url-parser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", + "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==", + "dev": true, + "dependencies": { + "punycode": "^1.3.2" + } + }, + "node_modules/fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -3141,9 +2990,9 @@ } }, "node_modules/graphql-ws": { - "version": "5.11.2", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.11.2.tgz", - "integrity": "sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==", + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.11.3.tgz", + "integrity": "sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==", "dev": true, "engines": { "node": ">=10" @@ -3601,9 +3450,9 @@ } }, "node_modules/minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3647,9 +3496,9 @@ } }, "node_modules/node-fetch": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz", - "integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", "dev": true, "dependencies": { "whatwg-url": "^5.0.0" @@ -3667,9 +3516,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz", - "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", + "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", "dev": true, "peer": true }, @@ -3726,9 +3575,9 @@ "dev": true }, "node_modules/object-inspect": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", - "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==", + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3744,9 +3593,9 @@ } }, "node_modules/open": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/open/-/open-8.2.1.tgz", - "integrity": "sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz", + "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==", "dev": true, "dependencies": { "define-lazy-prop": "^2.0.0", @@ -3905,9 +3754,9 @@ } }, "node_modules/prettier": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", - "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", + "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -3920,13 +3769,10 @@ } }, "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "dev": true, - "engines": { - "node": ">=6" - } + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true }, "node_modules/pvtsutils": { "version": "1.3.2", @@ -4207,13 +4053,10 @@ "dev": true }, "node_modules/std-env": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-2.3.0.tgz", - "integrity": "sha512-4qT5B45+Kjef2Z6pE0BkskzsH0GO7GrND0wGlTM1ioUe3v0dGYx9ZJH0Aro/YyA8fqQ5EyIKDRjZojJYMFTflw==", - "dev": true, - "dependencies": { - "ci-info": "^3.0.0" - } + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.3.2.tgz", + "integrity": "sha512-uUZI65yrV2Qva5gqE0+A7uVAvO40iPo6jGhs7s8keRfHCmtg+uB2X6EiLGCI9IgL1J17xGhvoOqSz79lzICPTA==", + "dev": true }, "node_modules/streamsearch": { "version": "1.1.0", @@ -4311,15 +4154,15 @@ } }, "node_modules/tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", "dev": true }, "node_modules/undici": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.16.0.tgz", - "integrity": "sha512-KWBOXNv6VX+oJQhchXieUznEmnJMqgXMbs0xxH2t8q/FUAWSJvOSr/rMaZKnX5RIVq7JDn0JbP4BOnKG2SGXLQ==", + "version": "5.20.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.20.0.tgz", + "integrity": "sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==", "dev": true, "dependencies": { "busboy": "^1.6.0" @@ -4376,6 +4219,15 @@ "punycode": "^2.1.0" } }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/urlpattern-polyfill": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-6.0.2.tgz", @@ -4429,9 +4281,9 @@ } }, "node_modules/webcrypto-core": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.7.5.tgz", - "integrity": "sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A==", + "version": "1.7.6", + "resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.7.6.tgz", + "integrity": "sha512-TBPiewB4Buw+HI3EQW+Bexm19/W4cP/qZG/02QJCXN+iN+T5sl074vZ3rJcle/ZtDBQSgjkbsQO/1eFcxnSBUA==", "dev": true, "dependencies": { "@peculiar/asn1-schema": "^2.1.6", @@ -4487,9 +4339,9 @@ "dev": true }, "node_modules/ws": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz", - "integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz", + "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==", "dev": true, "engines": { "node": ">=10.0.0" @@ -4524,9 +4376,9 @@ "peer": true }, "node_modules/yargs": { - "version": "17.6.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", - "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", + "version": "17.7.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz", + "integrity": "sha512-dwqOPg5trmrre9+v8SUo2q/hAwyKoVfu8OC1xPHKJGNdxAvPl4sKxL4vBnh3bQz/ZvvGAFeA5H3ou2kcOY8sQQ==", "dev": true, "dependencies": { "cliui": "^8.0.1", @@ -4562,3544 +4414,5 @@ "url": "https://github.com/sponsors/sindresorhus" } } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dev": true, - "peer": true, - "requires": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@ardatan/sync-fetch": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@ardatan/sync-fetch/-/sync-fetch-0.0.1.tgz", - "integrity": "sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==", - "dev": true, - "requires": { - "node-fetch": "^2.6.1" - } - }, - "@babel/code-frame": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", - "dev": true, - "requires": { - "@babel/highlight": "^7.18.6" - } - }, - "@babel/compat-data": { - "version": "7.20.10", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", - "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", - "dev": true, - "peer": true - }, - "@babel/core": { - "version": "7.20.12", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", - "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", - "dev": true, - "peer": true, - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.7", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helpers": "^7.20.7", - "@babel/parser": "^7.20.7", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.12", - "@babel/types": "^7.20.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", - "semver": "^6.3.0" - } - }, - "@babel/generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", - "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", - "dev": true, - "requires": { - "@babel/types": "^7.20.7", - "@jridgewell/gen-mapping": "^0.3.2", - "jsesc": "^2.5.1" - }, - "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - } - } - }, - "@babel/helper-compilation-targets": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", - "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", - "dev": true, - "peer": true, - "requires": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.21.3", - "lru-cache": "^5.1.1", - "semver": "^6.3.0" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", - "dev": true - }, - "@babel/helper-function-name": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", - "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", - "dev": true, - "requires": { - "@babel/template": "^7.18.10", - "@babel/types": "^7.19.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "dev": true, - "peer": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-module-transforms": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", - "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", - "dev": true, - "peer": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.20.2", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.10", - "@babel/types": "^7.20.7" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", - "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", - "dev": true - }, - "@babel/helper-simple-access": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", - "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", - "dev": true, - "peer": true, - "requires": { - "@babel/types": "^7.20.2" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-string-parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", - "dev": true - }, - "@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", - "dev": true - }, - "@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", - "dev": true, - "peer": true - }, - "@babel/helpers": { - "version": "7.20.13", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz", - "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==", - "dev": true, - "peer": true, - "requires": { - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.13", - "@babel/types": "^7.20.7" - } - }, - "@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@babel/parser": { - "version": "7.20.13", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz", - "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==", - "dev": true - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.19.0" - } - }, - "@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" - } - }, - "@babel/traverse": { - "version": "7.20.13", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz", - "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.19.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.20.13", - "@babel/types": "^7.20.7", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", - "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", - "dev": true, - "requires": { - "@babel/helper-string-parser": "^7.19.4", - "@babel/helper-validator-identifier": "^7.19.1", - "to-fast-properties": "^2.0.0" - } - }, - "@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "dev": true, - "optional": true - }, - "@envelop/core": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@envelop/core/-/core-2.6.0.tgz", - "integrity": "sha512-yTptKinJN//i6m1kXUbnLBl/FobzddI4ehURAMS08eRUOQwAuXqJU9r8VdTav8nIZLb4t6cuDWFb3n331LiwLw==", - "dev": true, - "requires": { - "@envelop/types": "2.4.0", - "tslib": "2.4.0" - }, - "dependencies": { - "tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", - "dev": true - } - } - }, - "@envelop/disable-introspection": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-3.6.0.tgz", - "integrity": "sha512-Zf505LqWo2efM0EtTBvXyYPynSTSL2+Ps0X+dCH33vQ3wF6gxMui9g1pGa4MDcGjaXWG67qZcT4eojpGlmmavA==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - }, - "@envelop/parser-cache": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-4.7.0.tgz", - "integrity": "sha512-63NfXDcW/vGn4U6NFxaZ0JbYWAcJb9A6jhTvghsSz1ZS+Dny/ci8bVSgVmM1q+N56hPyGsVPuyI+rIc71mPU5g==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0", - "tslib": "^2.4.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } - }, - "@envelop/types": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@envelop/types/-/types-2.4.0.tgz", - "integrity": "sha512-pjxS98cDQBS84X29VcwzH3aJ/KiLCGwyMxuj7/5FkdiaCXAD1JEvKEj9LARWlFYj1bY43uII4+UptFebrhiIaw==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - }, - "@envelop/validation-cache": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-4.7.0.tgz", - "integrity": "sha512-PzL+GfWJRT+JjsJqZAIxHKEkvkM3hxkeytS5O0QLXT8kURNBV28r+Kdnn2RCF5+6ILhyGpiDb60vaquBi7g4lw==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0", - "tslib": "^2.4.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } - }, - "@graphql-inspector/audit-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/audit-command/-/audit-command-3.4.1.tgz", - "integrity": "sha512-FaGIQz0Ei+xH1RDYp510p4m10I1ZhCC9wa3/Kw32DV5vBdodBf/a9glitt5BI51P1xGEP6czgZ/Sd9UvBW7rnQ==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", - "cli-table3": "0.6.2", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-inspector/cli": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.4.1.tgz", - "integrity": "sha512-WjJem40AE/fcv+ryJQxI6eMhC+iNv5k37RpYSmysWcG0c4IpP85VLhq5oMhcUk4YfdMBDs7/04z67D0kt30LPQ==", - "dev": true, - "requires": { - "@graphql-inspector/audit-command": "3.4.1", - "@graphql-inspector/code-loader": "3.4.0", - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/coverage-command": "3.4.1", - "@graphql-inspector/diff-command": "3.4.1", - "@graphql-inspector/docs-command": "3.4.0", - "@graphql-inspector/git-loader": "3.4.0", - "@graphql-inspector/github-loader": "3.4.0", - "@graphql-inspector/graphql-loader": "3.4.0", - "@graphql-inspector/introspect-command": "3.4.1", - "@graphql-inspector/json-loader": "3.4.0", - "@graphql-inspector/loaders": "3.4.0", - "@graphql-inspector/serve-command": "3.4.0", - "@graphql-inspector/similar-command": "3.4.1", - "@graphql-inspector/url-loader": "3.4.0", - "@graphql-inspector/validate-command": "3.4.1", - "tslib": "^2.0.0", - "yargs": "17.2.1" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true - } - } - }, - "@graphql-inspector/code-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.4.0.tgz", - "integrity": "sha512-rgC6x56QLIHGHzz6+QeBhPZz3CgwxqSwKJO0LZgi6wEkurbrrVlEZTUTy3LE9RSfHFdL7w3v9vfBjls3vp9wIg==", - "dev": true, - "requires": { - "@graphql-tools/code-file-loader": "^7.2.2", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/config": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.4.0.tgz", - "integrity": "sha512-h9qLXP+f7IA6v3WT+3hMOl3hdxhVSdYcgajzXkJx5p5OYyibyTzsMJPghplXxoORcjQL3MMpRXg90+OVHxq+zw==", - "dev": true, - "requires": {} - }, - "@graphql-inspector/core": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-3.5.0.tgz", - "integrity": "sha512-96guRRzfss8Jn7AqANh9HETq0m72a97ieC6fOGd+bGLHvdmxvqVWNCer+3VpQknGeQD7RsKe7Qommgo/PAqKbg==", - "dev": true, - "requires": { - "dependency-graph": "0.11.0", - "object-inspect": "1.10.3", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/coverage-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-3.4.1.tgz", - "integrity": "sha512-MchuL+sCgL++wrZX8gPWt1jlaAar+SVJTAHTXpBYliaP+4nIN6M2bAObZiNAnxm3Sytt8SHZoQJeiYjYU/A9Ww==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-inspector/diff-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.4.1.tgz", - "integrity": "sha512-ys2/UqgaMaLxaA+fnScgwW3tgvb/NdemBZ1p7sux2QfcsvOkjwFFs4QNWQJYjS7NltmA6NrOLLhXyTGPMHv5Mw==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-inspector/docs-command": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.4.0.tgz", - "integrity": "sha512-+GN8bdUduKYQvzwygzNtWeOaKzIFpifihTsrAspErHIq+rXs1MWerktTIj9m/Y7AF9uF/cI04SfxzHXhfvUEig==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "open": "8.2.1", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-inspector/git-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.4.0.tgz", - "integrity": "sha512-/5zdyFXMgMadyuAN6mDTfcien1vvO31X/hU1dOAdyOGjhl5ZkH/D5ZgYjYc94VSsoixGaQOweq5Kl95cZeTlgA==", - "dev": true, - "requires": { - "@graphql-tools/git-loader": "^7.1.2", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/github-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.4.0.tgz", - "integrity": "sha512-+kV2PT5BIDMFIdgkS04ESmwcyuV8SBQ3Furp7snXtGAK+8cYi8PmL0/qIztzp7/3nzQ9WV//P/RloT8dEdRDCw==", - "dev": true, - "requires": { - "@graphql-tools/github-loader": "^7.1.1", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/graphql-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.4.0.tgz", - "integrity": "sha512-igDqEhmYa5FTrw/Q25a8iTs3qNc//5DR9CIzxnYS9/auuhYz3q7NWistO76WWhNu2IAs1ReMM1xrexzsTxB5QA==", - "dev": true, - "requires": { - "@graphql-tools/graphql-file-loader": "^7.3.2", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/introspect-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.4.1.tgz", - "integrity": "sha512-5LTG7mLhR8/dEAJcZXesfYJbmH+A9qOTrc/15/TA/s48OJNc/DZL7eWwT1Y+ul6OA2i+1Kh2NrlMcfNhWpcGhA==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-inspector/json-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.4.0.tgz", - "integrity": "sha512-prXZ0UaSBMTqbp+CAP9Rc2P03EwF8yfnKfP7HlXJ0NT2G8bmdUD1fODphUO2mqB/Hdsp4zo7SxIoq6D6Qq9sOQ==", - "dev": true, - "requires": { - "@graphql-tools/json-file-loader": "^7.3.2", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/loaders": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.4.0.tgz", - "integrity": "sha512-hBz6mBSIUrg8WrWH2H91w+KDeV8hWIMY3L2917k713DfKuE8jz7hRkiNnBwP+n7uISGEYXHYsCKY4Ok30oH+Jg==", - "dev": true, - "requires": { - "@graphql-tools/load": "^7.4.1", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/logger": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.4.0.tgz", - "integrity": "sha512-r2C0tCLQMInn6knQNUN4Gm9qGE98Bo070JwXpJkRXW51Vt9eAF8WEt4rjg2rMYeVjMLR7ROF328sjMo1v0ihVQ==", - "dev": true, - "requires": { - "chalk": "4.1.2", - "figures": "3.2.0", - "log-symbols": "^4.1.0", - "std-env": "2.3.0", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/serve-command": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.4.0.tgz", - "integrity": "sha512-7xLsNRKwiXG8te9w2QCy/Od+E4kLvU3Icao36/ohmsBcFXgj9M6juWt3FaZK5crOHaH2wa7G34Lr3gGIMz4gbw==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/logger": "3.4.0", - "@graphql-yoga/node": "2.0.0", - "open": "8.2.1", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-inspector/similar-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.4.1.tgz", - "integrity": "sha512-tA01lAv8z9e/jjIoXyVFUyW3CptC3pPeljKSP2z2S/ZoSrE+jzGc1Fm1nUGQ3VJdq7E3lai5GI9utq42ARlHag==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-inspector/url-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.4.0.tgz", - "integrity": "sha512-q81y0mwGNKno/RyBaLXhtxtza9LZPwjkfY8WRqxytQmPrNDEeg2I3MdhcNOwctA2Gh124Xw0D5foj3KTYebJqQ==", - "dev": true, - "requires": { - "@graphql-tools/url-loader": "^7.4.2", - "tslib": "^2.0.0" - } - }, - "@graphql-inspector/validate-command": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.4.1.tgz", - "integrity": "sha512-ov5StFeHM8uBfyeNwSkfiYKTkPi50hs3n6jk/yTjLb7Bdonbhz8aehnzGpZUH8z9FdKX1rVbcTuQubfD393Tcw==", - "dev": true, - "requires": { - "@graphql-inspector/commands": "3.4.0", - "@graphql-inspector/core": "3.5.0", - "@graphql-inspector/logger": "3.4.0", - "tslib": "^2.0.0" - }, - "dependencies": { - "@graphql-inspector/commands": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.0.tgz", - "integrity": "sha512-Nrq1N0FBxa53+Cbzdr59qrsKN68an6SAb2IMbYaNi16nJUzvjT9ZcT8p98BK6RyDP4kGos4GxZD9lqAt1tvEgA==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true - } - } - }, - "@graphql-tools/batch-execute": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.5.15.tgz", - "integrity": "sha512-qb12M8XCK6SBJmZDS8Lzd4PVJFsIwNUkYmFuqcTiBqOI/WsoDlQDZI++ghRpGcusLkL9uzcIOTT/61OeHhsaLg==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "dataloader": "2.1.0", - "tslib": "^2.4.0", - "value-or-promise": "1.0.12" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/code-file-loader": { - "version": "7.3.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.16.tgz", - "integrity": "sha512-109UFvQjZEntHwjPaHpWvgUudHenGngbXvSImabPc2fdrtgja5KC0h7thCg379Yw6IORHGrF2XbJwS1hAGPPWw==", - "dev": true, - "requires": { - "@graphql-tools/graphql-tag-pluck": "7.4.3", - "@graphql-tools/utils": "9.1.4", - "globby": "^11.0.3", - "tslib": "^2.4.0", - "unixify": "^1.0.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/delegate": { - "version": "9.0.23", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-9.0.23.tgz", - "integrity": "sha512-pTmC2ZUGRp/j4bwQRccZV+J2ETMeHYF9RmEXHHdj0S7/LOpyfFE3mGvRV2+n6MzXpPCPp+mh037LWF+q4wLcJw==", - "dev": true, - "requires": { - "@graphql-tools/batch-execute": "8.5.15", - "@graphql-tools/executor": "0.0.12", - "@graphql-tools/schema": "9.0.14", - "@graphql-tools/utils": "9.1.4", - "dataloader": "2.1.0", - "tslib": "~2.4.0", - "value-or-promise": "1.0.12" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/executor": { - "version": "0.0.12", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-0.0.12.tgz", - "integrity": "sha512-bWpZcYRo81jDoTVONTnxS9dDHhEkNVjxzvFCH4CRpuyzD3uL+5w3MhtxIh24QyWm4LvQ4f+Bz3eMV2xU2I5+FA==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "@graphql-typed-document-node/core": "3.1.1", - "@repeaterjs/repeater": "3.0.4", - "tslib": "^2.4.0", - "value-or-promise": "1.0.12" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/executor-graphql-ws": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.7.tgz", - "integrity": "sha512-C6EExKoukn4vu3BbvlqsqtC91F4pTLPDZvRceYjpFzTCQSGFSjfrxQGP/haGlemXVRpIDxBy7wpXoQlsF8UmFA==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "@repeaterjs/repeater": "3.0.4", - "@types/ws": "^8.0.0", - "graphql-ws": "5.11.2", - "isomorphic-ws": "5.0.0", - "tslib": "^2.4.0", - "ws": "8.12.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/executor-http": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-0.1.1.tgz", - "integrity": "sha512-bFE6StI7CJEIYGRkAnTYxutSV4OtC1c4MQU3nStOYZZO7KmzIgEQZ4ygPSPrRb+jtRsMCBEqPqlYOD4Rq02aMw==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "@repeaterjs/repeater": "3.0.4", - "@whatwg-node/fetch": "0.6.2", - "dset": "3.1.2", - "extract-files": "^11.0.0", - "meros": "1.2.1", - "tslib": "^2.4.0", - "value-or-promise": "1.0.12" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/executor-legacy-ws": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.6.tgz", - "integrity": "sha512-L1hRuSvBUCNerYDhfeSZXFeqliDlnNXa3fDHTp7efI3Newpbevqa19Fm0mVzsCL7gqIKOwzrPORwh7kOVE/vew==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "@types/ws": "^8.0.0", - "isomorphic-ws": "5.0.0", - "tslib": "^2.4.0", - "ws": "8.12.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/git-loader": { - "version": "7.2.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.2.16.tgz", - "integrity": "sha512-8DsxYfSouhgKPOBcc7MzuOTM4M/j2UNFn2ehXD0MX9q41t3dKffufJZKsKxE6VyyCUoVYdlRFhUWEyOHPVdcfQ==", - "dev": true, - "requires": { - "@graphql-tools/graphql-tag-pluck": "7.4.3", - "@graphql-tools/utils": "9.1.4", - "is-glob": "4.0.3", - "micromatch": "^4.0.4", - "tslib": "^2.4.0", - "unixify": "^1.0.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/github-loader": { - "version": "7.3.23", - "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.3.23.tgz", - "integrity": "sha512-oYTZCvW520KNVVonjucDSMhabCFnHwtM1rJbyUkA1JFyzpmmNAAyNMWOOPcU/Q9rTESrsH+Hbja0mfpjpnBKLA==", - "dev": true, - "requires": { - "@ardatan/sync-fetch": "0.0.1", - "@graphql-tools/graphql-tag-pluck": "7.4.3", - "@graphql-tools/utils": "9.1.4", - "@whatwg-node/fetch": "^0.6.0", - "tslib": "^2.4.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/graphql-file-loader": { - "version": "7.5.14", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.14.tgz", - "integrity": "sha512-JGer4g57kq4wtsvqv8uZsT4ZG1lLsz1x5yHDfSj2OxyiWw2f1jFkzgby7Ut3H2sseJiQzeeDYZcbm06qgR32pg==", - "dev": true, - "requires": { - "@graphql-tools/import": "6.7.15", - "@graphql-tools/utils": "9.1.4", - "globby": "^11.0.3", - "tslib": "^2.4.0", - "unixify": "^1.0.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/graphql-tag-pluck": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.4.3.tgz", - "integrity": "sha512-w+nrJVQw+NTuaZNQG5AwSh4Qe+urP/s4rUz5s1T007rDnv1kvkiX+XHOCnIfJzXOTuvFmG4GGYw/x0CuSRaGZQ==", - "dev": true, - "requires": { - "@babel/parser": "^7.16.8", - "@babel/plugin-syntax-import-assertions": "7.20.0", - "@babel/traverse": "^7.16.8", - "@babel/types": "^7.16.8", - "@graphql-tools/utils": "9.1.4", - "tslib": "^2.4.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/import": { - "version": "6.7.15", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.15.tgz", - "integrity": "sha512-WNhvauAt2I2iUg+JdQK5oQebKLXqUZWe8naP13K1jOkbTQT7hK3P/4I9AaVmzt0KXRJW5Uow3RgdHZ7eUBKVsA==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "resolve-from": "5.0.0", - "tslib": "^2.4.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/json-file-loader": { - "version": "7.4.15", - "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.4.15.tgz", - "integrity": "sha512-pH+hbsDetcEpj+Tmi7ZRUkxzJez2DLdSQuvK5Qi38FX/Nz/5nZKRfW9nqIptGYbuS9+2JPrt9WWNn1aGtegIFQ==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "globby": "^11.0.3", - "tslib": "^2.4.0", - "unixify": "^1.0.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/load": { - "version": "7.8.10", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.10.tgz", - "integrity": "sha512-Mc1p7ZSxrW5yGG3BLQnhiL8RPG0HdxFVoHV7fpx2adp4o1V7BzDjKRSbCnAxShA1wA4n8wbA+n7NTC0edi4eNA==", - "dev": true, - "requires": { - "@graphql-tools/schema": "9.0.14", - "@graphql-tools/utils": "9.1.4", - "p-limit": "3.1.0", - "tslib": "^2.4.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/merge": { - "version": "8.3.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.16.tgz", - "integrity": "sha512-In0kcOZcPIpYOKaqdrJ3thdLPE7TutFnL9tbrHUy2zCinR2O/blpRC48jPckcs0HHrUQ0pGT4HqvzMkZUeEBAw==", - "dev": true, - "requires": { - "@graphql-tools/utils": "9.1.4", - "tslib": "^2.4.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/schema": { - "version": "9.0.14", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.14.tgz", - "integrity": "sha512-U6k+HY3Git+dsOEhq+dtWQwYg2CAgue8qBvnBXoKu5eEeH284wymMUoNm0e4IycOgMCJANVhClGEBIkLRu3FQQ==", - "dev": true, - "requires": { - "@graphql-tools/merge": "8.3.16", - "@graphql-tools/utils": "9.1.4", - "tslib": "^2.4.0", - "value-or-promise": "1.0.12" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/url-loader": { - "version": "7.17.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.17.4.tgz", - "integrity": "sha512-nB2fhkn4LTYjU2qoTOBZYmWQRVYsCI0K2LScwD49QVMNAPWthg/lHao4hFUe70aTInT8oquvl8d0rIb7fRWOvA==", - "dev": true, - "requires": { - "@ardatan/sync-fetch": "0.0.1", - "@graphql-tools/delegate": "9.0.23", - "@graphql-tools/executor-graphql-ws": "0.0.7", - "@graphql-tools/executor-http": "0.1.1", - "@graphql-tools/executor-legacy-ws": "0.0.6", - "@graphql-tools/utils": "9.1.4", - "@graphql-tools/wrap": "9.3.2", - "@types/ws": "^8.0.0", - "@whatwg-node/fetch": "^0.6.0", - "isomorphic-ws": "5.0.0", - "tslib": "^2.4.0", - "value-or-promise": "^1.0.11", - "ws": "8.12.0" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-tools/utils": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", - "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - }, - "@graphql-tools/wrap": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-9.3.2.tgz", - "integrity": "sha512-jqBMJZyKFATxWA3alPhGRWh/ZluaPWrXFumXRaqAwK9QdCAxM24jG8Kmy3FrTfeyxNqDyzDlHZobtwwDKurm5g==", - "dev": true, - "requires": { - "@graphql-tools/delegate": "9.0.23", - "@graphql-tools/schema": "9.0.14", - "@graphql-tools/utils": "9.1.4", - "tslib": "^2.4.0", - "value-or-promise": "1.0.12" - }, - "dependencies": { - "@graphql-tools/utils": { - "version": "9.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.1.4.tgz", - "integrity": "sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - } - } - }, - "@graphql-typed-document-node/core": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", - "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", - "dev": true, - "requires": {} - }, - "@graphql-yoga/common": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-2.0.0.tgz", - "integrity": "sha512-nSENt7yANcnAIHdjTWOeTz4feXnGkgiShUU9MzukFbETWL7pwaK6fjgghUCDVuL2axm155Z3lAhG4sLA4MgvlQ==", - "dev": true, - "requires": { - "@envelop/core": "^2.0.0", - "@envelop/disable-introspection": "^3.0.0", - "@envelop/parser-cache": "^4.0.0", - "@envelop/validation-cache": "^4.0.0", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.6.0", - "@graphql-typed-document-node/core": "^3.1.1", - "@graphql-yoga/render-graphiql": "2.0.0", - "@graphql-yoga/subscription": "2.0.0", - "chalk": "4.1.2", - "cross-undici-fetch": "^0.1.25", - "dset": "^3.1.1", - "tslib": "^2.3.1" - }, - "dependencies": { - "@graphql-tools/merge": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.1.tgz", - "integrity": "sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==", - "dev": true, - "requires": { - "@graphql-tools/utils": "8.9.0", - "tslib": "^2.4.0" - } - }, - "@graphql-tools/schema": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.5.1.tgz", - "integrity": "sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==", - "dev": true, - "requires": { - "@graphql-tools/merge": "8.3.1", - "@graphql-tools/utils": "8.9.0", - "tslib": "^2.4.0", - "value-or-promise": "1.0.11" - } - }, - "@graphql-tools/utils": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", - "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - }, - "value-or-promise": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", - "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", - "dev": true - } - } - }, - "@graphql-yoga/node": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-2.0.0.tgz", - "integrity": "sha512-fjKHT8UR1DcOgvUfrnVhM7Ggj5vnxVUwlUbkY7NZC8vZiXfVbA9UfLYUYl+hXFmOCDK+S19kszLp7rw0s0LdWg==", - "dev": true, - "requires": { - "@envelop/core": "^2.0.0", - "@graphql-tools/utils": "^8.6.0", - "@graphql-yoga/common": "2.0.0", - "@graphql-yoga/subscription": "2.0.0", - "cross-undici-fetch": "^0.1.25", - "tslib": "^2.3.1" - } - }, - "@graphql-yoga/render-graphiql": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/render-graphiql/-/render-graphiql-2.0.0.tgz", - "integrity": "sha512-GZuZPCVBpYI0MwaE6nBtrzMoSFyBtiWOUm7i9jbRxu5Sqxuj3Zc0zTaD7V0UQzuPZKzytmMWq2+nbWPIu5FWtg==", - "dev": true - }, - "@graphql-yoga/subscription": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-2.0.0.tgz", - "integrity": "sha512-HlG+gIddjIP3/BDrMZymdzmzDjNdYuSGMxx6+1JA83gAEVRDR4yOoT4QeNKYqRhLK9xca/Hxp1PfBpquSa244Q==", - "dev": true, - "requires": { - "@repeaterjs/repeater": "^3.0.4", - "tslib": "^2.3.1" - } - }, - "@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dev": true, - "peer": true, - "requires": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "dev": true - }, - "@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "dev": true - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true - }, - "@jridgewell/trace-mapping": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - } - }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, - "@peculiar/asn1-schema": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz", - "integrity": "sha512-6GptMYDMyWBHTUKndHaDsRZUO/XMSgIns2krxcm2L7SEExRHwawFvSwNBhqNPR9HJwv3MruAiF1bhN0we6j6GQ==", - "dev": true, - "requires": { - "asn1js": "^3.0.5", - "pvtsutils": "^1.3.2", - "tslib": "^2.4.0" - } - }, - "@peculiar/json-schema": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz", - "integrity": "sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==", - "dev": true, - "requires": { - "tslib": "^2.0.0" - } - }, - "@peculiar/webcrypto": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.1.tgz", - "integrity": "sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw==", - "dev": true, - "requires": { - "@peculiar/asn1-schema": "^2.3.0", - "@peculiar/json-schema": "^1.1.12", - "pvtsutils": "^1.3.2", - "tslib": "^2.4.1", - "webcrypto-core": "^1.7.4" - } - }, - "@repeaterjs/repeater": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.4.tgz", - "integrity": "sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==", - "dev": true - }, - "@types/node": { - "version": "18.11.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", - "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==", - "dev": true - }, - "@types/ws": { - "version": "8.5.4", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz", - "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, - "@whatwg-node/fetch": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.6.2.tgz", - "integrity": "sha512-fCUycF1W+bI6XzwJFnbdDuxIldfKM3w8+AzVCLGlucm0D+AQ8ZMm2j84hdcIhfV6ZdE4Y1HFVrHosAxdDZ+nPw==", - "dev": true, - "requires": { - "@peculiar/webcrypto": "^1.4.0", - "abort-controller": "^3.0.0", - "busboy": "^1.6.0", - "form-data-encoder": "^1.7.1", - "formdata-node": "^4.3.1", - "node-fetch": "^2.6.7", - "undici": "^5.12.0", - "urlpattern-polyfill": "^6.0.2", - "web-streams-polyfill": "^3.2.0" - } - }, - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "dev": true, - "requires": { - "event-target-shim": "^5.0.0" - } - }, - "ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "ajv-cli": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ajv-cli/-/ajv-cli-5.0.0.tgz", - "integrity": "sha512-LY4m6dUv44HTyhV+u2z5uX4EhPYTM38Iv1jdgDJJJCyOOuqB8KtZEGjPZ2T+sh5ZIJrXUfgErYx/j3gLd3+PlQ==", - "dev": true, - "requires": { - "ajv": "^8.0.0", - "fast-json-patch": "^2.0.0", - "glob": "^7.1.0", - "js-yaml": "^3.14.0", - "json-schema-migrate": "^2.0.0", - "json5": "^2.1.3", - "minimist": "^1.2.0" - } - }, - "ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dev": true, - "requires": { - "ajv": "^8.0.0" - } - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "array-find-index": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", - "dev": true - }, - "array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", - "dev": true - }, - "asn1js": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz", - "integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==", - "dev": true, - "requires": { - "pvtsutils": "^1.3.2", - "pvutils": "^1.1.3", - "tslib": "^2.4.0" - } - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "browserslist": { - "version": "4.21.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", - "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", - "dev": true, - "peer": true, - "requires": { - "caniuse-lite": "^1.0.30001400", - "electron-to-chromium": "^1.4.251", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.9" - } - }, - "busboy": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", - "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", - "dev": true, - "requires": { - "streamsearch": "^1.1.0" - } - }, - "caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==", - "dev": true, - "requires": { - "callsites": "^2.0.0" - } - }, - "caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==", - "dev": true, - "requires": { - "caller-callsite": "^2.0.0" - } - }, - "callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==", - "dev": true - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "caniuse-lite": { - "version": "1.0.30001448", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001448.tgz", - "integrity": "sha512-tq2YI+MJnooG96XpbTRYkBxLxklZPOdLmNIOdIhvf7SNJan6u5vCKum8iT7ZfCt70m1GPkuC7P3TtX6UuhupuA==", - "dev": true, - "peer": true - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "ci-info": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz", - "integrity": "sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==", - "dev": true - }, - "cli-table3": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.2.tgz", - "integrity": "sha512-QyavHCaIC80cMivimWu4aWHilIpiDpfm3hGmqAmXVL1UsnbLuBSMd21hTX6VY4ZSDSM73ESLeF8TOYId3rBTbw==", - "dev": true, - "requires": { - "@colors/colors": "1.5.0", - "string-width": "^4.2.0" - } - }, - "cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - } - }, - "clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", - "dev": true - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "columnify": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", - "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", - "dev": true, - "requires": { - "strip-ansi": "^6.0.1", - "wcwidth": "^1.0.0" - } - }, - "commander": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", - "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "dev": true, - "peer": true - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "dev": true, - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - } - }, - "cross-undici-fetch": { - "version": "0.1.33", - "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.33.tgz", - "integrity": "sha512-2IljikrWuhEroSlidX0i/TXjL01IIQUigWC/9tq7U3C/GoQQBqc02xNIVTqoZG6nPn/P9C9YMH78A4aTLUticQ==", - "dev": true, - "requires": { - "abort-controller": "^3.0.0", - "form-data-encoder": "^1.7.1", - "formdata-node": "^4.3.1", - "node-fetch": "^2.6.7", - "undici": "^5.0.0", - "web-streams-polyfill": "^3.2.0" - } - }, - "dataloader": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/dataloader/-/dataloader-2.1.0.tgz", - "integrity": "sha512-qTcEYLen3r7ojZNgVUaRggOI+KM7jrKxXeSHhogh/TWxYMeONEMqY+hmkobiYQozsGIyg9OYVzO4ZIfoB4I0pQ==", - "dev": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "debuglog": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", - "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", - "dev": true - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "dev": true - }, - "defaults": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", - "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", - "dev": true, - "requires": { - "clone": "^1.0.2" - } - }, - "define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "dev": true - }, - "dependency-graph": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", - "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", - "dev": true - }, - "dezalgo": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", - "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", - "dev": true, - "requires": { - "asap": "^2.0.0", - "wrappy": "1" - } - }, - "dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "requires": { - "path-type": "^4.0.0" - } - }, - "dset": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", - "integrity": "sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==", - "dev": true - }, - "electron-to-chromium": { - "version": "1.4.284", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", - "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==", - "dev": true, - "peer": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true - }, - "event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "dev": true - }, - "extract-files": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz", - "integrity": "sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==", - "dev": true - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - } - }, - "fast-json-patch": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-2.2.1.tgz", - "integrity": "sha512-4j5uBaTnsYAV5ebkidvxiLUYOwjQ+JSFljeqfTxCrH9bDmlCQaOJFS84oDJ2rAXZq2yskmk3ORfoP9DCwqFNig==", - "dev": true, - "requires": { - "fast-deep-equal": "^2.0.1" - }, - "dependencies": { - "fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", - "dev": true - } - } - }, - "fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, - "figures": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", - "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "form-data-encoder": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz", - "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==", - "dev": true - }, - "format-graphql": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/format-graphql/-/format-graphql-1.4.0.tgz", - "integrity": "sha512-RyhM4rJAqgJ2nb9X7VzCPt+LuhPDjd2W4JtAsSWFzKd4RReVARE00SILdSgA8eDSby8jB3LclhKPFQF7YTQxfg==", - "dev": true, - "requires": { - "graphql": "^15.1.0", - "yargs": "^15.3.1" - }, - "dependencies": { - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - } - }, - "graphql": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", - "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", - "dev": true - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", - "dev": true, - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - } - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "formdata-node": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz", - "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==", - "dev": true, - "requires": { - "node-domexception": "1.0.0", - "web-streams-polyfill": "4.0.0-beta.3" - }, - "dependencies": { - "web-streams-polyfill": { - "version": "4.0.0-beta.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", - "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==", - "dev": true - } - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "peer": true - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true - }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - } - }, - "graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", - "dev": true - }, - "graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", - "dev": true - }, - "graphql-schema-linter": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/graphql-schema-linter/-/graphql-schema-linter-3.0.1.tgz", - "integrity": "sha512-+k4TGaWu1Ry740XiI/OZbzAC4omna5+S1rLjE0puPFSB99yORRdlX4U0+CWnwJuxh8FxLj5Ek2pDhsrSh9j5cQ==", - "dev": true, - "requires": { - "chalk": "^2.0.1", - "columnify": "^1.5.4", - "commander": "^3.0.0", - "cosmiconfig": "^5.2.1", - "glob": "^7.1.2" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "graphql-ws": { - "version": "5.11.2", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.11.2.tgz", - "integrity": "sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==", - "dev": true, - "requires": {} - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "dev": true - }, - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", - "dev": true, - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", - "dev": true - } - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true - }, - "is-core-module": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", - "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==", - "dev": true - }, - "is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true - }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "requires": { - "is-docker": "^2.0.0" - } - }, - "isomorphic-ws": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz", - "integrity": "sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==", - "dev": true, - "requires": {} - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "json-schema-migrate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/json-schema-migrate/-/json-schema-migrate-2.0.0.tgz", - "integrity": "sha512-r38SVTtojDRp4eD6WsCqiE0eNDt4v1WalBXb9cyZYw9ai5cGtBwzRNWjHzJl38w6TxFkXAIA7h+fyX3tnrAFhQ==", - "dev": true, - "requires": { - "ajv": "^8.0.0" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, - "json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true - }, - "license-checker": { - "version": "25.0.1", - "resolved": "https://registry.npmjs.org/license-checker/-/license-checker-25.0.1.tgz", - "integrity": "sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g==", - "dev": true, - "requires": { - "chalk": "^2.4.1", - "debug": "^3.1.0", - "mkdirp": "^0.5.1", - "nopt": "^4.0.1", - "read-installed": "~4.0.3", - "semver": "^5.5.0", - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0", - "spdx-satisfies": "^4.0.0", - "treeify": "^1.1.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dev": true, - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "peer": true, - "requires": { - "yallist": "^3.0.2" - } - }, - "merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true - }, - "meros": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.1.tgz", - "integrity": "sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==", - "dev": true, - "requires": {} - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", - "dev": true - }, - "mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dev": true, - "requires": { - "minimist": "^1.2.6" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node-domexception": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", - "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", - "dev": true - }, - "node-fetch": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz", - "integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==", - "dev": true, - "requires": { - "whatwg-url": "^5.0.0" - } - }, - "node-releases": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz", - "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==", - "dev": true, - "peer": true - }, - "nopt": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", - "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", - "dev": true, - "requires": { - "abbrev": "1", - "osenv": "^0.1.4" - } - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", - "dev": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "npm-normalize-package-bin": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", - "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", - "dev": true - }, - "object-inspect": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", - "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "open": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/open/-/open-8.2.1.tgz", - "integrity": "sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==", - "dev": true, - "requires": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - } - }, - "os-homedir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", - "dev": true - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", - "dev": true - }, - "osenv": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", - "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", - "dev": true, - "requires": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.0" - } - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - }, - "dependencies": { - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - } - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", - "dev": true, - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true, - "peer": true - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true - }, - "prettier": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", - "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", - "dev": true - }, - "punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "dev": true - }, - "pvtsutils": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.2.tgz", - "integrity": "sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==", - "dev": true, - "requires": { - "tslib": "^2.4.0" - } - }, - "pvutils": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz", - "integrity": "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==", - "dev": true - }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true - }, - "read-installed": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-4.0.3.tgz", - "integrity": "sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ==", - "dev": true, - "requires": { - "debuglog": "^1.0.1", - "graceful-fs": "^4.1.2", - "read-package-json": "^2.0.0", - "readdir-scoped-modules": "^1.0.0", - "semver": "2 || 3 || 4 || 5", - "slide": "~1.1.3", - "util-extend": "^1.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "read-package-json": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.2.tgz", - "integrity": "sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==", - "dev": true, - "requires": { - "glob": "^7.1.1", - "json-parse-even-better-errors": "^2.3.0", - "normalize-package-data": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0" - } - }, - "readdir-scoped-modules": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz", - "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", - "dev": true, - "requires": { - "debuglog": "^1.0.1", - "dezalgo": "^1.0.0", - "graceful-fs": "^4.1.2", - "once": "^1.3.0" - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", - "dev": true - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", - "dev": true - }, - "resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dev": true, - "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "peer": true - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - }, - "slide": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", - "integrity": "sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==", - "dev": true - }, - "spdx-compare": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", - "integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", - "dev": true, - "requires": { - "array-find-index": "^1.0.2", - "spdx-expression-parse": "^3.0.0", - "spdx-ranges": "^2.0.0" - } - }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", - "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", - "dev": true - }, - "spdx-ranges": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.1.1.tgz", - "integrity": "sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA==", - "dev": true - }, - "spdx-satisfies": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-4.0.1.tgz", - "integrity": "sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA==", - "dev": true, - "requires": { - "spdx-compare": "^1.0.0", - "spdx-expression-parse": "^3.0.0", - "spdx-ranges": "^2.0.0" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "dev": true - }, - "std-env": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-2.3.0.tgz", - "integrity": "sha512-4qT5B45+Kjef2Z6pE0BkskzsH0GO7GrND0wGlTM1ioUe3v0dGYx9ZJH0Aro/YyA8fqQ5EyIKDRjZojJYMFTflw==", - "dev": true, - "requires": { - "ci-info": "^3.0.0" - } - }, - "streamsearch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", - "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", - "dev": true - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, - "treeify": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", - "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", - "dev": true - }, - "tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", - "dev": true - }, - "undici": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.16.0.tgz", - "integrity": "sha512-KWBOXNv6VX+oJQhchXieUznEmnJMqgXMbs0xxH2t8q/FUAWSJvOSr/rMaZKnX5RIVq7JDn0JbP4BOnKG2SGXLQ==", - "dev": true, - "requires": { - "busboy": "^1.6.0" - } - }, - "unixify": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unixify/-/unixify-1.0.0.tgz", - "integrity": "sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==", - "dev": true, - "requires": { - "normalize-path": "^2.1.1" - } - }, - "update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", - "dev": true, - "peer": true, - "requires": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - } - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "urlpattern-polyfill": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-6.0.2.tgz", - "integrity": "sha512-5vZjFlH9ofROmuWmXM9yj2wljYKgWstGwe8YTyiqM7hVum/g9LyCizPZtb3UqsuppVwety9QJmfc42VggLpTgg==", - "dev": true, - "requires": { - "braces": "^3.0.2" - } - }, - "util-extend": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz", - "integrity": "sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA==", - "dev": true - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "value-or-promise": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.12.tgz", - "integrity": "sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==", - "dev": true - }, - "wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", - "dev": true, - "requires": { - "defaults": "^1.0.3" - } - }, - "web-streams-polyfill": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", - "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", - "dev": true - }, - "webcrypto-core": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.7.5.tgz", - "integrity": "sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A==", - "dev": true, - "requires": { - "@peculiar/asn1-schema": "^2.1.6", - "@peculiar/json-schema": "^1.1.12", - "asn1js": "^3.0.1", - "pvtsutils": "^1.3.2", - "tslib": "^2.4.0" - } - }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true - }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dev": true, - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", - "dev": true - }, - "wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "ws": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.0.tgz", - "integrity": "sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==", - "dev": true, - "requires": {} - }, - "y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, - "peer": true - }, - "yargs": { - "version": "17.6.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", - "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", - "dev": true, - "requires": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true - }, - "yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true - } } } From 3e7c05d00c121cfeb414000799056bf2a9ed2157 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 20 Feb 2023 14:53:07 +0100 Subject: [PATCH 025/362] Upgrade to JSON Schema 2020-12 --- Makefile | 2 +- schemas/building.json | 2 +- schemas/calorimetric.json | 2 +- schemas/calorimetricData.json | 2 +- schemas/common.json | 2 +- schemas/component.json | 2 +- schemas/dbe.json | 2 +- schemas/dsb.json | 2 +- schemas/gaps.json | 2 +- schemas/geometry.json | 10 +++++----- schemas/hygrothermal.json | 2 +- schemas/hygrothermalData.json | 2 +- schemas/identifier.json | 2 +- schemas/layer.json | 2 +- schemas/material.json | 2 +- schemas/method.json | 2 +- schemas/number.json | 2 +- schemas/optical.json | 2 +- schemas/opticalData.json | 2 +- schemas/photovoltaic.json | 2 +- schemas/photovoltaicData.json | 2 +- schemas/stakeholder.json | 2 +- schemas/string.json | 2 +- schemas/unit.json | 2 +- 24 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Makefile b/Makefile index b81d1163..a2209451 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ serve : run ## Serve GraphQL schemas with fake data on ports `${DATABASE_PORT}` schema_file_paths = $(shell find ./schemas/ -name "*.json") schema_file_references = $(addprefix -r ,${schema_file_paths}) ajv = npx --no-install ajv \ - --spec=draft2019 \ + --spec=draft2020 \ -c ajv-formats compile : ## Compile schemas diff --git a/schemas/building.json b/schemas/building.json index a467708f..0d5e7626 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/building.json", "title": "building data", "description": "Data about a building.", diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index 4dd6095f..a8b3850e 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetric.json", "title": "calorimetric data", "description": "Data about calorimetric measurements or simulations with meta information like name, description, warnings, and more.", diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 348a0668..febed419 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetricData.json", "title": "calorimetric data", "description": "Data about calorimetric measurements or simulations. In particular, energy fluxes are important.", diff --git a/schemas/common.json b/schemas/common.json index 150664fd..7ca99a7f 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/common.json", "title": "common definitions", "description": "Definitions which are used in several other schemas.", diff --git a/schemas/component.json b/schemas/component.json index 0d1b480f..c6dd9bd5 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/component.json", "title": "component data", "description": "Data about components of building envelopes. It contains metadata about the components as well as keys for special data domains such as 'optical' for optical data and 'calorimetric' for calorimetric data about a certain component.", diff --git a/schemas/dbe.json b/schemas/dbe.json index d62328f2..352ada1e 100644 --- a/schemas/dbe.json +++ b/schemas/dbe.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/dbe.json", "title": "dbe - data schema for building envelopes", "description": "Data about building envelopes. The aim is to restrict the possible representations of one data set as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", diff --git a/schemas/dsb.json b/schemas/dsb.json index 1d441668..a14adeaa 100644 --- a/schemas/dsb.json +++ b/schemas/dsb.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/dsb.json", "title": "dsb - data schema for buildings", "description": "Detailed data about buildings. It is meant to be used for the whole life cycle of a building, from the early planning of a building project to construction to facility management to recycling. The aim is to restrict the possible representations of one data set as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", diff --git a/schemas/gaps.json b/schemas/gaps.json index 76b524e3..5b58b97a 100644 --- a/schemas/gaps.json +++ b/schemas/gaps.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/gaps.json", "title": "gap data", "description": "Gaps in building envelope components. Building envelopes can be assembled by several parts. The dimensions of the gaps between those parts can be important for example regarding the heat transfer.", diff --git a/schemas/geometry.json b/schemas/geometry.json index 51ef7e50..66d297f7 100644 --- a/schemas/geometry.json +++ b/schemas/geometry.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/geometry.json", "title": "geometry data", "description": "Describe geoemtry data. There are many highly developed geometry kernels which are well suited to handle complex geometry in their file format. For some cases like the shape of a venetian blind, it may be helpful to be able to exchange the geometry independent of a geometry kernel.", @@ -99,7 +99,7 @@ "levelOfDevelopment": { "title": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled. As geometry/LOD refers to geometry, it is sometimes also called Level of Geometry.", "type": "array", - "items": [ + "prefixItems": [ { "$ref": "number.json#/$defs/nonNegativeInteger", "description": "This integer indicates the LOD according to the definition of the reference below." @@ -117,7 +117,7 @@ } ], "minItems": 2, - "additionalItems": false + "items": false }, "assembly": { "title": "An assembly of components where each item of the array defines one component of the assembly. Note that one component can either consist of a single component or of an assembly of components.", @@ -280,7 +280,7 @@ "type": "array", "items": { "type": "array", - "items": [ + "prefixItems": [ { "$ref": "#/$defs/point", "description": "If the curve is 3D, the 3D points are appropriate. For 2D curves, the value for the z-axis should be 0." @@ -298,7 +298,7 @@ } ], "minItems": 2, - "additionalItems": false + "items": false }, "minItems": 2, "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 60056fa0..d28f6e1e 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/hygrothermal.json", "title": "hygrothermal data", "description": "Hygrothermal data with meta information like name, description, warnings, and more.", diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 22fe6549..0bcf5c24 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/hygrothermalData.json", "title": "hygrothermal data", "description": "Hygrothermal data which can be used for hygrothermal simulations. Humidity needs to be handled properly to create sustainable buildings with high comfort.", diff --git a/schemas/identifier.json b/schemas/identifier.json index 0bdeea19..7aca9132 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/identifier.json", "title": "Identifiers", "description": "Identifiers are used to identify different entities such as buildings, components, data sets, institutions, methods, and many others. They are either centrally managed by `buildingenvelopedata.org` or decentrally for example by a building owner. Components may either have a central identifier for example as a general product or a decentral identifier for example for specific instances of a product in a specific building.", diff --git a/schemas/layer.json b/schemas/layer.json index 858c98aa..274806ec 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/layer.json", "title": "layer data", "description": "The categories, characteristics, and properties of a layer.", diff --git a/schemas/material.json b/schemas/material.json index b3994705..fa356484 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/material.json", "title": "material data", "description": "How a material can be identified, which categories can be attributed to the material and which characteristics or properties the material has.", diff --git a/schemas/method.json b/schemas/method.json index c8848a2b..264d85a3 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/method.json", "title": "method data", "description": "Definition of a method that can be applied by a creator to some source data to create a data set. By defining the method and the source data, the origin of the data set can be traced back.", diff --git a/schemas/number.json b/schemas/number.json index 73de743f..6fd1663f 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/number.json", "title": "number types", "description": "Types for numbers with and without uncertainty and units. The number types are used to restrict the range of allowed values to a reasonable range.", diff --git a/schemas/optical.json b/schemas/optical.json index 901f8ae6..cba412b6 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/optical.json", "title": "optical data", "description": "Optical data sets of building envelope components with meta information like name, description, warnings, and more.", diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 67fd69de..9ea39474 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/opticalData.json", "title": "Optical data", "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 4432561f..9ecc2727 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/photovoltaic.json", "title": "photovoltaic data", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity with meta information like name, description, warnings, and more.", diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index f3fcc5ef..9dba1540 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/photovoltaicData.json", "title": "photovoltaic data", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity. A photovoltaic system is usually assembled of many components, for example photovoltaic modules.", diff --git a/schemas/stakeholder.json b/schemas/stakeholder.json index edb40d38..1869bd54 100644 --- a/schemas/stakeholder.json +++ b/schemas/stakeholder.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/stakeholder.json", "title": "Stakeholder", "description": "Institution or person", diff --git a/schemas/string.json b/schemas/string.json index c981dff1..f2958750 100644 --- a/schemas/string.json +++ b/schemas/string.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/string.json", "title": "String type definitions", "description": "Definitions of string types", diff --git a/schemas/unit.json b/schemas/unit.json index e6156c7d..8ff92a69 100644 --- a/schemas/unit.json +++ b/schemas/unit.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/unit.json", "title": "unit data", "description": "The categories for building envelope unit. The characteristics or properties of the unit can also be defined.", From b1c5f071bb6978381cfc46b7255b32a728c13443 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 20 Feb 2023 14:55:45 +0100 Subject: [PATCH 026/362] Link pull request #307 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f347a61..4994cb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ and this project adheres to ### Changed - Upgrade development packages to latest versions [#285](https://github.com/building-envelope-data/api/pull/285) -- +- Use JSON Schema Draft 2020-12 and upgrade tooling [#307](https://github.com/building-envelope-data/api/pull/307) - - - From 817a2f4c30d36d160e027233f8e050be836d059d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Feb 2023 09:57:31 +0100 Subject: [PATCH 027/362] Add query for all optical data to the tutorial of the metabase --- queries/metabase/tutorial.graphql | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index b6088ca6..b5740919 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -128,4 +128,14 @@ query { } } } + + allOpticalDataSets: databases { + nodes { + allOpticalData { + nodes { + name + } + } + } + } } From 5239b38895f17dc211a97685f9dcc24536045133 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Feb 2023 10:42:39 +0100 Subject: [PATCH 028/362] Update the examples of IGSDB-JSON and IGSDB-BSDF in /tests/invalid/opticalData/ --- .../opticalData/igsdbBsdfExample14780.xml | 1371 ++++ .../opticalData/igsdbExample14780.json | 0 .../opticalData/igsdbExample196invalid.json | 6034 ----------------- 3 files changed, 1371 insertions(+), 6034 deletions(-) create mode 100644 tests/invalid/opticalData/igsdbBsdfExample14780.xml create mode 100644 tests/invalid/opticalData/igsdbExample14780.json delete mode 100644 tests/invalid/opticalData/igsdbExample196invalid.json diff --git a/tests/invalid/opticalData/igsdbBsdfExample14780.xml b/tests/invalid/opticalData/igsdbBsdfExample14780.xml new file mode 100644 index 00000000..7faf327f --- /dev/null +++ b/tests/invalid/opticalData/igsdbBsdfExample14780.xml @@ -0,0 +1,1371 @@ + + + System + + + + FF 12005-0001 + Glen Raven + 1.012 + Other + 0.15 + 0.596 + 0.62 + 0.133 + 0.046961 + @ + + + Columns + + LBNL/Klems Full + + 0 + + 0 + 5 + + 1 + + + 10 + + 5 + 15 + + 8 + + + 20 + + 15 + 25 + + 16 + + + 30 + + 25 + 35 + + 20 + + + 40 + + 35 + 45 + + 24 + + + 50 + + 45 + 55 + + 24 + + + 60 + + 55 + 65 + + 24 + + + 70 + + 65 + 75 + + 16 + + + 82.5 + + 75 + 90 + + 12 + + + + + System + Visible + CIE Illuminant D65 1nm.ssp + ASTM E308 1931 Y.dsp + + Transmission Front + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 1.967853, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, + + + + + System + Visible + CIE Illuminant D65 1nm.ssp + ASTM E308 1931 Y.dsp + + Transmission Back + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 1.967853, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.966915, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.948302, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.595454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.395638, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 1.067252, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.826520, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.415364, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, 0.006470, + 0.033658, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.033303, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.032231, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.030454, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.027866, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.024451, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.020109, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.014799, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.006470, 0.118981, + + + + + System + Visible + CIE Illuminant D65 1nm.ssp + ASTM E308 1931 Y.dsp + + Reflection Front + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 0.001665, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.001939, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.001939, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.001939, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.001939, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.001939, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.001939, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.001939, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.001939, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.002818, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.003786, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.005744, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.008031, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.012411, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.014835, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, 0.274021, + 0.241358, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.241747, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.242932, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.245234, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.248201, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.252209, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.257039, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.263551, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.274021, 0.026446, + + + + + System + Visible + CIE Illuminant D65 1nm.ssp + ASTM E308 1931 Y.dsp + + Reflection Back + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 0.001963, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.002273, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.002273, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.002273, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.002273, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.002273, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.002273, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.002273, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.002273, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.003265, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.004345, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.006547, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.009114, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.014043, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.016752, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, 0.262366, + 0.224660, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.225117, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.226505, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.229125, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.232562, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.237176, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.242782, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.250239, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.262366, 0.029809, + + + + + System + Solar + ISO8859-1 + None + + Transmission Front + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 1.947014, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, + + + + + System + Solar + ISO8859-1 + None + + Transmission Back + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 1.947014, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.945928, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.927032, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.577350, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.378901, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 1.053468, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.814756, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.408625, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, 0.009747, + 0.043808, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.043388, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.042118, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.040007, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.036904, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.032763, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.027413, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.020726, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.009747, 0.116452, + + + + + System + Solar + ISO8859-1 + None + + Reflection Front + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 0.005009, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.005635, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.005635, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.005635, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.005635, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.005635, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.005635, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.005635, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.005635, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.007627, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.009609, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.013919, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.018862, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.028534, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.033600, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, 0.266175, + 0.230024, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.230460, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.231785, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.234308, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.237600, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.242027, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.247394, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.254560, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.266175, 0.059078, + + + + + System + Solar + ISO8859-1 + None + + Reflection Back + LBNL/Klems Full + LBNL/Klems Full + BTDF + + 0.004879, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.005492, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.005492, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.005492, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.005492, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.005492, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.005492, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.005492, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.005492, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.007444, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.009394, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.013622, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.018474, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.027963, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.032941, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, 0.260977, + 0.222757, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.223220, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.224629, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.227282, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.230766, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.235442, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.241127, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.248681, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.260977, 0.057940, + + + + + + diff --git a/tests/invalid/opticalData/igsdbExample14780.json b/tests/invalid/opticalData/igsdbExample14780.json new file mode 100644 index 00000000..e69de29b diff --git a/tests/invalid/opticalData/igsdbExample196invalid.json b/tests/invalid/opticalData/igsdbExample196invalid.json deleted file mode 100644 index e4c708ca..00000000 --- a/tests/invalid/opticalData/igsdbExample196invalid.json +++ /dev/null @@ -1,6034 +0,0 @@ -{ - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.00300000002607703, - "reflectance": 0.0350000001490116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0149999996647239, - "reflectance": 0.0370000004768372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.046000000089407, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.104999996721745, - "reflectance": 0.0410000011324883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.202999994158745, - "reflectance": 0.0439999997615814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.374000012874603, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.465999990701675, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.462999999523163, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.545000016689301, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.578999996185303, - "reflectance": 0.0590000003576279 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.568000018596649, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.552999973297119, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.538999974727631, - "reflectance": 0.0560000017285347 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.526000022888184, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.523000001907349, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.523000001907349, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.519999980926514, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.517000019550323, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.515999972820282, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.522000014781952, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.529999971389771, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.540000021457672, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.554000020027161, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.577000021934509, - "reflectance": 0.0560000017285347 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.602999985218048, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.620999991893768, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.600000023841858, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.610000014305115, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.606000006198883, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.596000015735626, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.606000006198883, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.626999974250793, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.625999987125397, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 718 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.617999970912933, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 724 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.611999988555908, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.593999981880188, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 752 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.578000009059906, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 758 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.570999979972839, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 763 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.564999997615814, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 768 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.559000015258789, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.545000016689301, - "reflectance": 0.0529999993741512 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.522000014781952, - "reflectance": 0.0520000010728836 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 816 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.508000016212463, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 824 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.500999987125397, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 832 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.495000004768372, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.488999992609024, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.469999998807907, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.462000012397766, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.449000000953674, - "reflectance": 0.0520000010728836 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.444000005722046, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.439999997615814, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.437999993562698, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 937 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.435999989509583, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 948 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.43299999833107, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.428999990224838, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.423000007867813, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 994 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.421000003814697, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.418999999761581, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.416000008583069, - "reflectance": 0.0489999987185001 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.412999987602234, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.414000004529953, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.41499999165535, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1137 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.41499999165535, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1161 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.416999995708466, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.416999995708466, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.416999995708466, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.425999999046326, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.442999988794327, - "reflectance": 0.0489999987185001 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.456000000238419, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.470999985933304, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.490000009536743, - "reflectance": 0.0430000014603138 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1443 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.521000027656555, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1463 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.533999979496002, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1477 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.542999982833862, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1497 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.555000007152557, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.566999971866608, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1539 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.577000021934509, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1559 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.587000012397766, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1578 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.596000015735626, - "reflectance": 0.0489999987185001 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1592 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.602999985218048, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.609000027179718, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.615000009536743, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1646 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.619000017642975, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1678 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.623000025749207, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.626999974250793, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.632000029087067, - "reflectance": 0.0419999994337559 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.630999982357025, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.630999982357025, - "reflectance": 0.0439999997615814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1961 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.634999990463257, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.635999977588654, - "reflectance": 0.0529999993741512 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.637000024318695, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2036 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.640999972820282, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.644999980926514, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.649999976158142, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2148 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.656000018119812, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2198 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.646000027656555, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.657000005245209, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.672999978065491, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.667999982833862, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2494 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.66100001335144, - "reflectance": 0.0560000017285347 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2537 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.624000012874603, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2942 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.185000002384186, - "reflectance": 0.0410000011324883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2973 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.145999997854233, - "reflectance": 0.0399999991059303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.109999999403954, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3056 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.10700000077486, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3132 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.103000000119209, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3156 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.101999998092651, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3204 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.100000001490116, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0970000028610229, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3317 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0939999967813492, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3344 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0920000001788139, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0860000029206276, - "reflectance": 0.0379999987781048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3573 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0879999995231628, - "reflectance": 0.0379999987781048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.101000003516674, - "reflectance": 0.0370000004768372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 4045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.10700000077486, - "reflectance": 0.0350000001490116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.00300000002607703, - "reflectance": 0.0309999994933605 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0240000002086163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0130000002682209 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00499999988824129 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.212999999523163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.243000000715256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.143999993801117 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0799999982118607 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0670000016689301 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.034000001847744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0260000005364418 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0689999982714653 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.180999994277954 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.244000002741814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.243000000715256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.216999992728233 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.189999997615814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.172999992966652 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 26000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.158999994397163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 27000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.148000001907349 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 28000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.141000002622604 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 29000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.135000005364418 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 30000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.129999995231628 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 31000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.128000006079674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 32000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.125 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 33000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.125 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 34000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.123999997973442 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 35000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 36000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.122000001370907 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 37000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 38000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 39000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 40000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.122000001370907 - } - }, - { - "incidence": { - "wavelengths": "solar", - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5311847, - "reflectance": 0.05287441 - } - }, - { - "incidence": { - "wavelengths": "visible", - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5835606, - "reflectance": 0.05651517 - } - }, - { - "incidence": { - "wavelengths": "infrared", - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.839999973773956 - } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0350000001490116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0370000004768372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0410000011324883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0439999997615814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0590000003576279 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0560000017285347 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0560000017285347 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 718 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 724 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 752 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 758 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 763 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 768 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0540000014007092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0529999993741512 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0520000010728836 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 816 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 824 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 832 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0520000010728836 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0509999990463257 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 937 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 948 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 994 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0489999987185001 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1137 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1161 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0489999987185001 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0430000014603138 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1443 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1463 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1477 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1497 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1539 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1559 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1578 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0489999987185001 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1592 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0480000004172325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1646 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1678 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.046000000089407 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0419999994337559 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0500000007450581 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0439999997615814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1961 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0469999983906746 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0529999993741512 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2036 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2148 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2198 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0579999983310699 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0570000000298023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2494 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0560000017285347 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2537 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2942 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0410000011324883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2973 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0399999991059303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3056 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3132 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3156 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3204 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3317 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3344 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0390000008046627 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0379999987781048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3573 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0379999987781048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 3765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0370000004768372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 4045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0350000001490116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0309999994933605 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0240000002086163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0130000002682209 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.00499999988824129 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.212999999523163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.243000000715256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.143999993801117 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0799999982118607 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0670000016689301 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0549999997019768 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0450000017881393 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.034000001847744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0260000005364418 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.0689999982714653 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.180999994277954 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.244000002741814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.243000000715256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.216999992728233 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.189999997615814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.172999992966652 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 26000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.158999994397163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 27000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.148000001907349 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 28000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.141000002622604 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 29000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.135000005364418 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 30000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.129999995231628 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 31000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.128000006079674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 32000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.125 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 33000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.125 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 34000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.123999997973442 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 35000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 36000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.122000001370907 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 37000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 38000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 39000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.123000003397465 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 40000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": null, - "reflectance": 0.122000001370907 - } - }, - { - "incidence": { - "wavelengths": "solar", - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": null, - "reflectance": 0.05287441 - } - }, - { - "incidence": { - "wavelengths": "visible", - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": null, - "reflectance": 0.05651517 - } - }, - { - "incidence": { - "wavelengths": "infrared", - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": null, - "absorptanceEmittance": 0.839999973773956 - } - } - ] - } - ] -} From 9a3f67762dcfcabb06158067c83d57f862534f6a Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Feb 2023 10:44:16 +0100 Subject: [PATCH 029/362] Update the example of IGSDB-JSON for the shading with IGSDB-ID 14780 --- .../opticalData/igsdbExample14780.json | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/tests/invalid/opticalData/igsdbExample14780.json b/tests/invalid/opticalData/igsdbExample14780.json index e69de29b..e65e2da9 100644 --- a/tests/invalid/opticalData/igsdbExample14780.json +++ b/tests/invalid/opticalData/igsdbExample14780.json @@ -0,0 +1,70 @@ +{ + "product_id": 14780, + "name": "FF 12005-0001", + "product_name": "FF 12005-0001", + "nfrc_id": null, + "igdb_database_version": null, + "cgdb_shading_layer_id": 10038, + "cgdb_database_version": "17.0", + "acceptance": " @", + "appearance": null, + "manufacturer_name": "Glen Raven", + "data_file_name": "FF 12005-0001.xml", + "data_file_available": true, + "short_description": null, + "type": "shading", + "subtype": "bsdf-file", + "deconstructable": false, + "coating_name": null, + "coated_side": null, + "measured_data": { + "is_specular": false, + "thickness": 1.012, + "tir_front": 0.133, + "tir_back": null, + "emissivity_front": 0.596, + "emissivity_back": 0.62, + "conductivity": 0.15, + "permeability_factor": 0.105 + }, + "integrated_results_summary": [ + { + "calculation_standard_name": "NFRC", + "tfsol": 0.18304, + "tbsol": 0.18304, + "rfsol": 0.71727, + "rbsol": 0.69461, + "tfvis": 0.1519, + "tbvis": 0.1519, + "rfvis": 0.75253, + "rbvis": 0.75253, + "tdw": null, + "tuv": null, + "tspf": null, + "tkr": null, + "tciex": null, + "tciey": null, + "tciez": null, + "tf_r": null, + "tf_g": null, + "tf_b": null, + "rfciex": null, + "rfciey": null, + "rfciez": null, + "rf_r": null, + "rf_g": null, + "rf_b": null, + "rbciex": null, + "rbciey": null, + "rbciez": null, + "rb_r": null, + "rb_g": null, + "rb_b": null + } + ], + "spectral_data": null, + "igdb_checksum": null, + "cgdb_shade_material_id": null, + "cgdb_checksum": null, + "composition": [] +} From 44550465b7b702b9bd137bbc6dc1832a6b60df50 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Feb 2023 14:19:33 +0100 Subject: [PATCH 030/362] Create plantuml files to create figures --- ...uxOwithSolarControlGlazingOptical.plantuml | 22 + figures/opticalData/opticalData.plantuml | 456 ++++++++++++++++++ 2 files changed, 478 insertions(+) create mode 100644 figures/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml create mode 100644 figures/opticalData/opticalData.plantuml diff --git a/figures/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml b/figures/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml new file mode 100644 index 00000000..3ed4eb10 --- /dev/null +++ b/figures/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml @@ -0,0 +1,22 @@ +@startjson RETROLuxO +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } + } + ] +} +@endjson \ No newline at end of file diff --git a/figures/opticalData/opticalData.plantuml b/figures/opticalData/opticalData.plantuml new file mode 100644 index 00000000..b85e6964 --- /dev/null +++ b/figures/opticalData/opticalData.plantuml @@ -0,0 +1,456 @@ +@startjson opticalData +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://www.buildingenvelopedata.org/schemas/v1/opticalData.json", + "title": "Optical data", + "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", + "$defs": { + "data": { + "oneOf": [ + { + "title": "Internal data node with leaf children", + "description": "Internal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.", + "type": "object", + "properties": { + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "description": "Component characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`." + }, + "dataPoints": { + "title": "Optical data points", + "type": "array", + "items": { + "$ref": "#/$defs/dataPoint" + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": ["dataPoints"] + }, + { + "title": "Internal data node with non-leaf children", + "description": "Internal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.", + "type": "object", + "properties": { + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "description": "Component characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`." + }, + "data": { + "title": "Optical data", + "type": "array", + "items": { + "$ref": "#/$defs/data" + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": ["data"] + } + ] + }, + "dataPoint": { + "oneOf": [ + { + "title": "General schema for measured and calculated optical data", + "description": "An optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.", + "type": "object", + "properties": { + "incidence": { + "$ref": "#/$defs/incidence", + "title": "Incident radiation", + "description": "Incident radiation on the component." + }, + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "title": "Component characteristics", + "description": "Data point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node." + }, + "emergence": { + "$ref": "#/$defs/emergence", + "title": "Emergent radiation", + "description": "Radiation that emerges from the component." + }, + "results": { + "$ref": "#/$defs/results", + "title": "Results", + "description": "For example transmittance and reflectance." + } + }, + "additionalProperties": false, + "required": ["incidence", "emergence", "results"] + }, + { + "title": "Color characterization", + "$ref": "#/$defs/color", + "description": "The color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail." + } + ] + }, + "componentCharacteristics": { + "title": "Component characteristics", + "description": "Parameters for optical measurements and simulations.", + "type": "object", + "properties": { + "treatmentBefore": { + "$ref": "common.json#/$defs/reference", + "title": "Treatment before", + "description": "Treatment performed on the sample before measurement." + }, + "locationOnSample": { + "$ref": "common.json#/$defs/reference", + "title": "Location on sample", + "description": "Location of measurement on the sample." + }, + "polarizationSensitivity": { + "$ref": "common.json#/$defs/reference", + "title": "Polarization sensitivity", + "description": "Polarization sensitivity of the receiver of the optical measurement." + }, + "instrumentSignature": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "title": "Instrument signature", + "description": "Mean scatter level detected when there is no sample scatter present." + }, + "normalization": { + "type": "string", + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "title": "Normalization", + "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." + }, + "referenceSample": { + "$ref": "common.json#/$defs/reference", + "title": "Reference sample", + "description": "Reference sample on which the optical measurement depends." + }, + "spot": { + "$ref": "common.json#/$defs/reference", + "title": "Spot", + "description": "Size and profile of the irradiance on the sample." + }, + "tilt": { + "$ref": "common.json#/$defs/angles/$defs/tilt", + "title": "Tilt angle", + "description": "Tilt angle, for example of venetian blinds." + }, + "symmetries": { + "title": "Choose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.", + "type": "string", + "enum": [ + "azimuthalAngleInvariance", + "profileAngle", + "mirror", + "rotationalDependingOnAzimuth", + "mirrorAndRotational" + ], + "description": "(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!" + }, + "surface": { + "$ref": "component.json#/$defs/surface", + "description": "Defines which surface is irradiated" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "polarization": { + "title": "Polarization", + "description": "Polarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.", + "oneOf": [ + { + "title": "Linear polarization", + "type": "object", + "properties": { + "s": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Fraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + }, + "p": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Fraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + } + }, + "additionalProperties": false, + "required": ["s", "p"] + }, + { + "title": "Circular polarization", + "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", + + "type": "string", + "enum": ["leftHanded", "rightHanded"] + } + ] + }, + "wavelengthUncertainty": { + "title": "Bandwidth and/or amplification factor", + "description": "Bandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.", + "type": "object", + "properties": { + "bandwidth": { + "$ref": "number.json#/$defs/nanometer", + "title": "Bandwidth", + "description": "Range of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead." + }, + "amplificationFactor": { + "$ref": "number.json#/$defs/nonNegativeNumberWithUncertainty", + "title": "Amplification factor", + "description": "Measure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth." + } + }, + "additionalProperties": false, + "minProperties": 1 + }, + "wavelengthsIntegral": { + "title": "Integral over wavelengths", + "description": "Tells that the corresponding result is an integral with a certain spectrum over wavelengths.", + "type": "object", + "properties": { + "integral": { + "type": "string", + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." + } + }, + "additionalProperties": false, + "required": ["integral"] + }, + "transmittance": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Transmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." + }, + "reflectance": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Reflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." + }, + "absorptanceEmittance": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Absorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`." + }, + "incidenceDirection": { + "title": "Incidence direction", + "description": "Direction of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", + "oneOf": [ + { + "description": "Direction of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", + "type": "object", + "properties": { + "polar": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", + "description": "The polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." + }, + "azimuth": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", + "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + } + }, + "additionalProperties": false, + "required": ["polar"] + }, + { + "title": "Hemispherical", + "description": "Incidence arrives from all directions of the hemisphere on the sample surface.", + "type": "string", + "const": "hemispherical" + } + ] + }, + "emergenceDirection": { + "title": "Emergence direction", + "description": "Direction of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", + "oneOf": [ + { + "description": "Direction of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", + "type": "object", + "properties": { + "polar": { + "$ref": "number.json#/$defs/degreeWithUncertainty", + "description": "The polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." + }, + "azimuth": { + "$ref": "number.json#/$defs/degreeWithUncertainty", + "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + } + }, + "additionalProperties": false, + "required": ["polar"] + }, + { + "title": "Diffuse or hemispherical", + "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", + "type": "string", + "enum": ["diffuse", "hemispherical"] + } + ] + }, + "uncertainWavelength": { + "title": "Uncertain wavelength", + "type": "object", + "properties": { + "wavelength": { + "$ref": "number.json#/$defs/nanometer", + "description": "One wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`." + }, + "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } + }, + "additionalProperties": false, + "required": ["wavelength"] + }, + "wavelengths": { + "title": "Wavelengths of radiation", + "description": "Either one wavelength, possibly with uncertainty, or an integral over many wavelengths.", + "oneOf": [ + { + "$ref": "#/$defs/uncertainWavelength" + }, + { + "$ref": "#/$defs/wavelengthsIntegral" + } + ] + }, + "incidence": { + "title": "Incident radiation", + "description": "Incident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.", + "type": "object", + "properties": { + "direction": { + "$ref": "#/$defs/incidenceDirection" + }, + "wavelengths": { + "$ref": "#/$defs/wavelengths", + "description": "Wavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra." + }, + "polarization": { + "$ref": "#/$defs/polarization", + "description": "The polarization of the optical data regardless of whether the incidence or the emergence polarized." + } + }, + "additionalProperties": false, + "required": ["direction", "wavelengths"] + }, + "emergence": { + "title": "Emergent radiation", + "description": "Emergent radiation from a sample. It is characterized by its direction.", + "type": "object", + "properties": { + "direction": { + "$ref": "#/$defs/emergenceDirection" + } + }, + "additionalProperties": false, + "required": ["direction"] + }, + "results": { + "title": "Measurement or simulation results", + "type": "object", + "properties": { + "transmittance": { + "$ref": "#/$defs/transmittance" + }, + "reflectance": { + "$ref": "#/$defs/reflectance" + }, + "absorptanceEmittance": { + "$ref": "#/$defs/absorptanceEmittance" + } + }, + "additionalProperties": false, + "required": [], + "minProperties": 1 + }, + "color": { + "title": "Color characterization", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the color in common language" + }, + "cielabColors": { + "type": "array", + "items": { + "$ref": "#/$defs/cielabColor" + }, + "uniqueItems": true, + "minItems": 1 + }, + "colorRenderingIndices": { + "type": "array", + "items": { + "$ref": "#/$defs/colorRenderingIndex" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": [], + "minProperties": 1 + }, + "cielabColor": { + "title": "The three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.", + "type": "object", + "properties": { + "lStar": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "L* (lStar) defines the lightness of the color." + }, + "aStar": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "a* (aStar) defines the color between green and red." + }, + "bStar": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "b* (bStar) defines the color between blue and yellow." + }, + "direction": { + "type": "string", + "enum": ["reflection", "transmission"], + "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." + }, + "surface": { + "$ref": "component.json#/$defs/surface", + "description": "Defines which surface is irradiated" + }, + "observer": { + "type": "string", + "enum": ["twoDegrees", "tenDegrees"], + "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." + }, + "illuminant": { + "type": "string", + "enum": ["A", "D65"], + "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." + } + }, + "additionalProperties": false, + "required": ["lStar", "aStar", "bStar", "direction"] + }, + "colorRenderingIndex": { + "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", + "type": "object", + "properties": { + "value": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "The value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight." + }, + "direction": { + "type": "string", + "enum": ["reflection", "transmission"], + "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." + }, + "surface": { + "$ref": "component.json#/$defs/surface", + "description": "Defines which surface is irradiated" + } + }, + "additionalProperties": false, + "required": ["value", "direction"] + } + }, + "$ref": "#/$defs/data" +} +@endjson \ No newline at end of file From 3f2c6dc7d4174be155313fe21e93b6162dc63051 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:37:18 +0100 Subject: [PATCH 031/362] Update the folder structure as recommended --- .../diagrams/src/RETROLux.plantuml | 0 .../diagrams/src}/opticalData.plantuml | 0 ...uxOwithSolarControlGlazingOptical.plantuml | 22 + docs/opticalData/opticalData.plantuml | 456 ++++++++++++++++++ 4 files changed, 478 insertions(+) rename figures/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml => docs/diagrams/src/RETROLux.plantuml (100%) rename {figures/opticalData => docs/diagrams/src}/opticalData.plantuml (100%) create mode 100644 docs/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml create mode 100644 docs/opticalData/opticalData.plantuml diff --git a/figures/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml b/docs/diagrams/src/RETROLux.plantuml similarity index 100% rename from figures/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml rename to docs/diagrams/src/RETROLux.plantuml diff --git a/figures/opticalData/opticalData.plantuml b/docs/diagrams/src/opticalData.plantuml similarity index 100% rename from figures/opticalData/opticalData.plantuml rename to docs/diagrams/src/opticalData.plantuml diff --git a/docs/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml b/docs/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml new file mode 100644 index 00000000..3ed4eb10 --- /dev/null +++ b/docs/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml @@ -0,0 +1,22 @@ +@startjson RETROLuxO +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } + } + ] +} +@endjson \ No newline at end of file diff --git a/docs/opticalData/opticalData.plantuml b/docs/opticalData/opticalData.plantuml new file mode 100644 index 00000000..b85e6964 --- /dev/null +++ b/docs/opticalData/opticalData.plantuml @@ -0,0 +1,456 @@ +@startjson opticalData +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://www.buildingenvelopedata.org/schemas/v1/opticalData.json", + "title": "Optical data", + "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", + "$defs": { + "data": { + "oneOf": [ + { + "title": "Internal data node with leaf children", + "description": "Internal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.", + "type": "object", + "properties": { + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "description": "Component characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`." + }, + "dataPoints": { + "title": "Optical data points", + "type": "array", + "items": { + "$ref": "#/$defs/dataPoint" + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": ["dataPoints"] + }, + { + "title": "Internal data node with non-leaf children", + "description": "Internal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.", + "type": "object", + "properties": { + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "description": "Component characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`." + }, + "data": { + "title": "Optical data", + "type": "array", + "items": { + "$ref": "#/$defs/data" + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": ["data"] + } + ] + }, + "dataPoint": { + "oneOf": [ + { + "title": "General schema for measured and calculated optical data", + "description": "An optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.", + "type": "object", + "properties": { + "incidence": { + "$ref": "#/$defs/incidence", + "title": "Incident radiation", + "description": "Incident radiation on the component." + }, + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "title": "Component characteristics", + "description": "Data point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node." + }, + "emergence": { + "$ref": "#/$defs/emergence", + "title": "Emergent radiation", + "description": "Radiation that emerges from the component." + }, + "results": { + "$ref": "#/$defs/results", + "title": "Results", + "description": "For example transmittance and reflectance." + } + }, + "additionalProperties": false, + "required": ["incidence", "emergence", "results"] + }, + { + "title": "Color characterization", + "$ref": "#/$defs/color", + "description": "The color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail." + } + ] + }, + "componentCharacteristics": { + "title": "Component characteristics", + "description": "Parameters for optical measurements and simulations.", + "type": "object", + "properties": { + "treatmentBefore": { + "$ref": "common.json#/$defs/reference", + "title": "Treatment before", + "description": "Treatment performed on the sample before measurement." + }, + "locationOnSample": { + "$ref": "common.json#/$defs/reference", + "title": "Location on sample", + "description": "Location of measurement on the sample." + }, + "polarizationSensitivity": { + "$ref": "common.json#/$defs/reference", + "title": "Polarization sensitivity", + "description": "Polarization sensitivity of the receiver of the optical measurement." + }, + "instrumentSignature": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "title": "Instrument signature", + "description": "Mean scatter level detected when there is no sample scatter present." + }, + "normalization": { + "type": "string", + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "title": "Normalization", + "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." + }, + "referenceSample": { + "$ref": "common.json#/$defs/reference", + "title": "Reference sample", + "description": "Reference sample on which the optical measurement depends." + }, + "spot": { + "$ref": "common.json#/$defs/reference", + "title": "Spot", + "description": "Size and profile of the irradiance on the sample." + }, + "tilt": { + "$ref": "common.json#/$defs/angles/$defs/tilt", + "title": "Tilt angle", + "description": "Tilt angle, for example of venetian blinds." + }, + "symmetries": { + "title": "Choose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.", + "type": "string", + "enum": [ + "azimuthalAngleInvariance", + "profileAngle", + "mirror", + "rotationalDependingOnAzimuth", + "mirrorAndRotational" + ], + "description": "(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!" + }, + "surface": { + "$ref": "component.json#/$defs/surface", + "description": "Defines which surface is irradiated" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "polarization": { + "title": "Polarization", + "description": "Polarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.", + "oneOf": [ + { + "title": "Linear polarization", + "type": "object", + "properties": { + "s": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Fraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + }, + "p": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Fraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + } + }, + "additionalProperties": false, + "required": ["s", "p"] + }, + { + "title": "Circular polarization", + "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", + + "type": "string", + "enum": ["leftHanded", "rightHanded"] + } + ] + }, + "wavelengthUncertainty": { + "title": "Bandwidth and/or amplification factor", + "description": "Bandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.", + "type": "object", + "properties": { + "bandwidth": { + "$ref": "number.json#/$defs/nanometer", + "title": "Bandwidth", + "description": "Range of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead." + }, + "amplificationFactor": { + "$ref": "number.json#/$defs/nonNegativeNumberWithUncertainty", + "title": "Amplification factor", + "description": "Measure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth." + } + }, + "additionalProperties": false, + "minProperties": 1 + }, + "wavelengthsIntegral": { + "title": "Integral over wavelengths", + "description": "Tells that the corresponding result is an integral with a certain spectrum over wavelengths.", + "type": "object", + "properties": { + "integral": { + "type": "string", + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." + } + }, + "additionalProperties": false, + "required": ["integral"] + }, + "transmittance": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Transmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." + }, + "reflectance": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Reflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." + }, + "absorptanceEmittance": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Absorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`." + }, + "incidenceDirection": { + "title": "Incidence direction", + "description": "Direction of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", + "oneOf": [ + { + "description": "Direction of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", + "type": "object", + "properties": { + "polar": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", + "description": "The polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." + }, + "azimuth": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", + "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + } + }, + "additionalProperties": false, + "required": ["polar"] + }, + { + "title": "Hemispherical", + "description": "Incidence arrives from all directions of the hemisphere on the sample surface.", + "type": "string", + "const": "hemispherical" + } + ] + }, + "emergenceDirection": { + "title": "Emergence direction", + "description": "Direction of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", + "oneOf": [ + { + "description": "Direction of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", + "type": "object", + "properties": { + "polar": { + "$ref": "number.json#/$defs/degreeWithUncertainty", + "description": "The polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." + }, + "azimuth": { + "$ref": "number.json#/$defs/degreeWithUncertainty", + "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + } + }, + "additionalProperties": false, + "required": ["polar"] + }, + { + "title": "Diffuse or hemispherical", + "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", + "type": "string", + "enum": ["diffuse", "hemispherical"] + } + ] + }, + "uncertainWavelength": { + "title": "Uncertain wavelength", + "type": "object", + "properties": { + "wavelength": { + "$ref": "number.json#/$defs/nanometer", + "description": "One wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`." + }, + "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } + }, + "additionalProperties": false, + "required": ["wavelength"] + }, + "wavelengths": { + "title": "Wavelengths of radiation", + "description": "Either one wavelength, possibly with uncertainty, or an integral over many wavelengths.", + "oneOf": [ + { + "$ref": "#/$defs/uncertainWavelength" + }, + { + "$ref": "#/$defs/wavelengthsIntegral" + } + ] + }, + "incidence": { + "title": "Incident radiation", + "description": "Incident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.", + "type": "object", + "properties": { + "direction": { + "$ref": "#/$defs/incidenceDirection" + }, + "wavelengths": { + "$ref": "#/$defs/wavelengths", + "description": "Wavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra." + }, + "polarization": { + "$ref": "#/$defs/polarization", + "description": "The polarization of the optical data regardless of whether the incidence or the emergence polarized." + } + }, + "additionalProperties": false, + "required": ["direction", "wavelengths"] + }, + "emergence": { + "title": "Emergent radiation", + "description": "Emergent radiation from a sample. It is characterized by its direction.", + "type": "object", + "properties": { + "direction": { + "$ref": "#/$defs/emergenceDirection" + } + }, + "additionalProperties": false, + "required": ["direction"] + }, + "results": { + "title": "Measurement or simulation results", + "type": "object", + "properties": { + "transmittance": { + "$ref": "#/$defs/transmittance" + }, + "reflectance": { + "$ref": "#/$defs/reflectance" + }, + "absorptanceEmittance": { + "$ref": "#/$defs/absorptanceEmittance" + } + }, + "additionalProperties": false, + "required": [], + "minProperties": 1 + }, + "color": { + "title": "Color characterization", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the color in common language" + }, + "cielabColors": { + "type": "array", + "items": { + "$ref": "#/$defs/cielabColor" + }, + "uniqueItems": true, + "minItems": 1 + }, + "colorRenderingIndices": { + "type": "array", + "items": { + "$ref": "#/$defs/colorRenderingIndex" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": [], + "minProperties": 1 + }, + "cielabColor": { + "title": "The three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.", + "type": "object", + "properties": { + "lStar": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "L* (lStar) defines the lightness of the color." + }, + "aStar": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "a* (aStar) defines the color between green and red." + }, + "bStar": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "b* (bStar) defines the color between blue and yellow." + }, + "direction": { + "type": "string", + "enum": ["reflection", "transmission"], + "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." + }, + "surface": { + "$ref": "component.json#/$defs/surface", + "description": "Defines which surface is irradiated" + }, + "observer": { + "type": "string", + "enum": ["twoDegrees", "tenDegrees"], + "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." + }, + "illuminant": { + "type": "string", + "enum": ["A", "D65"], + "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." + } + }, + "additionalProperties": false, + "required": ["lStar", "aStar", "bStar", "direction"] + }, + "colorRenderingIndex": { + "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", + "type": "object", + "properties": { + "value": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "The value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight." + }, + "direction": { + "type": "string", + "enum": ["reflection", "transmission"], + "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." + }, + "surface": { + "$ref": "component.json#/$defs/surface", + "description": "Defines which surface is irradiated" + } + }, + "additionalProperties": false, + "required": ["value", "direction"] + } + }, + "$ref": "#/$defs/data" +} +@endjson \ No newline at end of file From 2b581d29bfc3e0c20fe7688ea3c7fcc9abdeb1a9 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:58:12 +0100 Subject: [PATCH 032/362] First diagram with plantuml exportet --- .vscode/settings.json | 2 +- docs/diagrams/out/RETROLux/RETROLuxO.png | Bin 0 -> 13319 bytes ...OLuxOwithSolarControlGlazingOptical.plantuml | 0 .../out/RETROLux}/opticalData.plantuml | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/diagrams/out/RETROLux/RETROLuxO.png rename docs/{opticalData => diagrams/out/RETROLux}/RETROLuxOwithSolarControlGlazingOptical.plantuml (100%) rename docs/{opticalData => diagrams/out/RETROLux}/opticalData.plantuml (100%) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4aaee71d..efbcdec6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -124,5 +124,5 @@ "explorer.confirmDragAndDrop": false, "editor.trimAutoWhitespace": false, "editor.minimap.enabled": false, - "window.zoomLevel": 2 + "window.zoomLevel": 1 } diff --git a/docs/diagrams/out/RETROLux/RETROLuxO.png b/docs/diagrams/out/RETROLux/RETROLuxO.png new file mode 100644 index 0000000000000000000000000000000000000000..0983aa4c6749fa4c4bd093fe4003f0bde0c36ed9 GIT binary patch literal 13319 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 literal 0 HcmV?d00001 diff --git a/docs/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml b/docs/diagrams/out/RETROLux/RETROLuxOwithSolarControlGlazingOptical.plantuml similarity index 100% rename from docs/opticalData/RETROLuxOwithSolarControlGlazingOptical.plantuml rename to docs/diagrams/out/RETROLux/RETROLuxOwithSolarControlGlazingOptical.plantuml diff --git a/docs/opticalData/opticalData.plantuml b/docs/diagrams/out/RETROLux/opticalData.plantuml similarity index 100% rename from docs/opticalData/opticalData.plantuml rename to docs/diagrams/out/RETROLux/opticalData.plantuml From 1c5c309be465425c8b2276a655edb8ed64db9e09 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:36:13 +0100 Subject: [PATCH 033/362] Even the schema of `indidence` is too complex --- docs/diagrams/out/RETROLux/RETROLuxO.png | Bin 13319 -> 0 bytes docs/diagrams/out/RETROLux/RETROLuxO.svg | 32 ++ ...uxOwithSolarControlGlazingOptical.plantuml | 22 - .../out/RETROLux/opticalData.plantuml | 456 ----------------- docs/diagrams/out/incidence/incidence.svg | 109 ++++ docs/diagrams/out/opticalData/opticalData.svg | 466 ++++++++++++++++++ docs/diagrams/src/incidence.plantuml | 99 ++++ 7 files changed, 706 insertions(+), 478 deletions(-) delete mode 100644 docs/diagrams/out/RETROLux/RETROLuxO.png create mode 100644 docs/diagrams/out/RETROLux/RETROLuxO.svg delete mode 100644 docs/diagrams/out/RETROLux/RETROLuxOwithSolarControlGlazingOptical.plantuml delete mode 100644 docs/diagrams/out/RETROLux/opticalData.plantuml create mode 100644 docs/diagrams/out/incidence/incidence.svg create mode 100644 docs/diagrams/out/opticalData/opticalData.svg create mode 100644 docs/diagrams/src/incidence.plantuml diff --git a/docs/diagrams/out/RETROLux/RETROLuxO.png b/docs/diagrams/out/RETROLux/RETROLuxO.png deleted file mode 100644 index 0983aa4c6749fa4c4bd093fe4003f0bde0c36ed9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13319 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 diff --git a/docs/diagrams/out/RETROLux/RETROLuxO.svg b/docs/diagrams/out/RETROLux/RETROLuxO.svg new file mode 100644 index 00000000..eb16ba5f --- /dev/null +++ b/docs/diagrams/out/RETROLux/RETROLuxO.svg @@ -0,0 +1,32 @@ +dataPoints      incidence   emergence   results   direction   wavelengths   polar0integralvisibledirectionhemisphericaltransmittance0.63 \ No newline at end of file diff --git a/docs/diagrams/out/RETROLux/RETROLuxOwithSolarControlGlazingOptical.plantuml b/docs/diagrams/out/RETROLux/RETROLuxOwithSolarControlGlazingOptical.plantuml deleted file mode 100644 index 3ed4eb10..00000000 --- a/docs/diagrams/out/RETROLux/RETROLuxOwithSolarControlGlazingOptical.plantuml +++ /dev/null @@ -1,22 +0,0 @@ -@startjson RETROLuxO -{ - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } - } - ] -} -@endjson \ No newline at end of file diff --git a/docs/diagrams/out/RETROLux/opticalData.plantuml b/docs/diagrams/out/RETROLux/opticalData.plantuml deleted file mode 100644 index b85e6964..00000000 --- a/docs/diagrams/out/RETROLux/opticalData.plantuml +++ /dev/null @@ -1,456 +0,0 @@ -@startjson opticalData -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/opticalData.json", - "title": "Optical data", - "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", - "$defs": { - "data": { - "oneOf": [ - { - "title": "Internal data node with leaf children", - "description": "Internal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.", - "type": "object", - "properties": { - "componentCharacteristics": { - "$ref": "#/$defs/componentCharacteristics", - "description": "Component characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`." - }, - "dataPoints": { - "title": "Optical data points", - "type": "array", - "items": { - "$ref": "#/$defs/dataPoint" - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": ["dataPoints"] - }, - { - "title": "Internal data node with non-leaf children", - "description": "Internal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.", - "type": "object", - "properties": { - "componentCharacteristics": { - "$ref": "#/$defs/componentCharacteristics", - "description": "Component characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`." - }, - "data": { - "title": "Optical data", - "type": "array", - "items": { - "$ref": "#/$defs/data" - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": ["data"] - } - ] - }, - "dataPoint": { - "oneOf": [ - { - "title": "General schema for measured and calculated optical data", - "description": "An optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.", - "type": "object", - "properties": { - "incidence": { - "$ref": "#/$defs/incidence", - "title": "Incident radiation", - "description": "Incident radiation on the component." - }, - "componentCharacteristics": { - "$ref": "#/$defs/componentCharacteristics", - "title": "Component characteristics", - "description": "Data point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node." - }, - "emergence": { - "$ref": "#/$defs/emergence", - "title": "Emergent radiation", - "description": "Radiation that emerges from the component." - }, - "results": { - "$ref": "#/$defs/results", - "title": "Results", - "description": "For example transmittance and reflectance." - } - }, - "additionalProperties": false, - "required": ["incidence", "emergence", "results"] - }, - { - "title": "Color characterization", - "$ref": "#/$defs/color", - "description": "The color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail." - } - ] - }, - "componentCharacteristics": { - "title": "Component characteristics", - "description": "Parameters for optical measurements and simulations.", - "type": "object", - "properties": { - "treatmentBefore": { - "$ref": "common.json#/$defs/reference", - "title": "Treatment before", - "description": "Treatment performed on the sample before measurement." - }, - "locationOnSample": { - "$ref": "common.json#/$defs/reference", - "title": "Location on sample", - "description": "Location of measurement on the sample." - }, - "polarizationSensitivity": { - "$ref": "common.json#/$defs/reference", - "title": "Polarization sensitivity", - "description": "Polarization sensitivity of the receiver of the optical measurement." - }, - "instrumentSignature": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "title": "Instrument signature", - "description": "Mean scatter level detected when there is no sample scatter present." - }, - "normalization": { - "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], - "title": "Normalization", - "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." - }, - "referenceSample": { - "$ref": "common.json#/$defs/reference", - "title": "Reference sample", - "description": "Reference sample on which the optical measurement depends." - }, - "spot": { - "$ref": "common.json#/$defs/reference", - "title": "Spot", - "description": "Size and profile of the irradiance on the sample." - }, - "tilt": { - "$ref": "common.json#/$defs/angles/$defs/tilt", - "title": "Tilt angle", - "description": "Tilt angle, for example of venetian blinds." - }, - "symmetries": { - "title": "Choose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.", - "type": "string", - "enum": [ - "azimuthalAngleInvariance", - "profileAngle", - "mirror", - "rotationalDependingOnAzimuth", - "mirrorAndRotational" - ], - "description": "(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!" - }, - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "polarization": { - "title": "Polarization", - "description": "Polarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.", - "oneOf": [ - { - "title": "Linear polarization", - "type": "object", - "properties": { - "s": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Fraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." - }, - "p": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Fraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." - } - }, - "additionalProperties": false, - "required": ["s", "p"] - }, - { - "title": "Circular polarization", - "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", - - "type": "string", - "enum": ["leftHanded", "rightHanded"] - } - ] - }, - "wavelengthUncertainty": { - "title": "Bandwidth and/or amplification factor", - "description": "Bandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.", - "type": "object", - "properties": { - "bandwidth": { - "$ref": "number.json#/$defs/nanometer", - "title": "Bandwidth", - "description": "Range of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead." - }, - "amplificationFactor": { - "$ref": "number.json#/$defs/nonNegativeNumberWithUncertainty", - "title": "Amplification factor", - "description": "Measure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth." - } - }, - "additionalProperties": false, - "minProperties": 1 - }, - "wavelengthsIntegral": { - "title": "Integral over wavelengths", - "description": "Tells that the corresponding result is an integral with a certain spectrum over wavelengths.", - "type": "object", - "properties": { - "integral": { - "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], - "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." - } - }, - "additionalProperties": false, - "required": ["integral"] - }, - "transmittance": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Transmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." - }, - "reflectance": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Reflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." - }, - "absorptanceEmittance": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Absorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`." - }, - "incidenceDirection": { - "title": "Incidence direction", - "description": "Direction of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", - "oneOf": [ - { - "description": "Direction of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", - "type": "object", - "properties": { - "polar": { - "$ref": "number.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", - "description": "The polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." - }, - "azimuth": { - "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." - } - }, - "additionalProperties": false, - "required": ["polar"] - }, - { - "title": "Hemispherical", - "description": "Incidence arrives from all directions of the hemisphere on the sample surface.", - "type": "string", - "const": "hemispherical" - } - ] - }, - "emergenceDirection": { - "title": "Emergence direction", - "description": "Direction of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", - "oneOf": [ - { - "description": "Direction of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", - "type": "object", - "properties": { - "polar": { - "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." - }, - "azimuth": { - "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." - } - }, - "additionalProperties": false, - "required": ["polar"] - }, - { - "title": "Diffuse or hemispherical", - "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", - "type": "string", - "enum": ["diffuse", "hemispherical"] - } - ] - }, - "uncertainWavelength": { - "title": "Uncertain wavelength", - "type": "object", - "properties": { - "wavelength": { - "$ref": "number.json#/$defs/nanometer", - "description": "One wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`." - }, - "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } - }, - "additionalProperties": false, - "required": ["wavelength"] - }, - "wavelengths": { - "title": "Wavelengths of radiation", - "description": "Either one wavelength, possibly with uncertainty, or an integral over many wavelengths.", - "oneOf": [ - { - "$ref": "#/$defs/uncertainWavelength" - }, - { - "$ref": "#/$defs/wavelengthsIntegral" - } - ] - }, - "incidence": { - "title": "Incident radiation", - "description": "Incident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.", - "type": "object", - "properties": { - "direction": { - "$ref": "#/$defs/incidenceDirection" - }, - "wavelengths": { - "$ref": "#/$defs/wavelengths", - "description": "Wavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra." - }, - "polarization": { - "$ref": "#/$defs/polarization", - "description": "The polarization of the optical data regardless of whether the incidence or the emergence polarized." - } - }, - "additionalProperties": false, - "required": ["direction", "wavelengths"] - }, - "emergence": { - "title": "Emergent radiation", - "description": "Emergent radiation from a sample. It is characterized by its direction.", - "type": "object", - "properties": { - "direction": { - "$ref": "#/$defs/emergenceDirection" - } - }, - "additionalProperties": false, - "required": ["direction"] - }, - "results": { - "title": "Measurement or simulation results", - "type": "object", - "properties": { - "transmittance": { - "$ref": "#/$defs/transmittance" - }, - "reflectance": { - "$ref": "#/$defs/reflectance" - }, - "absorptanceEmittance": { - "$ref": "#/$defs/absorptanceEmittance" - } - }, - "additionalProperties": false, - "required": [], - "minProperties": 1 - }, - "color": { - "title": "Color characterization", - "type": "object", - "properties": { - "name": { - "type": "string", - "description": "The name of the color in common language" - }, - "cielabColors": { - "type": "array", - "items": { - "$ref": "#/$defs/cielabColor" - }, - "uniqueItems": true, - "minItems": 1 - }, - "colorRenderingIndices": { - "type": "array", - "items": { - "$ref": "#/$defs/colorRenderingIndex" - }, - "uniqueItems": true, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": [], - "minProperties": 1 - }, - "cielabColor": { - "title": "The three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.", - "type": "object", - "properties": { - "lStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "L* (lStar) defines the lightness of the color." - }, - "aStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "a* (aStar) defines the color between green and red." - }, - "bStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "b* (bStar) defines the color between blue and yellow." - }, - "direction": { - "type": "string", - "enum": ["reflection", "transmission"], - "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." - }, - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" - }, - "observer": { - "type": "string", - "enum": ["twoDegrees", "tenDegrees"], - "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." - }, - "illuminant": { - "type": "string", - "enum": ["A", "D65"], - "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." - } - }, - "additionalProperties": false, - "required": ["lStar", "aStar", "bStar", "direction"] - }, - "colorRenderingIndex": { - "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", - "type": "object", - "properties": { - "value": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "The value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight." - }, - "direction": { - "type": "string", - "enum": ["reflection", "transmission"], - "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." - }, - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" - } - }, - "additionalProperties": false, - "required": ["value", "direction"] - } - }, - "$ref": "#/$defs/data" -} -@endjson \ No newline at end of file diff --git a/docs/diagrams/out/incidence/incidence.svg b/docs/diagrams/out/incidence/incidence.svg new file mode 100644 index 00000000..6b19133d --- /dev/null +++ b/docs/diagrams/out/incidence/incidence.svg @@ -0,0 +1,109 @@ +incidence   titleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaloneOf         titleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegraltitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandeddirectionwavelengths \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/opticalData.svg b/docs/diagrams/out/opticalData/opticalData.svg new file mode 100644 index 00000000..94dd47f0 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalData.svg @@ -0,0 +1,466 @@ +$schemahttps://json-schema.org/draft/2020-12/schema$idhttps://www.buildingenvelopedata.org/schemas/v1/opticalData.jsontitleOptical datadescriptionOptical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.$defs   $ref#/$defs/datadata   dataPoint   componentCharacteristics   polarization   wavelengthUncertainty   wavelengthsIntegral   transmittance   reflectance   absorptanceEmittance   incidenceDirection   emergenceDirection   uncertainWavelength   wavelengths   incidence   emergence   results   color   cielabColor   colorRenderingIndex   oneOf         titleInternal data node with leaf childrendescriptionInternal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   dataPoints   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`.titleOptical data pointstypearrayitems   minItems1$ref#/$defs/dataPointdataPointstitleInternal data node with non-leaf childrendescriptionInternal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   data   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`.titleOptical datatypearrayitems   minItems1$ref#/$defs/datadataoneOf         titleGeneral schema for measured and calculated optical datadescriptionAn optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.typeobjectproperties   additionalProperties☐ falserequired   incidence   componentCharacteristics   emergence   results   $ref#/$defs/incidencetitleIncident radiationdescriptionIncident radiation on the component.$ref#/$defs/componentCharacteristicstitleComponent characteristicsdescriptionData point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node.$ref#/$defs/emergencetitleEmergent radiationdescriptionRadiation that emerges from the component.$ref#/$defs/resultstitleResultsdescriptionFor example transmittance and reflectance.incidenceemergenceresultstitleColor characterization$ref#/$defs/colordescriptionThe color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail.titleComponent characteristicsdescriptionParameters for optical measurements and simulations.typeobjectproperties   additionalProperties☐ falseminProperties1required   treatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   tilt   symmetries   surface   $refcommon.json#/$defs/referencetitleTreatment beforedescriptionTreatment performed on the sample before measurement.$refcommon.json#/$defs/referencetitleLocation on sampledescriptionLocation of measurement on the sample.$refcommon.json#/$defs/referencetitlePolarization sensitivitydescriptionPolarization sensitivity of the receiver of the optical measurement.$refnumber.json#/$defs/nonNegativeNumbertitleInstrument signaturedescriptionMean scatter level detected when there is no sample scatter present.typestringenum   titleNormalizationdescriptionNormalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm).absoluterelativespeculardiffuseReflectance$refcommon.json#/$defs/referencetitleReference sampledescriptionReference sample on which the optical measurement depends.$refcommon.json#/$defs/referencetitleSpotdescriptionSize and profile of the irradiance on the sample.$refcommon.json#/$defs/angles/$defs/tilttitleTilt angledescriptionTilt angle, for example of venetian blinds.titleChoose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.typestringenum   description(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!azimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotational$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandedtitleBandwidth and/or amplification factordescriptionBandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.typeobjectproperties   additionalProperties☐ falseminProperties1bandwidth   amplificationFactor   $refnumber.json#/$defs/nanometertitleBandwidthdescriptionRange of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead.$refnumber.json#/$defs/nonNegativeNumberWithUncertaintytitleAmplification factordescriptionMeasure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth.titleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegral$refnumber.json#/$defs/numberWithUncertaintydescriptionTransmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionReflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionAbsorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`.titleIncidence directiondescriptionDirection of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaltitleEmergence directiondescriptionDirection of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeWithUncertaintydescriptionThe polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeWithUncertaintydescriptionThe direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleDiffuse or hemisphericaldescription(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.typestringenum   diffusehemisphericaltitleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleWavelengths of radiationdescriptionEither one wavelength, possibly with uncertainty, or an integral over many wavelengths.oneOf         $ref#/$defs/uncertainWavelength$ref#/$defs/wavelengthsIntegraltitleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   $ref#/$defs/incidenceDirection$ref#/$defs/wavelengthsdescriptionWavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra.$ref#/$defs/polarizationdescriptionThe polarization of the optical data regardless of whether the incidence or the emergence polarized.directionwavelengthstitleEmergent radiationdescriptionEmergent radiation from a sample. It is characterized by its direction.typeobjectproperties   additionalProperties☐ falserequired   direction   $ref#/$defs/emergenceDirectiondirectiontitleMeasurement or simulation resultstypeobjectproperties   additionalProperties☐ falserequired   minProperties1transmittance   reflectance   absorptanceEmittance   $ref#/$defs/transmittance$ref#/$defs/reflectance$ref#/$defs/absorptanceEmittancetitleColor characterizationtypeobjectproperties   additionalProperties☐ falserequired   minProperties1name   cielabColors   colorRenderingIndices   typestringdescriptionThe name of the color in common languagetypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/cielabColortypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/colorRenderingIndextitleThe three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.typeobjectproperties   additionalProperties☐ falserequired   lStar   aStar   bStar   direction   surface   observer   illuminant   $refnumber.json#/$defs/numberWithUncertaintydescriptionL* (lStar) defines the lightness of the color.$refnumber.json#/$defs/numberWithUncertaintydescriptiona* (aStar) defines the color between green and red.$refnumber.json#/$defs/numberWithUncertaintydescriptionb* (bStar) defines the color between blue and yellow.typestringenum   description`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtypestringenum   description`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider.twoDegreestenDegreestypestringenum   descriptionThe illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65.AD65lStaraStarbStardirectiontitleThe Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.typeobjectproperties   additionalProperties☐ falserequired   value   direction   surface   $refnumber.json#/$defs/numberWithUncertaintydescriptionThe value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight.typestringenum   description`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedvaluedirection \ No newline at end of file diff --git a/docs/diagrams/src/incidence.plantuml b/docs/diagrams/src/incidence.plantuml new file mode 100644 index 00000000..4a07637a --- /dev/null +++ b/docs/diagrams/src/incidence.plantuml @@ -0,0 +1,99 @@ +@startjson incidence +{ + "incidence": { + "title": "Incident radiation", + "description": "Incident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.", + "type": "object", + "properties": { + "direction": { + "oneOf": [ + { + "description": "Direction of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", + "type": "object", + "properties": { + "polar": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", + "description": "The polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." + }, + "azimuth": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", + "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + } + }, + "additionalProperties": false, + "required": ["polar"] + }, + { + "title": "Hemispherical", + "description": "Incidence arrives from all directions of the hemisphere on the sample surface.", + "type": "string", + "const": "hemispherical" + } + ] + }, + "wavelengths": { + "oneOf": [ + { + "title": "Uncertain wavelength", + "type": "object", + "properties": { + "wavelength": { + "$ref": "number.json#/$defs/nanometer", + "description": "One wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`." + }, + "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } + }, + "additionalProperties": false, + "required": ["wavelength"] + }, + { + "title": "Integral over wavelengths", + "description": "Tells that the corresponding result is an integral with a certain spectrum over wavelengths.", + "type": "object", + "properties": { + "integral": { + "type": "string", + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." + } + }, + "additionalProperties": false, + "required": ["integral"] + } + ] + }, + "polarization": { + "title": "Polarization", + "description": "Polarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.", + "oneOf": [ + { + "title": "Linear polarization", + "type": "object", + "properties": { + "s": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Fraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + }, + "p": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "Fraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + } + }, + "additionalProperties": false, + "required": ["s", "p"] + }, + { + "title": "Circular polarization", + "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", + + "type": "string", + "enum": ["leftHanded", "rightHanded"] + } + ] + } + }, + "additionalProperties": false, + "required": ["direction", "wavelengths"] + } +} +@endjson \ No newline at end of file From c6e583c7666c80862cf03be5ef6fe57b9328a7d7 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 22 Feb 2023 16:10:14 +0100 Subject: [PATCH 034/362] Send integral and spectrally resolved data points to check their plausibility --- docs/diagrams/out/RETROLux/RETROLuxO.svg | 32 --------- .../integralDataPoint/integralDataPoint.png | Bin 0 -> 14516 bytes .../integralDataPoint/integralDataPoint.svg | 34 +++++++++ .../spectrallyResolvedDataPoints.png | Bin 0 -> 42267 bytes .../spectrallyResolvedDataPoints.svg | 67 ++++++++++++++++++ docs/diagrams/src/RETROLux.plantuml | 22 ------ docs/diagrams/src/integralDataPoint.plantuml | 24 +++++++ .../src/spectrallyResolvedDataPoints.plantuml | 57 +++++++++++++++ 8 files changed, 182 insertions(+), 54 deletions(-) delete mode 100644 docs/diagrams/out/RETROLux/RETROLuxO.svg create mode 100644 docs/diagrams/out/integralDataPoint/integralDataPoint.png create mode 100644 docs/diagrams/out/integralDataPoint/integralDataPoint.svg create mode 100644 docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png create mode 100644 docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg delete mode 100644 docs/diagrams/src/RETROLux.plantuml create mode 100644 docs/diagrams/src/integralDataPoint.plantuml create mode 100644 docs/diagrams/src/spectrallyResolvedDataPoints.plantuml diff --git a/docs/diagrams/out/RETROLux/RETROLuxO.svg b/docs/diagrams/out/RETROLux/RETROLuxO.svg deleted file mode 100644 index eb16ba5f..00000000 --- a/docs/diagrams/out/RETROLux/RETROLuxO.svg +++ /dev/null @@ -1,32 +0,0 @@ -dataPoints      incidence   emergence   results   direction   wavelengths   polar0integralvisibledirectionhemisphericaltransmittance0.63 \ No newline at end of file diff --git a/docs/diagrams/out/integralDataPoint/integralDataPoint.png b/docs/diagrams/out/integralDataPoint/integralDataPoint.png new file mode 100644 index 0000000000000000000000000000000000000000..32964acc2bb8ccb00c2ae9dbd243a5367bdf9b56 GIT binary patch literal 14516 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 literal 0 HcmV?d00001 diff --git a/docs/diagrams/out/integralDataPoint/integralDataPoint.svg b/docs/diagrams/out/integralDataPoint/integralDataPoint.svg new file mode 100644 index 00000000..fb81ad1f --- /dev/null +++ b/docs/diagrams/out/integralDataPoint/integralDataPoint.svg @@ -0,0 +1,34 @@ +incidence   emergence   results   direction   wavelengths   polarization   polar60azimuth90integralvisibles1p0directionhemisphericaltransmittance0.81reflectance0.08 \ No newline at end of file diff --git a/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png b/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png new file mode 100644 index 0000000000000000000000000000000000000000..da695a5e812712b07d35918a6373965916564634 GIT binary patch literal 42267 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 literal 0 HcmV?d00001 diff --git a/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg b/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg new file mode 100644 index 00000000..d2f0daf4 --- /dev/null +++ b/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg @@ -0,0 +1,67 @@ +dataPoints            incidence   emergence   results   direction   wavelengths   polar8wavelength280direction   polar8transmittance0.65reflectance0.071incidence   emergence   results   direction   wavelengths   polar8wavelength285direction   polar8transmittance0.66reflectance0.070incidence   emergence   results   direction   wavelengths   polar8wavelength290direction   polar8transmittance0.64reflectance0.072 \ No newline at end of file diff --git a/docs/diagrams/src/RETROLux.plantuml b/docs/diagrams/src/RETROLux.plantuml deleted file mode 100644 index 3ed4eb10..00000000 --- a/docs/diagrams/src/RETROLux.plantuml +++ /dev/null @@ -1,22 +0,0 @@ -@startjson RETROLuxO -{ - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } - } - ] -} -@endjson \ No newline at end of file diff --git a/docs/diagrams/src/integralDataPoint.plantuml b/docs/diagrams/src/integralDataPoint.plantuml new file mode 100644 index 00000000..17006b11 --- /dev/null +++ b/docs/diagrams/src/integralDataPoint.plantuml @@ -0,0 +1,24 @@ +@startjson integralDataPoint +{ + "incidence": { + "direction": { + "polar": 60, + "azimuth": 90 + }, + "wavelengths": { + "integral": "visible" + }, + "polarization": { + "s": 1, + "p": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } +} +@endjson \ No newline at end of file diff --git a/docs/diagrams/src/spectrallyResolvedDataPoints.plantuml b/docs/diagrams/src/spectrallyResolvedDataPoints.plantuml new file mode 100644 index 00000000..7dde3976 --- /dev/null +++ b/docs/diagrams/src/spectrallyResolvedDataPoints.plantuml @@ -0,0 +1,57 @@ +@startjson spectrallyResolvedDataPoints +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { "wavelength": 280 } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.65, + "reflectance": 0.071 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { "wavelength": 285 } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.66, + "reflectance": 0.070 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { "wavelength": 290 } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.64, + "reflectance": 0.072 + } + } + ] +} +@endjson \ No newline at end of file From ec200a67d0dd9402dcdd46c08a3fecc0593692a0 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:26:58 +0100 Subject: [PATCH 035/362] Format PlantUML files --- .vscode/settings.json | 7 +- .../incidence01.svg} | 195 +++---- docs/diagrams/out/incidence02/incidence02.svg | 122 +++++ .../integralDataPoint/integralDataPoint.svg | 14 +- docs/diagrams/out/opticalData/opticalData.svg | 486 ++++++++++-------- .../spectrallyResolvedDataPoints.svg | 92 ++-- docs/diagrams/src/incidence.plantuml | 99 ---- docs/diagrams/src/incidence01.plantuml | 112 ++++ docs/diagrams/src/incidence02.plantuml | 112 ++++ docs/diagrams/src/integralDataPoint.plantuml | 12 +- docs/diagrams/src/opticalData.plantuml | 484 +++++++++-------- .../src/spectrallyResolvedDataPoints.plantuml | 90 ++-- 12 files changed, 1140 insertions(+), 685 deletions(-) rename docs/diagrams/out/{incidence/incidence.svg => incidence01/incidence01.svg} (90%) create mode 100644 docs/diagrams/out/incidence02/incidence02.svg delete mode 100644 docs/diagrams/src/incidence.plantuml create mode 100644 docs/diagrams/src/incidence01.plantuml create mode 100644 docs/diagrams/src/incidence02.plantuml diff --git a/.vscode/settings.json b/.vscode/settings.json index efbcdec6..de44d99c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,7 @@ "comments": true, "strings": true }, - "editor.formatOnSave": true, + "editor.formatOnSave": false, "json.schemas": [ { "fileMatch": ["./examples/dbe/*.json"], @@ -124,5 +124,8 @@ "explorer.confirmDragAndDrop": false, "editor.trimAutoWhitespace": false, "editor.minimap.enabled": false, - "window.zoomLevel": 1 + "window.zoomLevel": 1, + "[plantuml]": { + "editor.defaultFormatter": "jebbs.plantuml" + } } diff --git a/docs/diagrams/out/incidence/incidence.svg b/docs/diagrams/out/incidence01/incidence01.svg similarity index 90% rename from docs/diagrams/out/incidence/incidence.svg rename to docs/diagrams/out/incidence01/incidence01.svg index 6b19133d..e652d478 100644 --- a/docs/diagrams/out/incidence/incidence.svg +++ b/docs/diagrams/out/incidence01/incidence01.svg @@ -1,101 +1,114 @@ -incidence   titleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaloneOf         titleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegraltitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandeddirectionwavelengths \ No newline at end of file diff --git a/docs/diagrams/out/integralDataPoint/integralDataPoint.svg b/docs/diagrams/out/integralDataPoint/integralDataPoint.svg index fb81ad1f..9a0bfa86 100644 --- a/docs/diagrams/out/integralDataPoint/integralDataPoint.svg +++ b/docs/diagrams/out/integralDataPoint/integralDataPoint.svg @@ -1,22 +1,26 @@ -incidence   emergence   results   direction   wavelengths   polarization   polar60azimuth90integralvisibles1p0directionhemisphericaltransmittance0.81reflectance0.08 \ No newline at end of file diff --git a/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png b/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png index da695a5e812712b07d35918a6373965916564634..e7c7aa80e7dd721b1646bed6cc4548aceb2f2604 100644 GIT binary patch delta 472 zcmV;}0Vn>O$^zQT0+3mMzG+lgbZ~58Zgh2RYybfO004NLrBqE%!axwcZ^D0=c+vz( zsfyT>AE*gJBm!QHhqWE+nlejvw>8H2-`y%7rC$;~QQpkFdGlV=Q*F31uUZo5Ir>KN zD0;s`Eu#d39yfd>1sUC79}Nbu6ReOO4<1tJ8@Clfz6g+fw1owKmi7x}Nrj{=YVo;@ zxUyJxiG3~~nycA2o?wI&nirj$URP|v?Km=!! zFoyrEc3PdIW~Q$2IkNj#Rp+>!+p+jr46Qvab^6Z-WiF}nyy*H-mZO5M!uvY0<#J(* zWu-ZkC(&tcbQH6HaJGs*>wZNl|2%c$!uos)37t5bOf|HXIn~RrIsmp_T#;FMYKP5S zPcb+5_gChzkmo5 zF2@r{>w9eXdNcqnW91_RLK`KX;?%S~*5?U_yO@lap$E50bEJOnW(mM0B|=G>AsN=c zAFdlZhx_Nkz!;U40{27K!)I>2vJ<`x1ce?_S>z^=@lp_64lp ORMFwlV#TxJ0Xm~uI^t&l delta 409 zcmV;K0cQT%$^x6p0+3mMe`!=$bZ~58Zgh2RYybfO004NL%~VZK0x=N1H{m}_I6)$0 zS&@%Dp`a!Rk?`Tgc&NL>TC+?^+g(El|J_*$9~#5OgPf*)Z|2R+OVf^Z(zti43G5O> zXJnGB#%OhtVbqgOjdd=EidwbZm_)jaZ&eY1rX)C?+v$B1zud;sHO8=*od3Y%Z zjvb^Z|0D`Rj1ozIZZ;f1hQ{*LP^nMoL@B?gk>RK~20B)Xb)&5F4TiTDJ^usd(yKeBbRAObq0 D`F_Bk diff --git a/docs/diagrams/src/opticalDataPoint.plantuml b/docs/diagrams/src/opticalDataPoint.plantuml index 6925dd25..31da8ee3 100644 --- a/docs/diagrams/src/opticalDataPoint.plantuml +++ b/docs/diagrams/src/opticalDataPoint.plantuml @@ -1,6 +1,5 @@ @startjson opticalDataPoint { - "dataPoint": { "oneOf": [ { @@ -68,502 +67,146 @@ , "componentCharacteristics": { "treatmentBefore": { - "$ref": "common.json#/$defs/reference" - } - , - "locationOnSample": { - "$ref": "common.json#/$defs/reference" - } - , - "polarizationSensitivity": { - "$ref": "common.json#/$defs/reference" - } - , - "instrumentSignature": { - "$ref": "number.json#/$defs/nonNegativeNumber" - } - , - "normalization": { - "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"] - } - , - "referenceSample": { - "$ref": "common.json#/$defs/reference" - } - , - "spot": { - "$ref": "common.json#/$defs/reference" - } - , - "tilt": { - "$ref": "common.json#/$defs/angles/$defs/tilt" - } - , - "symmetries": { - "type": "string", - "enum": [ - "azimuthalAngleInvariance", - "profileAngle", - "mirror", - "rotationalDependingOnAzimuth", - "mirrorAndRotational" - ] - } - , - "surface": { - "$ref": "component.json#/$defs/surface" - } - } + "$ref": "common.json#/$defs/reference" + } , - "emergence": { - "$ref": "#/$defs/emergence", - "title": "Emergent radiation", - "description": "Radiation that emerges from the component." + "locationOnSample": { + "$ref": "common.json#/$defs/reference" } , - "results": { - "$ref": "#/$defs/results", - "title": "Results", - "description": "For example transmittance and reflectance." + "polarizationSensitivity": { + "$ref": "common.json#/$defs/reference" } - } - , - "additionalProperties": false, - "required": ["incidence", "emergence", "results"] - } - , - { - "title": "Color characterization", - "$ref": "#/$defs/color", - "description": "The color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail." - } - ] - } - , - "componentCharacteristics": { - "title": "Component characteristics", - "description": "Parameters for optical measurements and simulations.", - "type": "object", - "properties": { - "treatmentBefore": { - "$ref": "common.json#/$defs/reference", - "title": "Treatment before", - "description": "Treatment performed on the sample before measurement." - } - , - "locationOnSample": { - "$ref": "common.json#/$defs/reference", - "title": "Location on sample", - "description": "Location of measurement on the sample." - } - , - "polarizationSensitivity": { - "$ref": "common.json#/$defs/reference", - "title": "Polarization sensitivity", - "description": "Polarization sensitivity of the receiver of the optical measurement." - } - , - "instrumentSignature": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "title": "Instrument signature", - "description": "Mean scatter level detected when there is no sample scatter present." - } - , - "normalization": { - "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], - "title": "Normalization", - "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." - } - , - "referenceSample": { - "$ref": "common.json#/$defs/reference", - "title": "Reference sample", - "description": "Reference sample on which the optical measurement depends." - } - , - "spot": { - "$ref": "common.json#/$defs/reference", - "title": "Spot", - "description": "Size and profile of the irradiance on the sample." - } - , - "tilt": { - "$ref": "common.json#/$defs/angles/$defs/tilt", - "title": "Tilt angle", - "description": "Tilt angle, for example of venetian blinds." - } - , - "symmetries": { - "title": "Choose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.", - "type": "string", - "enum": [ - "azimuthalAngleInvariance", - "profileAngle", - "mirror", - "rotationalDependingOnAzimuth", - "mirrorAndRotational" - ], - "description": "(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!" - } - , - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" - } - } - , - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - , - "polarization": { - "title": "Polarization", - "description": "Polarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.", - "oneOf": [ - { - "title": "Linear polarization", - "type": "object", - "properties": { - "s": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Fraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + , + "instrumentSignature": { + "$ref": "number.json#/$defs/nonNegativeNumber" } , - "p": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Fraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive." + "normalization": { + "type": "string", + "enum": ["absolute", "relative", "specular", "diffuseReflectance"] } - } - , - "additionalProperties": false, - "required": ["s", "p"] - } - , - { - "title": "Circular polarization", - "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", - - "type": "string", - "enum": ["leftHanded", "rightHanded"] - } - ] - } - , - "wavelengthUncertainty": { - "title": "Bandwidth and/or amplification factor", - "description": "Bandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.", - "type": "object", - "properties": { - "bandwidth": { - "$ref": "number.json#/$defs/nanometer", - "title": "Bandwidth", - "description": "Range of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead." - } - , - "amplificationFactor": { - "$ref": "number.json#/$defs/nonNegativeNumberWithUncertainty", - "title": "Amplification factor", - "description": "Measure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth." - } - } - , - "additionalProperties": false, - "minProperties": 1 - } - , - "wavelengthsIntegral": { - "title": "Integral over wavelengths", - "description": "Tells that the corresponding result is an integral with a certain spectrum over wavelengths.", - "type": "object", - "properties": { - "integral": { - "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], - "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." - } - } - , - "additionalProperties": false, - "required": ["integral"] - } - , - "transmittance": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Transmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." - } - , - "reflectance": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Reflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." - } - , - "absorptanceEmittance": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Absorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`." - } - , - "incidenceDirection": { - "title": "Incidence direction", - "description": "Direction of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", - "oneOf": [ - { - "description": "Direction of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", - "type": "object", - "properties": { - "polar": { - "$ref": "number.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", - "description": "The polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." + , + "referenceSample": { + "$ref": "common.json#/$defs/reference" } , - "azimuth": { - "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "spot": { + "$ref": "common.json#/$defs/reference" } - } - , - "additionalProperties": false, - "required": ["polar"] - } - , - { - "title": "Hemispherical", - "description": "Incidence arrives from all directions of the hemisphere on the sample surface.", - "type": "string", - "const": "hemispherical" - } - ] - } - , - "emergenceDirection": { - "title": "Emergence direction", - "description": "Direction of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", - "oneOf": [ - { - "description": "Direction of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", - "type": "object", - "properties": { - "polar": { - "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles." + , + "tilt": { + "$ref": "common.json#/$defs/angles/$defs/tilt" } , - "azimuth": { - "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "symmetries": { + "type": "string", + "enum": [ + "azimuthalAngleInvariance", + "profileAngle", + "mirror", + "rotationalDependingOnAzimuth", + "mirrorAndRotational" + ] + } + , + "surface": { + "$ref": "component.json#/$defs/surface" } } , - "additionalProperties": false, - "required": ["polar"] - } - , - { - "title": "Diffuse or hemispherical", - "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", - "type": "string", - "enum": ["diffuse", "hemispherical"] - } - ] - } - , - "uncertainWavelength": { - "title": "Uncertain wavelength", - "type": "object", - "properties": { - "wavelength": { - "$ref": "number.json#/$defs/nanometer", - "description": "One wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`." - } - , - "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } - } - , - "additionalProperties": false, - "required": ["wavelength"] - } - , - "wavelengths": { - "title": "Wavelengths of radiation", - "description": "Either one wavelength, possibly with uncertainty, or an integral over many wavelengths.", - "oneOf": [ - { - "$ref": "#/$defs/uncertainWavelength" - } - , - { - "$ref": "#/$defs/wavelengthsIntegral" - } - ] - } - , - "incidence": { - "title": "Incident radiation", - "description": "Incident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.", - "type": "object", - "properties": { - "direction": { - "$ref": "#/$defs/incidenceDirection" - } - , - "wavelengths": { - "$ref": "#/$defs/wavelengths", - "description": "Wavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra." - } - , - "polarization": { - "$ref": "#/$defs/polarization", - "description": "The polarization of the optical data regardless of whether the incidence or the emergence polarized." - } - } - , - "additionalProperties": false, - "required": ["direction", "wavelengths"] - } - , - "emergence": { - "title": "Emergent radiation", - "description": "Emergent radiation from a sample. It is characterized by its direction.", - "type": "object", - "properties": { - "direction": { - "$ref": "#/$defs/emergenceDirection" - } - } - , - "additionalProperties": false, - "required": ["direction"] - } - , - "results": { - "title": "Measurement or simulation results", - "type": "object", - "properties": { - "transmittance": { - "$ref": "#/$defs/transmittance" - } - , - "reflectance": { - "$ref": "#/$defs/reflectance" + "emergence": { + "direction": { + "oneOf": [ + { + "polar": { + "$ref": "number.json#/$defs/degreeWithUncertainty" + } + , + "azimuth": { + "$ref": "number.json#/$defs/degreeWithUncertainty" + } + } + , + { + "type": "string", + "enum": ["diffuse", "hemispherical"] + } + ] + } } , - "absorptanceEmittance": { - "$ref": "#/$defs/absorptanceEmittance" + "results": { + "transmittance": { + "$ref": "#/$defs/transmittance" + } + , + "reflectance": { + "$ref": "#/$defs/reflectance" + } + , + "absorptanceEmittance": { + "$ref": "#/$defs/absorptanceEmittance" + } } } , - "additionalProperties": false, - "required": [], - "minProperties": 1 - } - , - "color": { - "title": "Color characterization", - "type": "object", - "properties": { + { "name": { - "type": "string", - "description": "The name of the color in common language" + "type": "string" } , - "cielabColors": { - "type": "array", - "items": { - "$ref": "#/$defs/cielabColor" + "cielabColors": [ + { + "lStar": { + "$ref": "number.json#/$defs/numberWithUncertainty" + } + , + "aStar": { + "$ref": "number.json#/$defs/numberWithUncertainty" + } + , + "bStar": { + "$ref": "number.json#/$defs/numberWithUncertainty" + } + , + "direction": { + "type": "string", + "enum": ["reflection", "transmission"] } , - "uniqueItems": true, - "minItems": 1 + "surface": { + "$ref": "component.json#/$defs/surface" + } + , + "observer": { + "type": "string", + "enum": ["twoDegrees", "tenDegrees"] + } + , + "illuminant": { + "type": "string", + "enum": ["A", "D65"] + } } + ] , "colorRenderingIndices": { - "type": "array", - "items": { - "$ref": "#/$defs/colorRenderingIndex" + "value": { + "$ref": "number.json#/$defs/numberWithUncertainty" } , - "uniqueItems": true, - "minItems": 1 - } - } - , - "additionalProperties": false, - "required": [], - "minProperties": 1 - } - , - "cielabColor": { - "title": "The three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.", - "type": "object", - "properties": { - "lStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "L* (lStar) defines the lightness of the color." - } - , - "aStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "a* (aStar) defines the color between green and red." - } - , - "bStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "b* (bStar) defines the color between blue and yellow." - } - , - "direction": { - "type": "string", - "enum": ["reflection", "transmission"], - "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." - } - , - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" - } - , - "observer": { - "type": "string", - "enum": ["twoDegrees", "tenDegrees"], - "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." - } - , - "illuminant": { - "type": "string", - "enum": ["A", "D65"], - "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." - } - } - , - "additionalProperties": false, - "required": ["lStar", "aStar", "bStar", "direction"] - } - , - "colorRenderingIndex": { - "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", - "type": "object", - "properties": { - "value": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "The value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight." - } - , - "direction": { - "type": "string", - "enum": ["reflection", "transmission"], - "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." - } - , - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" + "direction": { + "type": "string", + "enum": ["reflection", "transmission"] + } + , + "surface": { + "$ref": "component.json#/$defs/surface" + } } } - , - "additionalProperties": false, - "required": ["value", "direction"] + ] } } @endjson \ No newline at end of file From 3b6579fc80d9644b4f1508934a99ac6dd7f83a69 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:41:49 +0100 Subject: [PATCH 039/362] Add suffix `Schema` to all diagrams of schemas --- docs/diagrams/out/incidence01/incidence01.png | Bin 118991 -> 0 bytes docs/diagrams/out/incidence01/incidence01.svg | 122 ------------------ .../incidenceSchema.png} | Bin 59016 -> 59019 bytes .../incidenceSchema.svg} | 4 +- .../opticalDataPointSchema.png} | Bin 226759 -> 226764 bytes .../opticalDataPointSchema.svg} | 4 +- .../opticalDataSchema.png} | Bin 393169 -> 393172 bytes .../opticalDataSchema.svg} | 4 +- docs/diagrams/src/incidence01.plantuml | 112 ---------------- ...ce02.plantuml => incidenceSchema.plantuml} | 2 +- ...antuml => opticalDataPointSchema.plantuml} | 2 +- ...ta.plantuml => opticalDataSchema.plantuml} | 2 +- 12 files changed, 9 insertions(+), 243 deletions(-) delete mode 100644 docs/diagrams/out/incidence01/incidence01.png delete mode 100644 docs/diagrams/out/incidence01/incidence01.svg rename docs/diagrams/out/{incidence02/incidence02.png => incidenceSchema/incidenceSchema.png} (98%) rename docs/diagrams/out/{incidence02/incidence02.svg => incidenceSchema/incidenceSchema.svg} (99%) rename docs/diagrams/out/{opticalDataPoint/opticalDataPoint.png => opticalDataPointSchema/opticalDataPointSchema.png} (99%) rename docs/diagrams/out/{opticalDataPoint/opticalDataPoint.svg => opticalDataPointSchema/opticalDataPointSchema.svg} (99%) rename docs/diagrams/out/{opticalData/opticalData.png => opticalDataSchema/opticalDataSchema.png} (98%) rename docs/diagrams/out/{opticalData/opticalData.svg => opticalDataSchema/opticalDataSchema.svg} (99%) delete mode 100644 docs/diagrams/src/incidence01.plantuml rename docs/diagrams/src/{incidence02.plantuml => incidenceSchema.plantuml} (97%) rename docs/diagrams/src/{opticalDataPoint.plantuml => opticalDataPointSchema.plantuml} (99%) rename docs/diagrams/src/{opticalData.plantuml => opticalDataSchema.plantuml} (99%) diff --git a/docs/diagrams/out/incidence01/incidence01.png b/docs/diagrams/out/incidence01/incidence01.png deleted file mode 100644 index df87bbb49c0a01874ba4f134bd5d779ee7eb24dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118991 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

F@R_Ba;Wfl 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 QO-_5Stb$C;Zk@~j7o|kr6aWAK diff --git a/docs/diagrams/out/incidence01/incidence01.svg b/docs/diagrams/out/incidence01/incidence01.svg deleted file mode 100644 index e652d478..00000000 --- a/docs/diagrams/out/incidence01/incidence01.svg +++ /dev/null @@ -1,122 +0,0 @@ -incidence   titleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaloneOf         titleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegraltitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandeddirectionwavelengths \ No newline at end of file diff --git a/docs/diagrams/out/incidence02/incidence02.png b/docs/diagrams/out/incidenceSchema/incidenceSchema.png similarity index 98% rename from docs/diagrams/out/incidence02/incidence02.png rename to docs/diagrams/out/incidenceSchema/incidenceSchema.png index 1e702b4926bb5df97bafa2602f591f75651e9241..eba53d45d0a2a57b02de73cf3a9d81fd10b047be 100644 GIT binary patch delta 543 zcmV+)0^t3K%>#?g1CUt(B#~Mqe?Y5VcuGRjA_`4ZAeCC>VX+5$Dti{KXPuI&|K70^ zFtjuURh2Aj_RMw9**VQvTmG6EQb+-YKmm+`7*bvHzSlgZ{1xnXREY={qJ@CbP=yI< z2(D&=d|4tZmpJDp(RMw&L=P+!89upm3bs+q@$BRvgjseHLSzBXf$sq5e=}HfM&Sn} z;Ke88cp?K?)=0eYtBOA=v%c0_-(%`H{@3o~SfHMx&_X!EZ`%ghGRn%RZ=;2glY&{l z2PtOr7%T=l@zng)iR7{;l=xgYkHNtl;1291@_2<7{^wtE7GC zBuyp-2K#rh+!~?Mp(?wqe^pJe&i$^0ORz{QB>g)5pJ^5+$ejvCBz$QZzzH*I zgP$F@WhG()Gwx{$A7r!`#mnRElk&(84gqqe>RgzRIAZ$w%d(Y zheJ7>xk$C!s`aMRY;~SDRrhiQy02N{}>(mujIr92C*XpAq#uPg0 zY7W%Dc)tYHCFN)hr9kZUZ-!OC%NNJz$Z7;uMo~9I?*e98-lb#&CKM(*YBGL%{Ms96 hikyz5HjvjfQr9lT3^($A0)jP=cTE>@A+v)51?0113mX6c delta 540 zcmV+%0^|LQ%>#(d1CUt(A(2`nf8bWV@RWq4MHHH-Kq|H3VX+5$Dti{K$4*IHkc#I6>}IFe2$Qt3`jeE|KMv79)$< z>KsiBTpV*uaVn~cX;?IIC(k{L?b?*(E6D$qc-^2 zaa&d*#xUcqrr=RVi(#}pPM(!Ve)63H1;rg}j&mJr;_;xbaH-`f` zoMoZ%Jk@&FZnoMlo2qj;9I3*84`YlgFi0tMuR=?CNh diff --git a/docs/diagrams/out/incidence02/incidence02.svg b/docs/diagrams/out/incidenceSchema/incidenceSchema.svg similarity index 99% rename from docs/diagrams/out/incidence02/incidence02.svg rename to docs/diagrams/out/incidenceSchema/incidenceSchema.svg index 3818e643..7a982519 100644 --- a/docs/diagrams/out/incidence02/incidence02.svg +++ b/docs/diagrams/out/incidenceSchema/incidenceSchema.svg @@ -1,5 +1,5 @@ -incidence   direction   wavelengths   polarization   oneOf         polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintytitleHemisphericaltypestringconsthemisphericaloneOf         wavelength   uncertainty   $refnumber.json#/$defs/nanometer$ref#/$defs/wavelengthUncertaintyintegral   typestringenum   infraredsolarultravioletvisibleotheroneOf         s   p   $refnumber.json#/$defs/numberWithUncertainty$refnumber.json#/$defs/numberWithUncertaintytitleCircular polarizationtypestringenum   leftHandedrightHanded \ No newline at end of file diff --git a/docs/diagrams/src/calorimetricDataSchema.plantuml b/docs/diagrams/src/calorimetricDataSchema.plantuml new file mode 100644 index 00000000..2dfacd75 --- /dev/null +++ b/docs/diagrams/src/calorimetricDataSchema.plantuml @@ -0,0 +1,201 @@ +@startjson calorimetricDataSchema +{ + "description": { + "type": "string" + } + , + "characteristics": { + "conditions": ["dynamic", "stationary"] + , + "primeSurface": ["exterior", "interior", "lateral"] + } + , + "fluxes": { + "conduction": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": { + "number": "wattWithUncertainty" + } + , + "temperatures": { + "surrounding": { + "number": "kelvinWithUncertainty" + } + , + "sample": { + "number": "kelvinWithUncertainty" + } + } + , + "coefficient": { + "number": "wattPerSquareMeterKelvinWithUncertainty" + } + } + , + "convection": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": { + "number": "wattWithUncertainty" + } + , + "temperatures": { + "surrounding": { + "number": "wattWithUncertainty" + } + , + "sample": { + "number": "wattWithUncertainty" + } + } + , + "coefficient": { + "number": "wattPerSquareMeterKelvinWithUncertainty" + } + } + , + "longwaveRadiation": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": { + "number": "wattWithUncertainty" + } + , + "temperatures": { + "surrounding": { + "number": "wattWithUncertainty" + } + , + "sample": { + "number": "wattWithUncertainty" + } + } + , + "emittanceSurroundings": { + "number": "numberBetweenZeroAndOneWithUncertainty" + } + } + , + "conductionConvectionLongwaveRadiation": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": { + "number": "wattWithUncertainty" + } + , + "temperatures": { + "surrounding": { + "number": "wattWithUncertainty" + } + , + "sample": { + "number": "wattWithUncertainty" + } + } + , + "coefficient": { + "number": "wattPerSquareMeterKelvinWithUncertainty" + } + } + , + "shortwaveRadiation": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": { + "number": "wattWithUncertainty" + } + , + "direction": { + "opticalData": "incidenceDirection" + } + } + , + "mixed": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": { + "number": "wattWithUncertainty" + } + } + , + "fluid": + { + "flux": { + "number": "wattWithUncertainty" + } + , + "temperatures": { + "inlet": { + "number": "wattWithUncertainty" + } + , + "outlet": { + "number": "wattWithUncertainty" + } + } + , + "massFlow": { + "number": "kilogramPerSecondWithUncertainty" + } + , + "specificHeatCapacity": { + "number": "joulePerKgKwithUncertainty" + } + } + , + "electricity": + { + "flux": { + "number": "wattWithUncertainty" + } + , + "currentVoltage": { + "common": "currentVoltage" + } + + } + } + , + "results": + { + "area": { + "category": [ + "centre", + "irradiatedAbsorber", + "outerDimensions", + "projectedIrradiatedAbsorber", + "other" + ] + , + "description": { + "type": "string" + } + } + , + "uValue": { + "number": "wattPerSquareMeterKelvinWithUncertainty" + } + , + "gValue": { + "number": "numberWithUncertainty" + } + , + "efficiencies": { + "photovoltaic": { + "common": "efficiencies/photovoltaic" + } + , + "solarThermal": { + "common": "efficiencies/solarThermal" + } + } + } +} +@endjson From d73f40f78b619351b05d45228657abea9f1765d1 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:23:53 +0100 Subject: [PATCH 042/362] Remove `enum`, `array` and `$ref` where possible to reduce the size of the diagram opticalDataPointSchema --- .../opticalDataPointSchema.png | Bin 226764 -> 197179 bytes .../opticalDataPointSchema.svg | 118 ++++++++---------- .../src/opticalDataPointSchema.plantuml | 116 ++++++++--------- 3 files changed, 99 insertions(+), 135 deletions(-) diff --git a/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.png index 719c4116f49e2e0e988dda483ec54591a67cb0c1..c633dfb46352b094bd1db31b94cb3ba464f6ce3d 100644 GIT binary patch literal 197179 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%0DBudlwUJngfY>)Jh?=0PI7Pg0- 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 XiYqJ$j^a1aT5W~P8t059en0*P*osPo literal 226764 zcmce;1yt2*_brS^5d{GYkya3pjeydPNJ`hHL!<;`(sl*4>?@nx~Yn~-O+!?ItG_p>iJ_@rZ}<1f=!rREje z=>f4!t*g(tO`i}rCnSfu9v8#CmfS+IQ?n)MA$1@(?Ldfk<|#krN`Pa{ZpR~ovSJSs z+NdTbac#TOsXpA~C2_ZgAG+V#b>FF94s6s9b;kW1_B8Y9rU$_m4J$>$%bO=j-iP&f z8FZi3P|25yC+678%sZ=`bE0n}^I$USq$6LLSnqMS(c!hOOp{yJrjcjTPja8!#kwNo zrOHI2_vQrOkEg{R65?jfb2?smhz)c53cZ479`CdA_C0D}4G0Fy;gOg>ulTV=U8@?Y z+P|1<6EDW7E&4&Zp<~jmgLzng-^d~85wihDlif16QYZJ>r~AHP$#g^VTx{zk>0`%P zgdfXTjPMf>D<2#17O_cZ%}Xf3bH8ueX2Q%F_=kE;_i+Ty%In9Jl{^GqAeaF%*#%*Vu_~6H1H+=}@ zb%^xjU6kI;@bzs!KZ8mPz+I)w{9)HD6Ne>o`@VeHOP`L8$j$nJ-Rutn8ZzvPMGZE% z*@a7jef)1^L_{o7E;V$RjdIcy8%TzE^Vq!{k{xHIWn50V&{5r&g`J=f?AVQ7T)jbD zp~OZO$}H)1Nt#^Mm*Rm4qQ2a!df`5zj7hcB@|-5R@@d#Zrm@cWoWASmwo>)*hRoYs z&&XF4u@PA;?4(coRu+^9D8Ha63_>oRL|r+@&S5p9WwL2mvQX?T`T?`@ zG2_DT5q(-h4QX?xPq*DG6xR_SKVSJM)=aW09RAdeDsz5FJM#p#Q_5FGZ%sxW8Z#q- z>IYYzksHeNYB%;inANn4Kbaog7%Nq#LrAJT`?N2$Cu6_|nKi!sJ-Zcg)i9y!uv=zt zVtQnVy&k_}C@rfLSD8XTesGcfGHL4cBeDoO5x%T@%~v=b6wr@CZMYZ$7DU@ubBGpk z3)=+N8b5tvsVp3HO!S~B>S~v0EN}_$_N*`)zimceReWA5x_>eXO;_$9Xd1`b#bi6~ z*x9u!=MvtR(OQ0R>WRB*>^1LOsKevFcF4+kk`CII3hRQ@ew?1~MXf(lpOCNg3Y~d& zoi$1R^LBMj)N;6Tzw@r~>zu~>Hr#x%%He|wj@a}E$L;&m1TQ?LC9ZS0Fm?DPLyg-K zD|>D$u5!t65&L~nLePj#4BMU9f=~(yb^P;H_eJC4bJu$I+oN_?a^|lnih;QG@c|WBx>wA&bx4O z1dGLgs3tD;Vh|SAW30QP!YWR>i$l)ZNc)2y-;X2wo>K?mX_7n`KVO>6si>ivBFCn| zX4;#?f%f&+=(-o+U-lZE{vtez_RJgOsUQn=%~vS~a^tV0uaqX7YOpc+v{U?LZ@6Z+ zQQpUP<-OlKj%l4$nS6M zMNz0_UaZ@#L65RFiv4(fkFNe$b7iAXFYx6{b}TH8yUT?P3=F+mH|NR!+`_En9F6#8 z?{gO}ghob2#>E{7Ev4!&C!b|T=IMQ@}Sp2orI#K`f z+}vF6O0oHQSOa37vW2Eth2?j>(X8{hf4^F${X#E^_xJZWRO&SYIgQu!TK%;n@}wv+ z7vOk0ue#)?y>whvr%0x8O?WbgG2XiDxRzy88sncuPRkxlA)IN6xPo&uPB3R!U!QvSq-z^klcU{OX zF*Y{VBtz5pMRKTwwy>$V?=R?Sk;P^bF{(B^wyfF+FZyu&Q)GpmspHXld;ggfceZw!&9~9_yn+^A3x)RQ52`PBl9TvZ|#qvd1-nXw#LFDJ>^V-dR zgBa6dY(pL%?EB!8O~100sytu1_co9I3~ z8)3VcU(A9mIE zot>RepPtYteE06%LT-(Fdz?Ud!~o6tiTc3!oBEy?4>n6`?vhbN=rq6R@YhkhYrH$^ zMcC9rLrtygwt=)g-siRBJQqvO8R{6*pPm@v#b|To_3PIVs7eebMC{tCojDZ)rBiA0 zG2EX^tqrQ?zSg-$W^0uU*Lc*NsQEFD*RNgUUKKX=a#n(0r$X&4*J68ulBz0QL~pcZ zbvlj1L?rRYWzTc)UZHg?H*SQ{qVod=T0bs_k+g*!#vksPtewiiE-~O8q{STeZ` z8-l#?$(s0kuoFrt!$?KrNt?r1+1PN-T)yH%=UBYCG!VV=uzZyF*xD5o@%*>3THZT5 zd2L5&=&{*Nv+nD)H}BuSfBwRSuC6YjG~^kRgLI|I%TtmD1_sHNkmBrlMwxQvYT;7S zhK(V#-W4m$9B3w|nOMh`_bwar>D^&G4@$}EInEOkmp~lk=d+?`e{Of_?s7#SIZyt* z_nwa*KYlIZGd(q>!Rs*JJ=e@qbL0B;NG{9apsOM(u45mb*-p3cSdWXs(b(HwOU@b~ zq~zxo67pCXu0p(-i)|Xs_X`OL>F(}sXpkg|;k5X=KG!ABEgQ?bQN6p|Rizy$$@2V} z3WcC6H$Q)6X{pm-skM!Qn3xy>wK-_pzQ2*{fxZj5!(n+)gDY(`!A`Fvw2#kT#oda5 zkc@M2^u1U3rua6xZ~;Z!H_=euxQ%9zjbg2hO_RGuX%paxk+H+Yrgp9t&-FD3;IuiRJjulY;XCD zl!7h{WovQm-%+$hGnY~ncqS@f&us*H?1`YCxt30L(O39Af6hJT+V&$ew_52%Ev%4s zQvh2O+s4JL1sRp?@`ap%YPX6BnYe)>f7<(89vk0-<*T%h^FC2~FB~QB@9el*;?$d^ zp+w6S{^A0C@q^EI96w{1Tu5_zy`JK=J|_0~s7PfXczF76zJ%%)N%cHkOuJ@sBZz#Z zA($qaul-6K3+yy9QxzKrhfMDK_wUp3?8@)QYJI2#TvXh~a^k*fR61Gf>%ZQ4U-0BO z&MUHoYU3R17Z3aM>ncqdNpfa3 z8aX`J%7_UHvTCG_kc^1Xb-BBBUZ=tVDc|?Pal}n6P~*MuT*5$Ow4-MKd)jJ)dIDs4 zGG}h3GcDunGAAl*W?~}I<5R9DbH>d_n~Oe_E|R!gLymfoJ#p|!uTAZ))OZY6Iuq&BudBR>Nchp+Xq{4BW3x|}3NaL^^9voCJ zVYl^{PD)E___$fgoU3Vv}SLq zWvT0PQ<;%-p?n?yTr6Bh4+5g;RhX|)U=*ly^&vAq($x0Mb5&^>_FzI z74F$q9?S2{di}a2nvBD2l2dk;m$p^A$a!tLWW>F~ab*~eDT10Yp+Fe&U3GPJ#^UDl z80m5EmuD#{Q3pEgLsO7T7QYr{`bKt%ZEtU9JgJ@V%9k0=?`k3#hO!nb$nUTiiL&fZ z*MWqVT+#BeyxH#xs)KJhYk{f=$^Zk$ z_v;IND>Ip6F9%Q+vdDf+d7JZeb+52rP*qYI*EHfvp_jPjzV`!;OW&A`5R_;w>_94^ zVE}*|XOc;U1s~fyY5Yh{LzAq^Vas={qLKaK7X=Srine1LIQ=<(>nQ0n$)gw;!m|y^Ba&m84 z#rkWP?&+dF-B1sq?a2#?A8>Htf(*fvlZI&ybDg<*HISL~s*2YG_?AoeHwRYA7nqSoeM8JB$CJv+%0}w8=GI^-GSCSAY`g>ea(Cf4d?#k5nK`hiRTA7WNtPyUkBRX6pSqaN)xx^&voi~_UhbtP%KL1;A5`SUga6O0WF_kK(S@-Dk< z%f|8d-%Qu5sot66_E{6vYTF2*m2UC(Uk#KY;UxApA3Xm#8Xu0Nv@|0lBkY$}yr7%i z;NY-@25z73qa~<0t7~iV?mKf(lQMtA@Yu#VPe%dVo0*)1b^q>7hRUqA?!1{(cO8n&YOW2`7K{t(>F50qPP4p+@Y8zwq94_QDn%-ok>VIaA9*T63 z(APEeS;J3WbtdP082MGjxb+q7L`w{hvc#mQr0A#ab5%5JkBMYbOxoihLo!{z{-w}V zIajwz*L~XvHZ;Z6K}lIT+0Di#|KR3ViZG+IYhiHyjGT>PFvV|qu-|@Yk#4l{4#VD9 z=HK0rl=d3eOp8^%xVbKoV^c}m@GaYE89lv`j*bqf=TDzLb=%$CZy&17g?brECtJR^ z+Dto~DjzQ!%{hlCA^sxGQq^7U_DD#m2A)^o+q>gC#5hBos@fCb&xcjohZ_rFyDJ{{ zvr=%CK-T+^rBN_>@A&cKmX+VddDMwmn3&x5zSq-IUcA^{<8gQ#hd`azEN54Xt$Qp;c78bH|3 z_kH#B@>0vuP9JaTPFFUHH9D~2+=zrIUx50AL~xY;Xx2OEgoP_p0pz*PD9(g~!koUC zv5AQbl$4ZIRJnS3rhP`x$DB9)lJ~lH`;q;pC>;5oY?Gf%g#=8!(=~H*sewOX$nc|Wy8tl>$=u2cOGKu&F=`-^Yszf9)zbaK*|TRaTv&rf zJTqZPSmWd^c?M{kI8EJfmqj&MXOV6%I#Ypdib?9E#K<2K`*ZfWPAv@Pr0))DJH>`L+1J`PWZ4CXNJ zZAcMh@XgK5Wrq&5I4+XZptRy1^KEQw?CE&Qry8)=kOrJLBw_pX^)LJG zw+8i-FNHR`m3wi+)ZX7|+%J}nU{+LAoNs%{3mncbb}A#ubNzL{mSt6P20WOXtE-)M z6P4R~a9IQ*GyX#-ufyUj?gK4{_-rPh z`^E^mX^L^82Gc@pdGqyaPxfQjj^!f5#`EZ$-Gki~ zvcrSjU2Y>Iqx6OZVXv>;`)l!sD#6E&pG-6G*j*|?PJXYaQnLVRB7=Hurd@5Kfn7yZ z?(Nq;C``H3@ot+@GR93|3{g>0h!53E6s6zS53?|BZj< z%o##LDh@LhXgG?n=hG4ru9St&Ml^j07`oFKtGZlbLl*X^w45hV?ubu(j7Y!Y#trAE zva%AIPx&S&yQ)ZQYwLU-Xf*~02Z4VgYokhI+uAX@IAba3w%KojP%}iax&HVDo3}hv z(Kq-bM#CYaG=&f)DB1Ka>P7;vA9ze_P?>p!)V3F?(G4BfP27=XQQWBlhWfAvinFlS{-F~WiqgM-2 zmsVg6DH{3W?hu`jkRB~d&HknqQCULek8!_^g}$wg4SZZ&mv8TJdMv3BiQ@ht&-`D! zxGN(gBQJlL;7!toM~TIZuyI5`did~R*5L7pi3!;flWyU^VJJ}&As|Gisg@R*+U-?& zWKW*HNI$>Rw}dcgxsu6ANzIn+jn7Dki+@TC6#V+uK*ClV4NZJXG&0sXm6V00Dj_U9 z9NO(dcuLEf{bKjU&KtlG2}Pd5O1ld2%xhB;x%j2P;M7O0>#M6rW|(!S1zXd( zl>!vBMb9TU6_~V#uSVW75Io$oh5O*);&vMsb$Dqtyxy4aVFZACfX*-4In(Jgtf-`P zAHS@jwG|nt@)uS{?4Ut*iB7lT-|w}s*yZCmWUr>HI}Fj5OioOknvqjBO$smBNh1-E z77+opyl+q%9nEg~#>NKNU4$<1Yo^LN8QfPe>@ajDzbV$+Xq6yAb}iV~3{5ySJj)9U zyK|}WuO6k_R5&czMURf&+jfL*F`Tm}+4pz|=CABe9}&zdcd_Sclai8pv$gbW8fgKe zvh~r?(>u<0H@3I4@bbD~2uGA0evVFs>emw|P7K<0$wIM;_)$wJ^zeWEG!o2)$QZ{g12N*$MjjThf33)_-3MRs-`y3Cvf2bJ33xSKTBrPt;BO_m(9Q-UW{Sarx7~ z)8G7@NNppj06nWeAmysLv4*(9^mlckf`b73Oij}{Ks}wm^yg(mGExaMgK72D>(*bB zYXY9}^z@w6W6;WMFLmnl(a_KUKGAW|8WYTcLI)4B1!=gr94WA{dL$0=)epZU(ESZm zvuq;-ft{R@X3r+Y&fk`0GuU6MYXN#hyd)80KIdDda5T= zt)iIAGQ%^4#=JKR3Pu6&+#G${YruNX2fQ+Si0QzCg3b!O3ZuPmF=_WbiLee(jH{bl z?S~H^YHREL$x19o1Z|gqs-z?#Nhij~dOT0cE z&1s`YExKkEL#_HodwILVDu;ey-1S6wza7f5`qF{VYHB(MJQ`gQ)c$EF0HG%U z8D(%HZQ8Ws1l@LkI6*o?SpkrresOPaPkW$Z36)+x6Zgo*#^w@~+NpQ%ZtIw%jPc8) zsWw+e^pO5kLb_r}quil_Du&Z$pW|Ft?-B(kD+gmpcLX&}W&Yk1Td9v2aaq*&f%k@9%WRtZ%9Yy(=w^`vid*+Zp~jTiXWjCyC^(6gmN~iNw{xiCbn-La z(Wbtm0Y(6DmRU!_6Dd+?!#PYlMQes_0hom6ZnLtoQo5~w4xr%6ILTY>ad`0U+c)4o zreTx=Ngl&4QT}X`y2~Tnj>iCr__uw|=Z_A#{OaYi+FfoBv zGksNqtJT`P!E~tH{s>eiKg<@Kcq2vC7R4rEgipqW;s*%4G2kB{fADZ> zC15W1LI%}Q{FlCkgY8rMx=F+1{*Z@nMp982~!*Lw1btc+P7&0lCeA#Q#ujiATf6uJ8tsm7$d>Kf!XZ@KI&dQ=yt zS|V>H0jH&>4ZpVIw@ z{)=cm*Nh8fXeLWw`2Yn#Q;_cmX(BQcnn+Mm3~PY+i#=M!lk#^;WieY#k3dL`t3d*V zps~zZ9Rv<)5Ok!nhbPZmzL%acuCXS{vHXVAM~Q%(`%1hr137>a=p%Z*17%rcF`$YI za@l-@l!%Ck$5zD%VAMHIW0TlO(p2-loL<}uRmy$^1iB*K^g2LVVxSbj{cQiHQ1cej zjJwk$h?;|q+-(209$z9x!*@V&G;59>OWb4X`_P%q%EN^umvC%vZVnYPw2=T# z0n}L6ow-zLDXAM4+DKQ^MjVsA932ps{iS?NiKmY(Z7z^H`l}@R z1}gF_oZu%Bz3Mhgaa8D-&7d7&RL#1~V>5}7fv5*cEK7Fpz6R|MVv~_2s zF{lq%f~vPor#fSvLCwgRDdIz*=doW@G_Jj|GUD+iPd|smQNA?Ci$2(Fj5o`Ca!|#Z zd}tpCC?~+lgj9msN=hNo(Yv#N6%T$)OuZ^s{yseAwe|szWwzCa%DohB5Xis!JOH?e zwYT+@UC{xn$G_q)|6D9HlEF1$Nh%kd-)H8rpB$8IRn>6VtDOa)GIxQ^ffV0VVv}1~ z*iE`KatNdZXi$EBe%X4fJ?G;*%;%&6%767yy<%mNfYG%IA6yOQ8g>#nK*~RFI-icH zodabOs&hZEdzqeomzc~3inHV6_38sCHbS{Fl2iVF(k0d1rlfaYzC6Q|gW>p;)Y3g& zB3Z6nNstJn>{Q2|GC&6fUGckg`LfggM&C+*fy9>0BhmYNKfYg}lL`7TaLvau2)xW>+22!|IjmF4N( z40O38Sqb?D$ULN6s4Om>ib%o&Q1s_zo1p|hdzhnFquXR7zD^UDGsO6uY|}&`xZ)*hR6Eo;x7yK%0k&i?b{D-u>iNl*%m;^yPf({g;<-eb~dc zW_nZ8n{|Unm&a@_E+pi>PMF^d^PN2C*3N6>8@^ch`l_0ivwLfLrE)ERM?F_p0R4&; z2j6j`RD67Ve3F_4@X`xriW2s&XB8{eyC99>UAl4V)Tzt7b`PNKPBuuDi>(HF3-BjY z7<>{|(K=#gZElmc7%&1%PENMO3+XkL?*s9)wzjslJd{cOYB>E2a|NXCyRx$WFJG#> z2i{*cUU2_u7jRE26)S>6%^T0xJ=G<9fV-%zt)0rps4e6wii*L$(V#WjdVtZvCwVpDdiNI?|ID_S4Ev4 zvGi3?pX%#pfCoUYGUis=Kx3-X0en^|pO>*sxkLbYIv3;R`pPQ~#4l^37J($lx)|p) ze!8rEp>#-QQ7&ql(`LxN&tjx{$eJ!OYof=dmwj#H9&v8Burs$v#WDr2T_nGA{vd64 zN|YH*Er6Ge$;Qz7K&qO>{O00^{ckeK+ivU%9egJo5<@ZAvFNQd2`xnq z+~ky!Lrh~#x{1e7jyU$roszerigKML3Zfv$7I zq%Cxv*Q8WChAalJx7XL3fYNTV^ad9?arfERK1o(1Zd;ht-;p4!6s|Q}>AXh1IkYtH zy-#wHjPv1aZ+5h{JFn7v?rH3|75Aj1q%@1nlHF$&p-az1#+WVc*$Nwo411h;`@afD8AR;**blg6yj?gSW5>uy< zM6JLQ(VA3k?#$N`#zfaFY#}f4=@4Z!u zB@Q8F7Nw;Px86H2&isFrQ+Y!EA*Zh1RU>rz-;+}Z#n=1QqRSPSOk}&xNuzmm)4f>v zqhISd`m7bbg$;}4wjTHA8dk4y--m86vlKH6(`VIg}n_w@GV&6ztmOy_EiKTm#Z6=86YHVo6d z+q{ec9>5dwU_2m^TbXz$`UE@&ykual366RO`}$n>jZ7#Ez@V)_e(mM8Y;0}SakLJi zDWcq~Gm8cN?>=|@w@?oVfDD@O+_()}U(NlUjaGkqX|}#n+BaOS-@$iOVqIdyFq<{d z7)tNu>8YY2XoTu|nxov=f&_8e9SBm;d?-K$pw9n`mrO-PWpZI5vk4X0P<9Q~aB6I9 zY+CPBmky>*0Qr;goQESMK0cR}n_uvH^CS~S0S9rXcdiyN)7)lwEJgy?DsPs7j#p(n zO9vw9j)(|=TI9F_^q5*R4=|aXiS3r(&BF)DApSwB9^CV&CT%NSDjrZl|4h>k zz0ZdWKQ0B-G3&k$XhAwq>93^>{Yuf7GSzaIJ6?Ms7C3=QE*Z3uHZ)9f;r^mMWp&Uw z1Gs6yif#xrqijz|+m?WvTx?WYB~W~;Z$osNxs@_sl?mWh5Iq2`quP-t=J@LE@O##h6dke6R%W8P6s)H5J#!g)^2?@!OqSvXD zlH~EYHIx~GqylP6kGb?p=|lk73-)s=mX(kWkTV@jZgOxSy*bnvC<7)oJ%azyuZ1g0+54`AN37iAWD(Qw9IRK6C3 zKwQcCIDtnfFyJI4V2BuCTU@rMBA6_0MBCI$%F3cQ;oR(8GAt1d7j97o>rfbWm^J6a zFCDP4eRU;2rNDoN0C5iJT^Jew4GPp}0t#M!IHr?$*01}I92GkYL%=LTLDK=Kc7CNR zwH;VJJM>r*7aBZS=>V?X-Q9tUc{KV2XPt$h+#;*=(^55BwS9PdX9v!#1GLh-DAY>v zjc3s7KJ)fIdGaKXg8mTB%HP4r33)(!9Ei33-7O(NJjsdE<+&KPXL+y;7zzZ<8&B3z zgFt~^u+9br1@Wy^DhmafIEpf97AoY5zkL3@<58fmZ)eT*GRUYH4Qqr6kAOh8%qH2F z5nc^#AHLlV5_#ZUqi~traHVpxl9yl2-V_T^V`ynwK;|{~yKP1>C;1abo`?Jm^d)^; zWy9y3W)E@8TB>0t3K%O;aau9|Jx+qZ9n4-J^k98V~oBp>;cp3k#)g3U(0zE`>@gloP8#&Q72qH~f$Cxkvu{G^5SDKoY4UP);zj^ zIn3<)>56n>@>198^f`U{G{p0cK=RE;hx=Qg1d(38e3_C`5JasHAMTjrB@mp(#RWFD zE4T9*Ma8p_8kSWxan!+%Q2gIazEdq26iXnfA_c(>Cn+fjG7=P6ooXTlKLE8&H(!F? z=HthY>+9=;W|51{q<>*`i>-2r9pr!f^rKMw?uhp$` z0k-z5CVn?`b_~J6!6!lKU_u~#X9%jie@iU4IizJ|pvHPUc<=x;RNsd~lJ7Z!Mg&Lq#rzl-~muW0Pcb4;>9pa%+yBrUq@6I z;&oQm!=xVTL^B|2o>GsmbZ-Wgtz^7&j%H^=MQ%11)W`D&`>@-eL-asGRa;t1N^epxg%|onVG;xga|OBT@O-idv_N@W{DjD2O7uk zyc&@Lzx%H4=uvwxx>2l2QgRWSSxdTds>&Ehi~z>nAkFTAZ-^S$NFenNmn&A>P2E0! z+q0>2ey;=LCovMgS0*hZEG!ISFOfA#pe9-E0_H~ZA7CT``lp^0Su!FX`}uAVI{bWn z;R=epKFvfk*p8>+fvbP3k_l3PUyUw{gVYP&Y!{au91|LgBqLCH*L?#6O9*_LI#@{e z;Z&kPF@_}s%fv$J=@E~^ec<%=J4p|B_~w=_3V)`hA=H$uR2(*caX3b3Tu4!(wAC zE`KUC?aI>Iests3Ek*Gl>nssH87NkT;6sO)DoaSXEq33)0BC7&bR>p8>zoF!!eKHY zB6mK*T=t5ald4TqsWe=b<+tYXj^`gkGrIzGZbm0a>Ur&k&~Tt4BY$*=5H3L=ig^=I zxHL1Byd>vQI+T0uF2azZ*u&EI>h{jJEandt5WUGndq4YQNsx?r|mq2228FR3`(RRct!Atnfbvf$ugv{mf>F3d!p0F z1iAHd+dljr(0FXCvf(O|Eq4a|oQ$-zM)Te2N(#Xk>J?5ahHZbvVXk5bgb=2PAMEdL z8G-!JiO^g=H(qOrkOV2#!71EObyu#w@tyk=` zpm!=L1nn^znQvgnT)vJ#z*0?QATtRl`O~PuuU`hd?LeVv0eH5EqIhhl;grzJL;}m^ zK(xK$ahQo)iq)@^Lv#(B2}xAQZ-TeQEPc zK1ExfQwo2c-0FPyj4QCGK<3`Pd$%7(E_@}+fHDBct_SqC?;d#itAG>%48Dm`ZpEOv zEdro0IH(;*la)NEo3pc{VwW_IF#6|s$^?eWuT*L|u6mYTBF<$#9jt59tRjr1_nv$N{*9PL7xIGP_D2qA{+UgiPk|b7p77_`2~Y*zIkHkx<&z=OuYga23Ucw% zrTHI#mf0@JTR){(QP@l`@G{L(o+))`b;?v7BO zUGSNFJam8VG4-E4p5&xTgbpp;&X4Y#G@1PQB9||b4=g0R6mD9}o!zEI3F8=wflI@p4-t{TRafSwuV zN8i|+43$@z1m!~MbREP{rX*}B)IbQGBu?wk`4!qdM$--jo*BUBGr)XOX}C@tfU%u6&QN&I&S^QEHBs&c*1xhU#;D@Jz(B-;E-pq38Fl+zHMk`lwl7b4x;Zm2 z%Q-}3mJ1G{R27IwNi#T$AVe3!>HwD>1 zlz_sdrlj=79HwsGG=UBUAfwZINZcah4tCe|>({L;SnyjW9{e(}e*n){H_Zn`8XhjD z^!)oVWJ%Zmw&c9}h*jCJY=b;~vm}~G1?+j5ve|Ib%9Cf-9~0r&CqZ{Qy%%G=JYM{e z05x2>4Z;9Mg$9#Aj)41KDFQfB!20v02z5?@C~s$F)L+2GO(Sku4p#!q1NRJYw1!{| zN2Sh>Vz#{v=bvd|M)J%%^F?MgDk`cMK#ykDubhEAwz1gXWmTbTPI^}USjg`_(Be`H6?tApep13M29o zLDJQ5<$wLCDVQppm(!2pwB1kexU zaPS+O_T>ygL~KUX?9uY@ID`8Ew0pLUO>W|LqW9)bJ9**%zKuylY%FFR3`Qe2t_9W9 zcz}Ydf^og{uIvhk!!1Sr>rW_oz@-Wh3>13-GzVB5^%r`xGb019-onZS7rykrRufAL z7*&4+;BvedFJ3^(+T7aWIzw~)`U9{5Kt)ZzFX#=S@EsQ!v|>D0c~y z2p}IiJ3CJs2MTOP>R@(j20YLc&t0F}snEDj(!@Iifgdmtz#&rT%}nqw zRHaH8td+WKqY1Uc-yXS}+_|8>Z5dzT&df z-BvYG1nc07FH;8WrX7IS;EZmoHT9aEKc05WaoE`eKr-mi7*31`pcX#8bcZ?rNYM<_ z!sVYKv->+_=C6Q31Xl?9dEknF^@0FrbgGfa{waena5Xo$BT?d#8r0#O*G?*kfF}WC z-lkk}VLsTs`=9+% zy(3ukP&vGewK_^SnV7NxC9)n;3b+^=8ge(aD_clu(L`0RC^_T$#i*j^%|F7^(kRt)d6S%fO0EM<(E!wcqY-+Q$z)6We%&rsM_LQ{Yko4H!6 zLzfFr3fqc7LFws$#Ssrs3{zl#n37;EfiX&#EI|#a7(yaPbiNkBA^HhV3oS=<#nxH)nrzY= zfbUXC0_QCv-+kYOXs$0e-nSB_oDmq=HLU>*fH~9#pI#~k!@yqJb3t5&vphBDu9_5J zh_2zJyBA=vyjF)mi$h^bP0tP41d$lBO5r%D&n;hqqKPl6tmH@E4>K3HhoBB^{iQ-O zYZc2hK@{ydKOmgdiH13ACh(e^XD5c8sCpn)H}7X` zuCRdt3-iUS0)1^f%m~3sVE_wtF7Mqv=q|30^pYXus8&~%VkE#~h8gkK)`4Y&DvIjK z=%ESZAK$b=_N5}4X%SO^sKILpu?hB$@>V$i$uUt;={Y7nwCwCEJ!T-C39)VVlPt43 zV^E9JFVsTMrYLMH%|LwdVkDRSYZy@EpuBupU0pq`2{Olj1>opkNLAHhAU}a3_c+*| zL9FhrwZoga0Mv&f%rdgMm&WaOJxTZZ1o!2CJdJbb|jDVRv_aJ)M|Emzyl3WuUS3z>;p5^1P>&V z(}0Nd_4PgWCa5-~-40DW%65MIkmTp%!?+Lf8LA8mfPz`YOz9${595j0Usf!aGqSMA zSE+KrTs#uckTPdzXlQHTzH`pF%rMw6?T*_@OS6<%v_!Kuf|)+uMqFIHj<2f23e!{{ zRb8uLLn9*$%agGO!%g1a-os$sz=*Khs>ICDk^%Ng@CE>*PVEq34kZnrek1xBoJcd} z8+z5+MW4@Ez%WII8BB$TXTbd5Qp*<;lhWo%F$sy(q@;_)#4I}Hg>aG)m&wWZV6Xzb z5!~9CCHwJ4%uhU!(hVFj@ND)g!$V7QEb9MC$4-rh`y+=GJT{_eFk%fr>)Fg)@emqb z#Oee<{m#PhFGtKYrfB}|+}Ra|7CU|52_b(&yMnQ%J%p|)W9A&Vu07Ug6??>|uz~&4 zEJ3-!IB`ofS3CcQ|C&sKwuG%uwZ(!?ewh#q7vZPb0jV)D$znr=Acp}Y3>7S$TaZFn zr*{DCk!&=^yh}#=HEloAhLX z1^_cnK)x?@Cj0pU0mt>5plagE!uyAfYWvY`m&WtZ7--;Nn?3fKtA*MQ9J`z*s&^uy-nX2y{` zl++Qkgl@ee^=OXP4My>@y#C^NSG%r%?_Ppy_|*6f1fui(*Em7fU(_nX=hENI>VMu1 zy#}4zF!<(ylK(a2!^8xc-vS(C7Tey$e(<2A|M-}e_x+M&rX*x!j8)?k6WO)LIBILx zUq?98yQyb_Apkt-PCs`D3+uL69I%`KbxL54p{%S75fT$q2|N;bwQZJ|QTcRGcIHnr z5jKXb4qmOin@p%E{gdMw{_Uy!=7&K!TQ!GnFo1@cnE*DM0i$YzbxE!I>L5%n=**DB z`e9cZQ^-^G%JE~&@kc;YyAsA~c%8nD0?7@fJFOw#s2L-MK(x8TxX9GNUui=yP^^S$ z4Uf3B$9{F-p9us@5+Ah8bDhbERcPRol9P>$joo3(F@I$KUw>4Nal}J_r=#C*x0xc=DGnZSPHM#q6NeDKh@P~ zBy!G)l)TU2E;-ho9pQi)(s}f2e||qqTR}`rOrYS-EEs{1(LgvGfkyVV*n$s2n#h`) zoL}`+f^VDUP6v!M4jDBsdJa44ri_&KHnKL{YDl@0w)W7HdGuiN80aVO#A%&{I1`}>wqK*H@M~4{U|sw$O#l6Ou0v8nHym=TfFT{UBut|b;KFh~xOC7LTqZO$ zH1-yDcI(7?uEFu~@!-njvY^OaWS>N_cr6Z9s99wEfXZTcAIABB%mPTG@*X4^I3jlq zqUOOe0Kon=jv}@{rak;k4Ww;^goeU(+g<53h#STlgf#*$5F=v0??Zqum(9chh%G`5 z0sq`}ej9ph%osLwEr3M64q{_fwlljqwQ}@H?tww|5uEho4w!Wz0!u<@D||polMV`2 zP-(dNC=SpZSe1<%gWlnJ%Jn~wK)j}k=E#pj^DIYsa)M% zFQ}(HG40!TokyzOcu@>bf8xN~XpVFpkU|mCBhaVMIvJ(Dj{l$%opF|e!UDA-m9hk% zkYPP4zh%{jG1F$ECE|BKJD!ut7nNZ};ool)Z3in=c!Ib|vxSGOj92|#rw)(o_L%O7q^`C#)hn@l^ zDKhO6=jz2?I{q`R7k&cagiF$Q@80^UitI?&;`uIcJ*Et)4fbM<5n?nFFm`Ij*g;#^ z+Rso4?m@GGu$l1Zf=o079RnZ(m0;M1jMOv7Mn9-o@7#nBV>)m7_XHe+4+c#h#ZYv^f#V34iyVOzfh<9XOG_FZsHj7g&INKO z=qLepWW z8IWpA(T)j)(H?MYe<;GW!?%tz)`~s5hwmf|iL8$u7nMD6@x*bC3zg&O#T~|uOA8K6 z3)2aGGHju!vM>@l^%T$hrNOLMb4*JoJbmAYUN22axZ&G?xPoTdGTYiZXwwp+XlohG z<9)ZVUC%E#v%ei<-xjqU&$rI^ z$9L8`Yn`>%KHg`zpX~c%qWQkqPY32m_38{USm8*p<(?Y&z80*jhc=3TG zYT7t1EDY#8J0&eRIylYhh=a4UUY0)SNHn(+!orM2XpHAjY^-ait%QNXcN{HH^4@qr zdJX{xRh5-!$l=VoaQ?hQ(L-Bivl6cq9V2AyL{d!2qI$BzjVuur$ zuoF(MAQkS#ZSUB#=Z3s^US1w{m}C0-JNjZL_KAtPIyo*Qd31pT#Od^|?PVPyAtfsPQ^vxn?Ko`??O2QkWU z1cU&iFHeZu$@zGClIQPdLW<7jF7crjTOa+5)V}(n;LikUne!kvJqMq^e}6PhR|?)? zC=x?TAq>N=3ExNRdmX?oTH4wO{Tfgrk&a)Te;gxy(WrgxfumP#dcG)6>L{zJ$w*1@ zk)o+OqpTw%z6_Fd1b)*1iCH#prcY>TX`xj{C>rd(7=KV*_ISIrplur;AFqG&X2psX zJGk3shHFkI$nOyndRt#FASgKWoZ!N+6!rMSQCSBF-SLurys+k-bh72Z_!op=FJT*1aI8#p3E!gOyIWe zEh{S%5D=h**G}0K$!WsVh&daWcGK-3wKV{@G_&*(&=FLq%O17&#C|Lh{0F@L^HA(% zkoTyk=?)GKIs%*@jf87CGSbM{IO^x_;ohvFrv*)$U+f#%Z@;n3YWmgdPltS|55x&e z^YUoLz9%QJT=k;c|4mUwWW2dBqiI6mQ~zIzG=D$kY#5X6K1xG-hfUPT$mr{-6pa~s zCa>oAIYvTj*9KvW*tu(0P$y{oO`A5Mm2h`=r!d76dK^|F?L+h)&@WIwQqt18gt^c% z`ts(WoK(O4VE6!yRr2a@ys3G6-<9cJ^mk5e${IpqVq)kIB_$CVfSZ{B1uf@a^0)gG9%mzS*3%*4kS zE`Y=I47YJzx|JV4nmI=&(;FS6@dty@ag;e!BKzRNEv>6kuhmXEB2Qr~078X#lDFgI z^L1sMhv?MMj%DaGJ*Fo5LbRVLDgB72liKI=%S){YE)>Trk6uDy!-TxXpL32O7;%x= zb8vVai9~%CYVYa6zQMsZ$=MxV+o#+I`9XWW*)d&R zBL9H@=4Ro`IeYMN>nz+qz^`|uPqrqErRZ||@w7(-0IXnyS{1~t|32l{5rZs!C-`gb z7D4IVTcRhRfP{b$PcYDg?HSf0W=Y|YC+56@~u)&3U^oNpC-qPtjBUh)#1-m)T zUt}P4{_FNmV9VrrF>ARr-Sb{C!IK$>OrS?>jmiSrj@a@j7JH zp`XxTbar;;82FxS*vOiDPFF&RisU=QFCh_mPmkuMvi+@}ax2N_)m&WeN98xzZWU`h z6~lRs7hmfR1`17v5lL*>{*A?DP;&7j8EW6YiwjV&hS!RViE#PFu-v8&isIWqo}x&6BcBmO|<+0;P{1KSnVw(=|5FyZY@Iv4M~emq@?I z!0y#Xq`%?oUTd5e9|0`d-roN7>5c2xZwoeRIg_t8BN^!#%Ut*7&FAK{wJamd=~(q# z@evV2eSQ1=QC^vtnEV&)LkVxdJ<}&#o$7K9&(BK(aSt<64~Syj@nLXb?sLjN9Zo0@@(#xsO~ zbH}ym5mu35>Vns_CVmSq=LLvc5#`C-`uYC-y%Q6(L7Rjk#2cADHTMG~2a3{MoNVWP zT28FN)aDFI8U~Tn7eIbTeyUWW(FLX*hg*Pv#xu>J=Jjhh71Ko`71Scm_ee+Iy^C0q z^5o?G=G&i(gsaiNUTLJaDc1b2*42OSz}Abdev@HqskpgQ5Le>NqNaR^(o^C(_KRI@ z9K=R%HmU_AptUv^W=2&U>nZBi^rH;JkBLieyj$pYA3FtKv2_cNry1f%_b(pT%I~wA zgcSXptu1zkH_!i7*kf;JA=VIB z;8Bf3LVm6iZ3q!kVQ6TmEjObN7x!HvVANV!M&>EJO$Wc|ZQ$h89vd7R+ieoaFF0A{ z1r!duW8y3J+|10o^4`+6qA0S2O%v9s^(U>(P<{K~0xaO>_d?E3t7@fn`?Pt$t7x{s z2sflT77naiw+`eBp1*0>E0JRmDnAFw|M zt(q=Qk2GQ5g=S?SVB2X8rVQgdk&)Gvm6B3Yj(d0PIE6`B#Rkjs0@O5BN2AZ~5D%a; zz}A`v7!tjs$mutU;rs#ugT<||A`$zWNeu*vu;K?$x8>g1Y&7;FD9Y(%Jrxi70(=4K zQOz6UMb3njmC04R7Tr7Tr@s_IdAPByu*vHO9&sk)-y0G<49P7D(py<}UAe0IjqaH$ zxs6O)7(FFMLp&%l$)tq{r(J(@O#-wwkU%N3(1dFY!n7f!-9I*VC=}Zc%GIQ%lIo4k z+imx}VsW7Yl9=jOaQSrXrW->!I-j@<9zF+J^5pQLvBANrL8yKkw?$rm`c!69X4y2Y z3ZJkh8(RzvH~M+G81~(@wAMvt?GlQ&$~+s)-}cUZ%J0Kgc6OwtO3gtvP=>K}Ie`Fl z#{LwjaswZz!^#3{esL+{ZG`J>3^i6236{E~x9z#FcvkZcWkmf6`bZs3Eqv3Jgq~q%QUsLw5zr@ zunrybFx5$XUCG{#j>3^vm7+*h&DF7Jm4tsOnuiA6V&!ceC26I+v&tXfJI@avZ8gF6 zrQ!#LfHk&3OMb>Aia^t zb0;MwC1A|PqMkbImq5!Ifo$uP`R~a7(Bb|~b^0dl-m~W?Q2K!*V&NJpXMBO+iN2vr zo__O4mF!ARBfFR=%}f9OTMkTp4IhzkMNo2NONISJwC?+fS!Db>aDJ+bzBm#vI zG%eoNSJFB5P^mCt#(1rF=W5*7--Y@32!b3b)8%LZG5X@7KkrKL+OT!2<{57|v3-7i zrHLDBKA4!1aR#DWQ`0Vv1Iao|bGqDxw1r%S(zG)PK|sWom%wu@fhm^L@ISJY0U1?4 zGEU_W2sCxI>$|i~$-?!oxC9xjS5+m7Vn0k5%P-2+84fOv4JBfx7z7m%bOtVYWn@~R zAWKVb-=URHJ`WD=EHlc8irNzCn%4yU2?5;){2AIL)$K1Kzl!|kJTs-`FNlA>?l#JI zm48gFp~SuxQK0Z^ib#KrKY5A6Bj3xtYCeiyXF$Ky;pSDAB^uA zvB$(gt?yxSK^05*b+<@d+a_d4KkTG5?cnb>y%6I)z>sPJ3-?M$7dVAr#o47_-%p@ z1kIJAGsb-N{*ev(?MJ0Y1_qSBVc0@8H8D9CmQyt=d5Z_M7vvY+FDM}N*-|^Ra)R3* zGf)orvLe}?cx=(s()DLSSwOMDGHZPF=nfv9Kx$A9YSC0Cp$bN9#J`hRj&TDJ$}tYm zUQk_R#%$fRX_saRYB^AJP|0z`hOZSXxjno1n4t9!AJ96uc1VA0ZEXQ3S258Pi4PUa zrZO`7d5y<`ya);+&=qCVPIG)cDBO=8JxUJ?z-paB_riWJGjla9ZE`V)N9a#ZpH4rg ztmJGC)jMP+!s6mXsXR2+mjQR#5q2YljzirSFXOHy9&xU*yIWpHCI-TUb(Rwi4Gn$Q zZ^Qb$X7%cxYd^vHf}08MKZoR$!Z_=BZ0@}2S#LG0iMmfc++26rg_hH)O&HKc zC4$cVUTS9rh8p4yg+hI@Tt~SJPwK_~cauy#4)%2D1>u`PDUXSYYT~ni_7VP96CE9$ zqUBbNBzqKUX?&HQvlDXQ*D;odYP`WV)ZhmEM)qrRy4X%VcY4u|tKaT#oI6qfxFd0E z%%kn&0|qy#Nsa4%Cll;dhVu(P{qxgJY8i*4xGwXD*DBir9Y;<9_H5w{G>I8VwGDoaT93CVH3W4hu5lBIG^SN3ZWpv#xe?bBo|yLrPqR z903dPY9+{*ft43LbL!L{;{rt1>2)4Qhf3?;hc+~ldYP0@+=zOE>6yg_Wp1K9kFCt) z=+VX=VAE^@e($d|Uqeln5EEmW~R#rrQXIyG39oX*cxnE}Q_^U#Z7CTj$N0O?fo=boFt!vwWB}q!2 zhYA)lR3hK=c)Ud51l@N`D6-s|Kg(((DCq)8fOEr)vFY)!NSfi z3z>dkAZ^I`3l~0gcJea^q9+T{Q8UTXhnc~+5Xiig+vm-i8R=$Yfd3-XyAYse7RACo z(@59TzbVn}&l8}2jNBg~p?gr^!NdG|3_n}Z(<`0od8y9A&O;Fa56IG(K1}m1(7v^|w-Y5DZNQ)_I{&^u z8C)}8kj97Q2@{j-dF<@?2_*6v+EU@iH7nquVh)~T7JZqKIq%##*L%#|+?-a{E5~>a z1A-v0) zKfA;X=-q5|8qh_&EV@ekpc!Y5loD!lh?g2*fI&ffR&D*yMP6IWV zqAKeZ6n=abNzwBmghog%N)&R2_a2wdUDF!zTjvnRB-v=m)y#3G1 zWrc^~(-Y?m-e=GnLrl7aG_dSPcpARx0=st~O431CWlh*|fn#QXK>;(QD}FF6f6}W2 zr;|ieuPk!0HPVuUJqBx8LJp%GAo~gPDMWkhYv|~viTsFJ1)pECYA~cLo@^?{3n!pE zQr_RcJ_n`!7=>be^5nP9v-cM9%}(K*DH2%~TL?3)im7R=?8^3nHeqk|4`J!P7fRP6 z1_3({K(^gz`D;K40>-+dVP#^%ss`tdW+yp4Jsr0(T!UcV%;zW>&>>WYLKm)cfnuwU z-%f1*^V_4bAcGO_;{!?(nIjE^4B)TpP&E5S^nkab^|yqkcZ%+4oniI#c3bV}6}HFb zhwMTGA+AQv3DZ(XIbIolj;!1O_PW!>d=SKRIzM7s(_SQ0yH|)3+WJn*%X*A3l6&ZoX}vwdY>> zTgB#UEG#TQ=D8!a<7KmSvm*8w-;R#14TUCnVSZi?ogB=&?DL372Jnd(Py%e)zk45i zxU5IIyTgKK1X zxSA=n@6|r2jV$-5GJ0@}^~Xfp$Xg9nMYx%&Eg zYa3wf>^Seo6U32FwEBVVwv+=9E9S#@v{5Zn$3wxp28Gf?57LLqBeu{huy;JNjnO4Cn%TkK z-_S^dWwNfmesHzzDcLyUOeoerw!ivz!oY!D17#HI#6=lUG)Kp}_Q=a$#O{Ij8@r>w2RRg3pMmdKc@8o@ zsqO4EIn}yZGdSnG&fC+n&yiZkF_4W-S$7`LmHtrGMuX;p&8ZC=!ZBo80W40u)KyBH z)0b%edt+2FHk+EPMC#!mS%yWg;%4^-Ow)rYo>O zH*0_zx;{}!bP^DkItyyvAPz=gg&1OI8EU#tW!mgoD*|Ax^79n$KbBPcs-Uni)d}S| zoMK?IQ$WE%hc)tAE7{rO!iAR4BcM=536upt_wsj#rzr9OqNQhx$I0Uq#>lKCd<@S#LeL54Qi<#6N2 z=YC%gSp$;1O@c%UaDIM1SZryO(>5Ob8>E>7xQeNZwRo>m`;AS@8O-J(lO`|2QfnlT) zkxZ6n&dj34a#EJx_Z9W1aZ=gzne*?t2Ir!S&-Z5`Cs%ThTpV-ZxZZ8 zJuk3hl(>H(W?|{xtWIK8CVmyYIeo&=upJ&pvMmk>aXpLgHBFb#`?IA0o`Jw6v^!f} z`zo)am6?hwKGFKMW<_J5+wsm|>o3V>CgqVU6^nkq!t*tRC=3{92YTGt=(Sq0pW8V_@?RosNXawh%1{tEdVJ_^&)^Iz8rl{)9LO8JJAg+(XJKf#aXbwnvQr-)Z*Rk8Wm1p7DfDX!5%~1(FGY#p zuqJC4I&DG_e&on=KSVG!gX?+-aF)o?vqA4eBCULZ3j<??S%=XRYqc<0& zIaZXkIu^LHmv!Ke-@eB2$kTX-+^)+E=DsGl1?&n>Q3| zSX%B+!OKT#l}`qPXp^eOyJ@O;Eg*0MEE_D->Blb}I;L0nT*dfZrC5J-sOJu|9cCQG zq=mz&8#qfzMav7#H&!F9PlSuSy3p2oZJmT?m@Bq>IOeghp97%6-tp93D2^dP?!u$r z58rR&h7Fc*H=r#+1bbp)B6!wCZFkxve?8fe;m@PJM(6f=ncQ4Ng~}dw3q*H$h;8IG z2$^o5w-IdjeRP-Rjruc2%NrR|&HlarH! z?5V%6@4N3h+L_mmM`*sa$Z_rPvv}})@15{) zNI*t>`YrMLXze-+ubbmwpCp|ni90#WHb4Xlii!wEng+NGULa=bj~_o0`KPvg4m$dv zharlCsaQ>a4t*-vef~al5QSG_zvZ-wOXu~V)FZ(GS;~m}6R;(Orfh6%*)Yhmisj^% z91owprz|QVk-_k4ZtlD=*V{sD^nh7J=P=3Z{Xq09zeTabC83bihgDct(R_JNb8>d) z$#_$++s=c6v6O~F4A?qO*4V0ca9P`l3J3C%1$|w(3Q1kJ z(WE!Eq7QrJ_n&w5D^)iu^8j%&S<_Q0Gv!_7>EsX18`GO&8pQ&hE&Y<&1R$UzOK+F7 zQ7Y5BY)#a^w4ADsYoj|@=8w-IdDmy4hOu)DPKByaY!c}9iKO%0yMw54zS(=6hVdYX zm5t5$1lsi}L9@E_Ok3@{#1du400`4wFOgLWrnbSlV0$7nQS4vl%PD`+WWfgcdF7>(`XpM0fzQD73no#mxAJNN%+D<;coyGenJDg4pGDGLO4Z&+aM82c4$Mdo?sK9dSZJ=RJLX zoEadj1{H}Ug#Q4e&?PtzBrN^RNJ#j^W?#Bp@S+^f6Tt2VcIYCZVR!$sZp*$@4DYnA zefLq#_1DqT>XK8}Cko2-YWxhOr$(4|)AI3knP{glNaPH?sseWa%vd+GDe~Qa(O)8! zk&$_3Pa_(#35;csh~s7pa-_<8t}$b96Zfg_;NVd6=FLD4%t13#bwbV_P%a>Nb#*Xe z#ra-wfgbNayXrM|ld5Ty2gN$R= z-sfEc4^i&u<|TJWb0Djk4$yCyFtVmjVLZcePT!#j*B^bbw@p<2;6X-5>mPvM9Xw!x z;u18I;m^p(I7DMbrDT%k>W1&Mx$0!w9>lp81e|RMxgKnoRlOqM1!1~@mOqfXb@w66 zC;$4)CSGGC>^=pMcEn=8n2YQ5jPi%5^ok{CiS;M|7?P4(j>FOyLiFDl3DWiMErVHW z(GO%GQh|K$3n+j9#GwJEI3HdC3@avA9d6RsPr zd}isFgfkchh8gkgg7+wX@`SQ5rg-}F5KMZi2CZ)@D^Ec|$v*6dHd?c=@X@28L`6>H z=2yvSiDK%`M05ko$iM?o>0G~{C5H)Fm5u}PHAz}F7}rc>bwf82mMzotx7xzq6sz{i zuCCbrW~%q49wPLf=g$*C&ZVWXewOI~0Ae?c0oX0~{(;Jyi30rQ-M3J1NI;UjTQiRU zNwO?}d8{wyUjESseS~VDXXU2!Xlh`>rV)=aiiURV#5o0<9FO!A9ObhPFAUz3eAcZ{ zw)x-#n}{a}L=X+D*BVm|+gK>*%d7J^uzR(Zc5}@BFL7kk>qN`3Jc{?k<7tm-LI->B z>D|Pj+!PBvApf*|H21Du*0Q4%1~=@jvbO;RnA-9LA0u#(6dOV#5(i+;#(Q=JYYslj zt3E37ttse15dHECOIr3kCJ~^W7~l@wV=R35FeSbjcPY7_{*K1ZB1WGwX=Jj8?>2%G z-sAoRW(KV71su@@Hz`eb#pL#dXP=VB+Si6>&$PM(tNa%p!|=@V@zLpt;q2>dt6P%X zvB*2OR3@y%VEY|Wt-4wGY^oWhZF?2g2RzIGu(5FTE^sc)F;c*z4AVM^NqqyVXU0Z0 zwz^QnlfO73fZ2c>wu)r4P#%>*1Rg>jF3-ElOhPc7-$d4P9NGN=yxFI(R=NgWMwu;q zK;|P;=iCrd`V_bF(hdjvvX=Cl>zCktMhY z;CqLpZsOCk1nyQAP<$cNwfm#BjvQf(WYhETcp{scaxGVFwnO40G)wA8Ix?X2hhhQAPLQkX;$?r3(os( z;2O!?AIF%)-w@;iY_Z#ktV14K117RL`}!JP<1VWs>0d9r5KvZ8@!umA85ZWOJPr*U z*NeyVX>r%MAx9CNL!S*l;vMcnZmOK?gdJ2;>M>LVAplgbhB;$5@2`Oe4*w7@FXTef@ae`y@KB>EKEA_=S8}?RD%HErT z-u&HQ=r00y7UYyYuXA__f!+OV*J{aTr1Ja+x+l|-j4_S9?)hVZw71_;*}kVmn)mT9 z)NGK@)Wil5Hdxm`vho?B*Bbm@;qP&LWydyK4@Zj*GjaR<=)K7Itl|Z^sqQ2Gz9Qs+sBV_mqB^5cVJ9~O9YK()wk6#?0Ishj5!Uk z#`q9Akq^&MjHo=|gAf#|zm=4wL#r^T-l+#S?KnjIULK- zau&F(fq+@bom$-6ARk#5E2yQozEz_gG%A6a3#*4Clr68@SY`1r z0*oB0LD`d1Qn}_Qx&e~@yLW3CZQfp&U?hf}UEP(TQwZ3o<-*oBsNaP>wVtulCH8d6 z>}75OX?l-V07FqBuaUy2D2|54i(8e4dsWUxfF%*H8 zY=hl6<{XW;c{O)uh`02)viE7c`Ed^GQbjm-kehTc3NiWGWYL3cC}$;K_amN3qt z%i)guj1L!+AHhxr)%>YzP(u|e=>5RgAcuHZE;}nLmEjsuM(dM2aqsXUK)h?+3l~c7 z__(HpSAlqeQs*4{+}8N=FO`e?XG~91xG0_EXsV7x7p_y-HeG7YUi5wUg+@qm?Ipta zQz2)feM^+Db)dwDpd zI0;r$BzPP=_!`WArYt-JlvZ*b&Ocl1s}kmz>jdIKI;gCqAH?;dXupa|72xx?QN7DYm#gzE3-rP$WzptYe})}I&>K+sgv7UH+9|zxaKm-%)ud8=J=ppp&H_cmY5G^7u@|9 z?jjxNN@ky&Ui0^*#x>D7IXPKbeDz$v6?*LNI`0Bxv)UPFbo$I0qip;2{P`oUZf+aj z8p~o7Ra7Kd$XQ!i;a~}IVZkT~dye{#ot>Tt!?s)~Yk2fk3AR2<=Znkr(y@#vqYXED4 zllqT)1qH>AH_*6#49L>`P!@BZ_HsbLk&)JqFJJmCe05p(YS-QyFqrgN@*cHww_qhimkAQBg^fW=twmiuuBK%kl#TIGg+6HAF_^0F{ zw!~Z6$+eZyb+iwB%`8w)DK5KR>Txt7gldz(us~-kvw5yH%r`w~mK7Vz9s=OuppUBk z>%xiNuKIo_?3pgN>L6_nAN_PE&A{uVc74VP<73C1MU>oRlqp|k*ctu8M=fF@z1SaT zYaM>tc#P{{9kdquj~+bW6B5cW;t#sOVYA`n!QP>?M&;}5dHOSthuS??x0-F;b*#E6 zX6FJsw$~Wh&fGW!pZN0W!KPY`&M1~*BUwfIWpaG^+120#(5ic+6-L$(9oYMK=aeyq zwO^1p$W1$QN+n5m(c%f}*L4$qMB!ODw;%4>k=@Jd5*vfy3geO;eUz{JN-m1xYKGUY zfLg2~6kqR;A3rX5cq{{LD9uQ>?8BR`{P+^BF2_c*MVd>jkP)CbHjgpRh|%sVDQ7x% z2iz;S4cd5iViI<6m_)MGJA#0OI@6KM0lOLj1UNc5Aq?aPx?-u@ckU>kBrFl0eoEgF zbLgs7;>nGK#+0#$8R5_Go7yMO-{4HcjUJ07UBoLLw&L_+Xn|8Nod zqly|iqID*l4w~?wxlMfz1e0&atWukXbVTdQo9ULT7c{R};T_!menYd-`9KGpqYvvc;B$~Vm;6N_sXXZ{pW zwZcV7U5};EFB)mLJ(H0za5dk8y?9UAV_h)`%VyUvJd{;dezHZvCto#6ETVU18U0YD z9y4$Klw0p*s9?sOJ>HqcJ~z{Av)yg`I5o-6j>=s=)`%VOqhUyQ1;xashLfWY1mgtz zqF=i=BF(C|xy|SJf@yFoGt(M$!GkMYolZSdj+Jq@!&g6DUk-~!2+o{wz_E?fgD|c% zghB(&x@Aj~2_oN}PN8M-im3#O5M(P``j)+s`dW~`#lkb2t+;D> zxVGNWv_<{_?abw-F=RRKRBhT3cU(ZUDuu&jn|$uFgJnylG>35o={m za$_XMq&s;YG|}|T3<5uIQv;s=cr>Z}WSEx_O=c48~3{t}=D3TeIu%*l}18GT&%>_xO0UOsCZsc86y5jzp_) zg9KBISTu#KHbmdv|Q3?K3Pw5oC8 zVhxiBdb^GSf0_<-IrWa6Y-x^DFl&-S8Y&gq=IlMZ%C`0AY_^sN3+5H5qqfq+Q4+mM zTo)#MZ@648(g{l8=t&}w+3_5r4hOGamNxxQ5=7@f>@~Z>o0V5}TKrZJguL&C!e5g6 zabBnTSK!S@<{>8d=|_~7v@Os7^?cE`u*|j)=@hgxDaNV)JYit{2wE&-Wf5IcY53lw z#*}H))YMepqu{GsC|#&KHM5HJG9_oJLbT-?uo}~yg0(*5MemqLzf{5;7qZ8sFksiO zdp?Un+=RfP2FSH_iE6hO}ksYFU}89@71p#;^Ay; z?s+7rV}YHXb>8tleW2l$1z85KZM@4Qvg78+S<%Spc<$A8-wQ4(aV=sp`E5RM@)B&TV-i!<%)`zX*o;VbXLMpgXYCE zt)P_k)Ai$%(H&o`+KQnU`$UiQ)wHRSY@5YJ^Q>70H|#^lw?z*=%bK1SVfuX;`k?kP z*cTPKf*L}a*;-dStwXgsCL3LdKBBrT=9GlaZA}pzv4K7!ozTvBvj^oyweQSwca5dG z$nU?<2ROIpnRWZ1dQy0@!OOQnBspjD*)T_;6ajDTd8}% z;k;*`zRqsLH^ZYgR@N0G?QNG9^1I1)U7EkAk~MRahfX1Uf7#xjOQiO%>PZG5ZkBvW zlMZcVOTJ%}_j=iv%|yJ=`NH%|XYz;zx0kb%kdP3oJDSWXO*-7;)$EC_7grXl-E>~R z%(hHeN0eQiJfJ}J3 zd$iwgwVJf(c0%f#_=r6AT7nl>xVeKMtTHpKN9y`pFM(`@M$so^~q+89eR2 zo~SKB)pLpU+x>blPIPo=5E7kz0Y8CrkV5uPtDr@BS9f>!n>Tx4gx|LzgxPnfA8Ac^ z)`+IQy_0e5m(mq(LODUIIBq>Y85HKtzsIZugBqvUzI}anw$o5?+(4LcQPIrIOxkmJ zJ}?17Ym9Np$mkum!@z?FV?qJJG)n~_t`2izrCw&%UO+pv&CCSN6OpPqEk*Mi1mwso z`>Qd{t&B-2!H%|KrC8?)Sn>KMCVrinwWxpjG6n4j8)QL82L3pw7+FegGMk+L&+0Xy zSEKb+nuq;-pTaSGi+!s-JxMtY1Q89?c>H(CUdKx$lTK%k{GuLcJoYyVWjTLfTY`(Ab zy(Or8p^pMzhN!lh-7YSD00_nibpTj(GqWrjp}x{DS^C+CdVrdnj#ZRbO3JuZ6~|B) z7vGJJE_wPiNP)CrG`i&|2)YapL}x>E__nDjlnaHqsJA~KU4e8{iaf+O|!p*&Sq#t-3s zF@1K?j1Irlo~ixBE-UHV%RW!m=C-F{g~BC8GxN`rBt{7|*- zNTfV6_-_TPKm^6kN4h$U@ekxblUn|R2VXIRvvlGh`wh$XKmYo_Fg!%)dod}{qg<#I98Y^65)e9aiPEd_nPz7x3uJP4YhtO zEFy9Nx&fqNEoJ<;Pb}>@{b=<5+W?5QYL9)hOCJAU}?iM^tge33Um4VZopguM$c2FAQO$G8* zkjfpF&H#s?)k(_1ginLaQ}|dF52Y1JkV;zf-ML0uH2=BNMs*J7_aA+;dwJ!;~!mwDHZf`=FL9F5te zZ?1Re1oYP=O-q=SiC)6`3IVu4NYFb40r~Px{IBY$=sW{`=1}(a>Ma}!7fpf3A+LqN zI1okob#@jpGaoSJssVo61RjHliCb`57!^vt52^C}AD#n%%PCHf2PK_W5FAWz^p%jo zV#+yYZ2UD*@mnA99X9m<@i>1AXmThQ!4ubvtK=n$)sUBFzkh!OMU@eMT~3=rDrqyb zv=lTt!eU}L3h^5flOdg)ezq{8(DTnd%lzy+W#QI-PfYM^|G)sa&uj=XG0o3VTGYmP zcl-|vij-DAMtmZR7VWjR>{n$m1sVMV|8t}8?X9b=l}?U`i>nVM*n1k9XUGMFmTX8J zoE#9@iIEWuY;{C4tX2e-sp9}4ZRHQg8G+9cog+1cIHM-5{d(Xrsnu%mC*tDbFf9eU zQJSl|yMMu^*y{Oy9jmB%Qn`n0g;_tc5)P)IbjPE zqG}iCI?!gnr9Tx0NAJuvZmJ3gl)m?!oy}?*$nlkDIMK!#;zBG6l3!ZUOChcAR%aGX z`U}Ke_BWv%0ELI_6WgBkR{zE|>gZ0c_anc0xC`|k(W-4YHW{PD7qm!&$Ts8xz*#2 zM-vAC5U~-6sS1ZYu=(?d_po|iJ;3!LK!S+!-e!_b1XPu*J9g12NioR#ck~9HizzU; zg#Ju9g!r1Ouw@hSfle%{Bc{&Mx`Y!rbj5L?w`DfSsTIN?D8lG-mDVm@kuUs34n_lU%g7l zW(4BF^0MiAWg@qfz#K(HQm!LzEHFcHx1`I6j!72OxsY}G$oTv!y(`(zM;^tI<1T`t zy!J`y+7c>}2&ywB1QD7W=V#toNWJKg(KR%D6$;6c(~6tXjyw4HD4^mP)~(z4_QQu~ zK1(>o2L4*;T_p>EgO*EWs86B8nRNaEv+;JW(gGY1%AbXEE6 zQj+TER2-o?bX7hR;5GH$^1AaWQsbz4oXk&Z^?#Sgp0kv>&UBDW5w*~~=*KJgl=uBg zb44j#b>`;Xr%x}WEx7y0$jE@Dz`(&u2*?Za@&tBC5ki>%53Tmssi_T0`^Rb=m6Evm zxDIjNhN#Jrg+=+wQ$7Gw+%U-vxt{BeBl#j58AHsHWA%xoR3d~yrLCDmlA{!s6U zC<0N@0;1xQh&FFrcn9rFhDLBBe`8?dXk&4q%~TN;X=O^$(za8lPrHpYDtQU$MsXF0 zU%&tf-gpGApHn)!7>gtwGdFpCf9|vGRR@i)VVnD0Os1UYzdl(-z{-dhf)){bWR~09 zWbbrzbhHgRfn`~ufZaw;P6d!v2yyx4c*_q9JH6oAHJWfrxY_{!*|TTu_!?V_18HW? zy<&oS35gq{?;mi7=X!kUKc5(_oT2;--K=R=1d)nFN6#ZE#D79oVJH2 zE`(Wg*KbDX&-Y2C=u`jY=F7PyAw|6;+~1^yS1K>pS-&sJn0-|@Zrz%<_x`cFz?3Z| z)^)BUhT0Xg@_#j^FRb%nN_#8yI|gEQWR#vzl=uBV73JTA{4BfBd$sgHn?-SjYJy9! z%z{@04o-fK)`wA&ZM|reOiXm8Aj7Ji=Fhtwk;A!1Kp+k1G5-Y_VaTSrkrCQ=J?Mfb4h8q;{>f`) z_cj!E^6OuEym6*@2y%9BQ)e+b%}-f{5KNbs_7_OILy)$5^9v;|D(W@PR=ImzOn75G z48sr(z>6BdjcsR8=6uVPGxnH7KFBfl71Ctx9(4;eb1xKI_&y#4X)HOr{N*QQ%D1QN zzX1$9o^u@qDoN$*zQC=Oqy!-vzaDYyb}u#l?6AG*MQXOJe>Cpy{CfIj%MMFI zc{8KJN-pL#byoGgVxMo#kQy7CU|`(Mf5yrRS~vp*#$Na=na{PP2k*)6C{QH^ea!Fj zK=a#IO9%--0)3|&W`%}OXet_eAhkuH^sW#T@zH?jfaSm?LsQc?jQq|EI`?w5{L`WBEAvzHNj)R-j~acp~5!zkn<$?a8kTve6Y2&e_TCt68b&klZBdV+W) zVcH9DY2(W{+j>}>x2*9w($Y-YaE2VmfNQAXYicArdEDw91qMpWbD7~>Wuy2hyVW_7 z=(c0(-1}fzEmqvRL(3qLlat5-#t4OO2W*zZ4ou9DeXxp+62}VFUFL=i=fr z%MprxaupSo4N8=vte+81?&g*f|TOx*Vj~^w6w(ZLOybh zZcDOMgv%t54sO*OWKaoE*W$i}%u9Krg((3=1g-;2X40U=r;(|gsi<#^5dr2xcC{L1 z+rl+wU@AG{bCp~F2gG53GV1RN`*Gth^!<7Rpk1;6Szb1ifJp)$z~VPoduVjr0a*~T z2)n66#r)j1`1I-a5syI4PnJ_Ui%JQr6nDS;*_g@g9pe564-+rD1fO+dU}bf6WJJW& zM?Lg@1Hq$*-#W9I{aNAVC9|B9aqrh({55|@keQje@ez(3J78nOuSUL=@MAd#2@P5X zc&=$dLPN?<9IFj&B$id=ty>k#n`X1Hftf-vTd%kXRE%Un+wU$X7-&RmiVD9x*1^O&_kqFCh zxCZ6qrm;g?pUN+|=;2!FIK9W4C5SY^pE+9gaDa(YeN9y)J5`DWKvPYeMWvBeTT|0h z16L08B@@HL%c`N$udmo3<^xrS)_9v5`3}A!UOdOCHh zjG&;McG!#I6=M6x)X!>+9qK3i%H>j|ifz{MKXyaT-=s#FfoDu#<(@ul)KAI8(KXUd z=^_(28Spyat$#JK?hEH44Jikb90Rv5OZqK=;v;MtDjz%U$!%5EC+12H3R4ll;+^&v zH8lb0_hIf7u190lblV*Q2;}m`i$3rcW5h@x zxbE>k0OUfhgR3h`0!zWmCyXP`rOPLtfVAx`LxZP@I)@P|>3_esO^8UipE9RKP>j=5-6lV9# zpHLv_cpz{lxgLQtxI(Eab-X(cD4P6f;Q@WS<7!j1cy5>9`AP?aX{t$S#p!!lQq+fAC#v!(Zy%GTr@FBBy{e)cK=p|0&+_e1T^BN0FMB|Sq@ z0L&_Q;JdbOzqElp3Zel>?wT+eBM-nK6@n&Yp8efX^h~q^PztLj7sFH#hOcv}r7Al_($#n{T*pOLalG z$$1uSZS4jYoA%uKL_19vp2$QH-8y^s?sb4)sBjm%{>GGPXlw5TaXDg8Zz+z6`2eY< zR2&-WlBzFF+B7;To=rM(2X^acZW}ssB-yemFxD{M4v-}4zEd?wSvZ`xZ_qkNHZJH= z#J8<430vN5)+6c)_Llgo27exfIuZeJ5K99q=DoR(+nF;6Wj{`|!)}TEqJbLh&jbw! zGc3#@Ap{7A-T_iSW=4Jyydxq7q3D-*w}0D*4>9Zdu}+#pOOZ$e;Y5=qOz&Nvo!LuX z6xmaX^ysJM18_pk=P;X32@26wme50!9Z~70AHx$;yYJ`P?HuycQ&WApXrP_*dp>{O zW7D!f!);BnZJv1<0X9H0!G2_8m?2}(P@h4zKI6-4AZ*i*DJyJM3?Ef_ndo-4IZcs{ z)BLF$c$(`ieJ&|Ew60s=l6`cp!wILgJ7?GmH#(J{oCB}aBk!E|mySVAL~z7u#83FX z1lQV;P9J{9i26PQ5PJlv5W~EOBjgOYP*3o@l}b;MN3$Sv;>D_uE5T3w+$?a-?of*N zS{>DMdSgE#cN=M)`T5sZn90ds3Ehs$#SPuRbyj0Uaym@S@fTIqZtjkR^%_%V`NQs*pCYHmW2DqON7-x94$ftgk|5&k~eL z5^{2jxF5n&OxftTb)`<)@`^o!o(`E7hf|;?#F1o9rm=Ql)PYYv1r7%Y*JCtXKk+?T z>XWb+A+k!aIZJxOcdAbHkO+~RLHgW?Z5@N4MV4+Fh_?41KbB#^p~<@|?P_!BL$fru zl#R%ccn0f^)>HIr)1f?;!B=9LB96Y1kP8Em)4@U1$?`J`v9EH^6bY6 zV6)$0A2zzjVQcn;HUk^am;U}1nAiewitlHOr3E9DQfp@%7xf;`JA9{#|79Db>t|v8 zmeMAPstoK`C4XA+J_b|@JWMr5MBeSzg8(bTQZ~BgjhS5Fm2n$GS6Hg>@oFfUR+IFt zOUaTO|EbEmJO2-LZyt^1{`L)D2t|lc#)<}n%o$2DM5fF{Aq}R;m?1^U5T)cI^E_)% zX;5S?ndc-aVPnI=Yl9ez8$o z)LXl~$)S9gaeUj?cWv4@ut_9^%;m4%r!&aynz*rLZWx{dJ5;BE7X)!n@og;RaM=S< z+BqhFP>O0r;t42oKzy9{XnRhyQ6S!5ouu(Z=EQghq&ql1C_Q723BjZIb{I${;!ywg?fZu(LxLLD?HJjuSr_oWi{0EKi)YqX{j4sbw>>ChN{es6Qg^VmEh$ zvY4pB=B9lvXw+4YuTn#c5LI!@AuGHulx6V{Yz=Z~U>-Gwvas`k|Hv-0*_X^Bc!-_P zT0~wIAQuSv-j5#dN#qv9ubmOh7BD8CHGK>~HW=A?En2fb ze(*}!Z8&~1i*huFD!0w8)kW64$!q--5v8lIuWp=#TAbF$9)MYN zY(i2F9U8q~dv86nIolSE+k6$mlbL-(>;~onUrp1Si0nlXeocYj z=9#JGqzSV?{F!S{a^E&Gr{U&GG%oe^gcW2? zAd87xw!FAb6OkC($Hh0Nh|PhDfg-b`DDzQlX#F7^%@K%~)~ZU+kHljU z2(bp*CCX42e@OAqlDi@+kY}fD%CtiFq_O_o=R<4pgXPj+gcwv;I&Na7pUe-`6Io#k@ z&l&c6Gqnx{>QkecNj(*-Zk=IFW_$Xor9A6n|C4lB46UruRhXw5qLy zU+ko=(6mTqQA^y|2T)zKb#(Unq9-!5;wV#z^q`*xsUE3!RQ70IO2Rh%q4`9laf?Hp zhlxo{v9N9wadoS@oIgJzj8^_*pt$m{dOTtvu6*Nhs7lm8`uv&bEB#QEDX=q_W?g9! zJUTs6%UMN<%cP!X)(58#JZc0#6oZIT4>kh7~i`E2BCZ8>p<>}F#B-uAczYmG*`5Hh#?1p5*L1)jcAc;3QWcJ=c^oC22|It0i!=GT)U0)t9L0vzd3+& zl7FcExoR99)-K{m%9C;9PWsP|j&o#id6y1*0kmPbUb_TecmI5?iD+o~`MVgyo+sHC zak#kaz?0ara|XEsj9S@_pz&sRk`KBYU!$z6@$-5V*dvlTlhvDOfCH=8{7|^tI)36h zzJV-U)eu7@q@m748sWkZRojw$vmi^#(ha_HMWUrri=EgV-8(v;O6^^%)859{>hyH(7<``X0;T+#5ZnE#& z)s;!#QboiSqHyOvtflqgOi5fDk=Zf>siGHw+mPHrXw zLY_Ata||f6`W!+zGnIDd&L-Pw5k2oy&Pe>J6SfR*kC{x!EUCIJu@{NGC}Qw*mH+bL8oz&RlKeGM;;ECx}(LwgetKpOXRTisHEv#3=D z*4}HXikmE%WmF$c(QqW9ZUS04j~%oE=1a@D96BBqBiYm(?0t z+7Dm4(<+wY(y2=YeC_8bhu=X4X6>JQS}n!5!@%HDjB8*E9`x(#YDk9+UM`?K8mh&c zD$XZU4 zowv26b9qY7=U?ulUA#vTz(Twdd6roY8`U0DoJG#*=G9Eokoo>7$XKVPK+AvL;RV?VK=V{iyo8O<@kDT4H| z1)47gqaN|zP_Tbt7gu~6qCI*hrU$20*R@;dietOKA!HUag`bFSO?i^4v>ROk)7&%dkJJIzNbkN+)OiQr{8$(cr(r%2Mz08jXZZv@% zaC6InrpTe8Q$4;=40(57~z+LQh$i&d}I&tZtyUA1|H z${sx`>GTzMWZk_@IpCt(#37XW0un7Ob)1Rko94D=)};v4j@+SWXYZX`x7FEk&)noE zD^Vl8pv8`CQ+R&ddnHNb+hWnH-K{)!C5-OZ7%BhTY`VV2|5BV-X+uBJiIe~|O>NB- z$k;{r5)wW^EtEh##Qf!n?7d|aCu20U zEx8kuJk;Na7^7>fi=<50=i>%}0+1l&IJ`g$js(p5UVFy_E}%h_-XC<*O}eo~!w(t~ zEHWQoU*x;@y?GO2&Qte0p55T`fhW_|Hl#N;DM_J}R#(C{_-^?hU;DeQ_Mg3(XJ{w9 zFBsM?tSQSA;vtgc%7V4Ev<7RN5Bx!^M+l3P1r{M}feQa2YW`L8B+i(zvdM`FfRgo* zXyhTz*@gL%MaS}Z%_G^>8sV^==hu-D6YNchZC`eCPU9TGd4yazPghqwYF#t4 z&7XG1HUi5=oz5m?G>Z9oHd&R)g65oa#4&8#?#5{#XCs?AXe2 z_@Kbhg)6&WRN(m|(79#|x?v$fY%D}-5JMR>fiY`R10A80-w%_86p9vib zjL4gX>4z@Bx@Tzr64>Puy>3-t3Oz;)8rZ57r#CIdDL2lc#6dCiOUqvFgN9ZhFAB2z zEg?^^NaxayzCg;`XRin=zNN2Fv>RCfGQuUw?}n}&ip7ihB?Kg+uuSCs z6m=0f+#fWL9Qg!PJSAm|8v4qe3(K!Gi-)XYi4fd?QtMdYYk1XCRJutd7 zO|t&<^r$3@-q{9E?yzbZ2FXnfqZdg_%U1b~`=1HQjgb2lsoCH#l)<-CAlci^`&W zNT&x#sEJ}R`iKW6)!^s4qL$8;!(=rCwW7OE-+va+F4%Or`@KfD|i{;{nvhbPnm;Set|?YuxElFpE#N}4XgytoCqOz zacrrm4L^3TmdyymyZ(DydTsK?7jr~86Z*k7d;EZ5auccp_0gdj$#i;pb%9m{w3sh| zr`veW6cRCbRfu_F5!-j|GQ1PmmxTk?1@#hMfrsIQs#&aN?sZ9VipWiBJL+ouHMyjn zd(E_6&UW36GgCuzBFma=|4zkoB>mtA7fPkP1q7!4{`G6-EtK%z#>ao5Owh7*Yi&8o zt!T7U_9HF~NckZGX}8hSYk|ez9?C;c>;vKnTVs#E#_48~rnmykrt+)XDZB<4x|^la zZ=*6Dc`hJ!uCD|ZQA5%Bxw54hEln+I^1o017RoM^QO*KNkyVdRq*{Y9AG#Hne8APq zD~A{YCD?dVdVX$hNLZ0^Ve-=vdk5oLK3n~`-yvgEATx%9FBSDeEaww>48c2mDF24k zMEAH+ccvbkWwjPz@Qr~0+D6sU^{S;eR&tUvF*K6#tG>lG2n-FGHjODD z`Z~7R58NuQq^DKN8Vv$%yH_oU>ry{1VHPlOoMPg$8V z2V-3xBU>S9`rvvSwu48Hv`X+O8YLCmdAIzw?r{D5ESx2Dt3fs&`cJf;{iz8F7O>Lz zAT{k;ouroS@KoB&LqScCMnTj2+&kcwI$mHRVxBn%_!w8k1thuzrY94VpmyzYkN@@C zD4;!E2?^lXqYd_zURnn1dTldKfx1MfVnF0X^1Daiy`BAt;18cHo@53pHOB<=<`koR zqr(f#HJyf@TS;eEc-2XU@Udvr$FJ$4{o=y9Gc-X z)nj<%#L26ao^{ZwXf%m<-ISdxXz7;4tWnu1ES?Q z--`wYEb7GCB=GB9m6b-ymPSbdx!PZbhGNfTA!Odx);*rH+i#1q{-MLtX4|Ejj!BVK zC#lN&(2I5D8HVUyMF+SKx<+EbF)DanreFM8g-;x+_6TR~HkIHKj6DF!kbVkh@tLN? z!`JXy&!ZCwmCRxH`pvdMYv#tjH$(04uni7D0Wka*K`7`45Elb^zD0%UA|mr3!!N1< zRA(>*aA1Ve;K>ySJp~blUpV4#yP?e2ZNC(OX+HPuZA^)TmlrKqy=S3a=3Yd<@(NZ& z>=dMpNAa&drkW#9Hl8>kv~5qmuF{Z{*Os66cNxSC7u|L!%tgs;S2)>6t2Diqo_;q@ zXi$NGW3gm0jpgUFxbWbaL}SIY7O8DnZvnu9u}2ivKNx;w!Mm?tI}7e$K#xM9+ps2M z*s&Md*XWs#pNIG1%-z_X(0&eC0bQJKK$dk<_N(H(li zeB|eO70M_15S`W?P^FdO{ zcaS^_2F0D(O>2O!e|jMT&Q$*>OvVbdC`kAX{n^&}IJo{tV+3Z28BW5UM- zYAB;K_J?=p(S*mTEGUxb_UzjAroO%a4KNCIC@R=oJBg=&&hpj__g;~$NuL2d6J6LG z2r)Hh+z<~QOoC^|zS2^tIvB|X7OTW3Z$`8(kx1iOyp+SzSs(r{tWk40o*EZ_-G?+7 z5hlT8lxMLfmPy#{x*CAY;WL1o4gY;MG5u=-+C&r-EEut5 zFlfH|^=rc9h;$L;aqA@yCgvV1o&n$NU4BHqVtIM_OJjl;{yutR8OJW|I0eAsz&>t3 z7OJZH9U5~?dQ7pGLiiQP)Vy-EnFkO}gantKQ4piazT<)syBAddrHIN$a&JKPR+hYF8J%CGB6zjH{srJii%Gv*1P1m&aNmg}4HW+A=h zdSM+VZZs~TlO!*V*rQ#$zNB=ne&-_by|k^pM#|r7!_nbm*C--+7_c5*5r{_Pf4=AxMD0-$&7dgY*m6R@YH3AUO;vTsU=xw+_5jEqP91FR^H{p=l=z#_0UD{`^VS&ZMql8wCK$2uS4507(jtEX zqtoGG`L)}YDqtQ1?vNu}Lq+L#^4H!M?^;_IK{$}+q;iYOA6jC>%$qaf-} zoyvT!FGPIB0J$G>v=7C2LeiB*9FB7&l&nn+8lOtb0Ca*syhxaf2ouL%H8j34II(g4eBiF8^x_VqE9Jt4_hv|qWVi~w1lSM?XPBtac-C`}^tOUR>=;%=xuy^yu=uyuDp=WuqBsN%i`SBZR7-nN7aSK<-a~tQfzJbfhWY~p z+Yhi|pF>kptgySF8UKSa%#ARH{PVN3dQf6|{*a>8w_Pr&;;V?-gz2o=SZccW# zFXs7PxPZR%EB7Km8T3l?N9>6w;o_HdhSBEoi5b3t(;ue35(2csNEDeV7(x<3NecK# zFnS1Rlf^oB_VQXl$FHuc>M{g2;}7d9nMVpRpj~}@_^Y>W;t_38IDfqz{38x?x^?TY zM4Alo@rZvksaH7!{I38{kY7Y}7e;c;4&aKWq@n^HEts7D&wm<0zxp%vsv!m9^Kzr1d0fX@pWVDJEuT@IYI8JL>Ml=;$4<|3D6N{Ma!ele^sr_5(Y^DCB>Um{|Z+!5A1m z^gDROk#x7vg!ydSYFa7Z36^^I-=-SYqgJ^)Ir51T#!VH4`G zuo-PRzvq}|sEb=oPFB`TsO8aVtuXg^G?GS{;dHC(CF}z-V&-6U?|tcYqzT_qKpsOD zv|@xgpcO+MDeH!O2H*^smpUx+&nl(1mG{#?dnpMDNV5UfB|stEtb_jOjX$SsCNMEv zesx(_pDzdwgJ3@@q=&I%Ny;^0Y;u-Y|L$7KDQ}#)0+)!Z3=|b(NB%P zFI`}LXTM6Rr4?phqdCHDfoY1j18tUW0^_hnTMLSnk)A%vO)wIY;4z$)@T+K03mNBo zz>%)|VeRVI!xyR}(siRZBG#0+cfq_S+`4t^**{;!E?wRaVfL6br+|h4m(9q~kc*z2 zU+wwty?NZytn2cl+EKyenLbE1`V8yq@XNFw#=j4)8Hhr*Zjz8XUYI81{7Jk5e}HC| z1PhG>%fd5_oa3S+|2{JzqY$RIK*{j=q}+xyn3)ItQMPn_onNY5hu})VJ1j8t>1b*~ zzL%74}>FCA-Fj)&WOksQ&qkGXUF#KQjT4iGWNcvW`~T7NnKVo z8cdjAfxjdJLV<85PYKsI_!qX+Uto0-$>i#3zN@ROzRe7F4CJd85tQVs@b){A7{eK@ z7h`EGP%*Wr9KxCI2FwWmD8)T%Y?w+@S-nJ+rm-v|xG4oJp(BBGLY_pc9wN@uFf+~Y z6alpj>wXDe7)=YoYXH05P@+a6g;|IL@kiYn}m-&-_X8>f}1(1_$OJA`tO-W{SX}t-dCM|z&mu(_H_vMiv3Bv`Jw6wT@@}NIRCPs-Yp~v?LCy`jQFa|Pd zUNZfs*8T#4FLzrG4KI@lxq3w({m2w3q)gNyS<|IRWUX6WUF8l4m;@=L=slI1NTFBq zx1tGm`qmQAuTm&3A3Js{o6175D{UxLzY5g*1z%sZu1WHVtG~(QvaKrH^V3)4c3Xd8 z7d>WH7?oa5=O;rEAc*RgarMX{6)^C~vqsgXR-^8W=<&nMhA6JUr&k}am3NKa%C5T3 zcy2M2R^e7m%u^t|1Vptd?~5G9AWW0gNCA|)r>^H#7HNywQh$rX0H_MxFv{Hx@7IvB zN0*%XO5_wzb8|A`j$Zv$h0(Z5aNih4P_m+sIIo|u2ZiDH?C#r)R=Wdkv~JT0;o#|; zVP^Vaivkok?vMHTjm45Rfr}!HAV7%8`@)n1-anv|sfas#;{9nN~CL$YX5WMNM=8n03~2 z9y{#9+$h?Vqxy#gKk*Funitt^vlR%v;gFftG(ddv^Sk%%^+Lmeegw)Fd36kjT1H~Y z$I=UX&mANM_{Tc7*+ov$=AQo9a{0C=fVqYSZ8?YOOo1WsbC)L^M0KV_kDdm*c3(|U0lbFx~b@#_r51KIACGPp{9c}n+{LTVOE@DUF69AD}49_EZ%tEHIPMA;!X z*76w4!HrK$#3b+ia#h+YPXXey9>Z0+j4dI$%z%+(!bzVJzS%*|7$!W-myz@htv!fm<42HGFyaDP&mnR32PVVcgX5Z@jh;6>KMCmxzA(^9 z&i%ftDoSpxlN9vQfVpPTdn1Y8AjXvCck}WOh!Kfzq^Ou2NS*70w~OpVjvX+Q9X_pE zg55LsfH_F#(=(U|5vT%Cwf)_@1=Qju?C3Q%m-^NHf*m9`cH5+Xwe^`V3`{b0!-Beh z?85Bs8a}!HI{$g>xJ9P#+1P@s_G1kJRm@E50p!9mdjS#Uqvm8>i{#_^I-EDEb7BSa zWwvjxMs&xDfq9cmWe6krIj{x&jQa*znjHcxfuY&Eg6@4;%PE|!qn5Q7ap9 z{fTSD#X>3|+!^MJ#LI!57lJ#qi{B?EkQ6oeCHX>xuU&`uhexOBn-|EOkBBz^^FU3w z&PyrzAj17egc=&tKw;N>Qok-$^xXb7J}$5zfILu!LG_|`QG?MS2brzYafeXBO?-U0 z_f1|f5rYiCsYny`2`YtojJn}vYBwuaZUnv!HB<}Eee!U0^@^crG~yL8T?wZ1FR8}T zyFc;msC(f(&9_{Ja{Xsg@%ahPH_^l;3}^|aM{Y&G=cv8Y%h8o(A4$=!&`RGudOCrglT6JA<3 zg~RDq=I@w0=#Ps%H}8nk_V%dCF84KZ@1)Y@4`>SsvU@HzQf5*@*fW9oa7pjL9``=B zy_u`(=^WQ|iZ@}aOuqbs`%*e|Mjubu@2yU6iurQ|q2QMIYQ7>2oKl5L=458enz>;MX%+oNmdxYn5oSO(N4KckBD^TtHcTV-d%z=>)`}Az zGX_o_dp0ur)yc}Y7d)iynRKvtRKy+g_mXnijH1O6;p_7bYZThxyqY(jFc zVV`AiAgDc%MAvl4w+e*B@#;SpEfplxx=n5A4I4Eg{;M9 zU5`KmO#aFeRvR>xM)hOczI`RA5dBhT1gM|2MXzo>xBK?0o|j^c41~vL5~ww((M=*4 z9)V2JSazt8!v{x3V#a2gP8zas87G;V#_yz#|6XWx%}w97-k)M(m#2@!jWUb<$n#?2 zCdRywW%g~B8?-VOS_s*gcnO1nZgR`nc#AnZm>&v@y|8G~sAu$QjpdLm@?mgQ2%T`1@+_UsuXpAH_plFjEZC}924f85*+;5Agym?Uu^MUe~X)$%_?3)2a|T{ zk92NofkWtdI;1__-P<`Z_0u%ZK<&x41Tt9)O69ur%8n}L!SE73&r7OE**?NZ2iVq# zoqY#&=T=XhJV`<7yfNWyKZ7fEF7Xa}y3|>cTA9-9g?f^nV{(n*d`_IlFtxg=+b6pz zr`yNTG5gsI*sW*=%}!!Vt6fH;j|5>oVNlP8w%me2Tx*Sfzp^{&LiNABiOLiE6D+Lm{*mkZgisHYo_0tNW8cE?W@P|sw7 zQ7_RVE3JvN2}gtT2HCQk@*@9qpS;;>r3vSVK6l&GWPUq6g#?c?BO!-(M7!2MCJ8%M}T&`PIGZyDmH7AANVz11Qvwz`>(4-sX4tSdlWAUt{n`c0(5QhdEoDNi-;zK3vMqZ3BqAS`vt z^YwlHWkMDoIy%EheQk0p5fXU%gua0ukxU+|SQ;p_NyQbF3sPGLiXPE)7CGp}bs0P! zOSixEA`(^*wDg|f+|}>q$9>{6Gz!Gz_?Z}Kn`ro@pW3xv;jinjf>Tsf2~Ae!(w24U zq^R?jJ-J3^T1n=0o252w49|ZPT&x)z)3l!K4Bgmf$uruZf?&`nXPzEaRY2>qRo*7> z$`#o5Fj?bOGgEZh?WF`EdH>;YQr&jp%GDvv}q=73|iDqBO=hnrp1j#>%$t+&MyM@~d%PG?cxtfSLlmvg$Ql{BK^r4ttWh zCMUX`&bVHKIVtYWxz6=!$NTPVb#g`#jp+z!cLu+F$?3hXk&D;Z@>0iEl<5f2r^uD) zbg`lubl>A8Kpixp`L{@(iY&ZRUAUhmmE{*3$Uh;A+llUEH@?Z>9xW!4#3A6g z^6AfSf7AxQpnjN`SXb?_oLLopzcc;I1Lo*0vMyWig@4*gx#TqRQZCR{s2S2^l#41i zIE1FqUmvDkzjKR{rjZjYb|E3Ogv8V7D#}uVRwcLr@G5w_|8hQyQI*#FMx4aeTT;)< z9A$rB<|17f`>sL_`@aSCB43Odfz#o(Du)%t5ksF zvqk+mH+A7d%!AO57275)jYC^mIrr;sXP?ZTTRi)Hi*zf%kI1Vf)-azwamhE#AV)W; zfsJ^5Vtzl~+Y*t-7U2;Q?2@7=%hJvogg^i9JCqf-?L*54IZZzh>#J(m*At)Ozv7eZ z`2pAQs~b!{lcfvTRdOG5_4$3>y*VYELgineQu`u2F4J-#T*d=zEOGO799|BAa3}Fs zUq{krX$SJpe4}EfY=sBCxklZo_jE;07yU20_#jZt%)li;)2VZ497jW6VBFiW-0sES zzmbh&p>V#|?j9f|2$yQ3Dard$*=8Y@C&Pt$X_x$qwT{l@J#R z^PgJpTxQ`s_rbuP_uJK~(U3BQ^SD6zBQjCY(!`qXt9CUj{)CF ze{^#HDl`Zi4`5>?K$_v!&YKk-SWmQUa}H+ zX(BNsXFiD#vpJv6FpnK{tCdxo`}AkU3x#mr(?_mb9sv$0wfO2zm&u9&ve7WAMZlU?G|Ym%CmFlMMFAt=`5O= zrE-&W3{-{PHj))1@|F+pXJj^wG1W0lM`6|RqrSEl!@X4@1wrd3BKdL0!BcTf1(M{x z!hEp(l z!03>9kwb7g>a9CqgU3Fp&woQ+(hJkW4Y;E&3zE`>`o^W~4DD^a=E>v3VWDa(6G@P%;^0CVFEmg$lW(s{MBoFRY;2rBzmx5rNK~6g zyLUv2C7Id^ltxib^jj$v=-oQ^wl;T{7PCH{SQoN+^ORR6o)^DUMxQh^Icb%qOzpdf zvn~HLIUEHhSxEo80mM%L&qnX1{;7ogQs>hlcZJluSC?>}lb?V*@eflBc%4jKV0Oj( z9~B3x4<0}7q^ULdmycN_AbeE9fSiPENvu5M+z5elLjuGHAIVwu;)B>6Z|$3p)X<7 zd7}RF$9cCzHYNsJrwD6r6#fglJPo?t^Wk=nX!m2R5XdCo>ht$HRJP{H=oj_!9(`dF zs&>Qc{S!fv8(UT(h@q1(5n>M6T~xw+5Gno!e|a3AxpHpDobP_=-!$tt>z(Bft$Cj- zVvgI~6_#eh+ZBwhC$woLc}{v**T0buh=#|z4;cLs#l<0{Pejg!g^oX4XVTi{Nh_d( zf)^naYzRYV;A0;-OF(Ej+q&;n?z4PmP3I%S#-&ZS<|Sr^{vdWd_#rnMUXSBKxib0< zA9;@se)N6Pd-`2=k<_JC0QA;Pww9ZKr&>)6{btu{pzw;b}VvMwE#A0Iw4^ znOQnjyyk6xEn)*x*+oCkE42{M@FE7mAI~$`0joIJSQMY9Pn|MTOb~8o`@Z_Ano&__ zR!JQssaHwzuhN|yV?VW1R4wRWVKTY%iC^w7+}4GwX=sB|TFvX%5Y^;>pBy+5qP80( zC|5vLI+dAXHbqzuiYcs!s!jbMGSSda1B`duwy{G;|(b~F=KdPS@D(+P*VK)@^}r2d(D|cF^ufVs$ZW& zNbsP3GBRhvI%u~!J<-QB79j-UI;|BOJ=NSn& zogSZJXU(7O<_YPW+AzDsZ_C@fC@ORg*6<_h;ftV!QbFs`hq6JC_a!*i^8(16*@*kh z7c!r{PCcr3zL%)2G}YEl{rC|P9&SkU3@W+mMlFhl_mFr#e(a9lNT~9$=y3z^@;djQ zeWV>?McB6j8mCSsgwGx>daAN#8zKdA`u}+ddV9U6J`<5>5tL?=;OlT*gP|iBmGYI$ zoE!{XF2+*B{)?PlSy4a>j&DZ{_GGTF3b{&$jt_>e7AwvA_nV&uNZ9|?d1C$IMCFwC zup@MyoJ~9F|8fX2H7d^N@M~tbn_HxQ%#P58A;hzX_w8Tci^PQ}wFwMVMENuX3xdlA zG&SE57j^dRH!KYpRv@HC$AGik9n^Rk{oct_&KC^&A)(N9J})( zK3L^?Z?WqZN*v^UEM z6fnJ?sG9?k)Di^9B`|nXG7&$HROs{<)+yv#{r|Q6V4FUC_zjBKjV9m>5mA$IQ_&Za zJ2|WjZWE{%yuF{ld`V36`}8A(jHZ;2ns>^2^D~n5KR;;8-ybxHzX$htC<@%y1fL1B z)m!58m_eh@tP-3L_*9Td-7eUbo)o-_Gm?H^UL~^j0RzB19T7RY)CxT8VQ_0?_73G+ zDu;qN{{EsMxdh?$TMV8cwHZP0b9dU@o-*sI5Iyf-riK(&jv?Z_$g?CI3HaQaPyRkU zl9;>g#y_vU;P%J+0jS+EdYjILL+%v#GJrtR_b=+~kHAYghw{&z=|a z1s*9o1Ci`uW}%G^9Y~&!xP^?AL!0$Q)zJXhyFzCIPXVnugr4``eTAnP6Y#tuzM<|; zi0n>5iU*m@`ml<4CfTdcWXd03bslk9pH>O#!ciPqZeVZgSlp?2d-`pUkQ#d5R|mTP zHy_xo_?Sq(yQuen!mhL8BgjXzmcqp$zJ^fPZVMLefWE z2Vb`iK;^qTnC8=k$RR!QglIOgvPm9U-em?LNGAxJ^Nc`5~2& zEg?^Qh2}Rx*sL%>U8;tQZOfMC-~8jStFHCDn@cJ^6#>eB$}wjRp~fuVwt7Q-{sZmg zp6Bj@W{!}1BIn~y22S6YSgxs-`*v?cNZfadA74{nfu8N8x0v7P@G$Yd*Z!}qY5Ogx zIKxlW0^vbM@Xfv`fFy3GfSK+~KYV;w1W_{W^V2xWeH8vt#DoA0$7I#jv13>KeF!P3 z+Yp!~PfyP*!qX)82wgnyXMzGz$6dtVsr|>dM{1&(NX4wAiYiJe8EqMz$F8iyatdGx zTHQ$jS7d$X?9gvVY&jrGtkk16|Fu##GHn4ZxnEj3dU6j&pDDCU7*q?%GK9Y;2*umC zZMQ5mE~ zSd`yDHajeU{VqO2v#+S?IWB!p7hG+JrM34~5hMH?vV0WhB zxr(cSSWGm`6r^(A)kRSE0%4S|5OM~b8j$CoaF5x`Vok*3g)Efp2MN~722ji-%ZlRk*!~{1nKW*N3 z8Hx13Z<+~X?<<|%Jo~sg z7m6ouB^*#j???YOVY+cI&T z4dt!YXSU1A6UDVs93;qjST#8IWnMD*F8bS35`9 zZdw6zkI^;?ZAcNUJv8doh)18Jpto}`((frM z*-NSk_2oe6y`3k_uN=1fVhD`Lx#myCpGaWWDTFi z7Zb>pvH!_sR&zLm?-S+7XBFCS)sTn6<_@0?ru?G+I7(auOd=l4f?J{w5=AJ z*x^Bl->1AzX0#l@khfnrutM161Im9uo9`|tIO8+{fKX4--l;^P)MzW_dixJi`Bx9(Uz*z@$a z)WB0W>s`Ppw}o6E-B5$tI^@uob0|o}C0V$c328*?b>FY|o*lZrd7C-~cMAe1bECFw z+O*5d@a#I`$N!g_z}ogMk0Ls5Nm~ZUJ@|>KF-@|5o0*v_BH9TGTY9v zl_y)rZ&eyo(ox_!bLa}yYVAcJ#NM;h&Cu$o+FJ z!$E6*$+@2X1v5MhtE=JTBUxzJ6Km`0G{vE~<5Y*z@R>~w9e(#f^|}be6b_@5TF=0c z6)z`&&vf8G8ICFRc+va-K^)<=!8y)@TPG5Dg8mM|^#@`Sw@vD)6U4_0h>QH3y88N0 z6Zuxd8v@iOkpl!V_HZtb*h1s{|3~tM(@NCkysJmSU;uvQsmbFa`DLKX@w z{dh_=+ss8mhlpGm_<8wl1*Q%S=lYnB3tt*N8JMA0y4Iq``Q{Il4LIaM49o6EemQP! zywQuOn5u6WgfMV*L7w-5gvKt3A7?lUnp#ZrgJeZOtn=pPgeGPwJG%&WOJ?WvwFNf+ zjcf-t9bSW5$-oJ|l#R@FPThrR2OqM@x2fJQ)=7A+!>^`MtTi(9lFD4@#Q6{1RE6tT zufq{2_e^^y>6KoB#*jO;#i-0A*SLV48hom*|5$8J8M2iUvn0*SE|uQAc?3L(oGj!& z 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

redrqK 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 z z+adX3W9uuFO{ilzN!9GLj#kX*)2kTWuyw36IagQ2&)PSN`mbL1P2CZK1h1=aYH+pS1Vm3>g4U}qqL*t+qKa0$(AAYIEvWQ!-(ucxjD{~xdQeo6BWs>gRXrS)23V-6sX87rIZnc3 z2^A=$Mm6FSYpb|A?u9(N$6mZIkWe-eVNYsBwA4BjIby|ESi4EUrf7bxZZkWI(VaVE zVLkl$JYdhNuscKR;b#j5vun*qD z@WY3vr7IAx&ku$CBO_hW@-lnU2G?PT`^_gc12xsXnZz#K>bE<0ZW>Ka2bgsyJAJ%C zrwNT+3fj}3ySqW&fbji|DQbp)J9&2L$x=N#?i4yy(dKqB4+3;ks?!2uM!m7C7)nje zSxO&(B8PW%+YdcBxNAPnoVJaCyHmrnhXMujCoEsBmhD!>!`RH>7`mynkP#;yIAMWR z@@`2A8#-=QvubKZ7(*Be4(XXbKu1uNQG=6GQht4)w~4lb?3H zyaGo#R=AB%DMlJR#%q4(zQwC3sj|UUC2+{WVF#=Mzyr+V4}|o~k#Wqr*O@j=y&`It zwvtlx=YS7$5$DgHyURd7^2~GCM`Xqeh2Fhei{upi z7aaXi6b39G)>(cw^W_MVgLkp_Wp1j!W~Cg0NT9Ya9v)B<&cXQQUTjd$$Ow<#YpSa7 zNl(-KT1A0#T~au}99aZj1D1${v(tV~k^|0vdsa}VPi|s4ZX)-^i>!fV!;{}>25h=g z)YDd@m5_h`icXlh)>;!Iqr?*GzLK@x9$Vl(^L22r?EIBD7z`lms&81fRdT=4+w~Wp zsriS6B{QACp%M6fThms}owojxS!Ut@+;c%dJ2ALbe|dG0TK{z1qenK-lxW5a=B=is z%>4a3Eh&L%LKnJfL9syrckf2mnI$NMUR`S-zx`+TS+O<=$eqt#Y&+BI@^%?uG7

    h5kLkviZ*2jnZIjp7J-lfw)5!4_P+HK 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ν}+y1HDU5oup4 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 diff --git a/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.svg index be719e7d..9a66783c 100644 --- a/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.svg +++ b/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.svg @@ -1,4 +1,4 @@ -dataPoint   oneOf         incidence   componentCharacteristics   emergence   results   direction   wavelengths   polarization   oneOf         polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintytitleHemisphericaltypestringconsthemisphericaloneOf         wavelength   uncertainty   $refnumber.json#/$defs/nanometer$ref#/$defs/wavelengthUncertaintyintegral   typestringenum   infraredsolarultravioletvisibleotheroneOf         s   p   $refnumber.json#/$defs/numberWithUncertainty$refnumber.json#/$defs/numberWithUncertaintytitleCircular polarizationtypestringenum   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   tilt   symmetries   surface   $refcommon.json#/$defs/reference$refcommon.json#/$defs/reference$refcommon.json#/$defs/reference$refnumber.json#/$defs/nonNegativeNumbertypestringenum   absoluterelativespeculardiffuseReflectance$refcommon.json#/$defs/reference$refcommon.json#/$defs/reference$refcommon.json#/$defs/angles/$defs/tilttypestringenum   azimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotational$refcomponent.json#/$defs/surfacedirection   oneOf         polar   azimuth   $refnumber.json#/$defs/degreeWithUncertainty$refnumber.json#/$defs/degreeWithUncertaintytypestringenum   diffusehemisphericaltransmittance   reflectance   absorptanceEmittance   $ref#/$defs/transmittance$ref#/$defs/reflectance$ref#/$defs/absorptanceEmittancename   cielabColors   colorRenderingIndices   typestring   lStar   aStar   bStar   direction   surface   observer   illuminant   $refnumber.json#/$defs/numberWithUncertainty$refnumber.json#/$defs/numberWithUncertainty$refnumber.json#/$defs/numberWithUncertaintytypestringenum   reflectiontransmission$refcomponent.json#/$defs/surfacetypestringenum   twoDegreestenDegreestypestringenum   AD65value   direction   surface   $refnumber.json#/$defs/numberWithUncertaintytypestringenum   reflectiontransmission$refcomponent.json#/$defs/surface \ No newline at end of file diff --git a/docs/diagrams/out/incidenceSchema/incidenceSchema.png b/docs/diagrams/out/incidenceSchema/incidenceSchema.png deleted file mode 100644 index eba53d45d0a2a57b02de73cf3a9d81fd10b047be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 59019 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   direction   wavelengths   polarization   oneOf         polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintytitleHemisphericaltypestringconsthemisphericaloneOf         wavelength   uncertainty   $refnumber.json#/$defs/nanometer$ref#/$defs/wavelengthUncertaintyintegral   typestringenum   infraredsolarultravioletvisibleotheroneOf         s   p   $refnumber.json#/$defs/numberWithUncertainty$refnumber.json#/$defs/numberWithUncertaintytitleCircular polarizationtypestringenum   leftHandedrightHanded \ No newline at end of file diff --git a/docs/diagrams/out/integralDataPoint/integralDataPoint.png b/docs/diagrams/out/integralDataPoint/integralDataPoint.png deleted file mode 100644 index 226a2cc4dfec84569aa8925b5412926f3b783069..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14516 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   emergence   results   direction   wavelengths   polarization   polar60azimuth90integralvisibles1p0directionhemisphericaltransmittance0.81reflectance0.08 \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.png b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.png new file mode 100644 index 0000000000000000000000000000000000000000..c1a0a1521c1795bcba047c64d1878ca321d1f7a8 GIT binary patch literal 61057 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

    ZTGHrCV23n!AbyC!3CABZ}7lz;f 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 literal 0 HcmV?d00001 diff --git a/docs/diagrams/out/opticalData/integralDataPoint/integralDataPoint.png b/docs/diagrams/out/opticalData/integralDataPoint/integralDataPoint.png new file mode 100644 index 0000000000000000000000000000000000000000..7940c8f902740cadf422c6597c6c49b679ba6b9e GIT binary patch literal 14960 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 Xw8%4ZQcv*iC(=tvm_(Vlf&YI2F_2Rv literal 0 HcmV?d00001 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png new file mode 100644 index 0000000000000000000000000000000000000000..c874867c84fd5ce5804f656f65be09b8f0d0efa4 GIT binary patch literal 203743 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 nklcpzHE#3wvFi<_8k2$$lEm5 literal 0 HcmV?d00001 diff --git a/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png new file mode 100644 index 0000000000000000000000000000000000000000..49760002d63387042020cdedbdf4c593176b519b GIT binary patch literal 356884 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

    9x+~HB72m+ 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ļELC5FBi3nfYm4-$v54d&_|H5H2h& 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

    6HA&W#Fk5G{*Ba}=9mPLq%k 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

    oDQsDVO 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

    _bB35$U0KNGBK43ngogv7W* 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%0DBudlwUJngfY>)Jh?=0PI7Pg0- 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 XiYqJ$j^a1aT5W~P8t059en0*P*osPo diff --git a/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.svg deleted file mode 100644 index 9a66783c..00000000 --- a/docs/diagrams/out/opticalDataPointSchema/opticalDataPointSchema.svg +++ /dev/null @@ -1,204 +0,0 @@ -dataPoint   oneOf         incidence   componentCharacteristics   emergence   results   direction   wavelengths   polarization   oneOf         polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf         wavelength   uncertainty   numbernanometerbandwidth   amplificationFactor   numbernanometernumbernonNegativeNumberWithUncertaintyintegral   infraredsolarultravioletvisibleotheroneOf         s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   tilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/tiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf         polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericaltransmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColors   colorRenderingIndices   typestringlStar   aStar   bStar   direction   surface   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyreflectiontransmissioncomponentsurfacetwoDegreestenDegreesAD65value   direction   surface   numbernumberWithUncertaintyreflectiontransmissioncomponentsurface \ No newline at end of file diff --git a/docs/diagrams/out/opticalDataSchema/opticalDataSchema.png b/docs/diagrams/out/opticalDataSchema/opticalDataSchema.png deleted file mode 100644 index f1eaab8268b9cfa186e82426dcb548385ef6c006..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 393172 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 W4d22}m3&G+&S;70;$;2xyZ#^DkeJW_ diff --git a/docs/diagrams/out/opticalDataSchema/opticalDataSchema.svg b/docs/diagrams/out/opticalDataSchema/opticalDataSchema.svg deleted file mode 100644 index 367fca34..00000000 --- a/docs/diagrams/out/opticalDataSchema/opticalDataSchema.svg +++ /dev/null @@ -1,544 +0,0 @@ -$schemahttps://json-schema.org/draft/2020-12/schema$idhttps://www.buildingenvelopedata.org/schemas/v1/opticalData.jsontitleOptical datadescriptionOptical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.$defs   $ref#/$defs/datadata   dataPoint   componentCharacteristics   polarization   wavelengthUncertainty   wavelengthsIntegral   transmittance   reflectance   absorptanceEmittance   incidenceDirection   emergenceDirection   uncertainWavelength   wavelengths   incidence   emergence   results   color   cielabColor   colorRenderingIndex   oneOf         titleInternal data node with leaf childrendescriptionInternal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   dataPoints   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`.titleOptical data pointstypearrayitems   minItems1$ref#/$defs/dataPointdataPointstitleInternal data node with non-leaf childrendescriptionInternal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   data   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`.titleOptical datatypearrayitems   minItems1$ref#/$defs/datadataoneOf         titleGeneral schema for measured and calculated optical datadescriptionAn optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.typeobjectproperties   additionalProperties☐ falserequired   incidence   componentCharacteristics   emergence   results   $ref#/$defs/incidencetitleIncident radiationdescriptionIncident radiation on the component.$ref#/$defs/componentCharacteristicstitleComponent characteristicsdescriptionData point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node.$ref#/$defs/emergencetitleEmergent radiationdescriptionRadiation that emerges from the component.$ref#/$defs/resultstitleResultsdescriptionFor example transmittance and reflectance.incidenceemergenceresultstitleColor characterization$ref#/$defs/colordescriptionThe color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail.titleComponent characteristicsdescriptionParameters for optical measurements and simulations.typeobjectproperties   additionalProperties☐ falseminProperties1required   treatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   tilt   symmetries   surface   $refcommon.json#/$defs/referencetitleTreatment beforedescriptionTreatment performed on the sample before measurement.$refcommon.json#/$defs/referencetitleLocation on sampledescriptionLocation of measurement on the sample.$refcommon.json#/$defs/referencetitlePolarization sensitivitydescriptionPolarization sensitivity of the receiver of the optical measurement.$refnumber.json#/$defs/nonNegativeNumbertitleInstrument signaturedescriptionMean scatter level detected when there is no sample scatter present.typestringenum   titleNormalizationdescriptionNormalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm).absoluterelativespeculardiffuseReflectance$refcommon.json#/$defs/referencetitleReference sampledescriptionReference sample on which the optical measurement depends.$refcommon.json#/$defs/referencetitleSpotdescriptionSize and profile of the irradiance on the sample.$refcommon.json#/$defs/angles/$defs/tilttitleTilt angledescriptionTilt angle, for example of venetian blinds.titleChoose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.typestringenum   description(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!azimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotational$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandedtitleBandwidth and/or amplification factordescriptionBandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.typeobjectproperties   additionalProperties☐ falseminProperties1bandwidth   amplificationFactor   $refnumber.json#/$defs/nanometertitleBandwidthdescriptionRange of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead.$refnumber.json#/$defs/nonNegativeNumberWithUncertaintytitleAmplification factordescriptionMeasure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth.titleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegral$refnumber.json#/$defs/numberWithUncertaintydescriptionTransmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionReflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionAbsorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`.titleIncidence directiondescriptionDirection of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaltitleEmergence directiondescriptionDirection of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeWithUncertaintydescriptionThe polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeWithUncertaintydescriptionThe direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleDiffuse or hemisphericaldescription(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.typestringenum   diffusehemisphericaltitleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleWavelengths of radiationdescriptionEither one wavelength, possibly with uncertainty, or an integral over many wavelengths.oneOf         $ref#/$defs/uncertainWavelength$ref#/$defs/wavelengthsIntegraltitleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   $ref#/$defs/incidenceDirection$ref#/$defs/wavelengthsdescriptionWavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra.$ref#/$defs/polarizationdescriptionThe polarization of the optical data regardless of whether the incidence or the emergence polarized.directionwavelengthstitleEmergent radiationdescriptionEmergent radiation from a sample. It is characterized by its direction.typeobjectproperties   additionalProperties☐ falserequired   direction   $ref#/$defs/emergenceDirectiondirectiontitleMeasurement or simulation resultstypeobjectproperties   additionalProperties☐ falserequired   minProperties1transmittance   reflectance   absorptanceEmittance   $ref#/$defs/transmittance$ref#/$defs/reflectance$ref#/$defs/absorptanceEmittancetitleColor characterizationtypeobjectproperties   additionalProperties☐ falserequired   minProperties1name   cielabColors   colorRenderingIndices   typestringdescriptionThe name of the color in common languagetypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/cielabColortypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/colorRenderingIndextitleThe three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.typeobjectproperties   additionalProperties☐ falserequired   lStar   aStar   bStar   direction   surface   observer   illuminant   $refnumber.json#/$defs/numberWithUncertaintydescriptionL* (lStar) defines the lightness of the color.$refnumber.json#/$defs/numberWithUncertaintydescriptiona* (aStar) defines the color between green and red.$refnumber.json#/$defs/numberWithUncertaintydescriptionb* (bStar) defines the color between blue and yellow.typestringenum   description`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtypestringenum   description`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider.twoDegreestenDegreestypestringenum   descriptionThe illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65.AD65lStaraStarbStardirectiontitleThe Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.typeobjectproperties   additionalProperties☐ falserequired   value   direction   surface   $refnumber.json#/$defs/numberWithUncertaintydescriptionThe value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight.typestringenum   description`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedvaluedirection \ No newline at end of file diff --git a/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png b/docs/diagrams/out/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png deleted file mode 100644 index cd9baa8223ba5191a6c9190946405f7da50a08a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41225 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 UAFc%BUrFk!+WQ{wF}d=;0ApxjdataPoints            incidence   emergence   results   direction   wavelengths   polar8wavelength480direction   polar8transmittance0.65reflectance0.07incidence   emergence   results   direction   wavelengths   polar8wavelength485direction   polar8transmittance0.66reflectance0.07incidence   emergence   results   direction   wavelengths   polar8wavelength490direction   polar8transmittance0.67reflectance0.07 \ No newline at end of file diff --git a/docs/diagrams/src/calorimetricDataSchema.plantuml b/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml similarity index 100% rename from docs/diagrams/src/calorimetricDataSchema.plantuml rename to docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml diff --git a/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml b/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml new file mode 100644 index 00000000..86449c80 --- /dev/null +++ b/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml @@ -0,0 +1,88 @@ +@startjson semiTransparentBipvtCalorimetric +{ + "characteristics": { + "conditions": "stationary", + "primeSurface": "interior" + }, + "fluxes": { + "convection": [ + { + "side": "exterior", + "temperatures": { + "surrounding": 293 + }, + "coefficient": 18 + } + ], + "longwaveRadiation": [ + { + "side": "exterior", + "temperatures": { + "surrounding": 293 + }, + "emittanceSurroundings": 0.9 + } + ], + "mixed": [ + { + "side": "interior", + "flux": { + "uncertainValue": 60, + "uncertainty": 3, + "confidenceInterval": 95.4 + } + } + ], + "shortwaveRadiation": [ + { + "side": "exterior", + "flux": { + "uncertainValue": 1000, + "uncertainty": 50, + "confidenceInterval": 68.3 + }, + "direction": { + "polar": 30, + "azimuth": 0 + } + } + ], + "fluid": [ + { + "temperatures": { + "inlet": 293, + "outlet": 298 + }, + "massFlow": 0.02, + "specificHeatCapacity": 4179.6 + } + ], + "electricity": [ + { + "flux": 200 + } + ] + }, + "results": [ + { + "area": { + "category": "centre" + }, + "uValue": { + "uncertainValue": 1.0, + "uncertainty": 0.1, + "confidenceInterval": 68.3 + }, + "gValue": { + "uncertainValue": 0.06, + "uncertainty": 0.01, + "confidenceInterval": 68.3 + }, + "efficiencies": { + "solarThermal": 0.5, + "photovoltaic": 0.2 + } + } + ] +} +@endjson \ No newline at end of file diff --git a/docs/diagrams/src/incidenceSchema.plantuml b/docs/diagrams/src/opticalData/incidenceSchema.plantuml similarity index 100% rename from docs/diagrams/src/incidenceSchema.plantuml rename to docs/diagrams/src/opticalData/incidenceSchema.plantuml diff --git a/docs/diagrams/src/integralDataPoint.plantuml b/docs/diagrams/src/opticalData/integralDataPoint.plantuml similarity index 100% rename from docs/diagrams/src/integralDataPoint.plantuml rename to docs/diagrams/src/opticalData/integralDataPoint.plantuml diff --git a/docs/diagrams/src/opticalDataPointSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml similarity index 100% rename from docs/diagrams/src/opticalDataPointSchema.plantuml rename to docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml diff --git a/docs/diagrams/src/opticalDataSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataSchema.plantuml similarity index 100% rename from docs/diagrams/src/opticalDataSchema.plantuml rename to docs/diagrams/src/opticalData/opticalDataSchema.plantuml diff --git a/docs/diagrams/src/spectrallyResolvedDataPoints.plantuml b/docs/diagrams/src/opticalData/spectrallyResolvedDataPoints.plantuml similarity index 100% rename from docs/diagrams/src/spectrallyResolvedDataPoints.plantuml rename to docs/diagrams/src/opticalData/spectrallyResolvedDataPoints.plantuml From 705310d135e9b66cbf764cdda76d1699be2ee468 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 27 Feb 2023 11:49:19 +0100 Subject: [PATCH 047/362] Improve the descriptions in calorimetricData.json --- schemas/calorimetricData.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 99733977..f46ec3a6 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetricData.json", "title": "calorimetric data", - "description": "Data about calorimetric measurements or simulations. In particular, energy fluxes are important.", + "description": "Data sets about calorimetric measurements or simulations. In particular, energy fluxes are important.", "$defs": { "data": { "type": "object", @@ -50,6 +50,7 @@ "required": ["conditions"] }, "fluxes": { + "title": "Characterize several kinds of energy fluxes towards the sample. Energy flux from the sample has negative values.", "type": "object", "properties": { "conduction": { @@ -135,7 +136,7 @@ "minItems": 1 }, "longwaveRadiation": { - "title": "Due to their temperature, bodies emit thermal radiation. Therefore, bodies with different temperatures can exchange heat by this infrared radiation. The wavelength of this radiation is longer than the wavelengths of the solar spectrum. It is therfore called long-wave radiation.", + "title": "Due to their temperature, bodies emit thermal radiation. Therefore, bodies with different temperatures can exchange heat by this infrared radiation. The wavelength of this radiation is longer than the wavelengths of the solar spectrum. It is therefore called long-wave radiation.", "type": "array", "items": { "type": "object", @@ -242,18 +243,18 @@ "minItems": 1 }, "mixed": { - "title": "Heat transfer can be a mixture of other forms of heat transfer. It can be characterized by the energy flux towards the sample.", + "title": "Energy flux can be a mixture of the other kinds of energy fluxes. For example, a heat flux sensor may measure the energy flux of solar transmission in addition to the energy flux of convection and longwave radiation.", "type": "array", "items": { "type": "object", "properties": { "side": { "$ref": "#/$defs/side", - "description": "The side which is considered for the mixed heat transfer." + "description": "The side which is considered for the mixed energy flux." }, "flux": { "$ref": "number.json#/$defs/wattWithUncertainty", - "description": "The heat flux is driven by the temperature differences. Positive heat flux means heat flux towards the sample. It is measured in watts." + "description": "The energy flux is driven by the temperature differences. Positive energy flux means energy flux towards the sample. It is measured in watts." } }, "additionalProperties": false, From 0de8a9eb9879676f2275050a798e2ef178ab3cd7 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 27 Feb 2023 12:04:14 +0100 Subject: [PATCH 048/362] Improve BIPVT diagram. Remove zoom from .vscode/settings.json . --- .vscode/settings.json | 1 - .../semiTransparentBipvtDiagram.plantuml | 28 +++++++++---------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0ec48e0d..0b592625 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -124,7 +124,6 @@ "explorer.confirmDragAndDrop": false, "editor.trimAutoWhitespace": false, "editor.minimap.enabled": false, - "window.zoomLevel": 2, "plantuml.diagramsRoot": "docs/diagrams/src", "plantuml.exportOutDir": "docs/diagrams/out", "plantuml.commandArgs": [], diff --git a/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml b/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml index 86449c80..6384c680 100644 --- a/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml +++ b/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml @@ -5,7 +5,7 @@ "primeSurface": "interior" }, "fluxes": { - "convection": [ + "convection": { "side": "exterior", "temperatures": { @@ -13,8 +13,8 @@ }, "coefficient": 18 } - ], - "longwaveRadiation": [ + , + "longwaveRadiation": { "side": "exterior", "temperatures": { @@ -22,8 +22,8 @@ }, "emittanceSurroundings": 0.9 } - ], - "mixed": [ + , + "mixed": { "side": "interior", "flux": { @@ -32,8 +32,8 @@ "confidenceInterval": 95.4 } } - ], - "shortwaveRadiation": [ + , + "shortwaveRadiation": { "side": "exterior", "flux": { @@ -46,8 +46,8 @@ "azimuth": 0 } } - ], - "fluid": [ + , + "fluid": { "temperatures": { "inlet": 293, @@ -56,14 +56,14 @@ "massFlow": 0.02, "specificHeatCapacity": 4179.6 } - ], - "electricity": [ + , + "electricity": { "flux": 200 } - ] + }, - "results": [ + "results": { "area": { "category": "centre" @@ -83,6 +83,6 @@ "photovoltaic": 0.2 } } - ] + } @endjson \ No newline at end of file From fb80e203054f35b2652bd4535304dc6e0877da0a Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:26:41 +0100 Subject: [PATCH 049/362] Improve the diagram for the calorimetric data set of a semitransparent building-integrated photovoltaic element. --- .../calorimetricDataSchema.png | Bin 244777 -> 236682 bytes .../calorimetricDataSchema.svg | 211 +++++++ .../semiTransparentBipvtCalorimetric.png | Bin 80448 -> 65084 bytes .../semiTransparentBipvtCalorimetric.svg | 101 ++++ .../incidenceSchema/incidenceSchema.png | Bin 61057 -> 59019 bytes .../incidenceSchema/incidenceSchema.svg | 75 +++ .../integralDataPoint/integralDataPoint.svg | 38 ++ .../opticalDataPointSchema.png | Bin 203743 -> 197179 bytes .../opticalDataPointSchema.svg | 204 +++++++ .../opticalDataSchema/opticalDataSchema.png | Bin 356884 -> 393172 bytes .../opticalDataSchema/opticalDataSchema.svg | 544 ++++++++++++++++++ .../spectrallyResolvedDataPoints.png | Bin 42539 -> 41225 bytes .../spectrallyResolvedDataPoints.svg | 84 +++ .../semiTransparentBipvtDiagram.plantuml | 139 ++--- .../semiTransparentBipvtDiagram.json | 5 - 15 files changed, 1328 insertions(+), 73 deletions(-) create mode 100644 docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg create mode 100644 docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.svg create mode 100644 docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.svg create mode 100644 docs/diagrams/out/opticalData/integralDataPoint/integralDataPoint.svg create mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg create mode 100644 docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg create mode 100644 docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.svg diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png index d992d670b1222ca3236e1191e14b8056fe94a102..7ebdd3ed582967da335b2467079a701fa4f0d4df 100644 GIT binary patch literal 236682 zcmZU51yogCxAs8<6$uq7kyb!Dq+6xCyCoHnlm-P+2}KZ4B&AzQIwYj)&@Iv}AyUFW z&+)DA{*H0S_49>&_Fj9fIiH&6rHYa?9?mr!1OkC4D|1f`fxtcs|JQQ<4E&2=aI75s zzgsSnIxgl8k31e)Sh^sjE$l6vOkFJQQ=55ETf4YC5@ct8^w8Aa#ntX1o4JGCWe$Ps z2n42rjfRfP-~W!lfXleYt!vvUk8@l)p?rC2GEW$35@0_jFBaBUgF*D-OeF7m$n>^3f^kb#5o9kmZm(1B?2ee-H{1RUD%GtD-@t=@14GT|V&BCR)HHvXgM4%pb z=%d4fHtHIm%>Nd8=-XNh5I()j-3f;TkzZ-xXVl+deU zFtY?JJ96=c-y(B3%Xt1wlH+m3SPiFYdw{EmvQPMvUG>lyjBzy;^>p8%`ko}_-$5ci z>+FtGxa>LHn(~AfI&h*)EG9~=uLUW+vrTYn+h4nWi~qsdZXXrxN8y3$;(fki*dckVAk*(8~@vqkxk~T-ts74 z!8iIrn3AzOwlY$JcQ#q%*k z=EYYL5~|gGZY2Xe#&190k|4%8fA^^BNn-HzwC^k4&%e3RoXc`Q<@$JWm4~atw^FQ9 zwO-YEWqU;B>1q2X`Hk=itL|L4@a|G>`+K@t(c{OTu}vC}znav`&XqDVjb}7sJZ7@y zYKpkXSbCeSBiG1+wxRs9>gA~Q3z6|V4Ql+>taHM5R(@PJ4|Y1tx+ySvagUaMQ+uTf zqfXhF!C&S^n`j9kc16UQh@(dGU#p zZqV&gsxIqXCi}QHtmJ%4Y?g{MUVJQ3SE{sq1N;Ba-qgqmHjBAaeljkK=%jrSOCon zbBF60hWghRtoHw}UgY)}2L0yA)l_l8BW~cQ{x62-$lQ8tz7GlO6_d2T#uZ zxNJeBE^*nh0z3W1dHbj-#?nv7$|ybE<*xbYOjg^nR#q%5F2zg3y;mljo4J}hu_P~$ z3|y7GLW5`Jb)MRtBb8sXxo zr>MVrlYt>eBir8}!I}K=(UT`nN{mY$f5*p!pQyi!eu#G;-@PM^k|QD`yJe|<_0`@B z*fdHLrl@PUpGV(^y30~8O_W@z*Drg{4<8?uNdN!Wp!JE67!b!DOw&7XMqd@7f%E5g z@B6nU>7myJA)ba_K@Lg5NC`fNsp~>+4|BBg;^N}8@(pD1zJLEdF)@*9H(<*%XjJ1F zWqbGT-SIL92TMy!d;40`M(m+)yUYCn=LphyiHV8hg&t3p*bs)O9}zKYjf{_%S@)U! zTp2t$Iq8b!iOg?xRvsN4-K^eu6&8l~dwFTens|Wl&#RBR^Jig}6|jAFy7>AtlzTcm zg?$c7s;Y!Ky4^iI)<+5h%5;nFw|Q;WXeYHzs%Uz9d;9vH9R6JG>gv+Pgje_MA_-Co z+23!~6+6GQ)cSqkWW8*<)@^+(n20$yH`khOK)jMx8QbSzK4yTPnfbxi_vSlH*=qm0 zGO65T11Zw4m>?WxXJ!ihPEXD#ZqT!_y=w7bl4cSTs*(u6 z&Q-wcju&cqs-dKyFz1;3ZDl1kI{It7<}>u}{d;{aVcE2E2F*0+$?n_P`OJRB)3PLa zN@Sf+;q2rT92S3L<7U9#`uO7Ns?hz`aC{0u8E27_TSnbI zJ&P8}CKeV^A3k*af1eS(qPKAW{_q=vvFD}z%ay%UQ^zEAo z@mov3)DZb-7DqQXqiXl9Cz$81T)9%>EaGHgWIa*tXk1;R^CS?#f`!@O(#%?m^kK@9gON)YKdL`r~3J`zanf3(L#PEQ~R@PLCda8;)&m zZnjzUoNKQ}t;?G?U&u8s{Ld@DG{3l*k)BR}^JZFV>ZjJh9Bl%dAFUP6i#l`dQOqn( z>tj56)sJTG*xR#(gd>q^@S?HtuHAk((u+hob-v@YE!DH)Vq{_IoSsg!?MW0nor_eK zQ|G-Kgu6Ulcbci1;(m{fY;J8$VZ5!qUC?RneBH&;k|zf5Nh~|x6}qkKjooo~=dWW@ zRQ~T1`yZ-kX}O`^QLW3enz(rVK$be+!;yMgX06<%-sFIQ08Fg3H%jq>c?J~`l9`Tv zc$A~14@g3C^-6;!hYF09L+tJCcNTlB-qhENi;2}u`yO?*x67sVB}rgjym-;U!D0RW zrT0RQ*<2gDyY0U`#X`RAN)Yj~-fDeACrlfI8yp_LI*a}i zXKtx41r8Mf4vwJP8mTce50BtzcI3t`uIipt8$ii%do%QidTbCa+cWFlQH!tu$1Znxez`$MXpvoJ2R}kXw(KVJ(Q%}!xZKUu$x7Bu)ki%HX za>KKW^ZI0YsG9Gej6*>1*v*a2uOTrx>6PlQCQ3{MBOdCkn0%aapT$#F?jhs06dsfI z5n)38ylE_l=^3A3*bQeeG3n^&9+Ts);JUsPl$uOY3jU3aP`Qe_)%qJ(iHT7)A+Kyo zufpkO$V8oAoi|}Ws!%bq77 z@LNuc(JC;C|L}o%==}}2Xg#8$yxiT>^V&oD7s(r{3|Tp5n;3|<=G^~duSyXUIMr|i2E+1daGiRCzKF=g8scC05eiw!AdKUepf!o{L z&^Ys)GtzREd(@JFK0%~zA| zI006@64X5p+Lr2^t6Yk6$uq8-g1*<@p8a@pN>x=AE0%>oIt1>DQrP`dWMt&CXOfHE z@qBh;sgps!<>8*aeSF}s<>loidTmq$2A(C(z)nt1ULP;xK%~K=A`n;C#!4UL zhR4S0>FDUxUSay^jI@Bx>-+ljg^kODNOD2%2U_UEDPF%e%Eeqtm*ZSU$HxnF3h!LI z6`p8dVP(Z<-RmFaN*_?^vK$c+(a_%3*0w%YI*URPI`3JxxfmV_^YTVVL8;(|Lp9ae z*l2!w^4q%*!F?NXvtNLXQ$0f|4I^7KM=O#+*|O)F*L;-rXS?yQwtV&zOY7@-5#jnd z;!Z`$F)<|i_qTAAEZ=^%;`rxHwmZW+i81y)SWNUIW)^o4WH1DTmToefZ&-J{-7zs? zKs?8N({j4j=eF@RuKO}j-rS=~@YwbB^tMMyhyWtE2gJo)*Rl+$W+~gs&1KO_U*{JP zD4ghp&YYFwZHNuGIgb=zd-DkjPWYu#z4(ZTBIplH>OWu&MLc(*C`rK|D2lqlx`GKy z1|g+04CHd!S>NtU*?3{!#X~SsptgAusq||~MFoYcDJrZ^k@+JdBX;ATe=hf1eQ$cn zLK|sBJCr)X@gGGQ85u5? z%?@i!Hy-bQ6eVYnm6iSc`Lo~gmh{d-SATzhn&zJ^G*LcKVxt~)R;-JIkFN|469B=K z%R!Q#9IhVy+6*C5F@*P+pPvu4 z`}W1LPo|i413 z&Mtd!(FG)9Bi`bpx(J7XklR|h>uNOVv#}&+WU1e&@8ie6q{6NhwgeX@)z$gUehssG z_%QQ25z%0pJjsIx4{Sf%4l;>KM|__7Qe9mw8%fUt%?nQD-RJlsk2kJ|baXY%@#c#V zju%@IV7F+Hv7ZG7 zb|#1jLBqIt(_$!B_xIt?6caPE?~%%)?{oS}A85N_+AQk^3l1~&%5D6R6j8Rkk1DHw zsu6A<97kw3At52nIGH!$eBX||aQ^(I41VlQK;l$ByM2I^nsM-AJNkV4rd|r+BCwU& z$lk`p@L9B91-Se*jGW-wZN^)-vcz|+4=9A(K4Akc{@t5#p^l8`*vT z|J-f!Le~fV&ksHJ)^rQctVrFvcUI97Xv5VQ0_4j*vxdM6sHORyf5!g`iczXKpg%6) zlWAiR3edN-!0wBoSBjI_A%o`oFEa!bwK7#Bw0?2@O?f0D=@P0k4v?d}E%j9*A|hhq zVAV_%$z)?=W13H?sTYty1P8&^7Oz2L49YZC{m*g29%`X?YUC9aMN;n%_<P#BK0x zA|!B}Q2b7X1$DV^eT=NE@to#TP^un9!dBcT=!SQZDUJHX`V>bfu5hnV5nd1>5GE0* z+t1`f{WthipMp9}e|_SLrkWbEh02db3Vv@6)%X59tp6b)71ie4+*L|SHZ35qZK$4; zG==8ZKdqoK3O(MqngUnjkwLfdWI@zp{3&AauRoUBZU!(i-a8u|9c`A$6=h#+2A}>{ zV|CpCFx%JHXLc2V5WmAlrjd2c(k&YU^>BiyhfA`L=XY%Q@@1y}38onq0`V>Zs&&3$ z6)!uxa&EXX_Lczw(VhRpHi_qSinG)+#(-Md4%%+dwe2qMS3-Z@^_iQWzd1?&vuSvE z7(R1s?66`nL0(3tchm@l)c)MD%JcU2cF(;vS+Uq=5G*+~;V1X@_8OlPybca#x^-*D z5eT!9kTm&cX_9N<|F_!j@a~dub91vBRWlmiq^723WR%I{e7rFMg>vN~ zJBs1|sT-O4l9G~U(8Cq!eaRxL@nCiHZ?V!E&X{>{SAzYB60vY+x%fmb4htezAck__`eHt zBqt{aWw6})z^M@A6oo;kq4bKez_LC;voAz(304*s_wVUIcX!$AK84J_Bsa>Wwuc(Z z{gSTC9tyHM7b62h3lL80BowFrgBQftkARK=U%OF52+9a)8I(il@mul%&k3leDx9t4 zh@XvNz(7fvFJ{Po`m0tzTvj=<-`g z+(czULISd*XZ)UHGf)Pm~J>tKOe6)74qV1jLt;aWPc zDMg^MuoEBr{xwZVNO&MCKE}n(4b>Y~E

    }Dk>23r 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 z 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   characteristics   fluxes   results   typestringconditions   primeSurface   dynamicstationaryexteriorinteriorlateralconduction   convection   longwaveRadiation   conductionConvectionLongwaveRadiation   shortwaveRadiation   mixed   fluid   electricity   side   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberkelvinWithUncertaintynumberkelvinWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   emittanceSurroundings   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumbernumberBetweenZeroAndOneWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   direction   exteriorinteriorlateralnumberwattWithUncertaintyopticalDataincidenceDirectionside   flux   exteriorinteriorlateralnumberwattWithUncertaintyflux   temperatures   massFlow   specificHeatCapacity   numberwattWithUncertaintyinlet   outlet   numberwattWithUncertaintynumberwattWithUncertaintynumberkilogramPerSecondWithUncertaintynumberjoulePerKgKwithUncertaintyflux   currentVoltage   numberwattWithUncertaintycommoncurrentVoltagearea   uValue   gValue   efficiencies   category   description   centreirradiatedAbsorberouterDimensionsprojectedIrradiatedAbsorberothertypestringnumberwattPerSquareMeterKelvinWithUncertaintynumbernumberWithUncertaintyphotovoltaic   solarThermal   commonefficiencies/photovoltaiccommonefficiencies/solarThermal \ No newline at end of file diff --git a/docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.png b/docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.png index 3e7d80cf1220a4d1f227d529ae56644d1898cebc..3a3b2ae6987cd94295f375c9c9ec4eaa672541fe 100644 GIT binary patch literal 65084 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 Aa{vGU literal 80448 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 >F zo|c5CXIuEp*-si8rmEGuB_$=*+}Js3+{uIzYi9uRhPa4`;(P~RfffP%i|u@%KOy76yp)HRHz_qWKnjrW5>be?cWsVB z9lPi7nG*C%fGtBpLd;K=Qj+xqc>tHZO~Ux>7%%F%l%yoAEA%J6VSE*!-Pk?Yy=3d~ z;l}ds+t};6=l(uCNK#;}KEY;F=(xtrI!aq5ORGhuZsCEumv{cA6gc;|Pnj*N1US}w zkd;S>bm-=xfYqy>J%dse`fVlZ(z3>D{dVmZ3SvKSUSLXeNrDv^)pY7&G^bFOoP}wMVgnE`U!@d6dJp~mcs_gfOm_AoJx(77B}-49d29Vz>cau66l)1q zlV`?j$!&ZbYZ$)bM!A%HLv<4z8>kRNe&Q~&KWaOLMEbCvL)9L~X)zl<}E|sKYZ~f!t44Yi(*z(T5 z707J6=`J$F=(}u%HT6Y?w@1oY`6!SdIzkB9fm+3NYHN7B= zt3e*Z<8Mn4t7<{+GjB!if&;Ae;5!W)o0b}w z;3$gk*dc#Z2&WyXwV&^+MUEQfxVo=0thYo6+nm|1%_j)AfLK2tpHn)EJ@W)!fs&bv zIbbrMU=Ng^S)(IUduoTKe;?8Pr>?_G@?4#Tu7MAtFDvT>?G(clbFQ5`K{V3pE(ORC z8|v%(=#X(O*6d<)1WL=6rY0!I&LWSQD;{lvOM2xd2(cwl&%pcga|y(1U#pdu_!$ct z6(nrbY2O1`BZ#t1Z{G@nIC=>Gme@aiu6gqN4liT4rN_*a(9j5We5wm`;&|@6><7ZGML=`XU?D;)1_#D7>)iJ}|-p3j z*u1>skx}$IIy%8b#LeTUV-Zu~CA?+L%zS2})xI@l>kUT3SyAcIrAu~pd07OzHX53N z>Dwh|PK0+?i&vc}QoWL2dyP(#Ht*QUh&b@+}ITpxuBpw^rgai{6N5vYlJ@b83?pud02mqmpZPvFKaFE5X7 zJw72JAv;@F^EKqLP3lO>w__34t5_>{pv*S_sR+-2MFq7RSQz-~V%WQ%>ok7YJox_4eL`$FqFHZ}lCd8p|sqOGo(3^0r| zZur-U!@@p?{>1ni>KCQkB1K)VoREOT7!wjEq!w?m$)n=6Pb65b8`PdmUOK6eJ)n4hJ6K)c2R2Rd2S4A zAT=W&Bsr`Oe!)u1J(=EsB>F2#eOu{!2!4CwPP5l-4>-YmI^^sPS4Em7k_fpZnQfF~ zO~s8ML(B*|PgU<w9Yt4_4rxdl+)fw2?+1IUmJlU}@!~gtCZO#u3Zp)LL_OZr@%+A}8 zgBBmMu&_Xb`|B0!p)fb?D74S%&+GIyD7c?Z>WXw35uST9lsLqQP3OILHX7yjc<;lC z8z>NVoKCXS(P<_e?a^rLW2LhN=POS;P3F5Zv8@fF!e9n$8ZLHT=$h>nN0w;e`uk&* z92{oBA*wO=G@DZFxws7jHN>) ztj@r?1BXya37($ML=o2>Mnr6BJqHsA$}`udNl95*0!v3v0>qse4K8T66B?d6PwAXt z1<3iKG6N+EVX1crGxvWIQ}ufy4Yv4%^z{`8JPEo|Ydn$Nu9dLO)8?nB-WzoId(J6> zU>=LjryH8GibS~t1=V=RG!uqzE~SlOS+|ZuZ<}uqp7&|Z77g8o1b1u=?K72~3D&pZ zsC$%`*VZ2ad}z7s&l_UH5v&{+1C4O!<_}UMYy^i_lW{UL3rjw+fIB1vhzd|Hg*8ep zzJ|{(lwvkx{qx&tvf^81QFD8=mROB&wDk&{ZuIitHP}*BK5sArwc>#`KVLd=UsoAk zwG1$F)^Q3W2B*UdIHdU5 zOUECbTmeu;s@lM@7il;Gdt!hLDmj9O`um3gs9ov)@f#UfvkK`;@>Pan9EtD=zUn3l*I9TPJfJ5#EC>C!y|z z`CiONYe~)kB^M33%Xl z>1YoRrQ+!EeyE@J^tbp7y66ysFUqqb$C#^mm-&;BWD|Ik&Z}N(#~ECek$S-^X`C6D z+=Pu(_>YjFv%3SE+ar!X%3(aIo4xMN7*-4^2?5k>BkVsW(R`%1R#jJLW@MZ>bEc`b z`({YdjW}2Bx5rC)nHkqIF^K_g2H5oW?c3_JCMLbGyA=HIlPXyGV6S? zv1btove1vdTw6VAtUnT;et)_sBQ_yH(F4==v^c@LOUV~&;p`NXe|@wY#rECx@6}R0 z4wW@q=RYT^3PbXdLz;wAZj+qm)4T{ss0t9m?a&ebD#=g1$3cU~#;X)DSv6l1h)6VZ zhQB2X7hR7l+G64`I#_kVpzO%onT>T#3G)NC;ZIXEMsain2j(^q1o4CsJ_9^0;1a|Z zS@&t$T1$p&YRL67Ew-_-p$H&j(_hQ?FXRB4Fvvss{%E{h^kG7T9C@(|N=Sw@yhK(D6NMm!YUPS2NApXuZ zGY=-pjO3(8Q1z%IF4ouPMK0jV6tFJ!ou>lnk1e!(pJ+(3%!y2U zS4L+wa~xuSSLTR*YEM=#96~&XLC~8dZK;1PV}7!QOzl0 z!Zs{v7_$uIYi7})Tfd@pP1L8DZ(MCni4C$RX>lDA$nw>j(h(l7LSajk01g&{Hy7#e{Ip=uIY?YIo3qU%2XwC!iX zs@d%{m*%M1obVw;$@Z|hR~(eZ*1PZ?Fg7*a$iy_yc0(|sFO8mGZrwqt50jHYHLNi_L3}Uh<8uU2QE6O z3;UW2bXo4;%^ts6gW)`!mN8CoeqHOkv2j-?tF6|jR9|sL-3V;MoSI)`MnhaL149Lc zGHBq|tzRz-zvC+@!Eh8&7OV0z-=X{b1O1p?2&c1;xZ)i(ndC)nTk)Mp3z-0;F{UrU zd5&)kh9hajXtarkNLrjWI0h6LWQ`jxsc*xZlTLijA1Sg2_KHVx|rZOo~wS_Fh^)ki_4+I_Svz zU5V8!rbR(8uEy0O{eVa=iFsmT0voFf?CR-Z=@=aq*Od`Ueb({DHttT+UHHg4OR{ety+6x2#gE zBy}*O{%m-ylQSq7kdhk#hhuc-H{eIx0p0eqn?Gou#_121!4CEk2r0UHOkpBqKe2h~ znHyK-nWHR-Ky=9h`bpTR?LxU?Sllt%Y7v9((x-dhNP(7~9d~8h2AlCoE$)Ux;vB?5RtOlL0ywJ7b z6Ma?V+RaX7d>aZB*K+$hYv2z#ck0z#S#ZRAVJn_WMsj9~~T{|Z?_gEg5QzZ?MJq1mJ z@}Aw*YXnEtX(DChxuHB`s^EF0B;T}GAJq+43R42ome0-ncza*;XuJp7-v`+{ z#0%|#n*wvKWSn*=8@h8s`twYl#!6b+d6cX9^EC8Q>e|}YxcgYajdnH@6DjnK z<*dM1#fV6kYe{U>e8oP$HS`oCxxm?Mdo%*rEY8BcymrOyYZWY7V3XkdJ(^v5yhiwP z6tka4(|L1qZ9N5Ao}{#*GWbi^RaJT1y^F-AVMG4f_-QIR?ZC-W?udQYj@odZ$HYBz z5BzBQUo*#RDGanUm$NqO44pS}Hy;>Ou#b5<_HZMZtHri`H<7ET$SwM`hYXG zj`2J8ZGO4hWYomhuMe!GZ~d;xvqK7koh-Qw_6@HEBR204YLl%&t6@PTQ<5x(3@5V8 z8W8r=@(8plIk}N*7Ty*?otI!mexX*U%p&G##j1WcPBbCfj6I&Floey&%7iC|L~R#S zYb&?!+2QRP_8LzT*cV{VHSn)b%#|)dzU_R!rDW@fXJcR1##_Ki+o?Fx!uF!MGTCTM^6d3$^S*XG&2OafU>o<&BEkDj;xFpfn_of$Wlf7b$Ij=1+JxA31Ua zR5-2VF>E7P3OS|d+}3k=kO+}F@ipaNKH@G?!tYMKK1AtJ>*v-^^I_*&vWo!& z5z1Q*#E|KLjWAI^*Cs*nmJ9BG8#D1OQ*Wt}L*#&klXABF`gg@f*1z9wU@JvrImeny zv_uT8m$ckUN$9%#uvx6vHS*IM_JsT?#sYjx>OppCX?W?|YvNrfFnu>|Am*)T>-ro% zoJM+P5pIB(TL@Q>E4fM<8VxvD?Z7AidSYu&b4yEzFs_LKie^%j4Ffsk)|@r&q?fn1 z5wHdP*v}emXb8$#g;4assF7GbgaQMQwgU{pYEf`SrT+SM9fz0$7U{yb8|%Z+gtN0R zyq2AB*i?%oD&ue+FgT3b%e~oPaeLtW!9OyVvYu@H<=QEf7ya@rHR#0>D>BENqKfpw(1)LyH3quq`>=n_2^LK~`;GBt>-f)k{{wk^x>Iy>48Ao2$FnN>t6I5KLt?!0 z372bIi&|bpmt-QkWYG!wnqX{7?1q8oP0Z3hkQe%*A-Tca-han#B6nbqcY;PGqu=_b zr?7VkbhY-u63N&z5Dk)0ICDwwuT{D@duae)Lj{K$BW9E zUR0zzY4$AJZ*XAlShH?H&6Bh=Z+CY9J#u))tZ}dWgkpy0_6O1Xmcs`}Ve_-at}?c; zG^0$8KG+;SXN~JVO@B6qZOfK4uY4i!y&zp~NLh#H+k-g21K-vGSw)b)69|B`FB&Ft zTAk(PhjcUy@3KywjZI)rZu9stMa&khp@xga0yzgVcJ#a|VoivwaH2pdgEk98d&q@F zdDqOGv++QiYq*ypUfy?Nn8S;4ap!R;1u*{0vaR%6Ta^tnRmGo>rY8#in?wtTumBE0&ly$je>c6rhzpdDb2bfGh? z1R!OWDp3y{cMDS79{dq;xn*b(rh5tZ+rA`cPd67irOYSK!O^C&29`v}U)x0r0t<_c zio1XE(MqLk6Uh`9YPIQ(TD;Ba^lr|YIGcEeWP2!dH++h;@W z-Aqwum@@t7xN`qT-JQRKoDB{WvWl9DivKR6V#Ks&Q*@hk=Ho5{1Y-+uXIj)Ds(|9( zF;ehX8_PS6Q#9=pL^GlFPK|f;Q13ogZ@8v`yz*7f&cHt)0J}CPzBb6gwTNrxdNRpz z=@D=fT^7+`e;D{sX0yqv=beCgHLXv7*R$q#X3qi-<7&nHu?6i?c#>jg4am@1rVtaxvtth17l*9-S8~` z=Z~opqK*sx=rGVHU=!Secj)>i>(@(V{lpdChX5ncx5W^(cV>Ci8pK#qebwbFSHh3R zPgiYjivxvvbZT|I3H9^VQ#;kR9k%CduF>u{AOK7fI$7fDq66PV6d9!bBw{j3BCR+@ w920O2?%`=8k+!-J@9@MUJazN`0B?PV8~^|S diff --git a/docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.svg b/docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.svg new file mode 100644 index 00000000..72dbbc4a --- /dev/null +++ b/docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.svg @@ -0,0 +1,101 @@ +characteristics   fluxes   results   conditionsstationaryprimeSurfaceinteriorconvection   longwaveRadiation   mixed   shortwaveRadiation   fluid   electricity   sideexteriortemperatures   coefficient18surrounding293sideexteriortemperatures   emittanceSurroundings0.9surrounding293sideinteriorflux   uncertainValue60uncertainty3confidenceInterval95.4sideexteriorflux   direction   uncertainValue1000uncertainty50confidenceInterval68.3polar30azimuth0temperatures   massFlow0.02specificHeatCapacity4179.6inlet293outlet298flux200area   gValue   efficiencies   categorycentreuncertainValue0.06uncertainty0.01confidenceInterval68.3solarThermal0.5photovoltaic0.2 \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.png b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.png index c1a0a1521c1795bcba047c64d1878ca321d1f7a8..eba53d45d0a2a57b02de73cf3a9d81fd10b047be 100644 GIT binary patch literal 59019 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

    ZTGHrCV23n!AbyC!3CABZ}7lz;f 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 diff --git a/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.svg b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.svg new file mode 100644 index 00000000..7a982519 --- /dev/null +++ b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.svg @@ -0,0 +1,75 @@ +incidence   direction   wavelengths   polarization   oneOf         polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintytitleHemisphericaltypestringconsthemisphericaloneOf         wavelength   uncertainty   $refnumber.json#/$defs/nanometer$ref#/$defs/wavelengthUncertaintyintegral   typestringenum   infraredsolarultravioletvisibleotheroneOf         s   p   $refnumber.json#/$defs/numberWithUncertainty$refnumber.json#/$defs/numberWithUncertaintytitleCircular polarizationtypestringenum   leftHandedrightHanded \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/integralDataPoint/integralDataPoint.svg b/docs/diagrams/out/opticalData/integralDataPoint/integralDataPoint.svg new file mode 100644 index 00000000..9a0bfa86 --- /dev/null +++ b/docs/diagrams/out/opticalData/integralDataPoint/integralDataPoint.svg @@ -0,0 +1,38 @@ +incidence   emergence   results   direction   wavelengths   polarization   polar60azimuth90integralvisibles1p0directionhemisphericaltransmittance0.81reflectance0.08 \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png index c874867c84fd5ce5804f656f65be09b8f0d0efa4..c633dfb46352b094bd1db31b94cb3ba464f6ce3d 100644 GIT binary patch literal 197179 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%0DBudlwUJngfY>)Jh?=0PI7Pg0- zJf)dX?yz@rZGGsN^qMp1(W8nG!}I5F#-gIATu~k8Sr{0=-6wN)AME=mf<+IFKF>aV z6Y~{-VWooJfJ6l$CY%M}<#0Fwp3%WfcTP?#oQ-e2KKg9qV5Oy^dc#Zvs;+m-bo4Xg z0BVQO%trAT$w*4;HW2b?(@;Pm&;Y6L#5}=mbL*S^B^HHPSiI(BPMjFudc}Mas zbG5D`NoW=J?TZH2f~^|B7`EAbBoA6X3mYpRC4Z30rmCweZrPGdL9ZI%cEa5}kPVui zgX*;KIswDOAydV>(~Aup|NfJ_+{FF6bLS4wBWQ>~N+;_T>VAlJb4H*A-1t!0zpbT) zwjmXqBSd7tn~*NL(7dBTtfDg1bNzF0{hAsY2qy)3lkxEJCPw?9gfx(k^xTX>I+}~@ z6UZA2QKET~naP0Y9klpRLx1qRfp6;tBWo4(HKmXLehMPojvmR%&JJ34Q{2AcdLAC-Xzh;H)}L@v>q`e>fxYIv3E#u`;W<{b1}<+XpRASi;(9%Q9++%7 z|67TMlzv{PBaxE^YrKev2;nT_yok5@gU)7}D-X*Mx>(X^AZoAU$ZZP+#YjVpFKzRB z4D_m&d!X{<`SQz3Dx-uH!8oy1gi||~CW>dyKIwHWx@QdPfv_6g764^BYHH@`y4Y`5 zZyd@!qjgE#{kdrFw`BNPFr4lq%&TQ(vCy$$=^NW&#>UXo`}dFa3;)IylAXDeUWrT> ziJ*eUn z%F4=!PA-0b$6G69dUCSo`!+$5+|(nq890BDGUkY$&d{T8|JeV77$@*#tB93UTJ!0{ zTH1_P0m~Dk@w)iy$?*P_UgJrQqrE9p@6Z5r(RFR3gXz?0$5|J3fSa0mkkF}Kg_>d} z)RWHKG^kH*@Ph{*>s8;2yo!U5jzPhRZrz(->AFlCjp6e`7FeWB`)vWw+S}uQ!ct&( z56gf5fdh?fJi%NRO@4QM?+SvfrMtfqRRYrfzoVck@mi-i`0|^61*m`M`o8jBXW1iv zA~zNo^1mcS%U5A!6pax{_|F(k_qL0ysAZS)QzB8%#Ra#><;oQsOw}uo=^VQDNfd&Q z4SsM%j=x`;cv!fce?a&o(L>kusrK5Krqt){c$f&z1}pv++$44eP7aO_#D~HkKNdzb zH@y)QUEx>0y@K*^q9*pJOG7mM45{EYZqQ*cM1W!ADEK5a_p!3xdTNpT9b~V4r{f)0 z%48xG>e{tMtWFC@8?A}%!?O3qw(6LPT>eMNCeOmgW{wUH=MwTwA_}h%5*+}VC1<9h z8{XM+U*;P(n}fQmel7AVxBX9jYvF7k!(i@L)WsT4)HI#3)*Hn8`ud>gn7A+}YEuId zTPDkpR5Kc~ObcA#(W9hY1_*Nnu|A`&x(Es;X1*ztp_s|Rl;g-wzsFO2RP2n^js8DL zi%=T2H)$2PI`8mvTj<%vdF)ajq2xv_3%*`68jBP?dU7&1+CHyufv6udol{+GCu*Nc zNFYTPfph5*a+ysPA<><*DOdE3bM>OdLcO^~DJ1M;{V`fKTkHLyT}MxikBt?*5L`JY z+yAt|aN$LNmO$1b(feUjuPP+^>3qe72ANLAojX~NF&iZ7hn`~M1QZvXhS6D{ zG>xF-p?L~39btDklU&!0QW^MMEMa8PI6e?-Nl66uS6vZcm{n@>O=UAu9yrt9$~pb5 z^9bB7K;i`qR73tsOGz1pmjk>CkJ;R9-mNQl!;ZKcu~$E|7+{SjIV1!g^iI!!##C?j zd5BDVJ1vG>KRx-y)P%h*eq>;vA_SXLf);q?pSz8r%Sl0L9B~l{caZtMC zSX660L$g{3O|K(RBRso|Apmwu(=Q6&KM`(hZ`X{ed{)1!3=(s{SoP7-l^vKAxQ^I@ z8*(YCd3Hik+@LQ%x?goVpDY20O!e#LUwN~bZWHf1(sq~~{8c6kvU?LJb_G=-mvd1r z2)osg2TOL*Q3^3Kk)$e9O_Ie=J21X*tGmXCFRnpNJ|RNaW~osyiKQPjy+ zPHv+wUYGKc65zfI_{rJx^jlIKx5H1#5PF?mp2B0%`1y9qO`Ce`Sn#G>zjZrw=c>G1 zE0f0Y38nXO*PnJYsZ>PQ83F!g=O_fzgwq%KlQ7L~@;!&*1i00rC}!e7^B9Td0xQzx z<>8epcE3n)2+PRpbJeSu#DMo#6{BWN?FP465a~AvkKXT=rS~D_TmSnNEkmtt_m(YN ziUb~G=$0DfHkXi6hCO#VycbZlNs5&fvHU?!N=WcS_SI4{t@-@I4OBbI55QEnMVRH* zc!h_!Ig7Bcn0zU@EiNu@pRcixpMMHRPxh5;Zd`d}WJ3l1Er46d(WS2<1tg6AJ=ZJP zBr%{DggPW-NMi{O3`~vGr= z06%WW}$%pS6gA^ZarCX1ZHr$}Ssz}<)Iqr9P5@bx{VsJO-L z>dh?TXLD(0ltAz*epCGJ_h4es0kXf&W3#Zbw#MEa8W6DC8fWFRs~LKF?YRyd{+o&$ zGZ|)~Il*Q(JTTA(x(<9tW~+ZFMYmPc!){ImD3w1Jx;@?agX_Jno7)ob+lr?KHcYwS zI8P|Qqv2sCAPTzIcws(tbTsOnnmb>y7YQr=KTYTt!zh2ha1WNN)@6JwrlJ?jf(1#4Ti2fbk5dUHK-GnFYaf!e0}?Q@Odkke_QGA)JCx@=YQE zCenbAO6VLuOki#qDzXGs3o(^2W|bu|312LMQW_;ZuqLB>*wY&JNPPVLwWJWjx3vOp zu<5uf@p4Z^XF`T z+gC_tdx)R;;ABei4Rw~+qA6-HE~2^Aa7I)XXk<+Q>Z6BT4ksL`J|3$GucL`cA8b@_ z68SD}+T(ZT>!9153KCurs|kK`ih{$2-+xYX zkH`WF{XK>vj=_856fu4t_+cUJ*m$p$rm!zUrHruqk>TfsHG98;PS4KyO^K7FmNC-5 z*O7F|!_3LaNkSNpxCej%&EF=Tmd_%h5{k+qW&(lL-xvl_Exrm;{liP^{GUGUf&uxM zl+<&KYJ1J~`?k{VA~1rLb+ndKLC_x(0E|mH^O(oDA^N0YN8u6*H!~4R2o6luut4uz z*ob0k06krp@Ff$(();GYx(pl1Jg5!ue-=Mi^ywtherQ#WK0a;1xIK#}x7WNl9o!{& zF)NTMh_De5$N_SXdI}EvkJz#7J2lzK_f)_*jOms3BW?AVEd!q+deMhmdM5H&AY$A< zbdujnWo}SWS*8HcPdY)fjJNmvJ(PhEtUZU*t3IBBr5gyf?YU;hbnC08-1L8@$VjJPd$GQrrn5mqJxY`Y?F$z zi>m|mjx21T1%=QSZ@+!#4j8IMoS^2U?D-Yom*k$XeEIYo#p7)pX-hg)&6rjRa`Q2_ z!CP2G*rzSs*WH!B(^B3uDw*5dGa9K&|8l8JCtN@o!enc{wkfEO5eB7b{yI~``)~1b zD1y%u*#6C?hT75yBMB31#2_q|O5UleRt zS-dDTMSnBr`T;9-lviN)XChu9U2jd=RiAp3ai?9soV3MqM8r=$H60ty7EO_bF%w;u z0530L%SO=!(>9JjZTMQ^j3K9dJ7~D$EW5aPIDh@g*dZ{nM584l5Gjj)9YckA2F|sp z#pE0tqE$s=74gVpqzpGOprIRp>KrW$j%Vlu&)nAg}eyG`o0 z4#>gVDa-X@Fk($y@s8RRc#uSkgdHGcXT6wtc!)p>P>+z%c5|)SjSI)Q{U3cxPF<9# z;2>{b136GFEFq4>5AE&a^8YC&U*=~`8Kh-o(4%&im6;&68@0%n6flS9Yb#`qAD5MQ z)~9r&i9aV-;;wjUdpi*vi~VaNZ()K{JGD4Q$0{^?c_1K<>4XqAI%ZVnOwK) z;nHS%wDyjf?S9|t0}|6RQ>Rc^D+zk*PAwN>T;cwXa70c z@sJ;*tHxF29|}PvtY^60_2mvf;A5c9Ri0en+iuWl){momS<{-op|ZSeJskxRxP$@Q zOavYDelLPF^!tNNc-9ubeM^B=+~W#+0_5Ht)bDV?oGoUVg+@3L*CW@ zdn?#XsQ;^?`HSD^?kPH`k>*|swMP4c!OcO1ON&=9lECHi`8M9ZH9PFU; zP=vzgV7{H}VI8@c^Uk@_Imc3_=oZ3a!@75aX5Jws@+~=pY)4>B2r<>c7))o2Jw!@4 z+%awP_R}%AM+eni4|pCLN41867YPhcf`ayswr}=Kx0^Gnu;9LV=NvKGyZ{Mg$YL08 z2w5jG218c@-v+Dkk(Is2{mt^*pOsn+wPC=GrI~UGVlqI`zAjXjN1HLBq_?l{%p>mW zRp{W2<*nAL)Lv*XeW!Um4PgU=sRA~i&Z(R^Z^Lw|0Kt-krAC&3iHrXkTc>80q;NWftt_G^2<&v4eP&emMLrwb+=b~rM}~PyrP&S--l%iIiyLlq>P)iyAUghn34E5o?I33RCPeAn0gz@fgXD$}f3* z*Sjm>p>Wk+%)`IeJOza~KjoqLnq;``7!U$BFga+nfIM zDTXWkWqJQl%22yJ69!NlH{*;?Uq3$^3#r)bhuky{^Qom@g-bGo_Xyz`g@|@*VEN_9 zdfZdpyt%7OZ|d{eL?TCX;Demj_C$xx8d@z5IzvLN-+vCWEpCi2m-vQw?1HcY5g4dZ+D=~vb?En)Wpkus->R3L43W0=-- zwwr!;`V5>KfJ1eNMzn5cmNYTLFfqrxu@8_w|NSRqf*6FE!XTG~7vajwH*1nlE-`MT zid54w=4#f5PAXbHx9V6n@uKFYo?;|xE_8D<&nxKat|M!i%4%>iW!n}TP-#&i>c31( zVt~xq_dRF!EV4(1ly^!ozvWvIwQ$?6R5?=#s9qsB#<((hR4@{%FILi;sT|Gy;k!+Pl(Bk&RZBmhMOAU3l_Xn__&!jQJSifWD$h@MIBN zemar4U<06oLl#FPQ4o|KQFvolC4AJ28|l(DDg9rlQNQ`uRZw3$k>A}G+KfHFy1E*b>``O* zGtwWdYBUW>yQ`P*_Ia&kb3l+@R8%cZ;+kMDzlSZ(HH%Dyn&Gd%(g^bvT*Nv$IylKH zKb?raudi0{DvuWXEO>WW5!c~k`{M#d^&V%mwZ_4;WgS>|1*?z!Wwji9*)R0${)CNVP$akC`D^9ET*LM5bbg=&G7y87gCqe2t6P2N;2aC<~ zya^xNNJP1zPuADpy>yQ?Dx!8GD^;A&8l`wIAuDHp5a-Z)Ho;z=Qp~`-&B;8hp9a3M zEzhS18xLT%)Y;)0g@K_FL>l?=YW*Dh(Wrn)Y4?H#{U@PZC_Q3iWR%8}G;uMi=wDA! z9f=)sF&il;r0*B=4Q4jPO`T0NdwV)mz)v8KZ6E$-x%xFpHw}6L>0F+jxZXUB3TMr) z1Amjp@V&S?S41Te-l3nSS>N73%dw;_r18(rq|pCSbC#HXl;zzB?BxBkxrkOPml z2AN#X&^5bXr#e148D(ugacgpeeewdk+L|4{j)vxKX1K<;u4yk`JY*3SN}1iD69(f= z+mXr`{58fDz=R-xV5=Kjg-EkZ(a&2(lF`&PW& zH=WNaFRSK~fw(9}jsZdnmZmiq)NN^Q$4L?&FT38N(*q$SKh7e+Dfxf?UhWOcVS7ek zL2j;>-)1-MULtPIQ7G43RBFgc&cKy2dF~M~FIQFl=*CgRm*}~g?e{FUoYicGnkMJOG>T4zn}zcZ z_6R6PpWiW_-Wb#V8;^`&qf+@&*Oeg#z4z>EW##TEY1u(Ujeg8;cd8d1FTdV-AJKmiZx9~ns=+KUEA;E@O! zApJ0gmghA2650V}@^#XpbmxQ!n`^47KBk^~PEVw20~pMiB-Ubg z_5j}n@*+}gwsYX`A*XSyM2Vlt?qlG!7b6JBP}x9na+j!wq|QgX_X0Hg$|H^6aDU8O z@Xa)in(rcaQw@8dIj`B-%_r9!AvXGOG}Txb8&v;NdH*(5?h+726tgs;DvW@wk7M20 zkG}5JY~)uHIaYwo5|H+#&ho`$CIiNT+y}X8$Q|#E9$lkjcS6X5vF#c%tc?~qN5gjE zM=fZUpkrp3M~_ME zy8!Cz^@}+OYQH28tk-uE-5J&$&fjX$24}+BA1p)0#JLvrEo>B3$=`DrY{;lIsA0G~ z)krry5v?RY52Et8Br-51`@M~)MW8VmDrg+#<24D11J#+wk3n9m;Id^1*uepV%JSj1 zkrC@<(@W?lN)rG+c$q=!s@H_dHK^HORIO+updfITZ@L+*UqjwJRN?nr)ud2FZo!W& z0Ii_k(MaLkP09O!^VbJS`_1~Iv7x(^a@7HwvCu82{V~|S$okjQlnHN$YM6Xd$st<@*RnhJg8zQNA2qw;NXSL{GY$*< z&og!BY~8xGzb-t1dhRTzgDc>ABnQym?ngc{_-(PRxsS+F@ZvAp+fPnRaEd!$!cYj| z?UUo*zOl5SD+dHEg>}H1A+6IrFwhDrewwD!%kpxPVt1gs3kKs=!?0=g&EO0qow{Jo(I_DO#zQt8{Fd{;4*U!IbAb%0>629@GezTF_ zG)?T)n}ED1k|J_#TN#&D1z#HZ83#I4fRwsUNr8m!TUNVid)($v&I(|tD}1q@_ZqJ##`IY zx1uj7gUfvR=FJiK9b>yww>E(wljyj-LEPrUO{y9@cVH;5iOfjOdtWdks_nrf-ILuO zCAaqnlMp-`K0i$_q>AzOPXAm#)#3cYi4ywuP+Q|WJL}w`_YNAMotNJGpd~B{t354? zc{hro(M?3(s1?B#fL%0IzdhmY<&|NNIbCV-BYoW7t!vh=UvF;PU}b05#2w`9!T!qu z?#=ACN9q5cyO`w7c3XSim z$+$}U4%#|{)T3FVgk{PwRyMd&X|dtw@*XBO(gaV_{inW!hqo zeJvNmbQfxQII{*$@M_%n37vD;E!;ap&6*3_^_5I7ja^~jk7Rfr_ZTzLo zE3w++3hXF^s&WSn1^hHTO~j2CpWz;zZB1x(a2mX>^&*Q0!oFeoA3o^Mtq2z|sA4?O z-aRsMmO9wFm)*yq-P!|;48XMO__Wmz`YYz4>acb{DkLKxKHLimin|qJN_!?P5Lg6$ zjg!uZzt)y`uCKOw`O&pyi+H=zY-$*U1l6F1$Q2%-1-8t>v%oVA zv`pyn_58`pd&|qqL`P2WxLUZ9&$SmZ=r!?va{!fA4@S|_2Uw zYrxlY`+%g-_jX&q#Oh>Wxvn{vtmj`4lnmzI7!Wsg-C?PyYj{Ldo;&U7WF;>Fi;;aQTt*b zuf`cg#Z-v3HEi0eS3J70Nq6|bwp}YcP|R2&x}9B9ikqW%aa9#4dwu)DgiNVGJn&_7 zEAsP@#u2tTJQ;B4ojkCqgbr->J`WO~?L&H{(o{cM#iV#Q+=zR$7L-7wU{W?ZWA$}9+XIK866B(m1xb=^`BnOrMuN{!fZ5vn~R7k zC#NR#fC6yTT zdEm`yg`iRa&|d|d0AN5Gj&cyPAf)5c38Z(3w50-F)S=yx-ggpTH@HAG1!&D9&Fj0c z(6tC|%a));|DBz!ElUS_Z!wAzZDPllt+F}UC9LsveEi;uqsNY2;lQ%*ni&S(hDJJe zpA!v6Z(@AH+(1L~vcUAf+=_?K?q#d#szq2eCKVK*(DwfP0#QCm6M(~p<|$GL_{6Hy z=g;@z#>-eA1O|SeIZeMYe%g)U;0v~!8y&pB*Yl~fFrR^I`|v^ZMUB7mk_!>M!zlX5 zGBh#6vg<5$$&a~P5J&ZzMqU@ybe%+5KTtAx(|lce)8*rB!zvHXaL+7K(wx)K>B1S2b&edMYR#{mSfn? zaDV?gc6KpP4mKRB;BslxH-MKre;+dyudWi$!64*)7=6lL`4GS~`?=(GJ58WgFPCI+6$esg=uz! zqP_x#qnMvmy5!}l331o2y|59!XBBiWB0?7`oo&#EJ&zy}K{*H)1_mgpBTy8-^d(Z5 z-a;WLPWwLmW%LQ3GxYCgJ+NvtZ_lwNrBwJ9KpzHukUb7X`5keAi9EfJlJO>9>X&Nl z!#s!4WUA61D?Iv!4)!R5d1H;%L0rxe4MPTffZtHe)xLO9u!}CW8rg$GLva;Fu?RUv z<8BkKp42eO9UPfZEpvUBW`N*j^I^w~M9^0cO@AUfav1U?RhvtDOWiB!Zz0ra4ocAIP^Ua_221QIG3 zJ+>brNyA#4FdoL}amEl5b3t~~I-xxW4m3lF5ar`TPLqjZG|<4kgA0ysb^xd~isgz4 zah_PL?HtY5MDD`BAPdpTw@*r}iI6A)xgzD+vvx1u=h`AV%_(f)-Sp*FH zvgh9?Cr2RsWnyCDGeLW?EzD#ixB-4oz?i<0bE0c}PXH&xD+)ms3qhb9709tg(VV^Y zEFxb}>azhW$^*WzdR7TEAHc*!@qU>`xknM1c!+pR(A zFwO~#pTsAb9ZtI20Yw6n6=I=-5mpsiH6~5#wENn)dyHgJj7LhW`DoGL_PRSF$^(_O zC)Zv|yH6+&VOr%!*q8x|t7HimWSqdz&rIfKk4mVEJ5kbLM5L*i><}O#gxAV2vc~I> znCiX?j+SPj)&=1tW%v$R*;^vgy>edP9zQrnZmRhHRR{!y9ZkN_o{ag>_|(x zq~T9=fs|Sk%>qc7iwvQ~NU{Ffi@gqInyajROM};pDu)S89H(v7$i<8G~vn|`oXKxE@9rZiEjWYcpZw^f=0KEAPOqYRLQ0Xlm|1dj(B<@G)0@a-)~4!O9FawWAAhKT60^=6$fKwr zLSM-VH6Bb*m`3J`Cd`UFbsjZibTy6V55G&7w!aRdkLPJXX-3{|QU~|!8D2U0q*kxr z^{eXqX*7zRLVfe}=_-hJZ|6A?Z4J62kUR|xEK76-kP8m<*>pq3VCjz1b8DC5ZD|~y zW~yvwH8n5&vBpw0?BK*j+UgJZ;Sef9AnP1DQ#7T75b;7Zn4xF~2e>0q!|&g3^U!A? z&G4R+h|4D=dleOe_C5q`1(YZXo%WU*fnCF|OhLqP%|;gZ?mqmLs}eXY&!)a35NaBj z=#W0Q*S08!`GFt|_auzpH*|#Rq#ODqB0)xm7A^GG^P#1mgKBi1zU?=e7bM4tvJ&s` z2qU%|r?6QNxvc~Dkmni4&EE&|&HIB#6_>g%DIjwRtwmi*efAo z3G4vzL+#>wU_2hnZ4Nxnf%cCQM$oQVKx2jR#PmpX&d{|yowl|dvhU5aJM0k?qN1nB zX{*=IcXEbX+;UhVDlOsJc~eY0x@coFfGz|vE4$?32%1$E5ux26oDSrfQ{v;#EZ3XA zk>*@=Jq8vGcKNR4bl#)67)9V~6Ltty{u_c6g_@b7T^iYhaa`TWjEKD52@B$0)$(y# zlI<@^{K2oCv!xAS=!xjBu(d+5BI|6|KXTdcFcHFgmJ!pxAqjw()vkL$u=MA>@Zw(F z2M}iS|M@2z#J3wZsMTTLAjPn<`a)8Syn>B0SdC0*NVc^dgbd3@F`Ew+=xu~q$C%G| zU;@ms6e0N~G0D?Vq`II0Www{J7j_gOfW0xmf9Fr~(j0(FnZ9bvL2$5U^DxpKM8G;| zP81v3JCL&lLQQA~fRR6ob_jA>CJ=#o{(&wfDQ!0N{c7r*UDG?gHUa)%5?10ChbVY5 zav5M!q(pqflY3X6(yrO;I`uHCV94em$c2!VI%?JezY9>q{9;eZ_1^7XGJx+i7(hm>Rua|F@gxqKglJvet=4vw$XvgM7P@ly(Y z>Gk4+BO`pB3$V@^hp~X8*d!l6f)k;kqVlMznte)v<}x@K3D6r5|NchW+`h|2EjB*3 z8?#Y@5%%457!$Tkq-74)=-ehEG4spjFvUavu&8J*ir1PtKTT%nd_s4(p1C1{A=x@+ zaTGhJM|i=FkYq~INI#)#`8F|F{F-8g>S-nUw*jB>k>)8Q+XHhDs}9PIK|}ko1~x$> zMGK4MTN@|dplJjFJl74#O6{}mEhQZ5X*B#{ic%o-Y=EJxS+ms}+?pUz=|K8~ei^iQ zwzam38~9Ab(i|t#6?#CM|IjQ@wv#_gdt28_%+`V~%?$C-U-Jfn<^&v$RxN)4vDQx@ zjIQ?q;9r?HYf=Kw1QvYX;tQaMZ}V{V`GesG@$VQDkcG!1Lq8j=?CsyyZvdSSJ(#3; zeU&dEXQ=L1;CfmWSfwT`XC-5G zd{K78qf;#JpeFztW3uR3JnjJ(B^mKYC+6t`s%B20ma_L8B0un)O`3Xw$y3#IbY{M? z%k>EbKKa(-0{<1cyijUY3-KAJ_M+Zq@mx0>nHb-u6u<+MTU={$d zZcjgM?<(23y6LMivTfi+l8ITRED9OsZPbl6fVHxk0Jv8j*ySlY-7q*tUyMmFEQVeQ zz-z!DiB!%9xf`qOPvsVB={A2C9w9v7Y)grACD(9_o?NgmZC|>JhKoP$jFS4}g{A0m z4D2wPnVPELy3F5sH)}TFs;o#xUtouZ)4J=fl5mOdn!tmeO-mRzKkP4cw4mo7H0&64 ze7}L0a(?nf7;#QabzZ;zI|5E5o6hm!y_2pRhr z)Su&3J^mWGk)|WyP}Fj)c}~~@b35XcqJfz%vMcrt%HM+Ic#PR>5t|bl@%b%d>&priW45*gSTDdGpti#6zAs6x(G|W zHP>00&@CT7<$HnfXTmbRA8Go9wB(B}E-nzb*xd#JjaN5-T0;T-iJbokEIC>Sd8BIX z7U-MA=@{8055eC+OFA}5<;JSicDo`UEhIS`(JFTsihZ?5L;vFInIf3{U*~W<)A%Cn z9vZi1d>$gOncn9q!`Lwczz6&*Ny8Piz>zjMYn3ytTvTFEM|EK&jR#sMM zD1zAr_KXOax2oLFd!Y(`97SC5)?)_CT@FB0dv@nO2?;j4L@kPwm0{?0rAwc2@3MD6oq!g+5$VRFBFn7LMqs_b>(F!PXWiMYs zw*4q)x(4#_-YqD*CP)`0$~vFaJ0dHR)gnfY+Kn2r^#4u#=^ptV4Q(*MnP2f?hDEXm2sn}mWRZB1T7(G7ql zN@KRcCKXXeH_1>2gswZ&H)yEYzjE+7@t)J6y{EsQ+g=M%iSTycVbod6LRb9p2OynL zUNj^?)7|r`+Y816L`o%ah_67WJ zz`gcv{WuugR6o}jugV#y6(L=r4@7it4CuZ)^Xr#mRH;;=(uZE50r$n*kTkM#b2!3g z@K6)c!FOi4nH(mq!t-VBv^ntS8sCJSb@xPcdlR4Rr1ke$Ns&7+M1!3Jn&eEH{zkS^ zSHTL#NMEwASAJNzNhESHFsK{Eq%xQ@npd% z>t~J1G@@zF8IqQ!BPX{V`*13Ap!lQ+Z+6|fHB53)zykd3b0S(yZyUmYP_sTb@akoj ziuTgSkXV`jgB29GXgJL5)_IY%w)g!t503=ZeNlLK+}V3ye4WX;9T{+LIdUZ?yIXDF@J9wI7}hjQC?t0-U*s7 z4IyCa8j=g8mtB*zgwx7yx2Z;Hrt0Jrc@#=26)(}fnpD`a^a)hXGgrAeLU1%d#jdc2 zOXEAJi^$Z2Bk$t_r|}8&M&||oDJ80*6*X!yJ2y8WL*V4vw=7KOfDI!-k;l|#IyB;L zM{sHFm*_nsiGRGL$*XG@ka-a0$YH!&QsEN}!^HO5Q6zx?BDA%`jDQtZaABCu2h#7- zJg6SkrBSc{G?7}uB^$K&D3j+6>YWwka4h-;a8_e%kT@U*2J-LTQ|>~3$*Mg3{F@Oe z*w_e2=+M9`_X%EFta&k(;qSN-ofqd-i`|PnKnx?{ss=j*8agF4C z8oc=fx=+MhXLHyPB?Um-p)6QyR z(@u`D+;+&RW_k>?@nO{1;k6q#^0We(Aj4RAwWBNtgLwmlP&7uMn~E?V8L=M1DIIUGASy?E(iXAkFbB%EnS2|K1t;Cz~A{N zpgH{x%S&_(4m(jf(;eZ}=OO!s`h)Ge4sIbR16?>q)O9BZ#T3OB{s@Y1W@6TBS$b0 z2Bs2?90#Jgtz{cuT&u3Eua|%UHSZl~l<0rbXT63p9UAjzD~B00~^x zP~2rQVsl7Wy8t>$I~GZEC+_4|D8)BwgZ2^76cEmUdm*rdt5fa-CVAEqb=CQTCqEZ? z`|jq%i#4_(=x`WreN6p(P#*(>kv=4AW^O}z4wmlyVdS=;AAW%+5{ea!L~#xJj1$&8 zlQPaNH(YPi%GceR^y>f@#_Wnj>LS4cRK=kx0ptc=R)*7*(wq6ORmtZTkDLnXm9XgD zhR%n$ayrK9LM+Y%RaKRhogK4f4DBd6$!HkgnWtPNaB7LRc7pphhLqWdx>Nh!>b4qn3FOKIa$TV)~RWo7DafPYLyZE`+-Qh9f zvs@1elIe>$ z-+MuO*wo#$b#iqE;DPpMr39u^93D|oTi>}tkQ-hr1C|s*DIw{u_d`S5;#Ctcll+r6 zjP$arTmXLxzmKxf%biQ+_R&s~`bOf;Suqgo6JkG%(Gdgvg0$%XNgqWDYG@df_@Tdl zU?=IxT6VPupv_@yw?y<@X{g}7V~a+im=HDEy6@}rvht6{l4R%8xB?V43(UyD6v!;i zrODaA|IN_#m(+Uzh%L|`TZE&)g!M5xry1bfn>TOj>n%|Qr@$Fx8r;vY0` zJ(5o&g<^797V;j|__l3}Mi2nj(*VUvXSl1V3*vFG>74F$2w89hW9*i%+GMtu4b(T( z>|iiw(4y5WFLGR}D~aFWGNg_#i4HP|l8a%_a}zW?`7}myY5ta23~Pvn$}Y%i*im9I zV#*i69Mbu*Hdesc<|x?SwVM4Ny1vN*z&|N4^#Fy!fg@$171#k zZtmeP#fzhoha-o%(E*B~TuYV&>#LjEY-<2?4#p*^cCGe&a>Q3}V!6P?tl` z)6J|z?@63qKhA?$Xgz{Jfbln}3mB9OYAKLZJKh6o4mLKYWo0o4<}48R#g~SGKBy!J%-}jq z^t5p@SMz}pP^ z149!qjQGq&2=5yjp@g>uNR3Fw_O2B<3#G6mIo9QH<~a z|JN;I0KK`!e!$_Jm74HiJBnuhp=S=di=G=-vD zJWLo&;W_`8Bm>r2u?DP89A60R8#w%v4nJyfL+?A@O~3^FCIC3iM%1NVfi8)e-Zu!&MWLAe1~1$l0!Qc!h*EQ@-c?y{4p6^xfpWBWbVxaYxFE22wYlhJ zSPC0WNUuTA7l0^Q93D82of_WAb|WM#EG*-aWHK!4*yQ9o{sy#Zq6~9(BPopm<$2j= zk-rBs-|$T97=>7vY^!UVAez&HKp(&ykEJB33gHt<;;9_NO-@5kk$lIgLRY3WGa)fi z7911*73Fr{5lVF0RPQm#Tttl0KO1JhuG^d)hHB})cek5v>zZH3%>0mg?#9G+4v5Bp zNK#W@Utd+ljzTzw%f{CkQGT_T&94F5fz&OXxl;Xa6q`^*HbX^@(|y-le=8h-EVTMU z?F&jG00?^yl3RT?uy`vP*hOCz}- z>mnplm?&?#cJBNLCXNZKQ0283&wri*8sk{oiS&b@mK{f3GvevDmo;{n4TIA@z zujmAGL&^mRpPLpHiycD11=eAJ=5?kO%SkW^0t_j&9Jz`Uq9Wto1kNg9M>Oufcv9r& z(VwRM@DZt!qj>-Lyd~9+SBe-qhQjD$>Y@ZCbjxEjP^K4(Qa|6_9QiKeu&`J{!_mFtzWiTj6p`RL@80vD42Y7to z-(5-TCCO-Ilx+sKC;Yq{;lIh_#Hw1v{aJQC|<;y)?knp_6db9hgV~7C@7mQnbC;-Jqa9xs7!E z^Wkn}zf4XNme45SF)GjK|{5@ofhq}mm$R&`-;1n7O@FXFd4QAo0`7%Z*Q`G^mIY?Kdi{As7>^>ZCOHFTa1>tT~y=-=@&7Ix)0#Jnd#|~mZy@O zRw{vVA`pfQz~EausQu{!_4iOp7~H=iDXzf_zxrS2kPji}s;n?Wi`>dQKfik9P8p8o zzn&DIo)ovaLBO^T$sz#sCb2w~8o!w7bJ_}z*x1;k<(M!Ns!XuSH-D|sRElP;1@ohy zia|te!0BF%2K=8MAo}0$64W%j1Jwlg`|!25G;PRJAkBVQ&n7r6I-Pt*4YzLkF70uE z6@s9kwpwCexrBu5F#i~*9L?K`<6%wWb|3hVC{r2;;+ zSocX7Or*BZzc>UqzzCDvZDF%Pbz0j2$A@k;t-7asdrqD{O>{YAW$)?O=I=qi1{5{Q zmGlwn5A?kGK~=tpZpFAgDZl)VWk zCBP*eSj}L>2k0?Ak|cKb)-8ss&sSrRS?5fVt1AkuB;rdFCW8vUel7doOCZ#Xa2gRs z1T+n`OK?4NaWo6(x^4nIf}IQkm+bz1Aq4%T86muZQY!syFgYKHUE?--v@by0o`%4W z{{nvgu|7g=ImeOzWG|(545Dw7b=n@wtVc@)EE$Hq#YaXS3Aax2T*V`vHq{L{a)6m; z@zgiatadt#%oLhIzk{QhlcUaQOTh#sK{f`|ebMp*9hYlIVnEYRq*0F+dNr3v zfaHZ3`iUxqx(jGx`r_4_mFGUtF3dyfH#y>DaxzjTv}7eLc4wU-E{=so8J#zDxX}Fs zN!KZQPvD1_Z@LtTIW{1+{0E)UroE&IoB&WOb>mcN7k>4LoR4N@NUvd@sfMCrBoig8 z8#5FTuTm3ee-f!g7CJc{xYjc;t4&x_mtw2jfSCb!FGl+l3Og}F-C|^#8K8Y6Lt>Pc zD;XIX5Q_$)98cT8lt{qAxKI(2@Aw_X%YYH_5O+yiLiZaqD{p09T2_XAO2X-k43(cK zL^I*A6l;>vQ%E}CGvq33YoRFfGhB#dCO4Q^hQ&gOWjji$9C90ugZ5@5dZXWC zGGVp2vw}tb7p;i2sO=t9VmEBK{NCpPAM~7m{+OB%&YPap)Njj&6fgw@;$WMTbZl4C zuAxo3LomYJ20I=VbfS0u-xnOWlU%1Cb7e~)AY=3_EMK}5o=T20T^aCG zXo}F&*l7XUot4uds53Y%iZbqpk%)`IUYdbP4EAGEe@^(xlP7;)xl%xo;c0q{uFEO% z9rr@QQKh7=Bh4-V|4@vy!i;0PngFo0*cfj77hG@lZIK(=WxsC5TTMxqjeJ+HnQWW4 zgP`9K1{)q33!aGuM?%<;bMfX=%-`WsO zUGxbO^YHUzq%Fxm6G1@{2V0^)@g+QiHEymrtL;||J_D3XFBu_t_p|& zQV?($8lT=!lP=i@9Tb!i8ZHrhMK&mssd+OV_n%)L&b{7OTDnn2m9`%rusM2JaS?_vR*!49lj zCy+XnGb&F5R$cs<6W2k`(2gEFO|=YEXr62=TJ!7OXA#LGC=jCv00*jl2UZPzQ@sy8 zHnoEBDQ5T-r90HBRCa~Ph|J?)u$wr3xFdZ}bb@R-e0)i|q~{OOmHU8x5>zRqxzr4{ ztaX1Sx+k`7+oqPJIRQFAbC?kop(y%CAuAfmA0jJ4hCD{>OIAf=8H5`E<=CYU5MzT6 zojyTP0f=7&|2$WY+y|8Iv^4$7yF{K33QGN@>@@WC1stwIxY!OJZWdqY8(o0R;UG6G#{24#d-`F{vkoxLsU@eA#?O!q4(RLdFiMA?K79ghONE=`3b;#PZ_qbZB<%ub5N-YnnZd^0 z?t|xmivf2K=v)mdE-1^~>=+cKh=WLMBR;gHgR?6}wTbj^3=b1(I~w=Ne8Qyc&Jd{1 zbrF+@0Bb?!s)Ru? zNY?}dz&y$v*D7fUqMaLbWRhndDn%9mdyAyKX%VG))qj4HgZ$*2i2aZ{h!vVkt>)-2 zh{BEp4!6X<^5=8+&@Lhe-vm}Q6mf77AJXB3&nqkPLz6Lh@t{`D0?JLsOy-O9{qKH* zc8VkcxPnepL-H+(ARpbz9HBi#ODxSbQ+(>QOU}h1%t1JLO5z+yf&leEY9B=J2!JDA zR|woy9h+N2|1RA^9aKYB8bA>YKud(nfqnZLz*YJ~^chwg*}+g};X!`>QINbbZ}c={NJKyvQSLdHEf4_Yz^GKTx6evMgPbFD%J32q*oVPh;h4JV%KqG8 zG!i_8v9D^4FG#)E3AW%(V3?ZI$8ZM%*@dvU0gtr(Bf4!mc6NF=0I-nU{9$ zMO)hpX#Z(0s9876xxBUnaT$c*an@hoxHQI^+mg_ma2Y7C^mr9S(C#z}u?o0jGf?HB z*U0kS_creY6RyS78e6& zod72hXaRL9{|OioC|mA9zz0%I6}BFmo{x-WVB?jtbp4j(F*Ggn4FN9s>^qb_Te zsK{@@tTg_5V=W5{IAkA3M&>1;0*qqA{W8$tie~%xJ3Bi8usDK8Jn?Pm*WKrNzIqLW zlATRy*+qMH!F&It7LS-2j}~}c+Vk%}aoBVaSC&4NX0Q}p-#r0fo?=67YJ;#_xs6>8XqK{@iCcVkiMS|!;TD}oK zGj7?swM1_(Xbokhr5Nm{UCAYOnW2Tnx$6z7ougrftV z3;7WtFwp-yg_a}~^P^~r^A)X0FK@ZC(xN>2pU|2#+!s)!d2O0fNY&Jg|Ian2$#MFU zkHwXk?OBD|!@$prCNdDSQ-s?f!&PwM3wA&Mg-Sf3J3ELFO>}Wrdiq0&2|sihK^5(< zicQFM^-2IrUA=Mzvv{8T=Lbn297V4cHXjsTs4gY`=O0$m{(%bCJdWEx4?(i-pC9@| zRD(c)CZ$XNjqlwD$@X)v_V)E9=^<)bu#B{i_D-_a>f3?;!=TX<4rD7dyKS_ZMACl` z9@lmqV5KpV?P-^pJ_WrJRG|~x>u?T`v@sUj?cggR-ERZ5IPf50OC6aTA8tDUE=tmG zMH}{=zxG`3cW4xPdY+P(Kl_(*=|MG_)T6y6EP)X@zn87(D^er3GsH&T=!7kJ7VyR( zBgHR1GLe0NVc84l*#kPQGP`~0o5>1c8SQHVmhb7Y@(?TSJ5(s_L`0-e|JHR~L2vf+ zdAZSGJBPirwwFVP9p?BGd}A-|k0WyY-QV;u`=S05&Os=JEw zuw!Fa*8(`AZ+0UJee3h$DXDjfKhYvz8{+RddFqssOmmyiWtjlWwB+eUW4*m9DYTc6 z>Oz)8`#z!&5E~S;0J;zM^dRogwq3~~wQVQI4HJ`z0qt*$ruiX(M$O3`*eDqzD883j zfQs~L_xTKzwhZ#r&{WfKqPFnju;Xx*&?7gQe(gy{^)yd%u<&TUv`4EoYtL!W+e@k( zobDI!21=U>NYSZeX%bicap0YVMOm;NA1E5eQD?(L>GPnC*wI3s?I+|9Rr#%2rPuV zj0C+LHg4K9-xsJWj?T7L=dX*%1eLET)XRw4K7741D($L%%D(I`V@LpYL`do0kuhVCw|2UR?Sc*Q>>%~! zq<_6TRf2eDqO@ePmqwUD<`epxv=ZQ`W>7`uZVSBm5D)z8Kg=R1~nIKYQD=j++KKFK%73kIRDJl@{^YBya^ z20yV>00=NY9=sQXLf`?OHxL-R)*)C$uMH8XX(ipQ9Cy1|)zkD(p;Y0lUgo}FIocT= z&--nuujTEw6DzJjK{G`G?{Wlshe>LrkeQJ z7ZXmd^@tS;4^5YU`{vTMOZlRfkg#yoQinZP(=+EWHp5(by-0swtU#%P_Y@qj@8bEn zt_7W!y=<@FyfHY00J!1a)5xl2=L;r9{m|)S1isVZ$;Y#3UiQ>OywO|Y)eX=<)q6(X zPq`EUR+F&Z-%-Ohj?)NPTcht!UtZ}evD1^M|KrD<@Bi53zLF$s`6GEUj3_m**q#t_ zii5?2yE9Qiw9K|Tp=mm_YZf%IQX@fj*VW9-U%wYE=t!*XO!iwTjge!1b6ktxHQHCU z7^aKb1LT0bS!E8iBh%C0Sl8fOAD^w<8F5nt6ncBqs;kZ-csh}2pv!o=smte#;09!X@mJJtE z70*vaXashS?vkSErW6!p8>x9mUiPlfl+%ec$`5<+OytmT@*~#=S4KX9D-r1LzfFE8 zw%|##Z9=K%72mY!`X`JMiMq{AO``S_I|FpJr$Dqh&Knak1Q|R3!qZ2NxZCp#U&#-6 z_&w8AM>#a`@%r+DH|k5qgp^BA_PD{sx%)k!KheXxI~D;H!pI#|OMKY&9rIo9ls^!k zfT@ij@k*sw@Whr!ntBzb4%~JeI;bMu)W&_@-I+6hDxq++4c(E^B14D{Ae;~J^7gN( zPHogsT?8)}sLXo>IX{AV`Mw>y;YcWy0yb7e5X<5pKJ2;O0o{CJ%F%xaE+T~ND<1i+ zUVqe0$GQGtCl7~w=vZz9Y*<{gtZ{S7%m#k-)X1k#_Z>XgrnjJXb%?a$%lTJ6nj2lX zYro2uBmd%t;gke@tmm78H!XU)=7C=WbzKQ+STzMUa6rVHSJsCffe_&Y+Tg;t!os84 z-&^aww7*=+sKvu0`qu4(JTLf5NgJb0xxqFz@p@ga{7M)yi)B)`t?leG-=F)Ql_czj zR32}Q==)&|n1Qmgf0Yc`p%lucedHmv52e2gyM0^FJv?V^@0Cv}clfO{OZHi`i`Y#x zdX#c{OmLbaxu{GAKVPT$(J6n9@7)zoWdfCILAgPl80j~ZebEnezuDJ;-J5tNFrrjU zO$YbaAMy_m-}4RJQC+lwfe@ zbmr+|;-9zg{0nHngoK1ZZ;~|Zp^DH}a5>%LR&p+=X$Zdeb?OT|SuZ*9ZEc3fTFlXf zKK9cHR29Kt59|H2Hvc1JuG4~^x6Q_`$yaN z?tRtOg@8%PwMP3uWVZSeu)ovfAE?+7Mm{Pfug&9b${i;o z&{cy0cCZWT3XL|Hfn>yE&&JLkFE{Y=cZe6E;mDarfxj|qk^7#_{EbOwC)kQ;r0>;r zN7b%c9|yqcB)&~SLi)M#%G(2q$}7|SQ;m4W}bF4K2$E%_x;(}iTdKVIb};XV7w-XqVtZIg{-o?_*zM3In0}k>(vH-8mi-P8T~U;+~2P&VJFInAuw_WYIOd>ODYnP|6Uo zHlyphr(xB1hA$)UckV+2Q%#L*LQ{OT_o+W)qWC4KB!?*;Bu`arATN>KEwn7><#0Ox zTuNLVv^jwIk*>y;qWqEZ#d|F3x~J9DyKhVh(o%`dN69VKT$z9oZd-wR79JRGAf zYL#U>Uh4{NMi~VCk|U#|mX!7*(3Vu7={9_^AP3Isot~=5hux3FXOuT~b6s}09*qzJ zZv@+RQ&y|Sw z`3`>YX9fS>7m1MWg`K}OH2S4}i(DxUK_Z~2E-r;;q(}xp*m>YdEMeotq^5q!8%$=2 z{e~hB)euG23Gn9#H3cjMfo;Ng0jp=2KhDp6@525*@$B(H6(U;5Yd0rqY~#DfLCa() z%hnU4sNJvL(~@Z#STXxeVj;Z>D%%?R_zkI9^uQ^gKZ=*P#z@e2!~T9;+U8bP$-@Nu zPa)v^ql^KGF`N#Yh(O;-hfE;d+xKHKO(-Qp|NqhtIkW*bN7bUa{He;Yz#2k z73i0~fq{8T>QO_YV2|nRnF!IrlN3OiD$}N~3TUk>ilzcc@w-qUJ@Inxsq37hghUa7 zK9GgU6a_aFw#K(%<+1AB4`Bn`t2uZ$pf8EU1>MRZldh|U+9opuguM%lI#IoEZ9Q`O zv{(CSVa^LW>6ip3{1}2_>b&cOY+f0!k~D=vck7GQ&E4Bj4fTps(**4Ewo zuhto+qf|n$X42U9jD{;vw11;*q2LSGqd$5`b5K*x?&-w@W@eJ+94t0WFI{pBCk#=O50P&+-3Ul7;Q}pL#oqIXf&TSv;BXn1F1@pU zIJ;;rsU|M=Pt=g#6K`x_h+T=8m+->D&8tB>mLipCFl^nAQD~DX3>*VPL-#g(Z)j?I ztgwi@Q+Jsgv@L0?*+c39QUXFks-?XO%*~CBac8~D(m+#ywt8+AzkgwwaHw1xZ2LVq z64Ti0tQ>H#YoFaiFC7*)(@(ZM4@U{e=zL>njl`TKg z5?wlKYO%v4e307#sx|#u1*0b7P*nuw_T6JpZRxE?gY13OQ3Ji_4bwFO z{xlQTs{g^t6y0EyswRyQ1DjpOmCV&p47e%Bt!ycE{rO|p@4e)f$R}_)ZRfw$y8gl> z^Q?6lYZQ;5U`B4PMjzUDxHX=x{;+rh^id3OMPC5tPxirx+Oxm_VEfW?!EYi=wK)f^j>71Y9-$gTTetwn zZ$S#oJNe{w-K1zgWkKIo^!w>Nhvc+ZJm&FZxD^=9!uR`2E4`G7vR|wOanp9Ry_m!D z&tr8yEa~|n%k7`ziKOE5&`@KSUe^|RXO#bXw|?19yUm>a|NM2F)uq3|4#iO0h&`4k zd&iLlgx|g$SwzRevVX2uY{}P!(XoYxDv>_RuTOo3b7|sepZlJb@NY|uXCkvsN;$PN zP43UXoqmAxYQ3v;X@f4!3b{McU#oVK6+@m(p{+}m1(c}A9Ci>ZPQHuUMJXpQ56_z} z&8}^HSLo3hUGC{HeRZ*~3H+Ndj9y*Pos0z8LphmNy)OW4v`u#) zdfChkj^p{K>L0pMUXpA>?2^!S_4&gRB`OseRji{_0frouM+BguZD)Q4!(4*Z??B)0 z>ugorkozZkb@uG%FZgn$zzE4~U@$5T6*U-9*E@v7ZQFi@Ltn2M!9)yo73mtnG=_uM zf#oJKvLUK4g|9~dk_bQ(T`B$DEDA*j1O+Q((TRE$1W1>i`#(v+cKiX1P$DTaB9$x6d8x;{DQ8_ z#QmBnZt@E7{8%~T^mmSq5hq>pbCUS(%qtj@V_2+kg>K#RmVk`JcNeG(%UAHwwpLTH z$jM1bsvA!rNqvOs)3$sR6pyFlMi~P>?2WC3{yuYrxQk}#n193hh1PSRGj7e&Ov(%Y zQ{MmZruoO#6DsA{j|TmCPloB2!3QPKeK6@QLpwT{m92>SYYr{Ue(Tjv&Krm)L}f!V zITR{8$O<=!JF5>%hb0!o3%vgvCU1G?sX8wT^8+m3QQfoDABv*RbOeHS262qyA$%hg)L>dH!HmU<&WGPkKWq`H9Z3lxKNz+VEzGc9N9x2t7` zckU-I;s`x*2;*C%i}Zghxrs(#wdroF@50-wykpri>=!qTqmumteN9n{uK;Iu(kD65rJm54GXJ2bU4 zw6u6EZaW_hXth_o)TK`oTi}zs;As%}U=1gA_Z)R3T|jOxirYPG)R^%I#nI z^~vu)0^(63)8JjljDp9p{=PtA7{R&+huduD#rwEXMOm#gwnvq8Q4PJG%Se7wJE)wj zr<4P%2}w3CXJ%}CCm4|0p@~Li)G&~x-wp<*a7_C#Dz+eK2Q#yDqquar=lXi^;&<#v zu$y%^&I*Y54GruG06gZ_UJN0YQ)#A%>sn`#iST_J zi0&Hm<`f9f8I#%MRaCS99an=u`=ATTq0O<{&!emsG?J(jjCYZZ0^Xd|U6{~CJC0;9 zltIn`O>Z#b<>wC!23RmV;!s4o)dATW^rP|c{_`^CP;}Q2ZQuOOv2WU}=C4YRg`1r| zdGaQE%*(i(?B`pdrF`c7j##JPnV6{cn>>%q*tX_H+P58jPG6`4(*Iegb)bYpQh^|T zgkoj0Pp#j{`#z98w1cA3C?zdjA0m{1=*7;{!8He{(V6J86d?ylw`8*)vyFkK8yHR(*GQ? zASFuR;;23(#ELy|9C(5t7d4~gn3xkE&`QW)zty%$Rc#I>5r?qOJPo8M(_obV&1r0I zMkj_d#OHipsI<3rgMy4?7BiJAV}11nczK85YVJ-jWO^`e6gDanOkSo;4@fuD*IKFP z(_-(E2W974c&cY?K*I$%h{{Fu|)88Re ztRmtZ=J0=grSdc5^-3CT&cgebSoc9)er&c(Pz|}`U+y8Mr00EslVkq1pI`B%eI@^* zOff9=v;GiMJUVLjiKF@2aaL0~G6xC|GyUta?LP;&Bb6_E0D%PKOw9?Gz&}`-HamQd z$u2+lzdH%Z5}J*1b=wN6yHuuwmJbkr=4USK&AYpPc-zJ+nKxb~(8+e4FHir) z6_297NldXHmcLuI*xpMb!bZJ~pL zIuM$?tf@-8m>XveuR9Qff{z7#i`nKaX>VwFilRD*%up`7*$F;gMS=FGK;5Lcgam&% z^S~^{hr_He@;gcM>IVoIX6mGsV9;9piPK}EYm!iJ>InMdOi|SS;%t?7W?46G+#ti~ zFgHx#8-PX6a73STtK6op))YV>an+$O#przia5worAg6#MHhc0}bxhfLPhVe1f32;B zX-5aHC~A+$C{XZrnUi8*IWUfJ8tO}{7#PqW99siQ_)SAN4#X`@T8*XMNKR2vPe{%) zLBvSR%U#p#yAmC3{qp`MEc?Eru#}wJ&mP@y2~3tv60X{eR*u(BThh-@H#gl7l<&|> z0uFIx9QR)pgY>r+juUGn0f|AA;GFV@4|;;o@eue&A`*IgJm-VWoo66*E$m&k^$L27 zE54!;KFU}i*l~v8lG`VyQ@ISf?3PAGgj7gPRJX=-ga4tBlpn{A#vIEz^80f z9i61S#!X<=B1}{{yQUB`1*H63R&5o(Jocz+@HhJHLlio@9L%c>$J8Q8=@Ebd;*Fp zD6CRdRBk4Ns3>cXIt(8-H@AR*4SLY1399C4KuAITiHwYd83f$^r2g;mh>_dcc2Cw{ zha($7Zre56Pbft`&sJT1{(1au-O8&k4(QR#So=}cL^r0;>n|^=->E1sgBU{m&9c(7 zsAa0D1rA_ph>Ep?L$*c2vjYwxDxpi3FHZ>fJ~Dg#%;K<34{e^%!+$+@+MY}UA^GZa zMe6@6>&oMrI_j9W`#~OqTG0j&MzPNoK|Os+z|HmyLpSF)%u%wDZNCvtA`h?^2MSlL z5?X{HcfZ}Uu1zU@)N&HwLZ-GLvfI1$aUa$sY8%vIq?Ty=%>@k|s7~kkUa0aHZIy3d zeK&J9lr;;D-Y$4|aL<($QVA+NxpQL{JJubEewB4shw0$R7arMlETUi>2G$0k2)cHS zjbXI@M;0qqtyyE8Sf;XWt-bZ6W2q|d-l4#E3sSACuWt$Mb$f;OC&~33G&Ogtrtwg= zjcGiz&Dm|6(baoOss~NT)WqoM%LP8-3KTWSD(|Cu%1ldhs}C3Q2XwO`Uqt%^J4UbV z!^zS2EaByRxx#iw<<+})mlP))&A5dTYF}EKn3z~tTu)ARRy^m_s_CYbSeA_;8}04w zfJvZsSR{P>jU8@&qa=4Xon~t>nOvOI6*z>A!FX)q;MehZytd$Rp~ItXcbw1VOFt&V zrZ|GHyS^tLhqMO@@A%$rI9WRMz>0j6httTz#P48$uaEYr+=sH(2HNs& zRAZ8f1g;*V{Yj%0>Pz}QL%P``Q?58ct5Q13ymrwjxi@|nDW+yG(CJp(a~M*KM%9Rf zyD%02_5dw|zmGd5=e9oq2wra z-qF?{Yg;vcl5_T}3xhWUvGt+ktt8f?8 z*vF3_m-NH1sb@$yRHE&B_r9qkIjwRw`Mj(oGMdwQ`EsY;Xa1-eA~guNly)O!im%hF zFvG&Wv&3{jgInIGFFRMvwM6X#@8WYg-ZW4uA2I)dJf*RIq_timkr2vP8%fU*Mk$af z8#{zC_UBMfqLo_eL2b)fQVM&r^x+(K9X$}cchbuQS3wuO{4=T>VVT>|WHh6{)OSSJ z*w_)%ZZVCkd62%d?DY~-V##=_Sx`_nqA<4s8IhBS8bp9jK(9yq z07wa_lRSIy%`sSJ3wpb7%kAjD%v{(#3heUFhV(r3{xz>Rq0hrw)RX4B8pB^fwi;CZ=C<-}VL8*7@K95yRijo6kQ)uHy%g6pUodOSctW^Fg5V^z_86 zU^oM%F}GM|Lto3+Czk+mk9}ZWF8p*#vBn?4@URYZVw^_%%Nt{d>(QXn9y7)nntOfy zmfQ4V+sD#XUaLStn}?1r84=>}G!qVI*!YlaSX)_zg@+rC*Xn453s5ZktKB0h^o7A+ z(R*=$3s8mFI6yEwg6YOYTt%=wgYgg|BkCY0R=%Q5d{#XLZe^y2Kz#y9r(F$=z6@&3 z1q*`860E|N+pvnd)wI!K;YY8^e(mPXFL2roTm0c?^UI@;)Oh9tEzfq_P*S1=i}@>J zBfRHzymuW)?!<4`e!t|eJ>_EW$mok}Z%q*R7QN6>yR!d)>aja#3i%ZLO#18wW6rj5 z$Cc{uq3>V->bD&Ms)bD+yO!0O3a%6hqVA*=oF^|h9L+p*9x#%}e(h1$)N%Ba<*|7s z|9mHw?i?_rtvTrz%yqfrD=hSbOekJx^kUY2=dh)d)o$!xq(2Nir+>#cqCJ6F$TfHt z20$sgqnjM%9%gKnFmmZs^%{{KU0@kBBUQ!`4=JZ#(|w)QD=xUd3@#p7A0%kgd=Mqm zaxj+L%welSU{Kgo?Y52>9)U`ji%8LJ^mk1_(b8c~`bXl_iJ|8m5B|f9jlLVY?pdht zVvZ1C4gW$T$cj0YH}Nw97N=C8mulanh3{95i*~r9FS!o9@Nu2ee$F`sQ88H zT%Yx?c;f8Y@Z`2Kb;HJxuPk$ZsQ#*i@TerX60@jKo4K2t-jD(EH{`it<&f}S{{cc8P&mOC# z1rs-rhj4DpRVd{K8b=rz6EtVZdNH2MCCNYYw*qc?;}d{eWVjLPH-Fwut97e&Jc}%(bZXT^nY<|iQA{+ z0l?=Wx=wQ%e0u|OIlaX|y!JiB{+O7M0M|a9&=fC0p+j^7wlXNRUD!xFUXbzt2E8Eg z>2`o}XfBO^douIP6E3zK5Y5a}4O0_l{O;(h3JQ1VZL|h@$%PoP7FD89RE}EX=86sd zC+LD=$xJ9CNf~z_jqmL291+6dB$|IVeY#mE>F^4$Fd|?=#S_mpL_Yr~=gQ-L&6l`_ zmdt{iD~eR%1GgFz5~k~L(!E+I-ZQAitj(>sChMx*31n+^afBEc8>*_3>u%$I=i647 zCleqcB$L#^_lJ7P(;IkQO*$fn`6PE;|ExT^EWwYWakt&|khd+!N_+dk%b6y;x)g&_ zB5cjfR_>GE>>DZSoUQ%!%XNvq{PJdwUX9VQurPUw?&Qh*!t^ZMl4O&KeK1t{3=Rjd z)8j3(bN3RkyKXn2ZvyfYZYXrdeAsn7wE~h>yf!X6?d3)v_Ydz)NscFA+On;g5q@Y# z*9-x)14uike&$~FiyunO1FA2!1;a88L^Xi0Gf)AZ-aK4;BjYUmAh({9S5{P9(sDiY z{YHd3eb_y#3jO#TuD6r=+D?R!QR(p)go+gYCIP$_ z@#>z6iB`*=pTt9kB1VJ@mOlOdbC>##-d(3o#-La{YB5tOdk;2#=8U)r<|=4%HXBY~cOCWG8D= zy4iev6-ep06s)`rKAa^@cHoGT!KlQ24LSaU+{z>eJ8PSO8Zd4@&yI?Txqty1m}dH9 zOU<^wBCnUUO1`W~$r6o@5Lc!#V@iHGwkm4T0*Ji8P2~kFYuJ16ck6kdmZGi32tT#30$dn&e*3K6w zG?9_No{4K_H>%+Qgu-plv?#Wxt(NPb;Vh1v^?f)Cg^z!|pGESY9o@9?y|Ed0X1$M@ z$x`0|4r98wk-5;s>hIUMx}GTCC<}-@SoFk@yq$%VIc+F1{-u0x)w`xZ1M+)68S~_m zV^+B)5Rv0xW4afULzb+I<}vh`bwRUPlb_n{nP-$7A8yoah~x+RNi>v^LzZ&?Ur*5` XiYqJ$j^a1aT5W~P8t059en0*P*osPo literal 203743 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 nklcpzHE#3wvFi<_8k2$$lEm5 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg new file mode 100644 index 00000000..9a66783c --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg @@ -0,0 +1,204 @@ +dataPoint   oneOf         incidence   componentCharacteristics   emergence   results   direction   wavelengths   polarization   oneOf         polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf         wavelength   uncertainty   numbernanometerbandwidth   amplificationFactor   numbernanometernumbernonNegativeNumberWithUncertaintyintegral   infraredsolarultravioletvisibleotheroneOf         s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   tilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/tiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf         polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericaltransmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColors   colorRenderingIndices   typestringlStar   aStar   bStar   direction   surface   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyreflectiontransmissioncomponentsurfacetwoDegreestenDegreesAD65value   direction   surface   numbernumberWithUncertaintyreflectiontransmissioncomponentsurface \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png index 49760002d63387042020cdedbdf4c593176b519b..f1eaab8268b9cfa186e82426dcb548385ef6c006 100644 GIT binary patch literal 393172 zcmeFZWn5I>7dLuLOi)w|Bt=kCLP|;n0VyR!q(o3ax*JAO5Rn!Tq(lS}l#-SZkd&5^ zmhSF))){`z%>Ulc^Y*^DAJ2<{nSIWVwO4#s?Bj7uR{ZdRGY1d^IV>q5DvuyX;NK(2 zzMb&L>3f<8{JCf;cGptd#MI94;Uh~#{Gstfb1lnpIQsKUS#a$oSw%V39A$yAfJ86H#E=DnT8ZE{PtdtqJ3n~=MZW1+vPT2 z?QEoCXtJeW)qWp2+ZyqJkT-K|)|)dwh_!RK5{8E+kG6*otX!j5u;;o>iIDX>pEhvI?&kjn7})m%4XDPBHJTbFFKvXKqN7 zc}UsL7KgZQ&M<>6v1>9M`)jo<^>-`KDl><3*1P%i$|k?T5_>_Q(|L~z>D2B^{by*ProTk|0zn0ZLsuXm8RP?{N` zZhDPn&{Xhp@VjGy<}G2~0pC+PKqJR~WT za)aLayI)kGuUuYtV=#;|TxyyxJi>0iJ79*17w9|IdY!R{ zNq+b8)2i})8pqC-A* zxc4KoWN064`yJ=4G7_(k8df$=YFi^)`#vVCCMsWVyQiuh6@RO7HbnQdrgB%M+E0Uw zk6MwgdOT-WYo~SXT(hO!9{D)$n(T_qKR$cG|H3W-p``({O6~LOW+BUV7dfAluII^R zl32e|EwEt7lj{++6YaFg?NseOdi>H)y_v0p>G_lnabY&fwkBE+6jJEIoK5ZPyUEid zcGw#K(!TpLgZs~Iui~UG)?asb&y}oC+IqWkTV*a$=3k!lUpytr;njY^@74|``eBRj zwO^lbK2$nI_x)DiIqAapJ5}l@Dff*i(uyL&tZY!oExI&b+}iaoSh| z*E8~Nl?$)luN(>bA;Nc*MOukY<;J0(u!E39E*bys7SZW)Gtn7i`Q>vkO3zBWIvVKuHp7kZ};-#tI$QG4=~*du}4 zM@p{7@YWAe8lG`I&^LACEM)_?gZ;!@royekj4vH#XA}?}vBls6x(3IO#2Tg+1(&F* zwUlSZaSB{LS=25kWk(mMaFsUyk3n*hg3oyWy+0gf#f_P+Ez+(6_e_g-+l$q*UTUqm zRpB;W7RP#h@@gHG=Y|CH^uwr(0#kY-yQ2Y_xX5MSw`R=1XQWhCA5vL4Co5yDhIrNwvfDR&(0)L z=%OcQHw=APtw>LQt!tld#$&o~dp0?4+hvq|KW7&{?U;Sl+=~8EA;p8?sUMdMZO`S$ zWy)}!%5f6u8^1w5BYf<>{&CaOUW%_qu772ZdPQBG5JD}ao&2$|Hrd?B{q4NY!S!Q5 zol6&~FKQcqMhc0ob9N^o_H}$^WsF|I*?eseqW5lkMI3DnIdUr^gPZ>i|tx73N1fQU0yi$_1#E$a^FwR9EuyBp^h&XFY=Fz z@2Fp8Z|zaxmtvsWvzuYamAIJV$|25WwE>HttuD5cLkkm)T@^j%)ApD6Cn!l+SshH= z-dEY2EbjZ>9 zckM_gH?21Jm?RaIpRi4h2-w?H()gT-ONzZ|UrqZ>y>oY$F~9s#WN#ctX_wOZU z)_JeeoE)N|VO90oSo@x-1AG~?B zH3CuAUEdqrjyw()41OV1sLAAH;4X1HtAy(b)79TMW$98Xb;sOU?{Mw)jxx1K{C;Wp zemR-IH8$!N5|;+gd+kNqbzu*6%AWIa8JY6xJ&yIrd+}s<23LHY6TL@Nz_ElkyX!dK zKDeYC#1VTyawpg6(BsF3-D|p4#4P(qcE5gCw>x7uquj*HFF${a($K|8Gz=_AE8lq% zXc0pFh4FKuZ0fTw4HJvWz0~h6&|iFUvYP0VX{_1K+`=RZidYWUb7#ve+umC4**vp+ z#{BoaASY|=B+&Ga43v!KUXoi`&( zK9+0Ccr`J5xxN#MuYBWn_EP&ra?v>L7a_+E<+n)p`Kq;W+&b2Btt!n@pJV^J!uvO8 zvcDZ|-c-~Dv2+clqqE4VbG zt!}BBuZ~BDeYkuI<9~G@t?k~Y;*we+emPlWOiy#vDdt&NO32dRbZ4t&#Y@NsTStov zS2`~4qKbGKwG{F`0*ned|i{y&S)d9|;GPKbD9DyO^|G~vw%zH_bfskq3O zB5u28PiBgU$2n5&oN7icHx|hKE+|;JT3GLR@ZfpT%H1adR=tj|ThfT0JrBw~cS$1k zOrMI(%j0c>PkmpTu$t<3?oE5z%1>5d^)W1+sKel{-T8Co*P|&{yP^bJRigBF$JtCW zC|0VOT+X}D8%0ze;@?kv;#O+qn`c_?Z}f!y7KYZ+d?BqlP@2H2Nroqq$KtGvpPcN3|7m zDobsasYU#nsQSCIqouwEdl<(<1(K;s7itdHH+-LD#WU6Sr*+uRT23k)dn109aae23Py0aOF!|}P$1h)a zKpOq*-48MC)nrEX$0;1w)La^fW*$T}*erD>bkaLZKPH_yEzfj8-cC%2=!CgL(1@r) zeb|HCm@`#R>8rdo9NK<#jpnjRSLe7Y44vI@Hl+`22s(8Vp(!ZcdxooN{t(%mf^NNk ze%-7qGR2(yjg`IVU?Y{sVGZ4@O!TK-90=KB4Gmx{^izhPY?EoKI|#+S@<-uD(0yge3-PL@V?aR4Of?~gO{Hux-xAX#TX<%%6{{c zG(e@aQozAQK;YrVNusq4<)r+{*8H=N57$#%UF;|3ABfdjBe@wSC(@~J@oP*bW>~g? zwbsFNfR~#!ZIor4b?s5GlgWaU$%xZkd*QqGK2HsP_8?X4;U9C8BSze$Su6GB2*^+^_1pYn~lRN{?R^_WR&Uw@N9>rrFIAXruDU=oI+}m*vM%spc@@`%h^`?RjqdU{(g8M*BdIMA#3 zxv~Ax?~U{U^SwS@%mMoZ=KaizphNN);KH>LtN_Vo@Z~1IeLZV)X|qBb(B=gZ^|6%JxOwdXSB8{)bfh+ zbC2*3xoJpE&}r+TQe!hFxrr>*+`!A4gLx@)KiUPnBOvrv4i_EB+S+=cQsYBt-qa%$=d1qY^-u>=yCnd-oxVSpKMP3 z;u#mPWT}5Yo00#{t#;mJp0U*Vt%8NL#iy!l{X$poi2zLld;9s3OQTzCH|rD`8JzU> z4z&(f2JcsA_%mU6hqLNs(90nEI}TQ|xe2Df)t?scI@ywI{4vzWav)B&Zlq{Ra0Uq5_340s(cuHU#>y?cLwalENh zg35@12%8wogT!=t)4Gp*_VXe7!abSa{@iE!BC`=j{)cnwk-z)*)`fdQ5Bi=3o9utC zC3Q_#n=&p?_D)$4Cr^$(^Ea)B-(ri)o@^-QCXk!WD|oUwzBw zp0lg{m{1a_p|;C?FTWD8ml>XKa$iaAdC^l_!XvNB z+U`|fy;z-Ms^6a`A%0m+*pD{`0>s$pVH@$bSS4TcRT*4@O zj!u5y+ViytJDbjhB|BQ7R}ULd#x@^q z`o3FGfLCDLd13vK^P!-Y@#!PpIqzLJ>pgc_JM!n~EIXSFtz-_F^zKuA^vmOUs-Olf zm&29r8S)y|p#9F*9ZR}cL}xoIG$(dhhjx@R%Ul}yI@j4<`*H_cL5B;A1$T6s|Hg(P zQTflA_Pjk+ zRYhBk@pksZ$fZMt$+HZ38)9`5i>HZ0h#)BW_X^{=^7mi#@6sv4Z`6f^-;f=93BT^U zMEFevgN8bB*Um$@f8n1a_X)pYkX?jdcmEsmA7THo&p#nSkbkP+pN>WTse*s1;GZf0 zg!B&;{8I)0RKY)0@J|&01^%gmf2!c0D)^@g{y$X(g}PH3?-LlO1dzCZ{o(P&lUgOTPj+9ue@kS~ zfvy+S)YNWK5_C6YsZUNuKRdEtl0WwwCsEDqvV$kn0)|!!?Yp}-rz}zf=4Li1V1e7$ z1CjrUsQvr;moVtxf7JL#4IBmjF$0bi|3u>-GyG!)90mS=#|+Dw6*?RRk}oLf=Gv$? zkK+~!2|wY1!NClJ7S@FQ`rY|X8X6jd7T3Zq65JtTu~enG$-%@lwmw%&#ckLc#%D3e zLtjr4blS;(_-HiINW%vy%PE%34*!*}M^w?H5r40`MCkm{!-t)YbJe-l6ZQo&9?ls* zhZ{X88SFm}TW^sdUTSuBb}}+DciGgkOn<&%_YkEGk#>u5+1hMtYjar%c3CMp$adjx zfACi%t@(?3E~|PDS54#A6xG!oJsYkRn1ifYQBG@%A+?9fx|%<$o@CPqi;UE~efy~Y z{$up><85;%3zmO;QcAei@L4r;_*hqlQG2k4{YAQSH(m{Q7r4;+U0`J;u2@|d3#jP# zrns`%??NynW-u`(h7Q)BzcyJVaHU)CtmF=A4#U>u;SIVV>y(sSMO|UJ5|3jJi{o}f z;WlK)k3Z9COMTcIm}%HX>Yt@RFe^;#)I?_Yrf0#jC)L(+*+DYqj|mA<17&eYGO(U( zIRC>BV;$LZK`g38BA#R{(J>!C>Wwvj9?9Hv*@Jn0@Z=)jg?l<0Yr+Q*@y-ZAha%e5 zThIFzV45^48HOrC!(~a{`vDQ4;!7u zP>q)cT_ulU>k)sw6x*3UIvj2L3Iexm;Up67!aUNNAFgKzGrg8@=kvWxW5N4{nCR$e zVJF8O_bXpt1a32~kN%N86mi9B^p_%~xAD-xfYor_yN6XlCp8^sW(TSilo_PoO!K(R z@i2s2%E!ru$I3-UR8D~a41X!u94qkd`k0z(-dpq>h_9!7tTd& zE-O{NL3&4xI2ni^yY0aMzn>4N_{F|)n4J5W_UeffCulr2b?P-u`^)`cUx_RFD*_yV zW5m49TppdRV)NOQ_7PmXE3vvXMdjQcKreHkqL@VZEb*kc%b4#olS!YL{A^)+&*{mx zJSM~y4pVt2$sCFQN9{2GYH86luQ;z8W_IJwon{Y)h}P7HRUp`1&TA7YRE)^a5Y8bf z%~g5c2?~$qTA?+=tk(w=SaXJ>O-JJ6BKQS_d!HR6W4?QY)oHE0+uNTZ!j{(XoSe{# z&TGrjUn9jyA))()!glvwR){tlEV(MKfm~o=k)ep~&bH8AGKEf!#b@u{_gP{ABGk=c8x+JOwKf?jxD%nhWjlG{-gc7$ihMKS zRSLIfrT^po<=-C|7>L(yK7aoF>Fzh1qX|hMFsyzO%&Hm8bf{2@7oUVxq8fp&Pj5L{ zt2mY9CF^sYsjj?Q;VnntUJ_v*st$`*YbJmKG4?CwryNkdB_IDboG zbEA7paID8g&3Bb-efZ=F=LCf~*~1mSG}k%&Z@<6s@NAZk#x%M>XSd-cD*xf7W1CN< zf|&P9T3$Sk$XA43HYj?xUQ|@%YuJ&+?#Rt;^!vEKO}7)zD)~f5Hm9NfETK{CnfsWS zC`}(QmA9nPN_O(3d*AP*f=zn~GFG)y#CEl)Ao>Wc4rdl@Ocaw0xN8sVM%X=Klys_E z>+=z&MA;=;v%uLy^Z}Sg8kIbIt5S!&xtc3fc3cATN=hgES65f5)_aI_Bb}`0y-^7R zIjs@iTK8F}LS*>{USD{n!FezE^=r|wM%gPYY6ryol|SD*@j27D^GrssJlC;|i*b?8 z_F2E8#XR-MHw?ANFS4+B`3J}e@fj97j*j*Uu@<1}Fi+vmov+nlyu;;NM2MaM;R^Md zt*5#+Dw&e{hlYZKg4}fKqs3spJ%vx?gf}cD=w(7JE6xY&=<52M=A@@9*jz}eNd+JZ(9I)VU6+k9&4Qr_2l)!Ilj^_H4O%>oF~m;Zq$4eMCt(Ad zEUB+Q0-6G>>SSl`bY`I*#dh6R%D&Cc!(^{+M6)txEY;*Y7b`n<2C5^stV)e6i>gRY;qc3Dt%IdOg$ z5%Hm2r`a5`e5%gXld}j77f-#3Mnn{%aY`JZj<%wTN{BSQLU(0>ac7Pwtr_s+=90^n zjl`p$Z~UCLs6(@>y@{&Tgl8{`1~q? zg5UDREJ=Z^n@^Q6K$B2XLU`bvFgrWDzP=8RCf-e_8Cir9Tb~3_S6iMkU|T4p{Vk zib~p}=Q^+$P}QKbwWQAd+J?E~ztfrK#vS`i>GoiT-?3)(JYAe<*A?O{2_P6tgj4Cx zojWQjr<;K?fIV%dy58ULI)EZffNwP*xuBBWVgMV4dh8`*xp&+jSUJyO$?fvYWwSpe z!zNC1)jT{k#Dznwh^WsoK}Aak)DhskE%`%pQKrUs_6bU z-N@?7N`Am)_6wsY{Nd80XJ8omaZ>Zp{_08;4Gf<%+guqUA?G%%3FDh14;Ut@dL<+| zzpvgEM(cE_V#(AIVkrqCT+#Zk=4Q7afcYq$mwQENXWF|rx#<8cpvVPGw0)D3@^hWO zQm=XuuEjFpO?J9zEigTg0ruWG){yVy(7hpd?ET-ZfWLJTF!}08VPPJgB|mY>{gP&8 zX4cl$RY5FUizZv#bZ@zhMq83JY5m>^I#^3APIYg6C!%_G+40W*&2h>{78Vvj_W@c& zZMpGy}h>SX>eU%mvXT>$6fojc_LNpNy3m94C-T6fkZ5;`i>i&^Q?)6>DL;^E<0aN0tqRS0*~@hO<|f|*kC!-o%R zIrMq)Yz~VH^G|)7du(9v-srWa*^d)E9j3)S-(APX#)_r&_4P-s5ne_@ol9&t^W&t2 zxjCtaC@fB*2G{@`Fq_E^l&xt(z|IyuKiF;C=k?3X1>q$ocog#}=F1n>5b5S$zn)Ei zD$B7Nv+lAR0%|<(UmZ)Df~nE^Nl+|xXPRiD115BY= zad%mEXLA~n0ze8PL<7*P=9}Fd>MMdTdEI8G$om)qZs6Jzz#x}D5Txon8xVP%jLa=Y zE>ftT`+$^`)b&(Q1=o2Hkq*LLV!x%LlI^%M3p(QYL?-|T&_@xDvlUnb2S#7Wdb||{ z0Yf$6?#8z+<4S@$80hMRH|84)wl<~;mj8Ihhb)Y>OtoiD)fpjm zzXsrYI2|4fp}vG1bn)J+oVeXoM>=`hyerAfh4YhyB`crZ4Ce{Co+VWo^WMbN~)^l zWB~am>))4wZdsp;+!CPs@#BY0r&SC1oFE&-od|MPoWK*PJL@$4ors*r_|O=*=vAz_ ziQp`%=UDEq0AIk|+#J>fT-S_}L-PWGY13N;1R%whcf2{*W=d!%%p!j_FiFjR`trK+mxPJV3bDE z5Rt|>f^GCFdU=BBhSwP@ummW0q&Y2MYx`2kfumFp&->mZakKMTJSgMqy!RyC+Ey z$D0H*H+}sX!1MBSZ;PhO#yKAWQh&R-!NX^HFM;L`x9O5ZJO4_+89gsv2L*Ybx%>%4 zc&XdPMIwk<#k`EdMmmf)1%fcZNIi1|>Jn3XAA}SpI@VpV1@6N&`CGS4fxmC`{!TZ5 zg(BYc1T$a0yS6y-R>)};Ms6!`+42RB?TvkFddO7j!4Dz80d>O!{8h)*)ZF|VnhlL;fx99~iouYyn|+qdZ=6r<6B zz6Y=`>$D+^h|Cda`NEU&pFTZ?pkf~IK19hRDyyot#tJqKzypC@l>$ckALYsGeCEuV zJBfGM0bOrythwue1q07!t(a=_*4?{rfW9JU2)5e$9f{EL{e{scz`32k8j-}{89>O* zd1KX!N;p41U&!JNg7F~`vch^rW#!CA)uDjCk_Exc=7YHgIA;S4IpT^Sj@$%da5nz; z@88M8ow-Y(MrOmO9ETQKH07vvAUzTUCSsazpub-Y>@>tRod-j7ugSxuq!cK$2Pv$7 zhv%EZIAHT>08xv&!fS01{0;TC&Ane+FPTYGOqQS5`Xb2Xa#L4S;W{6t(l#p=H z69Qc>0OSn;ZaXb?1`F*3PlsTtb>ri$Deq0X^FdK(PZu4$4(kDU8w9?NUG z2Mp2D)bxR5Cvt?G@ZRshFiTV2RLu}4)(37$%AL#sLl+~r1398iaN`U&j5y`Ilnd(i z9#{qmdChf_|8?Y!FaYp91q!1{SyK>=>@lmP>il?lB0dS+@~C(M8PNN+2$0>hwq-cAo{RtT<;z-rZ{N0qya3DrWXob_#?Srz5X zX;$;A?0YGH~o=)D_0CyKcxy+jR z-!d||o#6dTLL_*x#MCB%5)4v@c!lHD zZ{2Q~-SZ!i)qse`PjcfdEr@ZAoP)z!ocJ9RX-t6#&Q;gF>aeZK>Q+jqLlp^vj+lMG zYnc+&t5?56?6){4G0_k}s#GwmplOfDDj21b2>gggl!4LFco)DHlY))Kp9bK~^%EGn zlo^Onc0yz~oZsqGV&b6+;1+Z%qbdkE{7gCo|G=qoUqBTZnB%g@BT0oTI@IK zwg{{azwch_T5>ydS{^kaaKm~C!CiYUFfpy6UL&LrHu@QaE55;5ImhF8rs?5@(4G@O z@nU<_Rb7eP$~GUUoIeVTs!gB_$~sWkd}ZoeqnvOaxRT({g#_rHw@YVqUzV2QCH}bReW}dU9NZ=%G+G_UZ~clt{y650 z#K9m*slXGWQLo>2Da$#?*0N@5Xncu0_~=Pv#GK&J%<{XHu%)r}{X_e)oVz7M>jx>r zEf4^Zo^WS&;* zKoegxpz(i~@AaEfQmB}MBnmEdSYSKh#&@EV1`q?ngbNUQFxqNuXpmP?X`5k!`Euds zOKotT)B^x;2QWIMwN^(d&;`d3+~A<7s0b*l55h1IR54roF}1k^p*A46V>T4b6cxnr z>p+o02Kk6j*%fDCrWXSE$%r=9gkOo14rzd}5@;)d4xmUP$mf3-=7PSF5eqU;loS=Ybjp1pjqM0=2$T(dY4KW+SL?%v z4~?-hxeyBhzquGRNfZJ1^gL5{T4;iHCKi^%L@<3;0kl|82Z6|# zNrItGW&oG~9N+w$+4Zul4;{Kr9luF+R}Bot04G2K%VKRJ(;XH@D63JfC?2}*POP4M z|GVEg@gkTSHLAq^yZUn=TQYA0Q8)0)--d=_+qLnuFSmlc!dA73vx1u1Sz>r7MD*{Y zh={Srj|WV55>N4&>o_|*X92Z!F5yX@JpfTo@UWMGM?(MW*%i;}<>nA4gIr)MIMPM% z6tz5lRyt{d4vS%CrKcgr#R_!|C`}~ryXC6{QjaD=XZp$je|$xEyetXkCF+lx9466x z0>}y3^0}c}6Juj+9~bcY>4*`;iy#Aj;lc&ItyZ|qU}MTj@q0>Z2w<{%W75V1QuP2| zQI-+0#!uo1J81lSsXCHtxfvN5v9YmzKpx+4{31k4gEgH2sVGAR70vL2C?l!i_z6lY zgVxd1?A`=CW(cB`1)SZ#8&AIw1HdIpRCdbQ@e|~bqV;PnaB*3408@z8 zK9o@a6~zfCeB7OwA{0zKBts!ra2#c7J~`Y3L_&Y`%`BFEcO`=C_&rErpcLrQ#4jMG z8az7&xrngfU>gW#pyNlK!_QBjQ>*BiIF-|UTCLDQcof-0P4RzMXIxB7KZFA`vP`vj z;kRice7}|f;6Ft=Euuvgya1O_#`&N2ciWlgi~^9QfC?RSU6>luzg;7B=l{$spHNma z0}LtvQAp<{5(JWS_yJ-XU|Ndm>KiU5!W%F%i4*vV#m@l9SO=go0^v%4hbK|0gmK_+ zh>OY2&fY-LA9!IbeiD`)&?a#he*?ogN*@T4&4wC$$p#k;l^6^wHEwo2I$Ye`kUe?; zVRaT37F1qEP6EXL@2XQ7Ye^~?iG3@yx!h+8KSqt=cWfABAr|t!r${ebKFqZgXr@dT>NHTKJ zE&1PSK_WZ>v)M0>^Fav!lpoNcQcx~|n>R+SzM&!2a-^ZTxp~nC)=XgoH*kdFo~LH` z8GeNatY*oJqiai3B%lhAXc1hqZ}o$eyK8-rsAXkio8pCjkDSMM&J6i6C;&oZMu03i z(Xn69<91Snj1jQwh@49f7*tyUN|X~s18`kaOQ8wU&9$i{aQRXGPJN1RBNu>T926Jl zuc|62977+~*@N#{5kzZaZ7H+BX1uk&qoV^$?gTu=qT^ChW=LF?uWxN`fP|gJK7SGa z{Jf%)k{8953`hf?g|5r-8;#Lx1#OQ8+g64mvBV}Y`$u-5;X`1Ap`Rg*5W7RW?ca;< z*6p#remoTQxJ-2y6oCFiRhEb`UZ?4V4Gs=MVaL*B=NbqvsxuMuK=|0csQZAmy8uyu zwd;kSM2PXcsq+l-7!a_m_W|gH@KWLjT?MZbLaHWUp}-A784KB>|F1`othbQ&O&5j$ z`YF#J{NC_;-4k46R4&jFg$L1|tT~f8W2mel-q&&Mb)CS_C@nyypP`I*HWJqsbp;|o zLM#2)5(rcUi45WCpVI;56ew3hECt4Y4!Rw&L5>W!NVvp;2-q@OJLNRO!EzxROBUo zLb6H_kcaA(y@yWuMn+Ph8%F>zFbYZv3Tfceiqam1Ekk_y@jM>j7a8d?@*#K<(yS=2 z5CRX`RshYMfLkDq=7!S8@-%*5;^;^{Ag!}#itMR4@I%gnuvx3>Gm+l4}QcoafT@&EBIwG3V{zgy~ZFo9$cV2bVxBUNm# zp?D%(gIt9(8f*mskHp~lt|t--J7)g;fEbJWWEz{mELswpX10lSzFmkY)>J0G{rJWkCe-GJKH1h-rI;`sRWxaU=nphX)9Tw-}6)eAb` zzFx#Yl^rA#?9l2h>@tGzwz)nHQj9d$-Ht<+5M?+W)G^tKJ~eHgAMooFViNpzwQX zX(Rp2LKNok75<07LVMOP-X-a}jl=RhNc z9{Aa)KY%ERmzP&BxU&ea3Z9q`(QE`{a%pkWs@GJER z{8Sz%LaCvj1a=ds#c;nDN`ec7rg)(u4NFROk?sEAGwc_dnn3=i z9ehnx5n`8Jg{N`N%O4MXgg2MLXUDoYA_R~td=>xz$*D{Ce|@|Sv7*E1JP8mRM)o2T zlWKvplP$yokQ`6=*uHqb0IM=YI;KJ>7t0RDcq8CF;lK){+{PJcOkxxGbfEpv!ca0#tbspr z8NawkC=@{@lmHLv1m0y{1PBW%QxLmnFK~MzvdC*WT!+?IL%>~GNol)3GkkxHPflL;VNz zDIE%wm$8>vM zNHLQ^hV+RwBmj^I&mA@O?Z$&{r=?(g3y*oa4S^MfL@qe>)yhuB1HBjIx6;(Pl}Hpfi$Wk zIF;M$(!tMCiY}l6J9X0octUVMI3@Cu)-~*ANZ?(b7!g{(tX?;A$PPzp5D`Ya ztX@Xb4B%v;+5(Xm-5wr38K!_E9G5z6unbM$DHlqjRoIYC=YslBEc*@b#EBNKB!mOi zAbyFR#_$t{F- zQsX_4O2KkMlqzl^J*tVC1wwGb2i2pPNgQCr^gVw3I0wpMh=|YHPWODrGTkuVZ{z&} zv2xirm)^z4U&Jy=4n7p*%>@0S_5s6%-)bT#M$;~RbrHf}*ol9|fviFvG$;52|CML5l4;iWNlY zantZ^gfw0n)Z$(?XvP9M5jT9>7^I<#P!%IGi2u9?J+NcBOYwo{eK-I0uWBU zCJ4bYNQkzAhk+eO)E(^-y)ffTz3x=akp9E&9zLY#n+_y}P!pD&2uwnoKFBr{U!X}j z>@MixcER^Kl%ZO-Jq(`c%;mxED6Q1?C_oP~fGMc*M&S^3C2lP`K2U57X%DPv^u@y+ z9amW6NMjtN>kHtZRtMS-KH7jWOoj?TaA2r}9I@d5B=z~ zhuD>r-@s8UdK9YL1R#Y11%g;frzXcq`ioC+=!-(oo(pTJbntPAqY9duR9J;;j`=$T z=0ZhnEtEDcq0wZN=?E;zi&t>^CI#GLC}`Q<$6dI!i{1cV0(g3RVux`PhjsqB&S9k8-MNdtkXRWYYi8nF6*{EL*ZBL&*#Y%3uAilqQaH`7|{aP-G|4|k) zZ)l=#oAT|rS?L6UI*kA?7i^OVmRtJq>7|f|fcn_-=H<8NY=`R(r3HbO83~r4gA-|f z;AmoJ(_?_Uvmr4*-x)$zP{7cs?1L56|7lH5Hih#{P~D2=v1x#ogD?1KM^R(s>Z8#qKMn@5tXS>N-h1N;a0dHQ~etYNQFnBj{IJ5%d$iM0nbu zSOls&)FGIKz18yRb_=THlA(MJJhNIT|H4jl_$<2b*sD_u3@wxl9Kyj?S~mf1{U}uYq7%g^;0!GFL-5>PN>A%1YUJ@_ z*TVY{M@soeun-8(9Kfz622X(FdIknqK!e1*#*Lx?Fn20;duVQ0v9A6ry|k5G5c`aXIcdDNf)R;0hmj@O?VF6 zWMzNChSx%^GPv*CW_|c3zEK*^KR{8<_5kYAe%;?U}z~bDtkyLj^>4#Z^0Iz$Nx~ch;&MzpSTO(c~2`a9~6M(0rQxm?bH;wEj@c( zN~#J{f?N+uUZ5^LIs{>JF>o84w&;SO@b;qwF(hPKc)ZijR%sxQyGPNeN%n!#*SlOq zEW~FSYU=r&?;CwqNHI^`mCoHt8zm-ILTi3}4?uH8k*jn{w|2ii&7yGR^=YviPed?u zyGdy|cW^9!o{carmme$f9q(A8(wMS$p88$!o1P~7%fk3!FV`zaF04OP#PoAYr{%;!mhHh#R1D>3-=B{ek_9JnbsTl8wX z(H7tM6=IboSpH|E!;hpl_%j3`wO1V4m*RcgT$O6F%=$hlCkX-aSVr402c-YXdemb$ zH}Xj%Zx#H$Z3-}Q<9cL-LTLs{^wwLw*x92GE1rOgUoUa&zm)hfiXcMvxH&N!QY_nJ z+`RU84C)oMq8Lpo0nq+$5L{^#raw3!U=9p;sRG(1273d1_=dS1Cbyoi7q5kov=I7hl)3!hMhRIcTaM(jcqD-K8`XeoKySd@6v53g z{uQO5Jse%y-p@*?e%ijM?Os9EBvfjmN0uDX-$Vwm1V;b$6@bLc5(L$^C-49C@8+V7 zh~iEhc>=rOC=nbOK85X9f)(F@(#7&8dl`%(gq=KfHjX3+`s^>0# zZIm5@(vj`;$zyi{ZTzSMi54_myiM~|Tm#xjK)on)cvu`J3rAI`sL;k+m+`CE37G}7 zXc{d?gi|=n=*zS*pKuZrMfwIRjZNT)C7fdTu`Ot)aVx@hh8I{xJqQ$eZgZa`?xqvU z;QXQItpJ8?FYptt+%W3t8K@RdDWlAVgw%E;qa=2Cs5fw543-U{V59D@86F=9KRH9 zD$C1rJpT0&OK2qb_TO7tw;3Nfq~n!nP$U{yQTum#+D9)y`I6YY5d0DrQH{9 z|7K?aDSRyFWB%tLDH26`3pWB@D}f}20y)&>uLdjLng zYTM|644pH~ZJT(G?Eg2>T?~gH5k%h0u>7-p0N;H$IQtsl7Q^*l_ox4Mf^pJ;qyikN z8U@4u2dkV3pY(&Gxg-d~M4&rXsQmu#aRuL8S*d?b9Msz^53iu;<|UZ3ke4}X87N@S8xsg&vDt&NI#Bw$M@rI zbhrW8fAri2lwWV}X)*(TVmnZ+0)_%EEW08OFaDAX9f6STyDLGrf)}+tm2rLC2;Ci^ zXkcZ*5fPMFfiH}R#Xbxl)75|_5}~-O3(JcbC!Ch;AqVi|0QKOgD%^fdBkJ#C*uMlj z*OCDlTqp+F=9<>GIO63;z_Q>p*V0H_q&LC6i zXSEERoEA&{=nFt(*|$8ASs$lgFuKc8n6^_hpOR&`$0A1 zSllrivO4QCJ}#(slGK5mE`-=2gmpL9+DHODJ#Q>sTU~uv5{_Mf8VU^x%7ApGZwDlc zdoz~f72@3bgH(TF~Co^3;Gw!m?r8{mu0i8V^=J zx_YHD|B{Fj74%q}B$P8tK+=qYVsWg6&8+#w(Q`#Z3b$@0JIoHh_ZjT(e-;CR)tf_# zeLKS!C-khlKAe8BbtYAEheI#?0`B!hhbtg>7LeKqQ8eprG|b0P^BDHYwjVa~Ii2G? z)V-b;Dn?J0kNwUv)0T*ivjMxKbr@0P!ifNa1frF~lSxU!Xflr6{!jCYse=>bEIBzi zu9-vKR$Oc>Bp`$-p}1Nil*fefJmd~$q15o&EWG#RS$i2I^pE+YnegW)HCi{^*5L5| zg$|*7C@1#?LeiUA@U6+)24jY|%AtJi8V97drUQL1uzZ7pG|+w~p!ENQlL5OQt=#Le z#E$wU&eN_`F)=Z4?v2SW%(6i;cghY2GUS zfzzYeehhnZ&KU1Pk22W$JQaNs1D)5qLFiE6%9Sg0^}$ODa)KwE%$yiq_xaRTR=xyHkROY_&;*!FP|yirH_b>}+R*u6HF>b{*dxJ^_7xa> zqYWof;n3kxf0+9haAbg%XhE>VU`_a2KR9nv?B^0Ok^peRnQk~sbPfBq zn6WRptSl@>v;7q`cBnh@>U4mgUkb`7NMvAmxF9g#@Rf%k-!#DPQef)dPsNsy?+F9w zR(94xdY&Q^GPu5?-NwQ2rk_a%IHt)9@yt#tB82fA&fwNA0Zv(;+S-J;syJS|%ftCP5R+o1-#su%Pg+V-UeaK}~cN=gjo&vo%0mlSk|Is7OzM}5H zJ3uPOKOPL%IG{%B!Z_5$0b|&N?@tZ}_y3`e&LKFtIKv|bh0&;BLm3!6@2&$gf}PHV zGYDI=!3ED^;LQd62B3vMl_Tp8I0_74)0I+Eo^eQFek#}(P?RKRxb$G{G;uhdNaI0zncsSx7xb4eoS{0$j4<7EzyRQ*5Bv2d%E+y@B6#|n0eo4?ymc~ zuJb&P<$HXO@3G`cDcsa)^j(Vb$ys*9@k7gQ!7UA6Teo=OeUfW;dQ+V-UhIWhu8QsO zieI-n&}}Xu3=8mhIXx8@p&*C&@VFv_bOmxJSJ4>4k-rC;4xR7)yM5C%rBw_Dohj6z zCDpC#4>WCuk-ndlL<+9s!QUQQ{oacXv;GTR?yb}LW^;? z^6g)Y)hxZ<$!S;q(kZmy?Q|~sBlG!Xx3Jlj{Guy@spA;(i*piN5M`IrDbh=9V@=CW z6GPLsb-foj_S94OYPuf8RWw%z0TI(V@Z7PnQhy}OQ=vVM@NTS$lu!1FX~n_#Q~=W{ zmj1f=JzuW+gCi?#w{o|8JUusbR|VphhA0b4<#`5;({llYxW<+MSlV% zA~-(x*tGb?P4?^sIVN^?uTLi_mJR6FVoQtW6}G0ahd}I0qAH0QO!fZ7xNFy>q$JjU z+4AL_hN!6(Q7cC8BZq)c*S0oQa(SzA8^6|Wya9=d?BElpB}9NlcRQ=9-_S`H=8Zw9 zVLa@RH&m;IHpYFJe*v-?Sh}v;{D+^Rc5B2#z}&iZYfNL8erh;GQ9LFuT?+GQYs?xJ zoIa!nv{EjM{cW&;2m9d?ff2#r6Gu&D-Ea&T@dQmTg@L1v4Dj&rabgvLj7&3NbXXFo zbzbr+ie0r@OUGrg+ARj&7uwB_uOA4V14G#ZzZEC-pwt~})X{g@t+vQ^O~+h>Elz1J zwvxE@4D`WAbCr-sZvpObaJkv9V`vUsg zJ&|VB)b&-61DnGB1@T%;olSp2xWh+I4HrB2shdmi(DI}<&>wP}2!{}-kq%prx(hi6 zaSCFVsZ^jWozTS+dN|5!mRHXiD+Ygl{`{G<(#goksHup!pqkSEt-JY}yv$}E7%s=G zm+Nux6xQ6%E5Vh^U7=rkJCutCE7o>bamFIc1{+(Y*8?_e(xF2JaKi1ocRNHjRDw6e z>Mo@)HRs{UCxT(9;v=du3%D%ycppt!pMG&Us?JYsE%2y0)s^ojNNo@@cuy?l){HFJuKK_R z9|B}eS@CQk#_{`ML{2l4}q$S+#U`Z*Y zou-JIxHeny7)(lAUXMi+&dW;gU#-uojnSCfm>ld}VAYxpNSQ+(S$P>BV>N^pPgCar zWA+&xGl;6RH#LpqIi_dH+Tv%%%hP%c>xgIwEwpnj=|mH$jKQU&7ZYBxC+cr1HvrZb zaNx(m8Ran!VM$+-!OLU7-BU>m5lAni0JA8snu|sz0oYXnBw71KX!sb^#ueQ^8jt)1 zwdU_%)>isnrF>zb)Vv3Bc*uXivSCB7skA^uDTDil)62JAZq3GOO6c`XYds;F!}!UQ zC!e2n7q)5|9WAwo#6GL46smDt8so;We;}MLynl2Eu5Q3NU^e`cW~0t}UAvx_rRayA`1M^5x58`gHC3wX`_0bR`h%qZ8vg84w(a;S^g&bRFB)tbQn& zJd#$LY>K8Gr$rRSlJ=(g{q3*YSifzXHfaw|Jlfyo4}WjpcI6L0<|ZalB9~PfX7wo< z_JWqmnxCWpAj!L`%hv?cNb2OGkQcfm>sKZJp%}Raq-a;@4i`X2!Y+LzF%tQz09?5E z&wVOcwh*BXYLC+8adCl;$Du=q;0z0)&@Hd&GxT}BCFvDpold%?MmmEvR+d(A-?tBG z!w_j0iRpu@gDA>^U?JN?{-#WyRtUd{3r{^W^%@6sqd`H}@1(f8eOG1Q+GB*bXcs8U z<7M3H@iJG0RcFu8{K{tU9P&t9f<*t#VFTBrh@x$X6s0ohj|`WG5g;wTaC8+F`=EqY!b$;ivZ7wc-(^E&ktQ z2D|Ew=%wGUUq2`B?3wKi(g7&e=LG8AT3kbd4cc+^q0Vr?DkC z#PyH7)=ICZ>f>I7s7l?%7d6dBqwNtUFSK#@dEe3>7#Vwk9D zx0(LKHg|kWytDbMh;~-;!ys_dyh(XdPt*Ng9eKN zSNSJ&XuiIC;=6$j>w9OeSAtIp6#+pXK(l*jC&Z5-@F3=By6V-RH5+!UB}h~vYIJE^ z?eX?k?wt%Q#|B*9u7n~dj1lhq)*m$VQ&kpxEc!Lri{x}z=3_0cDu#+#)t($g4t_p4 zj5mB$OU`W$y`qLQj|=)AiD2JO_FLC`y^hRySseL#lD5+0^Jhh(Z_x$)F?*xE`@w^f zg(Hq?y~r(e!ILk4)$C|Fe7LvhUvXAf@WaS4dAsFR6GmO!&LfA~Jele@M z*Vor{`TIK|&B6YMAY}+3c#R$QZe=AU`vSqyq-xC^tS=RsPP9EUwb-SK=H`cVtu8Nm z`9tH)Gi{~C&c0tPzf~vE%lYt^M*B{kIu&f4j#Ge~pg9C+RrE9jQ+^scS6|lf6Bdm6 z7ktxR26VUibelVx02m)Iz++wcYowZDhBpBekahY1ZOrgWWf<>tjV9EA~0 z&Q5eDC@C2$`><)`(unB%z38mn_aD5UOBa2dZaRVRbI_n0WFF|)nUmV>12!q*Rc-#_ ze)QO}2cV-6M&40%8eok1gVr&^%XlWnTt7(N=xfsE}fEhPoviaqE2tCusegw(lF_j$><;(ht& z-fmSRtwS<7MUuf%T_}tvB1vZ3iBd-5y>w!GAXJigTPLcZYhOx*AhCaY1p!e3sJL8y zChd=Olz+bXY?17f8I6nguA@OW0C6_jsQ*lY=lFA z!unj0u-9_dP?Nj*?fx)Keg~X}OYt8m+6veL*G=~PLiV(K-@b-DUrl;ir})dX3hFmYhc0(!Do}4j>n!V5}LEl>_fW_98mQ&yj|>E_)J=e zdB;0N@Q}s~F=;FaUwq?^u9zTdc6TEVm%Ceo^LTqY{+>O%S>>}R<4qGF5yiNw5CeAt z!~`~q2vkJJ^kI;?VvmfF;n61r%TyK)JC`PHer%ylYt^ zvmqj-EkqL0;i34&^?oFbB0NfO@u>TpgxEh?8{E_AfAE*Y*{h-|Roh_WZ{g4=<*d!S z4hrI8h7(L$Ejm|-h7y#|I>6Gjf=(i6Duz+$Dgr3ns1Y8-Wy`zeH5Ghf z$-R{kyDzmgomh%ab@d|y_b)+ZZBrs=Z$*NzU!~1`n@S&52ep!3+iErL)@JAk)-|F3 ztQjM-pBPl%=~buMjg_CjQ8E<3uR&4m(lx_Qw2?&i+Z+L@h{A{57~yvCBgW-`kI&2V zvlG~A8x7Vp7u8HQBw4KMQT9&m%Ar?No%j}TmverM?x3yieMxG9Omfo_TN=oVzVyPG z)I$Xmnzxz`@U36NcX?`3%Xsz4QnG8`MQB)3cO<@gHAOFrtoBGqQAg_Up$Q!nF#@9= zlX0T){pn0(|B3i`({0f&z9+sWpphoeIU-<|<@6AvgQ9sU*52Zi(V45p+casWPwU*L zRntNKj-CTo_o}6JaDQgz)-Ngn&yyR-raEo&w`ftLstXULs&c%JjyYI&VDq(~&$@>$ zdeO%~70pP|W6?jNwP)F!kdw50@IF&qg1eC2UXLw_y<3cz+S-3I;)(%QUUfa_Tse;E zzmgIVNtxHW$@sG~EG%*N4f{P4@{eow<#IdhVh`_PLDpogkZK@d0_Qpsx5@eog&k!w z@e$Tu>lRgd1-aHqo6=yniL+0z$f+o0*DVz-Z(5p5z3^pwo#a$4~MF(P^6JLWLHqdM-o5AxC2k3R@&m*l?=2`pz0Q;02RByz#28nj- zZjR7U4C<+E*IX2oisgX;YS$@I`_T9B?()YVB%s8QdGJ$&F7>swJyWVHX27+p^DwG1NYL|$#wVn1A8|S>3<@b6UPR#q5WLR*m%US(PEc=l}a%K~PXwJTc?rGGf zMyW_jwa>b~c+v3PuCyxGt|ZMiok2-FUaeASIgwBeXm-bOW!+iY^fz25c@r&12_!() z#{TF4Ons0odzHBV^^T%fxbjA(PU{+NG&s9FF9s0_5=#?-iS0b0nTR%Dk5kwQPv`GT zXGF9q-J-2nwyrP->(*eUn=Xz0O~j9>Gp+koF&j zhTqBGW8O;5WKpc&A#F^XnR6tu3a`G2$F^{~;C2POF7d8Iq!~ndNvKtHk-VIv9_&v6A=wpU^q_7k4YL=+dgy zF^pFI^Hs99*Hp>^Pan#|k+T91sSn><;X*WB@z^d$+ixDm`L%c*BJ(A^P-){~390v_ zuqm&AptUDB|Nn&J2H}U&o82H$Mmvu79pnaG9_?3jD(*)wM1#EBA+DPz>c5%&!+ zv$2q_dsV!YJ--8D;`d_;5O-zG5;4l)wyH2r8KWi-xo^;@S z=YgFpDIV5}%PK<#{%-q(h#83!)%(kyseaW4!leSmm&Fyx?R2g2Knjc$S(ZF% za52o+t;9yk^pWc4RPr~8ekkR*kb8ITtRsepOEA@`Cg1wpMg4H+bR4*E+^$|%wKoa@)oP@G}@~;2x+CEidWqgkNfoE!bz%465^|d4u{O7CX4ZfpjbL~ z>eQ(OYfNn@pf0SsJ!?C)OC0hJ)^afdhiuSW&v<_6s}kpg(-(cHc9C*m+BH=ln;=q* zv%E>H%2i;kee#}g)6Ydj!mO1VQ#06ufx3(IfKTNyFJU}FdhJ0txkL~?Ct*le&`%Wi zw~~n=bbksE0r}n>9sav*1>@1|97W#MM!{p#Knj;Wj+!8uvgq$(qApNF?(IGsttS7{h{V}VR_lWnA6>I!}K-3Kn} zt~Skz%Po6YUZkhEC&Y0 z8jB^C#?&$S@2BwfAhxM;p}-jxUlY}BAy(yR2QHx13l+ItBtM$aA#7CdaEzxK>gg-+ z6zJJa8^6&X2?vo+A}zd%6;hpi>kB`T4;5XbO)SPg76{CAxd}?sYV+#uxg#s_)AH*YYn6m{l6K zo%xjoPeVVBM6{U)R;@r(CT>8zW$RvX~ z#zR^J>)-2(QC3pafr1ipvl{^!uVUfT&?gW$33mjNC|_|ik4vA=-NwH(9{K0B#q3WE zhFw2c5g65ds%x!PBlhmKuzN*+>lW$xR9^dpKvT*IwkO7BptdFnBzL3cqgwt7^{GGk z;hVN0`-W3KKw*!~qT)ciTvL<9EPtg6cc}aPv3;w452cJl5Sc}A(%#5OWp!PysSDyt z{!otE2$PIZ=)nT5sm^LhUd4J&n?q7Zq6(uA_62vdeuS*Jd@O$z+5mFJsco|}B(`A> zN1$0a`_BH~RNJEPkb2c?Eeih_AOj41DyLXt!NwD=(I6O7REG;aUaa2X_Dd+~Z(~G- zPvvQY5icVj?Zj{fn-RTRO}u%N??#oV>y8G06LUyn%6CDjUL>R0%8^$wRRfjsOM(f~ z2S|lKgVLOePUx4a-a9Vs=20{gu!8af5po07eb?Vve&5y~XQJ7TT2+pAer5Jm&8@f^ zV1T{4@{RiYD!zvW$vCw9p4;)L*>JUFyaNh{B>K-(#=tLH4U4zC1_Psnp62a*wFpnx zge+3UG;LR-+$#Ishk^Rlqt!6p?8nmCS@(_{4c09BGi;FksOQ#oCP(Yddvh`Q;w)XRu)mjbSex%!uZNJy~?e86pwHtc=R@Jt0V4a29ozG>x z=;m<#mpS2ud23zo4_$pFeCFH(YsUB{==Kha$crd^c_Q7@b@|J%!ctJSbli~)Lg*!n z{nHo(`{M#<5$qsq`T>kAS`38VCiTnKJJEi8h+db+@a7@%MVi)-KUd2r)>$iTX6$&h z_Ob*RWF2Yz6m!Es7BPrsMe2Qb_7RhJsw$g>jsmw_6u%AmhRaDm{;B%JzDyjf+mBxQ z&KsY12B;H-Vfl0S?d3P)@>m3jsmjD?pL;>kSjZJDh{)r=Zu(!}RP;trFqKIzwV_$w zWJ1#jIq**^6zWqCU%gu7HQT3mdf*Xesc7Gm_tIN^;x>md?g!deKP&wv#bEoTPiPaz z0B)+s*UT2FqmtANnRr5Wy??;P$1E`l>+X%ljUDT>SUg}{MWAz)efAmDNYiF>Bz;s= zaJ~TJM5g&~^*7Y$i#SpKA{0HF1;82XbeYbf zT2enQQTEZ90r|wVBxfg;iavP9C2}Vf4|at(cp2q6JB==(1Q9S3Hps=JR+eAfWtCL7 zS*IB7R6pdI%ZkGIyBgvpm04^87)%}X zq?S$GbQ&y($RkZ zV5)xgH+;a~Val|&((l@S>eYO~Ou?5`&lF-_aY@lcKwEHsbfyhz-@q|AW>?u8iiz5| zE9p1z&&!FA9W$OfLLE|V(x?$?%i$890|+S09@Q;d53acW70hnG#dkAvVeCj}u{4fK zdy&}`^kDOs$B#E+}mK+m0 z;seo(t!3p{TG(2p7^ojxmyH~L1 z)@Dj{61PqrFif5TWGsZg{n6i70Xf4>?E=+}ldXCly_kxZ^8iaH4C1y6b`s2i!1YnN zb7OV*TxVPvJZGn2YEPX-h>KzbYsjm=qxPO=nwOzX3Uh*#eWPkG>ZsSnrKvHQ7|?cS z+3K6sEC9W|V^2?hLU&i^jSkq{92|kl9Q-s}<1F~YN&0#_Z_GM@CJT`#YlHAkOlij>L= z+N%KzWkvwpD2k((D2PO>7UyKe;v8y^8ZT|g44kY{_Ooiq<~qY5NKb=avEQSK;IxC} z_kMCkz7*TLVPb-V+a1yy#^{9zun;NBm08+hX*cwaV2?k(yi-}epPWzr z$46&U=;_rBh;nxJKgT(Z<>CgflTVomZYfbQC=*J*iJ^#J@MDs$Y_sm)a{ zahqZrTpz~EphxvRFg%S5$V$yxr`&XtnCfmQq}O7Q!8EuEp-Cm~4k|K}5^C3Cp+ zU7LO}E&Xb$GV97SHDk?X$|6#GnNh?jfUvS#U8vqiu~ww3jduMbN*L9-o=Y?T^2^5F zfdV5GUC%rCBq!!;OlGT>UEV~EPi*$0EQM-c7pwTrn0w|g-hgs1Nt4Ph{nzy<`>muK zYC~JE4{%4cTFNi2P~&Zi<17fWQYckDpmoEF2W&#+uP>~486{fw1mS)aw<)nn=N4UI zz%K`?P;CISW))}kJqe;S1ezGn7ote5YM6gqwfy2P`!9oUyVlaF8}PZc;QCHZ5vI50 z;?`Of-}wPGNM`44XnQ5bT&rI)yGQ~Zl~Md$(Tn)m577#;K~Y-+70Jx)TLg}zm`OCRS} z+~X5!69lPsRTp>9Q2&Qs5R767HJb-~9?C5+!H{}%VMf_|EI3yF9?iBxPeSL~kXDL1J%B^mPWt(qG;x;zUsShAPo^Fo zt=hS@{K_9Cs`MG@1!#0r)w{4)&#-fu9EKgE^&$7%?T#miAwS5U#5F26#b$@dG!`=| z#p+3KRI%>D6KPO(iALq`L2pFIYv1k*)~~WMhfdybVsgaXxXX!~p~s2v%9B<&^AwxwEl_n`8XQu-2AtM&b_UBJuX~LMsxnxWG&($VyfNteLqzmJ!{~?K>^;(zz zvdiP~1gYSo(Vh#xQo9ueC)Kj&sI6k`4e%DJ7j-^1787Ep3MMOt$Jw7EuJa~*bjmU1 z(q=2vfnnST5lDoWBn7<@@(gvOxQK4U`N7OX%F{I;AtRny>1U8ml(nb(%=7$KZp;0qZ`Xpx+P5 zmx{oy@(U;ZZaMv+X2HPpvl-BcqT(3WYVl^E5%iCZ5GJPS?*4QD*>x^mb=m$rdk2HtFwag zNlUiX^828fBClSyL)5W@OD_iDgd@&Pc{hxi!DT0?B7CT02nWmr-Vyy=%~Xr6Fvk2`w5-%rDmD!o?TRxrhyQ*Bv6$Dr%nz3{_IpJMMMB~UGUnYAc; z2q;@iX}92N!GVF*Ri0|u!HT?!Eq{#pBo8LmN7QWYSjF^3selP( zx>30aaoM(n>7fMG{mT9-MeVCn+52-SLf9R!AlTAYop5(`jbyVcFJA~&c8#5}f2+Y! zRi4sJJq66HuZ$m)I4o)Z!M>}P5m-yXQuTO0C)$T`Ak&|>@#ygVdOLYQMk~}nY7Egl-*y&pVg_tsU1&vw*N*fjza~N z$RAx)S83~1fkB^6rL*jXcT}&~j8`L>{zBJg!vLL=WHXzZEE0KlRV1yLRP4?_*=W)| zXVn!|pE2ZQGKLU&fF3H#>(Wg9uB>n3304XBa#C1FRk-Wo?I$;*{&evx|371+fYAQP zshP{rpfEV=s$9(Fr_jiZ;uGxE`T;ucnP4U(R^_GDkiQR9H$|J(qK#Bwr&>u?6f_@$ z8B@M1dq?T&_T@TN;JkGr8!Jm+e~SHA+#;^lRqcw9nrd(O`H~cS8SMHLdUM(9a8x51 zoBxDyfPm|!kD1@0wwDoDa+J#ZugHueCK5MwEFajDJLS2SQaoP ztD6D!lD0SRS3p8gD`}0S!l24Bc&qH`fBu@xAWot4s(C~<^Q3*#4fQ_-FbxbhgzdID~T+w57kyjl1(zjh3h$eqHmm)aGti&3pl+c$5>c6IyKOH`h}%Kv%L1gE>Mc=}geMT1 zd)Yp%F9aYu(S$4=l-K&hd^%nK!;05t50#X+&{Z8Kac4V zWnhQ9o%(Bsuts52%gXkF-dFV_^WY1uG6+oYLQF4Aux^uS6^yn&rLia>AU=M-GU+9bR1m!Ke=^1Lr6E_Ec zCwW7RLm>~`+tjoarf?bB@l(*atp{8TFg7EruoQxTibu<@SgEIY326{kJ*@lM@`q8~ zVa0Glm-b;a0SGCK^Pz$_j76m1RM9gUIPK%>u%Zgg)A%WHo%De@tVOlnNG1!(_ORbi zSF$c`pQ{!7U1?kU6|B*U%vq_pWQP@pVp7YlCrHJt^ZXWhV)q zaQJbJpok{izFjCIK_DFuI%MJdN25xYI~2^wqGo%J~9Y888ZP9#hNakBD$CLE<^ zB&`|8OV7JhR;;Id%Y8|A4Xu#vioT~*xXm7gL^6%V0DHZK#T$S7_F5p|7{fts`c)OZ zQzQZdQ?wErI_0OhWE@w$Y5rkBJFOH+&(rtF;8<5{PjDIC>z(v@M^?UOH+q$F_q}kn;o6t?aaBlnaEbL-FYv1z`CXxIS=r?Y-A6a+{pIzM{j+ zA&yR`$~Luol{;}4$TO^pa1!Mg0zXW*!f+Cv66skqN+)^n2ZaCe+Ovy z4-F;mK$_M|;y`@hMKSrMeYT$0iLwmgzgWFYYw$3p5G`=3iLU3|_o{@`U2#xmvF2>J#l01+9;!95E((G0Aq7 zM6!FBcQM?yw@cry*;~}!gJ2|&f<-kuz|R@k>>&EOre7ZmZ(mwT>a7kYRS4w{8~ka%iI4E-$5;KYeRHhI$XCpDlsIplvbwRz6u z!h-ak`~RggGi@}(k0$T}pD(@HDtb;1il*HuYn{vT@fi6QcA|8LG?=p5!G_rorEt9t zOqOv0gMN^0(xG?Y-kwID57yWO6&h-}b!;Dgl~W8A+@GTwf8Fi(^j;Z3NzFAYlzg5_ zVT~DfGRjDRMPsYn%4SdUbU$fLeQ5lE9X>}!B9nudmi|acyaY-TzbE38mlEuiN*JNn(+|iyw|Q1z^x;Sj*pSESWkMiteIs!}=*St9Z*QW>b;!1Q zo$CD!$7Uf+h4{X?s|!Luok*EJfDWYe{xuR)sn;Kmu<|Mz>+m;=J$Odb4*UDA{*w10 za!>flfaR@jUU+VsUJ`H4_UwV2fxVA=xZSct-(`t0MP(oNdPE3}F=-y~Y&sAw(BB}H z>GkQ;UJ+KN+rA;vEPDEAa|6?@N2Ms*uwga3(d0LPM0MZH`ImDM+v};J*WfpAr`58| z)U8da*R#>!LXin{TiT&Xz|=v@e8Fx_-+gG6Rqc^swLjCMc-__PLVI<$>bC+yF^q|i zv}KYl*z}x60KaVb@Z0nHj9WJOwrtbBZ<$fM6b@(VA#WFld)MHm+4&NLpG?Z7oxgWJ%u6-sJ!#i4LHE*2Ifz*=hCOq_rH@|ID<> zldnQVX?-K8@MyEaf6wuay+nzT<#WrqxL|+5GPriNeJ+m-oVz}^iPd8~6jg%`bnG*_g-4{+xI;Y$B(f60O_UKW_7#1qZt8qxSzNdFe0;a6s;Z z#hvv{O-(0QS_aSE4d8@WmPr>MtPG<-LS~$xOHU5ITVF@t&^L3Iqz4^m#X2JLO0_40t7I={A{77c70E>sV;#?4$5_#Hbv( zPIlb~(0=sdbl(&6r|$heIjG@9o|dMlb@|y8c^Xb#br?RkTW80Zrz5?;FR89}L&<^E zbA-hwJ8YZhMWr)xjubawET+LzZ&z4iQ*yz|qNFggwD9pCJ6{l@V|<-JD>^}x?`_eq zdh;$L_meq^ED9dJC)p9K9joG#g!aopE2I=l*IJYSjC{x7OY-{rJC6KAH^sySoSQRm z&m2=d{h&`$i~U=(&m1z8%Ls|H_v*E;K2=nIChEMfOkW_q8Zva=U-$Oz5q$)T8Y&x> z4m6BWcO2D*dLuSxw#W@Axg7p}=G=rmYwVt_wUO}AVav7ePfzdyU{G0Y2x{`sDLvHH zTpi)~4HDo@l`msNblNVg4^MXA3`MHOoHL zDF-=9Gn2{+wsWqeckt~GMo9N5sj!&TL`O}W*f`)qAH>!L@K^ngE%)(XzY|wO$UzWb zqC>~hu<{Z(yzHX91Ag?V8ZLOd0gx{fsJkq-@mJi3GpboVEZybMzmOM&OQ1S!qj)D8 zO2y+Ub7dYFsLc}9)jMp+GL#psUs z+}Omqrb(pv!@z{F7Dw*o{#`SDuX=Hc84!Gh(#XcSr#O{kDEdhhu5&V=auh@9m&J`G zM4XcyRm^#UgL?&*rS8h-O96(4zUMJN(J9EkjyPKtKZ`7$M4GxR*w0V;vE)eNM4A*Q zwf(L2#r3e$QLK7Nh2GwykMuVWK2OKwztYB&+_!D7c3+CVCWr|mVC{fjwsz3$Yz z&8$=>_}ATN!>2|`C*+8Gvs{z&^cS9^M})Q^!!AB$5!{i4Rt0U2 zJgetC>+s&0bXzS#NP&X51RNM(3*W`5zZb>+6^BNWP6yH0L6u58^WatwLR+70pWC=@ z-Kx_)n;pk-JaKf*wefYy&S*HoO&V8Fyr!y z{1!);;HQpb<8w>b8HG(9^t9%PF-hJ5FZ$N?E|wbS5hFLvA8_2YpRXP8bay~RhYKl- zLuRM{>Gu26`6Di8Wff~b_;O_b_g|ByuB$lO-zk1fz@4eK&6T4xw!niAN;uxyAVAbo zlC!1R=Sxr$Ez-Rm)9H>F`Swgi!Mu4dDUb~GY3u`35P!5_L9}!^^wZkWnDO3t++ByZ z-vDo3G`xv0ecXah?i!czmFq9zLDzI`0$IoL{nRc`v8 zJG*bTz6tMq`^zmzJ~8E_DI3`>WbevOT`VueES@`j_K?Des>eq})OzWA;NFFphC0n2 z6RNV{!h>;KpPqa4+AG`cFXj$E2;v*V%z%}lPK098X#6y+U&audl)X>0!uIBM?GpIz zK)t_{mv%7SGIw$3jO)kMmdid8Fhb<{1Uqq`a=(EhooO3|I()=g2j!MAt0%Pz=(94j z>2{b}V{L7}(L~m}F{%k2x;(%#roF=$lwM98E5pUU5GG+-yCnJ%B)IiGyU<}TDv*Xg zy+`yLHKPcLoOuKcqH;0y*4Kid+kfqIyS=rfdrul;U}tn|>`PNs&~5*H;N|VwwAp-v zqi40qquJ<`z3D@~%>}oO#O$^GnzE(;T{^Uv5J@-8!(5$d~N7qYAb= z6xi2$WBJ7^KY3X2%;D+X!S@!xs*B(E;8^AptP88y>V~)%`pkAswn!LfdG)89RCio9^uH)!>M;igsM|Bn@@BU_km02SEa z)nQ?!=>$SM={AU-Q$#EK`-OY<_aVTl+iAB)`d3ba7k);m*1l=aAZm?a7 ze+xXC1*eQk?a@+#En-mT+!NEFrnK*Ef{`Oo6_q^7EAfAP4PHOKdj~`nhU`EqXZM>} zy&M})XoN?m|DG{_^qJQZ<$K6ELC%0MXThIhWmOjdoiV2E zawoh@9)8X|*Cg0S@c)9u!h)a0XvD zEL@%EaevXlKBqrs1b=Kl^W)2~(u9}ZuH(k|tgWIMsMqFiKkGUpPd)g{@4*&-y#^;^ zM)f|f(e(OXgMT+Ym6X`W)?&%nrb~V?JgPC^mkzgH{nAVMOV2v$);8lBHI{E~6W6AA z?^Vak=g-w!I$}j;q1Nfy#Xc)*uWj`?%JGz;$%Q7@()~LI1uj2!EhKr(>=jlotlns_|>po4@)$xt1S%#fUKb-G)(3-q!%dqB7yxSt*c+xkvNBJf&{4&I2WxP7%g`jE|FS?sWJ z`s~c9?KA9bKKU;iH)^)qv6o@VnIt_)?>}wnKkjMGVW(Ekx|w`8dfb)MX`LKYFOydL zd?`lf0xo)e-+wlAW!sGTR;O%YLi3i-KHdBD)*oYQSv@ill+S@_^tbA39X#Ce(7J0e%AH{VN$fgV?0;;Qf#_IFAuD9<$loh1U?HsTt73!BbgPc6`J?+K_ zK;pBkh1WH4)`JNraGi#sJbEr^- zM~nO;=2Cy;`WiWQqR36$k~S!pPT~I1_nu!H|Mc1Zi47gEZ0R%XX<>u`eB)MOdI%md%sxfDk`EPFN+62wlIffYb+`R;*-wU2HjT)|4mwSxs{R83Bn;f zSM_+Hp~zBA(Gat2PQbj^L{_u^h|nLtr9XVJcv|rS<=ty;dMSnajeG2)b!4cU?7J7M0LY5t# zIXk$&LUQ2FOCJxco1QkwD14J-2L-dX z?vqQwAOKt|WOUHJ$3}IVNABo&h9^$!>3qm=Z>t_%&0mkR?d4|S+zS5dtF&vMM8F69 z_^R>Q+xOZJoAlwshiL?6i4E7oe%KtL>mQk=zw>3gBL?ft29BCv_fa+=i^XhlU@hJjbo$@W~{zJ&yFy9Qx=AD*N)g%;@EDbvNfG|Cc1NVXTVIC~+JIY%fQ_b> zcfz6GT@7erXv!w$0KQ4d^rabb%4<0&J%-GW(L5}Idk#1KJEcfS<&m~Yde#%yQ<__7 zDfE}@3qn?~3}2Dac#yVCl=BePE&#{GN8L(J{w>+rd{=6S8>E0_H%GrD`LDEIG&?U$ z-$f`b7572Y9_E{0L#XjhLbte87PXb4&(Zsgy+*fR`PucIlSdbsBcS?d3*iS4xHa!Z z7xS>Rnz1F}zsSabLEi8+ zT|!qmnnL}IjOL@1wDdmEesXu{#nT#%+U(ju%%}Gp2zA(x8bjh~dqi3zGSsH_uZppo z$@iFLrtyt_Eq^QxQ7t1C7DsRVh|2E~=gL&&`}FMDQ>FBQKmcpp3w+L9Wd2CooI%8n zv@j3|Ab-kdDGf;@DKnN&5(!SPo{IaB=Vx{I77n@5x%`prBSbcEWX8H9&?tQnsE*fG{Jt^#dVW!1 zBC5totc3*HI7a=;uoOALk1?R7uyv~sq4FaqUZ@D9H2Si*(MO6%^|jDWEg^bNJ$~$P zE$KXNG{;T%QYpT%dFyJazwLuvG0=IBCRv~uowp+QR1)5dvQ*A&?a3Ue#E#ONQIzMv z0ZFu5zHC|a`w?48R)~SaVxAa%>=tRNPX83YSWP9n*{bQyELGfFc_{ZEr!S>$kv4L# z%8F+XC`(hIoN*wd-{b0pE4?B;c`h$UUl_bA*?06Yyc0#*cuqhvf?Fb;;pFLz_$p!h z*GWHKA3w_>NjvjQwwrTnGrH}+^~|HHQbOHrz%oi%86c<Fug0Ix*b(-ikO#`ZiDvO2HYL z4e{8$yDObf!c4m>)B}1+kVl!qb~=cM9^zOUU%ry~!yeZFFRP< z#6%_jbZqFJ@6_5v0Mq~oZLJg}Yc=Z3*>_jgp)Zj8u%n5HiItXQl?qh7k>~HBxQmsV zE3MHD*)RPE=k1$DXe2)isfV3GqZ90#^3E*=ZfRs&QLB|j1DaKDPz;+5us zbu7i8Y%(a=7exjs{hV1<-FHdIbCAO3$l-13uW(ZQ0{2+FyM6+7A>+zJ>k3at^_eE@ za=-zyhwSq*s7yTaHPA}Y!6{h1o-O8T&k2`KaG8)r<^4=vr8c{{x_yTG0qb_3i^eVd zFfMbO?)N!STKCE?8}&#O$+(=ohEilJk+Ie}O%pD5i*$0?w>{gPN;XZIkrQF&HlzFzapi3PAa%Qb~vR$g|Uvm2^+Mk+KQ-q_OmH=sB z;3=`i!4hCb-)SiemPAP?iq$tdH|)J76ZE0lZ5IR36K!?!En7M*N$2_dX+N$#W<}z*8-Hw zx1^_K^bAfw;y4hc&f{;oqrEtl)VxvMUQ8~C?#N!;*~6EUKwM2~rxz@}Z&~JF|7cgF zS3gP;3zouj87ofA+xn!1F5VU$}T_-%$d3Sh6Y(jy^?{(MG@NL*;l=@if zEFvzHzAU-@Ux1-&YUK?^r`H)-;Bi5t-{EFz#}oK^dwUmyuU((7EHDA1Bmc_TG3vKdT8<~PSN~b}dikDle@!^Kh9x&hY9Vu5bt)+z zC3L5}F9gejLXQCS9tBAZ?IicBI9?1k?&8IxLM6Lp;f+czalcnJqPbC63ejc4_5{@>*NDPJC0R!m>9$9+1 z;hj7MD&eSZjGg^n@wA#-O(Acs=aaRV=sENWp>2qc4w`u5>lvQKuxuPl*ii43w3?M~ zf)aqN=j6ThO(427gFmBzZNc1ccd{C68p{ekB}8K15-d5O&4s|@0#2gfl;l1GUV_f2 z71|M`!Le}LITjx++A6z$H5>9r`EH3@f=4Gv92sCCs?c=%<9qE-gS;d0nvX$NVKN;V zJBy7OHkvf^94RqnZW-S4ZQ2X>!A81xArfla zVB3#K^6xAe*W^Ra4)h|&gia^=?M3SR;qJkPUx-|V6R|C#r|4X>5w7T8#fSONB*f7? z_+QT}MKo-iaa9*%>D`gOJD8C9beOrm#bZh}l|Vj{^yIuesV`5uu^GzWiRU_N)!9(V z#j{mWQAFvuw}rZu+Wc8z8#i(e>2iA|D;AVLxPYksA; zUrf3xA#`<6!EZD1dtA$%v4<0TgjE?rKv z4vFtHKXGe|w~pc$nvd?0*{@y8?>Kw0NWT!I@~Z1jCw#}`eLQP!*%~!op+$3xFQ|NJ zoUZEkSpyeg-&gG?ZcGfB{tuj=Lsm&%&}#@@$?{$qh7p=jtt>$TZl`XZFPhTO>pJ4* zi5%oU@(&Qg8vKtCRwq*=J2@eqR+an=Ch!;pFrv+|@h;w2nrI0Wi3FYh*{E1It)h6v z{#WoHGsPj%f*Re>0D>2?XK7U?ifjIWvlcYr{Cfl{3Vra zHT7=UWWp>jmX;2YK~Q zQCMs>uNia)eFh6VoUA^$M z0welPAIR>xeGmv|c)g8rRloL6*r$@O_2VUSUEKB%NkTPFS9YlzyuXr*E%95s=UbfK zTEs(Vpn%cPbyPn{ozYwW&hLdO8h&>rqq@Ol8@@E^W05{8 zJKcj)pH=q!4U;AMDXa3f{*P_kT8b?Es>j^lL@t-*Al5gI7HwyICX|JB#2}?lbE>3D zhZ6Gnq){HjD)}Y1o23YO^Hao{C6O5Upi?-#8(T3C2`A6|sN#ZPM4H~9rC+2Gtu59(7Sz_>U%l2*F_c}{}HF&;%X?gd}n01FB85&Mxu*}f(sfRTsEQ`hhw`!oh{19b}KHc+bC}v(2`L{immPXn0tc@g^ z@Sb=JL$3-<$36m;Pml?NoK|Yq)=TPBkmMauCK*Lm26lfO%j-7w*3(Xua*mV#)Nf}i zJaBqx-dx@PMkVi?HhXC(W$FKv2o8piOTR_VicSw+^oPg{1UWmD<=zumDj>CL&Oto@lwLmd+PKDUq1LaGQDA z@S5g*c~NA2)6VenvkJ$hM2H7?vEo?=ugccOK$mmLehxc9gwgE%)_qvV%l7ocR~=W$ zY=Ynmmwx(77c2DTNu9F{lN@CBI4pMq8^vi6Vdi4C3PGhrDXrHkX1@!td!_bIK!?4k zwozQfjI??nA?LP6iEL4sQ(++alZOykIHG#nvE!bj{~LB$Ksib%%veu@2^jBZizAz* z3jv4c75v@V{pJM4?_?LC*Z&5Eo)D-a%<|p-z&(BwOr4)MJx2z*n)HP#{>GFXEhS}I zBgkrR)M(YMa6xsb+71g)iu|xE((=bRDA8KdcYEnX&2>CmA-ma+UtFv_-qllF9M+W+ z)uQ%+btl89ve$^pJI|qz%887;JV!4gZ}u^`fHFaeKR6?UIuWrY-le24DO9KU z2XKe5d*dCIsDuxNyr>L!tCf}uk3CFu1N`+_@kHxHcGZDYcc+p4lop&RorpNqKkrO~ zbhBD(_aCuQqrPUl=tWmD_Kt7rR+7`;U1Z^lERXHl8xtyfE-ANsO2jv5>Hv9<*Y;cR z3^;z(bJJyzENu} zlgwIqJU-);d%_+iZ+`MS2Ab|2!zOJte5uEmjRcWn_Rd^8uY^ zoIx9ozD#U-QbidW%n?Ad>L2*juJ}R8k!ZkUT!8I!>7V}oz@EyS6B8+v4`DO*5f1H)zn-K-JuKru^=#`CPeUt{HZhVM@s8{4p+Z>x2aqa>xo zkZTGeb&ol2*7!`4no>Ycx6IXts+cycZ~`VUE~I72Uc*dZ@_dS~qEj}D!T{+s7Ih4p z+1meDGo=@@ZlisxE@uD5$)LmJzWF!CPHwoMweNae1}|J*_AYgi?M_BF=2j1q-g9{q zF|+*1F^2OJ0#CC`=Na{)XX)Yk+qWBan`1o(enhwKDKqy?Nv)P@^EFL7=-`Bniw1PL z*&8j`(UTHuYOM}FnblJXIsNK4NlWD=fsrJ{$Cr-`r3YQq1hpgDY@IqJf%RJ z4F(SNBod;=k~r&|@tbBfhxJ>Kz5Z8aw8bME5Krry^BE`jgY&=c+8kHPkH%|`<;?2q zQK@KK#ZmYyde9UFJm&U+XEKS`WL!0FAPK{DP_bv=8wVGKw>990C$dWajN$ohl9edv zJBZ+Y0e%eV?=uyr8t9`6=D;!xRgX>-GdLG-?Y{;R&nOwKmOPWf?v8YD1OrWv@1tuz z+C@B`g}o#79nbiIdGm=8?3TY6F?rCc?L;zL(?RiF$A-R7`H(*p(A*|(Xg>?f`-=!k z=~14Uk#FTfnzNGVnR;aZ0qy&b_`FtAA%t#12sVXhkIk=NCdQ)bK1dpq0L3Udbk;aS$&K8- zXWtvmzCh$R3YI~-4-!qaR-7AS>-|^=Vdo>(eCc0cIM^04a976(l*(RT+Y+AapT6PW ziGX#7*1eg@%pJQIO-F1ov}k8v@~Zwa!FBa@(g1HV%Z~N zfF&)Ugos1EiTmwGz;bC%c6Q$xMZ>pqGCtaH5{bRkk< z;b|jCsFDeOz`x_E6a7vtV8gW3<`?K#Y|`93At7Ps7mk4i5y~l&2ho7|SL2Fy($G^B zwHiKPE{9g+-=-IYWE!{#WI0(%bgGDR<4*U-?J;qWjy|lhaZ<`E9kTzs@$oWr+Lmfz z-%!S9)?N4=NlKKArs>XijXvJyeQUzP$C4d%C$t{X!zrzj3)zTBB`3>3lSvyBq_3h^ zUu5GTl8y<{D!QY7Hm?OVp^yO$5BS)ZJXJ)xjH|Zs_796divVM!zkq4kGi8FjRNcJV zWhhYszxoW_xglkUZu4J6qwLVl=#JMzM}LApvf-}8sS}y0SN-7cWdZG&{OWFZ{X2Gd z96rz6`cm%peY@si;|`0g)xb}5x(<0^l>B>_o`?6pX^J%o`Y|%Qh9b02VpG7T-rTuN zV_0|Nq$&$4igc3>%B}+;6kTpvhgUFUt ziZ)Raq6n2@C{&iQ?;^5h%Th@F-bcnA&v$bLCNx+Al)eSv9JV;@#PD-Jl6k)@9M1=o{4{L5*IoZ!{uGlX?MR>KkO`WvctDko zgy#}3wbaL?#91i5%Vnh2pU?v`!T!@-$W4cZz0nau0b+|2B>I# zL|HJCs>$4H>{TeTSK+~T+7(-u`p2vo*ZS?83Xo(k94a<%$B@SDI(3o>fP@|yi-8Sr z{%@E*Gz@7nVu0+Xl@-0g2(2uX7cRc6I@0MKh@zT}cY`O;4VrdwJ0~M{K&gDBbZIS7 zsnx({ikqH<&m*#b-0_Jm0;Q2|b`7Z%Q0rZXQtAE$wv)gZCQ2ixN(!RM9lu7Cd%+=v z-H>&t8WX#+E?gKEqcAxlaf{To?Dky83U2PJ@LqnB%QUM%GyjwpGSKZlTx%hL{XHZm zV#RWab|)@POxn(e4Hbswl%*Ay-&OzjE=^A(2)TrKz+cO>I?2`n>a@E#iZXfaD z@*&)1hyN2GPgsgM|Bl162s*f~ATHR0h(_{F5C|_+*QV#D_r1kDzx)3uAz1g36h|hE zWHoxAafrGA%h(IWh3Olbbvga!YgL6;pIlExTV@zL4j$E53mAO>d5nRuij| zFce>4GitR~tWIK5P4Y91M)B=J+&ywb)=r3X$wY$gAp4^JAuHxJfa1wXn?f?K@f-%BnGX%^@eW@R5A0?ugPgE_t-eiq zVRZcS&_jD!XlYc@rQWz0TyaMVm)O1U*)nI&d@l}c|C<;`YD;#cAY1|_WxI7vasdS| zk|&OZ+RgCWuxiDTwWC6LG7gqvZt3}6?duXD31ccGN$3eho zbBzRJ@R&Zoly473bt^MIGm;o14BSSmpZ|Pr8~rb>X=f%?l6Ef)9MSi?`W6AjNsa7( zz5jW1`$OD0$f-(|;0wJUA(?iEk9BJKQiXSfL+8qh+`|`ga&+QU3DA5?(;8_A3+y`4 zS$WV(SvE#L+`#!{3UFVZeeuVV-Sat~6= zXUwRd<)4W&C=Un?Dwg5d55`ndXg;(c>PMu$U(qD&MQI>Q)a2ebzdsSLr9HXD{d{+OWnUjUU2NTZ9wz*Rtx47m+!~lvz#K zb_}cVpAMAPK%ltMzx@QojpF{L#%5ThIGegKU~#J#Fi`avkTkxHA~HZ=w7c!w>Q$KZ z+k^@zQ2JY{z*Z6k4$LqSdMgkK9E8=>Ksa^tSE(p|{+kp?I`d15JZVAlAUMftbXFI$ zQ!|rzTr~NK&Q%MzJ$JdipZ`)ZZYsk{(5Kj}e)OnpNtMPGq;Fq6?S zgyYQV*2I9Hb^71?Gj+?pcrh05RtauGlq6I4~Ub?}R{KU?K@zD$w9!S~dPpG<0GMd=(QA zKmNd00(IyrtzNJ)Ga%l`Th;wPs9!}qW7R&17s?f-unlx0%WPQiw7KH!?RFtvi%qW1 zHvDU}%1=AUQsQ4R$a=RS+Vm9>iW&h;d-h)OMLK0M(KXq<#Y8k-kSazbt6KfOo(U6W zuj;90-5;sk_90V9py&oD3$grj#4{i#35RLw5t>MWio&n`D~0L8IGG;3n|PDhzr{%c zb_vh~W@nlbFuTo-a_4T6MxJ?GC`%vLlw@4_Y?jn7?fovY%^zTyO~7pTDix(hjsGn* zx;3XlDbpk^|GfN&*t%LKfxzOAFOoQEY$Am}g`;Y8+watDCcLVn|MIGI8Im$=MwQ)X z%v&Cg?NxmGiqHcf*B_dt6S=o1S)omCtsUnd`?mV&p}}oP8Wys4*mrRdt~E+p0yzIA z6arwp+wi40Ri>A?N2VtsQd2KM-S{x9Ry^2+r8;aw(DdwvrtG6&%(N>;rJI9*Z+qk&kwaZJvD0D z69$VV8{h$^@l8qkwTe@g%uft=CqZX$&s9ooNfghpqTVh<69#zJ9=oZ8RGYx>)!Fy9 z_&MaVs4vXUtak6}qZPd{GO_lt+#NP?ZFhkUuU#_lZ*)Il-5go6SBI{Q$ki@ivY#+@ zIijM)8B)n)4T<`FI5QFjc4u~0cUEb2X{M?MIH~#4(_IsxsjRYJI7$eh)~&w1*PUy# zQDBYo!rnvsscD;c-Qn;?ou^e}z(-NXOL@0pV(4g=qkpu1KFzSYr|S9o>AmBo2u=ad8Iu{-xaW z;8sP_bWOBX>^0v*(N?%h|A+8%Hw73{$Uk8I@T3gqnL1k}v|u6_K)-p+iMld`tv7xJ zQs;4v779u{Pk4QSf%Aw&JGN=^ExwkbWZhlQw)=2AW^d|VYT;El>BNyqKX!v=X3E^> z9`aqA2a6X2qloMeMaP+lui-Er_{@j6A#=?H>DL%|ykTX9+?uBDqQzzCTNI%O*6Z`@ zvM|!^?;i_4V2(~>kM#&?{0b)H5&&|4t+!!PLjixO`;j=jMt96FB(a8Mk%2 zRX%YMW}siaw1jbso=0EW*8hWj#FC=2VM;@zepV7(QHf#gHqBsXF(&yYTR)z}SdMGN zfQ5ZNP~}RM6GQE=d9=+3Gs}Ud4ytJ(v`F5Q!8#u<)Jx0K$SpdqquhSgJz#;RQ*`5J zFHOI5Sg#RD7SCE`8%w#9#7`8@dey{FrzMnG9sg>g?1Bhr%ZnuOCFT?FONnZm<)1TU zq82h}B}^`s;m`OUg_k{)v*xu;2d=(3k)khHWfiP&;JV+Hgtton@1cIv5r2rVc?nlHK`P*(F2@ZijPdF3n z!AZL;*|NGI*lpBOG+0jOGv5c!H_7IW7q7YdJzrQPXOD1?u zc{uF27yJJRi)9&O^@*8R3uu;s{6@?L7ykRl+uwx@ki$D9#3)bjA~;9#*15{r~C@mVXukLbaR zg$p|3fFMP#GJ&uBW2z+y22ioO&DkDoKQR-e`MmZpEHNPx;pq2IWFzEu3#CKSvfU%; zIUrUnQ0;*;NZ~DGGI7k;8EqeA*{%b$qrT-y96zRc>ZkRB04Q{2*BTQq z!)><(xgu;>D6n?<>$0zSUA{lPF6PKh{ob0u&)xay=cMcbF5&99mp7^h&oZQ+)(2>1 z;_C!jF2CEiu%^C$OtlU(Qk6JW%|>$uowW`ut>`3vlbQ-gNa4M|Vy7oSN#~K+1L}Z5 zEq%EHvFMTU4f$SMa*yvHs}UkxME*Atm{pwV zMl8JW)BUwvqo~V*C@aA4e9rL2*b@ZWn|L<`Ok09SFD2B z{P~}xk=gQi7EB}9c;S}YSAf7+vbr#vG;`zmgA)tfw=c=$wqloIpYvdOwe=Sh_)&3gYeR=B7e%Ktu;Wy!t&t>c2;A@-X~6$cEVZm-wsrj zgDD^H0q-C@y`y$t*Cw_-D#^pMvQtESXlx+bMuMrUhSI_Gk5E@76w3k?Se=Y7Aqy7{WS42BN+J-WAd1p4KHESoow_eQ8?9+f7Mw;^QLGL%E38tf4lst zeAIk}1Wg9%T%-CFh>FZkDOYqoU?c{;{Ie#C+=WP}y3OFGbf`~;mn3oyOruvmLzFZ& z&YnFxxYUn5!jut%l@>|VPC2v1NWluI{r$q}QUCs^!gdC^NDE+q;C>Ugq0jJR3QR$N z<*#0w4YbMb% z*;5#^g3Did9x7AcKZC3BpT+$K_bWj`Rb!p}-+9W#9$bwTrs8H9eA4(3TY;1L?Mzzv zJ1JB^7@c>T3TErLcDc@v%e#%X@!f(^2chYV7Tz?@g z;=R#{iFwL+`-LIoDV$ zB`_Ft)oJEccxx*aN(NUGG7W zcL%ZDqN1NdG54X|UR$l73>7K*v}y?vs$5pMt;0`WVX3^nT!~nvb!{L! zf9lk!$HEoKE zuuvEJygw)GsPA`YUa=EIT@$3bj!m)gkLeXwwUu{P{UN%G=0k_pzA^?`y<4@&?aZyZo(O^ZxNxtn%q}nk~qajsGxf>r2D|*B~#-oFVc2KmD*BEUS;Qoek8R zO>}cB*J3tJ+Aa?vAGH-EB%C94%LPM`89}nTUX0pW0e>LGiOj6R`-M_tdT=$)=Q)@L zrvhHgAX649GzWq~Qw_dvfi@Lepd~#BY=PP~acR8jNJN}0Wk1KMSA0d9M2K-%X;v9^ z$dduuI(_>tW%HDqLaSHG#k0FFjdpMl4Wer>@#Q63mEEUwD{*~){Agr0+7)-kdgcep zH+6MOXd4a>3Tj+Op4CeJA)f|+Q<4-Gj={Z&Lj1)!H;b`tMQ?3LNJ#m$P0f^Nv;?cs zX4VN6XN!+g`Johi06@C@^?EaL{`<$fIOoEJcmUhr5w$UkFocSDpIRuemItl26~jVu zL864D&ZWWFd-m+gwt=)}5M(=>kq$RnDv|t@vsQ6<~1sUX}}PQ3?T4YZIdu2TOXF%sr8}^3z0w z5}`=|4>?;j(9+cnMdGCVgdFHy@u)2*X@cIJ3~=pC!z}r40=dHX1-Z9f?ovJ(GAo6c zU_TGalZ-p!J|@_|De|p=5h6QQZe35fSJ>%ek^oWuFEsgCHtqZK!5)9_WnB_9~u0WT3@p% z95C2nA>9>U|1OiCT3n&SUJL$E2yz-R1v+frMbH4}8OT>YRm=)$CK)!G8RZ90F&MGP z?;q2WrTnDW(JS|6i+;RJ*t@k2(ut@cOU13F!get+gw6tT&}jh~W4mY!3+;hCD7R*2 zUQoy>eGLts@N)+(3+>J?*ospOz%OXbmrB~{pdD(5m;F5~Uvw2bXvPyR3+K@KGSO#B zZ{Ry^3m9!p)bo4iXYtTcJ7I{Fec80b6(YCwWvT?v%4X3gZQbDOx|BDED8Oijke!?e zBVgR2_Nn@5<0o`laKxi_mheOc`ajNV+fqlk6BIWM)c>sA#`qXyBpOz0RaMyC;+#PD zNT$-o=uOQKqVIyF*Ys3Mk`o|Pi|JJ3#=f9kxI-=FVJX$#maxnhY<_cpd7FEdqI1W< znmr|tq(fbNTiIE{gZ1uV8^4(hF#oWJ9QzE%-P(Wa)?TxBz3B)Bv$5~alK3x$U;aMc zF@NQXWkaKU`&oW|I<|CLm2vCel(sot8nL62DK=~C9ZP{ComhKF;IabNMeQ-E?Z<636O(m+N+B$PeEbqjtyT3^`cxU zDiJ@txtsi6q@zn`yDXcu9-&`hQTWs4d2ih6Hto7}>GG+YBr~74NMOBjX_)ZS3X7^O zf^jk7coXSXo33X8BmV2Q+!E<%gb2IFpIhoS{pQ=$Hxuf$$n?4*te3H>qfiYgxKUUK z$kNujVzYjHle>)F;GEK1_~oLoZhIJt{8JQYv`(Z4hKCy?QzEobJv}`Okz4AsHLwq- zPhmdb4_lbVOpdEUM7PGD4K99!kWVtesK<1^fsnC*^y#4Lc4OS! zo&d?Z4BuGT{%^9*7GH;gyO)#Zq)l#J-_Bm&UXI&{I;92c{Rw7IyH6!r%iNEFIwojb z19Q(Y8Af~GTyCRSX_Wl`hMdwFl+Pe~1ZDmqWE3G#^Li*^``~-OQqYpgrWC*iW#Jd3 zmqRQ+NZeX~qE2b^l-k3J>J6h@S&xK4kN{@$>Z~iJ%7i?rhW1?s_hN@DQIgE4A|WJ( zX`(JR7_^y4eZn^DLPE48k{;Nx`DOvsO5#T)wC63R{HE|us|c5VmrDuq8)F+zi$WOb z4FUB-#rQ42L0)+oYoJS6n47QhCvY5KR3ybT>&u)x*1PM>`%AE%)(sZthd`L5a!JM# z^;@30k&!UkE_ni$2pPZV^}PwhFK7z+tRPF$>NDX_tpzj`hnw(pj;Hx}l9Ys}s88j$ zA!30G_b`8{}*et&M-|;Qi(%LQR~i&*%Rk&5^b-f%f6#7)!b* z{8(@JpkUzjW7NDcbLr(Xm24LS(k-G9OO*5r7mRz(%OximPL1T| z%YmOSz!;7h7ADM?nQf}uvT(cQ)ypUt}P#_>`qZ&AH?3}-6pF&;YodCWFux(5da zs;Vbg4;(mf?(d37M`iMnCt^rs$~A5Bw4rFxDih0`dI_tJd>6;s5PNidFmKQ(s&pfJio4Brk|TBynj=M zV`_haac{{zm%Z^YT@8|QGN!L)Rnu#m!ot$%cYSt@1%dPN6j`dCoR}SI9XdSXH{0~| zcuYy-_|jTddbs|f;e9@{UtZ!v0?^O+EUX@U6X3%NO)V`gPdF2lCHlZFW!ErMydn-M zf@cWhv#;fXGthw3DxU~XC25msdZ1gg6lyyufC(3sE+1cgk~nJ+u^-%W5sF|V@>*Zt zIio08zHZ&RXZ030O9uId9eQtY`YZ0X=<0ZvH##09d7ZMU}#xe@CFpRUd^lMY^w8))1T`?*YMoq>7)oTjw z0uPChe<=aQKy!v87kr!w3pin9T=_#!REFPqEb}L{HLKfvT0`VdSJEo2deTGv5^*&) zK*O*7zg!GkaQ8aVqgb-u3pOOr!*q>Z;f69wEw!@9y2Bu3Oray$|BwhgZf~cM3XoQjslAl!Y zabKRk>9vMmjrTFDmJp(dK)1d+{MkN;_DMAi+o^erXv^98;gOA4maodUnl&DtHgtr# zHeQ1v@=EwimR!d>Z3=ZHp-{tsm%eFruC?x)^Aa2{1x=m3mDF~V!QCvH$% zMC2x(JNvYfxlV(!@Lj}3F^{V&-i}fFTf<^uW5d`q$oB~#4y|u>OAwCmQb zn}rxNSta5U9wfGDVEkiH~MwndM zIaDQeCg~@~={alr`BkZaAaF*nVeaV&vb|d+vQTgAv7_?hh?WW6cc{(x%u?TSh_PQ3 zs<{<~|DQi{>3Wk0tb5Y!aVj9~5duzLI5tFIPpKT3#wqFw9#5ocwna3^aiQ*L10nY~ z(&@Lh#zZ#;1ZkqHOr6vEG6@BtS~{CZXx9E1xh-!hD{S?YZz^;t$vtX}R>7~+$&I#1 z(omMuq^ega4T_8m(Ct;XWe<_&xZF$S{Wf`>9C9ro^RDSSP3R}I<%KZl4b}#G$wnd9| zir5!K=4AeUTedVABLR)*@Uv69(6yxr0r>)!&Q4Rsdw??YQCrhtLk|~Ts-T4I1S z7&BK}?+x%-#>$EpgEjdk80Op}Xl#?AyE$j0$V~PqvuRhp(EH?*2akdl!)wCO(A3h@ z6mlV`PNtb64i4ktz@VUkPucmvRT!tDPWye*==1~VAQAlnn?tb}rKssxa`1OUDc99<9MEm-4;&_kl#0#oT zR2143bHyi-2k@Gv1Sd|CQliAw2M!ptG)+R8zZa{_sedM8>G^BvBx0;u(Ww z4~{E(Ujk0kJO^r6po1%Z%{h)J{jiICz{J8OH<6~EX`F5FT2*^EP|64KQH}WtH|G zt*Ln1R~e0|%|;PK8cv)Y!`Rfxk3y!lS67clUm01=jrzH~KJ+l13H+j?qgmdzm&8`F z)YG8MNXVehFxrJAeYB6*Fsx{H6NM5$U3~<^rX1>D01k1l9QoPTy`yEYOf*`@$!lpk zf|zy?`*$vij78v5H!xgs%y|x11700xvKtyZpT5lqI7d85!@};}y8(^7@{S`vy6IFIr;(8}CDV7U!ZfiW^qdZ@KoH3*_qOl}327E%zArLzJat{?8g~D%J)%xg z-o&WiVAJ8H?VVH<>4QKS<~{>UFxLqCfFS;Nsvq02+!kt*IhBmX^53bi#Pp-Hr2 zIBz{>XlRHE<17#v)?$Rqvgy*N0Q@_j&=<`7=1{P6O!>wOQl;(W^=>WprG4MNeJy}< z%3f(Jthy<&K=VATR_eo5Elzgz>_&hLBv8X<@N{;u2-M*gY;0_HJZ4jlL9P^|6M2~c zm@%z`p5nJ?AUX)R1?p%$!qM@I{IaUjZO`sbes}25A%lBM*>eKE1$W%fd=-P`D{P&d zn1EF;3~TicQTSwHU$6t!BMR@O&OCyc`wI!jcZgs~1bxm4$0MO}Xj8IXqpWYNKG*`4 z2hKxvo6_|{O@<_G*{&Ta;X9h)`aJN4O5C*G1)|df7%ogq8V&20@^PXPM&ba|Aw971 zy$5XnvBDX*s2y|xcreHxhvT33`tE0B4MeH4$6pyTTONh6b#Tp7Ldoig%8%fgd`HvC zNFIn})&i8mT8$yQIK&>sg--tb74Z07bj8mL*ok}q3j)FjJFe~(wL-!r$HMc@Yu+sYZFOoLP=&* z`MJW;JI3dN_CPfZ!h>UWTRBP!tIGfsmD#bZ29EeY${dbow-778xzs%p#OnrJuxt z5HOHpbbKY#kLC3&*{o_CyIklo0rTnX7>&5h8>kSs0n>VTTSyHUOfgKjv(eEBIix=; zpmWUTC*}|jmgF@#-U9}1l-j4IIcz+3n`x3V%E`Dz2o^QkuSk-P^2*4GVbQ(6F_q#< z8bZPpJ*DyisGt@sID-!mS6RU%liuV?qMzieqp(_EVO$Q=h!99wXG*utfq@@k%&yY1 z^(TEJyLthTB(qc~QOEXT3&6(d#VS54lxUJk?IL8vzPES!&AVa_PsSD2PG*SOq+Di$OQOxQP%JV0QES1#0sY89lDGiiF z1=VxTld0-YuL)o-71QZl~W;0fI&m{%y{rXDU!PKOdd|pZ&tQbL;duI=5*h=6JG_ z33=@mwkpaU-iMM-UHJBv%l4}DUOA=T7uFw$qMpghfHpIz{grzn=@bK%%Iv97oE7ikhRNlJF)5org_m6RzQf7EMOfn0q2`+U`gJ-K7qKruaGHdH zD1YH16h*`zM|!wUn$!j%Ac-V|`^ULiZKN~^;p9-az+!ll{C&fcNl_aKch)^9JH+b* zYP=C=_fi}vRjPt+R4(ZDvzUumOeuX7Qc413vL98+d+D$rvB==o5~48ft5Hn#NAwNt z<8=a?_V8Y|i2$M%T7Ck^(m#IjY-6$#BVF7xB$k?9#XGt7^UBWW(~r6&wC;5E~7^9r``i>0jgU` zMH`|gpeSL`j=UNQ+m01KDe4~VDTATyGcz-hKB{I@JdU3dfpEnBj0wfqwWfiIgloje zo#@F)k<3P34;GDpVjugkWMRcVlw<_hc4=_OwfOuops2*owW_{74jN08U$hgpLS;F) z)f;xqNWan>at(I2sX8Htj;3ZT#y?eAoL#+()>D~c>6}v4rH#S5yj>U<>E31(XOGC{ z+bH;8uOa$Aq4Z{&I1R;n;ancP&`SqZ*ie-d@yf{1KO4QRkw6wPvt_y!ks~$mA;X88 z&?O?%`-m)70wKly$q-2{V)hiQO3)XuECdZ~3A&1pC=LEjSx-=-mCw`dSmA-T(lnQv zA4DX3s{wV{*!y_;3AsAbILIQb_ov)Lu!#&$GOM+u0)f~CrU$)w#q)A$v4fC|=C(oM zOn7WQG?>+i4T`6KJQuArVhZ8uu&J#s5yq0(n0!O1QHc0GDtm`1Z*8HFbC_GuAjZy~ zmPd%pmq@o}na-0Shxgy1*CaPL`<9gyC+f0u&|(`i_cgWw+xdnHZnoaA%2xA~ap^md z*(2p9YR_I)3|M!i*0s~X8r1WaAw#pMW;KOE+sxcNi-M!9BEf}O7G2sXWpCcHW#sJo z-Y=B%k5}*FMiBPxWmzNzCnQ6IPu`bC$!C5z4`|l5+?DA>IZGhCbK&ONzCONF5v#3y zww)rRAkffh~gyO*1@lbV#r@{H^Kfp0kUPXU=g(7mTXiPO+CF=q^CUd z612dcL{Ytxl>A8nF)F@ZC<8=e&20YkwL3)Mp=hJj<0FI*B> z1Zl%vI>&+7*UM;=UAuOX2e&O%?yZH*Aur~at`K=BnHOZKV-5#};_|5g*LT3oGEWTp zQMIZZz;9B16@^mRG?U*{SNK^~{LB}W5lx^F7z`cEv6@Mhi3d5UVt0$+Aa&l$C*Rlr z4;Dwq!~_KemCkv3CsH~!WS9w+z9nU~>J6%}q~9);k1b5s?(Xd#L3q$534<-iT)Ml+v?-SKHPe^l`6 zKZ$t7g=yJYVF!qYMibpajyE8PQkZ08tLSHK8n(+aoSeJyJfU9QT)Xj9 zs@S--Z5rGcVOeQgWYpe6tj}OIa9*bPeg3?~$s>zsER_NeLHZICrLDVFLIf2->uK=o zM3xgl-R+cb9(rep2_@dmWiONW3(Ie?Y}qoZ(!hFiuGx(=GiUxHMGu@`dh`!lr?w45 zZ5fsrjuTr4h^z?DvZ8W>Yov2RS`LGGqEknOBG?mdXb)sBh&9qKeW8M_l*bU)S=8K| zQ_j4`wgSk)K$PLm9U6>SwCD?Z6+%E1i5=NRcJ_b#@wej~yp!@~67F~0ZI2^3cZ@TYQ-hN0Db zcVWEg$L&9UQ*GN1u&ivjfLk3JFso<+sk5+mh&6nD>3d#!y4fV|mE1+GRmIB}Ef~6K zs@udx0^K8qlf*`no%5hKmW7azl)sZ1Kv@W48@y`X_0N9oJobVR^^w872_i+oZSzA5PmJ9$Ij&f)@2v>t43{v5bPYgcF?l_j4pKb2@#ZzC&6 zXCc^)1aO9c*9PhjWh@n~@o;`TglQE!U6_GVf`?^w)1=+0W~P;Fe!L+6^Wdk$dcQhk z@NFD1G=Wuhn>-DeAiav0vVT8?umMO?McjtdZUJK^1`Z67RZ2->Y%EY*9Y;d<1@<>zVjJ($mvM7sDdtW5wt}gN zwOfd$G_!r8$SN6wM`P?{s_deb1OotL3VT@U^am4^Mjfx7IDW+8 z3VYA_w32E$)`PWPSy>U8f|No20B={(1~QseG+U#-y3pA6?&O<;@?}1s0=c@BWSuPnlc>6) ztpYN-F&u{o`%e@|J{Rr}-CkY9}uFf&d*Dh^!vRZ5&5B+I#M9EI_*Mwy?!bpqZ zXI&HLf7NDq8s!qPaYs~szBftng!_ER5LF0K(8+&_X|@eLIMNcD0?Yx4E!q^2qb-ITkjK?<^vU` zl`10pCv}$zrTkBPymV?1Y!4<<>jg>T+CVLoKDjUKK!*q?QL4bkPkgi zmz-Hva)zc!$+VUg-1A&$m-(>l-8Mz_we@QSoBn3jwn5|VCG~2|FpYDm@4I}6_0H+h znpS%*SBlcBQn}Fp>*Z$~{Fc7g%-ZVErhSo>`gK*g73gPrwsm4cmj8p9=K^L2ht5fM znCanpy!36z`;dIHCXY22=RA3``{>ag2QMY*o|zpL`>M*gapUat2QDBGA9%BTFMj{W zi5U#WYu%#7w3z62efxfc))OU@)HttMdk4;z@hl;9GXS!GR-hAWBdTk9o zoenwEE}hEA$iSGq3H7iR>&1E8bupcjMp_ReXM?R~P&~HGvT6mefCRSMm1B z+G$mE>xS8`T(!!#5V#*UE*;fc*%;XodOB6UUDiFdbLUR(8GoB|io7W!Gc(I$`t<1> zM%P;&EfaLf1rl|e7u-#@v1|4U=~Th3U#xLm7wKU)-!OtxnU&bbb|Skg<=5TC+Y0dW z8y^#^V7Sf9f!vVU$dnd}l5gMgw@0OG9Z$5n;j+U2$dLu6rY8W|8B#SdaR2_9Zf-HU zYx}`$uxsK_ueS`O-8*FXz=5lD zbNbt{wW8P7{%OJPb~G?B=+^C;OYWJJ$x-xEOiICc+*>mgi9jzL6^*-;KEyNFjny`YYrW#1fRA4Wba=&o4k>A9v) z_wL=>wR^a$=w=P4BXJnKC=yDSZ#hqNn&cQg((AvQ9ZK|^sCzx*#*LBOoVT|(d*Ey# zv4E}ny4`g|mc=EbT3U8secR6|?-Tm`#%iqoc{Td{16lT1S{i|-i~WN|0Q=_wq#}=U z2hv&bAk%9QA*bq#}{P~B+PBdB`5s^zpJ^y8?_OaJXbnB|n#_K|os{CBE zWixUjwrbVD1B-AAW9QxF9R&p6``w!;?e{8G){MJJh*EfE@$@S3qt#dEjz%l@^`l1( z>(w)W&AxM|nw_22sPtwtn_0+vHYr;o?)mEO_xM=wy5UdahPb-A0zFH+KGmhwtE&Z$ zPT!QfYj~UFaNo`KiR^8O5GYy1y-wCYcc!o&S8xBbEt|EG#2Z5sGUa(Po&7{7(_@Za zXX;4*nvBBA*vk`Xc22FWFw(uh4mYHp!Cq8;Ue6|B;XnjyW#6NRD3@7W!Gu(%Q^r^J z{!`vi!AbfOT? z7Q1aZ#C*hv%fi?pX4|G}v@JvXkpJYT8tY zcode-?LDgEgdP>3rZ8)P(9ZYb6&7ax_bc3$yzpJr{{3%oe=O;w>-U;s_MF9NzUG>AfyQMx8;yi z93l4WF|u$uX7j=!UWz8W8==|*dwqAstVRY`3?JmJ$ym|9fB$RS*QPl+_uSBO+*?RU z@82&*vmLJ0xq&wlTb@}Hb-2lrrAzISo8GIb6Zl7{j*pGzmoG=pe*R#w;BO?WMY@)d zIz%-y>dBmYYXV=}^_XOoK1RRi{y?WGHkU?SxMg_t`NgbxEmB8z_R6!^;@D&s#rC_lq0gUp+1=xy#~AY`PK8xt z7N%KjGX4{46}3PTpt)4j9XG$6^G(}nri1OT`wp^%NYb5eWVR(D!UV<|Smf702}(UGsZ_UzqzF~l#R)PWXgI=YYl+S8Ush_u5>Iy$6eEBR zJ9PA%u_t2Guq?mu@KUJk6zgsJs6nyWyghW_tXT&-*G^SwbtB$?%)ygS4X+PcNWJ34 z^?fZkQec#>Zf=en-ndp-r(&0La##0J_v=sS8g?paNaHOAXv)m)88sCt_o*%I4irod z9og-0=+5a6N)o2P3#0xqz?rUvs01gKOKB8b;ub%=v+u&R-4c}awEgTCFp5`^{k>!M`7N>G9#}rFZpXkaq{I!Q8{{Fy80e6PKgRX`}&N-)1&jv z=j@AdcG_<|?BVHT`zDjuSzWEE)hE)`bAInHhoXy%iy^b+B;E@sxNfDY+q?OVJaM^82LB&V5Q znciu0d#w%q_P1_aXY=OGl`B`Chy+;{(AZGDdW{=*AAdp-vPYlLQ%1OAG8;5(s9_mw z#m>AI2^7-aWbQM+`(qpIs#d2?P;br9b^jCYp4~FdZk$=|_EXKaQPB`%HRbZ-+x8|2 z+x$T=XJbN#4jEFjZe2z(MAypHA`WO@I;ca@i{9ymM_T+dNAj_~c4KHQha@hHdWcG2>L(?05dS$5LoNYx{KUC{k}zyV@OiIoVTn zSjXoj36gu$KN2wdz^OqcdjV{Q24t4KlyTRIsrj$wr^}xC^08OM_O`E!F;K8C-1Y`; z-gVN$QsdQ_ZA*cphK3-FK;3(94-dtMluwybv6>cA87i&N*||oIYOm?M=f5 z4KhLj=Ibe4RE zuR}n*d19*8t$o|IZ_Yd9l;E;V?a9=&<^B$fQvL~d0}x@zrnC^(s@3&npG*-Ou?&X$ zT=gJsFS32Y9mPLz95>O2&;u7h8oi-XqITD=wgK|c;o<2X`4-l%ukG2g7rWokCjy%0 z#mcJB?j|2R+eF`~7~EiOKX@>%`aY_YdU_V_TvT~<*x(>hH6y`c6Zm{ePrrYzN5BAekI_QJ2}lWPq((>u0B@r%$bS?eySvR=R^njk-z0L%uU%84kv^XZP;* zUhh2P&-ZZ2q;%)%(Dk3PQtwM5jtE#17e4rOHSLiTHQwJ!nzluPef^eH3n?8X->|=Z zdDqUG)vMP(a;;jX7MbCP{`(4-h3@qqHq&i^zFj)%O&@;$vL`-h!QUQLber5QyxL1+ z!Q-a`n>XnsP5*^^imH5`pq>+SD(Kz>nUo7XaLw}K>Psmc!qwHu&TBXU05|#5kvpGX z-1>O=dHJ0bZu(@wxT~@ZahH{nBg6yJ_J& z9?Y!7Jfl*2-4~A-;eU=Gx;R3NKN6fm3SRMPCWl4$Zh@Uwhj$ljTz*vxhy|ylGRroInm!zx#`(mFLY1cn z{I-4Bgr4eQJ?1@3kBV;HcwS(^)>~mi0`uSReU{_m*+h4wX`6pO@18g8_1TN-yPgj4 zn4zBxG6W#SY!i)Pu}*ESC+^6%>k+c^{TVkbc;USJ4<0-a(G^Y2!2#4EwT~aqb)J(N zwm*DKr!eDy_syO(-fOpLQHric$BuE`hlSV3=^SDDWcHhr2yjnNx+&><( zay}kukx}T=Z`Z28i9dYAnnf07JvB7WJhMAGK48w;9_!oh+qiwOM&j4m*L%i~;hjHQ zYIiF>A-~Ft4v!nZ>!(}wQ18@MX$k*;&QV@@w(DT1|GnmM{o;oXO8Zm$KfMAAS8zY= z4qgFNk3`>WJETr(U2aK(RTUiQ$XLcNT zC|m@NR8Io~tH*R_?mw6RyLUi9BYF9!TimSkDyh$zYj64h-r$)>^ZplJ8EVus-d(ZU z*H`=QkYy`v+YDGa(4~omOSh}ud4*|dX%ijh(NB1|INIoY5}kKrd|-6Gxhk)Y8XVL$V>O*Z_T@?9`1Yc>u`^n>)$N- z_b4}cvpO$N{pHM5--x{@b=+=TD%5rgb$!?qAf@>0*R^eie|~Yicz^NWDgQ+Nxi{(M z>m?rx7CEen?<(w|YrlJwJ6?;49lmnyt1%9qneo>RkJQRsuk)hTwe9&|?$q|5_Obu= zgQ0Pc^R_%TbLZLA4Wn8%Z?3%uqnhCiw9~KO@=HU)_be+bjf%rPM=gOE@v?HZ z$HV@r&DV_4q-mnNzW%VF%q1LG-e2`<)p~e5UakA)cG8gi)4?yK%Num{pFK{^{s`RP zyG>62)VK5}XtsQEd$@U%1`VQ0hb?z8BA8qMY5w{6#qrd*zd{mm%rCone$b_nCp`Yv z8@_MOyA7K9V?8JkP!HD5k;B%jLA( zy1TTKk9J(?llHo9~f$y$s9C=oL^qOtI*Hw4_JvnzN6Eo+2c|f5CEPphq zn?*s4>ycG)<8NH@$h0Wj6#J{Cz57V`#6ZXA8+Dg@Hi56`5#lEeUSejowZQ_Y0dC(> z&w=u}VTU)DcKGc50;;5EQ^V;rtU#&DcNa{4>yhnC!Z7)L#Gussb1rX7Jp3>WQl zN-lg_r;g8&BSjzvT|9|bIutcF?`67uP7Zs z%-rWO!P0XfkZV@pmnKJ$OKU&^}e07&&$O~{hmxTh5vTR z4ea1X*s6Qp0~e>d1wFldLj=Scl`Yte8LvZ75gBfo`gv5mcmDFx;f_!9T3I_CbFGiW zzxldk_7#~?qp_WpuTwYX;iE@DlU=P#0mAe1^SjM?V(BpP#yxSTiM7T|X<5I1JL5SS z_i|~IV@ud=i!xT#KYV1gXHN31YmQIibi=cVWjN3S1`S#O>L1(1)<+p%6<+dpa%wnl zvZsDd^glUqkrxMaYBI06nPZzV*27(k9_{VY4}TiJPWx;PD)_w%a$|TsZ=rG57|Z z^pl~yu%lwXM9sdYZfKZDULyTdZ0!L9R%Ea5obL>G)y9cyBi1Tj8A?LwCj5E!aaLTSpXTe# z>}izhnBx?f*+nbda^}o89K9^P;f4!l|9k2aO1A&wVC?9>c3M;&y^9l*8!d8B{Sfjj zKWf;H!7q2{yjbHg!z*;&z{y6na{?2lP51mWKiMVTX^Q*b8#2Z*NY`Up=sjWuGBEDb z_=x)F!M48!+O6}EnWdffcOiSY6!A#4#O8aY*gH;p(-G5CBg&vEw?Q*37%2c6Wu9u01E>z1K*GD#&){Po9 z=m_2+^&Bft&@!viNxxae2*-dt{~9L(ogfVR;NioK=nw%aM9<|$|Q_^|s=(tt7>}-eqe~`B`v=|}Kf9_BQafK1q zq07EnD1R7|W=2LvCXQ;%eH`)oPe{>_J$ZXbr!=)3ditQ4oJ{(tN;xj;wg*I&owVJuet`W|R=r9R#<2NoV07)|!?1H3i;?EK#_Xi?k*v|1W^Bs9NpX-*EWnKMeFBU6qO{`3I=JfV19%{(opN zO@>WXRVT(6`QySx;{gdZ10Al@ho!GojynAh-rSixA;b-yvPSf&@xE@3f5Q^rR-emg zxcv9S?O@2;7m90%EnBtvR#uu@mU{U9c@n`h8{3rSj4Qn?d-Cmo{A883`ugrrtU#hj zF{JnI?4}N6wYIMqlxlO_Yw5Ugxe&3YhGn<-kBu=XnMOgr?fMx6uWp?>>0Bh7QYtfa z+fsM=_acW?+V<_61{k(s8sr9Tb#=4uZ$Exi&7w+0Z`b};j`9BiN8jzxr%wq-)6LO^ zNcbq4o4U|Pj3)o{;PxV;uZUUE-!0bqME{<*6bE3xWA;9O`2sYG;$*(|mN&2AYd@yF zF^(fkK0qM6duoUF?J@FC9zD83&jZ-x?h=65#%W@eX6wHj@_^=w>rg>99fJ@v)za*v z_OjP~d$UlA^4G$W$>%|9;I!dGhjz26n?wykaA=_Iw{uCw{)JlZpKX$l<2b9WstrTP z-wr2t<-LrG9XK#MjM-o$C+5azP@kUUjH}G)}C6iV#V9H zv#dXT{CI7#9xCw&aZxvjy1Qp&CkMM718dLLOgY>Cj{vjw9-f*$c1f>C)PKTnYIpn9 z2oZ}2Fz@DQNCT0$ppX>NLY66v=gwIQ5b@ym@kdl5vD)oTP{q(ZbNaMz;_>6h_xjI# zG04npjmOlfaiw|blRMN6#3ef9zkI1vXLx9jc6C?MlDBpz)U`sZ!z2Iu@^4#mm;m4| zZKg?8r)N)x;n@yeUS4CzhKu>R+muR|aG5vkX`z6eGawnFSfWMx?ud|(-EFcHBO)UD z*fQ2Ydr!v9rFpY>_(H2uOkWt>uV25%+o$iJdM~>DIjpDc)L&k1Px4ohiF%m@_vj<` z{JHt(V$>+%*1Cx`FltIH2xGdjC-eQ-`XKxo+0bK-?=`%C^+sLxs%AEmG%uVzYgKzE z5!>3hJMO7NOPU7}YhAd>#NJIM(3dyYUg!MZ*Z&>ho!+68kf58ead+(4@ll4>4jfU3 zV%=@bIuc*smwmz!6{!Rju3wUM=gwEasQusXV2j@9PjezFf#dqwty#0?@4x>Z_=-nS zFFg6^sI^%zejxVhFNsTSN{x@6KAjXZv8}o~zo_Hp7({<3nkSn`r^+vO`aS2QSIZ5= zIa_DO=ReV>8K2{0Y;61^W_cHrKD!5YiXN1;V^vgC&={(JeD3ZzP*9F})hbma1Su&R zj*bagshyq}6YojmfA&g7XV0CZCLb>^_r$@B)2F#0rIu|oPRkq5&_{7IpKP)Zca2{ zDT0HWieWJQ6V#eV!LeB~0gzH=#QhT)y@Ijcrq<BpZY9zlFxYBf`u(K*Q+tnODX`-Oyf z(i#TEYNV9m6w@=#oS7*%RQ=bh0yCsip>}ihgf7qx`$@q-fCjvne5|_vx?37FXwbfW zdlp^#kloHV@1j>3NRx=f=wJ3+r0y>T&8N~knd|wqRo`2<=ZMk|8hy34^L24w<-f20 z%kR&r)y&Y9x3Wm2K=C7{!!2BRkFfVv{AlgZU;c}Ye1ON2PO0;UG8owzx^-)u2BSOd zfF3^Vya`0~aqYO0_F7t5d%s^#kzF3*{QED8qkm(CTQ4h_&2u#AG*)-t$WPMd%4?LO zu6(S<{&Iu0r3DMPx63|1YNX=_e*cnp@Bdj;KzLp?-U~w4h7B9KUujT`)B5YLzfgo2 zZ~y&|6!{x|ev&?eg!xvSSF>+2SsO)^@T0Ghu$cjsn^BzQ1u_2aM5|wJXHH4smg9Fp zQR{yxE_OP$@KUugn>KGgI5DTOY(DwiUGeip?vBS9(ivuOrNLL3rx#&7V+DB*x#PfR zcM+pH2Z=yFvy6W61b<BEI)(c<>#B;(IGE^Gi&87g|99C1IZsdj*?I zdY>saD4*fpFV9e$VbLi76O2rUthy34elU5{P0bo6#tOxab96TWeuYu8f#Mc7e~y;)a>NXmvpCl|813;jf1D$ z>H$9uiubt>aiF-g?A|QbI+QE={Q6ozc8<-j`~Bw{RWFZ@zyAwcln}8PBeQkN8W;!P zpbfiCRj1-XrySm*yYd-)fBwZjK8OG``&Rr&>J(ZwG0(E_Y*c&LV|#qQ|FUV7Ge6&T z>-L>G?FXcD`|@ZbHw%Gv(#OZ7igyo9*&P1wy{NYN_0EW1TqaC7f5?>pzYwzJwkdxn zLoFO1^Y0ZV{_-l^XMs*p;ksp+GjP$OML^P;Eot(nc<9#c`yW`D|9XyuBL*I2a3vAu z^=_gc`aG`wILX@8f8C>OU+}fdmP4KZGZCV6zp@8jY!|PRg+Df_cHN)<;%z;Q1n6~m zNNMqeB}+x)c%el^<_2`?w>$#c8VD zIwcFPn6#vpAF%~ZdwT3V^>8vYH^>phv0t^cHD)&yO3_i(U)O*qCpQb8@+Yt2ElflP zNuK9=E$f`2C3G`}WNo(P-9cTrraJ_QicjnI-Mgce5%c0LT}@}Rv;Fe{=qdbWm)&BeE4}K>fO!3I~4GB6&TQ=luy_`*(HqpLuq?Z}}h!ior z+%Xm2h7DV^csZ*FW67td?_2eq;qvQGS>0!==DqrVl)ZN#*83Yi{-|h5c0CL_P=rOx-{e9rm(zQ5;>^BJd} z=RIDp`*q*feO=f6**-Zb4eUB{ax@-xbR5FsdEknl3l4!{(#!WJGY%EJI(LvhWR_Ku zV*Pu-iYq*XK-<*Rq`tQiDcr>BdpMZela3j_4)wDHF%R&W&ZH#11lfnNMwMjpA z-;Ev#8m~3HkQOWdY)Fje7$j{T_=ZD-KHU?h-K~$$!=)}b(;B8)8 zr}zWCds0`n@RVD)$g!su|9SsbmE}%FGKB~ut!3}Lj9y~uh8j;l!(jbD_RVbPHe;!}J%WjwFv*209)2A~DH zn7D<73m5v&tlp0^7F~yYM(nycq2K{JFNA~M984SXy>f+0r}}!I^b>KGl4jmbn}|G- zv|!bdRSiR$jVQ2*hetD9G#*mWw7u5W_~{2d*+17%rSVkg=6wG#5Z9n34c$oeFzE0y zT|#Y%!vee6cL=tOF|K|5vcW;cuJa8CUM5xJh3qs`%)G1DEd+zi1Rzm}3VF1iOU(X) zx^YCr{Rz|Y*d8}nnnmzwCJ(~d*(75a75}exdc9KYHR}~fHh=K$9$}sNAOSjL$Q#xX z;$>D=0da_V4#=1M%Dh20Xp25|nhUdQ-)68rv#)wp-`Z&P(&ITaar=Hpy}X9N!n!vb zxoiNwxe+$c$g_2LxlWFb1WBM+mO9Qa)e=c(&5}R0j}=XpD%`4?mX>LrV-nvt%n`}i zY1r_^pR*6Z4HOb5qy)x0PU~=2C%h)C&5+d(N&C6_$0Zdc3|j zk23j?`klmEYxXFC=f9!K75Y!LyFOK!#k%|Uf!ko= zg4Y71VKD@sinoTy`cSAqp{Tkh57p;?w@@JBH{iI0JM>wRA!&eaz`iewd1@% z!G0an@|gvP{chB^G*3xYz#tG;_;-+#Zh9TtP3sRxk9J9U4)o4 z;2>xHh^*jVi+{qY%w z#XE#gTz?1iAMn-yI3y=0SEWHi0kjd68zKpUG9#@(EWl$W8yn9+MoGyGGGo2X9)GY~ z4hs2ZpGyFG&}H5Zzz;ZZI`BNz4^O=JrPkyj#)B%7w*6-_$`r{K=K08@L?$sQ@2^Ep zTfZ%<)Q52+HLQ!B^Ko`T?io;3vc`MukWixTu(Xz5Rh{EJXfB+2h~cv)_O3h6W=&w; zbib!0!H>|bBK%0;jVN+J-Vtj^huY5@tOb(6E3L|UL-DHeIglc_ZGe&T_8&>vGr6{AZ z=6)VGO2@I_DM}Hdp5O8Fzdl~#4*})ieMQ(TE<`JuSdc+`um&xISF9B;USxv!H+!|q zzOqx~eP{b1|0sC7gg0#H0MZr|5n2iW4T;-va+N0+LYu%u>L2a;-=mC@OB4<(M2OiW zHsm>?Ow5fNhcA+QB5O7-;rGnVYv>`$PLLB&tOLSjSiPkJA?fQP9LR%%gV-2DUvZob z(&`09MHS>IsjFX62mih7J;w1&pvk_AKKqte(5Ch451api?7e9>{7?9T(0qy5xpQX) zSO~YHmWwkU4I{?S7J=Xo1)(`py-7ksmj@hLap2>DmDsP` z%nnHjMY(YY+J`LLOr&J{c?e5k30iEX zJUFhdEFvnGPDwQiRVswypS1Gm4(n#P<@8&v9YJfIQIps-#kXCsIB#YL&S(P zTT!R80;WBQ!-?gJIz+365n#ISx!a5_!pn^Qz)N(r;aya53wW<%DpDm2Cdjl-T+g+Q zc#9;vqwd8Et&AA;GOp|c$Bt#Fm!)>~maPq|#FQrn*(CC8cV@&CZW(zkc9K+@Vg(6y=D%jm8IYJgJr+hBnEcog2!wBFhz%1BVrZ5$P>7`H*&=JCa;FKT7VB^3&YHEH{o5zqmrrlBt z5!mpZaG;pQ%up%8VU?zFZ&7e&@sVxF4sTk+UJISj9Cb7n`0z$ddzPOK$J+JdodV&t zPh<@gYfiYCj-%VT!HN%46tZo20&-;8i+8{nce$Je%WZJD5t2BZHPxLk;aTpjeCjoD ztIW*Ix6X0uQBu#(9sF#R9T5>q!>&ap)?L1QIZc_}%|*Ui<+}ey;N1%F(LtGGm1urX zKKk+9t5xL<1~NihC-@T*6Qf|$ygxrEGF-sN(-uktM2M{lLV^2C54x+VB)quA!s@oI zD^*XwxY^Hr%>0bd(xhz>`)2A-u4S+{Jo$m%nQ`tZhxt?_%dj#sMpvz`T#}+BOS~&^ z?W14rE22#fFaR>iH8`n*P^80_s|dOG01#MpG`b+VQyGHko+b}k1aN73@WXxrIF?cF z$@hR^fTe9@cDM`aGT{C-?c0`@7NPBnigxYtU6^n>wGnxlepohu+I3vs@Cid{?W?d;b#E>-VcR>hc$%eh)DTP0DZ#9h08d?-U`4` zf^1PJQ_+`G2NbOUMHgbIB7B6zef|C6Y2|?A%Lrv&5Y%x~X!fAN`37l*1$3C=5P#!1 zP5&~44OxRlJMQ6Ls!LQyh$a9(2B@hG!1e(Q3vE;9korrd;nPmHmR4^+jvKI_k^7hN zUK!{5|E3A=6Y0Ap^MloBOY$1B(WzITiU%mOyEV*Z+ z1LwcOW5buO4gSC_j&;nBhOXe;<%%SE%)9yrh? z5#A;bbGeT}LLila@Dm!Uk%cak{>6gmLjXLYGG{Z-*6(U=WUAA@oFhV4exZEj;3@(aA6 zSn~9o!FhR&BpmS&NwNy+_lPv^$+iW-%he!Bjde7}7&z5v8gQ(NDL9MP4I@pjG-g1S zayRfv&P$LlOl729F@*S4b@kpxzai9QpXfeOQ-d;wmMu?zB)T8-9)qr5{|dHB32Y0* zk<B3*%y|6-(1#EjdU zl4aMX6bcqwHd3y)=_2N70!e@4K0_hTk&0+V%Sq-aK_P%q_SA49ns#ScE4PWcymE^N z1eE^HG0;5X!~&5)WOdIlBRyL5q%51j*>M_!b_5;?_H=<$?t249V`a7&M7!^@CeOyD zu0PQL&2@DHw?ZYTTje6WT5Y%X5^YG{z@czO&mVxw_*IePyFtdJV%U9}omi!!Tf7nY-Rb z(!zz#D{pLe*||GspKHCgmRF05!Cq&bQGuBAX?DA&rrh|nIMd+PaJd4N`%`rf*VIi& zXir)$`+K1YM1TPXNWfurjUrfkPl~X5LKYaE=pd0)fd^*+;^aZ( zGVmz9%QWZ$xfpMbumHxnU}OWbpo7k%Z>BSi^EPagQrXNv6W0tAm@Ci>DdBIbY=c@2 zARj;txg`~8b#>Z0Ch%y7(-2zyD#ZCX8-6od93HUoR%FnNL+59MDb5mdqA!7#KPZnw z|7I5u-o7Gb=M9FOFl0A3@4%bnXqlXFmH42onF*3;N6>x3J{H<`cGRjv6s!PwdE;OJ z1&v&sN~X*TRFre1wS7$QYf^cFTByo>U}dQSlE;uabslhEI;8LS1U7o!^lNyQba28E zOqn1OmV-4lF$$CU?xS?s9L&s#>(a85%wHI;(E5N}Xni%nR#4%Cx|*8}zCZ8EqrH$j zB)#E^%_m5NFDIY@cQ_=Sbo05Y6ZCK9pPZi<7lw#Y#^7JIRDvfFg7?|Db$^*trUI$b z12lQe9<^xZPrcpk)LL*7ZjC)bdLq4jBmQY1C5#^$XmK6>G;y^-WakUv0|x3=Fc!$3 zf{R`Aq2L6qU+bmcu4{@}>9!Tv%wr&iRG-+Vh=e;g9)k~Saul1Kd38Uf2X*y(e3EgQ z=VI+YQP*-c^?rdtLGc9FX?9EL?gHY>UUY--<%D&J&mghjh#GJ8}au z4N!O!K|fpNFx2RKDZ<$)n9Y`Lnf++qA6!{f(1IB4#L3HH>a)!kN&jNyYuX{gCVYoxWhks6gIzxi@gvx8I zlY?8T8SD#a?kLWGZd&|zEQz~9hR$#@W)Z8=(!7dOQ(~{~{*7k`s_&Zp{1Oc#N2$}y@}Sh zyWYf)ChFZu3Qrmj-b#vo-*;-kX z7mD)RzD?#2OcoDJayZCye*3tyFe&HErLznNQunF6Qf21~v0SBUrvqkBr5q|9q0Es5 zNp(%gPJuWyIi?!>^M5E`U3A*ry6=|ift2=pSC-ZZe%Y)lVr=Rk%cL6nM#@=-w)|Qi zDNvCOtijw=^^rt#7u6F59u0bU*M~kE+Fp2UHj+>yr2e9217tvMZGu<7$5N8@Ioa68 zAgYETI7A?)k+h3%alY%exw|-1Gj;C?wJ!ICY{8!Fx_k3K=0xQ`rL}5jpk?@?Vb>S# zn!NcHwOI8_xcFb*AU;6jL6L^gZ4D|?gq!^xxSc4iGG;x8e zmJu@(bXt`6f_o!rR_X=J!W57K56oz6n(jvL#@S>++Dl)*egznVyW0DPk@D$UDxDWF zBBRcZ+m^7AM%lO4uX6pMgf10n$%IJ9{wa8onrosQ=(K_YxV#%h)GB7?jedZ!tBgIH zU;1Vc?P6r)>J=-vY~g?_+u75@Ck2LH=eME0Z-F0~)|r>r0jE}JMG-wsV|mE6Vfo4; z4sLn(iBnkfmY)X(FjZ}_;j{8`8;OuZ51tcAQ>!I-t8BuasD0pLvAIn+!J`ZAQRfC# z2Gc6z-3HPNHy9mq)lIuD=`US4X2OKbA02s1;WoY6+S+WXd`hZNwWyK5Il@%-HsJBS zn!YbD6^{)Kz2sDB47L-qEHp@Ly33#uP3>7Sx;4~+# z^PFzizbWvX@kq?WOW*8~z==N4t0CUb);(w5IvsXZWjAcQ-#%>88}WUynQa$5N;x?> zaf}m{_}GI7sZOmXE*Pd;{Id z)kR0DEOei3QOmPY^|X$XiyMsnqt6@GHGh3lEXX7>h@c9*ry&s#r}5eqno36*bb1-jBFnT2=4PP)zvkyQ{-@2BABTX+g+qqx= z?^o%LY;_#b%+~Z6aXUwjhXEjvl#*PdMZHU=B{>`~dj!Hbuo98O+vP2azIhYPTfsh{ zUovuXn+>w!u1x0V=AuO^GPK7~_hV!Fb;%N(pC}by@{r~hu_Nb`I`Zc-FmAiJl78-P zq>Va4Jn*%h`SE3@Q=*}Y>~W;M%NZEhKho3FH@>p56;u6Uze?m)PfowGF0W+%j%l^3 zTuRZ(i6?EC{Y)unIQb+(8z0$U2 zA+zEGjkR?>FO*jQwGi;11}(@SfiB-oW)MOt59cmhSIk`Lh6t3(Qo4~}QPGqQZs;g{ z;Fr^Z8hLXN&KVgQ8BAwSKxrhN2W*r$sy}&x>Yay~;^mUOnzCS!xv{Y^2Tgn=woZJ> z^hon6&^rgT+}i36t^nPI?cE(ti6teT&{jdZ_y%OWL0`=`Dja0SVuu%04`_T`k9RcS zzTvE`eceDAJQ)BWIW}07*cp&q^t`@*J3EXkHlMi~R5rhWfLD%|k=Zs2ub2cBsz0u; zzlS6V9reZmPjz*5lwN4mlO8X6TlQzVWG0>?W$|G@R2a~)&QiF&(B*zgx!WG<&{~X6 zI`F4EH0dU=H~U__q2}fR-Su`J==6X4(w?cYVx1JM#?}rN6H5#nWjQAv{+|f3qvnL( zF%%Xp>?&c~&eyk=+kGR2^BE6_`$;LJtm`l4dZPO5J=M%Z>mub+>sk8_?E90pC*%x! z;v-E{|M>yy6io`b%hJlU(y;QX-cnTvaeD*QK#}J>j4mgvhyoeFrZqq3)7HSe)U7rG z?3kBB@+1Yc^gEtKk3UX|8dXeYOFnw)#y59ziYQ1Z($r+g1O4O}h9QTMd7tq&V|ACz z+8$H-%AO+OpP{73DKRJ2PTJY~YVo>^_ZoKH;fPuPH>;XqNrpm2u4{PDtz zz?i3D;;XMqIc<*|0=+kEy!_LjBh}GzzZo437$ehNYX%bo$gWMsEQ{7wX3+C%wov3x zEib3CBs&yjtjlDqkwH+$@@b^*;~aP`80Bu-s%-I1`r!@_>xSPJaH;+sgL@rt+em+i zLB9Rn-N|c2fcVmb4{5uk)Cyk@H&wundne^)$k1zm!#IEBAeL9h+;SW=qUbT6KR+*G z6ECl6k?a0ffS`BG_fmL&+ECGCBOm;fK$Zncz`t#R$ipxu@1b0xxWe1}2c#y8^Syg+ zEE+)A2XrY?<~Xu|dbuD@ zmbY6*kU9XS*XKZL$SD~oBS)~K@Z%4@OfICzvuvR>GanBd{UCXs&?ML8=a2`c6v+wP9+rj48Szt>ec%@kdglaW&t6wpwPEu^Q6T_jH{gMQBC*#lI;JSCf&rPUn+ zPIu1I1LO9ktotp)E>%Uq+A&Et_@Xj;@3;bf$v=mu$Yb;GkK9or@D7X_8vo7Yu>?t=?{=OVs|bQgDAg~1dy2$dyE z62Mz4=Gc<{Q!>2W3koJNv(dY-P@Xg$+oI_yUgZ(Cl#_hP7qc9@Tq~<2zsCrS;mI}A z|Go$f^x*jpgrV`l6ne5~6zXwv8;ketr(St>8WlC2O84%pepv9ub`kHJ-r_oa)RP+ ze30281%s~y5xOX+Y+C+j%##-{NWMS<9FE=ZH4-mi$+olGddeP~MywsM@;??IOB^oKv`p(c~0 z)fQ4z^hD6W8a|Gxto{Q715jM7`|#m|r6aP^**j9Rw4p#27(OlmCy8ak#<|*5q!@e( z8klvJBmV^Cl~ET|S4ZGfa$Cvrr0CexG@vZJlxUq}pdWWM2Iqx;`tadC7*wDNf%8g6 zyBKZu$F88Gqw_0*!Hy!#(RHe)&`~@H3Q6DcyMgH@ zXOVEj%p*@0Q5@hp`##4CI%;XD0@+pzHovF0YLeIliwE)_Qqx3Vzg`D|rJ;W% z(4*_lXzro67FwMEm)0SZMbU5K92p&OBc7hR?p z(4nORv9nPW^SX5+edvAoU{g&vvL85bKsL<=J(lPriP(8-EO~2$LD+YtCb3%p3m8A8m@psiT0TrvwvN1qfEB*=FLNv zN@Yn=hvRdg3RoSW1|s(?IQf1@1S;%9FgqO3!_*8F!_}0Fhy*^*-@P*%ygjDz)lm~J z4UePgDALl>vYj0r8+J)zwKN1=R_ieP#D8wk$eNylz=!PYMo#!mup9bs-n@xLWtS&} zS^#`%emey*3FOj?uf|}%&WUwAIAZKbC~w9qMQI`skEI|6ZNjCoO})L*W8>T3t^nQR_Vzd^|inRYrwzq|#*zDo+>bN4p>M%9!zlQNFHIaMgR| zidGz$A!^nmR4nE>doUz6b_OV3s?GQBlapUs3l1#)(9r>Rv9ybkh?y@H=9gZ8@EIMz z5AbTl#^+;3<^hiK(W6JhZZ3kY#$&ztN??U|4o`PnxY@jnfgvnv2dJwz6S*T%S5(Hs z7Sa;Kw>{1TT&?=~s9ijOdaf$RGlGS|Mkld6oKtXmRoBuYRT6GCw0eW6=t-P8_&_^{ zrTrNON;UX1LTwD-umXx`sfU#;=3%hkA(`avxhoxiA;+dc6-NMU1(JGtdeGDYQ0f`B z2MGpYz+eCvhzZ4=#!z~ypxAlx^r?cpJn0SIKdN;vA~<-HC$AFn2l#Gva(uV&ghv1} zV2E9Sd1fd+L4zCJI7H01t*ziN+la0lNlaOWh>I34Bv#Q_*o~Ns3TicIDWQ4cLfcsK z^78>U4wHe=xR@N{H#+Bhn3&-i)C!gZsTAZf0UPalrY~2~UV;|v;APVLX&@0)8iNdW z{(kED%ejuEJbLsfa-O~r1f@ugadm-FKw<$Z!yKUvX!2f7Se4FLrqRSbAhUbSb6JaX z@$M;mc5c^8{hOE|NaxX220a^X}>`2Czyv9z#&8JdAc^$Ro6l={zafO@wh zF-c55!?E@BF)Vf4CBcpm_!9FJHa0(_sn_5}pnrzrwi3S^e&A0!FKh(p3{-0nK;qe6 zB4y$H+68SP>i!IqqI@~LwgL9v!|JiX^mIFrDwwvx8;lsk?jU*w46dY?q*a5RQYOk0 z1Xbt=8__J(rn5XoNin>i92FHcel|2Z`p%^-6oaUR=VUSKqo=czW!0)wBsyM`D!)Iu zC_SXR(1i*dMzV&DnSL=6_!nA->HM7b$WuIFkY{}85EeXt5S~AlZBeHXer!2@%uC~J zDcL&O@8{%RI>6siAtCF9SzDgNhs#VP$wJ-}6O(Oxvp_^DB~-l4OBenVTnM+}4O111bWe`x%^WB#d}1**HsU z(B`KynBww&eY7KrF$D`KMLNIsVgyah4kFXhK(=y52TX6Z2Y%DxoizTmndRL3!8SYh z_4YlOP63>`o&4woVsHUoxo*Q&%zJ>-acXiFJ7550BJPOLFH_dW6g2NXTWuT($Ju*aX1RwvD~e+sp$+Nc;8A2 z(6;ec+l4{`(LnP z3;-1oS@0nZXjfA{EuO6>*33!esCa)sUz3uR_<;r@wWP)jkq~$GZ0=(-K3Rac25bN8 zuVU$g*mfsbX%9G3XB-^JxZj|_Kq{8LS?jSR8l?L_`S90 zpgnx1H{a{ryB~Q=3a0-B>evIr28VeVZ#$VaPp`dFd1=Q#IX^X9skHo zbBtv#y`@?+54e!Qt0R4l)#c?$D8}F}cI@1_LMe-|k#7h-2J?S^3C%H}&0zx90Syeu z2If@qV^l=4kErtxX&K#8UQ4B_IlL^~z!5d!$j+16(z3Q1TuU3 z81g&!bLXfdAnx*Np;SmutwmqAyx7)HO4QE zk~P;e%cdQRlnp>PzL_P~CTH#Es2^D^k6KUr|3n1*ZHHWMlW^$KU?=%dP@4K(p!^5Nc1;6^h#!x1ax(4j-4L036<)!ay2 zJt(`gB^k>^ah)~cmJ%NTqA1yV{?N;T#aQS}bD~QM_6j+Qkurl3 ziXGqFs$3!|Dq_d#wQF$-OOnVcKd(lbvTXGhKFng};!>ibs+?Fq z-3gwMKTNgPBW{99#^#LVc?3`9HVEtH5?i)x*}8Rd;GSQ|wo9nMb^|dg;}2eJ6_EHH zh)>x~NEK4&kE!I@px%y8{QaQTNP}^{j?N7x66~?~_U|adhM2~zNL#;!kfad({OO*$ z!$^Z>1K_5J6O=j>#L*tR6=ks|6m`#yfoquVksWjT=3klGM3IHCq|M8nm$6`~7Dznn zZOKXB_K_SFl%;cj-SPD4VieO%nxJE##!^dZ!c#>zDV4uU1o{*<)Rk_CL6BhYcf|A} z`FuQ^1+=vA`N;sz08fOf>&FK?;iC`HvG-tAs3QRkb0;U*_1n-F!#ZBKq9<`)nB4+%`?V=sIA&&hO0 zV`rw0!Yu+PHHsUYV>(a3#{j3Dn~HMJ0qZp~p#~=$uSO&l(ePu8o90@qbUv$M8l}Zw zlvUO)w0wMr?w>eE0^-~bI6Skw`iuiP8=zY_yyd{2+Z%wt{FZZ6R^<%KlAF9 zD|)&HWH=R^EigEA2pf&OBrma9oDk*EtIKn406glx@$s{g!ipCj154B3HbxjikO!!zA2T_Ou=1QUdNWZ1k~iZq5i zz;=FzhQl)`2kH>!L7;$C*l_kyta(iqftOmm$N1l@2+Bcp3B7Sj3BJdCB8>c4$xX#E zVr*s>7rCtklcA7C@b;tI4Hr40;p$|;S2!Z|Xl7pML4uC{+}mVjWV~_xdR%hXH-zRX zSbwX9V^Cdqc*;fB863WV;qN40OG8x0+?6~yzYuCZ$p}fR_pi8{e;;NhLJgLZoW=Ed z=?`E~VwP3GXg&pgz^^j^%5>X7uHzq%dlZ-l2(L&a7!hMIyMY+{IXY&`;iYJA|F28} zZzBEr?H6EZBjL%oNcNh%OEyy<%;2FJRn=Ix3W!P+SkV~DAcr5-cKDBP3IevBZ(hEH zn>+&aRBv5$MdFIH@k?cgIqaoTNTeh46 z^kr*%yLfu+;JS6ONO-!tx>AqedqTQt)=)V7Qfw?6E4vvntM~HT;@ii?ibif-t;cHH%S(}KgmXcJDZ~W_1ny?M* zb_8w!>ZlQLC>bxtBhrkKPrc}hgJTA;Je3+iROm242K13o467+Q#8d6>LJbt{(84FZ zTAS>O0G*1Pq7* z1RTPoq)=%--A!VBYgvLAyPm-ZiMGOrDyf ze|CV=LR#`xV|HDS_bmiV^d34tAh0MJE@hN`}o~l*M@daA9CzxVO?l@IkpXZ(zyh zIOLsxI{kco>jQ@2cu|m-N4)A#$9Kfo$x1wzrt!(G7RQx{ogvydUIu#!Y;h{FNf<=$vSIu*Y)&Ie;qH>+TJS zQj5k!@l~t%ZQ0q`r>~P)=jR|zjCPE#{r4EfQV1jA$3M655?A^zIy+0B+}s;~ll&?C}mB z&}c(h^0?1R7M9MqgMoUksS_KkjlK{Q83td=+qZ6^j?Rc%R=rZpd?#8Lz>PUhxi50e zoP+(fQ~516>aAC`LI1(@p~3^3<7Fv;3`Z|4g!T;|=4jx+j*)e;0-{8s(O2yV8w!YH zE|5zD`y9P?8)vH)6_TQaHuy-c@>XxGvI5k;)4jW9l@4UgJ}r%n`xWhR9w!j5rRCRk!gMl^HU8q4)Cb$ z)t=f)0}-VRWHc8Z$F1G|a(Tixm~nx~9fR&Qcv7IDr_$S$gC5Lni||D{T_Pe{mxrR` zQgsq9*U(VTE|?Q}c-%qSA#91@lW0KTMe6M+LiqrnenSoWGW2c${+OP9f9c7S9VCA% zwGFqW7(k(30dWwaPEt^u^R_2k3VR~Aqu#*YUf*}>2gf?;+vC= zsUT+cgV}-n2GY`XV&)f_kgpDc(26A<8v4+pl1Va$k#rsL95BfK7PdCUfLRwV1AE_= zTN@aJpIfE?fU}c`8B!K5TX`MiehdPT-E>Aw;#TI`wQE%XK68~^Fjb@$xt-C$4q|oxNg7J%rufT}Sri;bSf%654LHS+ z1y%Ca=M<^a_x8gQ07rpCCrIuB$~)kkAd`trh)LK0WkUrUMxv5K(_#}p-937$VoDrC zARA^gPE}JMCk$B#|K=+xf$5ig`RF4_(GHeQVCyDG_ z@yzDP`LT-Pm>*ow?I8Il0~yhi0(tzw`a3J6O_$;JG&lrM)L%v|J9OUx!M|KiD@LB* z3GnOoxfK_ZPVK7$djY5+(_%t#Tmll1S_&DvgL#xYHSX*KD-BG^C`_%IUBA*;zoKa) ziBtOJkxj_X6McWrnWcI$DICWIX3PZ#LoUG|Z-USd$S~6ADw2P2zabM(A<5sv3v^zN zvrXIJrN6JSV=uAkuyuKUP`!cOBVN4X^+O`|Dphxv#+|1aAxee6ENBVu@JqAl`{y{C zIOEwD+%=n4;>%}0)npPA1XPV99yu_BN8&!wiR}tfGL_d4$phFdDXGpf*l|!mMk0f1 z#u@#uxRR#6zCJL3#u1&6pdblMK|^A;og{);mj96ma$I=)?*04tO= zCQyN1$EM7UY zZ-iVPK3;d0ELsG&&;3u3IkXnK=q?_WmzPIhp88;DE#^f5=)+c<{Ra2{_=YY_teOS3 zzck^^q39Clev5OBRM362baZG6m}m%Upi2OxkBT~_)T932+uM%NdwwPAFOAPsL9#+$)lILue`jx3l={}9y8=B&zF@W zN3n^rEL;+0*1ZF&X(FaeMv@#j=d{!Zh}{djyF?~*&$dWP?q58Lc(HzRbBYW~16FHptze9j=_Uu{G(?T8u!o^*{ z{wdPO-=@SSWC@lB?l!*ZxI=s z5eV?anwM#35z45SL4;aU9gpqPH;fqdXIWWr+uqr9I*q2Z#sM_gQDvM>p?UiqL-)Q?2;fQH7hwTQ98dtkXlQD_V)zWT#_=V9QkW{i7uZR199x{g)1AOtbk@n7R3aNZ zOxe74rq*E>V1N;~Uaj@aiBVPo5)eOoceF3Y0GMa6c3ZiO?(?Eo$^|PDYp$WKQ#A)s zttRsc;mF)LLW6_nEuvQ}5%r;zi{(T9<2=%%BUvOucY$m&TkM*z)s2Gj(D9Hz<{Xn5AmN}_`HB~0z^nfL4ZMDY9f6>)*C1Y9Tg!>2-}dc)kP5-eob?Tb z%WhcNHOU(?sLg@vl`n&L2R-*}9$2qMlu5R>wkS8|^sH0H$IpB-C|8Spg4n+aE$|_B z#vWeOeBEfsGC3ilCoMOi=~83uCM(o(4ikWW63yEZkc{04-3sfjpSc_}<=8km?2q>r)YQr)Cxzw4I6f>>Vwshhlt@`LSl{w ziCO%wbnZI|QE@_Z(lS}(ofwf?6uHd{5+5SzpXkK8Mhg;;2V0I){;ak}bvNN!=(hB;YWy_bp`mC2_ zUB5v~OY2@3I73L+>FF-uHP*}~a@RnrfiU&{$iL)Zo`bUbZ^~VRiz8hB<)L*689lJZ zF>h--N>C3~+#nHz0dzf#_0Gq zb;P%0X1ZiX+HDLt6~BzkSyX3aFM16j>#zsXFcs>KpU_)2D#1=J{O3n665m6jmBzYK zIMAE8_Hw&BPK@;8E_<0TeV2p+)dkvNQh1R&#=i3!VqTa25Wy<${M?{cHS~Fsp$Wb* zcotW&`(`s!{7UIlRq_V@`c%WO;0e;rMr0`DqqJ)7*I=;gILM*ty%!i47P^k6J(LB4 z3y`WcS3pYYG;$=h@p5)kz^8_baS`N`J||OsL*{@0-mr_pFiFMp7cMw|NGmNZMNify z3P%^FsE1y=riFI&akig--OPE;&Ur(ouH$&Ojv`JE%a&2ErsGTC!6s~fKPAN)oIg+% z@_+fddP&Zq9(2L*Zw&en+X*u=OBsoWJ@SKBQw>wl<$_;#fe$HY5&>t(NB_$2VJuVv zazjF%w4D%z<9{K7*{_p~{8_U*b1qUA-pIawe*1L&-#{M$Q1l>MChMZjvF zh@pD}!cJmyU^V{r#Tj$Rb;nH5q9Lp=L+{I%=@u;L*)=nG%`*e0&~E@<9>MstQy+f* zqL=-gL*h9oDnG`+BHv3qmQWrwT!zr@{lGv>R8%@Q>XZR^zdb~gkMeH&CT?zfY^cyV ztG?P0dR%?|(8z6B=SSAXx+qg7Aws z+ta65@$<6CKecVZrGpgUZgNOQO3Lo5b`gHzQQ7~v%8zEG}O0A2j4e$iG>a$+3x!IF}-&_kOtHRsToLz2%l`pg~yl?XJT%0 zud}lg241P;OTEPH5X>?&MYLw#&>$q1cF&0)-JshOIYM@TuWxUANeLg}og&5QyS)dE z5Ih(#-|?}8lpQomQB0N?{bOe{p_Tvhi?9KozkZ#EM?i&1VDFnpUl1zc@;r!uo2GlB z9bM>tG#6*r5MLDjw5*H_;0#rFE=DOI?4c~#xeo@;4amdyYY3i~8N$|3xq+s4Ow8t5 zCRWxYO@UCT&M+z|nOt0z6;i_G%a_A>J9{lk}li}V`H$ne&uLz`A3d6la7#aZWegYU^RlEF+s+(r`%|0^PF)9Sc$X{=jLW<=>uD9 zVcrJX6Y#Qpv&ZwM#XzD3wXI9!lFZ3>r8r5xynnyGjS>?R)3PRRB<&&qaU66wWpV+j zkOAO0v5@6MXkjk8@_{VaK;RoXu2N-B7E&Vc6he_t2g-j&Co<^9*1->23ig!;KTby* zMIE!<(Yt1INO8m&)5}|<%-d0R@=dC$s`@=g<^!|gJ;u4Gl_*kkBI=kKnnc7Hu^jv+ z@aR!srPtzQM#2pjJqA?>~hI-URLszmd*<`Bp?qoqXzQfZ1$VS+U8-mOi ze{z4VEG%HX>48>$LTFyft}81YkRSo5egH_%vj(kPu({W5J*|EWo%Hu$XRtnpi9tv?ttvKHQi8U&?^g^RW6qH}iU7*Yqs}K zSHS?Hh;XqZ$JrIzzjSt@wa4iE=UVhN>_AJHUC>IegO5|jzdZFRzj8cs6?%HiqW}`_ zXJ><*v-2}R(B~IvdrVhzGZN3sdgG<2&4U926YO2x-0bqkGb1txtEycZ4Xsy8202fX z3bl9tV&Hrl>gvIS8P^_sDJtp>%$jpJyxix6_e&)D6CGea=BRqiIUhP3`%iZ?moUOrP{Aq<(O3xwA5>6Tf;^r>Fg8av*}$;nc9$!BBS z9|Q~Wd~6~nZ!zCvRiu$YFYRsw!=dd{Sg>#mtbh7cnM(5GDb4A5%>6=NQoqRlpVx^} zbUIlG*{h%q3ChV7cH-qNUx0D7lUqj>c=@6%^CFVRg!u;S$@J|4=YAZ{Gmu4e{>Ai;jhKbed68!otED#|R*VD%??X_wEW}h%$to zaOP8UJyq=BKN<eMXU>au2XDs0!A~m_m!7Qwt7O9CtFC)kwulpk?47&lS!p zq3e9~v3vAH40EuCuC(sVj_{VI>S{r>a$!?~;ZXpLnqJVD70k){c%hn^K%9pxsF}+OSL&Uns}3A_`z^; zB~=~>%zZd8zZpcS#5(;8>c7=Y79Lz z@1q9FG?4*F#Hnbs9|1ypa^KYX4%0bROC?+_Y@jPM*DEYi5pM4UKE^irjOWgYs|=JLq%*$~9s;1Z^LVLA-d< zphcAXb(~z0qLivexNsFG+=Ra~`YpD8lTV&6(4K?w_(SSIzhue22ESo6dNI?>1nDXe z|Gscdz>Y9T*uw=#SFD<_+=pHeHQ-V4K3d zTUf=1u{_wSCElv4jww1cA?K7_a9Yurk@;;Vjq{-`VbsvLTjrZWH<|l#O>WqrI2rmQ zrc(FW;9IwicRH(zwtZ17EPnCLrPe9NX+T!Gso%Ny+n=zCvD!}pah`)cSR2+8YjrH||SQAKT_fMVzkHj$3L_w0+ zB5-+*(^BlrpF%C~l@$Ni58^+)Lc-BR4hm{O=J@&3C+fDfvsdKByPd{MlKerT<-bau z*}qiNiHJt>iHGmV(SxH5S~z452PRJeJuesi^<#XLEFKnodHI~5ihz|0Ngtk*%g^G& zQ((rAm3C;)e)Z3Pl&X_1JZ48r9y|#K8R#%nA^aP!c`E;LJ%EAGO|*UJ1@y3?wpO#o z69dyoUV*|`cbEKi^mw6z`R%&2(&4lm3mxxwE8By*E(U%Zek@^wpgkvtHD|Q*@%hj+ zU~PYY?69X&v12`9ZH?ylojZ3vquJQV$Uxk~k=XotC7rh^r95Gg!VA8?yq{V*INBk zyIA9%-Q9k8ggV`}XNj^$?S37Dqo;p_8ZFTI`+6v)#JZgUIwz=U5RmUbdQ<{_y&deNvt3k3TemWfaw~dIrkgF{oE$^?WzsB2bf6 zs95NqaC(sal4NHPt?+(ew10oBP(tK@+ADc54rmn63K5e+xOF9tDWD6U4aNu_YpI0# zl!JV1KeAWxAk4S1fHehMAZg3ESYR4Wo_V<+JfKS56bBXGDLbEx^*B*VF{>vA@OU(_oOM z$G>%J0cr!lJe9XpV+{64Aw@rk0~K4!|4vyfldKTDaUp|X3Hu}0v25?gOb*L8?OTsN z^i{6gtEGjxuDie}E$b5ap%f~_9< zwysi8G(YI@+J9>b-T}^H=IZO;$!N6%m_;@t{w&l?FuZY=| z>d+a$CXcvbSXhDJH5Bjkd2kRA(3R?tz`zX>XyK36CMjHQLrVL?7zk5n1eu_wdKdqq zk|^wUHoSf_%YbD7KSF{m$b5Pv*f~#H3HztEK1|IP8`c zluZ&AW%HHXGX_?yr;Y z792)BGXa`pS^ML%vNC|&dKiFp@?g9F1a?|v2DoU_OdOc{(}MCeJ8twvVsPvL8rmiNOhadv)U}*PpvZ)cIW% zO%Qc1fuBxW4YnUHhNmW^`u%U|@A-BX`cLCPMap*k4pX2O1H^J&{W!t6t#dOg3 zP+3bjA-WPn;)lH?}%<%0tq9TT?xRpOi#R_*xl{>?nh&BQ^*s$ z^jprO%Knqc)5JIO1UL1;dX`rL z!1JTZ(Xlrt>{iLDz5zdMcddloDGag$wJ!iD-Z7 z>j?6_{}gyr1t^FZ!HM77-Sxm+1SxCF{K%F7i??uaa#-q9-K_epu-GH~WpH&r3|(@k zNL$d{L80H<*9x!e+O_|OukQ}zdT-zVw2Mj$NztMr6v;@mRHBsZS%e}a5whBaB4vCK z$|gIRp(2|^MrN`{_Flj1rE|Vd&U2ohKhAib6CdyQ>viAPecji6-A<42Xd+H)ZW;_0 zzgYPVw6bwae9(`zZ;f_yM<`mU?2dz9zWc}lN zW$+F%>n}4o+>{-g>a0rQ>$GJ&a>eue%aVa@@6@2McFbbE5p#m6HKr4ZC|7a6_7@!Qt!T)hhrOl5cQ0s_G8ce#|Q2$x%~FZ`kil6ORk(g7s-ST;v}v&A<;-v6t&;H8u)}r&A943)~4^ps?~w*_kIS zZ$j5b>i!Py9?AhF+hoqDv7C6N5j}dALpV^F@t!-=DOn zJ6RQktkz}AG{nRAA1Jc!DJo)cYv&3XRzXgNY>g5^7o9vb*!93q1OK2L?v@Y)=qyP) zt+9|7*0fv3+Tw;+kxi{c%zy>Xm`|Y+&2VsVD_Qmz^Qr)MFPq(cc&QC?ar4mv0!H{S zuD>@IM>(s0B~=O9{2GP4yGG4ee3fYRNC>?<9W2hyQb(Kr(%NWVbUvStTsVIGK>-@R z`6&&E>bz^wyYE@o&A6So;~4GizDZA<Q(TH~rimK=GwwG^l+Q!@E5*7OyF{LH`nKD3<*rUpC z-%K%S1xsx=iGx#3Tg#nFZax-xf-p(WLaNaEUtpevPH(#7b8=9 z5xbylf0@9F1^3+qgd;wd{f?#w6w_Tp7YLZHG+18uMJnRF*l{!>U8Qg1O-!I|9tN+! zM_IbcV~b{v3%uQH+{fw2eWS%Dk|~(QZPa92u&7xxO2^QNeht`{8xZ<0VU&S1t^32>@jM3rR$BWG zW`ktZD|vn2a}mWO3oUV++ATl9_9DIMf@}CLP~%|!#qTi2ZJ?lWrIL+2qN_II$nZhA z@5U>3GH}KyDus;k8a>r-fh#zQ9EJnsGjx$%5HJQ#$gAB#)v}<%$IMDV4hu} zXi(dZRSV{(FysmkCwSrmQ zRhD&>N9l|YRN7ew%cM0o^$TwO#BCh8Je)U{)tXyg(w?yq5?`PLVyPG(a9m8L>RI`^ z1QXTYS1Q z)NfI^zP3bbN#{V&%9=7E*_MJ<;YEETMG$GEzREo@la=1MDG~bE*ow9XLFG}pdh;xg z8!bG)#3vidxBNYOzL%{}8{E%s$aLOepXISJ5!2&Ql_Hu?LIGaA%`tGogGmptH{_1v zOfeVzwW#lRwA25B&g+m}m3Ky>oiUX75yve^(GyW9Fi)@{JLX zh3N+JCGuBnE?Wu)Nw_uPi8ysrgcJ7sJ7=VFf>2RiMy(|~`7JtkYRgh;g|xoMGh;}P zGsD@{cdfoIyF$zjK)x?46V(pjJ`5^vLb;xF=NG< zd$soDr_-7D4Lk~p211o0ltN_!(XPlHMT5kmOFXam@67uBeAWgug21veInah8j`8k~ z-_{0u2xefw}v0wc`T& z;%yF|r~Sfbxy?hkSHw(DPvgPulAx_(zp>wID<5Hhg{v$vpUbAas8l5sI(@7mq}0-0 z79?*d`1eA|+4EG;1kROAOqN|etODD20zDxb2;D>nPhN+;pf7yn-~b0d>Pb93Z75jd z$;rY%HnM5~Hh2*xBo_J^esf?vr47tjjPZj!~VVgw2TpX3hBL!q{M*-xf+v~0X&-+h(m%y1exPFC6 zCXLw(CjK^cPPxx0S(b2ZHSo=U^J zj15OuZ#;FFmeT0hK7es17mKPFF&A5YET+4PDI7C7*q-X32mK-fw`u6w0%k8%-avMp zJMdqX3O5-ad!UBn%3wQ)dk4c03~&0sSO0#JD}E z@9A5V^!(^rxqxW`kBh3{vIPj9F=}bqmNskLc3e8mboAIFBO`ft{aR$464>Gi?#N9b zep_zYFGnBN7z3zJi1Ga>hPI_ddtXjX+~hj*9c5Y8g}vWUQ|XL$cznNB6|3E-zV?=w zapOJ3$GlROE(_KjzHp%dp9#YnSD8GQ)S(-NUQn(CpjwUNJ_K_+zLYuh7w(`lH%dK0f5}-TmT)x4Zt#kNtwCPVY4b z9`OhL(zu9fmoyeIY!av~6;X5T?>)G)=glJ*J`S@rFK9lR6OgFF^xx|2aUG&lLZ8~g z(z1iK8AOsfN;iyxXt!X6YVYtc!;D_NB&^STFz^K*@a~D}c@!Q0_ameMlFIBLU>0#m zAI4)iB+S?bI?TL?m~b2QqgjiUGj9uWPH;i#7p9%*0dVS&U}?a)w-~4*tDe?CXRqS) zxP9dWVh{*`ZaA;D?2-#BBYJsHPrbL4LmvG4ZtImWz=Mqq)lFZM8Fnk44L-9;MWq^X z?lC`f5xG{_6@+O4n0p{|>|ikKZ;~)ryVncz;vQ$qS#kn+BV3-v0Mskqjf)#V3+C-b zy!A$r%Bm{jxl(n?neMKA^S20crt1|`di#W=1;!-6Ww+rcwG6o`oHV&Z9#>^S}v-B~)u9Ny?m1Hr;@bIuE**kXSKj-XmXE%oR85AUu z@gc(A{9N-BB#4jn0FJzW;!Ue zJyxdumA#~51WwU_WXqWK@qr@(9RkwV?Y6Eu-S;C77bmv&cnj-9p56k-GvT@&p1D7r zS3D0|-07~{kr8*=`>1x2Rpj~au!YTW5Kv#8pHNSV4{m>bzQ016>9+L;uW2uyvXq+5 zlrJ2SDT9od{7I&?@J`NFkFm(yaDK$d>=)hqM{2%8Cdb7p+wxZE&Nd1Dst4?-QW!J> z7}a~X`I4?KD>R3N^X=%9Fba%HHLLpNRmfT}(Q4dydI&5TZz;s#Xq@A1bVE|D14DpD zl%L(*)-W?9WQqQT3l~nFeB^Ojhe9d7gPoJz?&`SSWUnB^%H2kJc%zVeZ0j4@3ek>E z9rk8!NNQ|sJZ1vS2^KNh!Vho=2Pk&0Jf*iRmp)9X=`o-Djdh_FN386Kv5RL`&j+F1 zSH(Nr_VUf4{BzL(9_gy`*P%Uvtsgku@rk%3-x)nO5O)fwF+CUA1>*!ZqfmjK;rqzo zl7$Pg!jJf(WB(fO03ti8_J>wF9Rwx0E2aJ+2E8sGgilxa$lVo6__h6AL)yH(!pMt=^weSuV=OOZd( zU@Z8sWw6YM8vN)_ikN{%P%sezo3{>I6@fXL++8;e5fj6{&&6gb#IK0d?FsuR zJ~B*-HeXfHY3A;ml8|msV0DqXr6qLJ3OeY-zC%{W=V!;2163iNkF8pH`1L@{f>o<4 zDvCt23WeY_D4(mOqw#@>Q`l!*e~V~5gcp@{b?P-e=vAMTmR9)R9~c-H0|zgR5t_h! z7QZ|&(gs&^gX&>?(=a8<=u1en$R;M-F!Xe&RQSCi$HP)_cip2)Eo5&vz7Px$5(>~b zH38oR$ni6Ld>%!-9?_UXHU#10B~;z8Nti%8hL?5C8kv2xl-?yG`O;tJ+ueWt*EuGC zv!gmWjiF$H zOe0ihUPc$nSsWH$EPn9X@>^|;=))dagAys#<0LyfG(gMAL^yv-E%m*O5BzB1yUgC|ztO+x- z7w#rD%Sg`l11#~AF+)6aO%ejK`RSAkr^$<^MDIgC>Hog=JVy`a;r;ueRd@Elpo&y7 z`pL=3zaVF?n0bU+3+jEenW7H?YCnDS2o@uqV9&KlrbgC*LBn*zUAjvxpl69U6q50< z+B86rJD$#{*1tEevY2@9Tdu;|LyUEMPG^XKCWdDm{-NDQQL{xHva zux1VXrZ)ZSkJ$4Z5^MBvr3xADARG|QN}(v^aB1MP_-Qj734H(t1Z)ZB6sg1-77`|; zQg__TJgFl`J|e`TEyrSrw{5?ehVo_^Ue5(%a=iZjy1))>58_rfj`F4mf9y<)OCe@V z6H`(YAnHd%A>4Km@FNrklL%~d0wC@g&~?@Ce@jDw=13Q^l^oVNfl>llF@0wG7Qf0W z;7qiILUiV>OT&}s!9&GaBD305AlT}vDw1bWmhwLL_O|M6IBX~b1C<9Q^C=~Ry}e&_ zFRbp@pj^-k2(_v^1qKdzWo+)PKs|pNlP;cIONm<}3~FBSL;geda&?TelGV@%cc{h2 z_~4g7M%eO z=cO4?o=6-(ssqTMj=YamG0w+^!J8eSR6%Nn9*5AS+(9DOQ@bMr( z)w3|Dh8@O7l=N9y+E8(00E?IE<5P#o%&UzRm}KL_^|eplaZxt=&N&x-WIzSVu*-!Y z;$sX{PSvk+7zLL28drPGAn*qBe0n^`}XbI!C=7_ z<_9u$19hZwz8!Q!(vzLA%u6Pkk4AvO^()t62O6htCFxFRygv5W&u_DV%{mt5yC-^K zW3mrB%*s>|Bi2O);gX@i~o4VX>w-PVZ?lG>T>6H+ai|-zQA0;GZ z&ni!;uE8TycsHLiss87+-SZrGrCTzSRu1V7pFCdIlO8h#NDJrV?BXRQB;b?Z3ODh$ z)zN4pq3*Z(`9xsrwr$$%{QTd_q;+v1E-$C0Opol*XpabA4<;5-n%2(g?*|~%VESD?4ypUbjT?s!WgtkB zg-CqFIVEukmTYTv8)H1ePOK$n5d}$#AqMIJe9El!tz>J|{^M2~RvRBXcJC449|epd zjeCztIrk+d{;R6ii#*bRg)+1qOb!_!7e8xWg8JVvi?g$#!LM2SEQSK6I719}&fly4 zdBdlv`IP?0f8G`yz_z5DJ?e-75SZN<>(}O|72!k9+Yc`Y!lTvD@)F%4X{6uUcvpWl)wGwYoYNHAh?B+u3@E4kZ$N?9q3*#xy?>%8IrWg0Bw-O(cN1Zl; zvU%G!f0V1d4BKF{piN9Y=sU=qOwI7D&Y^0nI_7<>`%!)6|3?AV;d+BY=x9&{!` z2-1x(3bt}9cn3f*zX^NUnft#0(m=2GT4!FqF^VZ%R@|6cIG5=V$0BGec@(1?Ko>eK z$Gh3N5X3L~X6!B?r-|pl7?E@D!*u?lz8(-|lhq3xl91qF2GiEv&83Ms=PI&ozGNM% z5v-u!3SC_MfUXhB0E|B7DyI4&lDoyM-=%KJESNJd|stRYB0 zT3TC!3rWy~lZ6~)$^CQW4GcZNfiTf8^8_v!7#cDFX=|8s^zYntsN@(6cvCRju*Y!aMg_iC+t~9xh^hTpTtEKe=o#&EGFD@08naDy*i+%R%=M z0HCF-i>T?Qmcw%+1d2s48E9_;0(-r95zr&P1@Sv4FK+|yrIV;K$=wlkhq=R%maH5g zh|lmmtE)>x=7APaS-tuiUYO<~00m$*D_BuerB9!>hI?XGdqK5U5 zYvQRfGu->LmzcOHdj>HWWPdT1<&euFO7a%-ai2+gi+&~wC7pI|G{G<;+7)^X<~o2x z+K>woVtP0c-MvPbei~uE(GY^q3y1s9Q((}3ADu^si+~2-T-H(69hUC5$8H)-AQR4| z8)_-`KM$mb1XSVBWP{ftRxVud`#z7dQ)*6tho!GC!WJSA3{TCm zizQ;LT*c^d3l>#lH)I6!5HkWYCg8)A8ggq8K=Jf(DxjNmrXozkUoQ$dr1I^R(%+v! z1)t%F~-#q0$oP{~%IgU}N(q`Mtp#f-L-oj@9TM6B%sB5ulwGJ-6CAaY%Mgchg70g0piftfnh~^M> zq6k;UVuO14nKdDll376Ty&izb0H5D>`!F?bokSGWDfS`Td8lL1Sc1VxM_L8CI+2YJ znX&ZWe@-79UJ~^yxFgzITFfR#`v6G3S5-APHMK3CmVUg34GyYN+b`B)rXZ7Tix!R> zo+DYR0BC4?gB;d=qD?%4C#ksc&x@j%3S9)$YDe@T7&*Bg=N@T+<>|zbf)c%7aYi!i zK45hz3B?N0t9}#3cbeStKg4-p--3f^PRPi7MGN>?G?XYn;GHRGNb|#+#(Hu2vD6wI zdJO6bAmp*zwjNGx1V)h0#;0mnrg&_gouUt_=km9?ft}e#f?WSB99E(V12>q6t1JbH z6V5s2b>QbPp#MvIKL(4Rt+p^F=bGk`_&VamDQfKYPXXaZ!}>G>ef@A9+8oGh$pG~3 zH?o$N$&+R?@IfJNUD!UCkJ%0~97*ix4*l4pOxetu=!+wUhzw^-QWM`WsEQT85pP(l z%)Vg$e9VCW;j1A#Wn>)EjxMpd2X+8)Q*yHSH68-;Sb2XQ_oegxE6lq@Ff)vOLJ@cG z9)-CD*#HgKT~j5_sVnm+iVOdIGajFCW&lY8@LAz!G71V$uaJz+fmPUAiQO&f=`){< z)2BUQLl2`G>%|P0aJ!HS0k_hjk^7DzD~d_3Kjn}SX!{3hh#TvusP5Kr%1cSks%#$I zWi#+W1=caZcIw4a8XDdjs8H+Q?%her(PH_JWJkW>0S@Ne8avvY)W(qFlv`n~6nu`i z-NAV$8}I3|@!FwMf&eO_*bhl7PZ^S4v|cSyZBdbwBtfm5Ia5TcAj$=Ki**#_>>Yde z_Q6AbtuYF*ZiQ)V1)wfb#Hj16NAD+SAUv^m-^J<4xPXIq8*7PWq?x4OkMPdFU zQNy+t6{p5@Kcn?x@jSqIVjM35W0}7G)7b7SDmq<4WR~Wh{W~dGXSD8b4C~iJLq}J! z7=+pJOW>AwX!ez;Wuoss{^5A*YOPCAD7VGaU2Pb7wcb**MR3pK=l0>fJ}6%aUW8~r zCkL+tbLfR#!=79lF+K-kh5j(MUV>B^B8N;F(nZm`D0Q~Nw6_$)$v}yEtoU^HE+RA( z=wcy$O2lMKK+h>j$qqK zeKpuMSV0gO&-BLCOc~RDbF|Ja&~?H)lb+u}R}lyYh!_BDH<|1K*N9JiYc|f zjCHQl0$=HGrnsp&bsoiDbj}sQTFhB9y{q$*AUK5|lc#veHe2f9M^B$d;-jL{Bz^z3 zRd_h-OmWoO;ME~fAIJ(LHIAvAzZyJCIr}2jwX6!1|SY_@)2sL{y-xgmz8OOOf-F`(n!3%sE2gMr;uJ z2yZ%l=x~KVTz^KRo*3&SlUB^Kwd|Kquk%6p1|K(uxE?D6+hQ=u@T2aYy$R7GT3n(-oV9-}c%(qId#hxI-$4Uj~NM zXD9H4FZ>|nnzz9}Sg$<~VNHQq!>}rN(6XY5X3d0^Z6W}toy6@MC-*Ho%`rq21RW6F zL$D~xD}dVynSf{`*Gh32NvXQb|5U6001PuUG}L2|-?DkLA3zey23%eF+0SAMWkbdh z^2Fw1hZc}wgw5txIRwl9WP|Gc{0<+1hE_mChNd)PTL>9=H(&g3GJL;PAnUo%x-MjJ zhOIa(Ga{65p^5Tz6lDsTz)eQ=N1QwPpV@*z;l(n0JwR>9JF$F_WfS7Co$mkQJ)_O> zBmwXrlB2WDb#PK+aWdwN4n4D0;F~qeh+s)F7;W4DeaIDe7lb^*k8SDQYdaXpp zCrU3*EY2^zW~7Ki~^ge_OFP&K%R2Lu!ab#ENezy1r0FzV5MH zjFex1#c;T2RoGHQ@`N*;4pO{yT1NZL?ON}F=0$nGr^1Hl>ft@!@4%m)IzE8${P57O zE<_tLjE?=E-Cy?B&{7)c{Qv&Z_`4lHS(yq-iJ<#%+0fTLo^V-cEAbbPMynQ3MXi3w z5kqrU7~$uSI* zbkO!Ixha7TK2QzdMI_qzsK4CYKgnY;BYH!R*wEbo=a|QRUh-S+e(YE(NN?2h^bV_okEl4lV;nP?XJ%#wj)0bi=4;DX zqXQ3sBsOipid zsan}9r`*y?80~_EA?`cynuB7?Jj(GoIcFm}#Iq)v4j-RkW5``BlECQ%o^36$A-|*(AF#Hz zwl)el=|Rj>DC^AP1K`0%K0U;Z=I3or-MsXirvVFBJIq}61^^{!0{&EGbZZMCAjBnP zu65b|DX>G=Ev61#{P3PN`4}G*gj&Q*)U5>N2BhGig^Q0XJly;jj%1usTNC5%?jEX^ ziNaZh45_z$IowTV5ojKT&bNc>G;!&(+W1Y( z2fK|eR-eEi_b5uOu`c|gg@iF5C4e8cMf5S4g0`u|`4soYER7V5Lm$K-g7ks^8}9gq zZD8v4SnkE`RW+vgK;$#(?9~b(XAhe_-kaY2a~^S&l^@4%Sfax+FxXvP!9F4|4?~Pt zjM9dtw!z{j`<+^r(NfT;5`rfPqCz=_emlS3LFsWg6BiH^MIyBJQhA(*wRClN3}Cm~ zT+oUkg<7(sf=iJ6+6Qh%k`oO@&7d049g#0BC3ba?Z&=Xo# z3GR^1rBQ2)4A^Sb@Dgj{)eh3_TN!3{<>|z69$=AB=E+| zo{u?V78n?Kg__NMbW&hD;cm;>(tT!?h~p81Db7s(g(5AhXXrOT9|9~2ZAK0vlDyYp z|3ZHYm-%*>PlU|6G&>uS>)^R_=ak)T90i#Pp^cIRM&Ud88W(oZF;JWZ{sf?kchNZ{ z8i|EusZIGCY8tq66@;py+}tq?st=)P>qyzHhTWnV>Id_=797nmk|pK-r_1x~CfD37 zA&zHb>n*`h<-o%9R3=!w(*jbu~&rpa+`EP_~##?JX0ut8PJ z#61!4K77SfIn2gURDQkLK{F;WLXuKagOJR`pp@>?gL?fkZ0xX|M#P)b{Rely;4+H> ze>kG}tp{_#6z}gxOF>H?^B}vJScPw#?BuPxI1j18B2t088KtCe(;-|%d`L6--1~F`&@XHs5?36?2wBAzukX8CaZydJS@!o2c z6~>K})wc=c`b)BsWz+jn!o489``jQ|oMz;KPfRa@LIXRp+qCXqtk80Qm4MB5RrFxT zZS&L1vY3M-gZ9u2bMGXonbk#6&_8k>2Lf3cs zpya_A%&LGI$SME=I+wf<(#9AKXo*lT0ZuCCbAB2;ja=q*Zhr;ech?bKu)~>qg%2Dk z_7adzI5&(g5f0I|caS{DfK7w{^q@-ni5BZMQia6StGQVYB0hL#lA;z1GQP8K_@uRZ zpltu)TbDGX#Rv`pe+_yQ8#K}9zPqXvQ-nrh zz6d2_=btCu;}fD0>V!8seYY~RvWQIvt}=*bSpu6WCP-5h|K-qd>DiC=Qz#GSh6p^8 z@vgXHATfzEXE5sf-ZP#Cga{s*k0aLhjQq$&Pyd8EEo8Lg$W+}p0tmSU zSc-tP=_lJkHT{C{3T?>nCWl0TyLTAgLnJ{zWESl7zBo&9wj}|Y2Ke+pUvEeU3nx(= zs|EAm9>MV*)YK?G983&ctyU)h?}7%XPq)q;C0f{A+UyGl5>SxDa0UI%*@FSG2&hFKzwPSguV?oK6yk}~`nAHkZp!xAaP2{H_{Xc13wifK-g4s24!lETh zIMuM54s$MO%B+21b-Nl9?WoIE%(}%XJ^`0RFspq5j?7T*8n#oo_PHNW6OD6Ah&k~_ zgeqEg{Q`p#+T(JG@n3!vgsB%z7>0!|8u25bi8hmTKsFEG0?3`csuca_C*~c( zt8*hgatRnrI&^U;M0#Il!Aj9gY#MNXKW=f!+tpP&O!D(sjT*Xw;^!xAk7a5G$0}6! zGX2Y0XoKDiUeSI!Ts8QR_`C|JfS_UfeTrm2=b#aCg$dbRFXkHnt&X z;_J0J-1;lkAnHA)0EQ152JmXyiQRFIU?ToO*pStW*_oM$Os*)*P!R%yV=akV`v!2tQ*sLFpVu}?51$Zoy`KQ6&h~HpQM&+9|tt(7($7OB6k+tWbkd< zzrXzRXB{k*>R9mDcAa#Sn7Fsaf6;Sxc6P{0{3>72gR<>w6lb#l2!@R1Q3E37sfr#` zhz?Pu&3X?sFr9~h3KJA)mkv=g#qQ0w3x32$_s@4m>|tkxRFc=w-p5O7!CE;IG&AD# zaMbtj-w)D<$9V&VhT^leNaUY^^Ams=3-(Ux&?*D+U=OON^?aaRI2ohFO8WiWtI^*z z($XqL;)6oa5^%Tr0yWbi1d=at=0AZ#!H44F9{eVdV4~rZj3(o$>!_)*oNU!$@Vbz{ z1Pr!t?b!pX(8IIl6**Iz>>#Ge>*+y`(|J98criKTzrP&5A>2S4FDHTMHw1ykx(_Nw z@8hAa3#k1dOVDvch{tgURi+p=X0^+~9~THd z6rYWd%d;sB$uZb|4uFcrxC$ygyeL3T2yS0(hnEhaE?282-;h{-){-799b7rJ5QM_b z{`$bubDza4=-*K4oQo5u)0iY=9YGZibAAj4Nq>S#4Xe5Xce!!&S3|0@h2We7HzgEC zv!QlU?A8cNun84YlPnj#KVS3?bUFI;*$c(^Np_s(f6!;y`SKWq-pwDqOcRs1lq zUODpWVP`VI826Vk&wk9`e_3}A%y4jEU{%#53bh36diJ1_RRFK#HbQ&~SN}M9EBNaG z)>1K3>`J}?zG#?dx2ymD7fRyw$scsKNFA@JOn_v_Te2crpB;()uTBJ3G4sG4L5q!C zZakbLSi}9FugHy9&yv^~nNmfBs3DBUs&w zF|3z`MksS&aQB>Ag#--tTXwhH*F$$e=9GuY>7xqLfi{+W`8jKm%KEP_yE}ve#p^$C zYZoMcp%`8OK#Sr0{eRnid@|>UeT1uZI=amVZmr%86(%?{vvT4=i33tZb`z4X`z&)G zEQCrJ$EYl7AvSrSh`2EfOHTyJgthvPcmN4|+t%NI_L{}TKR+91CYrI}lGPE=;RoVM z9xJYJByqq)bG;n3;lYaE50sMlCi<^`BHt>5UK2uR6jYti^g}I{2Md{BFoJr%8Quw? z^l@D{&Ic7(5V{**cKJ)@erWvMnbDt4X8Sd;a|))LSp~$km}ImIM7cfEBWBX#c&Xs8 z8=RqiZ_Z;n0%Q$jds+9dPqff+?*9#bn!K|2OVJM+>8=iL1UUw&`t+pb?~l`PJ?oFy zKv{GV#mnv3|L?t)@O56URk zC3}-rn$6Z2-28vuo}Ehp?4geccv+}`&o>SU#ElZicsv=1@+y@mOL-AlcS2^0NiOJK zFSkI&Bf=t$w~Qs1v3Gq`X%5UrXZHKjRs30n<)yp;z~K=0bVJphr9 z3?9J~Ab9xlx6t#gL0*QML+KxXKmGfw=6)+oRKhN&y2{}K;4(si(z~lvwRx01#K#Kp z5+V;4r(h{6FB#&6qte2fO<^+8$oi~4dArKkFl@{4pZ8?HpLl7{^v@FF2g zA+*63hPpKX&ueHyhD#g2&=y(%4nAnjF*89#O3*)_rGg}L-+Aui&ps(oW!je(#_tpZ zaMZ@h4q*6|4mOs9j~GbzBOkuu?H>+&%DqI63JN>q^nBu5oktWpPZnBMX8;zISrB$u z`vu5}`WvOE71T^!rQYEEV$!A!)AO0v1#g)?R#+AJfbQe@qD|bgPpwdYn{~+KyYFhw z-;A@pbm5oLX?c-h%?0BSf)Fj5{AJg1d_&?REnQx3E@$*8Vm#9f{-y&yC}D(^ZP*G&N0Ck zTb)K=uEzBN0)?ogmJKg4iWY^T#f7j20EmD7^TET1Gwss0*lYjLP%F71vrG^NHGy;a zxZl{XJEa3hgWdw4sCh#_=E&Y7F1#(CM1Xh3>n!NoloO6lv{>_v<#@Yz(Vp4td>9Yd znWysa5Q4w^ZBE5`G2=+bN#3m#n_1+;!^PDNJxFXEg*y#zF}(g&1#L4-K_cCXKz@f6 z;Iw=*svCi8jyC#i-(FARoPkNm zS7+h5%N;K~5miFB|2h-;6EiRMyND(?ozNq^He>k%-o4+H3dbr zYgr~~J3aiHaC}WLhR(7KmakKQd+kK_1a)&eni^0%c_0~ymyUxC)M$;%atBH6ge zh2BEvStL_F`mNN{9r&~;xb>k_J2GfR7To&YAPXVSCl)!PYmNDUWDo1ToG!`Rj9NIkhk>M^@hE5LW?(lu9_bsnzehwX6xry?+4>AIf(m!Fhj2UECA>+nl z#5Hi_7uSp&6(3WAt46`r^HTwFQq!Jg*K2G?dw+14;M~NsU4T@9q4x{Km>&)K;wGaT4A!rz8e!T$OC2H|y zva!7;-eKFJQM%C`U%{|T<`|bsg+(}ZWmB@;8^stj57F6W#=15@_K2tG_gXdFUV_m% zsGg!Bz&MzL;m)0#kn;&A2;;6c_!e-v=(DU|{Ys^SgFb|{jOX0zOs<5Qtxx1+)U(LU zF0(S|wFAEr2`iuM{*&o31{vWKKI7bgbsR4Hg?S#jwH^}~et(v?8gnsu1^Q(n*j%|T z?skvF)Ucwtc8U}}rS1PSTJyd$a+rKMMt=BCjz z85@tW`zdn}CAg>69S;dygr-G*#GPJZ-5jcMVlnq(r)(|lre|@!A5$&xc!JKn9EYKX zBeTFSAcc3~^Kf}E^3@#3$jTaJkM>oUV;0M{S5Q}zjiSdMuYtZ4 z!r&NTWNdS^AkZ*@1m{=X`;@%&p>h>ucF>uUXUi%&2 zghY`zc32kXM?|{Ik#q_%KMLZVU#}NrFKb&YgW)w1dfKFb>xHJP@xm>TbpP*b5)csQ zY!ltthNchCvx{xEnrLH274HejJ_l%w%%WhkZpwWHuzsR5lO_jfRUaV!!9OJ)%7~X# zWYc_gNDjJWI>l=X-i=zq* zp+Uz!GJCWrB9U|GQ(m5X2Q-b5$n$rA5Fxz|YpOO%pK2AGQ6e`xOf@O?h6R+NH+Z)6 zhycth^kM!#AbZe6Mz~$jV!+REZJKO?A9w^@)577%8@7#)cWig&VMecR4eFB^nFD$!2sI`xKec@`0N-UVSEWf?JOholw4&O*Z< z1c4D=2=1FG>dFpjG@Ks zdm~lJ?0d6GP|re#W!S(OE#pSqGLQ`P5MG^8+ZTv?n>+<_MfPfmRuPpi`{$G#nJ>xr z;9$ZwPu;Dzh5UXp(a|F;t|&G_ z%@J@crNnjw-nr_Y>$SwxD_ZE0YkEk+1(+q+PIYRqwLx(+-aLWsZyi|pHE2T%psh9% zJD+g`LCIaFydfTtFVW z&S|QJm)Au5=gW(SC8Se!X}YcLdv2PXMf$ahxNo;`RswF-&8*B&yIDJgta`E+!>ur< zumZq0qvhF8@w4kjWQXnpmnKmCg%~6#h$#4tJ8^H$QUQ!}!~FpH@hIh~IGArC%Ix3M z**uM^RX#m0$|j#Raed8x%1)M^;*fk>OlbJ=`3$(P?o6lmqvujCyZS~&onhmSt8Atv z1^K~VT6KHf4n=v1fyD!rB)7X~*;Cr7O}c>|sB|MNaegp?$A2M%;`%JbKfPxYjLlCz z+sa`kvaP54`sQu0qLiqsvP!`mYb3}E4lP4UCC0b)oHzAKC_PVDsmEU~&Zps=a47A1 z8Qu>c-v9@4LC)dCKq1Fht`sdtx07BNFJ zla(#QZt56>p86{(L;M4%Mj^!2eRs3<_@zq$MJV4lYy44iZVn;L7Ea2W=@TqUk{>p% zVB*a@W0Cu_0^{)*C90IxJ+l#60tUttz{}krTP zmlY3$E7o}e-pP3*65|SJCh)=f_X~F8$_&!uV|8v4)XR;f>;6*DEEjvw%Hi zC-EC~?lrj~W7%JRxR(8D3+*TaCY)a(RAG>%r_iyjEcAJi>NQcF7$gs1(uy%C#A{K$ z$TNrU^yRmVyUoym2aiU4j`-O==#i|0yUQyIcCfR%?K-c6NQLSK`L)F2zs`FUC>^J4 zvQ}$?^_ktqezj$-`O;p1(2@}%&cl2gqRFaTi`JKB3^{kveFG6b*{Ly;S5P2JWjSbx zU#kuF7f56U~ctsrpR(cq!icpt7S67do#g4;h z0%Ddk+y%>lKymoXsv=#IRWU%vZrs=XFkgvPC@Enb5eaoJJ5H>8fo=|_>pJ!>5ZYCb zm=wRkD@)RxmR-tYb1ulAPB1Q7+qZ3NbNofm!0=9|a6>%Pr*72%f-lin;PmAorUV8F zwPgNZ+2GCV8VA6XlM^@VEKbzdP^3S2%iuya59bP^KYJN=@IBf$yzGP?kw8~-A7%|N z^}&JIS^dQ{5IA7hFbm&Ae4vr4o_Vye$+_p0poY!&oTEGA`wx9DzMMgvxYGOcIM-kh zh80WDpe6u*dtSR#uoDJ78rT*Ex!mB#DMT!iI54n_X%KlT83aeb!j_p5g8<@O4+q_F z`wZ7?;{}HxKmikLRcl%yA%`eOwjHQ7_wjz8?m&Saf_4bvDHMEP0WizTWL(|TC4Q_jV5|f;1G5lMr}7((g}eKU~VJG zO#F{Zi(hb~`P!2{lLoCHR^^E-;GH4w>>uwkz+pRCxWI?p@9xOLQQgL`nYolH8dy>1 ztKPQHPd8yisvD{Sp($u?v-j)lMg0k51g>+hkKu5FX$p0j=W|CW5dJ{?utDX%UvnQ} zW?cPv!ZMG$kBB-e40=Q3NU{f}|4%mgj{8qxvCWKD3LnQXnfK_Wuq4Y7ro${JCzw`L zqKt%gEe&09TxxJE9cX&_@@m`H=5#(ofP|d%WfuK*h?so>QPSZnya0MA!{qiLFhVvc z<%LV3S3#Mq9Myu?^Ik-Zq#p6jf@3q9t8!GP=v!hBG)waTkTg|Yr-Nw;qGlw0=p4GM zF}90^=fEvdrY#s3DB9|w+PkHXr-zw>9;_|$47_vGY-grri1ivqj=PVm zjfFGEJJcgL_oo6rd`}v-=dlFOaVh)qqG!v2Q(3$Zs6}g7I$=VQlJ7lrz2YmAes`- zq3QxJfgW(jqNpH}d??r1oOu=>W^?j2TyzE20tkjq4i0ggc9O4fRXO%3&ateo8&818gw=b6lVCAy)6A*7D^F z`%ODHWqtlk>hXii*PJXdeAc>x0`sUYbSk=b(>zBS0PG~>!X!|ToDOs~P`dPddG!ew zR+en%lY|PQ-G3Rzz;B;(#AUF&C~&v zAC0GmWct8zRiLbcA_}QhUKb--_uJaqz)1OaF7R_cr$IzQ=stK(iJ8p)6Zy;14NsXV zAbxh_;>0{g2^>6qPNISvO3lz&!1Q=rDs9a_Ir=B-MT z#ezdJGBQAjWaf+y$om6&*+%<>f+1OgN0Au=Hz@@ny2Z&KBB(qs6}e9UtMIHxY8jcC z!+FIfdq3e}77fk2R`vgXl|47pCthwxq=Xl39rRFP;?-fNri>}=nB4a72mRziw`|!n z!Ckwq;Hukr{-6nBU84a)i0nDAT(jNzb?w$-W(pBzPoU|KB2YLEZU!K!{BwnHWv3DU zx_767z%&<%96+A) zQ4TkdkpnU>rJ|G>>%kLXgPFUjYuDF62Vb4UI~J4N&qTnoU*}oYB^;G{l>)1WpTyAh zKqu*XU}yI!?kwaY($&BVSJZ9_6egtnWUCn7i(opJonOOf)@F~fnH!`>WhZ&(kEYIt ze1n%7*och$2LW(41|G}%!Y6TW-~gnG3Lc+^2TOYUoemCrH0c(2fc#sLi_HMt?r265M?2jj)puZe{@TfDYXc9NSfk045(L4)Rn|8&X@^=iIk z?U!V6KiQ(a;1CcL!m|+@hQR8{B1k4#8?-J_yrM7I@_^a!3l$9p6EM7Jvw+UScm&U4 zHxZj;`e-E6yuIA_Xv{4anI+CY;2b4s-u5xHSJl~}?_)ufF}KSR(f1!8n357rjgf_bw1k>U#P75|s- zw=Rbq6zh?-fRmt<-I4_lhDjU|H_5!~wv^kny$-jt^NZ9M&SN>rz7fyCVcsy!y`O@5 zRt~ixly-k~FFFF47(Ftg?h3unxYev2N$2kWxyrpQmNQB8grxfT_*ehtp6J_&_ePH7 zMllBc49t(Jeo1?KHZ^ z_AL^P$xz`iJh7Y7|E+BD_)8a;uc%IeBC$bw_`?!b+{R$7IIAY}h>dg!$dt&=o=n*~ z_CKQ;Wu4#Gj6QAg+T}f2@OvRRd0`aF2hI#rn~X(cV>@yWHCZmmz-0ofha4rxnGXH} zmVM=?>`~}JP4K-){Q+$5K-^vtVthYv5lRcRgX{4L##YSRyk!2QWfKHocbw0#YHjdJ>Y8&U7bOmtKh!pgcm4cM?_z z?_5aKK@K)#%fb%8>o^Y8RY#1F_>f0$b%X{J*BoBR$vp&(8&Ti^gV@-pP;w56X)K4# zOQA|1^UW+gYWxuUA`8H^H5JzgXsCP)a>hCoGeCt%Jl&8gV6r6A-rkvG>ZpCOnw74O%En$ko&x?^^hBDr$Uq?O8@^NKlC4LT07Wfr0@DHtWap2RL4HI7x zqc)WU;;a?<4MbpWf;=ywq?y9x&f}`}z&zDERCS|Ja+=`Rt9Vxx>bDG@0UpzH?#C_& zSNC>_7;q{HHP;;+{h6h~i~_=dKX)mfZ!zQEsWZ%5{9VDUDEOI=51{)9`0?Bou5=q* z*I}&awUj?JiOAAd(J?O4@3>aQz2mh~>G{$Sg(x5XCtVp&%|Foox+VBcfRj@nNCqwM z=P9*Q|UFTG(9FN%6j4&0qG$ScE&F+GJWOTh&7zcAy4xn+RV*P}}v#NF@gBLnVc|qx*Br zlKR<;wfmF0$i5=WcVr02>ZoXX-EH3!MSX3CQJOR07y5wQ7FG%#u*)v)i#HmUxh;1i zbx0-!5FG_K_Fi{zBckHj-cDwGdNcb;k5Gr>Pk*0MU3SLvL*6sfU7w5jb^naT{c%Nf zIjie!r3#;^UZvnHXM#LqThFgo2G^=?Jx1u;%EYJ|9@uJB1o<}4h%L^()EPOERC7S3|xr92)@I2BZ)Ug3g%wfb%7QpkR#pjU< zus-#hK6>ov3?|DrVxYOqAOj3aC`aMXk9#Xa@^WT@0Y2lg=deA*oqy5Q zh77iO5$WRAArr|RZ_Z7Si4CE2(F*bRN=b|A$AA7tBtwYX3I?WMHnUri^Afjo< zSkv|T4&*8jE-6nj^q^Ngp0mxVZNKL}SYY?zo;T^C+y(YfYp!hxS~64WJG~Fr_iB$i zqeTb!!)<*tQ}r_k5m{`KQ<`gkz1YRd6S}fMpSd9rs{SqzL~LLJNE5)rKQtr4zgnne z>WZxK=I1xP?*1I;${nCB?cQAz`D&MQwZY5y>IFtmq8xYwQK7^2v2;XUn5Af4&S1@% z`X=+{shTv}x@X{>pr$)MzH-C9w#PeszF5#NGJjziN9yJ`E}nWJvYsG=yfgB;0+HScnUn{vHvvmG6?$J@9wBcHxc{2&>-=>>+Y@cOI-(=#~ zdoez-%f#Y!5LxcBi0`<7DnQG_J!J9uic6 zK07#g{I{nY!Bcn^1|(wa2G#jvED0XkoczRf?^yY%&m+Z4cV4%~h_~$SLNXZ_J}B7V zB8HyVON9V4Y%r^;TfMywc)BQMk^EJfOB=uyJFEB&)-vEgbJ%ps~^(OohKZ!P5k-e03Gg1mq)3GoyRUs=ZYf^d-C{5%;F{x&+ z{r%%=Q~q)4pz%x^Pf~rQ-oRnzZSq0n3CGGmf@Jbb#K?V0TEcaPoo{Mc%=N9*UbF)% zpUdj!*z?d-#Cw->d(z9a+`c@oH`O;k9O#GZNVuY2^Bu(%^QkVooFDE;|E06pgs*ro z)~0XVLVgq7rMxHyr5xXbCQS~OrzdM@r_MrWOuN=&=SC6Pt*OMA z1@1$pz@!MA$?q4E$#;VrHt7Dd^hj5uw}_GF^A)5gjYs!Mo~J&;KF&n&2}DM1{`wtE zUjm+d+dOe(hvruYrBcynD@0Q9kG%39sg;mTE zzaW&a15eN_>5vIvb1prltGt$rWMX!{_S|Z=Z?`QBA~fIS2ZHZt!YV4+)LSElCj00w zrQ8@y^wz5LJx;%b*CIhkP_)=bBz;e9(Z}u$o^SSUGD>Kjj5E8{5YcCPF6fop9(z#N zCW_ggsPm~l)$LvzqpaRdbf+|I0(b9Z-+Vm(rcwCe&FAyX#FBr0daiMk&pE06vrqnH zR%a_oySY-9{nz%=w#Efhw`r7-wA=RZRDVBHFvH&b)|aaLTm{+}2o>$A&Ph?TD4Y#u z_6%HMzAKhl3A_}(eyeGt)30HUmB$*M@CdHRu1KrO-`iu}X=(s19aI9_KcFn^N$%u! zy^(Uj@Xb*#rtA|3Zx%~E4eIE#ur+HkPH&k*UKt{ad4HYRPCX!0ONl1@vIC>!HM|f^ zMPAa@R$77A1?jgYTNXTJ4`Q#&0TnwkVo0X6QC$*e`#iuS@iQ7{nkFAmt}RQn-WziE z)t%NZr|;-b9_CU%C)c4neVVNMmBR_x2zxDjQgkCY#>fuE=5LGbP@jdr4oX(ZXE^xT zg|WEGH&>RK!Xf{rt-63CPxoGH*J3-Iukm4C#%}7}wg3{il(9ky{IC8Aaq-*(>8aJ7 z%HdR{7i+B$YX55M)GKFK3Pd-0pYaEgG=4&lKgoqr^>x$CF)73I{0>3~HO(&QhG|*c z7^-#GjYsDv`3d_IEGm+<0=P}$$M*H+!*cmqP3irOVelddGwuB4b~ELe zp+v&4;ZLuPJf21+-7;R`bj|#~4tT1ZNchy8U%I}bskX(rdr&0hNzVaKErWLxN{MPm zpI3Y6l;i=(>F{0ga{#vf#!SH;liCM`LnJ3Q-fCWuWc@T|App|(7;jHiU2=wK{vTuS z9nbaO?~lKuEo~$tDU}gL*{h*KN%qz-%HEr_OCd56(V%QaD61)(GLu#I7TLt_{-n?K zsq38cz5V=g&h0wqiue2VdXC5Az8(iC3LSt9fi)OI!*6=k-hpRR{ zvMf(;$S0TqeRA7HzExRfVj?$m0bnLD$-6it6BaL5?R5Ztz{9V93KN({^Wj!sRr zys!V|pv2+()^3%yW5um!V{?>kTAfBz{Qj$j-*j7f!Awz9XqW}%6Tv0HL^qVWfT$bB z3RN2dG7t)DabVULtS~ZZiw;{j7V2uK#HYw#v|L094oC6U^sC>|e*h7^sOM2NP4w8@ zNwJ(Fcj!1`;dYRQ?1|bSz?KO*s`1f{ZC$Yjxa5s<(hWN51j;|?_gF_}g8{#ZOawlE=6yRmQWD~^V*nckK* zS!Z)((&Za)D&s_t9><`|F_se4UEhb=&aJRQyYOjf>(FK`czWJR!TTON>9sjV--wchEQNW!2}*T71pLp982wGBk^mG8yyh zd4(Bs`_|V#iKR~WvA9+=a#QHGaaDR}sGaGieC8MLe)fhiujB~%WoTZvJ@dlR}-gFCA6FYY$s~YH@tw;7HX;zVx&OZ;XGkiY} z9JZZ~Ry}|AG$^7P9b4~4-ER(#_2aDa#`UZtI^qH%_hJVEm?!jB>l*yo71(HZENNBo zoVDrN_J)=sg&B1LoXS{6j|E6z8lb3K+d4?{FVxt{Bo&+tD2s2+wZ*Xpoew;_5Lr|w zQhUD3>$~|D+^L7|X&XsZq!pRAk)u=9zRo;7#Q7Hk1uU3pI}-C`1Jz~dri@DMh2UA=DI9Y4R_ z(1_u<)l9W`z7l#ZFh7s!cZHw<7$iUrit+LpEbntb{^X!L8jJvT2J*?E7}oTj%yUEM z*|*ucSXAVHUPG5IU@u<(8u1ojB%eALI4*X7vh7?wdJ?$sakOGmWjsoLt^q-zpVB}C zcIah|6GF}ddNR~~!vpM@_KroFy6ksaM7UmMMp|6jVG*q5Z_{iei-X@Hdql12^Zb!> z{BZ=0e+9W6jn3q0EV1A_nx0~nd3BqVafjG~+`bFJ0$w+7-bspwp=iimbqscz*esEv zVL{8r`bRP}>8ETZB+@H{MD!-4Eh5hFTnM|aqbkygHJwCncMlbr65C;+n-lgz)FE|? zwm*J(|6-kr{kQ7ReO9kL1~Vk$ESB)M)#UPA{(aDK@YQU6A1?&#@_gBm0{@i$b&tbQ`ipH>9=Y$oMXDz3|2W*F1u4@Y9I!jxIv-xci#pYg z(-!xzfzht~+jG5?cspCjl!CMI^U&S}#K8e-Ya|FFz^Y4Bw!|f-^rR za&LU#36exp{1E6hGD|W-vMLZU@R%Sb7?@TiAKiACKO0?FakzwbM}m>siR}qMV5$o- z>oFRI9}&TpM;4%au_uca+8y?t0B2&=4$rMqjPpB@VRvpMn7$b2-)%7)T(^ZIfbYBT zu~ZRZ((|e#{Eqgv_k|76yo=ZT`b+LHgN3)v5`!judbB80y8*$_F(Hhyw=t=rs&z*@O%w;DE8aV8k4q9hcHbb2k zm`){9hH|6va zWj)9CyA2g=_t$|@K2Y7x)s}x-!y9xY;=yGd$ug5@&C+m)@`pe;EH)FfP@c^i)HyvTw74Lr#^ z|8#{88xuv(wJ(*V)q)07^T2sa0I|R<6`al$P;rGEhc-ob3FS&7cn*$%kAO(io1V~I z(64#f+LyA8VfoB;isBc5d@aDYo~HyeHI`Y&EPS65eEYUyoZ3z?8n$c0n^KqlsqzQy z$V8#iwA{W0l8!H$n@o0`h&L>5(FI!U6m% zOin&$SYBR^`*sZr%dg>zQc15Qehh~~$d&%{voLA;E4b58voqA5)tK&?dBP%QK_Aa@ua;b2Z||K-k=HZ! z5(>~d2%2$(ft7|!WTL!-zE0@pS2Ak>gg-tOv#4Eu;#6BO0$DKNQy>LUByhvf5OJ5T zsNnvWEk3Adu{pljQ>>h0F;e}QP{Y=Nh*7bTCMU#4_@NO~r@YMni_e5`3WC?fb7_VXL;&m54`Ni(Z$TG^$`Ln1oi*gylAmz&#_)gMK~(ExMz zEw*gP7=b>*POrlK#7Sm8S5$8$P%~uaYPwKMLr*?hyXo_6UDM3ARps#am7O;$n?O82 zyj&~9T-AV$BzP|XS%EnXnIQ!+xUg_)&%g+u&Q19yw|P_Y&{Yi0nBD(!$%Ahq9={3F zKm0tN-`ZX-I0+w5`y+E1)dq|OF(Qtn*E5$YChG5X1+B$H-vRWw88nvaUYLR~!l6NC z4$kY2I-`s(#O-J7?&bb1hG3N9?M*S5>W5o@iqBqkndhB!~M9wW%v6FaWUW z>(#_bErz2#gb|h$=F;NUe7r`Iqx_DB&#WP%3Uvi{K6D1Hw69Pdpg#{<)#-cbZr;@1 zWn@V$r~7kh@#W3KK?eWAL8&}-X14Cf6b2z7f znUJ994>&ybx`sSg>8nlI&c#*OBJk4d#1CdZGE1?_{Y2#1bm5+w^RI?y7Ez#=cmv%? zO^h-)x@N2ahr%RKN?A;Dq=*{}QR2ym0ILwo)wBk2to5-fw=Q-# z43fDc_3~7irMGX=QZNBd&dBJ=LTq4OjN}@y{7I&RfD$p<_9kK$%EH^r*REYl+Towv zb59IR=8eB91<1Mx(@mVHNR!Ein0pUHb)3{nwru3~s7NC8YX}JQS|DXH`oq|Jr&|;| zULf)`mNX?>>|fj#w1unjhQ5FQ4t$gub=s?Z51dCt zumR-|I$nbj$u(DpnqcDhZGzGRV_PL$l-86wiG! zDM!K8fHN@2>Y06ynwV=2FmX(DP-4J~l!WB-@eKUloJcZrpr3yXqPe6M5HJ)17Dl)RAx%4?8=wc5q)_+oC04Zd zPi+qa6Xmx4ax-dasx=Jcup&wWTN0t=bU^?CDyZL=T0}`5!N>D7TUF z1GPU+j4!1d4Q|7L(b){q#V|%Pp126*11~m|SI52IR^H&9f1Ue+6t>qoy|ff!f5jBw z`}W8Vt4T3FzKk4w5BD#!wIuH1FTlNm$tUn+{_F2gjzrufugmJW5T$jFz~#|k+XoFO z&Za&S${P*{O6Hsp-it)PfOp?Qf!jJPZ=5Eo&ZToVqBq3M3x~x?q%Jm znSCW^wO6|tZ+I!a&CGk#kznbUw8_|L9(rrP*e?cwL2hhZKY@0(?`eg4VHIRRj1{gW z^Ga&U@+(kBUe!szv_NHql*XqQsB%Bik1Jw6g3@1R*@Pe*5yv zlI$ZbVm_Se$w1}0udnT->6yF4YBAVL`8X8NuD}nC%6)+z{)D+n(b~w!2u%>oLN*@j z@YU(pt=nQbj>fkvKmVE3ii^H2Pq&k=KK_SQ1a(8&0yb=Cd_*`*2WpaHwk!hPEO;*N1bV`f423X zst9$!TvgPEP70q^8sQFtD-ZsbN}$y`)%bQ?${{@e1*vT2mnH z(9Aw%#-m6^(Q@?2kx#UH;^fmR0_v|O-@SAe@fUkmZJ)2rh++cQUgb{_q|c%{4Vx{V z{P|(saqxq2PO#8HZ-&utPsA^Dq*GCJUt8Y@heH#!-cFR&+~unD_kax7{z4! zc@!#U6_0u1RFrQJ;>y_ATkWq+fR$O)M#`?s6P%knpm3NTM~l)tC;J+lEWFdLuY&^v zj)K_ON+P0E@{pwpLzMeIl@wHO4N<6d=7e}vvYT7(>IR@>nK;+wbid?Qp4fZJab*_y z+}Jb}Tt?I(S6jwK^BqF`>lEpIE7pF5{NWx;?(NM7R00O@MKt|~-(UKNO+DokAV=Ap zKbg4+d}z+m&d+C{Z3e3Nb3@$ss`5TyGkg$P=Axu1#5KwR6y_!7Y$xfFKp^p<>vccLD$CV|Dc6!M%Bc54CgW|x2jSn6FsBk4ZXS84Pv+%(M4Re@^Oi%nX8_qagf353E7%9$2^y{;Ww8BWx!|@%B0)`9`d+o{nm)I79 zW%1PIZZOjuDFK%JXzLI%11yjO`F4+DmAJF0Z(s&jpt}RLXTQf=KN#+dA9+=km4|}l zae1p}#Dl_~I~Vt*3SC<#4(Z8@8r~(R|57n}mFyk1*x8VnQoBvevto~L6hD_F)OA?l z2x8TR21=F)c;K>oREM3zR3P0b$sU}9zUP4CJ17Hi?j5>s zH{HB>n?jfdJajP`NDqSc&bVrEC(a%u>}j1n8yz7fto-GryGwhLo4B0h$|zXO^Z>K3 z%^!PXn)vEa2ZD>M^x1&|k_onXnPS7o&rjYFSI_Y7y0}icWeQMA^pn?XrdZOJUx<{g*_~M(0`$ z*?9k8{n4tLqD{DgP+$LBGyAHu{SV~dbBlH^1l4lWrD6l)i9BN!+?f5<41b46(E13p z8k~(bMLVIXz&)A=_?0u4^zZ49Re6vLm6v%^0+#wV%p7vd96yIem%zB#qsaFie(C>s}<0)-xGWZk&&D+W8_t4D}C zmk-{&_Lb8Z$-WnB*`#gQx-xOtp+U+_d^XhDS0Nz1$TpxJo{ds~6I?wrRoQm?%P^t~Vq+VM94`!I}456x&%L6n*c<}ZJ1&E{kbZoQLl`EF0 zN<|YVsHI4-yNZ^(x7oK-csIvj_XzoDQ9a)@v5yy|+369*XoXjeDIR$uy<6 zBLv}@?uPA9Kw(6*SM8gzNDo(@tYqD7kV!v?&2G7zaIW)F$LU6@3AG9|`we=m9ux13 zW}+@a>CKBci4mpQDwPwZGC4kzQVar*GseR`TwGvoZy@=dd>EM$)aAn%?mh_byc=h+&RgFPYPxRQ zJub{Ytfb9%A7GKe&Ln{F+J@nnSupaQ|J1vMB61)qRZm2hP(b+XmZEAEQ1CZ-9~uIQ z;^wI6y`TQ0SgWM65a=3YeEP{IEH-aS-M_h|1%0Lj-23e#Fs@1d;SY~RS*Q+6A{IgC3LKVb*|_e&Cgx6fE^4?_ zr$iO>HmU3#z5i_QbPj7q*th?A5hqrQ`W;Vej)54S8Uc<#3^No90}Bk0{^8Rr*_Qo^M#g$cGNNV zp;q_0qNDVxJpJ@)=w7@)dR=}EblUs(>(n8W=uE~Z*c6K!VbuAsm>T|xBFXB{C zshBLA!4p(zhw?8%>*8zVg9e_E{{gLQ`q|IyfzFWE0>k35JiRu$7!Hrhp-E2VC(*@t zijE_GqUhWMiE^yUXsEToBqWFR@Wn>GNeyCKWujo8z({`Vwr<<`9vyU)ho zUG;M6R=ohbQxtCyi;e>*H3;x-OjhWh%56bqr*eMt;T4D@Lz|Ex$6@#tSc+=V^{S*B z$3q2oN=WGbTC{m&iMidGhOy*t!lz^l51jsgn8=%OttqKI|0JIgl|8X;WSfK$u-CTT zVz2o#@!WB7a4E>iWwhTjRq1s&RNMG^mTgtwLYy&2jviGhz^a|X^tBYPCA1q=0Lyg^ zfuicvdjur9`#9GPU&+ZMzFi%WcIDPX?XYIL#aNKgwyKp?sHec5?5A>Wy6)xWe-aF> zOJ8P-I0s3k)qFu!5^p2^3uM&Y6jdtmMNRKHZE}ea&F$^7&XWkj!p&Jhi!(L@lXr9x z@xOHOUk43oY0j5UmbHL9>kU{+IfF$76fYp0Q8mN{|{Dce{QfMWyw z&SWDh0*y7&qZJuLt}@qzeTVC^YG{%q(-a%F5;OI(Wt{N4p>u=(EgN(|hWj9%q8r%O zNV!B4sKv+)9H_3(icM@^1Vl8jGFC0YM6h}%AC1qtAOgvjJfa(KuNtV1(_p1*T0B{{ zq#%xs2%T(9D`k}B0(LyC+azoyol7s#4hx)kqkbv|a6h{hhCu77S|DnZZyj&uMljF^SXT26+-HB3J*u?vGluuq1wdm%@ z2p4@ozX3To2Nj|cR{(R|_l&e|^FI%oZ8BFTZHrz9r9W-zLB?#f^Dqs2Xaj( zdl(TkdNNSRR^l85z>ab$HXl8^iWsQ3=U(KV0PlFQ*A)FdS2E(BMncCjq++ijaOQF0 zJHK1R>PjF^kwDSTS?_CkV*=enBq~Oz}GY4;>b0`#m#hPo*_R=v+SqEn2-rKFm6 z_umb=oMSPAMGVrHi`e(`;B|M6x+{ZI#RG*Fb_a^uU37jakCQG*As`9&uIksp>uyhr zF1%RHzyQ0p^O@m zDV8rm_FCH;_=R|*f)bdgP8NWy#huqBr`~n$AH%7O-Cy{p=&{ z^*~x(nvok6*F?l$lWs$14~Zfj_P^fK(0LZt)xt$lT5p$QTpn&~F%;3O&X2!G{cE|C zT5$;aSVVO2tZMD;HKRirSVX$5Ta1r4H4Od8Lhb|LJaktotz^?fBGSev9ouyTJvEff z(LMQU-Tdyq;->L@)a0oQe7V@gR5ODtqL-FtT)apn|6$Pk+T^kyBt>$D;QOqvrMjEI z{oMd@UN?QgDp&7SukHK`a04IYW1aURZ)|y7Ic^E0NQKDh+kKWH0UPJ;oJm^m>Nn}^ z5g2rh#2=`Na&vP7Qi^Ku*|Bq{Ioyf<8@e7}S00LcC{i~nQs;Ewa zuKaAi*j_Q?XVCo&`!BbGhd2>juZ|IXpuo)!eNa``joKnJnpf=5`RNo6bYhd18~<1;EDWa31oE~YRbB2hVw4D(Pmz;Z@(EjZ<70{O7x z?o&8+tgkArh6JXuD`}xLaBf9XhtgqCu>k-rppMF}IzxI4uhXY$1bRi3Q*AfS7Io zX8V?{otT)g%o@C!vtt%ZCISxZ@G>9`Kpe%2)Pj2V*65^Iecvw&1HUWqEiNZ)E7)rE zqVNof>9k1svKhOWmyZur`RS^k(RmrR=lg))uSVEQgAv;j!-1?<%JPN+uJp%=NRtC@ zhJ!4ALgH)v=ag z%+}AKiGRBtWS$(4Xsk4bMTZLsS0VTAi9#WW|95OYHu-%&zvm>qDY=)MkMDTY1&T<{ z;Eo+TZfm-{UBqzY1X62`YU#EP?(Uvx2SWh3)E<{F&;t~dZkS<5=NPZ^QN-a(U$^nd z)EMe@U@~oJ#ba8G-1A;+MWu@DqKAg4OllQV z2IRwOzv4+CQqlfc)^fQ^keo;pMx!RN0RkK1&`S>FsDt{!SV7+Vf(Ha-QuZS<5~k7w=maVP{M$yxn04xp>bhQGEabJBZiueTmiT8jJi zDGzo+8US{ydWT{oiP!8_nnA4|myZpf2j2t9>4koN=kPp@nWNp?IgKKKDu)X$+Iya+x&pwdX|pT*>(>ex56Dd*w%={0lb zoW*kgIG%;_jf?OMz?$}&e^t>hoP};LR(@h6X~+^%VnJurP{gCaPP|8ZLhsypoGe|N z$F%C^YJCa$3LHaK15MgAo+;lEUWJ0}JV1_kVuq)qrup|+g3J-pE^jEPnnnRT=$ntS=OFiaN+t-R$|Xns>9_JB_SG6d>XxOQZ|fKFQQn>VgHQ1Xr4! z1l!5OZYr2u;fhU&4l)FQy%*_?p`uMV@%SS&gT{1zvcxY2>s9I9-3KgFF~aZ00N`U8 z%Gvo(MPO~|+zeDJ_$WbaQEv-(!N;oPo zgV070izS_Amecd2?~vq&-da}%+P`U7yg{2A0i@y@LVF{(1=ht&g;Y!FEya2EyN!_H zU5dM(|NDj>G%s(lcVgXS`eH|JU13kAo;aif#y1;QzRNYACKHe<53jA}Kj2A2K}qui zY}?>P8eS4}6K^O9PNet#x=GHU@)mLtVtC2@L=0*EcPS<1i z6{j8fw`^&_hYwhcM}+~3Cc0jVcUzKD&s7|X*tS{I)LWUEfs)^aI~_Fz$!KMC+;j4c zC*Tpp@&WXhPDWViIB?Je%r&7~zkV7To=pI52vW}uwTjpE>(MyyP_iVjL&*`e99Gky zE^8NgO55cYCSR}O!K&Z<%75Kd;m)~fL(n3{LIX_?v`#jU;}^`0q1rKa*sXRfpMmMP z7LkNfL+%unB`l%*TUhI;JlVz05rGWX{_Elj!MkvvR`7p=_Ek~Ff7ce11)f7F0-`5g z!5M%R4cu?!mSztzZfe5eQ!03_oa8hL6j}!%rggtURM-}0$rFBn%yn%Fh&I6jV1yTZ zHFm&2$hJd+*w~FELA7&~4oaR7D_uxl*Z=i(GM2hx5sHY25c6T)OF2ob?PRQs;?hz? zyT6V^(OQzAkls8(PfriVVE;wPBaH4NxflN(H$;~BXoE%6?t8Z)V{a7q-CA}r&RXD3 zKiJ;&30Ve}ce(vjtA%q1S5o%*{mcRSe4i9zV4b{e0B5O4n}J#@HX6wd{tfWKL;@z?$^uEXg?%ioCE9VA;Bakd3nZ4~3079|XoL6^ z;N>MliGUuJ?~^*#C2EwGuR!Xaa%X4fphK&d=lRv=xVvKgR0_-QPp;nh^l}bGx*pE~ z)Qox;syAm;yv9LW%phP3g({ASzPVhX0syse_~1ccj^n7b)=pqyZa;c=mvJdGlC|&r zzZYDF4wQvejmk6>A{6yPvc-21dvgSp^^~xu2Fe`|;g=~#DEusLgW{KR$T!n4+^LNv zkFk^ZDt(}&KhaGKMa6~S<%C2;ST-%+Y{OIlaw74E-{sWe)ss}7P^mw}C5If~YO2e< zD1gYJ4X|nK{Os6yu5xs}sG40+wr*DlQ}n}72V|Q}3=2}ep)ENq(>~hmtVWpPYDG<@ z!UpcthQO~ry`{~G+%Hokhm5nS+i2d?9a`~3H)P|T@`0mW18anX|L%aZRvy=-KM#Hn zk^cZ$BzJzvJxSV-oYiS*|BLHqDHA$zWGGHpUl23^eutv`xhS*eZ+vup^61Yw6(0D+Qk^f zuHM0eAMnI_?a!qh!QQA=ETGAXGa936iv8l1o%w*vwXFOZcdq22n~G_v6$w|;Yj=rq z`|izS5m`*VCQ(^mR4(P3&(!i7t1HO~y0zycg_qZy4DvZWwkw*p=-u7UUl|f&iyEK5 zG3Bywv|5_FnGHi+<)W05G&eqx>;uF}?4{cT@=0*xMYaFvSOFI(v zDv-(5bo5BA9sN|ne{K$3=S72};=UzhWRdDHYMOh4z@Yi`bL#8mq5zaf^+5QT--MG? ztNTkjJZ#~Oa!VTSnIO$&Ir63I$`w5Czc60owfZps@FEHfy9AFYl?#PNSEz6>lw?q% zHlFx)Y1MGT+C+qkI^WWLX5lVEQMCv1+yhI#bBReTldEMuDwNxQN|7ljX7{pe>bGgD&3^4l<{4nd z8%JPDaEAcKwjXA7{_q@+kTuiY5l5lAo^w=Ga<7a}up~dWGGWO0VE15ecJ)-4rH zfzIkmpk>hOZS?@7qV;ufakZ=~{llf!TMy{Nq2xXVFPoO}&!0c>i_HVn58{KNtr^m2 zOt*~i(!n!^Oc5RV7_M2BR#>62H-)olDFIutcnfXIB-G1{aqt8&bOKLIHLF$9tHyC> zniG#sLod7F)f9BhKEA#KpC4cIxf=xn zAU@#Z$Bzp4_7vPQ4NCX`<5ipPwJdMH?O#yGcfE`a^7FI)eud$Xj12azI}WT2m73=V znJ;1fD43V>T9S%PE;dMKfc>?Nl)4&iSFJv7Xbsj70v&=1UR7z-uhss7uxI!YZarL) z$sEk;z8Yug%fq% z;}?9!nz|w#PLZPxG3GcU;G#pKAKUifl8pu6W>`3G}bDQn-Nkn&>Pp2=KRrTe?`s{QSmO_D4Fi@A`&L2T;gAucM9@s^EJn|&Qx{ zo%f%s|H!zNRdB{tuUuyIz^*ZkLcWU*1Z>Uzg(9Yvr9Gr=<@8aJyzEQ~uU|dDc!1JU z#rM*loD`89ElE&$=Wj1QqQo_D0#F=!wtd;M7!``FH&F&3<2>(Q8|*(=$1V{w_WG>q z+vk1ZF?(KptM&PJ%UV<4*i35tvt>|ETZ`yj>loa%YqA)5 z&4Z|VL;Y+?$w)#3UjOQ|oK#p!8jSfO;0GGDFii$Z=}Ii_W|A*&DRnfq6aPx+QpbJA z@SN^wsGp2ZkcP<(G^&vsx^OOw#U#;~<#{j{aNi&_)VTMz)3NBJX8+qYpO5sh(` ziz_6BkA8z7rlq-A#RcMR08k}GMRlk=i7x6KoltuDx%5KN3Z3X&F;YD&JUo$)c8~UL z^(yp|@bvH4zTFt;4TPVc?17t+K;-FhYkSVSUSfisX^wXqWA<>+(yw0+4CX1ei*fa& zcN>LBIgxPXdR*7$(7m`60>wHL1>~YU_9QJ3KjhikYll z!8Z>*Mr(~B{pYlHrmjFGld?C^s_s+Yh65qqM%Nkyt;3is0$Ie)qoWTC*C);` zV}tPfYgyJwb?iSL`yhN>ap_&Vdh6C>tWP^QlBPCy2FcILeA?f5woCp!ICiKd&l|m> zmQpUY9b_q~=%U7dnw&%$uexY~Rers7E2MPTyd%>)1!%O-cO`-y9t3zxbXw z%>2}4cl*(2x+7r|)4fmfcMCb!M_5rg?|c>}`QHVlvs>{}#mLniM|aRr;N`mp5g2YL z?Pi2MY3$o~fy1ekBuS&)nL^kBqLBB?;7^@LT(CDXFT6_QX()zQT9{USCRi<+URI=3 zK}I0Z?yn`g;3u@Ba2N64_sXHKuuz>z3$UjcXS*n%>0xz#gLViFYJ-H3!Mborot`MQvIkaEuelYs#8@OI_r zA8ELrc;<%2#qtoe#~23QfXj~y?L+X9S^Gs(f!ao26Kt@r8P%D^T1I|Vo(1ErqSbxm zyq#a;hv)m!vqSA@(7oLU85MHH_!;vz^ohMP3;I8Ma4*iai4;w&AY}l8rR9tb4Z9-l z?v-srW2+byC4il)axOim>m!+-f$Uq^{Nc?0jGoESKJIhQ!qK7Dugv@D9mSNN>{=P4 zaQ6(;H${E7!Q5^Jw<|8iu`kX<$h!#MV{xeaz;D6zU9I-HfDw%aQwHtLf|fnCAg)HZ z6JPGH=|YYj@OC@3Wi>H;L#Iqd^zqyRm&>^z*IhJm9a=%fbDV+KLZkMx>GCh)*QR1N z7SQee&hPs|M@p$ad|88o0V%r%Um2(AJUY|dq0=c#S803k%&P1|S^0ir!V-MW4XgI0 z>rC=pBsnUmleyfn!Sm$Pe=Tj@*D<;S?)Siwl&&wdd3iZ?%scH}7@lPuAkg0oW6jtb=~8xNGB-J0NA)4= zhI`+?@!6?M6KY$L`EHns)*U`26ws&gY5pXgNCZ_ey=VP-zZ#QnO{*Mih~+(%6vNVgx<$1lB%hfJx zeSukFZ}^!uBvtU?34Mxwv>G$<(M&pToDVH z7zARcueB`DN`Bk_ndysP_lx2~?)wcVRS{cK^EuK+PcK|<6N=tLhoTxLpDLz7YEXxh{&e0DUxPBE0>VB!1f#(Q;FEi!3}%!V^8 zn}sd@yg$Wx?;H!?VEL+zUbY^ld<39;9@(3B;F&>#sL`qOUl!ZsFjx5Jmz1b>LGYZv zRD)|_d6e|1g%LHgao&p%+DJis=sJ4Lfv&Ky|+Z- zPD^5+rt7DK9PK4k;tUt0whNDbay6=#9NOkv^wYoY_oYcD84Gb#Jb?bmI7n=%L1Bny z`eAD}sw5o)A>5We+6BEs=ezCCA;A<~f~S;AY?b>=UG%mE}RPhOHBHA5j4r47C14BEire3+jKi`s_B7!y>ONDWL(hHWJa zWD>~bQOMjPG}llHh0=vsXGipBIR@ul6W@ZgEe6Mk<><$%WP(=q z#Gkoj;VM*n_#|N3(FZkcl%2Jwdw1X7Qq=`%8#*)fC__o%8S!U%V;+a1qS}D3#=OvO zDrV8OE!hiAbEx?0t?uwE=-?LP->mBQzb!HRJ!kAAu3u0$e$lqA`(*C;{hqf)sIX6{ zwqaiB-JLJzyNn_O#4@X66QQ8if?C#jzgYHLPM>Qh3o`7B{U)B#wz`Qt;TQx^8TX=B zOaB9-N-$MzW(ciS7)ynb;O!i`S|ly3uFr^Fhs(9E)Y@jT4Vy*TWeYK~;#Wnk(y9${ z-Ik|YmooZ5+dX~dLML9T^9okI4{JF4J957cIv4bh<)%B_K}!=2BuT5h?-oZB#I)PEMe5t?Op%$eIttjrM5$LH!eS1-FFmCgO~X z&flHB@R!v09TxwiBzvU`O0j4#uH+3}%SsByxXHsC2!WMYigHxm zB_!XHMYq{{{r3nbI+)($Rg{I45EpHR`U5j6LG)wjV-(Yi;bX=uOm=mdvgu^he62c~ z?aDx7((l$vq+2XZJ)GNjgvD`tpA@E{@VEWTd&{LimTf~XEx#$UgjDpiVb91(iTT}? zw%zG>sxBEqhBPDOcr%mMuV8RPU^8uu_7<-?#hdUD%CR;i2V*qa*ZK4DVcDTv^K~g& ze$;JW7;Re{1cx(Lpj+Uty_|I*s2tS&#;W5qH8GBEzwh7MlOyhgN~~9YZN)ryEOKbK z3STpQN!4|$=GW>hUfrr?Smh2K!XnfntLIRckav6U8XEVDus$JoFGs-cWj}PBZn`LZ z8Yw};x+u?2$XO>mxPIk#o}8sx`Dxe|02^W8+sUdv{|gh#PqbA>Mx2m3s&9SZJhPiuIhL&^CgQj7Rx5j zzdKQH6#QRx-H4~0yhs~RqRF)e7tMAR#}E?%;)cItHFd+o z{CZ}D??!$T7&N3AXva}WFJdbz9x{6ky=hO8G~>6y=ZEAqfZa>WJcAhk?Vr|TL#DE8 z!rEN#>bZT(mPs=jG@3nidN+0X{hwgz%|(=@!K+{Au5eiJhJYo`t$sjiG-(Pw!Rw3I zwogL^s8S2qQ2{ytNK4B*1h}cBuiOa?L>12l2?)Z{D23 z9}K&5=gdxO3L=S#B^k%Gheysx;5RdrGM=^v?Ck8oTA?aTePGryvD&yuL~5+C%a+PY zVfnzim48w9^b|Io{nPXUKQJ#5OfR_3gwK%d0+-r^;Q)*x_{gBSN{)PShX#k3BQOV? zi0`%v35^wVQ9K0@E1kb?1~WBO7uQe%av&Ta)s)K7zb-osil^1G!L=WyadknY^Y9w0 zNo{ge3za8L=Zg17kT1Ml2p+%4ADWJB2Hq7FXt)_xStQx+Tl3SP;Igacsp)H%g;+Dlo4K*m9 z00kFoEv76*t$7Igmdc)uGXSn~0@&NbaTFp#{gh*oPkOeudRZhHN!&eyec60%F zM=^>y=-arsx)Gt?0An);DL~||NMTHHMhxQkZV-Vrmly)(A=*SQoQh2&+L@}G(EnNs zX}`n!Mp3?wK{(e_PR2UoR|2L7%2Pobd-=&0@>g-F!m%9Xhi2?8!8Ap`@E5wD%(M5)v+zYxcC)SU})b9`Lo4VBaH)`1z;Cpg!iUfI!eEAh*d1BJtjD@}SKre*+I*yG!5h)T zmr%*BV>G{yp#B>xl1}I?6k)-Ma~9PF&Ydl$jPnmgQSdJ^H<^#JgNFxWI(%>4B8QR0 zQx7!flOw2I;^1e+EEm;OTrxPCK-8yozq6pL&vH(QL>avO+(ew9iVW(Zr@U0NtIi#x zi!t-8Qn^Hqvp6rT%`IIhtB+{eYcqtLyAO-2C5JnPv8KF0wv>PM5)DN~HqB-Cm_+-t zLHzq;2=cQ+6B*Vb#D3cw(tXxUDq31s;iJo60s7wG4jf3^b!-c8!U#K+?qC zb>cZU=F}zck|~%I@j0vcHI^)44^HS^#s-D4g(M|E{|6;DT>RH{Fhxb#efAUEoM(O} zRzFp}3xjo3Poc>3&xTA1KFg@YzUn%daStRDXWTS4a-0w5GezIiLaC(USGZVXC-l=f zswlxaDo2KgYIyi7W>RAPi2k$}kxU%g2scW3($e@3prY3L{I2O@m4n6&hrWb6^!kU; z7lT|dh(V8C$h4#yubR6-`+xbgQ% zSjhFy_rn{8tb&I0Lws*h-J)f7@i&KeI+9~f1hX8qrBaQFv4KIfX$h#dIhiR(T;dIk z&8#uUYfxo}uqI7^QKFV&7bQ+J8M6=lharcvwXwn6n{6r4Ak_U!3k$zumf7r~O3OZQ zzgxw`w7p5kX;xWbk`(Foh#q^pXICe z@2x|D8Xr>g*8DXiw&U1QL1rkNw(eYWBW`&&LmSjIXtM-3vs-+`>|!RfCy+bUeVw=gffZzcv4(03henJVL%9YevpVbdm}?$mCcKdYpj|6=lc>NO}l#EY zola1>fVRz%?4VPay?HN{$4%VuFFtF(I#L`R@Pzw44K_@NM!yWDC#YG zPGJ)hn>s)LpYcBxsgQw^&{PuOH9LqDk;3b<%POcS6{ua10r>+7ewx3}GEbWw4;E3d zZ%NwqNXy(XqPgF4`8dioNOa?yDgt(;Qar^dYvhim_8oj)8kAj_BJP`Ki^tg3(V;DMInHVSbmiLl z{{j?ZzL1oFZz^gT3}|3IS<o|FbJR!tVlu_NWe^#P z`57l6*L&DF;@ z&HpO7W1na!n4t0%L7g{{T-%EdUEt@W=euR!Hg|wqSkVym?bhw~S?Mf4Y^J z`~0unVR})UvI`SsM@~HwM9}@?RJQ1ngwM$(ji+1>?ryQLzql7xWvF+{!g*=l+24vP zHs5ebBJBG0>)7*;pFR6zTBkP947}nbid+kfDIu!I+|o5lT?atgu$jG<0Lzupm*L%4#t>XsM!(qq=^~ZE7-3zU{#u zf~DM%G*R<`OJ1h2$#oZ;bX|HRs!GuW!m$C&^SeExiLSDc2EFj8F}&EoeAKc7FB>H6 zRaj=#ejW-4pzqrFejKNEPK~|BVrT+l3qfSKu=P7Fhiy~EHO#A8!_;^CifY_aQY`$I zUGcs=>e-&T-6_2TZwn_g^^Gi4phJ!@cnziF9Ei>D+j0WwhvCSdM1hGlG^eAg%5(FH zNOWnCTBWLe3`)(7aAVcN1A&sVAH}*bH)}L7giCQgQ<@__UC}o4c4)dMGlqCC zX*XT{cHa+>!jODUq)rqL?-Ht?*JOnmhEStXO>^6pI4&aEWsY7ar=%Z=0~lvS2E?m9 z>!csvC6|Y*l>L5y1fga!e4;q>^zMshBg`{j4R$>)CxrRnE5z90tq%vUBM80tbrn%8 zO>|m%DMsG?H=3*CYdTFBr3QZQJF8NfAN-wG&(Cif2AL#hfNTSQd^@nu{{HM;%hqi> zq9w=C05xYt#0^(*bQL3$l9uzm=H-kF<_HpvBtalca&aiqGf52nAL%GRCk9w_R!JqDk7-&wlF|C%>b7+1h=T`3UX3ULjZx5n)mR zcFCSa*^foQa%caO4MP1Z75y519>^GmTB<8vYtYc+{`M%7D|Z`jIuF>T>(;f59@(I2 z(a|5Bzj9$YZ0Y#n;Ci`;f|nVT4=G>Y>~Mzr)(prT1tf9))2VCb9asP5#%l6W23sO2&V-PVor|k_6M*4-q1q1jsA(^(wlW?7VN^ zTOfRp$R_rf0?feCrySuMdamK+85#h4%2H#zBmfQ-k7}-A9FAh3;H**}^}T6V&V>FY zwzBZ}&?~%>#0nz8xtDnIh-Ed>{uj#nGN@gGpP;uCwEFfYER5OqJv6WwP_KDNwi#R6 z0=<4qp#>PvV`36;SYb@wOePV{XiSk@P|IzD+Ps8bZusWXP?-sb(3j~@D%tX!$Rr* zqwBllxm^GMwG`42D$+2rOIeYOY_eAf$;#f6LQ^S}UC7>>NJJYEvR6h~StT+e@_XK@ zb2{J8na(9uAg=^ z8hDth=Zx}9g!-@R@a{)BOXI4r;sLDB$)?*04cVG+e$ZtYLF0z@>-1qT%~ zw|9$AIvaFBEzODiT8a6qv^6M)1_#qJIS~3Akk}%)I{kggn-gQ>Xt6m*@JdA_p|@RkN%Vy=R%zyM{f#h_F+9b~o_pJQ2P%UE7SIUZZhezJhw;Ih%NxdL(;bPNM zfH0s)39arkALl2<1%pp}BYM&n($ebfgGJB0zDZc!sl0!@?@bH{$hdHJta?_>=}FV$ zwvpJMyxbQ{4?LKQJ}>BAxk_BmMRG0Vq8X2x<(rgFG8#_^D)$IMXlkUS#YS`Po znXsGPnegzOKd6&4b?%2;0q_qhF|fQN`!6;>dyP6^VO~Vj%-PwQf}C7an3Yxb=LH>X zhyB=99}2Q;9r3+i$UII=hs-G0aUVd^ci~gL= zKA5(>3-(V)wltGC^Se>n4=>`3|erTP1}f2KbluL2DL9W+#T zi0aee&7Kz$c79qVbx3^`i)$e`jI9!Uk+5g%8N*xSH8TM9AfB~jset~zP+GwUph~q&-L^?-m zuL9bk75qz-@^Ac$-<$b;>A?bkKr|~$k5|lUHmZ|DSh&-9wB-D}HSK-NV^@4Ve&<+fBT;I30?6`gT9bzw@?R}flLU*H7%>5HN%PYE+31ePW$Sjz zFRdzwiiHOxqrjx7Okjw=iHbl@Ab^H^F5XvZB7~8lCcov4}F^~L4(6OPL ztD&A@eh?a(C+uHnf%lH$GUG~dgT30=A2gsH4xR2ZbeaR+*W%`BBC@4EnkTlynJ%dec zY7RqKW_CQQ&CwO5LNde?Q_SxQMY@PQA7XdPk0JAfckI(Q)rS%Kou5tW>qiV8OV|8t zzsf<_A2X)0vA`mbdOHN&R_7dJig<5ZT?*Y%|=%$^Yfr|^_W%d~oe3V#1+aA-&rm=hWcEdndY3qAGi8!^<_b4>g* z;0y-T#m7GL&knc0L>P{JPq(^v--lLPib?@!z9u0Z02=EK9#&f52;xPET&GRio4jGe z7+OC#TWwx~jf&VB$}&$CHk^f(bZOrc_;__3u=g8RMZOw z-UVUJJ1V(YZE#&yl$XQtj7puKs%?+syZgMX`}Rqc5c3&2iw-|TZVWg>0<9*15kwn~ z+-a&6_7W%>e>3K_*KiK4>Rid@!m=UV?Pt7k6oL+Vk2&Mk&A#tz<`y=+1|G@ZIb`;F zRZnB-uDrPpss>%&=$M#^9p_Fc9yb#7hD;1v+t5t|LyffNflIBet9s;4nRz0iXK8n* zM=%J_Q@D7JKDU%flFikP=ie%Ghq|`ttU!E@%PwNcU817tT1_%L(#nwtH{i`W)HVXb!g}4L zFHR_42a(q@2SD+{^o_lZpRjZ3q^YwoGQRxTv;p{Ny%^h>VDK^I2UGS8W(F-;ji_Qo2$~ox8Bu_vk$jyJ$J&w-29Pc69fVZ z!h4y9PO?5v*hUC(z<-(cBqMq#ajMftO=PB7<8Vh}26Tzd+$STP#zJ+KV(i`?s1sYh z`0l>usS2sx3WRh>37DFblhZAoUjH6dN1N8hmi+TQzX%ghRvX@$)n9(-y+?Dm7F=`z zjJ&+xP*4+V-vw`Pq56Hbrylf=w}`cGep`bCh?Hdvve!#c2Kw->tp1p2NwVMv{fKa; zSy6pPVe1M(yRKoZfD0Et=_EmZ+JPaNzm~vkysBMrbXZujm#cN+9hB>m`b0XANZHxS z&&vH03?W}i%~I?b1p1RMlB43l{7)y)(UDsnTeNgW-nn z^m_z8c7vd{{sYfm%4g;Zmsnr-ZcbwG4LGFC`wth*vnzhA>xyu*b=tGLsX3aHQNHzMLkRsn2x6@ zf0z-6_0Tvx%A2w(YbDxEZRlr++ zwH>6ZN04!}GaLN{vKoot)1uau+l&8+nR&P@a<0B7-%JrM zP(C(dXc*VYT=8<6%A@}4om6M*o^(_81RcAbA}$d4fk^B%1&%}2pmg3pYr3qdHa021 z9m@;tEvCBu6LIsuca7)(sgam5<)XE66BKq(kX$*ve2M8~Tv6<=Tof&DzjcDd05@nd zchS($Y~Owkuja2$#`;>d^u7nD4$tG9cZd)-{G zt{j?^AgW(>O#g?pF1Fxb+PRfqN|0P@FK>4F^BBbCDJBmOpPuyGvO@P9kD3Q2D*;m@ z=AqkgJG`hV+AujCN@o`waCq?lWXh0`ge1mq|MNk3q9HUtetlGR$eDMGetv#n5OTbi zf8w&ZNOHf11g|6M+RtF7@UPl!X`t4u5(IWZex%#W+zrLmdh360v zpwgVG)|yIT{#5#3^2ui%iNpt!gMThVwek3~jlygf_gsU1Eu)~`;wK^dI8#n;-Mo&s zm+@a>>DB5>d%x!WbNOtRaYm#J)K51be|+t`mR_F4Pa|wvh{n)MkXGaUO%btqXU4eh z{QkV{<$t(2X^vU5`tn!5FO{>W2C?zxAQ<6k$Xq9FJfwfkec{*jsal;R*|Ju2_8-=b zCCfcrVmp2B`h5`fab&skE(4{14_b)%Cz22d!mstrxtfcAvs8z+lW5j#zO-6wl;GSB zQGS1+$sSp^a9(JP;rC5Yt-f_`r%T@ayy%7v3LlJ;gvhOih=^sX4g^M{+vb)KyEjj} zFIx21zaJ72yPf331K~n&3RLzW3!rLF>EFF4q0iFmR`vEDYVAx4P!pL5Qv+r}u71)n z1E;QlI{)m6N5+9Pb=g5*v;sfhuufl_y<=P2n*=t?%hU6~Wr3|eTDzvBKJdKZt#jXp zY6LO4hsdO}Xm#B({+i8@_4jEK!XSY*UKnjWb7V+}sZ8C0nY?rb{RQpT61~7;Pw_HT zMscD+xnVn3N6ljdpcv5z!g2Lxzxg6`Tob6NcTT=@9MUnh`@=|@DPi|cK5;)@^mGe? zvTO>5PP7!ryxm89m0LT{Wo*ktRSSyPbJnGb-R)hsfXnUhtt{PTjPDQTA8)5IVGQ+R z<-RrU48${3$Ix=ZB9Oi$PmqSI`$`hQ&q_;6(-f2Lo&JNvvKg%|-6(tt#n}0`v*Aa> zo`w!)Yx4!Lp83rLrN~neX(TMq?-NNpMlfGsuXyyD1wl_|6zexv-Zu&q`sZOtyx=Aw z#%fBzm25kI6w@f?GrSD?i+t)9U1m^0WPIX9XquwhyqOreFF5-wv=V55TE&L40@{>m zl5o)H;vgfO+#-NltSnFk<)0@6*~J4v=&icHr!6h+N7_XUMJO>6oly8ZfdxHnkth|R zoP1`7$ezht%AZHY5?xSCf~L9c>pOz@6tt|a&~S4H#>9x3zJZE)jFp)gFc#-5`R-m4 zWctnzk#Hbl=BB^DExa*$Zt?wuXBF^fQZ3RVRXcSgE*!;9jxr9O)Yu*#K|#SohtzEQ zT5l@+CX#IK+`3f)Cdt$RqUNSgu9o$mzY5xRhJbZ>0mL2pk%g?H9(8|2s&Fk%YnZEn z5c*lpRP>@bxZ07ldex>KJh7+*u;poedp&me6HTSW*YDAs%)7U5pX;>F@n<;t2oTwj zkDcsjJ4;T^yD92{PXlhSyrAG6GUiw~z2q0Uw5V5i+pg8op({Yz-fSXN_(Z5%S6Abz zN?}@$g8?SPpT2hQ_WS*+Dd=7bm$>m3NuV{aGSahudSAJ_#XO#BgX$`^mwQWZrc$SV zOAsI99L+cq^5RA-qsT4M%@VtEw@Nir9Xh-9Yk7zS=gkkQj^Y_NMa9>xmy+5-aewFP z6gQ6rJ@04TPioEc-sxF9o*NpHc^V@&m04DYuTVBC{HZ5u#3N^Y18?v`NCK@PavAWQ zD0hpTv=l|MD-7hhLIFw4@s@@Eorh&K8}jq3e^{%v5%#F0&)gzGWC>;ZESX05<%+U~5MsfSI`C zEg9P{DA1}-Q=Ob1?+DHgwCbcS%ni+{9>TbsVvwjrrhL}?kKScv%DxKy`AVVjsiZYP zg`=|+Sk-qKR{JP+h#QVNp1rFbOT~EEg=H%H?|^YUd^eWBX1V zsEV-3UtHw5o4;>_CB9RGY9x|+^cczAQ@OEeDFIHqKd-t3Qvq8oaK|#%OVdI}xsfkY zI?LRn7QkE><5yWUBnnYLj>(j+A^;Bxt_)r91$UC7#$tO z76B-=dYGG6-W@7&SdS0zcYyes9cikxj=i=|(g(ZfAo_E@%R~wh@Eu~DLPkGi+Pgic z8`9I$5#PZ^&+_B@{QNs_QEUOWvF;x(ug8woHz7qquu}Zi+FBb2KSD#mM>;+wzbR>C z?(_R|$VF5z($*I6Tv!1|mi4~o#eIKGWX7dGg$JaVlQo!@M*lLx1|9(B((}~fAn@(F zj)?G}*zp|5xl!1$>wuyt1J&8$cUIOi*+y=^xuqiwGD6*sX(_Od1q-@)rg1VotO^`D zPGLw9lDOR`&%$|_*K%7G!#|apkPzYu}2O%vz0~xE{GxJ)ybg_@uwhdEQU)p}-C}mH& z7H5P^Ii^uf?`Ki<&%Rg-?NrK`MiybrBt~{=X}O;GxZkg6s%-eQjV;3#r@b^;=a+)% zOLXLzbx=t~bwatRkRIYUb_GfpeXY4`F?%TwUd(yyd*QKMh260vgKcxWxT!|Q%H0*S z-%F+5mZO@kay6!8V>o^Q_Csa=7h_CVP8~ftWE)yr8NH-Q9A{{w>xv#GHnPb6v z5~77iwL3aWXck4`s7eTslYihj+o1pnfX(^y^XSG#l1cr~(JDMdOnYa++MH7Kjocud zUX}I_Ao?o`3*gW&P3Nz2ddeHcW(M)HS zwY>vmgy_SZ-hKjXzUnmuYVkd6&0HawQ|8kZ?cx^IKBi~FXxmQDrv%Sb(LZ_G z92(d$pxPd4W>L%0@r731c*g~S8=_5fU!;ET*~DL$JmPxxkT{sIl4U(aU)rc*X_@Br z!*2*~4?=p|X_{?f`4$+EHw13w<>fBHPb(6~mCpHpIShF{QVA^Q(ad-Qrw4mciV!gzS)s<9y~itUtjF#M`^!#=AWam|&PfW^oo(yVc5!Yx>(0J`|I5C3 zH$STwDfOtvyNN2yJ|!F2C1PyOY47xz&RpxevPPpv6k_BU1EZ@#ZXSL4_^3LaYPR|= ztHv8=G1wO3yO!l6VWQ>V^5rhRetk@?+1~u(hKC`(TUu1^xyLUoe%xm!-l)hN)RKyd zyh5p&U!IX8Kzy zQ7tVk6(BlOuY)C`aI#1mnS;zo~;@0qf7OkYYz}TZ_*ZC za`H0Ywz(i)s}bqQP3StI#bf$rhU z!0{@CW}8d)gZ7Ku>E!IpO)q|kJqhF7%W$v>UslL99F~+%oFc#(BBTzQgV>*l#kLATt?ngxpeje2kPFw)!-L^ zlij&P?ujQ7^q{Xt>iX$~IDI0Qwor>E&XvFQ^o%-}L5Zf>5l+qwARVYLc|B~kfi(do z!n)Z^$9MCo{H=(N^mfi*%|$3Juw^BjuMMW>g{9~YF^!Uc?Dm0@H%FT7BZ%xuU5f{1 zUWfYeI;~r`4iYY%gyjKNF+yzQx6LdeInBFOoL{R%a|lS}52RD78}&54u-0_OnnVhq z&b~A))h51-*hivR3t|fmcfdR)+PgJ)44R_VL`|rnIEzC1Y*HUlP9wRpW%n^)D9+v2 z&g8$Sdvp4F%Bv%v3z{-{x*V7qZE|^MHl_Sf*qMCfWl-@c8<$uJcSm%hQ8vl*yVA96 z8Di1s`6B8edy;((LuY&C19hg8p|tm`1l<@u6QQO*TavF+Y*)9}yDL0;ugux+37seD znYIvay)?PfDr3)*<5B8iY=$vt!uWE6n^NDI4H~27kV&u>Pl$BXSsl40CbJHBkdVko zVlcY*QzuWRZu;ONb>pbIWf^VPmVNVnb+js{ql51q=bj+ zrS+ZTNA<3e$t;^WdZttjiG8`=`l|T&BT8*|VZZNTEo6BI-ETB`CgmsQ3WP~sO*%K~ zZfKW3=g8?rAz+^Jk=i0LsX3C7d(Y9WdzJ(H@}`wvx3k%-?l|4$F!pvgndh$jx1;2N z4`;OnHijAAlE^=IEwgo`y5x#C#l+SYCpIC+$7@Tb;$Bs5KE^2D%^vWHBBjAvg6=lA zn(%9oBbtTxl4a-u3^s*F9=|v7igx@pf8%5A{gk~qW*fUrGa6`Ssc#kOof3MlTrc{? zXUAlShO(OX(z4Twd>V`B_bQ!1Cko2CrUDl$%q*bYr(C~siq%qC2We#%=F!Miwz@PI=K{v32#(;jolQy96a8JFr&d%OE}&d+ofjZnI|{S-7= z!ueo`U8;5zIp6kWxrrp$LmWJ}_=NKZ2BeLE zsKT}hX}u28bwe*JH^+61r^1D<`sDthU)z;8Iz2*K)+^WJF~;rMW&Chohw8;X5i4fq zVA`Mx{mWM6Wt&$kq=f~Ef7b1=NY<9qUfHJhWF)Bcw9lBmG7n~|E$38Sts!wiUVu7g zSIN_+w$<#nyXXB(eGV>VlL*7I~BeHef?ip4fbxd+Euc;mEV4%^(ZXQ8hvt-8(GD-khMa7kc`XemgXXtdLMxd1G&fguENv=C@xURv z3GG@?$z>iZJt}CO8f_N9g=0al@KAK@*?p!q9{GORQyb}R<;yFL`MKK(zx9M z6$ee|;aDbN3E6a>U%Sa05e=a)E<43~I?tXw8lY19aE)3}XboTHF>-ym2%Z-wudw_$ z5nSutMPW;7_E1T_HDCDS>^cEnbzOC4ddo6(k(|Vd{>IY8dk=gxq8z!*5(mHCze&s0 zck@Pd;F*M6vT3sY4xSxMad#x$bd%n&{NT|IIum=X%E}-ob0FsBZnZSYD&G+Ck@}DQ zH+Bamexbhc<7L{6-rb5bip|ptulD?OKpvU(eMU-F?)68n^Yq?e|Gjar8>g#vYOvW9 z%5}J1nVsZeGK5p!uHHM%2G-8`cUn$`KjZlCCMyLs8&U z=Od&tm3=1cX+3JqRQFOGQZpYzuZgoTOFe4&Su^;z!C%y})MYRiQb9*Cv1YJ45 zhe-lQ`%!BqVjd2ldOa_Ew=z=o)yPR4hs{^>El5B91>U+NS3M8;4SWIshj!j-^8`j~ z78@L`m&eP~{3U%5by1Vidh?a~<{3VBfsC0@w0GFZ;f+6XhmNeOfV@haQ`OVru;6R@ zL`_Bc*xAfoM>Mtt(eOTbOgdUQI!v^H9l0F?a?X?Fq#kQGkAE?doa7kEUpQezVY3op z{JYS;t3XvuDZHt)?JD(xavy&4Sd6mk8PzpQuX5Av<>h^Q(p6gY!g>O3AxqYX9aL#@ zWb=MMn{sph{tY$|JS!MNmm+$*2cp<4BJ5e~8&Y>>pV>0(IP25DH?X=FMK(?co2-L2 zgJaULW&ZAbEFXYuma2j;qUV|SGVeQ)gn_M0GQ&y>x`8OP=TZ}PloSv;P)JJU$#7Y1 z9-p=S)%EnO>@xY*Sf0m&HZwCL-gn6_Z7Js38aK}2od9arMkICw0d>7-l^kKU2Q`m& zezCB4Tr@xaSe+C+@7k{R8NDI7AZKqFh^bH7(1|tC@)8 z^2XPH4asaWvn3Z|tR*dvNNb?it>%%|JIpT7Uz(bF77h*t)s`cea^mT$`OCYGQr9ZHYtxn5XPaVn)nF7NLOL%~r&H$GR?d+tfE0m4%&lF_K4 zP~ufm%ICPOw4uB@{pq9Z5arMM2Mc>P{3JF3wU^W?zxIHJ`vSuZl_^6Vm)WWm%p=;O zUl|LmBQ+rlJCW9OU10a>hql-0=Kg;D*~{3YbsFa!A0=>Bj`KzJ`I)fy8;YjQvN^t% z9DHnIvTb+{;FTFQu|Hf-zny)UyjIy5@vYHaxCd9Tl%Co<8IVZL4Y$9$YH^exBwKz$M^l@04e7@A zN4EOX(&fbI!}-piK>>fD8ZJPPi?d*^F%VY_X1Ju|X2J=>VcH(!^GGb!%1iH4Hr*yI zeH5O4DAl#KwR>=$5jqHurPwM|7Z~B@L`dy*FI*=EG~@v}Y7Rk7FpM(d@!5uW*u2xZ z(mV~#YKB2RHGqy$8PO7j*i6}IQ{p;%4e1_O^1+X^on8F^p&kBydeB7tf}x>=0=?BTr=9Z6`0qhareQ{){^cca~3qVLqWr_dO)@&$tzr z^VjEPt~5Svo!1M4lmhs+=ftXMysfJ<)c(O#sy>%`{bR6X+qnh3(~-Y-3gWLznn7=D z>m5Io?M_6&c6FO%Z(pXFl|!dxie=LA-lfcg7J6X?=j((%-8-PX`WeaTU)u!2uaj?| zfhADynahZJy3Q%L4zr3iU;CKd?1UINjKswAZQl#9c;lq^=$=VN07OF4mRF^0wh;6y zj|;9M-MGU6b=$p|&^ECHYMSXiZ%~knGQa6`yb1(aCCphMTwt}u@vwgaQ4{KF1s>?H{Sd9fBFY*mZjeW+jy zPdEG2K9HL1<%cj+D=E-Kem(7MKwbQSLgJZ@>a^{oUx*E8$jB=_XEUrNaL=8sV$D&e zTY1fg3lBve4>%ioi%-Mkv?=>5YT1*-o4<&-#`>ZosR?7~kdwVlf8s!DvF8jaQ6yRo zaxG!sq~;CUN!R81m-6OdF-3>ra6KS^r}A+|L+JY79mXz|e=C8dY(Y=Spma{>s-WX# zLS&k#19a**mhxgz#_Z_$_2w5(4ckm!tKkjpR}MeqCQ{gt>$WQXfY|TAe^G91Ji9Uk- zf>a@wE^EMDq8zC98s1u!^5n(Grw&$SdB&Bf2Yk!ukBN!JJmrc0T@Fa@d%9Vp-PbzN zG3$hSs-SGDjHOCkZc88e?~=f3aaqyzIteP->2{Ml?8by@cQKkTb!5{D$fiL zemg0DG4j;mY$|B15?a-02G?yrbvnAZVS)=YJJn!tnxRlGWhjhQt$YDWfSnckkDG0m z^z>?BJ1nq$uT7(m1bb%@!ecrBjOCX6EqT zwkXY@2xu@7PJQ0M~B@q?f1Few8Od-m4k2AbL>Gx z{2s$Y2!AnHk2EVpotx#de^hnjiL!mVhn{rx(G8!}mW?UR8?*lWQm<;iYy<@j8{d1; z?gUz&t))UPo+&x&9+CaEG03ruIM7cc`~$N{@cuv20ZU-zn+D_1w0gBYnobGJD0Yp zh#-ph4k7~Z)zF&Mo$6c1#h2uGcT;FDw(XQzX%}ptTeG$;iI63MIrL~k69ODb0P-I# z=}qS!ON)`H>guLNl6H5OYVW;Sy*+6_*`pqe*J>8ADcxvcT^V=0CPNsN!V0g- z4g5vdk%u6th~={Z*^*<@AvNO`q# zeIUmPIb)fW+Pmk?%{n)3(?88aXGyM}Dsz|kM2u(6Io~%+YQaudDZ#E2{#?W^kypW=yGFN`xsG$>$78;O?BtAq* zi%h&8JWEYskES7v)L%HBe%dIVS{z;jRO8lGRw(U?Av4GdA*J+Fs77W&R?Qlc!NI}H zO+^ts7Z%M&F0gd{9^Zf|62GC zT|t|QB-U(MPZk{;@MP*4v@LMQb$0G;uU?+KP6ebf$*Ch)ge1Bj)J zc-mjv2WDJHVBvwN-S~`CdNK00048$8;lGt5)dkRAth_B|-5E0WiTgouaRFa<% zz4l&|zc7-QjZBro5df}QQ_|ZFq!_F^-Y0r=5_2dF4Wo%)(?R zlBdIP{vT>0vNVs3x8=nAj586ObxQ%q!mZDgJ_J%Z+l;@Y*j=R-Fh+`ZlVl#!ULRJC zDNvxw9ooO|)lQ43xJ7*h3j15ber(!yRbdIWM`SkgHa*{{vCFtBv3*#a@PC2Tkgf1K z_5)6*?;Y>Fl1DY{gZ^jvuHU#L7x$K%xLtav!Pan4!nbyK38{Opsd!miA&NL>Y} z`Y7JZN!WCVeUafyfLrQyk8c%e>)3f{BY>n?Nd!HJWzxEL_obh5&f8E? zU_9}Z@!pL4ug|l1?g<}aDd(zf8@t;*DszYDOWz4oc1sO9&H<^7zOT3O3y?=X=XsHv z&$Nr|)saLccBd-Q6Jd!v*v1nx%~yKf>*#rt2BacFT!uG{$c`#IUOO0d*(8s}>Jh%r z9HzGjx%GSB^$8A>j5z*b&Y1kDqd#A^%Jvd@y(5+?7?4`@K#pl)F`Q$a1KVr{1w6G- zC_Fs>Rgx%i+3m5BJUY+xP;|TL&Xf5?Bh|eYrLX5no=?iZiCVb(_(uQQ8L~2*RVWEj zA}b-Q2bSAH?$N8HB^O8T*YG7?&ORuemH+edrVD?>O2lH0mDoCGTR(YuOk%GtvwQNf zFV)@vhYywvGwRc?)t@JPb^Q|ddL=GtNrE}A#6Cqir}iwaevT=fsa`}~mlLTsYlX)% z2u)OTBzFH;erODGJw}W^3qU7640B`hrowSs^<%ckJMZ#dUeZi>3=#)c?$HWASm{b( z8p2u!8*Kr7Y3E)sv1f^i#P|Z(hy}NE4dK>-)JflgSv^D`PAjouFRfYw-ITVPnj;1% z3{%Y8jl23FAE8l@4w@SA}IfCiKhpG(8Q4cy} zV4r!}O8o{@Bag6tt9(Vo^V)G|EP~{T%2wpkm&dC`z{@S9$KVC!uLIgRb#6c$94`%~l&X^3Ukcw~q7`IUsIlQf=e zlu8Vd@n_XdD&Nm@f+ur)gX~M5O_mzBPUVN^E6k{G4B^qu8Ve1@!NO$4_#^Ot7Hw;D z^Ym!T7$V7=l&n#__{25!k9HXuwrI}Dw!_n*!7p%w?k}&w{YIr+3?{TcHB$H zvvg22e<_(VR3Jjc zv@TJAo%lp{=HEmbL^X0yt zxX=}f9G66de6+Wc?$h!@v@_;Lf=v%mVfE>l2CWJ$I1?}LLjWt#bYkvb+XAGAey|dO zGlXgyipYCjvQK5szeNP^COjz(Ev=-`Fnz^@!M?sTG_SB7i9p|K@(2hdd;zF2&?GjG zCe;^lrGAB09RtpF6N+jw_qWg&CnqOk;h10XX>3#F&fNa+*@7j8dawr}#kiEa)G6 zIy+j}R*KcgW;MD4U#zBg-Zap7bT)}`Qs(W#v~O@NmGo4aJJeGxt!PKLeM?}@plZMN z-L%EU)J*n>x->a^&9F8v&$}uGoqMNGohQ%UlD-vKr-S3fk&o8V0{p-v7Mgb-Rl4!Y zCf?kzV*{Vg_fqBRPlcu?{?@10H#V1-c9~A}^LgE(=AC&}o%zXwy)IReecfJv7Nys$ zNr8Rx+LrQU8#n%^u29!bGrV<~YJY}nS$+`FfGC-YIbD~Ol@rUZf6%wV=*Sv09wD3Z zK)km|FHzX=Ws6{mXN#PLEsHcgjL3f0^sjagPtBI#;B z$jtT$cRZ;?r#{#_8?c4-}HUhrfIc$=0vQzq2_0tlhoE zuRZBqE`IRXB1cPRsBrtq6ol2fhK6?5SBasW%?=QBJnB!ikJ|C*(U-Jv3HBMxd)r%% zsfI-G>LY=&7lGu>+f$Dr&LnWl;@7h`dv8d%qdIPZnqNPXWcpJxpF7Fk)!(Uqi}-&3 zUUBFr{@v@@xywVJp{L;Q0+9as$S6G#MRH^}+rfj7toFfZXlXBJ?~u59W}Ou--+_6p z7!Td>obd-01iL`sr)gkNhMByDPl-8Uwt>Wm>nBNMUVpygKYu6Q3+X2H$MKSNQ*VCx zd!?9-)>*85%_`f$G zxNk1D|Icktm?Cy$^dUqTCMf~?f^ zzdlV|@`Y%*^m8&J3f8=b|7P3#`smA2Wt74a4#zey-(Gt#De3VPHxalXR#6U&bhr1S zV^b+oXo<#nKc-PSw(43Cu_~`=|GlnD%$L@aFy8&3tN8CfBYwIhu6~i8FMIuE)4&f& z1z$tGnSHX9gdn&E^ozi<&q&8B90K`0=e^YCou+GQhGAxp#!ou`^(jGXaGHo;vEXK3 z5w4|gZe-s0*Z++lcf9N+eL(%^>aS-m0%(EFqv-MD_8!&Bi->r_?EsH7g7B$l$UV&> zDC*Q&Bq6j=Yq|roi}m>H1B2uS){|&Dzqz|FdF1tmuIX2o9w-AnM4DwQoJ-o5=!P1IpXwme;;1>yvECSizHYnW<6AyyO(bddyOYFr$#fc_QBD%9#ugY_%U3h@1XbmZ9B*iMsPOaYCq*^ z_Y%QKIGx~W>7f7XqUAUO_mF%Qvb46H%Cm`ePthLDfuNn>u7Fv@ zu6^71a*Tt+SY&PI+LbKMe?Mn$`8BWxzPW8z83Q565JAnBke*(x^qpMoO1H$Zmj}8a z@FTK6!nMc<{Y;<6JYmDeOGVGEqpiLBNnSQexf4L~Wc_wbeiB>m=-E%?tLguh@+F?{ z3&D!0pal=zvQh+e&zK-}4Cgka7R21C2Eo0Zq#5nzbZ7e*7J( zKg3gi#%+0vio!Z6l+8BtQ2-r(I&KGtG%->_8}GX-ZV~tw4p&6k@T7esO*jHShmv47 z!HSM=KXB@-%}G}69hrY(jDCN6b-#DE^{$uaJnrgW*!q!h9b-%{sN%w)vR281f=9OI zY=I@<)8HUs(E`|y;?_mT9zMk?Kp^cP8WAxHy5k#4;#SW>33>S{Y$e$O7!ouLjPUDZ z<|G*@bAaLD+rV!c`L&eZ$J6S~6LBcn@1Wyw#5Du+G%R*v$$Fpo4R>xH#Krd!6>lq2 z^#~$Ys8a8*?Ot^`ad_1w1h&;@VLN$=#?Jq}&z1WDAN_diFn{DmQWvlj;4_7pB?Bv5 zX)Xp15zSVm-7?`kQ_%(Ow_f|sYrLv1&5b`hqf zxbruMS+U=5Th;$rTJNVE~vm7)mbw~UM9)({JR-rK$J-Lfp z1P1*o!c95Q3xgAP#sOSG;}l$CHHu1^QkMJBmJ}2;50|mMLtc^IENQ|p&ILS{xIwhO zzJ+8ieY>sy+DoxyfS8MJCh>!&8B8O@YUez2X3m;qn2{Z`yhUPyJAAbBWdom%tf%urbxU% z*;)cG_h;LGUr~}oL3R(4z0eg2Qo{9Jkso(D+2jq1Ym5p?%1lp>-%K)&0lROj^YLoQ zgu5U)xnh_SaRM?3X@U0jiOa|tzp@vP^W1AD+93f9@4V*tvh%OsfgksVCQb?~eqnSSRiSwVjm+l6VXreuFBZ5^G+06JS4elVX8_$<|t6gj+~8*F}uzd=M? zB=bAb7nc%Ghh54?%?hv7*fmZGe%sr6>Z=$}nNm8YvN?ZLT}>@+5bu7Z(Z<+pKSYUs!@Z?1Gyf&O z;5=}^3n{Q*1$a%yDJzc6uDVoRtzfdP!q@bFp5B%BvFxI4SBH;Hi?(^VG@WcrRypVy z>1Ae?G?Ln2o~)~>nHYiMXAA;Ld^1e_dh=d!YJA&9IdXF{F0_MR?KVzaC}eZho5wR| z5VSjmRs>m$-tF)Ix{qg7rMyV?0^ngM03IWo9F;qycETVnLKl(5|0AYN(Ye%u8=7Jv zj6qi@3&Xj+~E>$We%fX^wg#{PMNJIc{2qcBVw z6zsj&)PBv8vE#4bjUV@hHjmiW8@7*0dM za#$l3$biG0V-H3jTEbvkVo8KjSs4iIz$3(7xeMR{auwl?cLc+P0~-0~gnon_eHv-{ z+yC_Z(EO>7A?K|a3UR2h&(df8X1vr542TH^k-b}nQ9VJj9pVIz7xLvp6+Ne^tMhYn zbJNom{E=uQZo(uKXDo*hm%snWvABBB7i@=w=4pf^|3A+?hlW#Ib?LS5w!)s09v6^a zJL#9my_ZCpvKkCBlLtCjcig3pdYyfsMS5^~%xF3Pmxb)t2lF{FijlxD{a4F)Y}O_H z-Tw0bLAJXXdoP`Sr-xTZ1%@BII0$nzC~>(javtKr`yJ^eNbqA5thh$Dt%l;~FOs4M zyOnK1sFs!%hRqf$5F^b65s?;(|Coq0a&vP7VG+VMuabfU7uk`Rl9AG3cz|^3E&!>xjEVx{0X!c3E)u5C5&z#Maw?f1rny zVZ*Pg(lu{D`zKI=$C%5c|5rS(_^b7(+4lxK40Ck(>tk^_&nHhf*_!#pG^N;vN+xUuc{4lqIYrsQ*p8w&i7)BA)u5e4j+#Lfb&&@sB$zd zMfjgjBC)*UIeX>Owx_hpXDqn?dp#tpcWEmK}EWzqUi)`1_A|*|x<$KmYT$+#$zaQU;pRE#%B7`p;P| zeX2HF9lA^;l0lt>;QC%XHfF%+z8r6{7Zb)Yx2oOV%#Z)=LiXye6(hlAlSVcC^RX*G zh#Lfdu&q~n@w)>F>#JVBcOz;q!kqo(XWM^2;8$S5`pUPo0g1UF5bp$fW&i$qO zAQ#snPDWd960(PAT(yGXwJ5kfieXlOglY%_pf&i5F+c3d$vZk!U6ublgu7f{NyOJW$o%(+AaPaNh5CKXO?PO?zVuhpuQVqAEYhI0Shys0Xa9SRvDv=;f3<8YH*Cx7 z*VG6I)ekAL%6v%PL)tUq&To9zLw+H|c(t4YGxi4=A<#?}$^w1#bR#S$+H(lFC6y?MAeAr!Cbt1!8@rB&NG%J5#ig`%C zKeZ|UI!P(U&`CKHc@L5xxqF8xOq?&Or`!*WQe5Cm^pec#ZD=A-JRZCtB1Ly7$dM{7 z$1x%3bQJqjO5w(tSdY?}mXe18{KNBl?J|d(du}~5Ox9?VQV0nD8u|>HWV9O{dL%)V z7u=_XHl2*T$VJaad?nwzr|cc?c98^){j*ENGB1#bS1apZ+m)(pl<~YIJvH?)@G;?Y zU!p=oTM(&+;Su5C;qPU3Q+aoZt+ZD%jqB&i`yVE{mMu&W8BS*8&UEkn{H?RB{N1A8_ zKBUHM_uZ?-M888ZHi=Ja*V+KH7oD>Hl}C)r@^&a%X7ZGuI+(cko@Q9leus4|o|3X0 zVhT%PXGU+o*m9(Ur{gw#RdJ$<@a3lP4I+<|eAdd|xv;=hHA72U($9SF)&OJD@kZ;# zBCFN5>M=Lum|7bG1?sgD_l^aw{kH9=z;NQ0A&9tlT zW9=}uANoC#WU~Ut?^Q2jOC|=65)BDfY;YOnCDZ<6B3|CqspV%E1ucQ_G~)~g>x!(m zW2i@DdN0K`IG;U(HR*T=+2Mefdd%bbHpJwKE4ko&N6_kA*Xfq z+zq5z{BDRxieHtIyXEZZMkvw4MD0GQ%gV?2@WrZ*-F~cLDl9X#rK+8h?z&d;W_9q0ftI?(5Zkp=oj%d8;W$ZyLYy z@rU^t?U^R~y5PD>NpJOSwy$dMY#x`2_cCN&O)u^w-?v50Aa6Fa@kZ(_b((!Atuy%* zd9(BSau0*2DIf5BBRA1FmuP%w$7)I{38w=i!ODGWSibDrO110Qi!Zdl9(|&h%bq@p z{Z9>P)5w+muy9ZMujqpp=e< z2(cl6g@9cRo87FI2%qh{7$XCNtN@+So2E1BvOmzPX5{A+o)@AdT!1V~1Y{73r#~8B zn|~K3-j)U@Mmy9Zp>?kPRZoC@;|%PY2Qz)E}_Oa8Pnp4 zWZg5YYym&}IUcA?3w?SU9nox8#(Ht2m50^aKXy{=8P@}mB=fK#G_NyY0JsOyqd=!z zkXe#SmVOFzL1x2oegM`iY>bWUZ2xhFgb0KohL5Qy=BK|D(48Ueug+mR{otf=t^n=A zDM{oVyb~Vd@=&h+5xwSZadX4-r=!oEj;low{>5s}98GCgBrDyY$>&mP;*=|nzcL+m z9ffn+%P}AUYHERk0{()m2R?m6X#?VT%~H!vq`4#bwOiULew~12=W~5my4HQyxsS(O zM(%&ku4rJbkZ&H~;?g{NxHgp9_l_j{C!2xHGD!!?=H1fg@X&a&Z_?G`sIo8+l zxvMl1@8{PU%>P((ogpN--1}*mN~aoyO^s#%O!0X;#6N zLnl30FZb`GXN}w`C{@=TyR|Hk-t$T{dyiWC;=P6r=95wj1C2}`880iNzx0dF3wrta z)HSClqDmou%X4&0a>`e~tWSM{8K? zNm9j$4dvtH&WXcM(Yea<9X~xVUZktDp3Zs8^iLL z-nAXQdtI|?d_k{2Ux0Reb)M_62bCGWfw6GUzRV*ny*!nxZV`CgD!>m&5O!hQ@0H$s zk7feZWeewKy=U;5`}u85(3v7u^^6+^8|VI>aY|cpv>c(%OH}QX67NONbgiNav|#D zrjm7g*X7=jHK?*_vIrJs$a>n9uHsKD;wmg@o-oRF!bcVRUyF{Hdbrv^4#Mx@-+|c{ z-b?%^CL0wG?krnakhstwdFHzsGb=Sa2}k|54M8dbBoPOgGE6=I2rMW?rMq-pgFg4K z^N(mKp-rv4+B4uRswVu2^Faj6yD!_GXfZulE|t}69^ z^x~gelC_u?RDPy#iC6+5UQ~{YmsDNq9_9nsyd<29CM=fYt)cjY!GX z=#)wyjNiUmnxE>CfZy>*Uek{zHG#PxYFS@2XNE}U{Sh%OE_1@i3Z)DWMar)4ncQNP zlGr>E#&C+m_LGwdhw5xYqlMItXeN&Io!L}$u(*Nwhbz&HI+1X)G%`Q0JtiB3L32mc z2r3Q;n`-S&&xI&3{P>uQgWd_H;1%X@CPxNJP{PuG4d7jjglLJb;wT$_;d&1~!|}DI z7hdfjUNi#q8Bb@ha?fIbN-^2fR!Z&bJ%vr1gkAH8B4Gk*W~4cL#iVp7PU-72e#Laj zw|=BPU!W&dqY@0}rlJY@NTCB{GS6#~PBxL44_ysmBP|6tE z?)TSZF;v8OF-Pf`O~+K3s2`3UUFcGtz$7ApR{%B@ho_m)rKhmrH2D(xa^5%dh3F)l zam9sfGrjaI-)J~BuqG;wr~Ss-9?#8n+Ow@7RU0^NaBh%Afj1367xY^&)2IS@z7F@k zd^u(CdoMzXA6%@$Mf){U)wCr`1CLQ{zHBGWi@GblTThS%=?eJ0Hk@})dq}HHy^~uo zLyuJ)z*)(Qh(ZDvH{AxG=VQ=Ou&m>1gqgh^LK zJVGrP*wC65=uj863MdWlxAu+P_;y`Q28xcJ6(D{gl{fu0R@RWu&PMlD zR6g}&nOCtY!)YYlQF}+8lJ)@Y?ybq1Q=y)KA;VA5McP_m4+r86d`MwbDxE2&`wwJy zypQ%POmFn6w*?Anq`6s0KfI*iPLe#NDD3gk92@3Q zbm$U|s(OR<>Zzo2hco`R-GzWfeu2rCV*vjv^PgL5+zGUCt6}nTW@RJiYwXPw*ZWt`XTWGhOI;TL`?N`*Q$$8Y-xfA|=)r;#b7^mE>@4EEq~R%c zh`Q6)Ef;_Cx3)bkbi__54py%~0S}j%sN(i7J;oXcZ!YgCQFgE4Dd%Utt1%L8+XUz7 z{vyAJ{+%>5pswVwFad$A=fzLJ%Iq6LGSs(u{__BVqSWCYPKx37h(2Xu&=0P)sfIAh zi20f1qy1z)>p}+AbmK5a>AsHr!9VZWpvCh)&Ww{fH}K-h35ms4xPf+5TU!gf?-;8} zDf5BD0rwsbR0eN&(DC7ssv@TafynP-M8g_~fY9{oz?zomXVMpeYbp3`RJ@gQ$Z3&P z(9vm;+50jG8=PL)lzKE>KAQrM)F%($+$1`dnTXga(BOg({%wj@KbcW-+WAB_zWuH3 ziI7=#W&BIn3_|RQqW3Z|>$3;PQ1YH$ed-t)9gC8Dn#S^%PaoQ7MJ;!@M4rX2U9V%M zmi4S)nK-7p>p_$b&6r|^#r-Iq_s4<7Wy-p6k9>_ zbOzlr%kosrgL=T&CQXV=<5o_s(i|7}i{0a(#~E*QV4Uoyp_z9=H4$h><=(V*RI(#m z8IOsRZ(N)grMgF>bNN#0e;g3(6h8)v4@pKPd2@5Y--^Euh$iknIG4GE-Pr1Q-++A0 z1DeID7GFY!I%mvN>kr&XLC&iiZy-7Xl46+K;3mq~E(@^OCr~<1ohLwS+1xIyROMpr zL3)Ll^1m1%OaKywGNb7V>{1c zCsS_A)VFI~c}Agjv+hlXTTsBg`NLbiNnst#F87`mu8cq7J$b>5n{toXoU8H>w-KzpZY3m2PipN*aL{EICFzWiO{v z*%qj2->%=A*%mJck}>Co%t`wY+es2P`i%PNdL5a9q!=_B-TO2kyrsDraPo=Q%grO{ zF~QInUFT?qhSik$z=#0B&k#6>KFV_2qC2964(K`@P+zc;7Sw+>jE4RftfiTUCxY|V ze(u0f@G1?PLDd zbkDSVvVFS-4|~=dH-#U{+^tRepHK04cTI@`r z^c7a(c$VXrGlJ3vXoD4q-hpI2Ent5(FrVE5X+fUl(VLD&)TVR_lU|Dt^sN2Q9iOX2 ztNc%aVCv84(|q9=am5@j8!>wQo?&UKE_dy{yc&(|4A}M>mtfl$_nGm0Mfdx1{%Sw8 z3t7Wrf9?F<;(d39gj_v8?4`dupYN}FC1+6!!#eKz=*5mRZ5^Faz2LNgI9t7{yq~cj zJ6;SqrKA+I=-z~_clOe&vY#(QRun9&q!ZAu1Nweq9aD~e5pSY$s7rr#`fCVdX@R|J z(5~bLVRmS@49kWp6bTxIiLMf~7}EekiN+Xq#y(u}cF&lwM>c#8R)MzW^+nd+-%-Kj zr8hOxE_a>97@tZtRgUc>ADy=saWtl(xXk;t`RdYf(7a4{3t5y9l0TL3KmNN;5Ws!< zt`($794D0THY4+zNFnidHzPC*_2OXx|q}-%p6GCP2?5U!k7(L#_a@w}Htzz* z1{1M!!k|Bwc7fm4YM@Y9L38eP?gg19WEc^wz_%<~Eu}ULwQ6tIbxux=nGP@_$kRys z)~lC@t#V;qNUqj2buuHb?)>!N#=Uzpv;7!~%!z4;_97T2RNLTC zVU4S-|0s?)mZP0Xeb23(H@QKV?~XcbK=2Y~&e9b~BM_Bi&TAdw*)jsxoSfhqF$so8 z&;NB3TVKSgpC4Xj6Selg3D)9X^_Ptc8~h|wB;{$9QF_9ZTZTsxJ^Y6tnQfc!?uD)D ziwuQwf6-$^TMuqi4rcmq)*-5jn`P~K!m4jKxBg6T>f$2*SD8sbFicsOc5k|^gpR3Y z?=P(r5Gt;@$TIN0(s*lvL{v^)Jdz3iLrljaIq&O1^#RUQqpov#K-*}&Dl40zv}|c$jHDpuG(53ssv1s`&ETi8){CY)7SA@6%RH&|zUb~y1vO8wkJ3WnIpk7pt+ODW%kg~dIqW6FC( zOre_7B)+(Py6s7G`*Vhwz_YGlxi{2;*!)`hjtw`fM~Gi}j{lZS!xBaN8Nz zh`;!zTG7_2^Tk0P(n=>s(m5dsm8rUy`+^-o)a0npdbq!-G`-bVe^zBoCJ9EglrksP z_EHC7zi(fv>-}@IN`e)sXK#Ie+Vu7zdOTBEJ%I25F?C2Vy*l|#-E_Ktx`Gkk!prGJ z8ijYcO|dz0g)HsTd>5pa&hc{(vuC4pIlz*!u1>>`L9UGF|CYB%wZ> z1OlgD3r&K40uVQAEvqgrO;vfHgr6Y1^5LWf#X7bQ> znSax|U3f>>z#wVc%MrSH>kpUUVq)J266x zFWVs&1P~?;F(w1_660)F%kg)*^}LY)wF_9QdNT+d!^6Wz;JwJ7s-|n*65WU`*zBcp znCpY%5Gnxr-7TXWaM!?qzzsmh;!ralm2}yzqS+O2CNy^e&|qGS650JG!1>tP8ixwy z%Dwx{`MZ9PnB}R6!+{)3d<39_T-?t==T_8kkI^{()M!D^gSGaR>Q_MTe(sbm9%wsB zl$)Myw@18YHUG&Od;HeaM>c}GkzFt7aTvz-qO&c(!Jiq0~3XIp|uB?fbAWN{CPVF$bo0VfJP&u zijpS`U&=2wnn~}}5R&<9hwe(Ok3acV%a{yP+|q^ zO<0-#pZ5ASWe3yLR|D@dNzy4TT~iz;?}q;Z0}2Z@?@mh^WgD(uzK)^X2~EB*kWO#h zns`CX!;NJ#f<8MZM@?$(>AkcXi$HZ1Et?Bhj8j_`fp}~op)NJa98Z^fKF4%M*X0!g z2T(pKAqeq0qE@ezmPzgj7|KeRK#pieh-#(Ul>5imrCgc092UjtC$ z;kJzUhIc;I;xBZb=@wvSC7k(k<~nOIz6^;BCeanjDaWnM8)8;R*9peiKk1|x(P{a8 zdh9bH>i1D-6$Fg!Fi%2a+~9g)pr_~UUlJ6R3oY4JF3IA?trJ=OGOlp%r~y*gzmjf>oK4eo-YJ?pcaz2gSTxUh zShc=hyHYUCTtwtmEt`>VQ$Ebh_vgBX^mV1ttlw(L&4KD}mdRukauqH0#7z} z>vGvKZzpojE9N1l>S}7b2!EgEH-G=N8i*fHg$2gO#)8e$$8UWRec%+SO9whc0k98P zwZ4yR@(UKfZ**D!;xXI($9Y~4TD{4G4h8sJ6`-kTyUb^5_UCp-$v}AzbPb$;qlUe5 z3~uZayuB20yM09?ggsjskzQ@JcWgYfk?XprV_99xb>lh`bS0Y)?;*(PDAg# z8KYK-BvE$scaYL$Ux@HmZ1$Z{Ny32Pp3RwyDaEcS-fgFfGiR5bu z1AdrHC|~Lpm?WYNP#jc-d-Hs|{67^y4}G1ufk$>q{%1S$yP0}0ud??!9N_jaH@)P0 z@mI~l26s6sL3RDClW(3qeA*z%8&G1c?)~JQMKLKhFLz$_hNpQsbHWq#iyZd}6Oyos zSPBCf9z$lUo@eI zT70|jDU+pc2BvHIRpy1lX0mW3;1OqpUgqdfJaL!Qo`S$pa>6}cgf2V>wn>ah0GGi;5@i; zf?g(wSa`2&0K^PX%D083q!n%@Ny?{64phm1Du+pIE`5T8(5LP3 z%UeA`=^||`tgLo$rAd2&(*oicU(Hy1)0AQQ(fIhf-srDp{ zrAdvJ5blz{oJ7(_1Q0%f=+v2T6V_k@_yKA`4GRo+nDKTcDE2og@kXQbK#14>?KNi) zTlCo27)ZzC;9vtY57wAmUh_T55|Ze2JTB-3#PZdXvNt$Gb++nthKC-bL^4B&6?{NrR>o0^a*3K+dv#2JUS(`?7C8Y#$WSuyyBe~8_Ez3a{Q z)`C52M7?grfd`1XaD8Hoj2vdVjlflX?KOXP%fD1Z)I#&)Kh=hwAL`H71?%b#n5jeB zAgxAyBz`@Sp3>C=5?m-88d-U8U0a=dGb%!l^ybqR64H$tq?bZHfqQ7CNVJ3y!|`P2 z!tB^ZLG@e-4vOSk%p2if@G4gDMy4Q};d7~_8|dpZDO4v#b894;eP4C}ho62N=E&V( zVevoq<%Ta+=WhkDS;wq7T^26hoE+Y*&ly#R>&}{KOCP2-`_rH6eYvY-;tKtFuEKiM z3K)5qJO<^sF1T#wE55T~3M^|{+_7-JFwdfYp3dR#?quc-5Z2-<%^p63#qbtsYhrzG z@Ag|82;isrgq*%8aH}|}NUS#8zVUdqw0d~9JVeRQ=SIp!)cWIVlwFwnJt-@%FrCuQw6_u2`OCvmrT3XpPn4G-s{P)MQl30rA z)$`KE9DOdCpws>A+QNs4QK2xU9M#}7RI1sj z1SwO-`7_sg#A4=^#8xP=D#@OoR^$WQn8UCYDz${g9VGbw-lQBKuF(A{)D7rE)Q%dSW+X7TN_t`=-eQkaEB9a|cY)|{uPQ7nPnvqmN%on*{zqLz-hWO&4a@(JI zcf+S7moL|?Op*HRZOYBop{d7z)R-0`_p?3B^l0aU)bB-i3th0F{@=UP;N_8#MiqDB z5_|qkJ?pyzTAf0Y)(Z!9aj#iZ zdyx5k*H!-am8pW)ULHZ1OnLdZb&Q9Sf{D>5@^$^_$sY)H&n`ut{?E;daMnJun2_iS zMfbpU31n(D4UO+$EC#yR15uRHXsSYAngUhB2}$R;;Ga7`mt~Kje;y-5qY~vSAS~8W zt>`_?MU-hB!94Ff0t+5gYVgX6?RtefaA-agU%Ae8C6(rO1RKq+%~dE~GWymN2dJ;A z+TNmm|60ao^2ixUEmE?chetPU{@(FaC;3ok9&#P?PdO=R_us`)|Ce7X>9GPMs@soz z!07?`fIUi*8sXI3G?avfygJF?QHrqZBL^wFT5?=CNbNuC5gf)3IQmlLpy+x3wTt3E z-cho!07_B+|Ao?57e*j-b$jVo04eez0v!i3SdMe0{OwJCeKJL+)OijQ9fHHAV$EoH z8B6Y=J|P3QemmsD*GOJ?Pk{RJ;>n@^&HGFJ!T+tC>}asqqloT<1@-7dirAwau3z67 z{tm|Z?_@lwWy{Y0fB%op?o}WSD4i`&tyxjjA3ux|k_>i;lnzfICu@{-4YryKwp#X1 zx>g@6z*aubUjBf(+n9nac+Iz2=9Vw3)tEafQSWD2fm1+-=3na7!BYd`{|^q61Yo0z zQoNTjMHav*AY*g8|0vAEcXGDBJMfw3>Vy#bGk9r7VjA_XEmwB`#D~~g%^G*^VQGtT zD)8HBl(M0H1w17pVCwBLc(^~7uBP(1%0}ROulD#08lx=*@^i6MV5pSAhvYSloDp>& zN4{b^B(yPYSW^XD{IXPNvgzpQi6Qj~u3zofX3#5WcmN2m1=v!@bRAHWFJ^iSQ5iWp zNZfH|d-bsXn!#S7w67s)`j|kgI4N6pHSnpVgqvTS|G)+Y-JAxs-f;h8jExbuZkTlU zb|2S!5#{5gp*GqNt-9uck}!T3=jw;JZvJPFouRD7TA@_x%`v!=bn6|7est|8}1z+9o{z~mppe*;B-*H zsdFb7)yK$%l#a;b4n+0uh{~$61&4~I5oDxSfX@-)t!i=8Rr-;Q70fAN!l;LRP6)D2 zVAxCS3%WUxk&6X!db)ERK6*;x-O)$+w&cQu+}=bN`^Po$pTF_*E6OJ!qy6Hyi1&!` z5&V-0;Tgp{*PbOmOMW9PMouUuDm<}r_2@&Y31)9>!lHm4-`npYT7J?_pGcylZU%Pj z5a_9mX6I)w<}aRL)nzR<1{6np3}87VOuUsMWc>CZ_*7}=MNT$0)4wXdvEf}L@pqdA zWhOQxesHa2|486!aoB<^F>@?a-lHMDviw`}bD)Y$(6VPsWQ&l$^EWCT2GzlWTpHEa z8?36Gt+7VzyI>|E60Z#-<*dScqsrMU0ziH?`Jj{4#K~z*^=V^d%`^WF7o!Nvm>F&TvKMWLzEZ3Hr?bTC^JuU*H&ZbU~xN^BdVq= zjL`?zhW4HBZ@&k`P>^I)EjG%$;3eg)g^+p3|Iyc6sWmNej72+$>(2J)(f1*gHy3=z z@Va=#jlU=JJC#0xV|nq`pedM!)laf`K3|D&OhU3NjfWlRwuWGC)b6U3Txl(ybEuMFiokme{Mib0-;~OBL3=m~5EJ62v;X=2OAwYfW~E`;V`s`o zKyLz8Y=cnL+C%CCxQFr70HXw^!qik$Y!(Ac@S?zP@F}CTf`WpSRM1Xw6^}bOEuu4{ zJ%C&fltd&bisexvFSAGDBfksybtPxl(Jo(uS5F`NoHmn=q z0%E}+osm5U$3L@RTGdn+?F(5Pm-F;U9Ke2z4U{+B+%E9WK--PJefzdE{H$iWz?3r2 zJ=fPs7>>-hM{bMn&B#L()^VQ!SyJ(9h6_iMHv6}nVm`Yh%Km38CEV!DO z<*xU9R_r8n%8?6hWJf#n4ij|nm4acAoQzCJjp4aw&Hj*1j#F_|6rJ=MO8R7N~UIk>z%Y#!!0cDa6z6ebt~K3w2Ru5=_s1oVoDZ++M^YZn_ej^ zP|R#sige2JXM}Wo8G82}584u7MZD-xZ#&OEHFrt>`hxK_-4WtSu zE1lv)hFDFCNOu#7pRik!;HqnEU=?1yIqUUK{l90>diEy6&qnJf>#8OD5wDL8(HO+2Zty2m!v$a?!KFqVgjj_8m_=UaW0v{7O?&eqg`-dKs zFa}L0c#UYdrcdg-*z~1+t?5}#_~7zF@Cz~dt9L_`f6m+ooprVMI;YO(!pZ@Z^}Yz1pV}o0L>u6+G*>=56}hF0(+|bzS>*4XbTcQKyvMGj*%X)2-OEASm+! z8);XJ=ns_D4OS-=$Y2W*xFS;2ex*Tm2+rkgpj83rJD4s<%&s&(HrCF!+6oxgj!s#_ zWJ^Shik6ZXc!K*~&Q;3^_Y52ZW(mi0aAL|D199ceae$7MY*?LvnfLA48&wx@QXRHw zPzSUiUn%7YW7ry`8ylD-DIeL56Lz}ei_b2zod+vF0sC)(S}yDm)C?q{>FH?@{|iEF zUa)#!{Y!F)g{*q?=y1jB=Dq%|XHoHRu>juP>$C@b`Z|ErpNJ;-;Oa!;J*Je8sywi4 zQQsx7W8xzw;G2h4?hK`S(RbL33lIPqFnIb=UIgj`>q|>8ks^1SXK4a#Ko&gT;Y`Yo zw!Fk+Fj#o=rB|mVHLV!XbM-3iO@ZX2#{8}kN$UWBz7Y%d@FS2pm-=Wt5GD)DV2mGZ z+2Bv?1nzA!<LIEa?JSEgfk&t`VhYvjw)tpl%+w7^65!AM(9H=+G^ zKAH;SPD9=w!kjl6O1cJ*#l0#Ow}^{=#9?LoViqVDKR__IXLK5oRYDeV zpN|#ru2{4=a#-S`LnAa2CLJ%1k!;L=*5_dK`sxLsjQH36AX1GJtKMWxryEz5`yhC= z1whM2IXxrGh{71-Vqah1qGB{ader-JCrKiDctFDlbQ++7b3gXbmGK}U83zBYnb$`H zZdvl~#H-XLsYun5NiN zm}f_HV2*+qTzMymD!>9lbpj^GYC%Z(Bt{0eFwtd5ZS~^=H5u9#?ouv_$^a56B1r1} znM|=wGYa@}4h2Y=Q~h3CVV4#|=;aiMx3Ays!hJ85AZQ>m8$r*SNr6b-)F#OHe?0X& z2pLVzXYYdRfCyV^8RG{vov;}AQJ52TO^YOuR!C$$3oOBt&hjfU=@JnGVY_N7jOEZp zU~5Jclyh5bqFW_M5C)3qn@)>5L_zncvB1Q93#;J7i4)nq8a&#nV=z_Y6-e6i#9lmc znwaATC+8-ZMJqa}DvfqCHS3m`D8V4E^|llN1TYgN@^*KE=ny3(Dy*6nj+Bw(_+hhP zKJ^jOm7+j{|3hb!dIkyT+g|1!4w5DyF~BYsU2-ws5Noem``wqy7lN8#v4K-Isl&bBc4jOCR5vqkgw!kyB?#)|~S~dhp3t zY;J{t5!rs?ARLsciwW(S?^#wr+MknHu!bYj;2@&cpr$3gPL8R3v_OJwq?ZSI1t6lc zOnX-HQZk}MK1EJb@A&97+GSVg>-wMhkBd4xQdu_BKa$S5sN&?47%iG$1G6`1G8>=S4-tBAAdU0(Jx#2=GD~6g~>kSieVqFr~Gd=BK#W~8s;RHhFd+H z=(WpEb##MMAW$*cOuI#YwyOqNGZ{z}uVi!`A>a#yR4HJtZ}rIhd~=cOCooK7L0M|H z1e3{8aA^2dXe&h{uCQl@9p5l_)J&_g#PpeVM5ilWSNo#Tf$EXP^$7o6CnR#R6su^D zA3AMId#`k%AZrM>jc{#oflHrfZa`QYsSlV2@>;LG^X1ZOI} zU9qtCca9``!#5XX18y0_j3n6`$Cy6M@Z!IJ81nB+5s^6bQ@4R>a?rIZ{rX_JJcfy0#&_OJ`UcnS7@`O+yO zyJV}=@&U$@l7-mbkkSjq86M@92j(nUx++w2xi+$O3?7FL$^e+nYQFXKi1G#|j@d7K z7?FZ)>&&I3N1ldIM4n{P3i94vE>RqX|E4+(Drzw(LYPotQehrIsr4W8_RHY zhxPSNO;H-5@22-%fHnbo7g;fG@SK*Mxn1{5k1l+nE30wRT3 z4Hi>)o@jwHgsRTD?T4mq^CB6O8<{okUHaQSjFmW9SDl>y*&D(Qmj1Y8rB(gk^s}*G z7<6#aUyQR}s+j6P90wqH4{5YOKGmy@ePX~dSCOPCoN%7osKfILrRC&E;aGEN zwWRz+D)o8wdFCXJMq1jOiad9n(tF1M3w20=@Zyz})H;^iU2|rmog~tDvN_5$zIxz_ zO<~;ejsU}VD-mJR(-RYs>uMCC@<(Jd#>1+((2b)XT%Sl%d=z|lcx|yJhhBKI-7eVe z7%3ltXD5COi=}FxsY zx5Z$rLL*z#si)@=KB)W5ZlKuQ3tPVHZ?KsAIN#K~xn5mAU=XSxL^u?Nzj@A)jUIOz z$oE0}l(50K!Obt!;{-{>e!FbcO|hSP%`Gi4TsFzEbi<)E9^w!$9TghN23D_F#fv^G z6pP$yt<}eMdhVO{uP$vrs&+jVi9siI$6xfZY{puh6uy5Kb5Kq{&h@#88T=XTKFM$5 z*@E2Ty0eYjA~gh|_XBJ0l-+!aq8W3he#|tnJjcUhnKSQlEt25}gT#n2RIbT)pBSGkZE1LK}gIpft-KGaG_hI;jY~Q1*8D zEM;rbU&XFB;{~$EpifG0gNbpX@DWo%I=U<{FbB2Vl6$QhK1ACKT)Oh3OD!y5f-<#` z2d?sbP1Q;OdgFK&mBTp5k$c>dDm&VkV+GgxUexphr-jd9kfiGS9bTFp5(1LOFkCR}mak`jQkGrWRG&&A!~EVeP9i};<=xd_Vn;QI7qtP(Qe|iyCH$|XQ5g6SL43I2BhA~l zO&CwAo*3jV+G@M+IZi(Zb*h?JrCdiYrAdwsH)~rl(v2$0dq-J<&$}KfFeYX$pIkcQ znmi4s1Wv{3T#cbB!t>KKQwbP>DtVKt42OO2{U+`pbFk^SfKfnh-dXL8^hE!`N2S}P z?;~3+E!X*(&S+-{k0T8xrqg3{@aaPF(4t7}hj`tcmU?9EuaEM}x$0Cozmmosd5${V zD+nejo}Hts=Qb{{sr&IJH&NRGhmI@7Xncj7XHRGx+D-n1%j`Jc+La6s%GMzcYdP)W z_#>+p{j#``n0QlG^BCJhRwp0AqLe@NR4-l9^Q?Hf!1(QJ$bOpwUrl)4wrGFN}(l-{bvd&jNFp{JblI4Hk@ zwKB4aQCLlxl3OD)ike{?gQJkGKBf2?ZDE09bXNc}XgIJ7To|*Y=SXpf2{;_q9iB{ah z^mKGVynRF(IzdrUTfkVHDW6_g261EB(Xem#a$@2XF^6n7pf+k^NDR6K2spNRZrRcIeL|Wn z$-To(;D~F;k=ebNdzs)$Q)A<^=g(D4b!Rgj!I8|R<~a0VN`l@=+{e<-!4wzFF-oOd z+GizDq@)#3rwLrN+e$C;5IYaR*m4w7ex;F;kjIMmc&Xl_(+X13(%XPPscKaZWR)B= zf1MWk8MpYJ#NP`r)LsDd0Q%9!wh}5Zi^mTOw*yAPNeP@m?iDI_fDzZuFNpjM59H`8 zH~}?NJSAsw7;6uo+bj0Fc$1=$niU3Cqcyr|efXV9*FxoQ#mZX+;Mv~O@XEsDelf+w zeN+(^{3x$oFz)H?1zi1N%S%lqHVHQ+`hQ;pmcrT|gLh=7N=vunfwA0^Xw%VeVa)oi zW@q8UhNhL%wRVG!{5_*_z)*WeujZy^WXxs!Jp5e@6|lWx96Ta?dCN2-F1`D!UhSbL z*SzWw(oMSw7D3e=_+XMPAJy)P*BO`6=(xe3;a6e#CAt*Dk2{6UjXKTT#@B=C=a_sn za>0U=h1JA-$nF+(D9hl+Cqr`@6UtJRlqgv5&~ewXE|zUhax=4%Hb24i^J`HLoj=?3 z!!iu&p<UA;B|b;O*wT{scz$!$3FZ zU2Ob((4?6m`n&c0qPCLJoByjv6WTL-2ikVZ{Tdjw35@f~H*d;6)ohz^9;Xy{K27we zBDzYbwsWb(wRRl<`%{xAG*-`(G-PmNI6@^fQdZ6eN4<8qB5e+WVl1cu(jxTG2qT3@ zn$(n9sJJvp_1ls1S2t=8X#hqo0{&bE#*Maa?qHwWH)*OY2Bosy$MsDwB+M0~BY3V1 zvMpH=l@XDKW|*Tyz+`gB}<@1Kq8A5;LVPX8^Bpy>newy5i-HG6cw+Q4fXb_63I$R{(vOa-jFku zaSh~N?x0xSN(0B;Y@dm4mar-)^AN9*pw=hY6~IozVp-J82o|QEjFv8)oiV zCHXL3`rOPJS{K3jfvJXzDrzzePpb44mM515enn4 z`EM431yxCiET$U~p#+)pmqQYY9OO_hjlSlMhnnA(Rr}wEy)MMa3@xX&LEF*dYyF8J zt>;WeNK8sCxb38!G!?Di2kpA#=Nqr-B)DR|9{>F0_o<&$g=+G$1fIeUV_bqjdBhz_smG4#uyyY~ z2+#SzY;0&q=QXA6WVUm8L}3aRNeF=S-tOG_DJTNof`{BYn=Sp+wH0WHWnMybRsVig z$%(>G0ThGS%~*6i>u7O$o@U3xDB+G0%V?JXi7w5-(Bk0>k48SW23YvJEvBDqj&0l%v<9h8eeEN5oa>j{_v-)WhNv2oO%NE4+t9AhbvwoE+y)zO@}4dE$kGK= zf+ zECLM#nDIJejUr}tUcN1PJuzWuY7MSXNb1hFnj?{C!{ikdB3NP}CTN?|?UnsZH<(fZ zI*tV61mx|ejq1llN25Q0zI_~=s_loA+Je{tK$PN-G7RTACk@tn;BQLzW(X=d?kk9q zt6$3^;-Gu;2XJX>pyfhy88s7TrPuH%mQgYQ+(c^2H;M5CTi)64XPxXP8qwFRas201w=ZikSH6#@v*~QH`6&JgUtB83;9( zlZKL~BPa&@yN_V;v85ov0?zUVJXH_}w4t_%nu*Laf9fUEDp*7rv9^A)>(C9y#*!5G zrju0T4)b2<3_aI;hpm`Y+oR*;$9~h!a%1z- z;+cx?0g09a0xb)SAGt}!PIdwZ7Z?9ZFBnf{VZozwwS&fvX~>?PQ^M51;48EgM!1s- zaj+U@^yNI)O3oQtZt~^u6c{0%m-<;DSwqyT$qkMb{8^QR!egzsQ8?8_L|jU+5|J$ zoDnren}$Y950}%evQLYWqFxVQuH`=)^kVb?62!IOT`7%Qx9IGDLpKz#8*cvozwR60 zpni6z9qq5Nj1_2ko-$Gh7Y~fLZ8DI;3jfySs)H_KsM7;!Bd+eVf<0H!?jD1U%fc=k zEA~Neb-vqkW#hn2b0PB9Ut7z}<6*m(N_JMSdSMl;NfM^Gijw#$uWU(3E*=|>+kX5y z9pqTF3=Eb~vb)k3+py+gqt~^?m6Hg*)E6Dc)oEfSKi<5$ap`3C>`z7NxWh!=TO_=2 z71#l2$D4vmPJLwMMASQf0!n9t_A{uf*=so+0HAk)=)1_rfXh^`4(5HEu{`ckmM#i$0tYG!4GcLNPq>8gbmQ1`XIH6R&U2a_4P>E z_5Z0fg<7*G8WOkoj(45=Dq$MNxB4*g?#9OL?OiX?2<3TJpRd$!;#O6c{Z^Ni+eGc_O(_^&X>vN0LlKpp?^fB#A4{5+!0 z{s(-92POuGgf2Nt{3SQ2mcX-!?s$BL;jCw}KaVH=m&^pE?PEQ@XEYK2v;;r!<} z4*zlzWv@#gsWP&QD^@B6NvJH z$sbRxUKN$`CQnmafyvC+#@+`z|pMFxZA(>7%5Ucmt7VJjCl8Inv&4O33@k?zVaf zYD7S`VI1uH{5dbgy~5Su@a5ehU2uvTnre%Iqn49_p=}@&@1OU6!tKyI2#FsoF{NAv zOdh$9FiPLX+N=+NX9st%l?RJ%H~0wd?p3?=gFtgp0FPqu z)NSD8aOSWAr52buxxiyAewWDOAb!h)&*bmnrO1t}$IWTs=31YVaL{Ull_gvQz=s!U z=%Wz@%mVII)4uFJm?K(2=*^EG&QdWiop48X!9_<#TABw2A!^p38iAuU>;jD8Gtl3* z9}a338A`$YFl`f{42z+1rHJ&5jFu%p0^NJ$I6Yvn&qG$uE=73pVhb5E_bw_MvVESS znn5~V#y+=s#n()@=WKNoz_!XNDlm8(1QH%tevoSPS-c@R*;?Ic=mbDj)-k3NO+4l# zDhDU1quY&9F|#)Z9R5ejCY;la6)!w+B) z$xJ}i7vTj~!!-M)rae=F_+faH3-Ws#-pP+>j&^j(M>2mMar++jQ6J)(!RAV&0X`P} zQ+fW^-#0&(mX|w!e0COwEszuosiMsEQ0Ma_Pa+ve#?tIw*vC_X8|ElLmgasb1V$7c zX3IEhfRtNO!giurY6f&qJahr|{Bys4Ef_X5D>c0oej`Y54jHg+Eek_azBYXpqXRZ6f&E<`)W4H>p4Nt7;+jeQ@8~N{eu0 z-c(PXsM!$|c{aiP5Mm;@zDyYG34-1sU3%Aud)^)EHj&?82F#85=ZUUv+^%`f_Re2K zmy)UGM{=_t_~A-XKp>uDS=OAYFPi+7`ht;2>zjoJ_no4J6LR8i zPhHBpC&5OC*rLEnf`!=dYmf`GLLyEinCm=^JRi(>VBLT(Z8Cjpf}j^%eXt#1?;~yt zscJ(O*BBWYDJc7U^w=dc(61OtZC3_;*t zD`N=uU)FvE?@K695B{AU435^{B|OofG+;|GSxlvt3Lz-DC^80Y?(n3q+em@xmb zq2Y~;+Gi54KM1>;Ie7hn|H&w9S&y_G6ZO@h$x8-{q5Xvhx7ckh!JIi;@*GCA&3zIA z?lo3b()*#jh2X8`R;@(kqviZh+=7mkD>dec7Zv$7<4FOPA~BnY^24tW`;`HOWHg*V zcdl3a6ja!sL21AIMB3+vqw%j}gM|~U!2q@kmXwm(T4`ZYTZ%G{uh^c=QFDbrJ_LHR zKrEoE!w_#(#NwxW)>1!gu`A^%$t_(ukJpdiT6~9P9mjb;z8#GqzH+vDX1$pJ1QYEV z{j+qX&zwAoI(PnjUk109t!)un84Gsh$Z*mg;yP?>UP(VK-vXwJsyZ^ip@7pSWDT0w zT(tKVo)CAmbq7 zGavcme6IKe+!-eC?gOY;mBX6n+td{6GK|BPNOxXH{Zu0ov5?qfE^5y%ah?AOdlH?4 zV=4D(sKhkH5J;4hjB2KKyN9A*`-`frwjzlZHTOC$0Ifo^8{RE@j?1F$izSi{=#${o z?K7dirfKYd?{LTN_qY3c)Q|+Q4C!q}K0-cARs7-KDe$dR5W@~bWJiU8iEeJ7B#eC3 z)cZcAsnLo*`Bf6u>YuM7z%FH{N&3&dqm8wti93T5}nW1YkK~Jf$9I z-`GdIz5#$%IlFp!4+imBct5*0Ukr^N9d}xY@o-ml6C-el&{hvbg~cse>BL;Fbm9)L)&n2550BHhJe<_xC>jNnLoPmv42 z`7sS9MvVHrm{Kq~4%P!LCTO{SA(Tlajv!hC7P>AtvIdiK+oq=U2B{xrGbfhvzrs!x z6BdS4ByT@`d3x$Hg&4f{@HN0GQ~gMEd5d1X;~?X{`90j0oI-_`bsschkVc>n=U}=* z!s3l1$!&iQ*f9WBR>DTeLADqY5kWH?=ea#|?qHCP=8Db}VY&G$^We#D9QMredf>z|6sB-|k>w>wJm44%j=U|6Gx=;Cp15rFy+L56eypp@k^~mt<~%l~ z8;MJ{+RZI)U)fze@AUoWy|)ZsoE*%|`5@^WrtylV>kI5?OAf1?zoj!;nD(WxL=dz$ z2&Z@5G{6zWeAyIX__3#L?5O$qbv2+DPtm-#=GZz9O0t*tzpVO`@oUvRF2$G)l`lhk zIQ$1VIGEXkwZ<2wL4^P7ZUS+IH$|w#WrVE7 z2|4&cE(`|P?MiU6x%s{s%+mVTLwNuMxybLlAePyI5yq~*B^MkJ8&#_w6s8&YCKq;L#VUr(0nzB=s*w%dBouyeSU|FRo+%F!%Zfm1iciJ z?g|0~QiWfDU1|f$;m^e+M16dZFNs z@d^0F!?~KpfKYirj;eC@Te&83Ti$?q_;wa%rwukiMtZumIk@@gyt?ZXz?WfC|xu6%Ff9KCT~JEFe5j_l9< z^Y8+ye6)+p{m0ToQwZWq=8ITzLG%IFNZ_ZP)1^)gS5OI&ARv4P^Uav2z)0Gz5kg2N6m7q>6Q ze22Y12ayy&Jp_W<&6_uOjd<1gh&x(a=fNKmN@0r{aAYP;xM}2PuK_RY-!A|{SzdQc z4?>{QYDkQqfi_CfboNsL(~-v3)*EPaw4hf_DnR?OVb&DSmTsll-ax_gCkH=MP7rSz zA3B2%Zkjh~fb%;Qo7<=Mw~Y)JI*B@5m7>JIf1kWbPojw7&l}GaK(_qq7VuSK6NXe@ zp!HGAP(kurctD`d?ThOQcA3x(~ zgcDoy*uUDoBsfMpK$X!++?MG<8qcm3AzzMmEf_3@eH1=KS@?O>^G0Jdg# z0d*DxJ)>T~4!VyI0xzIwtNxLvC2aqD1%L#SkG@e3#uQ0{j@wI8SS>kGdeZTLHEMm?B?C-5vhQVX>NQ#0VEd{2JP z$ODPj#lLfHxPsu*{`r%*eHZzr=@(GD_h-P5oZQ_S1ibCPzugzn`v3KfZ)>9xN%&n= zse$IEU;4XS<+}F2zb6O0E8sE0R_TFXWDf+1TrIzT?1S^T|N30n1@JAeQqByP6|l~Z z(NDez4+{>aaBy54qMLy|2?+_(8==6C0ELJsOd76fW{nTsxSRAMZwSUMB0G2*-jrG2 za8P$)mJP5En522_zfF64Y6*ESmtDP|Dj z-0K@u3}=01v}UiEZDXx}NVTGu7a7pBQdwT<~97)sB z{Oy1Ck@;V7MXLJouub`l^1I>eHU(FG7{I^+<**vcG>0xVBQ+KBCw`>ISZz*o-O7&U`~MKvFAM3ujmz1_>36-!M^lM;O?xFkPg z@x^S>fF3+)EuggrLM_r&6RVz(lR$WYfWYz_YD>uNPPsC4Lca+2Ywh_YF?sCEWC zyww@H$(yXK!+E-p@Pg^r_F3~l(s{$XvI;4rmg02suYO)LZ$eHgvz-J$(*bh_lyz!XN={OBLU>;+%jML;{ z&zR?}kU0 zdk#+6K}Z_%{D99n4?(byVsP*$vAOV{=aIOL2V|Ah)Q_#%YrmVU`xn@)hHiHwB>Eic z>({f*em84y6@P0+Cl^zIL>pEu{6LQ9L#7?q(x7AjFghXJ3%Fo(K` z*5$Ub0{=x?>q?hgmfr5QdDUlqd{2i{rOr!1#Ftz*Vy2{NnC`Fv1JPi6a3oGC33hRe z3lC2hPm}D|9KY0|kGc()Gei~AP8&fgDyFI%@H=A|UIGGu-hl?+$k1?NYAQVM_Zgu| z_8)us&;=BvSV-~E)5{pOB}14aYfiV>p?3fnsjACJN-Fl1z_p!25yt-MROYjGaCw#~ z0vG>;5wCrZ;>NfQ669WVPg7WGc?-o{SR)ka)Wazf1Y4UxDF?Wz`WaM&qfQnlgdyd| zp6{Ey&+Rrla1@7*OZ(!r{b(@^k4Y(fqH0LKb=dVtqdB0^J2RrJi3L4(VdKViH5Wm& z3-pJ`s$pVM5Sus^p7;CQR=x2bp9RjPvGH+_G==KvsVT&(W$NB!fJAGX1sqRQ)py=M z0_lnr2+fr1fU87}g=;&92ae;E4{a4PqraE=7|vq-dZb zW05jOg+hePV;Po;Oc^4gaSLS%ktrop$V|&rQCNm3V?>6`WU5H~&YQiTy*?CTweI`#xrXyP&+{^c%SAVj8<#6oZi#ll{7jCY;2?ibh>KLyNyD7_uBoYM zUm2_yQxcn9=qGw>LZ0h>!aYg3G3V#RU2^gM5b6ky{=W_?G&d$GT6;M z=fSU?50B}SUf?I;Fr5xNSgxbOIM?ew7YExPRF$kkWS_rNS^O5>e~w{%p#(FDz^Eh@ z_&;v$ooTib8ZN^g7&WsX9tW`-a!89W9hW|Mybwi{{E>j_j4_k`e1_jzvW zB+jCLgydC6d^)1#BuZ2T34VU%Qnq)THXK2`uTzd2kv39I)nen~j6nQwpY7V=U@bgH`>MCxSXV(448!~U;bYevGHj{V{CwL!}h+2+ASQv>hb1a z);5e2W*5Bc4xzmQns8BdapECuX0m9Vz{^?0MpDkaWGhB5IDkMe6 z$8(8_PNTE1XDW%rnmyo+$70Q^!W>E&wJIYe#l^)bmV6~%pyicY63%%DuZ4)kMOr3> zb zx|?g*BAZU-9>;qiayaPT2F+gaTTv$XCy3Z}mm#|J9!$Q*o}aQW_nGg>`{1143Cnoy~&HaNS1s=Shp*bfjo7 z7|PCJ--dcK%Cxm$Mj+3jgEZrLT`>_HAKBk%zuU&2$P(yH8qlJEdP%t6jcvZ2Cvg3y z7XzT}RD@R`%vhaX3qKCbQCOLob6^y1KsfFB)1u5m`r_l~Z`fAxQAt6ePAYCcc%?OpVo}XCQdc=lf?;04E9pgrC&a3@GdPDIk zkyS&@&#sa#-r*wOwEKO3+hM{397Efpnfg@J{|TMhiw92Kd`bL}h;m$6aa8K9?h#&+ z=SzSq0@^P+;3+ZtseSGlyWJH)3vM8Mq%+!v_wv=c8tYYEK5t@Lp%%R;(RERf|~F0wku*#G?vT9|c=vK*f33c5jE2p`4nE3Uc4)yvx1C_Z~vj z@&$W?Dz31u*uVL!$E8ay>x(5k#3Z3dgt1z82($wOgi40z%E&@L94%(@@B7~~oynuJ zep%$2^|H6_8jDwC`@PG%d___hUY|~|GtqtfiC)WEcZ5@=wfWq5;hkn7MBzxJlGv> zc4sv+X_lae^*lHeu6nBjlInKs?f@lFJsZoui?ERto9(UG5;QGyN=QxtBw6T*xRdHr z4D=c$cJ;Zf*{WX2UX!UG_x18b*pn)hBm*l+*wFX|*#^ZT*S>uRyl215o%*`m18`se zsvMZf|hvV262wme?n`O^hg2n<1&ns)E$>Jvkvc#zB@NZ z*AqRqiQhFCdu2dIWgv#s09-EnV*N#c@h^`Cy|?d1=QRMR4gY_vKVWy6texUba2jn+ zz%Mm~TMuxN_xCs$23Ct>2>2YoW#EP4LM1Gd3u}t58Si0LD}B}&t)xHv$d%(eLkQHqsF@YRb#=uxp@lRaIuSLIg~*ZqqRqz?!Tfkg5sTvP6*s2J8Pmu9l;^FG8)9ZA3NAzU z9RV7ZmB(B4%_k-%i0w_H;;81_U}H+WlQ+0WJ*CkAMo zoI6DAWHhLimFV$K0R(c3RVOgapv;-i#?xAt;=M5V)lgE>JtND#%~-hpEZU%o#2Dxj zPP(Ap4A6YjAPdNY@X(Ma263@?H9vypzDi>>H43C<^N460xA}H+K0ZDrHdEQ(VYfJe z4V0CagMH>igs3x$vUrUtfLsWBS%9qmI%n{r-7z%0zmxkFGCf>G=y&WO%-WO62%r%w zg@ckEjBVOCC5hGyz6>BNE|BS*IIcG>sbV4<_t2(_mnq4k)ZJq zGHlcN$vCM3+?jz_Rt3Z0iwHEMP}H3pu1^ZNpETNdn8*W+36`Gqz~S5UgwMa1t^=*m zKXcZCDYU=1IVL7%&E~y0yquzqeW>3^J5hWQQC&^(sB0|GaRTP@>0M4bjl8L! zYx4zDGmY;Ex&b=7?hWN_O2xr5_ zplEZg(qSPN?2cKh!y`cS0cD5?-d@^B_3Fk{3B0On1J++ek71SQ{nJT=6U?`_?X$* zStPVXnm!Pg9Ug%j_Tdp1F?9x!;YH%VpoADA&^~Wr&M5PjL{p}&`GuME+H8B19oLWL zq+LRnQQs3~m=v9d_5`j75{@~P)fiIeXmlf%Z^vS_;~OLitUBExDWI1xP0ah-%f)7# z@%oZHG<-p8>is;XYI_!v&-{o}(T7+xHHu0~$*6}BEpuU2vabM7&!PVxa6k}}d_b0n z3!MA*T>yi{#o5E9<47yu9iVHNxD##02B}$XFqP=?ZxNe3^kzU_RLx+?%!F@YoylprCmrVMbAQI^hOKW0YjX?5b~6#}oe;h-^;sc=**-@joMMQvKWVG}2iDcJM7; zfE{kpeoaD!MgU2eL+;s?4DtT67cbuHtl$jWqZq93{(A~{s|^{>>$!HCG3p*odsbC&nH#LE6_W<)9Ckr7ICpG z^koh4nLu3OlACE+Y9}UYbyt<){{as~I?94Q8g0{!krCWh~PPG(>`tOv_0`LB2z zMDu~+R+OI~7VJvJcMwR<@6F3vH?jRcu#4D8$Cbu1=v4_T3k=a8`V&_Vof^*!*1kJX!#2l;tjptH%1WMTiwmS3ic|^rG`Y{l*;*_9WtHV-adG4OyB+0v9AkWhc$f6JS6UcB zalZK)<(W33IBM%~)#8|^PrCtgtM%hVbMD=H$f9AW#UfQBrvxQGn}|)ZsFLqkkewWl zv?p7+2YR}sj9pfYv^9?EzjUEeMQ>Q8_QXoG9>bluCw0+E5C!=VtyJ}m&9|JR+2b}i zyf@iCwb?!<%JaSKm0ZH`_re#1Eqf*zy<1&AUhzJ=zI_bP`whVtSq@z?F;GXK0ltl@ zVi-_qDX~@fff}M;`aix`l`FPo+IdQR8e7{UGuWU$qGypCaYxT+U%RI2IdQ>4H8CFd zqnI*W!fe3D*OxFrLmyBTCidl7l4!1g#xxHk)wTdALXxI_6wMdR%EonOD>emE2<8_+ z_(K=!cEe!_9GZZ2tWe(71Zf%Wvz-;Bc4JuQbSE($$qR4@GZ|326Z%FJ722O1lXwF2j$Ju4xVj?E%h&gCBT1$@qunc7Qve8$2%YlA zT1l11IZQ598zcHS+3o4Kzohb0EP-`^npS<|ythrbDt*v_KOX9WPY9A-+LI6UloRva{A3S@%XwwBSm* z!=<+<;lb2GsGo*GK)J&tSWFcf6PVeHU2F-no5)uO1a|~ehYLn?hqj43S}w3w9M@2s z4~c`S0dYw=|H%w6Fj)_tSLw*j{Pyw8X~qXG@U!k_a?9rvAUg??n!CMtQbY{(4Il3~ z^{7m5zwDsGWAN_u70n_*oX7!B&>%E(vTsv25;&5f8MOdv{A zx}L3mw-1gpo4S;>_?E<+4l1oxja?hSvv`~lJ>_32N_vA)m^FMRkM*0i_KM$@0WJbU?J{I?rOa2f3 zF$&Q-fHj!-{Y`8h5WDYbuHv>iPGL|@-jqzPI6sxT`7au15yzaPc%ULwcAzPm$IH$l|; zv&7xQ77dnYcL+gWU|-+I?8jZ_Pr*{C+5|-kaB{Qt#o2jRcdYPfuWds`gl5&WqMSGA zLbQ28rj&8X>V8EpCSL96Pqk}m*0KE_sEDM|(XiR@x!dYJtE&h3W+WXjIM$B`QxNfe zw@aFmxX*vue|}W$DE|b^>auWB2!3|uWj3ufMLqg7-%tWmPd?ojdMKb_Ec%3Y{TSd3A@#U+Rh`MVd`F&R}>Xt08Av5C-I2?Gs-`Kq7BA*nK^yt z?a3n*XE?bRKUr`ydis}}QD)n^S;IG%S+xzC&8135P_G#4pyb4HC^F4&Pt7v_p9oxa8--IS`YuvMp5w^*pq}H42C-zQCosc{&<1tgX@$G0+ zt7VBn^Qglv5nVVPMK!|eDE`WKE7}~6Pg&8TjwQ@3k|hm`9tkfkPS1V&lYZojMu8`c zX$P@+P^fDpsp)`(5~FjWNTQn3{p4#;q~j#tSz4XnmjAW+MsH77^m>8+nKrQQxPONS zL>}0|&!LSEuQdTl?toqQNpl7+s-vQQp=;ilU$HwD(60dUg_7maP0Up4YEBVo3RxA` zSHrbFQG={MU*^G*4{o}Bi9sS^u|JY)l2o6h)flgOJVapz73vG&CP>RPo=)ed3>F_1 zI&kG%2l8Wi*1qQdg>w@RU7P)h{*#e`0i7OHAI*O`f6beZR(D+$`~J@NUERh%*4>Dv zQ{c@~f24LHFF8AynmYOUVphmc%?n9%!^w4Q^+_7)DvG-DD^;)BZp)nF%QDiVzqPt* zueVHHshXnuM3w%B^6v1O0HvS#k?!4NM@ETtz%%mIq7!#T{CgT_Ac|d>pEBOKd6V#V zh=@quAp2evdvHqU(+88|=MlT%V(57U?2t4}ALZrcXO6K|##^sbJ$Sa*14!)f=K=zE zPTaPhoTGn&GPlj!0*VUAU`wC&4HLAsIAu1SVWR25Y)9sE-yPZ^GVeH>>A`rX&qp)v z|F~UkC2Maici^g~W+_Hu1NKi>Wv1Au>Np-_jj=x&21Gj{= z(WyTGLsg*jSN~kfXW6`i=8@K__1PYUkL=fz(}v>O`a2r3?Ow7^-=&%;7t-QpoIj0ZjRG5VU$_|CXK*eWL|JSC!M*@e)L&6ix`gjx*N4ZV!BKI|5vGh$4U z8)8bl+>%?}R}VTR1%PRI{*#YGVoyGNN=vf-@x?4pg;JfgQYV|7b9ngB1D>cn!x1Ce zNirXEMBw3euo+Q5SlpgJ@jQ3!B-@O6+VSAH#7*0_{emx*CtZ4YruglN49kX^n$y@9 z2C5&odVGh7fa4$o@cyHS_onD2g;RY?Oj(g-B3tp|(CZmgW+D9p7jJbh^)%<3w zXvEp^e(eh8XLto)Bw0GM_whAda;5}jS-!XG7jt4Zb>i>yQTkFLTw-PGcp|LpxU565 zU0io=`#Pt?sk#jSWyP<}UXiqRX8JVsf%^50>JM~+cYU`^uPWNE_gzPLBznTjjLtF6 zSJ}#NvGrT%T(0m_a|{aX`dM;B9=08&PjR^2nsIvvsY4qUq{NJz*Ds`JkLqe#+D+4b zetw|EVr)GaBB*l^Wx(X*Bv26VpYXHtv-X^snei$I*7fxQ4<|t~WuFJ1Fc}l~KZuUQ zx%s)ag0XRo%Liq?lW)=O0eyq!HZDK&$JErtx285DTHn8eo`%qg2{fZE0H3Lg#we_J z9XzOBGI0BltaU@_)9ropY8}<$qw4LEJnAXBU{pARi=gR-WkCLjyP(a#ZqzucnOnOJnXJDIYFd~a6qtcXZkIduO(!~t(J zsbOWBoa`Vyo){r+Pr9F=F`0$qrhndYx$;%raCX3ltPF{re1VRW_eSmIC`s21eoPKO z8x^D&ST=jM9dl6L*2q#2(Ce*g+Q<^|`M!Z0WrG0qc8i1I%HZVwp_F1Tt-{kRRI96b z?)%<9%F?%2{+#dY>+7;oO3JNmf~t3T1GNsIk5&qH3T(4RN&TcU_bTnSDzEksNc=hG zE{Zq~J^bnRTtCn5{scgx=W4ND*odkS1UPKUTu*bd^ltJ&G;dI@B(YPdw+nypZD1_W zVbp8*m}jRVI`{Ol&BKJJAyx9{oXVOFn8FQ9CU3V0kDTS8)R|MJ>KU&*=?^z7xc57D z?>)v$J5B&8_vo|<^+?iNHhaS~ z%U2_l<-Y%n&`6QgkxPxnok7&f&X;F%%;5_v#1*o-Qc%fu1Bs-6&Po2cW^z~=#1vAT zKgU;~&AJ%-^r>eI)T8zdHpwg5rIn`+wPn1j-)iu5HnQ8boHYN`xyRDj9 z08fTq$`jhPZ#!?H%e}YdKn$uNqM!;>wC@5$BRB`}g7;BYxN2&&G0nE-^a-&iM++v_ zhdJa6tPSRg`31p_Y$0$xqE)_jO1HYtzMmZplV6(lZ*GmmEsR6ovm!7;!naS9r}th@ zZK7uV9q&cI>+PJEJ(c#TG(E~O?k25%vu4V3&pl6$O^^4~e`Yv3cTP2!mAB1`N7O)^ zx}r|-!i(0Q%I2ArtxXQ6HQt*DJTkCs{Ofr4%hL~9BzpZ7){SbvzM!3?es+~GrxX$8?EoL_DL@b z+F(UJE^9>hPWZBASXOJkVfB%IR#vj0Us}(9o$erO4xW_BW-B+`!nX6GhbV9DN;MJ= z^!JQAM4yeAv~%1iB+^9hu32{_uhm`SM5$vC-|0UJZnHk(8#T*F4_?>8*VfT+W2ky% zMC4?J(-lgV2!*3+>~Vn9{!Z4zlrJM+HH5sxI-O1uK|X1xyXEwk_^YrbCcGhM)6Al# z?q6`rIdX_s?}fPATH^`9h4{YkNAYEy!eQ7+8fO9r! z?RR%~_aDVf<0NpyOoSQ3yc3k?hur5}(@OA8Dw^*d9?l;(yw_8zvYv#RLT>Kj+o!X} zx}v1BXs@Pw>)Hq2Z&Q`$=sFlGyY8t6Sx6X~FVRHg_CXF>N2 zM&+sWuD$LF# zhP3P}t~1b~%+fqHP)qytQ?#1Acqyz!=lO;94sT71{uL@8J3#9Y^>zq zv?CXs%0zQ{MG8Ipg@?E1=qr^69r=`;TAjiccduzUj5Ud|QL!{EQT|D$&b77C-|jCmFr#ihYW>QJ`YHLj*-b~q#yrYSn%*16dHZ%dF^6;woy_o=pphH0 zI^5cpe^G9XCReO!GXKDZ#?u0iHk^<>$bZBL8YNDS>a_lhi>*g{8L3P|$~z)j^Vj}! z$iL|aTT@(m>P!rPb(z%yHkz6RJ!qol2o6=jeZx%SQd&tJPyqY-&KInV_;6e7{JK4F zct($FCSdRM%(b*xqXD%qG$a_$=Ky3TYi?dF2_Nc6n>foepxWK;KMHgJyo$inNA~%e z>o71d?C$*b&E~h>+I5hcFgbkuQR)Z-(NpjvIivqfMkQ8((I0>Lvy0zBfMj}?5w3{Z z2kfWwYHDgHPkMUZym`}1HB`{7#1vxi*{{dk`178FN`99ZH+ubqPW1h@2exzaK?enc z%h8q)b0|U0Sh*~q(~^7l%GI2_e*OA@8(nGN!?jp1#I|FHfJs{Vz$Gb@qtld-uJL>? z18Y9xRgZt%P**)tYp9FrwoU)pL=;CW2a2(FWb`ioDE!7^1I9;B(@ zd}P19EfQD0omDQ>$krF9%!#z+r&un#>75ZTPxWfpZx^PT8h2r%urh**BminAQALXdVl)?`i1l;N_ zd`=gp6!hD-T^^zgYrI#y-t#o3_k_=uUDxi_(#~6d%Vu2>YLYd=FF4Scq;)zuy3ZLy zFteeNeM8aPI<+W8zlW{KhpY=BbmEQ*59f6Z4a@94Yb)p9_BlsFebSk&G1H`aMz#g^Ai4!lv;H#ESqw8#mF;@vZEUI! z=RRpYWR)rty{B3 zURimhy{O2Lft8iFQ}pszG`b*6NteKX@V%am#pCt5$IDf&YHGm^Bkyn!!GL6^?_&`q zNq_tPJre#T5=YPy$*6udX=nhG99PYPEX;X2k}&2DU3oA#M23(D3~bRfRW&tz>aS%) z1|LwniaDy?Td?OVeDX)iwVBEX zAFF|@4{&>%cSg9nJV&6EC~oqO9Z|RnEU|LJwuVK(GoggXWRlSIwQL2S_AB~Tz)`Q? zyeZ|TK21#>1!bj2aYJGRXe8ZGh@Gqw2JolRtnFtOWe~2FHkh1NI=*m2ehFBVTw|`s zzmJzG?qseNICH0tWeUx&2$mb9`5(4wCDux7a0d`I!zWYFfxxTRnsYNhY~nw|nK@VXeC;?Y)>IJSBM!J#Tu17Fhw5*n32$5RkhUmf~+udNo78Fct2a zWSQsa_}liSvqAInRm|q9fvBML{>l~57jHABkD;%fNBlTh;*t=toVTsNMQ6KTuzW<@ zTPLx_i!+nh({6^t!{JC*FM3Je-1$O4xT9QLj)_+L_#3L#W95n99&`$F}d> zeX-JZJ;zVXPVb$Q{?%AC=Kx+J7$vqheoaqf!$EcYg*>M9Tc(V_%ZB3Q=9{@paMeb6jQ5i{LKax!H-Ak97aDIwC^*ndv1GsW&^3W zCaNZHyl$SrWC)qrI}>B$@$Gp`Slf|?0jtoXkfI`Yzzd-(Q(olnRzS_RsWB92t~=_z z@hh6LAL341w`3;dy_J+)!Ea(7n|ElP@= z;Dv)pf`I5X=^~&}>^qKs3%$$~oCv+-RWD(NylmMr2&)Mjhlw1H_T3xX=+>_F@$yo0 zeiC*dAwW)UufzDB-31?4?@nXFE0Y#>_bSub<@_PxEhrn0qybT#_1dd{B|OUYxD?(LDOzb66^N}M*Fb!HuNB2Pyr613Iy|fb08@k(_9EF&s*Qd8W4B)A1DfMde z>Vw8mPgNJ*BftH!AJtmjby=xeB5LK1--9GeyIQ-fVTg=cP96%h>SIpDB4!)c(1#O zSG_mWHlin1-Y!k@8rx2`IDATq4q0Aax*-D8AqlXU0EICKW6qg6 zuN#{xdo5A-n%o7rqJn%{LhIG;jtMecFZWH1M81~GkedB=923Bj`?>HjniMMK7jT64 z*v*SQo378?W}o}=+R}L!iir5rEe0&D|CDp1FWQ20^mM4JhJ#bEEm-sr`tw(| zgCm{1z6YsF$?v$|UsVfuq*WyXn#=E4SIYO{nSQg0FY#o{kMXsTX^y`WJ>;e-^s>%* zp_+4(%X4P=r=07^<861Gs)&6z5KCKdve4Uoyjxy0q0a$lMUH-lnElBT(Bf*nUESPz zo~q%M7p%--8i*Etur|xr{=k6)d?~Kpd8=7xe_R$O6^qDZq^DyqOsJpV*={;AuqFJD zP)0Fha7c;TvB(pG)n#Q5rQGKrr2@N9HdNHM^Oi^{SV*yR<#PTnBvMr~2`evnya{<* z=wA?bQqXfBvJoSdCO+g}S^9BEm~Z#)l2gmD@N#BShvIk%FKC?U<(IHI29tk&kVkL2 z>n9EODs|s`<>+}luV4^RTU*N>k0HpM7=(Ggp6Ev-9zOgDrQLw+(W6J%*KgQRQ5 zBAZG+)x!7js0A0x4F89_lIgobx(rMXlcYKC#}Hm|I?;V-xfIuQy*@93*%bH-U#lZ{ z<~gO6N2ClA)DzS&wSj>=OQ<}UnQzkcd(YnG@y_ka>HZ5ju_`0O|HhI6`O_h(u_+9%i>cQW24Lmx`E{o zQ@xg3okCVKCnGE)z$0kjTDhWXulw+!YHRM>pzOo9!v8w~n*R^Zc2e; zBozSgLXR3zK$%xQJV(CH!z*yNk;S%I0L<+U^J zeXsDs7vx&Mr16RTmd&Fex66pZ(U#<~0=ebK_wR=?oPmj5!Zeu7lzT(56OWCU$45$D zMUnJKG_Q9G3;=L&g)o{WWSChCz*up8@xPxy>8BJf?mbeZ4iLc(3L^a$xK5}0f4u$Y zpMT!E^-!mS)>(d0^UGCVskg|uA^!7kTh@}KRmZrSmyuAOAvpqV@YCtQe#;gBhE=>a zD??;%_Bi9MWdXcL&Vle$p1k*Tq<#ij2?gGUBR{3d@Wt84!m{rgL=m&1oD1KIi+0J+ z&L8%QF`kZjG1$sR+F1#|VJ@yd@WjZ=R8;ggt+R?~L|u9cB+oI_ga{VRIPve_tAx^X z4#5-$sf2=aBGtPH2#zedshyX!7#MR58LCrBD@eCqym*11o>1=T=^4bMb+O0eYVPi> zw9bZuCE33*ydoU3&{KwjF?JFX5*P~+UY=Cwh^`tN8_$K)EPQwEa|{1#;SZ1A0Bg$f z*jtnpq_qT{6Ff63vM>Y(k^9fxK*~Q$@_3chw~Ey5gf*<7m;0uCN-iO6CO~Qf`Fs~<;ZXj2+Qk+sNq4qwA%69Q% zt}I_NO8D$3tGch-`!)6;q8HS}eTP$u(p&V#hb+zmSDpa(;1Ny@|J^&sA{$Eydosc+ z6V|f`h`WX0eZi}h5}v!>5)NKuY!5^4{%Z&i2Ns?4mz5WOUkda8909d5=G)j-Dc#pb z`2pr@)$^bzyHK4DuYmmB(9J=XyMO1-4$LUxjf&==t|Xuk1wteQPLX=N%3}oGmQ#C@ z@c`t#?%k7g70xMHnjz?@l=$9cg8t~r*HCkSo_mF`qDNUtDd@n$H)>@1 z_cKTdaQ(#Cm~*UuE8Ilc4YfD!b}LUR+MaL;XEjZH`i(M3`1%G4 zpN?qcPQ0AlsC5_J4Yv2}0yUOAg54n?8EB>&{)QWs;KVDM9hgt_U~O9WUs^f^(Ip?g z=_)?F;I9vViS7=E@KfdT6k8j45KM@P{%u-DVw*T-{6Qh3BPV2JV2uRxC}Lm(3aM%= zOyiLGzkmO3g_U6H>JKW4h{huY)tL@2&z?PIn6wa3a+wdSs9IJ+e4fJRdIOg=BDS3+ z!~|m&6z+9f_IH5Vz;soHT(W%wE$u*aM%>mr^lWSemp&aj5E8x+Fgg;?E86>BJ{e*{AOpK7_0C>UHZFZSgWD z^MIKKMn)E%eYKqa2dwFsrhoqQlt17d&LG1p$S%NXmXSDlao;*OuBwuiob2qK#MBmk zc4m8pg|i@hFs8r@P=*ZMJS_5sVKr;J_U~wUyZE0+jAZr$kC>mreEXj<2Yv%#NQ*UFEI>p@vr83v&hzxOOZaG@bL=GzL=XFwXD@>Eq` z$Am7seJSWmZ*)oWzG3RPjPbGRZ6q)mG*$=eNo;?e!(X0^nb<;Jay<8g z6$kfi%4ssd87I*59kHMsBxAwAhYz`q43(U#+_{j%a|;(E^1{Pdn0agk$Q6Jnh{>4I zi?i1~!Pp;bH&@If=;2eBe&fjLfE=|tzo5V%ToNXs2M&zkq_Tg&qwr^eh7LY9P%-Y} z$!#LsIG}hscKo=k{^MgSb#}LZ_zmWpW{Up48&EokUs@-7Y*@qqk)Wqq4KZbpw@kEo zH;L2_hC<-GIFZakkW;X@EC0{r%Nryo-xKsp-VPtk*8P~*#iHNp?06t6_~hb1pufMr zdv#zELDoL0KL(olp(mMOM6pK|MI^-^oLuGzIbwoCmaJ_G5^bQpB9A6 zu+H#-bq0cp*-+;Y(l{{UXvj)D4VmQrBFe!31=H z@e;EXu_g-)!+5nP5lOLlShsf_SqID~6Lr^p17eSZLP z+SdO;C}6#6bb#0u+UeuB(1}VXyk2s#L`lVsjar3Q6CVf|%@x%I+lk(fs7@)0Fai*g z%5!{q$!X%b;IU1~vrw0jP<}oL^aB2~`y>DR(vlLwkIc%3-jldY!7E7PSHT6xJ+2yJ zL|6X?P>`$*)J_CP6K||uQ5+h345j*6igE2Y@4tb>q+LQN#S=lmbHV0fQ!-3v2xt^wql|y0=Y}8P|CBHEZYs~0ws170 zKUS{1Yr1$}BWu#!`;B}J!VNBdcy_OBEuJ_`Xhz-VufA%jS@_LZz^_oI#lJK2(o5jU}upcW`0l(Ub_;LQPU2N>L8%{<`z!0`(75-p4a zF}z5A%j_&dnb^7=4GRHqw7hgk3U7tyv?o1Br0cl6@L4(iw;aP;s@DIn(%hdrdL zskAv3kza#v|9+L!4j1v6Zot%Y;jgF`_#%tHDfM*$*H9;k^aTeM!o&R;dDRf8olT}cUuZ6?4~iDBGkHa0c}2Kx_6 zhu5)+sF0!E!tWgH=;$C89#-PXJUbQ2PHxS2&ZtCz7%mRny1!A0gOCyM z3cu!o@{%$bKkOFjFVr(1KYjYt-tG?V0W{iz0!9%|ti8F1C{UMm!!rgPaZ8jyF_Xj! zI$8c~lckOAdn4^Mi*>T>^N|kTgDXh(_{t#UyU1nQjI@fffMbp_eG-w&Wo2;!X#a++ z_kbZ{L`;y$=Z9bA+ez*8=*)n+14cwX&^ymQ2!)OuqtGmnoZp^16&1UxO2M|(Okn#$OevQo>8R7`l}VUGmvdDzN4 z_!?n;H;IBFbft$7Jv}{cOTbO<#rv+nJfZwgVJ-1iV+ZLyu{pZGetx!Q{$Y>}-?x`r z7dt~gzm2F=!HUA5;0p37%Agq(=m))*{ds?f)LaoM#Y|OI6$pBe4+jU7;H;wP>p=@H zuY|Dv#*G_LdeHNw20iP$(&Um854GO| z1@75R(sv*{kL>L;eK^?J(K$Ts zl8`QTHU?q5>4u(FkVC;buO}D*f*=l(!88Da{u4;?fU_zpQH8+_qYXf`HL40h3}ShV zTIq}E$}912n39TxA^_H5PF6HK?j25GCb=?%zu!QS0nrWU%VA}9J-V2RN-SdK;ui*# z=FP+x5DI9<%P28PJt0Ogy_(q4^)+Dl)}MbS1(&9S3zihjKkuuFk{s*^Zq4UEk=?QA zxgv}NLxr=8$Ab9Nqxa>&3X)A*F8+ie8KGSQ4-N&|7Fq0^j#p2pLr}aYK_Zpz5*J6l zZ0kJE2k|EvpYY2tW!<(zWtE69V!dIKSFo_bCB6t%jNn^`63TA`x0ncU z)2NjoqTvl=CFNjKlXfV5)SY*i%Xit3yl%QENkO`}{woH0!J(*NJu}8}a^NixSLs>q zr$6A-hFY9(@It>vy|I$clw9Vw>+|Q&E^;5~1(=fNHxUL2#7a!OOB~p&N>?y)aFC#O(zy8tQ4{Ie-K{wix@O(FWTT?O zG9S2Xkh{O#g!XD4x9CAAG5@slyfL$5B@mpuWm(uUx&Y7iowBsFB$J<2&cZlJkfd-E z5vE+4H3o*y?Rl5Y!GfwpZ6Pyv*q31Y`iOmXLbW1<+N#rX;8V^h0+tyW_NC*NVF36m zVUnRf*TAiOFqEFJ?7G-RepQ`J0&GbP&bjnyZ_VB;``RdQ@asfXdcgukm&tm_a!cym z3X)3Ll9IE08EKY=#1Pq7KevGdXsZCa$==FPSZ7Y)7j270T0#Ny8`qFHA(1;#Z{irE zgR}$F@u=(9Yq%stxfMz{nG~-5ji!=XiAt~ADLCoXs&T1J=+;fa))N#$13xWj4~2y( z;U42Ja4N~?r+#qi38HxrPWN2C7?RPGJHi4fw7JlY(i+E& zJjVCq7fy^R85PTT6AXGHDo;Uvy|2ZNhnVr>w1F`$6_(C3#N^ip23V@-!_?|D&Ii2 zR?^-*dr(wgC8I>+5`!}Jk?T2KH>cbgsZ}59i)Vk3gX-alFmQ#U9HR;*<~}cdE367a95Eyy3>8 zZ)KG@F=le>lQt5#giuU;ydX;S9BpsJO?@)qW7kMMN=7$hcUdV?qPdLFp*mj1DdC&1 zD<#~MP^$0f_G@6Rh?0)L#0AZH$mu;yDy2u^%lA|P#%CBqZNRE}4c{E=>C+Q?bJh76En z#(R9)D553`{aCT^^@Xl%@tZ^ry0efx*wtKCkzmS%qwY5=(08=yVUi?50 zwfq16Wbb7pF78-!QZbS=*iNu-Gh^x|Cf$TDi_YQ)McXfVVlTN@kn-)ywRy!vL`1Ab zQ{;*N9NcEeaW>J@pJQr*ew1)Og(X@Q9wzZm^yIn4|AY8*F-c5rY0Nw}@{XOAbQT(f z)X)kZ+;@nSiUw0C;SGzx`G4hJezXnav9mx%(BmLvsqTIAUnD#YXS{jrULK#C!mqxF zV+;?&)Wb1}{ej%U*8_-|gH#^PgdU2hXnpqm)Pto5Ngd!pL4uSKnl%n74Y&r4L~%^~ z!)3Ol0bpHA@`J?lsJ{-}dLseG>Z8JV-ulwPqM#3^(RJGnv>Y^M;S&9x{CG0(>U-ex z3nak9e~|!(Ngn6~i0}p$_Es3up?N;XB%T5DC857Gnh%yvF4nIiLH35jyItaniYWvS zvKZ5eqUgkd-)Ku{gUpPKj1J`CZvauU5s-K)xe>q6O^O>xWFSR*Qy}>skC!8<_&5a4 zDER0(IT~pS4%V9RmjCSO194mO>6X%kAOGRU6E%V%0IpaM`Ok>XlHoJVK3v zGmTotslRSdMpGyp0tnwz*27lef1Ns#{-q@aES?5jITL(ljjtJiFl(lYN(zt};1v~2 z6&L7|pFO!4L30le|LBeRDe)fgRq6_^I^}uqA@HeVziB+6DH|HHbauV-=bxN=_Vh@S z4eU?>0%@21W96f^7l2{^ejEQ)K;!fKLZhR1`lJ005t!6#K_e1>CP8hFXn$81$6iqW zL&L*cv0R}*Ns=EWz9*KASl@ruG-fzw-q=uRhl~(t5=Iaj+TIfH)K*(OXYh}VvEh}xa6Y0LFy?_2-T#`@GU)^Ky)l53xS{jn?5oAMzH_T3Y`E|%tG3>L zfjo)6J#^vd6xV;laKu}R6E^$s*31R=F~6;Guk%&f*iez85}m!(!f6>L&gPL`Tslim z7#c;7@_;wnr}9qSI&dFYoykHV#V)qJ_}y=Q|Lwp7apo9SC3@ zzPw(UQCtD1Si)4&r1mTF@^~<_CT6+l{A(h_%@;$H0@1ht7^wO*-+2AlXANojP3GYu zqb1Gek$zl9m;5MV*toCziAx+hGGK><+YGs(0?8a|)hf#|v>z7Q+7G=s7AIt~d*E3( zyKCQ^^1=DnCBpH3PK+wAOPo0!Lq%w+K5W`^`+suBZCCZt3X%t$%21ZoR<=A8bGWFh z8y3p93iZ7kfK-$RnXociG@?|oB;51H{_IArQB}0xb{%)O!O92wZ9m^N*js&cB2z|w zNunT;XT;GrXrhgX)B5yG|4+_FRHVu&mqx)4GcwvAlSKaHpU_@t-Q zaMgo9ZQbY?hA*))EJe#*wbwt`lp-NIhZRI%n^syH0z63tlO@dO{(a&JWsMu#VBZAM!d?aQ$1&%v)O3*JIS># zzrPJhQRCgh!C3qQLxvZuHX&U!Z?^M5SxfC~;ppvaUTTJF4_xKb6g2DpcysEw8MxPL*!9L)Gh(OS)(9 zOE)iRNGN~ycu-iSwm4QyalXU7UUc>mq&tXa6(E?)S9kb@0yCXFWh;L9tIyhNU|V62 zUH)z2JA1rN&yU;H-mj(p*4CeaiK!vi*2LO+6q4Q(va$&h3Lb?Vth+Vj{y<}v*Z=HM zMKIr0nBQV;jL}zU!EhYL6oR<#M*Kvfp2UJXrGrD;l4Sua7hViWg*UOWAv)|}WqrPW zZJsB{!{91N?%XNOx&Z~A#=Dyz)^ma1D1{DoHB6=WxvAA~Zo`FGC8{|*%YEZGz930n z=BPTc^OBeal$R&ohW5L-Sh`t{GM7~0$T%b>ifwOb!N695d5?UyiRCiU(MvgP!S0_~ zovgZ|A1;ZcI!AbEXrKM2C32A|Ki!y|CZrrI{S zvxvl>ZI)LxM`4bF=@T*}!11Y|fa^Y^=pGP@JVoYdUpj1~DP2;gQpeAUs*t9mDk!n5 zqgda)eOm~RSn~Hoh0~|q(VUf@&R96=Dk_dY4(8kGD2s6gv@eswE}OBOPiV4bT4Cm^ zvAI;KU0{8{OiF9^CA~RUK-i$yS17_KEiO`h#flPrV$?c4>m69KOZC|)78dbg55Ws{ zPx0RGcEDGVptzv$mqn(X2avK=SmPHmP2!oj`wtliy(DZFHg4V=*!5yw&_?A|dSJ}l z=Yp$d`Eby5i#6TZMVO}qa#!!G`y|4(<$tfrxYU57BK;B3NYTq=kkI{cCuh;>`gCjf zhlRC(N`L|MZ&ay7e}yXE>_0#BKeR>-C5FRU9ITwU7m#yIPhdh_39!>S0ikOqlF`A` zumqJ?VptmCnEx;RQK3GgwxcxY!QQU)^Vy%QP@^hIOM7?{-Br;UDZEJFix_ar{sH%` zK4kh+Vtqv)XoDjr$Hx5Mti1(hYLM1-pDDfs<{pNA1cJrdVc~@kv)MOx#RhK!&pPG( z>i&r&22Q6?MqVUTh9D8b4O#v4c9f(rTCWq*q9S7wo-x?D1E16%^OXx~84v2v$b~Ye zXg*FhhUuA^3i(*q>G8z9UXNPnU*ev_ml}d66vaAk<=lk#afcsq(-qj12t28%FSSXS z9Sv|6e7zn&eoUZOK%3N6=Zfvr%Brg|JjDsjah)=nWjH}BJvU1*_yx=n8fpv31yQS` zec2tT{A)Dx#sOjxp)hGDG%9wnLtleh3+~-y|L-WRk@ zQv+c-c%*E7}z+`v5!`Dg{7Q(m$T*Df@1shwN*CUZ~mNMDJ2>>klP$N3E3hY1b|0n zjhVjI#|?|qs#9K$#Ap}+8l@g_*-@{()el%Cq06$-AGU0=!8eYH05*w=RIR>phqkf; z;Aqe-a5VEh=ciKLgZ7;vfT{Gd6t^#MS{MST#2MbFxut!=(?t`$E2ET)QG>BSy5pQ?=$B$8L z)v4$bJ1em!xWr$Dkao5I)zx*BkKrt10}KXL01Wn@iEYB|DP3?nom$cE?V@Uk+j`G>1qR5T9`Mrl-d;_A|>@su0iF!RH~dIA0b(0AH( z>olC76o#ErQX-trno7~%0v!)Lx|({tWZb4L`_d!cbPFTwaNpbpXJyX{kzoXuX-=c7 z!&wljjp0Qy>1nV|2qsuBqnY^1(Dy&jv**n?suq_ESXjz8@fQ`P!kd`BrJp40Ki@0) zv*V`V-NBn7^-o67hW3jaoC*_8;Y#Fu2Oo~GwxX4}nx4t@8#lg3{I+nDC1O^zw$A4d z#ljWiDa#d#0hw((c>XLoVqYS{_WmVdoBC%DOnf(%gAHW~b_P3qiPI`+XlT64fu>^s znh*Gd9UX55Z$PROMH^()zXsXF7ZM}cBQ^wy8?azw5AUYyk^ZOe-^P^v6ui_W)C?Lx z76rrXQL{eaF3ef>XT;VKKnK5p7`bwbs59E5{GNpfJ9u?#uAH+@n}+m(1n?4py6Eca z9y|6LRXd1Sy4n}Hl!sZtAw&CJ6qAVk{MqL4Vfh(J1S&W$_i0t$#{^A#Q(hM zdEY$G`};eNx8r?|@*SW1zOVbb&g(qS3m?}iSKAT*m)+`mh6=?I++1N&x-%txO>jHr zmBHxi7)Lb7=F`9wP(F|5UF(YmC+rDMm!gsn8_*zyUqF7v&NQebjd@_n$q=MXE=u7@ zZBT58A^kupJe!zHhjz-WIB`#KfIlWY`G2xRUvH&+N;I6kPspEyva2n$ghI$#$}}_l zjv1l!smG`8EXtzOmQB3j?QM>hb@Kq{DuPJ}Mzi})Ak9E)KQ=z5 zI~2%2daGZl;9<$x73?a&&El$u5k@xP_WN~+k>(5xv; z565pJ5(fSA={iAe#)a|>ZN)7YkpX@k$BuwE#P_}?ts-L3B^YGwoU5^-o-J1zqI)kZh##}wQgbXkVS1`kKAJ3g6XMTs0ji|Rz>DeaHXh%@y3ewJYj6kr00LJ z4n-~YOe!7{r#rZKPO#~uctS4xb>;9?x^?`+fNtInqa&>gYK34BTV~?tokvS$zMZ6a z+JVC@I`V4$MAJ0*zUqT$P^i2Af?v7|AgRdh=0nIBXLHU^Y=Q&kpVnxU=F;$Fgfw4{+z)W8 z`x@L1xe@p##A`kli7(5a=Q6@kQ1IE5YDcWjqazY5d7;F-3Pi8ajL)Fv`Qj z!{bBSZ-76JJ~WyCiL(+)MI%bgdS-S>*3E{G?^jVl0NLcN_WEHijbmuvkpE1f`4Py4`7nW-^h2 zI-)+K^&TGvgI8!X=t$@$2W8Gor3ulyIl8^0X}Vl#$49R7{m^YKmauCh2>(>&nr79Gt*8 z2L}z{h_rZ|o+*zG4ejkhBHqL<^F4O?r>TH`UG5~Lgi{f%9# zukFRNx}Nd5u$$TO%B2T;-}`26{E z1G~B4_*Bz&pX;5vSCDWNzj{?6Atdw&HKYi0C~n;??FdA;5R>v~`%y^;hNZ@|jI5-k ztr-sLy!%;uBjUhcbFP!W_u$Y)8OigXE-dM2>On{7EBre(^wQs>@h{lR9mY>eG8UH8i6%X<|R zbhB(WT7zYSPKY@Q-43Z%iy>5|48cgMJ+VM`f zGjgF-KXD&(Gm~3>3h|1Q7($P zBJzH}e`X;wt&P!PEWKsqLL^N|1S`UQ5!|y4y|L(RhWn81cLq=f?Xd|hoM(PBge%u= zjd6Jh{WwU4moG2eHV%B-w+uOecQo?EpTSBX!*tc`z2&-*5p2Y92LxnjXb76jIG8k8`uIFr z08x{Oa;Rd#e=h(N34t$Y9Bs0r>?^Ts;65da>Fc*5IZg^(Y@=`i2PS^bZSX-xP?&b+ zn|H<>v9lWj=*AKkN`Irv|)^{FWK8|XdYj3dG^%Nd)1jE~abc+2r= z4eW1Zx*sau;A#LtXR4P_$C$kStag9Equ(5O z4u`7<)Waw7zKI9qqI*^0Sul<93G7mihbx76YBSS1JI*sjhbODt*$o8_0LZwZeWUDJ z=#GR!M~lVR;J9+%+Fhad3btgqrO^B(3nXcVJDh>C0Wl^V6Cm%rqKJ11AD!O${)&o< zvNBQKi<+1CgCJrNRe%X_bXHrk_hTfGHk78|=D+)ZedPwW(N#9JOlAGNLHj=Wyg;%V zc=Gq@ru;SiA$K^7KXK|pyOw&h!kxm0oLZMFxfKo^j(R6j^)6X(`xQIBig)@l5p_qy z-6Fbf^6+u_Ca^tVw&2gY6X@x)frloIkJERp&+=cdU%E)sz2uy~j74@p&i&k*(OZ(D zPT_9(PA1Rb06Yq_Omt{>)^^AMs9{QM)(ww$Nj<<4BbRfz=J55Mf>dQ)ou<^j z3b5)Ny|>-XMl0|G?XqRIXV0qZe1W@BL8kI*GEz3fp4m3M2JHvx-ZHkK-0~LSn0<6C zO253C4%&5&!TxmcufN7{dS;jbBQ$&9i*$8mwk#%FHAsyT44lY{s_Yd277F)7iJLoa^9` zKKGfSRO=q0SU%wBEgu=EzCrvM~1J3_n0bmut(g&frZw zo7D3N4Fl;u%WEZvG_L`&jSt2a7W@%__$?McMA78i0&w3)0*aX;gF{APj#IgG%a<(+ zR0?6v7|tMoyi*oe!~}h2g1{>PiFf&Kyuto=LyHv9X7|?$6B^!3UJ9>0M3;a6sOydE35G4ApsifZ zBi!-q%>8Eq9-y1G}&sqjNK=`n-kq{X~1y)Kw1*&%e&bQ-!wna z($P7R?F$N$?#n)@p9*1)yZR=b*4@m^o5y|M@tNk{y_d1h&E1@<$o3t|w{yov165L6 zM<;rx!@^x}(dg(X%Ps^YW4)G=Ery75^lr}1Xd^Zs z6S?LXj&vuF{ma*{e8YHL7M0lC>({RzXlvs%0Q{L0 zm85A|MLv0Ak9H}P3JR0p1eXd)cFU~T!^dxy;Co>D=5aX ztZ}v~$LD^2iJ(pHC#RiR|LqdS%nh3#B6+gyi5TW z0VuCeS%!Igm*L{)azl7`&_y;DqAOyr{8Gi|V3wAz8s$@07ct7|c_Ik_RvZRZ}^gVig`t4S6*J$W=*LDGJ5Y!FwHPeIlh@WH&br?&3zzd)9OKLuy2aDV7u z$@BZ4+`U!uT+U~vnw(i8&+?=g-%hME^xz^pcEJB;4C`#H=JainxH_eq8(LUcn45p? z>4`w;=+uDLdtYy_MO`w90JWjej=6s*^wv>kw1~QDQi<+8rS_Ai-CBwE2{Jdb&0RP~{ zzr5J{`}=WJCj`rP3=W|$#I<>I9F(4_CMax$r$N2Nmwb5fwRs`y|Mew(eLH!#aObJ( z7YV$=<@XcGkUGYFsBRGfcI@Qj#AXUBITMq_Q}NE{QGCNM0(-G4eA^xq03!A)$-z~5 zZhPb&C*S8|i<(Upq_1D{p!+i-v#?aC9zW=u@XT4uKR++;*6rKI>|j%~v){^H&vXLM z5FoqX^uY8~3PL5xa&Z4Y+BNgZd0(5Wb8$;2dHzgx#>VoQv$3+Y{okp*I5aZq+9?6_ z1Qj3}uj63isuPQKG^rz0$Kj8!00NAxFU{wMR6{*IJz&xSRfs%f!ZZYA*$@u>-U{>o z^IpAr%Iz^Vs^k;Q{;0Uvrn1MzUJmOS7%3mbs-mPn2L*TEx@k~`lx0RjmV)MY9{O9U zdt%6*3CZfsUCx~t%ZFGfWl-dWT&%1T?E$3z%xl)TVpBEGIMTDO|Np&fnQy1Or0REp zS2*(kt>Lgy!-HZI#y^|r0jNScemXY<+aE)K>8<(yB)<6!Qhkh*}1= zQHbgGGn4X8F7%6~$e+0b9f?Kxn}Ue*lPo{)Pr|6C!i$~r?dZpS|GYp%ZenvxleJ^j z@`t@F69>nms>)lE!>O-073gs~YX^FXfE>4qik|+MlW{Og!gjYP;mFCmsJ@k4;W99UN)*Fds;a86 z50bu-&cK%*7~LLrb#XxwM@G&ddbhN+(1B_sAMQ#TNuUd_b=A+BXRghO^C?=crD0c9+n6rm){vP;Cz6F2EMWLGu zMia4Pd~G`=WMn>K@H?&z(1?PlcolpLfl=NV31l0_HiK;nr%!)_w1aeyMS?Lm5w)l( z+3KDmYWOyNeHHKUw?mF2DEW;r281*bgE(8jRB3r06k!UF!bak6{Oi}RVIgkKJC&1fr=IN=38yqKE~bL&;Y-riW3{T%)?cz}<)k>4*t*I%U|VaM!~urLs!! zlD~$`7*5W}JG{NT0;psL2q?qD%2fJXEt8t5V=#I?L>D^v6L{`D6iTYZPK(2}8H8v~+(UvS3CwQ`2rl zeqi3d4P|9t9}Snr5{aMeN#bss1+(Qv4|kgwr93)TDveFWP=!P@VUd7%pU`eL(8^P! z_i|U)+$dG`doN+!27=f&$(oh>Z*H~!R=0%;d^ng2DSWw~bNMw`be*#s>CvE$5&1>+#B{p_BM3S<|I(_7M&1W(yy^hxR#~8 z9JIh@I31887Xe={>sPH6_E97Rch|2g^`|-kz2!mO9KEQ&8aM-lP{xx4R*i^w3XAiP zA9YP?<`K~HQ}j`C-rDU*0trl20sb-zEVV!tSaX7~5b4)%QD8^E!2m;R`aZdL(;FJ4 z7#JJJ>K@Fcp_XOh$vk@W=<2Q3h0fR*q*nv*T5Qji`#+YIlU!`#$GQJ2K+LW>2~AvD z{=`%4{N`W4@(H|OZe7iDl7uV7i@vp^TLcBub-|#qu))7uk-3}#w&^h4YbTEJk;&sYYwv|( zb+1%*Gzl6-p@R#>rKE&}_OWB$?#R4qX_)*D{q&mK>e3y=mzy_lVsN7W_3O1a1TL($ij;K|_Svy#@Fu@KcXQXf96O+Xgxp2u zt<^a-!~Aj*LW*o(JmeNSI^;-Sw#We^;*5V~tq!p7 zc`~XnsHvM5TYh3$W;U*s1q&8HpBZ!LL2N8Wf<>nsSCkB)QqjA<84$1`66B&|I6OFg zePES}qWuHMl7iVUw3`X1^n7yN1lB!WxA8fIZ;gRGJUqx1Yv}6KhMiqpzUBagyr+Ax zL=7mpaT?Af`SkB0l(LM{r^sik;qdY5&N(KFbOrUZY)+xm2I|aK+})5PCgp{Nh26fb ziz*RUNqb-4!=WLIv-Hz{Cm<5$4A#(r*L52Wy zO?^NMLa&qlAX1uX*?zWSU{1HZl5!-u_{EF1YQ^;*AuDc)^$~fQZ$+q5(0W-|TMM_L zBZ!cu2{Ak>CyRui%DGj?0Xnh;VyDSoH#i{)SCALD{EXevM#3CE?Gi9Y7%7Fk;AMY9 zj7O|alSHEv;o66VVQ@E>D2N=e;HoMw&zb3bdN$GQjN2%uDSRU9F>Z#oOFzH@IIA0x zI^FsC^C?r)&9Y8S4GkSKssRJiFJ|-LO*hlh)6Y6MC>=grBNV$X8xI@#E)Dno&O9vgRY zRo@uki@RTYd)XNnU_5b>UP@B3OsG#`Fqh8W))vz3uvXp8qC1gSzCV%yQ3}a78$E&U zna8abeN|k%d@ z(;SS8avQT4+kx<~{8>*Bga`D84MB*{jrV8B?s6_e_q~wSDx9&h63R_yDIVA<$i=l+ zTw`BqYHIcQ19{piJ3u2on0wO3=CK!Iv_NDUh6Nrj0&vSI3p(M`Z;xiS$*qAN4C3Z( z1J~Sp47hS-ZjG)fZ_DE4NEJo0A#@296u3GmREy{;S6{c57EvNdm-DSjN2uXv99pJV zo>Tj`TtwC0(9nQ>RAhKKfNQ1J+wJJ)LJ3x5I?wP2yma$GN{3vT`C4WrrXUDlnW2mt z)*!jZR!8*74jwpA%{?p=XM5+nRkQH#eX{$X**V~yY(a_yc&g%jHDEK?{Cquy?j*gA zwsz_4-gtkLx%9BBYfeEyfp!XFXJlk#4@R>^vB#(hb`Ee;8z39MBp&0q0qZ9eUeG zHdzI0`IF8pSVRyQ{R(s?s$1e=^<}m^x9>W9jyYZ)1tY-Qypzu_BDMPq2!e>Yp<(-% zFA_MvKtL)Ex46aO5qJ*uLf?*L6$s83qVy4IwO_MUZ9GatKKp-RT-m5`_6zAhYi@1T zUx>86whL)0)CL5rYcq{<+2>f+lsjOq-QtHRe&!KWpC<6BR(SvN2Yug?AIy+v>CkyaFnG94!6Ym&8^oE58X3XVn!!)(kmj z?rAgbG% zo7N9Jrl;;6gFFyAV*R%v3wh5?d@pm_WjRcywLK}cOiTL0&?AzgXK4?{TpAy?wplKX zk3&_PTx??GJz+#z@nOaZu4;*NSXW4AyocR;0sulxjx=-iphNyQP2u3Bt6 z9H$E9SCHHyr_LWXXDd9XI8UB!P6b(>Ns-4Glql3w+1cZ;M8dI88sgyK0K|n~L^wks zripTJK<`>-6}kh-C`UNoL$E?UmS!{)^VE@(Atd79j0?q|_UU6;O9q0ZJexRJuTiwj zflW8%5nN^`mvA`8AS7a1F3UJRSob>3G1}3b=SV{^3E?324+!NzdJ*I{M+}&%0I+L_c2ABGb_@LY)&dW!I0Ud0k}0a}@(njon-b#!09hpD zP)U5!%0{Q1Fknrv_i----@bj$lysXvag;fQB2`P{Ywdx==gDOTDr|X%2f*~M> zql30TgDpPK_e=a2R_i6QEV&cDi#;G`5Apm8Q$;Q00vvWmPlTk%*53YoXDkFmAfugQ zmZv|F?7 z!C!=dp1v9+qm6s6!W~D^>2XW-a>aqHwrbJ#r{N=@wR5mv^Bb)jTD-9i@qD+4H z5XA`xjQ6P+hl}Io+8L@PJ2hrV%|81zD2|9Tq-v!{jc}oWgO;F?R0mz%AXum$(F}>v z7rVTTe+H*xq=ZQRiCAPH9A|<~3v!eP-%16Dc7H*SiwgtH=UVLE;$m)qf^zYzdCOv5 zZO0s-^#qM;;vPP{Nf*SK32&GWPi_H47Y*B!yclSwz4rv*gJ-c_$F0w~ZVj1Y+6U5&oGL^JW4nv!TPv6(kQG=|V zeCM>MPtT)SjUfbFqyj!`Zy$++fU?f03*P}0ip1^dHLxqSu9@KC?957g6@<#83p|5(f8eWq%13+Gz*bpV`Byb{6YQvfbu~fBEHu#F z4Uy$GT{Q`udAuEP|GNVem8e@XZkmg6+>rf1=^Z{{(Ew^bs zuum`N>;V%J#5WbtgJGi|Dx?3*{X=naClZ2QxNKJfXPq2%`bK*d5PX@Rvj_KLuT$W| zhEbD~lZlgX0vrO39^4{`nlUdWe!tH-&3VQb=X;9GbWiZg_>ni>0V?LD=YN3%355M4 zax<+@EoHev{oWD{MH}l;Riq|MEFF0j3&Gzj`!_Oihj!vSB3BN2fdHisdqUJ&U!^Fl z-ateES4(f$umN@_Ca73$-MR&sa|-;|@=DBuX?1SDPVRB^JJb(xLsATmMPa*{&mr85s`fL?J2W7DYwMU`;Jj+$=`c3*A$^#wF(gE>Qy$Hg#G? ziaHk~g*8l{kHUNUkBjV+H7-vO-%Ew(FYMoJ`-$oM$7y&E!IUTWY#G*17)g8>Bi(vg z;0}F|5PgxFnsP(Pckwtt@!Yl(^5h#g-XIE~(_u;-M-h!wUQkbiXsSg~zukr_-7QJ` zB71$4B42N!80$y!7LF;Rdp?#&-@e_4c0=^^0ko3cSJ7(EJs`K}JXzAR_S%g z89oF}ylc%lk21@*riTPuC5zuHM(6Y)hpvr-t__Ua8#k1Zxjx&osg>!oo+?G9>ksgs za&jRo2NU{l@a>2F5E2X+482A40u$n!>#OT)M{%US1X1`Sk%_};ify1N^9|Mu_XQ%7 z37J3(E;xF6Zz9AFNfFc&yCSXtyWZ3Q3>ef zH#?dknglO#Fk(FzZPB~W&_!8>!n>Ei+RV?`h(rFR;tMhu(p}39{J~fGJ+{-+r%z|n zoR9oQM^zW}?^L$2vB9Y*-o&&PaJKN^XI+N_jR!*9_$hBK$$%HMXTh!I6yMiNld;W0 zVW@jP8d}H|O+7q3#NNO+$^bq}#>UW*N~FHg;5hz|YlOmj0S?+$xP&IoSOI{3l9?He zlpg{cK;Mbq5EBf64GJxz?8L$G@%C0#n2!$1P~^E^laod!$TSvTdj8^t0WL2Q2*IzS zq6F_Gj952qV#ZaQ?l+Gj{}rZVY8lUQXm#^lGveana%??da{)jLnOV=3rh?@)aPb4+ zIM_Ohv3o_ zd)O5Vs8+%$ZmPv;P%jnKtVFFMgvHv|F_?h6$HYu(z$Q9zw z&m21pf$*dq%8RV+0yQK(n82o3w(DOyBfu~Qx*Jaxhv ze0}S{{{3SR=|bFef9+A6|5Ul+pFfbOh=J?EgUJO_gFMqfbx0`z-lCT=$IgF0c=RdA zjDtiNS3^l7XErgtSw=>8@+YoZqS{11npXzo0d!78Q1X64-XRCT75r8Wlf7WOu3SsI z7@b)vz3@R~m+Q6}6cJw@VwHuY3$8=}QAHL|IiS{}RQp=c@F9#Am72K4b=W(AFtPYNW+T?~(GQA$s$F_Ow@c_ZG6J>M z|A6O}2DjE;+}S7@8pKF3^X^N4{ME0P6$B2{B`s_r_W-H11tvb=FY`oq)7byNa4vyNyTK7{TNJQwf3nJ@o=KIJ%egPoJp4T9>!jpR*P8L@V08&NXJ zaT>5PG~5)_!&8j)1L*el{rh2{WFqzeE`d<6!8V3xHov!TFIn*cGQWaJy7Lb0Q&>M; zJH)rr!w@7PD?~I{LyY^{JY)jtr{O28X@az{efnp?G|s}&%pm|R+#6oOC&+m5TmJi$ z!q!$)?5&v@8MQ4SFq!a>=`{4~rJWyp=`JeHF+q1vL9nIXdxrVZ)z#H_3U>o1^O8KP zAom?&)`GYl;W}*tpP;s1_n!(7xJ8)plxT+`EpaQwWp5NV=}o%@rEZ^EqekiBXH~nq zY#kiLIwpAvNlFScEhG(zY+PdAn#(Xt9rU78FD?_?C9So!u@`}scs0C!Z3T`Q;YIS@ zSQv|2O=RUd8cI3)A8-)Gk6aVzJIY3qpo(&hxONJ`ttt%?K;6}p@*5yM!j}^nsKcR7 z^jS#r7JE1p0t^LI+dwT*RB}h4El8|y^xXQy26N)N2ETtNr9);rg)#&BV$Cus(*N`(PaWjm2mdk!}A3pY3XsQwve> zG`x7RTS`z&Ol&}Hk)_41RR7+CM~-MxbFKENsJy+>w1|>;=)6n;F%w8XWUjSQbXVA!Q2=nL9 zM*`fA%T2WH3aT|@SY@Cl3L>2?%>=dLlUt>SN;jpQk#~j%Vew;RaS$h#5l1iB#POOS zk&CFLP|Cf5^nzR(uYU>cSg^|?5kV#%OcK-H(Gm<7RdH(YWpM#1OGl>(Xu%6s*b#VNNOxYmyV8(6TktpE_yV~gUI!QofhjpiBYQcuP)i?lG~rd zh8@3J*=6uMODcfKUU1Y{lvb|1f$or$eP?N|&u+)v8;5yuB{CRV)IWMy@vV*%t5Epv zoe0`&B`A7TbX~O4(Yp&hgG2+P*ZR+QT$-EPQz-3(b_DX+wwT>fmw{yIgaS8~xx za!v@Lf*3^R*>J9BV&WDBS%y9s?a`NoLuu&q}&TLxHNo%G6W~g#-e^ zPMjJ)Hc7kty{p%=B8`p|JN<(g`*tTEPmB?=%$x1^cu|Yr>(_H5ANLvoUfI~t0Nvd2 zPKTH2RTsrIr1oWIX+G1vVqJn7q}UKX_DeAM;r_8N|LGyE9%wtEt6N+V;>g!m`od}V zu3>`7p<~x(?}~I6oab>g-ZQ*HMlUQih|*l7lG%IOeDfe!bHXnW@?5dD;Gt-Q(G!lNBoG6g}(eK}HVK7c&4a&${zP=TJC~ikZ3C-;Or%$o{o~{|j=wcN_dA)_r8C8qX$o}FVmY7o{Qd&0Z-DT}+Y_BiE-m66|Ew!Lt1%sPaAYJj z6>Mlk2)ohNZ8(i68NZ6`e^;#QQ?f5U^+B zjR0(cRJ9#s+_7k6A4rvOFCi0xImAFK#14I5zb2g5HbM9p(lpdq{TJdy`M^?^>93{4 ztpZ0EUN*l_=#^H&-=ngsYQ^H0*qKHT5JZR^{OME8LnA0BP?8utClTB)Dd`*Hwy?<& zOkSm;X`sFxH=gcDUpqK%flc>BK+_+pGj*{4fxd4?Ut{9fXEe8Jj5`KIm-b)`ww@Ln zV?XK(yBp@q<<3&`GGBLBjs5&tQ4q7U#Ax4SDC7{v`@|P*%dW)aj6)pPP!5O;BOQ|J z#Jrw>N;qk}ZfVhDcj%FDM?Ir(l>HW}I+0B!6>IlkmU7%Wbl@vDnW7wi3@bFrqsbE} z72Xm3{qou^V{NLFD1;gn*MMBsBu7z^p2tXOUQR&WK6x+oeocplhZDo~KBaM_KSREiAY2>mYiXW_3qhj( zT9rl1_(egOblH?Oas48MO4Hx;r-7%c?eNXb$tho(rF?rQw9Y~m9o5@ag=sPM}<=Z>0Jq`kLSu=@jOL zOWhBi{KG0cnn^beecHDzHp0HlV=gq5694(0K1K5LJXP<^g+(ca;UptHckkg5DkfQl zqH=W(aC7(>W_+Qp2PlRtBoNIcB#MBT0L0>?#6QBUU?SuuuT7zxEE-#ck60*7VP!f$ zZw_>e&j{nhsHA4E+ckn z45KCO?dMnXy>%PXcrr9EdgfPI%qV3N>ZNJ&X~^5n@<+{&St1m=b>l;A^Hx|G=kM=)#u zM=P1)8MtieQX~!6#6drFfWjGEW?u;r5j)gJoX+rELgS%>0)dmL>1#8VnHOVC5fP+p z?RaZCple=rbl&6j|Kl0)fPqaT1OJtk-`fGHAg+;pCFm5QB^w3=V-)K2^CUeC-rUNzf_%lTc2`&^ z`$^ZIiZahE7C=WjsYhIPRRfRc6P>1@(MS^Lw)k@l#}T+ z!W5esuE-5PKStu35_oKm97awu3mC^;;@1Y!BZ6y%amMhM2U~cB+IrA0@B9RfC@?wm z?u3qpm7RN$lXad-_$_uZHk#)t5oBC~R->$dg31ArR`=oSV1imQj!N#C-F!2jg3`_a zQxZUwmPFD9aGPlt4EwKNzrGa8@nE>H`J4o=2_dx}_Ja6f&3Lh#0!^ZNNptfF9wuC& zAGocZ2xG&Gn8&zf43~}-v}Wqchxz$t?L?wgP5PXv+6lcH%Qa1Uui4#&-9_UbEpQa< z{#yPI*ruc#Wjl7{dlP6>J^&{D&OUUgnpmhqR6`G;-!wX4jn8L3_&rVMdGfgM%WE)F z$xZo*%ERMg_$YNZu3u-eB>-*hYxH?I+rE7HlBe64<&|{0;qe_a4xryfKrhp@wrEqy zf~sDGMqs0rCGnN&oGLkMe|3oI1jo9CK~y-$)H^Zckz^Uo{7v zdIuddWZ`!rAUnr8T=IkT(GF(^BhrycR}%+cbQSOHn>o~ex+nynp9~kbjF@WaSRI24 z^l{U5U*{HYIjS>VPxQ?!{W+Iu$ovHhh>bx6!U_RKmXfcXZng~s4%CVG8orfaTA*-_ zn|*zL%3yU0#wtLlHPIC8>pR~w?S<72&NjBqQBG|i;yiY@$^OBipm?etJbXAkE$yAD zJ?yI*-@O}xj0o8$HUt5)Z_JzwR!Ouqlm@g@iD&WtvsD;VR}dBXq=x5yApt{{4P_fAZKUezhPf zlj*1J;NI!MVY>ui&Q6c1yrnsgeLy1A5$(?Z{YjZ9b9PlNB!Xx;JbYt;J&W#^HF{X< z&wUSk20v%=vsL`hr?XWP-4`F^H>Sfx?18TDsMBlbbL(gS?MdlB*GHuqy(0{UE_DWB z9*kPV$0ooyNK8@Q+0DpE@N0gH=X@MJ3}OTmDn0@*8JR_iJLnudM{s>%B$sdmE`usq z=pUSUn&h|9kpJ(GUjxQ=fL{#>3EBw{f}rbYfPM5*Y~Ok$#R!?T8DIin5^L?ug5vj= z&i#Gdwf*0|xgkiRK^%Yo+BHQekC)2+`hFA)eW(zmmNz@XR`=X*z5{RTpI`W75fsB) z2}AA2Q_vCL;M!kEOkUBadRl=NJ}5WH!|HivSHg2>HUR(r`1=Hrzk$jXU3Cu^4G^I^ z6O51qm_}w!ng!4PD|wecc+nJ39}Jr7Mvl6g%+bQ}>hqB$yLrsU8Nm@hNG?`e1G&xEDqA!s8Y&%HIZ2Z!7m?E_A< ze(D8M^6m}@HJ~Dtk&yvMFk#^LM=$?VOGfe20lN&2r?QbvLQRL9~Cfr z#>Qs1wdc@AwAcx2Xl}Mt1*rN4yCmmDctUO7xbgGAt+kiXI~i&3Cyg$&062*aA=-o^ zAIbZdd&R|>;#A_MQ{O!?&Gh$aM5JmMLlK0zEMnJa+1mR0w#)~c2)Ji~eg7xKL#+k< zwO|wvVl<~axGG?w&dNbY>w&D(F5ZK6BepEE%O{U}d;f}2o=4%|Ip-;7VndMT0Z?T% zDtrd)@$E=C0A?*d&vrxK0iYh_9gwDutRtVbf75^BFgC>U(5MEc2}VlHU4Rh(`SG;X zL30sE5SZs0q43opeRB{k6$sL|-SAM=`&idj8pkK0z1m+!<-0oh2zMH$C|mWOX{R$_M;1yHHupg356%o#yg$i7Ct z5w92)ej6(-Zi)Z>a`Fnp7z=^18DLjU5ksUh0HC%&sv}fmF<#&h{Q1w?*pRYkCTz;{ zp$OW_N(-naX-coOJn@UrR~)%>@E1_GFY=;COX(M4KD2qv zXu$;ojn!N*B?)0h;Bz2|#90vkQ~Gs~d~DCvgqgS5xH7A&T$HN6@ zXnidPTHHs|3D6`8awR1tFiIb>xkUrX2i#o%5-%aO%`6M=P50##n(T-A^%|x7H^sV1 zAT1}At%Z;BK3w+5JJqN_|Hv$?#ACZ-pNTqn2r4P_{lU?=r|t91MPdCiio)Lio)BP# z^$(QRqAgR4?mXK5gsOqoJ^G~mZ=9xEYcaAK-A`Fi15s6e`AMD)RXVkVTcgDK_TdumSuW97t*MC2saU?Ud2 zWQmR|dPywS@WwDxU2`iW#K_Pv80}^vYA(V6neuWA{GEvX#?i**Ye3Gu2xUzJv_~x- zDJ9D2mo+!%f!IRm^ivKst^0+V5;X)qrVaT{BH{d-4RI$ZDoPeDOL)EDa1!ikCvu=G z(!r;_{lZ_pd#5&~y|+bX(>3oUm>gm4y@WUCCMHsKsqT8Vyr(W{ad&Q@o%}90S_HyT#fC}}xwE~sf-&i3ic7gkV{0|Pf&H;1`w zBU33L!$RJ54oG~BbmO&6ZSY{ZeC3L6*17iumA>-Zi#O@QtrQQn*4Y@_6d0{U2N5x-mLW93casJSwRH)0)rK2+izw6iD@7F1gU*2*O(AbqBJnp7z~X-D zTiKmop=%^e>7_^_zQeA<=Oj)x7J%_Nt~;of9oiSAE+I0gi^#Uo_uao;K~UBRO@cjX zb}^`&QBqmtffzSod7<_G@OTd(Gn$isxs}P6z!9PG0j;2*ARH4Dhg>o&n|=U& z5`naX`Nr-Nm(ftJA!JVzXXr9aFN0{bPeGx~8S;;Dt0#ALRYqfsR7&@C<-VfG`~G>M zGF2gmz^16jskgL4bVH%>)};IrO8+aE7zFX@FElrA!Q&AB$bLqw|CfHOHsvIw5|KV& zN3Ss#ta+)5M%)M@tnWz_VrbGmSqf$yp^kWe0#-Zp%ZIMbs;zi?Y6Xu4JHpFZK( z%%>OB%~5y1A9Mhvcb|Xau_q5IlVWMu0#FJY_Kl$(Tqd#r0;64>8XMX{#IiiP7zcp(EdV%uh$|;i5(f|Gm9S-sKpjS_Zq;*KYqg$3d;$Wefy|Qb5$S0|dg_8l1V%yj z67mp3)%lnyq@))Q1zwgASh8D&of~d*;MTY8*^3a_d9Dw!@*FI#NV7tg(_2rHOvb&N zZS(mBDj1?8t!n@Jl^E6f6od02;Bi1c9_{~rW|sq79O~!gn4kvGn1>4DZu#j~Ea}N; z_n@ekLzbcBe)b*h`1-*xjnTTe`}ff#D3us^7Ib#};t#*46#3rDyrvUxFOJK`b6Oeg zYNCw^nsbv^qYHO4Ha6A*emcZVtsmEz7d&jRi9J5DS*QcG#gN*gU{Dht4yL_m_HV=& zmgf$#o+ls5ud!ET=gyr%Lj47q3SC*J!}9aO0XQ**?1@+)>7oZi*>CL_1VEHrnd(Cbw$Qmhgc~{B8S~ z)2k@_f0C2|dmuwc8l*1$O_fZGtx3kjJuGns)M@* z@&xbQ7@qY*Yd(8etp$R6EuaQtI7d@aqC|^Z9#>aa_dkzc^nAbV1O=saFQEFaE@C4) zEz3;Z@`h(uUKkl)=DnJ`X!8}Y#NeTx$fI~_%rk3jA=eN*1>?B{1rKv^YJni9cF-e#c;$PBTFnaW~{K=(rBLL|i!siJ^Ec~O3 zxC1_uUNFbOn}P}7k{_b0sp^*viwJBgGV%544X(vxcpf0ENAS@^m3(U=VcyH^v=5!x zm447rWoZjP+QmXq$LQXz zTel(_@7(E%XHNQ_&z4XM*_Y3}{OlhR#03*UIUX3_v*V~XupzzeVDT6wNB8MFfVl>= zwn0SzO-zLcLk!XWQvv-<$3{8&od*zY9W&y5kdvDj=YY148}eB zs4ZUzLeYF$kn;8v5?RLGbDlpf49T+%ifPVGbVrjC9PA81(ERzgZ{KbzWtV01`Jy24 z$i;gjrOigpW@HC8I9N)^ff9(VRiQ2qS!$K|uhVY7kqq+Tmz@1I;c(6<4#x?&Z%tfj zE#c^GL~OpoqG#5UHx4U}4Z*!*>qum8?xRg090^xknu;e=b(frW#o+lm7 zO3W$)@`iu^m_7ywgYW$9z1%drh*2r9JR=vVxuP+L_O&D926&eQTtOX^_oMMNxdi~5 z7_Vkztikp}GX(?Y(hKkmy+7>nO^e}P^MwTLo!MZ3X#UuMlZsLt> zILD7sPL@4T9`JPM*zflgxkzHfn}x~QiGy2_9!p#RC2(t5_cyd7oJ;CTNh*SeZ z;BJEPQ$yS>EgJ>(^0aw~wjZlctOaqNDvB&JfQ(g;;R@_WE*z%>C_9~%{^9mix!3$> zM_d6zEwAt|PhOZatc0l-Sjj?zE~JPZnPj+v}q7z?db#iw!S*qxwy@2c}5VH%tXdMPq_ zgV*;X`YT5nQ7{9N=6@8Dm1XdwsF=z6D|Q>l+Oj1N<62<1E;Bmg=x|?IfJZ zgddGyvcV1r;l!vujdeCwE4-)LS{O2IkuQ;HtEjW7kxI!~r;4mTHaBy??8{cwZdt9l z&kG`iZnl5pEmeSE*z;gDtRUl^ua_noWgIX5j)SYoovlyrQ0J4}CArMPIVZ8X?)*?O znVA>|c7j2n9c|DDCUvJ|t1~|`0~+@-^)89|cpysjfuSScmM-C>6N}B|#BWbVd-a+~ zToAvfqigkOoxM=I`cKu~?$334c_zU;5#SheizmR6b?h;$x||0`Pe>ig_S4*<>M`wb z$|G4v>R9bD$CGmd0B&5|V;}`@6cI^7%L`~we&x@RZ<(kOZkuMYQMV3BOSB{DI7usLh_%RyD!(R2#y zYZQF5xc~FZWe=;7H*W%<}(Jxbj4P1JcQ;uKQGU2S;kBFQx5_v!Cmn{Il6^Z!Aoo( zAcYI@-mueaWlf?*#W$bkAuh9@r;|*AZQs`({8&(8BWPRw6A6cJiYOO zqJB-<^zf@*wVuTZp%oieym}Bi&5%k}J}H!$<5-#Pca%Auw)->l>_$QN1rXkreuf=8 zcG#*G#iwtMsxa%@%>O3o*3WM*{?g90NlS~_Nv_hre>_DSU}>C`1hVH@@J>LzBqLLY z2_^}POUa+}T`+P&3K+=o;}OY=7cRsMb#k|W8XVw_^}s$+umic8iZWpmX#kixIqu_W zhw<_@O>9CGGZ>WK za29=yjRjJ2$OZjA11c3CHtduPKe2ck@up%3v?k}H_NVuqMKXUya6NH)jT4MiI)nM% zke(Fvu&op#v+qx%*64u^l`#5)RdSfnMcb|UH_AwvmumI|ic z({t=RyFUcnJJT|rNDQdvO*)8}VDujS+btgomc2#1LWQ{j*4tfZcCfhY-hDBd-)ntv*yRdBO9=Pj;9q=d%$nLNB-&^N9P_*mWMDJsdii?#S$#IK9QM0 z$dOYgv^k}8i}FRGn*LWdL&daaqkNq+p`d>z6r7ZxXq4KQoUIg!wF=m2a%nqzq-NCZ z3>~Tx2?bV_Chavp0xP>do9NHn88uT1l2BTOYOH@!-KeY{r6oC9f2FEJdxu-v1l`0m z$A52&!UL8FR)FJb;tFrmuO;&>`$1$R&S)5BorC|voh$d9%(bq$ihE7jqAc5eC#EkJ4s9QkP0-EKW2T(>N zY&iuM^~M^3k>8@Yo||WCn%MZhq*PN1v+g-0*mmC-CNZ_=;!H=JX_(4Zfa!&{gO61v$j#3WIJ` zi)m-XQ=j&3zJbEI1WH->XWHg47&x;BNuHeX?%-6&1r$t}2tdsM)# zA~pVH9;p@Pl)^wP2$!~_93LigP4BD=h{QF(NYId^qM(mM>C)B;5;@h6=;E_%3HS}< zy75L2I`*H6X#XE+ZyuL(+Wv80wlVgl$iB7-MV2DlP(u_&Nee=SB*|7n%@|ABrIJv} zlFHVCh(e*&(n4uhN=c-UrJna0GozWgU(fS;e%BxO?|$7s*VT2M-}5}q@uz9>yH!Ch3}09l5{7p4kw|kw%V-h>F?mJgblYIV&3ciQ zlcf-vE##cXb)$|+S-yQVWpw1#t2?c+Q2S!Pp<-^;JWxm}T{>m{*=Qpx+FNGc3`%~d zBb|QoS(ws_V5+g3!jW<#tQK)=w58{UXK#EW zj5AMb7HcIHEZCb{O0x7!JE{yY?iyxPENrdofDE5{NhtP)MDX%xd&_RhI3R4!lya5e|#~hP4d_kYrR?Hfm9GSLEp+xwTPCDfy0 zOnF;4U1?JuyKIFAv)j#$B=|^33M@4qU{(1z%K^4qYLg@81{=zQy1|(J09!k)vID4t zu$dCG0Fsgp3Ga$KgyoBrA-j5Kj&!cuG(VTdb!IhD+gIj%+Rysl?_RvZ7?nKoTo91N%40&+&P_dV#qV22*=~D{znoH4I+E%Q!6=tK00Wo zw`wsLgPRy!g|0pLg@V^tNX+XXT4vZlwS*|;S)1Hv@(L&oa?=kn_UNFZGtU-*Nm=<7 zvMH!<$M)}M=I>=3CzkE2f=45s24YeJ*UU>*y>@5jwD^VQjOB#2>p zawd^x2TYGQAD)8M^3GYx!bxRE#@@NlbPZu1L$Dp9{FP&nW>fU8we>x#^=&d`)*4pK zv~f&6?3sCL-uG$JO6Cy1aZ2zR(LLmdLOR4y?E2!xu(fq zl}f6v4b$+f@ch^L)+eBlm`Bh>0Q)Cv_9}q%#WXkj_05mw@jXH6lx*v$dlKMB_7|zz11%fuuL`c16t&f|->fDWH1H=kuwCHj?vhAzDMMHocf z9QDPj!wH5J{*<_Ip^3_cEfi%oty{HP4iJ3(x)ZrNrEtVlxQ!h@WASxzdeZmvFN{tK zdkbQI+&UQ}z3sK$rt^(^x=Ee&)QuWpw9tOl=t}@z(j^N*<_)ivY*s!o_Nd|}lz@dJ z}kQ428 z&?S+z!AeLqsiaHV-sD$ZLsd$HvW`8~u}XTQldODd(bC5IB)MqrlZp|(&krTNxV3(U z$^xe>`8)O#rUswuvA|N!>&dpvOEy>5h6Xij1dzH41PmCQ+zTQNXohD2rykI$+qErU zuQ}YgL9U!7gUWU<|Gw z>OV=pXuCA&O=pd3rdQLCZ7(pqxuX#drp>s?8X>ya#-!8~zzEA)+&^i;+|O*E|AN^j zy(ezjL>y8Q-qjc=s4;8I7*D`5=F)h18F7slHqo?bWcA*?$HO}kvorDr8bLmK zIJL!d>$`XFx}`c|P*vS-*rL%(wtGG8^flQuXUyUG#ZEhaM3`FdBKrd>E}bLUFpsX5 z!DS)9C?ct(bqel@YAISrb;Jnn=BHGJ!b(b>?6~W$Q`815|NeORB$_*b%A&wytb_6H zbe-R#Wy?g(UW3PtGwW3@WQ}BO?aL5T4dU$3n;1849M4c#-b@5ID>>dv`Zg5@2zQ5T z*RR9!a1rz*)-5KO!^lc(DPglH--Xo+S z&=fY*rKQU@!)D5|xePb2Y>uRb;6tV0QJ09S8A=)7;Vsi*Eoik5r+Oty-2h8ejoegg z&n;7)cJ?{WnC=4j!PCuW=LD{>3|qPP!d?%zrHG}gLx3N7#AgGT=Y4$@m^6n+{4$sw zEMyvg74S7e&&vIMr<&ie6j(W;&5`zORXfr=iA zM`>Mj<>juGTI(nmLX{4wEW8O5&c9z>aQehH#`DA~`~wH?44Ip&)8U2pQV7S9m>_g- z-%I@s42{IhP7>Qk_)VmD*e#4iCVXVsHhR-;$jr+V{uDs*kvf7mEv5uS&k%EWbeI`Z zZs9}^)#Bjc!^^;I(}U9ewc2=d^5ajnupS)g3k^Sb{H`S}EKNf#Ty@eMXjI5aMLwO> zOMh+?Neg3mjvoVr<~&${OB4pVxGMPmA1ZOm6%4}RqVb*pB7u7wgfRLU`g z_NAd(AN};b#!+LQ95X_-^FBL*;slTXl|W9z4^vvYZTQUk8kBR46i-&yFZ!FV;Ic&2 z3Cxfc8=rOr)|Byf(A7!A^xhl;;2Sy=ss6+93C?UMatP)(3-cOP?HM!NJFLA4kwz7j zQO5X(s9sQX9wXEkGBi@YaMcpPMNQbPGjiq%iMeamJ8BS1`?@cVwd!ZbUhB2*B2)al zpY9t2D`bmN_*fOm)fKUQ)pG7sSE5Aw5s{Z7Kfs*b@YK7XB%;-p%B#w?J;Rm~F>hPTMPj zI6_T?r%4dV+(4N*AD|7qjBXowF_gZKMDJrGY{`Av%$esIs-wJ#NlfW;%qFvbv^*{> zZ|QPd4$A-x@(K8%8%a!RyOrYJWNDA@cx_-Qr{7|6SZ2}llQh8QY8>bgwYS^w$?||k zRlhw!GX9G^yq2opj2N!vy>n|q%LR;bTaq8233vqw>BiYS214ebt98-Ppx4c4?qS|SShqIc&fV(R7mv`DK z3841!zAUC)&s4oM(etZ=W);MpvXsdNxUl+ZY^bn#sxtJV@6sao!}C^K&YwRYCbDjD zy3(EGA(H#9|7u80>OY%iFaZjt@Ku>tecd9Q6&K3FMd{GG^(P*vrG3He7W!Xl;hfR& z9^g*dUK@C6I)}J;D}#tWL>oQ^ydkiQ?wTyDmkD))?Y(hON|^dbU#C~Y=RX!_`zX77 zg0&g*T;}_4F%n}5?1P0#rF`_)_dYs8mG88wrF-sz4$)>&H$u;`93#)L! zE|ll9uj>e}a(5~;@4y`=gqTLE#;McdEf%4SMDP|vOyzOl+aC|MZt1_}?$m4rRsE$s zKs-hF-Fs)boYZQk`?PElENJ(uYEPej(Dg_<{CDrbNyfJNWmmJ`uJ0v>`B#{24OI(ZJ*Vl&K@ z&2i2|Oxl8ta`hUua+YD(qwz8SZpu22dmAeyShk}DZM#O;GFwwchyh~D1z#_J*z1(0 zE_8{IHO`nxO0XAyCiVKB|2Vu=WDwi8ZF@OK?2ElIH0;Pys4#GE z&7#DjwhT0zaJ?_hS4`@eYywOMLUuL-7Bi)`hob&%lvYq>ltc^oX%Ii4a1xqQ*l=q| zUNoy1U~_h}l6A0C;c-A4yAO@CBu1*=D^X`!2;3B7Cw~?vD98FAZ36kXzfCrXlMhwe89Gf=lZw%oJE|;6LV8tnyH#e`sLQ|dP5-h@5S*-paTAqH}GKQ z``0;x6R2fB=ie+H_zj_U4-O6vB#E0lcN?tWov{cC=UO_aZ|u-z{~|c<@{L#tohg~< zfOiLxg19c+jtI$}-eaZ8J^bms*ap3*x?SLUo7R~~E|RY4b4flH3*dS1p#Ql9dr}b# z!$EUH4%=8i^!qJP*(7}0+--DocZq>J|NAfZVd+-gsPP=#eVoG^V0wcZ=)Y{Tt)~SS z-{sCQGf6%$-EAlZ&?C4HT*Xwu`VTuTQWR<;gnFj|*aNRMX!#O7dRJX~VR^u32yJ5v zsPG0I6jQ6$KdgBFUkk6d6KG`s=S^&-5QLA{CQLX&QoW z$yZ9R)qGplYaPX3oI-7NJ#MivGxJ{S-=`yqA>36>*Ut3o5Mj-Ye678CzTklgLnBke zzkrP(=J}Rk9a2NwV9h^%U^tw(3#=`P=J|aZ6D#bH*|8#Sw?(wYkyl^LkOK*~iZCHj z52+MfotP$Cnws;5c+#UR_1!ikL=?T-IyNfUw_-}odcS65Jya>coi6cU-bzO2hXe_| z&Ih40%|9F!6-9M&oK4}}D^yQ>k$TJg9V6nAS+!5FFU$fTu16b ztc39pPi)BcjFOCIuTDC_jrI2{GVT6`n_;8L44LQmEp9rHP?a!QrwJsL$MqLP zkpKQ_zYIzWk5y`0cz8G%LeLkGX3!;cZ|>=0&NAaGBE&bfGXvOwQKM+l2tVk)wla4! zWtP7kS0$S$c--jG>-n$T0XH8tOh@LeI*npOTSzBwQC+xB#!3w@OT%2eld096tKt>Z zu6JcX*uP@~i$#i@SOwI}l6nQy zs&E4e&m+Mx7yFKv%Rk<91v(G@h_gLmA9FgK(xrR%KIZLxHVD?YFs1#@@>lQJD1fvjW_(I-^FeB*Q-}92jTz-Q6h1#8;-Nqf4ElD_|4_f#Qgl zV*Zay?bp!}vx%anl3Ugh=r=!%c_#Kdi}3rdMqh0KFe=_b%84yI^kJ;BWy<@WxiHS) zzzEhHILxQ-n^MvI$B&OG0J?hx``1g1XT&3A;V3Nti%{WnJqjCNG&-NeIpyWo@5d)9 z*-=tZ&x~ZM&^`y1(SoHK69qLA(!B<#x&X?XFB)l^+mXFRDp2g02H#ai!L`pRxH4N ziOp!AKOeyBQ9nKaMa`-(i8%-`)O55CemBJ$rVLh6vK}GWlZ|fny(__Xu+q}QaPo?q zX6o@fJy%5?C;>qxTF^R$Bhs)U>c^;(!8r0bQ28CJD=ixqso_6jPSA)rDd_Rc?|aJP zF7$+@4^`vL5nH!pt5m@bwHwO{N6Z_-nfP4fK1+xIqC|*Lhrrim~b-90#2?9l>A+(K;53rG698X;)ko0`60cLCC)!yDp8tqz=#i@0Xnt zT?>3sj}P%xU+oVdGUnN;EN*GE(N%ciSXo-We8#`dzyF#_g%kL$I$BCR0KYelAA@~a z+F9WsRz-g7%arex<>YxF>SuMUo`d57z-OG{bL=cg6uR!RWP5))Q8V zn`c_*)Kt<-6lZ_E)IF#gm^nHh&g~(X&n1|NndCjcTn4d-K^)?gO!^JZ{G>>h305&YBj78gGwahY=KQ=42<}d^k84nE5a+6WHX;(1WTR~o)MxAJg79L!Q zQ|}c+G{_U{YadWBId0rYmu{-lPLA~jS{?qvBi`R9>tUUubB@Xw+b-!7Wo1wD5382S zedo6Am9sqo6cc26-=J@15gY8$#Qgn zAGe9lcYR%DeYmdwCz3jA_vq!&q+n+2p=PWW_lDwA+sdXc&<0ls=e{1DJNsu2e?4Sf z|F%=~MJL&zTzP{0ka-vVVDhQ<1)k^1gx7?RA{6YkrkkP2vZpDBI<#rC;_*q>1ejan z8Q>e7-lKbW#`?6?pWCxXpEx_4%dfH@Jec*Wp1|p!^?hc60pn}I{mLQIT=#A_1)6_a zA0rQdl3`2?T``*0HVxL`_S?6%lt@o%bd|@@fr3^PJS!PewgZaLPt}#QHnX8KH9W&x zR#zqY(H+t)M})k1oW@)_{o@)NY!@#s1Pj!Rgb*F1@Oos$x=S6jm^qy`0e;N{M4kz9 z>7S_B`b^wn=E>;mfGRY2^R9cWFLo)=Z+p)wF@=GHr)Gt@UcV0o$TNBSqN}DA+q2pS zW&h113Pf;JX0Glanbf3Fp4Hw4&5sxdWkF%X8l}sdKrRy#ysKYUj96V5D>(EbT1k() zvZ2W&q|26u1d=0Vt{S@Yf4-w9O=A9PjhfmOupo~aLFqX;;~^e-#!YSO;RRvb=|tSj zwC&rc>bK~90IB>kcQ(N8USmS}OHjY{OrBIaiA5q86h(JAi1NE$ z+m#Nl49tmE+SSu=sHCH>2Mq!La`SmDB+`nFpS)0kAq!jKjwo)Vb(-*p_V3lL+edsg zmzh@nPO^`8Q$xiqJ3N6m0yD&rlI62At6=|!VbenMT{N%7R z&rloTCJ?SWS~vKk#cD=;8w;yMgIwxoF~u&_GgIt&N^ix-VnwrYgk8>1)^_%Z1a~s^|Hbky5&tKD(ON`-x>QKK%70ev5$vmgd*m1sL z)C^~O8nG=_qHjfdxc1!dLho`!RO*mX432wxjs}72Rf*Ais)tE+*FJ4lQLNM3#*DiG#xPXu&F61c*&@*KGi-9#*y zY{6mk$VFYQlli9n!4=lP+vnrHzk1CB+F^wQbrbNVN3SECp$^do$PuEiXC@uLaGtRI zek3xJtJmjA@^$_rA2~}{E$`BZ(J9``3wTnqSa#8UE3muJ*B|GAVxv9cmP=#(zKm%)(U z!ZN`$@d=^d6j-4bgYo`PEn7}Rfr|^rr_p>=_S_*7J9+Utr291fHNc-vHD#xCL*@oE z_yS569ZKaO>QN#2y}WgatDBn%1q;uJ2)gz)lkE#)fb6WxV({EgYM~@M~)x&0l?CZ+UfVs)R>xvmYJH zQ*J+e+Lz5{%Z4^uxY4xXdm`Rf#9%^LAU&)825T;N|9usk0O~-h*f}4asv;#Z2X%dO zo79fm-_4HV-f)z!>6r0%w1>5QXK~rX__%_RkTu-&T4 z7Rmdv?`<-@%jWoSK1#S|&BhOO?24#*Q`deGx>eC~Qa4ezCB$jDQw&Y(p;nqeoZB8S~}4gtw5?8a%u^ zXHvHm*F_GAwvMZ=M4dSCrE+Nf_%d6DJLQ|^2Y1i7b|b~e|_}X1cye8W&GH2;A z?+#{})pURz=rynIw|gyQlrwak);{_r zsya6K>f~*$MW6C&hLTqcpZIkn1FU90S~o1}nC<$7Y78v@dd29APLgk#Ocr{fO>x6?X7 z&O%!cvX|GaX^ER?8L|x$v0Vj2ymilZ-xWVtkwFWV z;n(61L`uuZ7)5W{9JyZEYkXkcmEy^RY3zTYPq#9&&HGsAW5Btci}7T-hKti^_qS0@ z;x4qa?jTTDYU~vwe3y>O7X-)}c-M-% z)Fcg}6NBfOw10VhS@cIyk;Uq4j{ValqC`Kh_S>6v{pyT?opBxHrB&H|KBra0a+4tPW7>)DU{YCrA(X~JgOmY+U-45qG)vf=>6gk9mRB_gSw*) zL+0tv^#GNKKaCRJG}Kwjk8pvl+%K?vlE{Zus+db;Y*_T7aL-ZYN1nyqz%De6U){Uu zbKXSsN4P7(hkhP2O}}fijP;ndT~OS$VfVFT>P_yX>Yq@Qm6OXXVRQrDe@b2k!7w+0 zjEDHrYAdd4uOItoLAxtw&n1v-$W^po!WfBYJveO9vJES)p18bK31j5bOdJVSEE?l* zE;{U7vc-NA%7HG9D1WE!>2d0Y^7fu?zxUX!$b^RAP$kW&QxikGEr5#B@O-;h9A9(! z%f5n&wPEg7>aA*RMwR<{Bs$oxef;o+e@M<5>x9O~+*%>a{?B9X6yUx+Vd$6#lZ_(0 zvy&WW?oGCs61HaeQMs@|qm~SJY*D<_KIzwBpI(N7S`D!z-FD>*C%xVVW4zvWo4NM{ z;BI`&x17m(Y_gp;Zgi^>*67Zax2;tBfV`8yxZdV4ag7X_66QG9wD|EYyO_fF`xD## z0cqbO?9V66|8)t=jCQUUY^l~A#=V(@SnIN2YNy7Qf5*DK77d9&6aaD`zyIG5{#Hd*qf zDfg7q=R_8^wl2xsqO~LWi#V{ELc)V7TkD^H{zz2;-Q(!@@~qC#IQvf7=#FYD0oT^{ zZX5hKFEhht|JcIg^t&8MZ0PJONnv;JV5Vu;7H=QT@?`8-+{m)Ahv!cnv3*B|D)D>K z<5vp(>(6cP9bPpC^vQNz`j;e&<5w=(mRNlrdDP<0FE8Hdw3{`~_nDH_(i6c)a>Vn? z+-|jF#NUr^%osHdli_KiF`5!IXrhx|@wj_S=B2~xyFkVAF>mgKPbzg?Dg}*H*);jC zl(e*ng*XU6%;dD`Y`1zBA}k-yL(4Ockf3aOf7hloFYWIK=dx9u4Ci%i-8e(?C9qiE zu?KigU~z)8z|g_Re?GC8CHuz9S5dc%Ob7fW+`?U#zad>rcW-(0X``ipOa8O4N3=|5 zoR~pLk~byEfYx+yeUl=tN6fN_#4MEfD<*;z1IQ-I6DRfe2-#b5NY3;=!SKcW#E_arEYjHIlUkyZqTm4y^3pY32vjDtjy(!{uf~+8h3p%V|-%p zkB`ssak#r(*tyF`|Bufv3lzQsMbWcEzT*S!k3SzClI8SWI#O3IQ_Ot1%Mhmvqs=od zMjwYNge)5NZ8{3$b61D?Ed6e2a(5v3fM;<}*ZOr2qt9}P{(QB31Q|%y zpHdi`byiQ>s)rLOfl*#^oT3>vc$16S&u#?v=l}mT7lYsCR^I)o>kLi>di9fypAw`4 z#(QA4&w$wl#J+XsgbD*RL}+ML#dH;qS$~N!cJ1CRCRtp|u$l^;u>lVn81(-g4>J6u z@$5*u*@@4dX(%cx%E?*60fM05MNXbIzMH4k34Z(H$FUw8A^sJwxslc0>dB+s1+muM zb7!h)EZ^?F-zj+gxbH{vjq*WTYx#Fkd)8^FJv&n%+q1o@?^0`r!rJV)!!>?Pw2%In zLq(o_bbRc(>95Q_IJK~Hx>_M)GQ;e51Pj9Z`4B@^=g7!-@#quf!`}WZt}Eg_gAk^8 z98M0)QhLz-nzgyPpF>GMAsX2=*nY``npM_+K2so!U&2>DTTjB1C9AIPKx>ICX&2L8 zFam@aa52@5iZP7nHUw%4xEVpW{^ZVE1Zf`Zg}khSoKg^T>ePPzmCsh91Apu^&Xo z;}c9mt$9qgeQUN57UrA1Wy#`N^G@)ZtT^%=OfDkha!X4nNP{_eEst-X-7QOhvsq2N zXvi0CGa-3{BdzE>FY94^@K=w`?T($yB5R3T#u^Vc3<}3?uX~Ry{Tq`HL@35?y1t15 zV{To)YoBII*NzJ+3GCvyDBW$-nDMW)23HM`o)|R2cYs2m#~ZwvZn~X3Xr>)exbW_g zxOV4^i?o!hWM_Pwwrf+qT(;4oQvGG4+ub-kqR-mZZ7Y_Q+G#D2o8o0~BjAYlZ@zvl z7aZL&_L*9)!<`Vn#d94DW`$c#%ObJ4AJ?*(e&W8C5YFxIKdiMVaxQUEKShc(*!4tt z$b^DI1?gN&jW*HN6m7w`XD3BP*Vi|%*zp5MHmoyg9d>nw3ba#kYk4h7+l^&sX;&DV zng&npk3jowVq!VSYnF&YQgd{g#YmmWZt2>&(EgXLUd{C;Baq9Q_GIEOS`!uobnMed z*ykCi{=Ky&lO{qJyo6CCg*++3sne%{(@iz*6s^p=d4o%UV3wSclChVMKis*8r23D< z7VQ>vp44hjZ;iPuynoNsiVNyNYU&6SklbmQ?0y6Rww(FBq22JuZg5MYMw$j>EH1AA*4#9?48m81Hrv%ivjL1k82TCGIY(*>4M{RZDJ_ZoauR^?CI-{POL0Mgc;sP9e zu3azItn_U=$;QQZ1z@W4(~nD2edoag6$WrfGin)rs1a?x@DXqJS5;N9NXbAr}x(&UNsgkzBg)y>&zcMLPtC`Dj@f(Kq z9@+2}zWv9r>HYinN1y)q4>)ld z%`<;24$z@?+j~ef3wemG^zV*0Xy$SvetT7+@w|D<21+D-6n;4PlG1wsHh1pa(Ru`Z z0Wf?|--!z}nw_F{TY^j$Tl`MjFvOhPdL|$1aJ%g&$>HMEKNO$$DI4Sz7~i3KnNc%I z{%=3-aK9-u&AC~Gtw*|$sR}oPb-zEx755YUCI~?eXfU&eQ#>e~y#JHL@k8|FO)d;+ zoanrut*f)v*R(ma2Bm`MEm^T*#gZi>cn~!Mh)RSnZ0k3yU7HQFaO2PWT#fZN6i`|* zt^EYB0_rD9S7g8kA`fq(S|fbVGd2BC`e+~nMB+U*$F+O{n3$QFDSV+Z8B*2J*6t3@ zz)cu8!U^Aj$X$~$A9K0q)_7Op7)j}u6+RCd>+94r`$lUmXQYXkfgQr2ZXR#f?%jK{5HL^;?^|H=afJSee>?!oW4!>Z8g^akoSOg z8m2PZwU~7%AJ_HX6%UMxaVVqf7I4j@r8{KSm9hi&*ny{l8$&kX?^%mW1~pUbOI{Az z45YMv-&Eq)=rF}7GW|H3tNn-_Kac!7{g2kf6t0dbK84ypw{MRV8wea`56>Gm;3@z6 zKe^QB7F=DQs4IF zkm-*l{U*$EyT($1rpna2jU{jP9yr0#jdpLU|9Q-Ovg7XF{dKPrfpyEmp8Ix*-D5g$ zo)8zANE63HySh`jSPVUG%(j#B(t^2?{=hFZfa~3Ou-iCJ_`VK}j^$$zvQHF5%Wez7 zLT+`vaEXI(N6~Vmm0}npnZ@)mvJ+bf8S-?)aex@4PWvSP02{^SA>rmyq(yw^w->6s z@{5ncyWXAGQv%{4w*wRI;y~fxmtgInljL@-&BAdq)0<7QwiXk$Er-g}6p#PJu_e&z z+Z!X56|Qg@){Cte{wY7CikLKR!jB>8;Xc}K^0+cc3y*Y60qK=Sj4&T32F36Px$%@$ zRcC9k@!xoLxBdpj3>+|kY20xyG%BM8jus@@y56I#4;>v?`N|o!1u8oPBw7`Wc-jG> zN^vx;S71+%QE#tyag^D@UJvm1XEF7N#>Tti3p2ge0lm|)@i6O3{t0R2_mFh4s}COz zY_;p(tGl)oNTM$R7kXw|0fF+@eSOZ&)Vo{!;srjsBMJ3s9~d6?FAvh~0NUS3z&79jHAxD@n}rU%AKsdIf~zQ-!PC zd?~W^5ef=ZrIe84XyB5&vUNb0-o0UHm$Tc@M@(XH^VT@n6@&1VXNHsODb`o$q8g7K~Bds3#l2g)rH_L$2!K@Eq z`pK?ookD-^q0*veF+>TWwX_nQtX9h=9mmsUH^Dkh4a&hq~ z-9=U0(}FI^k;VxjQTRl_1&B{h9;!|nRN6X^?A&UT$Q3Pq{FO0^bRHq57#~B(J8ET? zK?X737aGY%X~js|oMb`Qc(Uvf)krw4w+8V6rH}Y5aVB+IHjd(OR$&GN%*5o7VKM#7 zsojl&47A6$9v31mn*s2i_^E`**H13=UC4U5*ovaz-ygMh0Cvj6=g{MP6Aur=TdVU` z#3Xadam!;*}Qo(zjaG7GLf5ywJ^BEhv=Bz|p8;HAt^xq%aY7}9Ye@v8!16y9@U>y6t;Y$|H^ z0rLE%h=?w$QemP!X()D5#G~AInN59DU2T&Q;vE?o z84&Os>dYatH9tq5)sr7*cMMxP_#mFkGtP(apKB*0gL`24-?%jhHW{`$tY<35Tw}cMYD@zWjYiR7UpgD}}3M!)XI!sj>z??;v> zJau#!_w0bXg6Pj&BK9c;vXl+k;i~KlhQXd26-oBI%@`gKM!vY0a?Qd1K>7WN4=&J1 z(W+TcHs$`w`^k$lv~_h+jXZ9n5@o)0sX`U`iqhcHgZ8@IisOGQ0J{ZK+6yPvgwt?= zruN+|TP`X#VsS!8^Varj)_7#4ryG88NeeQZQETEtycBm`&ItSyTnFE5l27M#_r85H ztIqnfI&(XmRfv9byUhTkU;vJtHAUo9!Ak{eg_fuOthsYC zpfByQB5PbwcEe&Q2-B?XRIo={#f7{Rte7Imlr53J3gKt0m4? zfgX`q(wZ29541NIT8D1K%yAbY{Zv$knYLN!W|NpZcLHcA0u{j&bhVl`>Vq>>9A?~- z8pM^%dOJF(C@y5+5Yx*^w{HFN%5ueu@)s{W_wV=1oiTpRkLlo=f>zrzTD5DpZuM%W zc5g%&iv{CmMC_I_^Oe3taT^=`xOfjw@Z~VU3KY)CLZ%=kv1SlMHYp=vnmc!pJDB}t zvKD|ip>)>fSuR+R+m}Hk=1GK>hkrQV4lrpcck9$olEdvAZ=cdlS!pg7b{z8ZqHDed@p)vVbA6p?q|i-=40>7k%s^1b!oj$z4yfw* z&*EmB(e9rB&0JDP9H!=so`{ybLx&E=7fi3brf^T_=yGqUnwpWA$Rzws;P3Lua_(%H zXv`KwBz^3^roL`7T$ne_sWe=MvrYen%ze)uZG={fND?Yc(tG#r?a^N{OApg}#OK2p zk%=(GyKUbIQRG%s$A&%D0sbIY?;#`e;hrrwkkx-?Q>(McHDO#>=A4+)vWLVabO;Ly zos|U0%LmVb*IZ(B+8V^#T*+9KuEx6-_M!8upCmB>chn@MuH6OAa9H=o`vY|R2E}Wc z1@n-AH|Huy5<=mHBiUGi{%gAXByM)99Hxv?E6a;ZT96<&!Mn_VaH7eiS>n$4$Hurs z#O9`0p6bs8fCwH{mbA-T5>dCEJKucx@E|$aLjWAyJPeX=R&3hz*WKOTVzPyZ_c>*Q zD%GwlL(z(9;`E!9a?%ut7;``>3!+ricgX#n`vjot(e>r3VhBlaHKq|Q*1`)iI9KJ|$ zj-gd?QPKTmju2#koA6|4IjTBB@I6j|;z@1au_LjF7zhKEtB$30ZzY-J{NI`1uQtG9 z)0@T6X`nMtQyIK zmb7itW(IUTAEpjX`A>}UVJjF&9NGJfF+_j!qQ$)?`48Is{PUZdnl8~xi!iab;!38P zJj8Gb=7+>{I-)-ow(+)Dx|EnoY4{SNjcOAp_|BJ_#0>EroqVRx>?eiuQc_a1W;%tp z_I1&ta3XxM2yPFOTAc9;y0^BIn^`Qggd&@8(>+c}xsOZAx%&)oIMZ8iP}L+*OZguI zOX)*;IQY5-%>*2qKpnoWsbrrXl+@_xdj2>fiGl7^<2-aGokWq&iex`%8Vb91Z#AaN z^W49_JmU+N-Hj)&MnW2cK$8%)Qsa>M}JLpGn*6DW<@}r zC?$GYTHwpDoLq-PlhwpyK!@g}nBtiK`Eu!Woz(`{316-+#y68gThEawYH_CDe)y1g zWR^VqTk6o4jNs<-?dMK;D#lpI3T2}#+5%eR+Hi6EkX5Y76HtnqC3B3;5Q~;~ttX#ZkXJ;oC@?hff z!aezHm`-P8b5)5!#rsdpF}x6xMv*Lx#ny30q)nlRA081QgtC_NzAPtjOx3x3>5?~2 z{i?E5cB5BhBxPr3KYAnvgH1m_=8tRxMX5elQwZI0J^>CV3yb(d#Q@}%(`KvqI|TkD zNp?LpVY5lpR07b#qr0z4C&VkZJh)KCeEITBWS@xaEsufdX9O80rlh>4WbX3BEFRR) z;Kv-(JQjl|?u!-1VnnN)+^PJJebMGzr&wIsT4I?*Jc14X^` zIF&iwA}(9r1ZiBSJl<~F**5L1D>r|rsTm3vNmWUt&c-)>H=&JG#9Dgz91)lsPqPa% zxFR-AE92PTopSuHKzARKMW;E^XgbuhFg;TJkBzAz54HYGu49{dMc#g;q9(DBHWNcz zxnQqSmu}h=1@DNRHfjxw7TNP9+%qI0E19T%hkoo(lW;|L(x0I37y!tQjnc}eP}k51 z4yc#Cymc$g*29X}Q&82j--C~}lZ-{S(;17BavmrhJzF{s2}Z{#0EKlIR0H1a6;Ha= zt9Ngrx)3yY@9cuWz2N!tFoqj>(;3=1s**%XjQ~91^D7eS5pN$|; zZ#p@Sp-zX*7cJ^9_14MI=GwJuxGuCs0+#Dq7t?=AgjH&0rg0h!`>xSDPy#AizwK!{ zUf0I$!4*JqtDrdtTl)rWv@{O>3hl(8gKH`p?CW^0{Mu^fl5emx&uP@0n*R53WQ>Z{ zNQ73ZRZ&>DxU{3{fq)~VxtA_q?&?#xNJ+yw@QJ|}kDnx?R!`v8b&pUz0~n0E;KwDi zC%nBpxX;r9STK+Hi#qUSYi$xi8UnIO(b7Zm99X!=L1on@(?jfu`RgVB3oQZpA{-#i*P@D2lSj)!es=FdOsS_AwrL){`U!^SP|hW}n>Q?J90 zDR8BYOir4r4HSh6(9d{mHd)Bsi@Gpy& zFCVmq9#a2Cp*oi0bcCv^ChDcL5JXs=sT$2BZ}#JZP~cmM(D9%)4(gC}0F9$Rl@0c0 z4k0s>PBM*&0`d^+y8FhB&0IOT8_S1!XA?Osnv73xiQ@pxxL?F~;M5GKeP(h=)l@Iy&_5d^!A|>TDJX zBL$zb*fY})p!&Wim_%zV7KB;p>hH=k@t;5|wbhQc=|_@@(nr2-Dfudh)AKovHFyPt z-*)Og)^JM1_FmIx&YXL& zSpNZ)SrNgZzn>i9|K6yFL?Ai2i5Tg{&QO+>)$Bg|K_{anC>^MhdyKH!trOeAU?MV@ zK4f@*ze;rhYpKxk>fWoZ`$+Ot`SjA1WBe=kqeqX@Fs-@L4h`Z4z$_N7OMQYYh47Xu zlL(X+ov|rj^+BM>4VFJ8q=owOK)Z9^fyK|1XWb9(X%3)ph_wImJhKeR^j~1|Md>b# z98`}zB9a06KkRRJ*N@%gogGBA>`ub{p3+ZxV!rTXk4J`hq)6&>LM*VmJo)qfc%j4Q z`!LQ`j5ru#c2%#=w$nshoS-axJZ49mJJQ?7rziQYX`Py69A3J@;Yt4UlFY4zFURW?idQB%c zxCs%=i9EzF>FK*-_Z zkwQ9pA7%6;yNJ8M0o2X1vy{~HBb9mebysxA{9;47NuE+?35&<#N4U{i9`y23sI>P~ zlWJzUzsl$h7**Vg8XV;tuuvv2kXYj)A>5A&AwN6&iKyWY$$mlIGEvXU6O;=}f`Rss zNUC~I*t`+GOWZy&iPl3i_jEnBEb)kp<%GUr-qhM^(K&J)a>__ZvbhyHOW${F3C@78_x z6G~inA5nat;4VzmJ4RIrf}YJD)`;(k3UJMHn~Av`<`Ot2R^aWyU%X@_VR!&e%NR6(1b*!yW5pB{0b$Q ziAqWdIXO4pI5w5MdD8f9fHn1y>q{E*ouv5qNA2rpCXK-vdUOlPVHdV3v75F@v2qD8 zzwf35uRHfEyMBZLLRL7#n}ZOa@jGh%cvEuku5p7^opN~p%Gi6Skzdr{PdI(3I%0Pa z`v;Q6nYB|sLZAhlzA(>tOgstAa@zz<;SQb=0ED*~TXnC7Mwpd_#eHE#y6@#rU++!- zqQeuZfNpD~e8imQ7W!%-8S?bxo6Gba6?YVQ`mFY@OCR37dm4nKaOvCyYb;f!Oey1P z6m2k>!6ewmBV-+%oOV4w;^Twk^5TXh)%$er$hARbV~*scyY*748!5u-l8`xPQVz<^ zFwn64Pb?+u<1X`Mz29nN$HkrE^9vpEtG?pks&swYw!S<2Wh}RKu}{2tWMij^6Qk+y zn;2v5lb(>8I){C<`fZ$^I25x<1U*hToD%e;sLrU42c*2iv_Z9{B)?Oma$z;)g7^)U zdC{wwGTBqY8T|(%v!{!X;Fgf=S`6^?*znsfGkGLuRmyLKPmAo>vDZj-DdE^%s+}sg zSG~vrWQf=7H6!(|x#IGy@U!Yoyv?q!*X{F_0DefDP_IKzp`X;-s}_&3Rq&=eFhw2^ z)?NG8U$^TlaH<&PoqcWH40+Hs57(=URly(j>AcRpG1wjGDPERlth@*aI-y}ZndQ_JIkDJ2XV?Krlq*@N zw07OHWvQwGLwr$@?CaVn66fM9y@d$OHAcy|&<4@!waCapA1bKmv}|q9M{O7fKjEV+ z;~W8+L=(2EPxV1rxDy_DYwp!KG;z$rk1EB3wI@w-(TRQ3PA+18{VM&1f=?J|7z2$9TpzGpMV&^Ar#|vuOZiXOH7&h^Ch$zy80!R&_pc0!^}K&BVI5`-mtcd7{H0i+#6( zLJ8Ao_-2kHC8e#z!%h9=$F}ng^uVj=IHv+;f`lZ-UP08wh{rcs@EE&gL6IfAEF>v5O zbiY`KkE$5Q`}^fd*)&wpdUkY@8?)dxVkljK19Ca&7~eR8`<)t6m0p0Mp#9~m-DxMO zI{%5^kd>7s=pU-p|L9t!y@SFpTyKSz00X$qQ*XX_y=lsnQ03YJ+WDpmY_WGEcMP*M zYxz&yHW!kp==k%qjczv37f2G<-vTX_3|k(jCYc6mC><{<^vBIQkcp11*)O|8r`MAv|G-uK`hu6Nq7{yDrTju#2c#UM`t#8`#t;(epcKw2 zh6%0(>1{}7W^d3Q+yxer}5~_yQx(*i9PaNW=3;NB;Kd5PCDD+k;&9?Ag;+w1?~i z>F_OnN6O_dY(07zUKm)851&}Sf&!t}7|pCEt)cCerh4?&?f&my*^)HM5k`u0V)Owq ziNc>TNQueG=_z8%S9Qsgz%~hy&B(~8cUGvY6vJ$G6eWM+RCZbiv7A3A27A-D+If3Q z8NV+WPmrhZdb`vBQ=$6`81($#+sz!-pO9y0QBU!IH6MY!BlP*U*%q?8Whco92fTg% z-gCpdVBtrwxRh!3a5FdKgO&D~`_UCIT@Mmk0jqcD9&~DP`wv(o&u?2(nKw~c*_K>= z+lNuc|K2ivNJi=yPc0osw}yVZvKtk(P)a=luwh(C`dWVW;cExgBtqS{-A!CL{Z&*{ zlJ{p;eqLXermc;w!I?g)1~cM%*}~U6(tm{QrU&=d{S%BXosJZmpT%^$FEn+SteWr! zBxxaCvG6`1-ChnU}%@Q_{!Q|=(ZL7<;rbCW|Z zjH{U%?d~qfoM}_GTWby9VMq+VieZq`Hc!-i~|+mjv8)l9Q4^RYp+Kz&`XfKN{;ExCcak zP~#iY+&mxs=@2(TV8xJsuOf&Px1~dQ#!!6}sN;tY)eRG|ydSCGvuDo|C+2oQ^^mcA zVj}BoJQ9womExZ${y!;qR&#Jd~D_B4R;x=Tuzr80xwb9c}aB0$vILQir&6F)s+7^h3rVDiSeB1DUu@5v zi{Yh#_qDK^xEnYZ88@lw4UYquAly zZ~KfkXSbaBlU~=x8~P?T@z8Tu9$Cc@Nzm-{)6Ub^uYb?Q-&NTxP`D9G%#Xr|ReUje zb+X>@5&EB6Pn6l_u3G-+xOKeI;94DtW%D1uYPBCf5`1%~o12@f>j7;*H-6+T<9+ie z9UFFvxj}0+$$h6!U8c|evcKr%%ghkt5tLL@r{1Hnpg3mwj!%)p4k^YyBt4)gH)JjZ zxhc(dm`VYNlnGOFUI;i==VDmcXG%Wq>_ffLr`fDr=~4N+m`X(|K~g5Z{{;UNIk4hH z9z!`hc*p0jqYU$lPbL}leN8;$0G(YJebd2vjJmp_%7{y%7Z!Ud_95_6a7ci(*6YAA z=T)&P+KlldyE7s*R0L)&{!o(w_m+AIjrWntjp~CmS_QiT(V>t_t*?2bwP?{IW^d3pV6^lL&@D2Sc@QjTnt-X0G0>$73kwTm zpp>0$8kjyAUL|qddQKaeUgO77%W-R{X=d*-x&4XmGUxn7@}26H;DM_z&}-OM|J6r- z)p>?Pa8rAQZloN-sgK2K`RNOnPN`hAcfBxv`itLP0h4fmoX=QSNw{}|J^13)D>+8- z06Ytc8J|cer=J?% ztKZxQ-Dm0_bfv_xc?N5XIR&Ob{YSssJ{%LRtl~_cKyd4^=D!Eq%~ofRvh0yzf5$Dg zwXQ*Ou)-6H`-sOw&h?AAhy)rS0{TZka8&YbBHQax<}J zCORB8vi^Z#hF?2GDAsulurKZPviH7$PE#s>3qODQw85ZVDm`7wB-0znn<_r=wyBl# zE7U1C( zCc$pa<niLtPC@d?PSVvTn&ak{Z#ge{)fLoCe1Xf@%XZE zov~<4C?&+l%g|hL7WsQM6Q8%h8d(qJa?8Hq=N9epy+X@X$Z9&ruH^vC+T43Yqksk! zthW;=Gyq$$He6P`;tT2!C_D)-PNaRJMy9TjLKWJkMm9~f*<82FAcEC=o|m~nw!0b3 zx2JQV+m?LmXDA==CT#!2(4GV0g!?|DZT3kFnj zNOGZ;eEp?|8qb?-{jD@f(!6GWf8+MeqYH;i#`P@cw9J&0Dw<9!QT@{%I-gOwJ8YMG8ZV7T-u?I;5B z5q3FKgBvIJne_L>rnW28OD6K1pw}wfbL@9|Hc*4Y7_M;^`VxoaGHL9$MZ3AaY@)mb zF3p>F?}82ROrEbWdW}e8={ua17GYnC z1T}EhG46SKw}ug!n-KG~u#EQWtE^0m(Rg@qh8S=rU{)!N_abAD_$OUuKALwE*ZA|( zH5B94?ju(wU%#$1jdgbxE9{2>am6IIEo5XKO7CWRm;VDb<+T6)P{)0d+O%5GaNkRG zz}85x?xMYIQ;5XqZN!jyGOJ~2;I^ zCeY#=kHjlDa9m+uB7z+d2J;`JX|`vY*G~}Bvwwq9ucvUiC%2~>GW3HCLY7+B%WYjx zW25+bkD8I2BDY!Vm=&ZCYu;UB@3|rU%a5;$O*)Y?d(LgQ;LCgUk1q~i_S#`)RFF=K z17>&1Hy3U`7Ix%C@{t|Q+wEyHT;}r%chkIL>t1aQW*)pzQnl6h?#9^oyn-bmHyZWw ztsONb*t!Yb0LD`EE)j&A?xGZ1S#nRpJjRQS7ErOLzTI`fJZ;jh`4$_-xU`u5&Q&et zuoN5?4@7)ET!R`c+--qCqlyyW95zqdcttZMkUPnVweo;7M8%XUt*H`bPLr4DRqc4^ zXmGuW_u0y?U*`q)dm5v5`f}T{!meFk2Xr7lrM^{)+-mya)k9zN4@G`0TD1~B^T4D# znyh^@*lJMx(Rk(B!Le%3iavSx#BVj&9ISOk$5>^UnzwbxE=&T#o-B_P|RB+J2LRBpX%tF>jQvA>^P&xLjg@IO8@4$gy z6AfCq|K6<3yalTNr^odbRyEc*cYe{CDP81l`kr%#df}@n^~UG|JvS! zwbR!xbUCV05!%Vk=;0sL4F#?rg2?hYHlTx>UjY?nW>r||?}Jm+W_ zF30}yO(B6QZ~fqvQFwkqChwKCuLsp?oZDLdh_VBIyxQmLy>gJ z7}EnA)4hR#7&;8pOfjIRjF5>;1FP_%&Nq9n73SJh9h|L|H%!ME-FQhiOWn21=1l)P zU-7;YlMaf{!SErTSQL3ZFxV2`qw-bsdML=`2E*Sd5XQ*E9&Xl|Wx2%U=PRvF%r*yqyi?H3yNbKPk=CQ!}kgjMq!)m~E$9XP-g9o@(3 zwvJ8h2d_BPf}J6zoZneVNdrU>*CHj;nPS{-S9(gh+oF&STgLZDv2?YMIM${5==rbN zK3Afnb3GagtYxX)aEw^iB6j{IO}iWw-KCcRvsk+R#MN%ntg6Oni>8DbzTVmRIl#uG z*>!w_Q#vDna^Rb!<3NLMHxkiU@$R!{&pzTQyxF;>EFO!uA|Q`i@`*|JI2?j9ZBq=X z?sDAEyw{F{v*Uro1y55yzqY!1*p1_3udtUf3>RXr901JfVP}H&?;nW>*ATKu^rR1e zZZw^1JxylPFF8K&S212lU*s@Q?U6`3J&64s{{{4Uvofz{q zYS@Bg$(*`%jn848$Z#&v9gIaCpN_px@$ug4#3&BMd-kqv$r3umo1{4%Sa_BbC=6a^ zW=7IAvz)@smCHEn!|IY`cMrO-&HeO-iGkj|z3@k#>t0vmYLuySwM_tpQB2F~v+s(E z0`}}tEFtFleK;Hx)ZadFnM#{BTjg%n|Hc-%4?PU|Mf|>zJ2}a3Rg+O|8D#!;SM_g3 zVg+pP<755zeK$mvHFv{#usnZE&T;r<~|@ zC&MF%AtS~G+mcqjn!KuC<@~D@O_E{_%I!%{NV%I5GXl@Z#My`#t81 zBhdgb4oP=@!ivwIJ`E}(1-fOSDG?q8`jb8_zc4uW*t4;A7wa0`k85-U#5V9jn_zL@ z^H)e($jT->oso3U)avGVlkvSXC*IrI>SRjFIfp0dXH3qr(4!mu-mhQr-A|`9PacX^ z3{hV+8HNXge6Dg*gAzs?)~>ZFwLWW+o4;$z__d{@jR$usy^bx)<%K$-!GWO*b*2Tz z&r{9qxoy+;$5r&#fkVE5(P!Sw-<7*7a@JIR{k`!nr&7W-r7vO5+fe8A%d524K>ESe zM{~26?Zd^>PHDG);4>~TzGT724L9wmvkO)1((_y8S{96Me;{kIFbZ(69as?fqvBm3 zA51P*;UsT&)%xS;j_$=L5Bb?Dnz}7bu{1I&(Q06CaJo4K)2k$UP$+eyj*&1zB{)3X zK2S5Wt?iN}nSzW)x!1J0*c}~@W;gQ$r?%J(<~nQo^!Jci`iFFS5qYh4aNu~Q^xjrCAWG0Q! zS+{!in2j|TPN4J6SqeHRd@@Vm$eIkYcTCgiGn70NPfLqiWt;t+_^g%dA+us;t@rUnxKBWW{&ai zY1QYfeQiIEHW?El^t))Bs&~hCI&tN)bMKCy-^6u(Q;!PjRyFuDt89!@(NxNxlqc_Y z_BeHRZI8b8;=*y9XVn;Wq?fdTra4wuRb>SYjbNSScXazoPJpuIC`b|hNk21* zc^&g5r%~bhHyw2j&cAL!_>3;2DjqHJeV16>%oB|MeHB6>n?WON9fO`edU=sGl@W^V zK{_heywiDrh|51L(AYcJN)Uaj|A;&P^qg#sn6TiEN`BmA(z zjRV5z=x)@0tXm$_Hq^RwDWAPxkmQkc@tU#vZ3YC^5!E;mb){tR zI2oBdG1NNMN;uKu4Sb+{XU}o@u)|*G&MYuny5GRh_T)pK_~v2ufNt8_+LXj3=$IKP5+b+md+}CZ!G=zg%n18XWQ0hDpgI7L9NB47Rj<*RCo(1Co+FLi6T4SIg+6 zVr>?hcE8sj@g)Xts}ABmXQ6jv>vMDSYx$Yx%GZ?-3qu__5On5;3wIga!v5u@rSD+L zYSwz`gzU18y&OL$POY!K?8!$l(Yg12NeL1t1L*wkh^oc$^C{eIg7~_`DA7rlgtOZE(p|vJ&54RuFIJN zmo8m0InCQ%eAd*<%T~twgcu%nCzODNyNAI8get6ZbHGm0wys}06wNFnhVYXjHnvTXpaa zv6nDl?YB63@GgTkm3yn9wTG-Ai`Pm6v=P z?L0+o`lnM?>ZKvsgokc(9$mOpck#MDosP0EUxpk%54GvPpRY%Fg>2|i)Ns>pFD{2^ z6W`zV4ljVAmjV}3kfx3nQ<`{=OH?&J!MVd8!#ix2o?drw4&fVpu#v(#V@u-;MuNI5 z`82w9cc`o)jvebNe#KLROLKEFKJ|zgWDW*b zRJ4X_O&njiUZi$Ay=q;t^A_`P`YjyJi_bnDxgfJa-77mU*76wuGUVO8f_IL>Jqw`y zoT;tICUHP=q!vc{{YrEp4d(65Zzic}`ZQAJh*|@H()>|b@-5b*)}DMS zzhe!YwQpQm7}j)JLLkOFm0uzrr7Zx(SK+i_+vx9*)`wgkMcPh$5l$r+3{@yK1?n#+kaWbLcqEoStc&DNn+FwP;nON%c*~E}9yNWB2 zjKS$lu;{c+8-QYNUmh6ulo8f-I>EjeG|vkt)4!8I?8BP+^KAk z8{R>~eqC};lt@Qu8UgzmO#{Q`A?!PFAUf-MNI5_xMO-b3)U#Q}kpg)+Md&F$wo`rWWLLLXo<;5z!habsk-jO3l;MSOEb4e$P+(gJhPLCA5d@X`2^hTzn`zaj~%-KF_#z0 zhEUF8uXZE)L+rJ1GzEqD!l8bV6HQo=NIbJt&Nb3@U^YfcO9!0{{9>}s1$N2e&2?>* z?AS2jAA$n~9FP+4#|~Gqz&iXQ@CgwIe1$rfv3m~P1)$_Gfqeh?hV_ku4a%0BEE+na zF!xk5$)pCXhjCqpE*8RqiXt9q0q$joUud$K9bku_V19QYR1iO@;h^X2TXBuF3uC*#xS78yH#MR)^r5`k`VJ_J0|H*oQ zq(5owS#aImmsISmBp2KpZehquOgfQ$mjP*DIH=CJYduII$^f3}${!r>o-ci60pn9N zB^4i^7}vlrSff6SZiFE;!skv0PCGo-NW4y+QYkz!kmwtfyb{;`hZYjJ{{(fjvB4T$ zhW@O&cOO1Ho&!+Wq!-8ShnYj5OtGX8gGt&k{*x3P$cvFJ?gT0Jy!ZO1M92ivEV zU68E&(eU8nrs^TytjAHPl-N_!a{8a1o??C#vjH4I%A{%Ki(RVc8)+|nbUO6WLG?vm z-;LcnTt0XfQoz9y83`r6pDydrX>JsqMKhTM-;Bb^8%ixAn|UI=0n^VkyFDy8D{een zgxuF?knl+hkBG=LQ(nAy$r1&f%vX(*KQ`Q}r}-07nGy)~`NUzGo)aO23VE){{-;kd z(BdefPVxQYtT+V5gi?pVeeoWmsi}!;r$gKBBMlr1fF=u{(=R*`iz|-@sU_FUQQm9JTD{zh z_`O9OKQ8}oS1rzPMyr|6I?Q+nBI39S?}h=<;sbJy)>U*r@s2Mn5;g0bh+WvKVe;+J ztXZ>L`eOEG{iXW**NLP>*#s^bT?`l#uWByuy7h&{#ls=AkDDMA!D|trn4%iW6!R(|8-H&r*6GvbfLgybYsL!_?#BRc?Sh2> zYfK|JwEF`BDw2K-F4qqkFI+2u#=b(qtms6(C>&+zB+^5~P?DYV_UHwDH3bP$2azul z9>{|)bEXO5f0vC$jt%>y<&Bda8?^G=P9wI0Lp^U6`9vPIze6^=ujj_^FR6kAY2fF^ zc^z=9(FG#^5PT_+p2Cj%$;ADbkn$b z?V2LlE0oyqHVrO(!rZxYfrKmj(ivrwu5Wxv@$gd~s(`<+6Vd<^qZ@56rJQS*@)HvC zRYUoP1*#%?RDU|>&d!reV{VpM*5b23wt$7ocQN@&zaPwXF^F2T=~oB3YixWt`(lv! z&-`N-X(!ILo^hTH0>4O&g<~MhJEJn@*qoSuXKM(tLA&SR3N-H=HaE)7u>aflNe3&p2#O|K(=ZS|g98 zRCA;n6VP}5$S)pvCez|kv8Vly`fEAhcv5|xoAep0@LW#|FEo|b4Z}14JcpG7cV+Lf z|_ zZjPrlh@#%1(eV^Ff~cgYp`mf!;c@RWVF)H!p!Gj4YV5di;%qD{nzonejZ^D&BrgVo zn+eNr-puHw*}n(j!-p;_T>5Mu4I$qXJ;hrM+NzKKL|iOR0&i@-K#kB(u}o6bzu2B+dy^ zA*XUN&-T%oSG={~um8NUCVZLan7SF;Vt)Iz7C{DT50@){17mi$n&oYpBus(%Mg-uN z@xF2j5>!?2$c+Rfj6|;`viMb;IoEfOc)C5Q6q5jp`SWo-wCO5HAzjzgpR>8ZVx@$G z%tk0^+O%mmr7jnD4Z&@rnT-6%kt0c`)(`{+jOebje1M(KnUc+0x2~g9d;AzDj`w%R zmg^y?mya{9W(K?4F9#dl2H}H7#WVn7A}hm3v*`t0md!9)w#;B(29%?LFGU^LDIOj! zY^Fa}^Kw`2>x6^|kwj3j0TsifI9yU$R#65yBvEk()uNo?X+#O1UARww7F!m!t3I9) z*67GKXIf8Dvhj{j=Dl8fdm_7795w=>H_gmAZXc&aEtyB^Q z6@%Ofu)EbvTGGjf=1pwk`CV=h+YvT)*z&wnhsGDZd9x2ZgpO2)6)RTksrdA4jG|&F zB~IAa($fBGdnD#zyvc%<((SFRtn9b$_U=C1q4Swte|1wL^6!0mXWUZq0bA(*ejEzO zDG2h|shy)N7AsYgVc>+=rpk@OQ$USH04Ev=wAh9s8p;sP1N=Xc{d^t3Dy(r;vMcQ+ zW4Jx(X+y2@1ti8TGK;)%B}&h>8dTO6>Vm}UEIC|yTRlD ze9nlRJ=Luz!s{@*W*L>)ShBVOM4avfeCv&U(_utgFD`nnhqQ+8SyC(d$C^AXU#J9XSVU;iv9nb6%LpIeTXq%)qy0qxRa>;^y4K7TXI7-H> zA~<@OEhHrmSrDAlqaI2<3urz?8V8lF6O%2-`yX@=4{E3n3=i__>AmhN4@Q&~V#@ST zf>nvXv)v&vb=?cJBD{g3?oP`#D41PgKG4D;{ej~& zfIGg5agJu|({jA0y^|2iEb<*U50*Fi>aCj&nkyd1^`j0*75c!AQQMk%(!CUoK2nmy zB-RV32LJG=sjU@l`|jQU1Ko8wvrCv%a&CBE;cP))x*MYB=kU92+O#KqjCP9zC!Hc_zJ-O@;5S%g%g#zJ zA;9Ug9ilVzQYLH*BP)$j@L?g{azIbk0`<}k6_3zA>Giyme|9LeYw}CLDrb5WITj|3 z@uZ};C~w|?Kd>p-iHB63=Z&=@spgJ<1gpH*4Enj4u%Wh)OiMYZ<=Cnb1*AZqCX< zMCjV1jgk+qjBoS{+M!DkEv%+@^!L1uP|6o-7iSC2dB1537AzoSb56M<36Y+bAM`;6 zP8+56Y24ULwihiS%^<*`a}eVp47P%sn87n& z@qyc1aMng_UCkTcV+5A?*T+F0T`g226(Te)as#?4_3KwlW!Cg{qwg`8`&=SLqS1M1 ztm|wg*l;V?tZ{gHp_FRT)@dY@Bk$~d#urT=hd>r@U~UBF`OZd}#-_+tTf8wdzg24HXmj&qU=uW(nq zK#EGZd&Q4@6$;#jaGXN{*uQjm`RnJGFcnlc+@JND`%+R?R)}bP;ZG22QQJT!6P92~ zBBbK6!3@Ns*Z>4s5HqFgAz_N8WdVg8KuzzuU@C;cA}<`?ao=zug)0IlYKBFr-yncSsCIV9zG8y#cZUm(%tN z4&J54*T{#v$;tKcM|^i1fz6E@i`bUdb8c^Vv8j2Hem#vbfhp8VNR8dWV17X@gS+(V z<$=D+u>1H87g&@UP)+z6)giK;J=$x%5(Mq>D_>}%4xuSh;8E`$gngZn16{19l)ZhK zv7xBAX$2CrNFuAuTey~61u#eRzk&k|#G+3^*xo3tAr7_l5F*X`hr|L^c zc0`%zy=zz7)~)3{nu*!R)@K1NXXfE9o$jEy{b)^bGs)wr3-rq0>8>Bxw&>%>`ESpe zXO{h@SM}WG#fJ|yI5fQCg*1(LZkX`7x5=qjFJ5G4`w(fmDYb?_-W!4J-c{O*TsulG z_&10-Y9i&E5*xUfw$9$#1mv2+T}s_L&FRf*)= zm`@2g3rI^}`YsakdA3-c5@+DuDEU+2Kou)Hdv|mqC=>U-F@V0JUz@3~X;CYzHbMCMJ8 z*9DGkzG%Iw$)G2YV06RAV#%1QqCBN0v1|A4u0If7D}Qy?yDNP6v-qR)sg z*QYhLvd^V>MFC`!`bvoN|To}R#6DNNRQ?|SJ=IGZ!u2yoWOv)>AVl+-+vd1<@W8{;|Y~K&*JI^ z)0*D?&L|nM^8Fs(nI^42{i$!zsngQLIiul5sg{!aR2;Wg-w7GJld>TrlnwJ!YAhEAy*+_Y9FPI=Huv2Lj2PZ z78UwR{*=LF{;K}?NQ%tMIv+0wTPNTc@@@6LeT&X-98y2ucxe;QfJ27{ZakUUx}O{h z?lb*Q&89!ZFn^tP0`i5zxJ0xN98gO^FNz03P!9ChO1L3sRGhsXU$J+=X`p}p^1$LPQ|k_$!+&QD{oK+=i< zjPiK}n%JKdnpH#Ewv(|8(_CCGpbCKMimG;i|B9dGw9QJUaNi_Kcs&YO!6VwPwN3Y88NZZ$}w z{iSsCD#TQZa*1~UL~a&pWN^wgJuzIuptqM=^;NStrYoO3AUmGegKhAhlsI5zx|!pn z6SKp8B1uIi_P`9&4x=IW1K+pnFJvB7K&a^efWh_3(1b$M9O2yJQTc6(Ue{ETM znhQoihjS2f&QBi}yM|25v ztEL;kiB((u>w_-m%pqe`EfEJf8Bu*!z1}Cm0pH&o(bi)Jh-h<0SQBU%)zex<_dHiBd`{ns;pUfiurcXI9 zeVP*MnfwGe{os&=f9QdQ+VhYgr|lJ4+vRdW^`L6mI}HP0@}0`PtNejZ_G{Ssv|vWg zGtu3Da=}(=BL@#++vwiC!#3;Y+TB>pn$gSqe3@_RA{rzW%Lqk*ZX6l*@teAfa(CJp zv{GNw6AL6qy#9Zcx*g+pIe}@yo`^*5_k9Lh1V@py=~j1NH5}P>1m*1&PEU>YT?{-< zOIBw7UB{998nX0i@;3iUs2t=3eGJ9;7~t*Xv69mh@R2~hv!@ar9(KgSgA;?VpxYr@ zNtE#vi=5tp88CpsU*5fXb@ZzF3v#g_MuI$AMdhK1xHYg_*#1*Ss7GQCBL$}hJ-NJRMw}Zp z?bfOHJ-pskVLdGObb)*u(#DxT)}0b>kFL|c-d+_KIhDh9F)S?PTCA*~qUI34JL^&= zba19MtY$pK!EB6?`z}ibleV4Q{Xn2qO3R4qKIrlzK+#3U!E9~WG- zm;~XM!C$dhN?yLC)zc$xU><*j4p2?&rVHC!&3Rpmcz=Dr)?TOYg%UC=!n=cU@aW-0SNj% zin3E#jU^^nb95qE?bMX$>gUA@zQu4OwWO>;Y9VKwpeF=Fex3OGq+r2AhgD!JAgzEj| zmZ-|g`r^VdSBd`psx@nJLOEE{!1v03q2NE5B}NH+7>d{ zeX#rDdtLsH#1zWpi>-Ez^^Dk2ud#fzr$$Wf!L4^8Cp1Y7UtRiIN?_ipuZre=r#vo%Ubg7-Me=~qK|n}n<7X- zyd<9CK;cSQ2L{6oknhwswDeq<(lpQfa>VE`dc( zvhF^WSkc`h7Y)Z_9kTIi9SMU??~P7VUdw6aXs~fV=0y4X`ubL{-2*_dt(OP*HV58& z?<4s;@s98RT<-PVkil|i;#|_&rRCG1!}n`a`pzF0`f=oIhpMe89_%>1>RqGcfen19 z+#Y~6R%XOXJnz3I{quUV&7-Qgi|ZwNmp^Rd*1VhT`Xg4wMgt>j*X>`9P4ldpgNA{v<^4_r{Afb;?o+=eyAn?hwY)Qo!=w0lX<$3b^$AsraF(ZWK+TydL z`dVR}sz=42BAZ9Uavqt1Kk!iItOp_DsD&zDHq1AfGKUZ~{QmUZyR8pZ|P<6M%G} z*+yrv9^m{8Q&fDJ+D76z&M#qn%;(>x&Yann1F1!eN3cBfaz3VG$r3P)MmVR&#-nGe zD@tKnW!muamHgkqtEH|95CcStKi+%q)+RUBYQ<7R(HtEs1}IAXOBEDokpGV3_e9s# zYr(Ab;7}ADC4=&7Ielp9H?Iv>Z!bQpcT-L|Jw|jXs;fmK(G*jX%a!M;&807AL*-SZB6fqT z%oqZ>LyQqoZd(z8x}Bb8p!Z0ls%6y}-)Jy;bf2%z@KjOQ6Z`fIU+`_IL}e7m)sbNh z$RJs6Z$r1{918dYb1HVRlP z_&2cy{BhxSUHz4nX4|`!D-mkG8|J%ZUvH5&O;I8?oO~pdv37v)dMLwakOcq3QY^3#ASY4{Q0{`-#~nSFcr)){}F^GLo!?a*6qgZAza-4N6Ya%UeqeE)4-WzZ*9 zjfVI3?f&|$i41_?*%9R{h{w={lVz9dK)hn5_*%`!Wo8CR+ z^=|6=XONWw+No&*6b_JE63CB^YnMG2b zZ|8q+nU?c7E3!C*jAAXvp&ykM4Ep2_|4L(YFsCa*ncHR|IR=C~hZfR5_WajA^LeHa z&hT=ph29>|5&?TdJ5kWPx7vR>(MIEfa1vM zDwR5)UYYPy-x;zlCijf21)lN^37GnPQr4wJdo}-PImS+F{_*z?=8)hx z%M^hP%fEctwriJWk+}FHs_^;>jFPbPBDO-y*74$t8#3hX_R`w8fkHsQxb(hjcWt=w ztSZ;bW`5ZXeGC-VUIn9*Z)=#ks{gMvM@RBlJJ@!Lx6{)B(CMQL`|DTf?EyHPohmw? zTmR~O9_)^IQg&MPXfMdRnF42BTI$10w}G6t z(j9%{#Bl@+JPQF0-cdM4ZM!iJu9$Tsn}bJBp>yVGg4#dt>ItoADkX;&&~*>MVtPoW z0QbvFx|s~7lfHW?%B{O% zl@|Uhc7NWH$t@(VUPH!@7s(idMM|HU&_(xoCp z(VIMsnv=$qIXpV6uNEft^&MXw39Bt4;tiE#rJ{ZO?3*u-LqUE2em$w980VYqo~icF zh3bfkmm4t*=7CUVo;hzk8B8jjjh}8T2FVI5 zE-%ywLZMp9TRdrU#=3`tze|Um?In+TG$?q^<1GL7?NVJAdZ-W$Op^fJ0GbAg>DUrU zQ&Fw6ipt7=G?J)X*^zWj{I@?p$;Sl=gxxrFGnl_H;jW~oNffmdlf5O9R(q&)8cVeM zH<;`BM3bPywu{a}`$@{jP-8JBJ74XuFMZtrU^tIvVI%JScI8nKhp}cG1@)JtPg6Mf z@i~o)>wiC|RZ#`uS2f}|m?WL5{Ra;^NH-{d@}xm_eW^?^pvJo1-;YZmoMHFc%DkO| zP0eS)m!s^fB6&oh{qN_|d7%J?b=L0FA~pv_-*Wf0wfE_BOy!-o&58Le))+XXV?Y2S%n83S`#aSv%tfpAC(>rp5YU`2Voyux8PAT z!=lZ?GlH@D@@4yO-Io3Q{Qzy!pcay+vkP~oe7Br)zTtDbf@vF7zWQcRmy&x&w<@Z6 z3y3P&v(e8VH0bN$QO~IoEP0{nLfQ|ow&U{{K^OS%$KinKErgUw8B)rP9829$!C=y_!0-zTU;5<$$HwLq#zwLR{G`{nhX8rs3J~K(@tI@;{w`xvV zjekWWc4qG$H%FzFR88p>QsO@Uo71PWQ+r;~8kO3@B`0T!PxXRjP^s6uZv=KtofVQs z68PVb+7r-3IzYcy3S}fzdm{mxK6K5k6|xTc7Bu;Ht&%SHBd^}PS%Mid`)mnbYB&6% z-k^JUJ;D8Qq-?j!4#jSgI{m*Fn)dgRFj@oS{k)PBUZ%ebcRxQvUgc7?63G zs`zfGlHlGBs@}Z}1jwqs+W6Iy>{ksKB)N+?wAoHWkAHh9R5NFn_^JypZb^~Pu3gMQ z>Lvn*<$ROhwqsy1LxWOeC_qMf`jE}S&b{se^L3@) z=9%^c#DR7cNByG9hFv=2tG9ntrQuP_@S5;ue_zNZ=cy`JfD3x9r1F=Z%ik8!P$bvb z?(MBUQ(Ri|BDKDKp%yJBWTh%NFWj_L(hh;D`sBdWxSl%q?#^@1i8PL?ex$y!!??u_ z7WQL^OFi1P`@Iqji(+}M@bYtqh3cC7EP;Xq3;-AZ5Y3;z^6HjN6Hj@p(U<84TYNis zz0bb-#HHCsu2Emgyo7^ixuJBD?oxdOcsuSj*;_xl-t^nkKkF2qt}Zb;P>HQcnFWWf)uqpiy9nFK#M`@Rv$JtDCymDD-%lSk= z40-&Ipc?}Od;=Nlp|#PXtmaKr|C-W*^4l_RjyyML<)8QXOS^L^TMl~El`L4`|5^RO zW$8CU!Gz|%irV>bwxCHDZIF?3l}-R=Z^0^m5*p)g+pS4q=^o(i(38~r|V zq=}X}O6Qt{`ohrrhg-XM=-IR2!m33BacCK{@`dMlCon$pKStMcC-8d`z z(?0IovZ%=#v3XN)$NoaSiAThW33EskqG=oI&zM2bm>a)!>(=ufQnc%H z-uh$JB<6v4BHt7Gl)Y3vJAHlgax+hCTCX!BKt<7+Rsn#P|GEMfi`tle!-mbxY&|;A zjFjQbho?=VgpAs3&?H3#%uls5E7Kn8(4BaXNMI^`{n~v=HIwZAexvS#D)LN|v}0P2 z^6<}_aQ92s))%Gkdx*!L`N=(p{kjXzgArh1meX!#kcKUG+g@K@f=1PIF#X&OCYPE& zlAzc9T~`b)7Wd>fsEwG~1E_GMm9WdZv9-il7&F!f>>X%6@5x%QGx98E9z#n#dtUfq zN3V5u7G2@N78iaGeR(0@pcA?cGt2BVa}NatMLiTX<9oN|ksA-~GfT2mZNph{u1S652?+LGBW_ zOh!UmRcOUFqdBX_4wn;TznF5)Dw{NMVpnDH9+RWTC4)1#xplLfzHiXUlM~gm54YBJ zs`a1aeq)fimrS{vIWEUHIV7~70*v;=6xPDY}gvIX%rb^eoNnbccYIk z)xA;GagAE7hQG6+W{zyRRr65GuzZ;cj0D)o0T+){hV4$XFLS7@92cuMA@6Zffsad_ zQmfLq?At&8i#o?UUulX3uqwW5asNj_G=}z4}a9rSWv@$ys2W zLWxcMy|?~ZMdv-cb?Vr@>?C(9Mb=Ea@(5~WiPv4|6@>8YSF8#K`#vV zj}6->D=#l;;Fo&hCI=};jji7HdsJmR+KZQCGTdKA!r^u{10KhoLvHJ0*Y;VVI7f_o z2z|{2lFOH7bZq`HF+D^SC(%8D_Y^~fx_?g}FgjXZ%ms!0VV^<9I127L)er4fF>lbE zj{AI)D_*d8CH?12)-hr*uLat1A`Ok|eCr195DgWEc#+RkV@1pIKSvCcJEtG6zqm|q zyrsWvwvGE;)j8SDxmv#sR4c3s-Z0YZ^pP2MWt_u?Z|~+7{d41aQ+m}gyl&WW-|PIU zXe(WnrbeC*htdXLdM^y9XWu~cuM~Azcdld^UwV+RyT2_m3!p59i#xAbLl1BT;%v<= z*1PNPtQa^7gCaWFaPrzDR%fjPj>d?7*4WaClmo&Jq6*>?-$}1Fk+c%}jFov3jLp3P zgXWtpZ?(^$lbwjQtStCyuahQN{B0Ezi^AtI`q)w{_|T;gLM0nMik2f~^(aPo7gfau z^LmF@N%V8SUDjwie@U%ww$;|KgGm`%7q#F3QtI`2T(2#44*H)aFj%w!q;0!>#|}Mx z{o$KU6G@>HT}lg47=i0y&E$Acn$W3Q16OvwRdndNXVsBk_j%>pdwqmpT@1}d0^@ah zKU?GjTjOUEeF9iC7wPnV!1M+yPR$%lmBxY59$cWPLSE7h9I?LQ?bwo@J)GA=a}kvD zpPNao`~UimCwSEhR=N){j9oGVmD)`zwKt~U-rCsMY@jWGerw!@@27vpPBk0}|Mg-{ z+#~@JP4z`~nzS2ZEfTGz#Z$7MFn;T(ATMbUpZd|TQMb=kTV%J9$-mWb`}&L?oj+2V z@dtW=+bU^pAfr`y{%c$Vv)&^r7A7)sHp_$tiRpa4zITNdmIhaDBp`&4^-I?GEfccW&5KX+-o4hjx5`Gk7Rc{)R8Ogn>_d22ftZhgT69 zG~@Dak1e?^<}+cTKNg&T=25pd(j)mYZhiVoC7wY?e|^^go%9i9qTlAlJ_k$eTZ5fG z%;$h5hq_^K>V~QwqS=Cj;#(x;jAR*3_PrSKRfGIS^&TC5hA1zx8wH&{9B3k)k%N2| zqinJ-iSj{X`Jqq6aRFJkgsaN(NaHrxpy#c0Dq2gkSt*nH>uG2d? zlg(jT_LHnkJIbzIaoYMHuY=~?1`-FaY#c}6Vz)DkY5%y3pNmPq6YU_5rafQqFfeC!&|&A!sF)TB3b7a?34{0N@*F$+n}g&n zY_ICi#NnJASgl6Sc%(I%0m6d0Cq8ABt{j6jF^_%hCF`qy)%;7^j&7LW`1^^G)bAe$ zSe#tr>^zQP>&zIS9fd*Vsp8qUVVTefvy0ike?Nq#C^O-yxSo96PPNi+<*HTc4oy4$ zx|TA(k|$wYXx7Q2w#4e_(WCwF30;6tii=+^P{OYthf2FCU#1qXkfdLATb-06TBy-H zjuY=GXQI|qzvUlbUoq=ps=qd)%5CKEff$Yy%~2oLNi_6TqxsY$j}ci;SUeo}-F4q~ZcSHu zzVkb2GOfqiF<}mm<7UU~CF7qRvn02mz%nyDa&DAgUAG*~xm(Nz$1ByZY6QFZmu&?- zh&7^lJohc9DXFc~+O=0HiGLoMKKI5cNCLW8x=fG(=Z>n2sqN=tDkm?0z&)YS5$MYr zwoJV}dw`~py&HUP|Id>*R9Y;Rk^GfynVr;|Hf_&nv=-1=vz_`6m>ap9IXCf#&4Tvs zwQW)UFApfQvw{LsM5pQQM-p6otCQ|hTZ-Ug@aUhyEI7PQ3flSn*&x4~DT9+ogqP@u zSASLx+0fg*=uRC(2u9j69636lQ4Z3~%Zr8xSC&8Cuua+XZO{LcJjr3JsvQ4x^T7D( zy*0w;$f-ZG8QKw*;w>Rplg+eQSof;2(!F2Lb75PLFtY1)mJ;Ut3Oe@jU}HjAj3$@; zlsZZrCocOroe<3GfBO9G%NK(iaMv>o&`|mfHw!aGWu-UJ@-kD5@K!E(Hlk;5vF~Sb zx~HWn_sipzUdB*SGyovaj zRZvg||KBX4kpakQ!}uEvabe%SJiufKm=RmVTsnFmYhq4372h*xezd!6G9=}4>4c1A z-Gy3cFMgT$8pEiV;7jVKsg4 z-WhauEX-=tv3)rf>3*Q1G2xg%?Xd3M{bEiUzZj_@-pZ9KSZ+do*oe$!V4fzuq|;_! zZpzI%x8ivno5K$~nVQ%dd$(dI{66~-`e)#l(!U?p^ra%5sOM>R&!QZu4FRP=I zWd;h`77gAtF+KYT_YnwD)iA9(b+VPFI-bozQ?xgtHY~4Vm zH1uZ8N^&h_Mpga{Ov`Hvsd z1Vy-zeELz*#sI{0$Xzoz&{9(Rsi;iNl-asFbh7!%yS1CQY>5Z%C@8p!u9=R=&TZSW zkDu6E7bi)X=H4Pe&2)A_aI}H$D<6x0dooVa(|!IX@7+O9D40MaU)d01KBNQ9;5 z(t_|-@ZQbob=O7F4v!Kt;eOKtvUQAv#A3GyB7DV)5yOX_O1JGVBcUAk%@Pv|#fX%?iRelDf(`k>%AMp# zZ7~faNi{J|w6752iix2z(v>0J2A>6wIge&Dic43(FNd`}3fdJe#3Un^^}w6Axj;e! zZa40;G-%HY-`&jfXR3v`+WaA?P4+C;_3OFuDNInk$q<^=mwf2eC=64RM zd54eo%9xq;5oDk?!i=OZQpKaI2URxe?LB(Qv~#thw)8^_Y3N50VBtqtoS{KNJB=n$ z-)#&TK6cr~VwDR>#NLWWgh%Aa0*3VUbLWfX+ zNG7_itgNv!d4J`cGKGUojlVpdb35ieEo7rHBS*gN68zNHtj}3_Bowvts&%JYJDH?! zMEzy&|KpGZ=2jJCHaR)D_;DtxA6bSc*!tB8q4M&^MR5TuBrcB{l(eP9{#?S%moF;^ zE)!eY>;R!JNPtkQ;2F^F7(8Ui5c9lfQRF6vb-FKUCz8N#skMZow-I7CNeT>>(}_QnS(G^ygfFtG~v{X*OfSPX6cG)HF2iKYVCZ z@aMm8kw3XOyAcO&jKwidGz171v6styq#3HG?SNyAj=*$+wFnb8dhP1f4`#jV0u^Ak zbTMt;&hG?AKX-X0Q)})2V_CuFM0q5ESOV3rvq~)M6*kek!vJ`i^R^CAQ?b!Hz^Ip~ z;V>vi%rxn7!?}r%|9aU^w~W$*_xu__ve~qB@fWo!KhKs2wUOyQ63FMzpD`@($nIv6 zE7XGTBPzBNvMN<)1ga%2N^4tdJJTmJd^caO)-w%9+P8$j$5P>E)~lw~E^MDiXaH;IWl^ z<-?lRt@7_usxYFN*FBdmCQQnh=kw0#pD?P6Xf{Ok*F)_xp#%uNM2>;pG^5=cZx@DW zLREQcesKLE(WE!oj5|$5M*ZsvADd6Q`Oxbha6{o0z+$3Gjxw(!iIZvkrlu`rWrc%Q zerBdU2RB4xx1Xo^?ZyJxiIMpS_>n^I;xjXuDyPw}rgtAYYe6WLX-<+yJ=rq~*J*xO z53LhrzvmQMG4|L0?MiHIZH<_XyZ^fUGjx_z?B{$DY_kQdDUm>t4M`I%aqJI#PZ zgS|N|tb+9=1E&E4OdKjM!CB651s#!18pBc$mP*5y@A*f)6uuDOD~LpYO;RMnh%deHt$zMrvg0T z&Lu%`Ob+>9IMVh6E+vT>0I3~S9#Qj^F@Oh8!^O{QXL=G+i|32S`l0}Sq|z`+^6g)1 zw^CN{H$d#Jb6!}IV~1aW=nV-HnSro@xjch^Ea@l~1ja$P0U#SRNjnR_M-sRkFZ2@# zn;v8}`L>p05*7~Fez(-rRH)IH=)Vb&<1j-_C6YD&^Fja|VNoBGnKOGft+_Sj$sucL zC6j;1b{+Bp?8v__p`srI+Vo59_#&4R&t^68)E~6yzznVM*oT`iY0w+wcDgLYb2gnx z_8TD!Qox|kW!9Bn2IG6A1B_^~7 zmpGUDtsZh*R;TXSRiyJ?6U*TgD;)jsfqDml1|satk)i(eD%$P;@jl4R zi%J^b3LHqP@c=+~*$;%*CUhfnV$DFnXXjaDHu|+}KP)ZV_o+Aa5r!Wb{>tI=2B(lu zyhdP9aAwhz0wW%fCxUPZX1_ygue_l9rvJg_3xsEGV#D;X>$jq$skKnj(71RnI>Ko+c_m^+Wd-J|sb*TQ; z?FQ)^#VZS$Eom2%t)eK0M#hJT{Qn3$@3@}V_m98rU3Nxflu@E%7O8BN zm4*f?a!^W{X&=t9Ga{SFN<+y^B^8pDQATJ8siZN>#uY@qc-$j#(pdWYj^g0kh$3uyv9mwSAC*n9)P(v9_HY#vCC2o#>6Q>}*smD8^v~JVJcgEij-XOX_PDF&VU*g^{+&46Ip}Dy^vzr6y#ce$F zZ^iz0?b?Pbz-10Hk~Ms)rd{c9wGsvCi4WpgC#UY=<-Zok52~qjN1@+2gXyrM(xa}y1HN9STYaOm|n_4}253PwEdv;z@$BTtkWwju*(x1UjGXGoxTU~y2HHq5F^;k!6<_4~7oivt}X5^Ze*6-oZ4 z6MWDDl6~y2dCODeF&(Ml=P<5g{;%B2lS{@_^@x7f5HBQK)koKR{4*gZj|?qQq||C{ zFk~NP0ISO3@bW*m*-WJ8HiN42|D>mXZ^U1%7SjAKkB zs>IaoCdnZdk7^907Sk9_LbcTqRF*t^0=lww>)QV@>+i%5S7tLQ`X{()gK$U*Ha!)$ ztG3BYmSO=*iU?0L;L+7$NFhzZFvDWL3r!2iTj~me0_Z*{C=aNI`t#VJI=kpmX_9;+ ze9p~t^B;`04`}O#CanJ;`qIGhz?>)SQXBDZ^rLgi^Ykq7nhN0jwoMXUQr3D!n9C=e zJ$sgu$pH)W9UXV%tf{v@(8Jq$@$hYi|M*cV3`m~s_N7!f@w68@HNkQlSddVWCk?^o zG{)CsPNv+UgO&T#oyb^54POV_!!mbAynk+8kLuY5--W5H;DWUz&2@D?T0ED zI|)pfmSgOvy6C#ORiHC~w*Vzx7iCB0>(yX3xD#)rHx&vI5EaWzl57h6WgJI?Ka-nJ zt+M!h+k3ZP=l|lHgVd=`(Ec5{e^BBznIEj1lKtG6qB5MPp~Y1iN(f`|p~s&$*jJ3u7`%-=3X7y=J+Y znSUT4WN*B#`TIfs9<3`#E>PTfK*#9f8_zGyUB0{o+az5c@f;2vcUpDZG4`uv%SDxC zOLd9WW`Rb%BZ{lBDc950H8>5N+U&R05r^4hpgLfiro!Nvi6+E>T@V--*&L)dSX+z_ zr!fb360?e7z(79qv{f$`l<_V`1!UvMJjYh5zLJBZ*>47gMMb zh43Q8{OI7QW%+v)OU_`%F>F|*kCOh4km{Ctza#mJY#*JZePjOY#u-VG>?N!~X>W~Q zn69Nu=cJ9DodvB`A-Y|FQk9i+sduZN3u7(W1XP>!K^7Dgh*q>j$adaU6=^UHMALl) z=XiuBFQk$?Z8#u#mBSq~F4w8pt;+QfxA=Dt94h7hH*&pUXLaY+lI&g12*BC{5c=_r zTJ>ND;RfCxEZPUvpjMYIU9dP~&&2FyYaEA7C?>8)Aus6C2Tdz8N$(v*|x_gVnGx(ymwVqujY;TfknXi$oJvy2fB z-f0Np7+nXw5U1wcY^&R2!mhhi+8_tlu3V|8d1rY?JqE7#_QuO^Pg4dwWaQ@$XV4d& zpSq}CNldJe81v5b`ZKr#<5F;LF=^L_b%7MVNAKRctK0tdKdLg57gzy31!+@eqm)pr zv_D>}^wtV?Q%tKHTDYaL#(qY{gUjSdyMJ;=Du-PRyjdaaV3&HQ3 z{Ei2RV&$hrEC$%txm3#v%$R{MC!AVHrgCl z=}01F+S;}A+Hon8)wY|vs#eI_YCrr-zt%5!(wxXeuk?teh%7U?&l>GFQVmx z*#WQmd49f0G%H^Ivg5lu{pRWA`YSl#tTj1%4~JrA^UWH4>vi@89bsDZ)U?gN2aMNY z^9$G*7>6ncZ4Mgup&(r>bH?jzwWbNZOoF_|o;XC2=134S_LCUJp$MF_gY6c?a)5Y z>-$m{0JGyQi(B4bL*>kQw5^W}@WbRrl^#taRRh|VXg*^fel#3;?DEmeho^F$R9Z}J z=B={mzxBZrC{7m~MT|LlkHgJSRh-)+Rim;c;aIZZbl~dZ(%0hL1Rr{sIOb+l4j58H zXVj?!4FlhL3MXP+l#R4Pu3EK`^m~Pe+W7KX36up1% z)7y9+bBO~=LKV%&m2BxcO7Y$$$JeW5wYCWVFCUzVX86E?>b?hi)c0SelDK!_rQV5z ze5INfDke`H0Zgf<#7Z8r;AsAFP;DQu&VD{iaDi=Ey!V)5YI`yJ)Q5~-S2+BMlKNwH zLVu3$ub(Du+PBZa0TP>;5*8Z>esok6P_0*k?(~#*?>LkV!Gi$=Q6CoX)5njo zstOwELwa>$^D*ej`R8XK?$O8W%+H5PyJgF80`z>(%H{83Mhg?O>Xy*rqgztR7bi^t zJ`@h6>-H>4IvQeN0mFAQJ>AmI%CLH{656C@6=pnb-lM5Ly_aU1XPxwv*s5T!$hv7<)^n0GSz^K3JP#nT&WD&qooH^w^U?uBj)Oa71G z-h=l*3e(Y0avsgnZ$)JH^;L>TuS38Fg%bUmPx?3Uu6vu{&ao~~XA0q%Pi1axNo5GVA<&7FS5)%)lT9W1h zq;u?UnTV2_T_Ut0gIw~ToIcL+N4!iuAIp@j8=bsIt!}ziJUiPFcy{5a(nS}f z#UP}5CCOjhwVl+qIq6pVQ1I;P`vg5~(i{aBQbdd2Rg!;mM5bkC)A3z%F`uO@T zWp^`{6YNN@wzPROvI2fZpE0N%So0#Oja;t3h;|CJQUS6l>0j0P#=2>XlfEl{vp-;%`1NTD>>((|s-)*oYd_YFt7Q5ZheA~tY6KJX%sjmmL z;inwX_8<94(Oa7t4t`ebA-A*kFRIf#0cVR|JtBS8qnIl6K3)lz$^LNA1_=_wYclue z@qo9Co*4aQ)D2Yhb{im20k<)TYly=>@ero&t-$-2ow`M&LRBw{A*YmTdA&e>vL9LB z38cNF7V+B0`LOOj2bVJvL($;$y9nAfx(FX9d-}`l?P)0uwS0iPQvP1!WDm@iUlkOD zJ~u(~*0x29Lt2$aT^o5-tbZ&W3^;Eg$hl!0Q~xTcQn#0B9D!~`0EjnQ%EBOz4l8nw z?gXIA&dnW4G^;ckarW4jcp%rS2y6ImFmbhr{Mj3Rm(JY0ejTsSE#_^2iTSy9v@;0= z`2oZfJVIOQ0RcJkj!4uixfkdrBOfm>>GOt1u&};1ym;HkU}4Z6VnZL+a!pyCny*fb zT(s@vvZsB$5)#OBjyk;o1@L)B)F%l8txBDH6QDhL%{5H&3#qI1nC!~rOoj?S5R^{M zdDWvN$%9T^WBr$}tEeFK7NG~5FVQM?S`i}o{bz`RZjHRwB-qrsT$!<{V%%C4* zlGKq)DI$se@afa1_wO4wY`Db+7VrM}LSUBh;T-T0g800z zsK*sW>lo%lOmpX?0k0o&F0REfU#YNyb|f750;Uk#`*o80h0DJ z4bzD>tI=JMCq%tQ4ctAEdi7=W1F&7)WGz4UPiDnwPRo|lvCWaO7M!-ltMx%;M!I)9$4zDyvE|!mqFt#W>xCq$SJ9Y|x(AsN1?2-dKzV<-=~k8ntOrWS1-Utbp}w|6!QS!EP8KF{ul z98-kuHHfE%!5dm%9BmOTH1W4;S+NkqnX`LyKBUj|!v;O+Do_;w@q62VnX=-zwPDKA zfPk5jPrz~A1Ftw$^my2PLjR^D)@{i_6S_l;RP+JXT`>l znMew*q~Y}9@3%F`64NJh{i-XD54|{4NjEuf+?_%pT^{W^J+=G=xl`)-WzywUE#DvP zC>1uOPx_agWc&mGgtF;OjA}FKvb)dTt3l0wM2-_fAQ&4j7KmBlr=R+e}OfR>1%MC9&EkG*8CrrRo zMC))-5tz(31XMs(IB_abNNrXWuqcYlq0ex;Q$>lRp^*Q&81E9f;fXN{ss=m9_<+9X zwPb91A`(NTMDa)yxzXP1KJ_{iGc!h@H!h#v_7=`e9ZUkI93oK^pqu{5)ie*B8{5o| z7Gwlpx&*%-<@YX)=!WOyrYfd48@4Ro7-S9Hf2Lsncs;%T&z||=Rhsl3&W4~&HdAc|uYQeK@?J8w#ZJ1~e20E)1 zy!#(tlUV+D1A$ecQ>Tz-1P`_RO? z!n>~umIM~j`hRI77cgh7Jth-hdb2g%{^!qu3~&g1=@2R`{9hcj2UXnfKR-JMwDq&eK5(OPn*|!`3-^;QBP2 zQARjJqh$HdI@0+BYh!Sq7l*@I*BibA=bq0zLSa#38+Usdf`blK4BcGaQm$v7n zuaA?al$U)!Gw_!|t(BC2+Q174AEt^_kp4Qen6Z}S<>l0d7OHl{NS3&@8NS$rG21oifCEoQ7L7@dY~&Ow!vPsqSyS;Ip?1k?lF~9&3JIj?!%JGVZHrLc zj=Es!`>#UBTkES%&BJUw+_Tzao1xAhzjO|Pi#V|HzrJzgV+T+0a@Vy~I&zXGXAkeh zVm*2<{Pt zu_c6F@{|G}0Eoa(g@wJ|H21k4Y>iY8J~zdYx0Sm3wQlv@rj2*k7UG?smcYZ;0FYSP zUA3$(dqjBem@Ss8Bs+=gnRKVOK>bewFsP6 zc7()K=tbTf-h6Db-^rw!upw*0MSGqDMC>z9&$iBP;MNo$WJr&n*-H)aW))r7A2*PV zoh}$G%`<$T{kd4Q1b?TRsr7d5oCe;4>yl9#OVD2S&oQojKDX&#Pju-01c3Fi;PeA* z3Z0DRbCqSag6s0mmd5Vco3;Cd&(|5%Y-K>3LtVN!%{gK4EM{KCve6c&UKs6~G%oLq zp@o9w&J+4}PUo!-Z8Wd{A}lqv_Y^yWz~pA@8}h0C_ufLm{_zth!uWwI9heOEa|A9jBGP4I)%`F za1kyzThY}=(-+gMpNM(EN+-hO<6M;aYN~zu1P26^rbjOe@>mZ@QP-Db zrEo*T7fo^>_v{a6Wi^pqmLVCBZj~BjswWeR!c3tEO{XMip%h;K$i0r__D5~0 zYt1|4Tf0O*U-nc`EczzeA1JsLg;Gks%fhH4x}P6{yk-r_S$#gj^OV!`kP96w{`u!0 zwuK$$^$3XJOvYbfn;ZLQ$U)0E9$ZuyeKtMJq8Nc0NbI;YZ+Gtb_lEoRM-MN# zTt~KU!Tn#qg)XQ}j{B9dK#SBzJgObjc`TP}-6!e5ul>f28!w|T7O#^or#Y?*NLs1T zpZ8zZ`}jVeiuOxNYg($s<=lUY_65C0>rgBqK8HqsGFQKZ6IA+&?ETJi;=1P1B?p8! z20%}Yh6@Ii&|D}X_V$K#&f-&dpC2O_%87ozi{sUr4RYe7ru5UBmM-w zDH0rVgUQab9pGZb>=Agh7#)|!Gq2b*nyOm5wPl4>Baf)M1xXeT5lWvQWQQr%d=dXR za-RDTow#P$t7J6qfY6YfEKd83tfN&u?U@z%)oZ{0=$14VV!_m z>^G(?CG-U=mm3^bld*^&b}7GUSw$AQ!}%!32a?)#(|}Oa5V$(m_`%%YBz{4Bwxmtc zEV}aI#S7m3QS04`yRDL4)&tSmY80N z9i@Eez7?hC8STGch7j?t(*y6q9C>T6ht^0N6FMz_w$S6l-kO0#Qmz>NSM%u- zJqZ5;0}Uqf1_cJTym}FiApr0ezIQSV9i&s*x5s(kl*=rZF3X(;O|s!Sy<8SjCVSSG zY2-QdkkX#e!~KhH^sd=a53YCpwhL^w z2L=Y>cGt`7xt(xKzkl>5<0t&YE1lx^jHkrz#ITx;)u6}Z0~NJ%dONq+rj#3$v8t`x zv-j`cubh^@!@@z=qlbo3P4>s{d2I~mLJw~ms%-XL4zEfa7ORUCs<+mBr*`YMZJDY2 ze941}yw#4nb7S*%^)ZO4r*JXjuw0bmr3PJ$zkSa@6Yd+UnX4*P^ul^3>U}-2bRYK= z%juv8@WiN@GY>>o5Ab67HP&+Z7K3aSjsN!M<}W}2PVM784G_)~-A95-`C)(mS)7_R z+xUbbmAbF*AcjG|oRN5>Yb~#V#Ud<*&M35=;Gv~a`u%#&fdP_pDFrpSv)SY0VU?2? zUf@?WQM|D6Tg8GV#0ov2g^%v2+R}XGQmOv$zJ*lsX5Yv@X2Tu9lRt+nbkFnO&{yxv zw`f;?PU4Yc&p7h^4x9U1B%KWJA!*}x$gHg6x+9}byQpQcYySBB`DF&B)R#~H8>HDJ zHM@h~t>ImAxbz6(zZ@CwUCYaAkDs5y#M8^lpSA5hEz8be`t*wD1s)}!dL+>+2tgP~ z?VWBg(YyTZ<~o7(@P0xnXk?(QM04snZI4cda;X3$eZRx{e zcAS^eP7266S2a3lldrr>isc6A3Z7CvCtkT9XApZE_~V@2BL^b=x;c$fN}fz^;1)kr ze$V1gk5B*f{nyBWixEU8sNe;h$yw4eRK6Gb0bw#J$Gi-&ejFPb%SwNjd>rSm_dMh- zO&o|LAEQ%ckq+-1`_0XJPy5hy4EpZ1%`kA#K40{?+7Q0?l94+LlV zhlkyBP1R6Oa2S_98u2%%-s0y=9}!NvIm%D&Ph~^8ZJqSpF-`;iWiSrc;`*;XB=-re)QnjZ8RZbuuoQ1=8Mu(e-Uv~ zmgSa)zbW)yI`d>kj-T_3b?c5Rw2;Ps&pEv9pM)QUcQ3jDf+}1(onJ|1j5&V_!Nj(z z30LyU4b&tx^gqt$>E(y(+i>nx^R+WKT*uCED5=tDC*&cSR-E<>hPQg+pk4kX$>Bog z>afoFh6yWc)v1r`vI|??T4@mhN|PYOHYHUlfWtFw`p^%1=7OjXlhitEdsMU-C*R^B zICv5MA)1eANPWq$?cwh(Wce2tRoY>~6A?Ee1GKa=a^AuWVIsn@)xX_1yBFm>Pd+7m z0E}U5jKB9;zo8!2)25%KF@yW4H%+VRWB1xp?{AUl$f?{~UaN4;H51l!;hgK24^15| zg*hcXEo=2)sQKs5pJScjBgwXRt2@n7>)Wf>T9ZW$uUPJxB2qMc{Z?1S{a>UH%W=Aq z(UQ1EJ^#*{=Qp%%-I#l8vi=5W#QUJXLDPr0k!Wjq5326#{1m}q7x_o0Jl)Lfv)5lk zwYbb}gr;KibnPPNDo&eX=!VVHMy?yzE~Vu4BId6QlV9^-o_x!n-xrf#Iau^fWE%-I z!fU&_S1m8_2geR#Ak`V4QC(bAyNU1~5HP-VcLGsJaB$Ov*n_;|O!d^`o9glGGu6AA zo<;;T`VUiue%BPTF&Y5Q`2<%9Lu|PzH>D)hspb+PIm^mjozACr_N>?fPWJlMt1(F~ zvsI68QfTR&cVT+bw5}ct#!FrP`4+S`h7)dZE3_%@a)Hzf|Gsx$lH|8ieK8_Be*O{c zPw(l;{PpJS+I`DX=aXfxpGMYcY--wW)2f|)E?P&EiBoT8s#ooK7=7?!_syCBy~XQh z&2k^uiD8>$O$_9#LX!n+p&r=t;iGeJ7bh)EHW-)E&L|+isBUEO+b09m^^*hhlZ!fi zDqdt9DYF zS!II>!JCg^B@E&1p^g@AnbG9nQ2Qs@2lCE5m?TWkfXv0DS_u6Uh^V?uPtVjM+~4*rgtep z0jYPn5JOC$yh!Wyc}iARqrUgVS$1Vw<77gU*{`qX$SJ`8flM}-DMsCblXVJ}?*PUz zVF!1p-q5zG1UqmJA{ZJM{mh5K?^f*e>=bet=otv}8NvBmsWVnp=C9o4I~ug@H`DF* zphs>w`j)ov+~~}+LW@CcJPTJTU;vU!F)ia!iRQ}Mbn~ar&+4U+D!Av{SvE=QDsmAf zcgN4NUw#?qfP7|{i)o59Ig0s3DXsDdNm&sdWe@y1uXwpNcH8p{8b4i%S)clH0Bgv*E z$%WF7KR*`mN}mHF+-1B#_Q+24O*mH757w3Xuak84{1j>qvm`3Ngqjc|C6V{ZG^j1@ z9?g|B`thJnn~8l2sldFl1eOV@@aAH}46JE|z8cLH-2;;J$)cSkO`RllQTi4sK0bt! z;@lehU>dDKepNYsvnpGcqLjxrpjx)NP_|}AmfyyW&ZkehwB-QfQNC}6oDjSog!CwU zk1Y?*{Nj@NH8I?ym2_Q^WJvGFp!9JW1?{7FNk@o6e3ZDJOTB7&P3R_VIaXJiI=<%l z^N;JjI0}lWihWX&KU3DwJ7Ng?ARcGoKMjBPI5`%#%S5}3NaDp?d~C<|UpXI$BWk4i<8n#IUd1lxQ3%IEV$1T8KR*vn zD{(xTg@l5?J>ZMM^as^kcR_MH>3XW_%&w|$D}&CJsFYm$>v_JK;*YDyCGy?HJftl9 zgCEWo6RWB92!1}|IfcmuHjv^XtGlD&nN=uyxmKAJE>zRXIkL@v4ufjPVNpD4o$)>U@aC49{R(Eu0ScR>F^WCzm{XAN11c14gd$YD66feYMsrI56=9eh1 zn(8MmSG5$~!3rG4Z!RP6@n{>h$9lNw6RwBUc*oA2Orw2qG4JGt+{~|Oi(@inwg(4o z{j4yLe-olugIEiHisp5POK1JOB--`fM@$*5*;BUDNLPwZ?=6on z3iT)svU-Ld)XFWzcv`(IWGmzB9Jp@6yPD!%h|9t)Btlk0|Gc$}mcj}9)cNGK%T(Ibphn1TO3DLAJx-(Re4ddE{_hC7Qw2SsA`eB-)gld62rGXqwtkwRUy$;+>9^t$4!F z?;n!C^8=DJ2YA$}^sLJElxg2z@nL8|Re4PHu;|WeT$Zi7gVg0Ng@n~mV6=?%H~nJQ z*ing{EjlgfP~OFxz;QhG7N=CI_m?FbYuBQlq^zt=*A{7vFY7AP8HK~R&MRz;WE+g@ zwA6^YRDDwu6F_+_gJ6%DpNO|VhBMAkh|Ec1BVV7wMiw?XtvAqmykWzt9Ol&ITe-ln zH>eg+Lgt>rJ5?Z34286z5hPX}jlcqt_3Wbc$i&EKwCkdVMlmh4`}M=bU{0pG^9W9c z4x8ei-i|KvnN=hIwN^g4uv{&>~bdr`of#(21g?~$R%TguMe zN9iMK46*7i&;2EdSeZlh6JJnw9&XCWJ>myt?yvkAOD&Z_T1%W*jF|>L{s-Pq*rRe4OBdFLCk*nav;Nr8FuVO66Ei)BtzD-G~Oz9 zD@%h@$&=-89UUC}*3PoryfBR>yaZ%8?b~{iQq;dG0@$P{(|%mKHrxFwUiO47w+!E- zb%4+aL{?LQyB)hG=`1BDa|!EntIpqXlFougC(c)gUau;+Eca8^;9?Qw?8NpS7%hB) zW2&o6wP)BfI-DmhAd1V@3m4XwR7`^30Ah!|m5V7IW7Jv-So0~nP49mF(AtY4ZR-NZ z!k@E%OI5|8!tDIsM^TKE!L-ji9+bd|x^ciA({l^V#9$Uj=cjum9qK2_Rrd!IhZwU~ z$JFw2nddoks|XqNy1~Uv9;^-u^8H*MzYs+rLkLHP?`eVarPDK~gpe7LgT-;BzA=9y zh~X*iTH@z_s6#$};s7UOQ#HHY8cr&a*mOB_qSR#@7(nkIV^x2>IdfjIQn#giEFrKV z2OTQl9`%a9Ye`*RaTz1|Gc}*)<1)zKPK7v`b*H~l|?59!n@wj#~xQUv-aqD+Ug^NgGBg8~wnuy2R6u z`wm7Ht~0j9?=qWDcSp%S2LMR49s3kEfZVn+=B>C_-QV2n{ih6!DIted3fk>}zK8(T z5m}OWGh1?gn*tgc83{+EMB5(ba2Dt@M4I9?p{KM(x2|-5`;Q^4{TwV+(IJdC8DMT~ z>?;aw$I|f|B%Q*-_a8nSp8wF{l$K|9_|H%OzQvd^R{_}lbCy1uA)f!WvfXq^mU2j3 zBtZq&-tm^Jv)Om1A%n_2`$gy#-$guAniN@Yl}*8bA2-I4^V$`evi0iKt9jfjXkeRF z86QWQ&-tHAI?_$7m+R_;*0_%E6v)=86R4Y6p_=zxm^rfQA%lE7wnd-vh{Kzc2DEGi z%ouiqh9*xlY_TD+uyh%e2PL{ z1#i3vRu??BYCd6`%Cc5JEf4x)vxo~5Ol0*bU1|!P{*yY@^18sbJn520tZk-@sLp{9 zZ`AY}c7aoiuO6D`2Tgq?4Q`=WmACsMdCF34CX2^*ZM60R0rG} zs2qJr`@J?!87E~h{G(6r-VvFrJFXNi1X&@3_z!B<7;x$ z9b>cKwdy?R=S(Ge+4``S%fMwmp$L&VCa9eyR@XLID&?-COJViGN7rX8f8OTY$`MA5 z>PWG!TEUt)=Vm5+V5E$PsW5dg{rq}JOnVdbW-U!v6LKd06*`c~aW`0eaeCBq@i#=N zW&#`0+=MeXUXS7^UXMfDbUrj24{F+0D%pR0Gm6&uzG<|2$b$rxdwZB7KXg~;#kc<8 zz-g!=dc}7x4+;oqsKRDxtU}zeenoqdtO}8}iOS9y%gjv8DECbxasz|nZtT-o9CrhE zhxi*%UvW2(ipiUZbJN6uoujix%Zm&BsPe z<`H?Y+3<=eSSrlW#POk17Svr*BLnyLdwwCEmEau2wVS&E(9CgfEA1LEcT%y~QdKLe zE)aJUHm~>V7M!deGTV=2hsq)d2?-c!qg?n2?`7AG?#(%L0QX*9%A~mEf2uV+me?lp z=aYvgRm5f)^FY5}^b*3_sjAGAQBiKJubS&g4eTyCQvWkbh!($I?Xt786D*3Z!l^V; zM(pJ7uk;-J3@ZuzVV_>3qPC;V>s3ib&)A_3npriXT~O^E^ze9ZMk0I=j9- zMQ%~UyWBSv+nq%78W)7TdSj@VTFi2Iu_4Rf{cHZz&%;Pv=B)kG!F}2?PP=XLsmTcc zUo1_R#LM`hqHzHY071A1I_=X;3!WhvLY#tAQE*Q412##QX}d%>=E=CxP3`{Zc5gk# zHEr6q6~5+#G^|u;{F!PLI@|AGG(}$CckkX|G?4-5l^PWJ5-02__K=v-a~qZ0#P(@6 zxQ>(!}ChgI_rWrufINN<(9U;J3;e{3(~8X$CS?qzcG_uxoenpI^R@1 zPdkss6EcT@opJo;BF?d{HG4|jW;92VFuzSycAX1`CNl7w%ybm-)FtuvXh{2`R01^& zlk0I-KBZC3$`=LiujlkpUL)C`_&4bHlvCZguXztGi=c@h&OBwG9b=qFj*-^bJcUlZ~4i|yDPxF@rqbS(MUs0Mf zfS;8oJ*%q{mCHpsnqGQs2*iKQjVJ#u`8fk)8$}weXf`JXF=}yob!9peYXoXm6Be&m z)s@1R>6bo!mew^8qqCqg{ef^}S2gN8=A)JW z>Ax-I@KiaCC66mtdQVFXIww>Bz%9-TIbZ*gW}sompOW@ihU>%$waQ@d?YZ0P%qGny z^*g?QS*mM6^iJ{m<&{bG?r3E1D~-ZGb%zu8;VyaZmG5`PG`(iMf9OwSWg{SyDl|cLR}tJ-*OBo_uXsI#tDGqC z0vTVz)gcP)7+TLqfP)>gJ}M}SB_xjIAn9cf&&LhBr+wb|srnzclgJP_^(rZN8#Ha# zd}F^087oV}t<0xS*QBxuemttNv1dTh{&=TnPz@ay){}L`YyevH`2{)ItnaB@_$-aT z3j+vfytY3v3W&XM@ZiC7hJX8p?cMe8)MW4xwPpwYTw=Af$bM9LD`{<$&XaLvh;uq~ z47yeX_UgW=`2t8fFn^$TxAw_DofQ)t!6(^bJ%i*Y2yzxszozb36?{&*3~GF-B)UL2 zD|)!Pumn~XvA|XqQJa^9i(9k@<5!dM&}e*(C>N`a>h6*lJ`;O^(J!ZTy=BjqsWZhp ze)cAfKdD$^3!;jI#3wH2TC{V!%*Fe(Jw4P=tsjmz342|TT}o?~{flu|C$})M-S_ZR z5-RM|%RGBtHbWUi5ssj0?6A@P?%m4UOS|YP6;?sOaH7-FK&3-P*`pYlYwW+stWCo> z#^l<@FCTe?2lmVB1*|+-Q^?CtU=-fQohhTmi$e7p^%U&cY87PTdB?j9^%NC}Fg z#-Gj|mz!$8-Zgt=5zAd}qfj_SFGv|YX~O2AxdFjR@1p!jv(%vYmb#gNMHL^mbqzS{ z-73z6gx2Wuvo(U&^!BSK`J0qxf6nSK#6ezL*<*d!)T}d`+(EHcravs_P$17gDCn(u zYsR0MY~xv50*pij5l{d(bJtGUVf@y7C)vU@{B#Cr=<%PEWMX6>;% z$)wHp1LsXqyTh`#_$9G3NEj0^+wVFB+^RuPrsD_8ERnhl8B&5IMK%F6Zj*URl3>@y zU41ZVm_5o**H51*q`u>bHrpW!74_v?QYPix>=(07WDoN52t3fxt~dA?%cgp z5R3tx8_AwH+(v<#cJMxt$eEMyH9dZa`j9UA!(}q-<`aA__0XCWkXH6=O$%nBCWi_7 zZnWsCFFG9O6tHQ-SM8u|>=20sktzCy`t_rJdIZMX`Ko=hNfu3vD)-8KjdLs)OUT@glcEa1Y};zuB>fwYSmzdUxcH1jWvKj zrLnWGs;aj_8%wj2F#+~|86{Uh9;wRCE_m`D-pLXYXvz2^Ws4hq;uwFkqw+$j3~P8; zak3!}`1lr;Ky{7@nb&-J#laK^7^@%}meyP)a0<$hvQ5b-gaE zXaC5G*9!3x!W8OCpAJA& z|AZdzp3NByPHqscw|)V2D@qKMC*#Bx6Tk2)wYS*F#N_qMmx@8jvM?)Ou4cwB3|-Sd zsI2IjP@rN-tY3VYqlZ?%rLpyp$Aone>FZ;;OSQUev-w=#>*LFgKOlD3n*%Lb;I+W< zyKTV~ZGh7cEY(ZYy*25ad)MD3rY|@T4iLA(_1uLN0!(GNfXPZVf5$p@T`kk;qD`WY zjc-{l+5EfY6A$2KYQBBw@2I!ev~Z6@*)6`DL2o$#FV7%=#50;Q>^BMQb$Lz?;?)Eb z-3DNxz33|vXKmo`649nbBKd-_wfuZznoqO)u`Dig5Ki`*!@r6CT3Ed(9(%b8;rltc?TuM!fW~Sv627r#4rYZssf)KbWO5Yib)weM(*F#q{+qZ>Uo% zvY)RU5nj^%ryx6;yW{0=Grs@eU)D@0FAnaIbeyNT7rKsia3GZf;exqNq2mb2@Djjr z61bvb!OW47OjgenJy2H*u1|ip-_k-wzMwLvGxW>s<*a~&mdDj^MYJxy&CLmx~}=yeH+@<;)Q3zBe_<7Hxm)KVr_$YMzF2G{-%OUBU?ia)F#~w)287f4}7Y z5^+?>akzWrS){KoSjAPGVFIq(hOy$H4r|lYUyp+;Eyem3vlnHw4~QBq{s!QE{0%_| zhvCV%Jxok#3~TwS0i{wa6VWng!d%kMCPFqJwg?JljV}t5u=`LbVN++$>}0~0Z z1QU8t+nB6OP%sgK8G*LN>3!UOc#r^gX8HAV&(XI&N-h&D1YyCWHy7OTo6d6yO(MJ0m)Mjj{80PCy>+{3&m)a~$87!0H zbWzZ-BZ8=4;Y!80l;YX4bNh}N-a2Xx_)ytiji31E*Uo^>p`dFvz7v*U5->%Pp*mc2L&X z_}(h!{rce3G6N!TW`zam(sT^fu343D+$;#`afQ$z4H98v${S8x)1`RY~W%bwc0 zgVh%R84Z_@LUQ1`3>c)T(`Dcvw6Onyr8KFHg=T7-vCIHqG;RLhB=xL~;PC=#(%JJn z>B&Ys&)z>xuNrLjDr_Jb-BX81RdJ}@pZ?2nd#i{7k0ZZ_**`Ir_S94{Flw}E`wH+Y z=i2X)pWRs^;0(D`D|XVsnJ_m?k#vVEOIytTOWN$7Eed$B z^H9u8L=;QxT#>&}03!sV_#$*EpB9kP7T-jzpGujvZPL&aoXbSZEccS<(@afEv$d;N zaILka_JBt}3xhO3+uyHJsK{Walu;t=e>>t9-EllRK?Dm=yu{9&z6&*B4dF9v;i{>J zCp}kfXOq8-9no{4ZjWX_y*~qfw+TKU@G>!e{D98)(1_Q23fv1^#kQH^CybX#5W3ij+?=Xv#KLmZN}KoR~o5I+y@pq};dfC4j!paMDN>G5V&J zMWs{>A+3DiR|Qn_$FENj46&vfx9*1x$M6LC#kXQAZpPFt@E5CAT@kTNCHhXw^vZY3 z<8%1y^t=26biUu|T6^SJ{9l!*9y%oh7ifE)l5|Qt)lRe>lo|drP^Bo>X=LmGD)`OE zTtD}@KgK>u$$0>?TeQrM0;v5U>Rns`=2muR`K4{aacO4AMxfnWxc6ikIW`oJoqyA~ zeryccO%#X$`M_Dy+Ib@iEpxaSOc9g?^JA$lh3)j0bdCr_Zp@k~rR{uDCKzNHssLti zs@N_tnEVq&p>cq78tz)7oycI1?RC&QXB}F}X!4khl}!XuEq0^24wIza6P0$_AQOaW zNKBiHOg^2=Qf!Qw!GB22)0DKSY^*BT44UlYj7RaDoei?s<9|>bc~B?p zHuy?7wGPeh@Mt`AOCIg$?#(jE~6K!ht@K)AC{(v(= z0%BFh)*RE|;pC#@JEn}=u>B{JbpWJ5pNmU7eoBX5bG!9NLPcIoRi2O~5*w{1Lp#Pm zx8LEhWoRFXzmZ*av^sj)ILQj(2?=qN1X4rPpqc6{JyDvd^;J;`N^3lD!DF>jRVz|Q znn1t6NAnLNNF4DBi^-s90w-daez8@*2-Lq--;i~jaG9}2_@{~}IHk;rqBIeSa zA+wxO!&nj6s(VoF7m%j%LRLULx}F>=k;T2u6OB*jOw=bev_JxG@G9W&rW<8_B+=nz z^^AQ|`hq8HU(rWuel|`!N#PN@2hImXufy@BZw(C$T13?qri~QTQwj*-XGTT09KJI* zcivXPUI@0o=3}!71o~}tWlXhPD7G}+wf?CyhyMk3f>9FvXi zWLQHPD+y)%^YuY#xtKvuiD1arh7B9O0F+4mN?-g|?NmQz3Ic_Sf|-%V+GBthSL!i| zxO7b2qIyf;w%ScL5Oz#V1RGnq#W~z*>6!5wKW|swm0R}yR*vrf_M?Jl^!RLEV{T*%DDU!m#`SGtM^D|HXNHgyf_&?c(%Lx z+RiR-4hd-!se;$WFdn*?ELl2aU)4>{72r48Nusg?N4;d9Fe-ZwF`#1E%fi7W{RWFp z*x5md)y2bx&!EE!_|)I!g8GFi_{C^{dOUmF#&#`+&6{1=WC5JOs>9#qOxntqgqIMt zJAw5HnBp||5%%R#WYu8nz$~25udtN4v?S;Ln=LL!%ZfK9-|O~jrL0w9?RpB=US@Aw zHTmm0xNZtEo68r4H*PS(*f<5ib&|%b?IJ@KT8DFpYxcXBKTQ`>PEM05kkTHmCwQG- zd!tknizgIYd_HkUNzYJLvrwln^}l~YlG(`15!R*hp*UB-fF)@`pZ!&@N!tokHqqkP z;mw8Nzw#c|{9T0dRoMM4bUK@v?T%83&}tz)?%3Dhe|B>1o=w{U#Qu1bu5GGH6SQ$~ zrAH@pQ#Sz_Xfp*`ILzMjydaV!>RUe=Phsw&vg2HAer+@Dm0$PYp0k>sxNV7DyMBFC zHk)u$Oh81c+nQM_-XsG`>p7>PSp-i0FExq$E2^|Vz0-^ee1E5odcILY z?t~`F=F@GB92>8-xOz5ZLMMaf!Ao}sK2SDEIJdUH>G_csCpt}W8WlXu);wTp?#L~T zm)0_9vBkKdenZ7A^?bI}t=;wJ#CQ7><99cDZErurbkSrjKW*o<50%k9b$nbGf6&Z! zSb1hsNz(GAaz6uzD-O=a zO`04QPA#hE={o)PhcP?|5N1!iMyl+X&|~kVg@>2Y^DPV$7V(!APF%X=0p^MX5lDQ_ zc1>gjqE`!nfQ3WdE?VEe21$9x&M+ow&mEvV01jmh=S>uKAE0a*Pb=x>%_eg}1!qj0 zc$@RsznFTqnAFpqV;!Q(A)<-b4xUrrL_fo=;QWKDDoz06PzKIk`ykLr-xchB|u`i1suhZy$E$8ghz z!sFgW9Ir24y!c99@+vh&cLSP#cL<-a7aVZHO~YmNv*3@Waa&njkYX>&Eui$bD0hjUX+*y-#BR&nhfZ&^QZSj2|L$ zCr|!+fK*^Mi=Wz;5EkmYB|%@toCsdD15a2g!8S6ullEIL`Xp zkomz=sxGf}`OcxQ&*lv4vRJU33nO0baFiHQ`#5al#*MTcz0S^FGk{$cF}hok=$K

    9Cu@}o!MD$UJ7!O{9YIW($4NwYc!eSdgaE1UG?@NWEIv+C{%t6N-| zr0lzgXGxdw-nJ9htQ$Rx4yVi>lGot*#33vT9taeMwbqLHcbpkD5<&1yb_c1+N;pwG~D8rH8wrg)ilS zBtaDtB17WYGs~C@P3vQkIJ39+nSQ~MvVdi(lWO?y)krV0L|u>0s`D|w=|l!rzBA$= z#chd>_3e#GM+uSUtOZNP=m0i853?S1p^;>DexA#m{wPfFt zx8(5|VH`onVHG(8QKHN1uS-{|x|o}5yIk_xJex8RQyHNK5G?W?aZ=IuNd7cB4@|Jr zqU&9SF^2#dcSK4DZyS8Q>C$0?@k$u0qc6&*ypxfFaeSjTWXO4X3tzRBykh21CES|@ z_}-w?k}2qtL<40NkAfEp;Xt4jpUPXWk|S{up(droTxiyuOEvrmK0&RrPEq+eSqUGnwG zdzFgu?wCf!x1Kl1C(-6iKuE~&46izuKI|_L`+}4}n!kWxCXXw4_1)de=Z9CG7hmwQf|IkO7zN$5v5%BUzSi+qv%m^bJ3P{aVy zT!8{jv|}n!E0qa;iL10i3#D38TN<|J>zcdVvyhVpta3i0noI&ajx2o zj%zR79f~?5hW=iF?u{}q4P~^W4z7%Vk7KQQ%^36b3fFF?`XAk`#j#;e*``9+s#b5= zYHoxGJSGqN)en6U=_jM-CK1mrzawIZhMAL$5j}m4H zy-Zx|@sj~J0a##r?(#SM#UARMC57c}-?=lJe&syT5&_ktLFL0z?5O1J?LF*VZOL`* z*BfrG0IVW>ymr0o4^}QZM|RbYyak;@40?lAm^0-aFS+#Z4jnq^>FN0w19Lt3*y>Wq(B`!F`_v-~;KE9m3v3(Rb){Wox zC6~p>4(J2}&&At?cP3N0M3k~HGBj+ZimLWfamYdj24zB3Z}iE{&Bf}@WtFEie%!aX z><4$K+pd=D_-!?7E{Q$Dh5f-Ea@MX$aR zvrmLW5e5E-Kcz12-_IihQ`5(H?>0XcIfk%^@*uAD<57DQHj{6papnsAC=IBTHLugb z&ZVfmDp`us&gu85)IgTcfA)3cFnBQea;L~zUhTd`o)=kbyKgdOzSypJZMkXmUVCJu zGb1^++|fV?8h`W}js?-6xTo`JE{e=iN5%J9Uvu%_-cm1-A)U6AaI~RQ3Mc zQwKYw7@QF0#sE(cTOeK)DEFk31`hXEV18Zwpc$ z0cqvs65I#Sv9A}kLg(fC@;<)}#%5CGtV08JY(&1ataKM{M7)0 zwo3Ttld@i7ZTTO;luqn;4M`dX_wnV^T%m!yqYkoxUA5o3B-*^Eh|tVG^FV+O;}xss zy0(~yC1A)A-@2FQ-uvjL#cJaCA2(#L?SchjW!9tjfnM|TtDjD;CE2h4{;fg}OpM$0 z&Y)SdX2P*$2o_f|UKi|KG6aQ<4wq0hPMnRXbEC*p&G(bp%%Y^D07QXrw;d6tk~rr1 zx#$zxQdq*b1^?DuWR|);_ZvY$%XpnT^f?pJC!;>Hc}@j%e{b+9D|4yW)$4h`-4l*Y zJu$EHv|r`_v2`V2HML!Po5wOlNa>i$(4^9!*^sFcWvnRDq!3Do&MQ-tB2+4cq`?p> zLr8;^P%1PaDnltMq-gl>wU74c{oemv-{t){=j^lh^Q>o$_qx|51Xoa*m>uj#te|fp zMo_?8ZtF4m{e@TFLN#TiCk99BhbF>5M6-=U8>Er?@MqK}WNb{SOP&;a`SRuX__AxG z`FVB-uh0l+pd8{WiWZ*=B<;PvZjGQ*a)L^42u9Fj1Hbr@Biu7i84i}l_crWNSMwxw*Vz7D(Cgmpnd zeF3$2f>Zk=u+WZkg(eJQz8#WfQ+k?8gwVz|{p-hKD?pNkZj_^!0z-9F47d&h;jbv}X*dF9ieEv{ zlS-WfuP&_=6J>N)A#Or%N&>JqpX(7iy@g}i{$Wk~2Y4a7Prwi_H#e`<=*AOAWD~mS zpGGjJv?8?7KrC{)JhuZWt9Ia&N`F*LIX15rW6*hDyBrN*2y4E4$w)j&@!~U7GnINZ zPk<^0V2{9fQs6hdi{cO*g?CVWk`r^2w=R|o5GQSj%rnTN)wYKa2^66cjPsmly#T^ssfpwbgJpIHDoCnpzD8h3N$bAea1({UF$!TLHm08$ zKU@~3>&1&XUr=YF9`P>#Az5s?H+&)rrkjYn4O_mvq`THa<&Y)7BsFo)!f0KIvx3c39n zBz}RuDh#^|TS6YhvuMgp9}dz}MRQV|VE^6zIo}59ti=V1w?HWXM+aq=(^B@` znS`m_qBb0J@5Prv0^g=*z7y08dRl3_j?J5$liF66Dh1O-NM~Z9n+S-g2f!_%O{zF? z8e$G_mc*KaxDBbQ^BFiKbqCRLlxZ!gl@o={gkz%A$~K{&yXeq~>XLJ~wlDCib5a5a>bQ%nTm! z^xNF~NMQiONX@5UDL8Z-&NZp&?D788cX*D5tV0Z_clcvog!IIGL)A6m<({ryg+0bD z5QN(e@Ty&b3tvp$2B?`@(TELH&#DvVa5BWj4L2}Mg;4eRm`_PU5Tax}6{)$^=t&6f zo+tu`fLef%|306Ak`gY0GU+eYR75)(8X6)-?JX)fa-#8~P-2|7e-eBR)Hsv=Sr&ix z>{va$RG@lhpv&+DWyoMXh}w6tvTH>q;x_bF62R)nafEHMcW!wBoUnKaIC_2dxf%=C)?qVhf8DI5GPica|p8jk)0D;{>ZDA32Wew4)>Y^NaXb!5cypQQWh^UHLVYfXr-ZHFcXK5qyB~)zXEkT!fM;%6ICBSs=3@k_{T;q zZ~#zPb@^lpsSEO=JmAGR4E z!8g&OoKl@PX(cFgu-ilj3FDx>03OY;Yj22C!7%6W@TuoY^}nw)mj2}L)w-_m8KK4J zySUU*j59sOq|iUNwGPyk=ZPslq|BHO2nzk`)+s2x8PagMw?BGOFiW%+lN?LIxht!_ zyPDE(3cxCs7WVOi7k(}Z$~4QJ9F`MBNP8i@d;B=1<{XzUztHhvPRrAdBWR4BJs)F> zw}tHa{^2JuRv9<{0JAk>qH#n7Em-p(6*Ly6>`B_j61B9x<3Y#&qTfmufN1ma6+Y&S)ZBh7)=?hTGLrP+eD8^g=(`U?~ z<1kAYQjL2=95e=Cx_bLQi2 zkxgBHg8UtWMnHTte`h~^cmR32IXUpiM@;l;Q49l-)sIv%8t0;Jw{8a3)i8&mgYNoU zFN2xpCw0qgUb8=DmFb!_(i5Ro-MO^Nv|~mxXtEv=UA+mx+QBh99T4kjF#JWI70XYi zYPQse_uN~h2(n_>fytc@t#5>;Il^DtNDKhVQLids7Lo3XlJD)Xkh74%u&~5H8JzVH zcSD`L^cFvPHs@*i5by@+Q5y*@94h#6HuMwvqa*Pr`wB3D>vR-=3$SNQl%#(eyuI@- zm}6_{xljXkx$Sts=NZN;Y;rx zn%o(^@nn!&AZ*J%$4elYY6+MnioBXV&K_Q_QS>LhGH1iI5nW-l>rFVT1Z|PhQWM;! z(0Ek4RJseEtCm~#%-Mi-!uSVMXfb$1=OgJG!Bm4d5R4K z5)$gcsW7Ne%?=P0poB`1ZqT4l@!Gm5W#}~E5~drKoq=soqF>^P3s+~7f&xuJ&qx#r z1ylhOV%U2LNbdXuvvyL55zraGfJG&K9>MbJaM#Z?Loxw+7!+dC`)TRHxxfWVV%SS^ zQc6Eg9O@(ZY2i1gAvoBM9_0O#%Z3jdMkzArO=1LI_t&7Bax1UU|;TB8GdkfPL3wr_4E_|z!$Ypvtz9J6n5Y9 zR|zk7mZ^`0nb|*tzJA%i^L_@4p`_me5S~n}9S^`iVs`)rGf^C{?28jvOu&9vZX))hc49 zdlnZbM~F&7tn^qf;*|E%Qtrr&$PV>Er2|`Y@f>%X`?~9IFk8Kv3deSKb_dv7&>h}+3p^Plyxq_S zD!7Hr{hhbKq`bx$PTCFVWWjzv;-3A1!mIpz;vj-g`ZQdNs?*?rYv^)!e+B-fEz0r$ zhzXYS(RuE!G7&(-(n>@p5{Cqg<7&YZs&_r90frQM;5Ud42}KCO#`#AIuL4pexVW`S z7pPu-4?aG!iG)Q!P}sLqz?fPapV{LePwb`TxgSV4sDm~}`!H8Skgl;u?cJ=-ZQ}xNcl>TM~22)NFz8p>_*i^+?t<&t)d2M|o0RMqzoo2J(H*$7;$J0;icCn?zzgt}} z(P;iG9DoA!ZHcps=yIlWod=5{KTUKPW(E212~D)>5~4g&kMks_R!N4{`$cBaYO zpfO;NzW!)#L-gZMg@&deGG)((!><45Im)F0=>--C!(3+kJzW2?`tW&S+LVoa_M@dK z0yHUjy{E_Nl9pXN4tyk-$!X++32UdRrb}|<&_nohSTjO$W}GPAfe3;cW~eAcLdUU3)&U9zSAP=z$=Ry-Fc@x8C1HEUAd*Sf6)93OQ`jQJ#JC`IzPdb z9!9YbTKFD1M`1<;!uNvPvPcoA?pr{*5pt4M2l+MJNt$+S!3C`Ni0FECd2r6Me%q?4 zotNgxVB%*J;7CgQ{g+{wwjdLsj=p17Z6xXn4-*RWb&!6W{$6H)h)`t-V+C22#edl) z>P9Xe8e3`qqH*f#>VjY6ls?m}M>~Sn4qccE!JYQ!6w`waJU(d*y#Kb-iD**gZdDgl zOc{N3y#XOZ5ssDaVxdxKZl>m3;A4jAUPg7)4FpJtz}Z7$y~tFsweV*v2drtHiE$#q z>Gt*Lj*Zw>Fdwoj_}EQuMJp@it@+4_!}Vmhq*kGGIhguugx9CkA~IoL zYHCneglfOSNf9Ic3i^*y!Ng9<3TGFy>Pg(}Cl~CWTq}Vb4YlmDLTF`3l18sX{%|C* zMw&)8uLu}~a+NF4ou58_WG!!31L=>iry@o-vI&Zfk555KoAQI~;wB8>7Pr9_5Q@o6 z0%3k$ynM;(+Xp6`C1SJ;;GC`p%}=q-K^-KlSsAmo=N671ZU;~nb!G}yVqoV==zD^u z9^;D-Os*YEj|(c23_8s33OTP+SolgGqm0}c0V%1Qfa)5o&eqiwZt_tyfrI98-{e|N zG%#8s?2FEy0)Fui5CqbeF#4=N-@Jj-RLvT2#KA8( zGCF^i{ECD~98O$r0DG@qe!_btnqz9xAGYcy3N*8iAn|3ZT(YGv?k7R$RY((D0p-*5 zVFj7Uxe~i9GSsMAu!<`Z9~QhWKSF-wK5|o=Uf-I=$`yC#`cyVnNBw|38>Q@@^d+7y zf-|QL8#0C!P}|9(*BfE@+4XP;?D915PAP}2w0|4%nNnOpice3C z*ddipL15-BM1`8103!HA6`llzuOXBv!jmIbu<76M6De|>7E)U5dUOdlAEC_9hDMnE zlM%FmMiQj02%FjasF*1{Ye)l9kp^(F41k~Um2c8GLjF2UE7(2nTIrzNHRw<9(fO-a zzXc7}IX6Utxnps6LP#XTJA*M#yOE9{1V4LI)$==lj;TN@!WeMKC)wFCadG|a@l|~Z z;e(yOe!XD-v%$ciJwF!{ln6~*&gnv1Ct*Oz={JUO93W9VU)0hOk@&w+$zq)%8{1($DeqYv;Yyjv#pv4 z3J7V|HQuUNhoYtW>&>%*yGLZAr3~#Rqb>u~x(Z1$hOfh|;~{@S>r?j=KDc1YNh%ur z0=ou*Y3Pz&wf;J6+08fZ7Wm{#l=G>N2dQfr0y^Q7weFpg%RG2Ql~2s~gj5PPE=A~d z*I$D}X}SH48?fjRfX}nS;jYsuvOHa?ccTR&`hm&PYgUQWb209i18{kWl!Q*bE{216 zq7QxF98kR# zrVpf%)V>2e6@Us>)UO1R;&za{llMgO^}wFf+u#_U@g!*Scqr&jH^rnrTDETU!oY=lgr9<+?1_Bco>rtUK{shJVh` zzK3@>vfTxZN9|n6LjU_tW=2pJG3~z4Pnk<#U-^ zYpQ!&hjRLaNe)7)loABbV@;jZXj`xkT9|PC;T#kwSmB!64DEP)N+?T$#2O7 z0WpOp9%BDP+}*5|WVTr>5cf8Zb7lhcFm|XI8)PdUGYyH%R{&IDi;3DKN6k7HB?nMp zSYnhGZ0hhLyR_X#SY@76=jQ3RuK@D_66S#`BM*cigeQknNny&A#sS@|<0)H?|J`rT z>p{|&eXP@9FxD5TM-5=V2-xzkG&Lo;+e%aNHvz&X zTgHzgOdr;VRAJ7by)paUS9E&-;82Lswev;io?e}^@add0Rwi!ON;(fn~!k{pdV(hm9kj5wpfu(QuqbtYPx z0a+x+7i370NYPMhCxMotFR!S9R7pQM{$!(%$EjAA%z+j|&2&6m##*b6N1TN}*w3<|_C5 z>>8|jo9u6T%qD=2H3r}~y}I(|LeT2dO|x21lluXzO8-iSeUOwklq)LXZ(K*Ti3EPn zPpg5D_0hdOAZw7_e7mhT=6uPE`eY)?e?6q(ohu@SBm7+FyYMn>8f8Azu zRJf{(@`x8dlV8`~4y{Y5Oa3yY>xN|52vP6vb8@gdS%^fwefj>Aio`%w#muPN08Sc*)U^{Z2> z7*o@wCvx5nlR#ya7?XjC1EL+)d(IAb-{yPs=DGA&2AZK9)dAw2um7GDQ%xmP;96nZ z6~N#3u5FZ7bw}oyf4p>iI6msv2w;a35}rS%j#m~5oh(hI7u@t4^c20jy%PeTZo6Yg z3z$tPbV4Qwoh*6;h7b0?qPp;4X8Je_)y2`CYg^wPex}#a`mP2IQGbwvnv;8^Pg-xP z(am#y2fjm^pwQdCm)BWfSq8W7|NZKv*Y=&IZw7erTv53_iiQX4X*S9VGjukha0Z-= z0d)0VJs=-XIP3-`4dL`YD@lyK)e1zAVGI3rSNWgS#bfUmB?gJPFMNFzb*x2av|Ca@ z6sc7zep#=s?{Ka9E!TYmns#LW;63b>gW_8_lpDfTo%j31U@}%++s|&U)Ghgy3MxMr zFM2Y@O(8qspktrd>=}+xy!H05DdF$t4EbiZWXVw9di1N#4k;QQz1w1$?TQtaP4Nqj z%#YbT*c+!luFiD$sITkR9(Fh!>H{6=0F8W zYhQrJo((tQHC)+DuQO_8V+R)8Usxz}bLXszK}h%?{HXu3E9ps7m3 zOUxaVuM2wQtoQuhypyHFY>(=AEo1piHu-tphsJyG}eLYALOXU!_VRaF`Zs7M9KZ6p0Q z1291t-L!G%qvv^^k_!sF1!RZoT&3mP)~<4#TXyc}MX9rE`>ZxOHKagyP{^35TRa+` z2+3CTIB;-~^d8ug<<9Suqv%r`7e?nk`4RKT-oL_VSFmG%QDD}EHzC%ikOrN*dv7bC z7vHaLRhxfFsjf`9Fug);ms^96vPkf)At47IZ;{U6jj`V$w(;k?WAD;-0goh>WBouW zTlpu(A%6!1``vD0n0pu9bL+$=ryEk~yt))smo4$?6E<2r^V1s}(z*Y)Uq5v!31RpC zSarIXQ<23ag=z1WrK)aemF1!*Ch{d}V$}Cd4TdnjL_uFNFy(krcm84H^3fA@^$vR# zoQRDjo{Lr_Sdg!-LB?l5160K7ftSuxl0;Ltq% zQrEq_-wp2t`~L+6#=DC?LrYQT%}7NMn4@4jpb|1WBXflK%{gN0AIoOx0sTcDfKodk zvf||tlRVIdnXYlhe?Ys*3(Sc2t&~!(TaCODiPEHqDRpusgfZE4@8>dXBjp?j*bW|y zWigvXx!*TpitA!|Y2ljJ$16t18qzLnD|MW@9fZx(Fj5t7ocxEj@8l zuF-%aWwkFJ%EGKw7}`oqQ7FunJ$&PCzneSj=OLa7Qe1Q9$sXC*Z>x6dP9bi1CD2_ zj2egxYQ%i}PdSG1z-Hvv7;*pycEIt5$ulu*Ob#vomApeHa?Kn6wN;3a8vvk|$U*=< zKk=>yq0p3$e(FKlUTA&dzd-Ip?`P)WCn>++R}ORj{m%!QxLPxOY1FPUYEy%!w)c2f zIUZ3p>0i(SP=ha04}=9T(j6Y6DC??)aN;F&orlcjM0U^Sd>rCl{J~aYY~A;OYJ^lWP0=J-pgkQXB3H+9}km9#ajknjT$ zMX4BzlU9DKdGguJ{)PADRpjLqYAgfZ*HnnDmq>`L@yk{%piZxH79WXF6iUz9*kX1Pw_p@7#+jqe2&V(uC_vL*AA9QTyRu)Vhc>U~$L1(%~|q z*oKWamXFA@mryFa?UP~ob=|N}%`&ggrHwx*xg{H^fQk?>vLYLHz*WKQqF!nuPOiBh!r+sm3`G zlItC7kop~rt`obKYnPmt`wV(mu_RP^_fmHNY*q0K%(jT zKoJ%+mDhf~hbAS*tLiSwDX3r3l#Us`hBOC;O8%49po<01GCSh%YX#Y1wN6TQ<3a)i zo28mAni3{C_mHTH&OBEGWseI7U6q=<^^r79((x-QJMF$tDp@{6L8b8g7-`MIZJ|;V z3Zq;@-0h%Gh~f*@Jr(d5nLQ6@Ppa!Lb}&R-{ANk~kxwcj!PT!bZ4`b@JG|9XY~%BH z$ADa>K)T@x0u46t{%n0sqHC$GwuzNd>2^o$+b>2By(#}G`pSgqeF^;LqU#bSF+p_e z?JnA`Kwsg;YcXvA0TUw(ds{8_$QX}{G;TV zVnna~)v7^5@G$zD-?>FcudDivQjyX24FgQ5TqNhHKmqy~ZPNgk2+ak+o~*d*(O|6p zX4vk*qGA>1YGh1YVTJo1{&D27_^{m|#K9hZUz6eu%mtnB;TCc4jLg?T`vZN>hf6$f2bqx*63+MeKDkY|CSimsPx($?jk&H2>izl@kO85%e~iAdK|Bcm+nEJdWUj zCN#zL71GZb>_GE@sekc%!+@N(e^u{{b|OA)_3L}30cli|HxWjoHIV)F7M&4;$P3Wz zdek@0dwPCXse6mI1@9ZEYK++PYm`i7|AP7MaW%x?4)@ z$GTtp^W$BFV9o*7RTW4?)Y-b<^NZJPHwIV|)}^Q6Aw zqvVpPRi*4EG0iX0vOR3(jVq?Cl=oj?Sz)~N*w3^>idsvHE=S+nKhANxV&a_2s^&!! zojD&yUl$P5H-LQKL!>+gvX`S4^Rz&mF`oFq)U##R~<~+(}HfY=5Ts3Y}qKmgPe(FH38NJ@vC^ry;ygF7Eba(Y$+M64}YlM?T~R zbpWt`8$CaPBKk>jZ`GIT-rJwd<)V03sb31Iltp&k))J5U-KijR-UCNKrYy3_lnGcg z4E^{zK*7Q;o7lxKRcZ$?C$PlndXJY8308_1?-ZYMxdsgTFNjT4)PxeoJicbP*@r?4 zhtXW}s_`+1@-dd|f7|W?xp-NHz+anm;nvls6R`Av+ck0Att{LWqHKG)>nY945eGLKiyUmC&09MK|G2M*= zG0b^rp6S%8J+HQW3pr9FCBpEf^o6&5A5k@NO5b3#UIW%fQ|G9m5viYf$p&uokUdOo z_ov}(ecK7knLn&`R3@3q^Be!tuX|tof%#BAhJC?Ma~)Oy0T)I>72a~KtT1-g>or-r zA}A;bTn!$OWsns%P~wa#2Q87G;GH}}ZUI=|GeBB`7ss#h`E8%~MK5GJorQX3JKlI^;=Q^W3}5akb;qR@8`SZM2! zpT#dF@1V$NaaH)syA8ChAMlGd{*wwGz4v{ohg&-pG-LR&$r2HD z7kMAVTG0>k6WlF|B~<`#_4{fUJZL9Oe+#NBQ|09`1F#vnE~yV0@6eJe2@A9NC4giU zd-6oTBglD5-A!S`wTA)?xge|;CN7?(Q$nxosl@1tl2G7EzQj8;JPcZGO8H?RWKKDI z%LlDu>b<0UxD3rA9Nb{)Gc=$Gy-x#Dfs#K*DOu|S*tKFpJ|wOF1SF-`K}rgNRBUgb z>4&Iln0L11%o4p!J^1W|3ChB#mr|tp(=|S`5pDx^8(o|dxOYVK0~>8558eOy4bi!_ z^n&ma3}1o+r3Ngg`KVx z8{iI{*TwMXeig{u^rT5M>1L~vokt}bVt>ECDR!Pq0-_EK6{0 zgZk=0*+M{c9v@6Y`3uw<5?QVWd7wR;t?afMCs2bkMT}MEvDMmq@)QoX_ z@=x@|af;E0c`*_jRi{GF6%nA*|gb|!rOfVZ*fqmR>jAZHn z(E$SnAloA4mm?bRd+Z)$uZUwND@}yvUX1Lc<82|GMa1`T+y{Ti;Cc8_pkX6Po+QGf z3CI6uts0-wT+_+?RcnzQ1(A>@3OgAYC?02N`58e^poc;C{jWAU!lHBi$4HIojZE#Y zyg>(+uqE3b-KT^5p}DVs zqJ9<{D!`|!1D_D~`H@A5$&vvKyg)C^7$JxyXu)V&69Fwe^S>jo08D{Uj$pkfhjWs2 zII%eNlyXNKhnb1ydI-PGedOywtSNHF4<#=epKH?y^&@&`x?{lvZFKj36zZ%{qTxgG zB}Y#GGL_cvBN<`SO8SwSBVe54-EEeiNM?912+y@`z?W__ZMx}S8lY94TzZTd+!=OyrM!7973$p3~-3OpolwB`D>NbhtX20+op1E=HTLeQIGhCg~xI z?M_(8x%X9}Xp}(7az;q6;`PMsOeuG;9}u0Y?dTn|yXouFXZ3|ukCu=27%30(Cg@VD z9BMoUKf(S6#DFi+8$z@h*u15?7N_i|bNk@R#1=0q0n;n#H7)p20MPJjOLv2Dm*{Ql zH);c6oc;vicXd#Ys&1*>coD;zA)HK=Faq6l1w+Pg!Ieg5v~L4$08&pQ^m1JHE1mV< zTV!gtAWQHIL&@)=jpF@#ke_%VlqW)B#C;7Li){bv^Dx%S(a4(!l7O42vfhW&m0^V9 z(F=tljsJc)TOBQ{!0xY99`N84**Thxf_$_hF|ivyjr^~Fe5A*PVLX^{eY7=b%tE=gqP3sO2q$F8&wCtw^Hi z&GFAw(Kr?v3;3YT7UZX~jvJv6P_D>2Di!)U%sq@ISs_hOj^PpT!w8A^ST?%vpz(_j zK0QiuioqOLu(>#^T0kOUkd)Z;5An^(kUw#*a>B&)rhZ{8A#pXigBQuh4!nA3!*7SH z9p@gk({?g*=no(yr%Qo_lkF9PtP)xTWf$~rK>Jm2spc?0)LHT}zoX;14AJJ2y#CRL zq{X9#F}9;F!trg0rvAn!pRRRhUC%Bui27av^s22mUuq+A1+Z(S@F1vjS_y}EWzql( zMVx>5{?I9CxOvU{inf)zj_6MT;|HPj1Nwb62|zJoE3n%{NX|nc?3dl6etA2qj?G1C z>1Xje|6Z=;_jjup53x&snQ3#%^)x^}lH@!-_t~L%e<46Q9DIXUj(*o#0$3Xgtj^h7zAUzAD}U95OtuPV20H zKNh$r@JYa$VSZH+185Fm7HBT?7)Jio_{#NSSYP35MjM{|VJLN< zJww`SZrb)<3>=4rbr6{PN8cay>L~Gx7#=b1NtDhLecrca zN-5+$Tj)g{JgQOASNeGOqW%#4+fV|i%){;_P9h4rxO?-)W1kR0FU6c4L>xTPCbhT2 zzP(26iU%n2r(wf~!?jgBM1W$CPl=V=P!ZISlasT=j;CgoPH;Pn+-=VgtYj~<2{UX* z$u`0|_t||~)$zDoM9rryv%Nv%h7DzRBI&$pq^?onR<%6y}8_S-BbRSro7ut1;2?x`V9zrM}Uh6kQT_HO{ zyF7@s22)#&W_j1x=75elp^o!WY7V#JnQ`Q=t_OM_Pectt6j z3Awqs@l8+dNnyX~-8DSb{*k+;eG3Mx;i&A0i;4Lh7k{M&XAfsl%nr({2^c9)*rTOd zAAxIX$=uk32^h~w_Lw`+6cl&j$i@@EY5EqmlEK4|Z;C@d(f1 zNLp7n7_yF!ovP{}h%UW~_N)QC1v#0Uu4NnMAsh%Hl5`Y}ej^;lz#j9Y zO~zIKUv8i=AI!o4`Gr5}uD=X(NQev$Mz{3y&7Q4bS4%;9;gRpC?+C$`)}?^Ujgm55 z?FDbpQ#6m`*$^6954eYqQ(HA09vtk9C#X&lL>|Tjefwvf%B76|YqodLfQXI;>5gMh zx<63cg=`YFbD^c&6XY*89{~l&kgi$;vxorVo8H|2{}#{r0`;V#icKs9%|? zrdQ~M8=;w@6|PE)QD`r4k6#@-pl=btvM_{jwDQmzyDI6AXi}TnShp}ZeUiZj2!6!E zd!V)<(uhu+71zhgxIrYGggC7|HDEBIfuz_=k$Ol0W~N=hLlJArC_8HGMIs)+^*vbd zrGMJZFnbksl`TdIdFI)pptKycAY#1n3u-fO7_sSec(lm{@=sX#*9O2kz|^~m5I*wSwZPEeqy z0qAM(5%oZcrUIgc#2Gkf^iHECv9vq?7d#zo80Ak4t)(5+hyP zcM%iYjqKKB!J`?qZ6k2f(4u0~dl@3dj>yTOdqTWOmuov?b$%S% zPT(9gCGI`Zolh=IjTp@g5B7qxs%*)(3q5zsXQyoq4*yk5vn9}xO&Ziy1NF>q*1QMAC(7X#5ETEhR zlw%*)U@U+k7o0H6^imiw+H_!G#<%Xhi>zBY_}Nid7@bM^!jrAMm~-du-fhKH*Fn1u zgy5|AI*91r^1f#awMHMkQ4($BT9H6t3Qt&e(3D2Ol{R>d{HMpwcL{(a!$a+LZQ}kV zK@!rMzLk40B>qw8-t~$IX$eQ8DYp&|9a09=hi-65bgcFl^z0MviVSupg7~MZbAtO> zh#g#+)o-f$-dtZ3qv6tOi8$D8UlT?c3rDj^G%@4W}G_T~wCos=ZMo&DdwKx9(yj2C1`e6?q>McUxykl@4pf!ie zQOK4IRetD`A!B^HCz9J5VHfIi*+f#ibe2wRQ zk2!>8tBEr-Zy3bsx)_;6fl18d{$wn9AUF9A;6DO}(@LXs`yIo<-oFEKJd87}dwzq+ z1>pkeDVH0l*CF3c900J!$Tc@2A{_OREE`Gm*jWd9=Hx<&5I9h;QuI4~274CIaR^nv zkacF!8m=STo%Yt}{=vEI<%-;9#T#Hpm*hQ8EHZMPS!|BX(t5QNUqJAdc`j!LPv5V1 zMh_F_cM6}8I8Oiwpr#@4NB3+&Jfa{mcBr3N30!E<=HJ}#iXs|fDHfA0RPDOiIQURQN^JbOiN@L6{>stZ$RMw#eWI%%>kjjl6KLJJj z>2GDn$VRETxR0VnXkbXezU6%jB5z{`e{ydIbUGjk9UCqgFS(d~z2C|#AC^fV0>Uz3 zbX*E(^1i%8e#>TLDtJ{Eo7Kn>h1>~kwDjYEddJnlzd#Huc=20*5Dpdc2~$^fB(WDm z7NL3RPF`!skM{@PfyK+e@mT!{IpYQoglYW-kbh#u5n_$*md8nP+X6`YrRuvP=Wi3q_3R3{O-TS zT*w#{l?I53(V9$z&d@G4TmF;(np`)d8&h1}#VEmhn*ro5{K)JPNErgUj-C7j(Ubyz z1x+%~e-GDkU?|dF1<2aM!2AMcxqs?x|7VYjhWW#cyn!2RU4`SX_I%hRIk|x!UEm}m zxkDT@AH?2N91J-n@hwn8N5RFcX*~#xME3bb4~f@3nz8(vaBUPF# zp-kp``W&ygH8K{0oMuWsK_JZWa!c1a^%H90@2AZ`W`6L;ZcNN#ZWS2)y1-J`YUs^p<920La z0VDqFm<8P2h-wR|ZW5dQ2_#I#NfSEq1X9KD*3j4)8pLhaji-p@PfOH;P4pA$op*qa zil)VEc@7~k=bA%_{`r53OA*Fl8m{oV@nc1M{_E{!+f!u)N!~E%ow|$v_2)caqV@(t z79`L5ike;c}JE~ zC`;RrN}~!ZbcB*7LKJHJL826~G5nn)zvxT?Zjpq{EPhnAea@bWFRez#Her9Zb@72F zyZ_JS8!0Oz2w51XRK(h6F)V0uHj6N=LdJp`q7uHN0#Rvvwpqi+M&;qzrzXEJ79%Tk zrj6LYZ?&-m0T&gT;EhneG076z5UC>tfsHhXChPj~f6StY77cevv*~DWgBL*XhK_N1 zV`N3mDkU$%d|MRnfaoJBx7t(E8TOz{zUww((LG2U(B^GHL{ML~hn7Sv7#sWU!TsLAq zAmr3E7f~@`@04NZ+CBv}mlNi)c-Wpxsi3Xnoq_*ZEFo==DAj=Gs1-$fgjH@MqqA89 zNon30P?Y^YzW`;a%Z9P!iiA*{yP^FS1?&!Ykak8j#{~6`=G(CDq7}p*2-03X&>U45 zhg6uJswVd>vKrH~R)B3COJ|n%=41(ufUq_T`xzlQfB`j_n9O+O=e898KuKxB>Hhb% z2nw(mSm_xJ@OdWXZi6mfq&mF0rj7VYy9i|?4H%(3IN7AzxLEi9FHJw!m;f-p5H`US zQZ#img4io1Q3xT|1h$>(ZJQnsn|s|z-8MUb;2gLngmQW5*6l0*=O@>|9HVCs@oCJ{ zx4?M8&xap6L9cJ=s{7gHKDFBa5`k2T6EKj~2bQn`R+kH&er$;tF76UoZdV+M}l`9gAyEyqHLK(ph zF2kVg`C$FQ{8q~D;Z9q_ODEs*$$^%P;vj{^6H&un3)h=fGjP6t-}L%(6J>hq7T!M#aNGMgzH5|bWcC_ zqe&b@!g|CKR3uQ)_<`!Dks7_L?{|^?Q0E^`9F@ugg&Jhn7op6KJL=8VTxt)4bk7R| zeyA-NDg&?S97m+}a`TldOOXCt(^@ftMqJ>jV}(y0Ls2*iz$KuXr16oE_z9gJBmIpr z6*d98yODP}ZJnXu`KEK!Dahu7&>PT*tLT;bdjlLbD8J(yB)JyQ*S}xu@=m3?;5WL| zKJgFyRr;N!{0FJjFozQ}&yM~nvNyL4^@^Z6bVLIQvgAR|bQylQap%|chf|}8i2CaQ zc9R}FW0#CR#J+?p%2Y!gxgbCi?0W44Zr2M^kSasm+KgJFjNqAsBp&=9kO7aEEA89R z!eGqq+Jk42f3ME)&QljY(&T?H$~8N)ALt@V2|K8toggo)G#3BE?ThnU1f4KcZ78$R zFdm4xkYp_&5Y`gaxi^2WKZ(0(`e4`Vuct;V_-xQUcqI$lV=X=sk{o#pwjqMvj4+PMEuBzSh=xsUu!vjreSQxz1@oQBtfms~+9!3v;z9iX8tfkhG=uw;(kmS49X zd}O5O7{(bv?B7?}8_Mbn)^etBO|Bx+`ibT-w80AG(Sqwie&D_xfVnXUY#>iN1V6Kd zlX>eDko-{;vi$NYcA_G~4`Z+1`GZ{#+)+w8TA}X?q2N-%mDISF#s^1l0M>_o=P-nv zPVCo-52{Vp(W}=}cgOgT=u+!j?xy>nY$OrsD^q zMgmg~?EgZ+mdS8;>vR|hU+MOa8{041EHk(7&M(Up35w+NCmr^k{d$g{%|MCQL&vKG z4nChYd%a=!qe%xeb`0CzYq6?Aq;>CJ%PmLF)qgU0#OuMsUDqu>)VDbMEzh{{y6VF1 z_ETQ3h`q8ae#GYwZ@>O(d!85jP0Ot&%*;)(HRkG{;&rG94P8Wc&hIoE{7cG6*?aV* ze@x~iD!>o5g~5YpGZ9 z98-?IXfS+4@_yO%KRuKabh=0Y$1uZG9S5^q1(9G1ZlybSD^D@>!V8(gNdq{@0+STk4Gp-# zEtcv`#H7etgYmpsr~=_2IU`V7^#5Usfx=aF@EKM zK>4FUiCisEx>;M<|s;Gs)| zRy zwgO=LkQHIuQNo*Eg>Fu`4EaDB!D03gr7t_5!=LPnpL!p-mxjUgmz9PjV(hC!3E>HQ zMESLmfB%i)duaeiO#>hi#0$je04J+_FC?`xkT2a18T@;Y0Qdj<$^=7S<}CV)s_-9e zlcD^OyccYQ>R|5Ew#lfl&Jxv(BC>jnRro|-j1e+6&P#;DMngNHmHlM@=gk;`TmZd; z!!nB#Lj5F~q5$B7KstVM<1CmL%Anz(fhb7BzQMdMfn2>|%_Ln}-|h0s8y`_~8nh>i zUE3m#+JJFB0w+YUN_RMCg74CRxlGN(*2$i+7!^(`ip9a4MWbYa(vf84+f<#C?*vkS z^~hRgvO8NO!YxP9ULdKm*wrhV!u_lBRp9nef_YClU+%_*0}1rykyz6Ha_I(+zCd-F za-5ossTQ;z^0^hP?sDRMSH_8^LZeWDDJ|mc9VQ4}1=HM9ifi^fo_w(trIl3}TgI-{ z1ECJruLH*N9uTp}`u_bks*`_TrZ+KS#uArh)r{#ZZdGC|{^ouA_wO$_S5BOPWZdF0 z$s0XpgoGrrx;zq5Qy1Zv2LYAodysx3Mo0}+6c0icH;n2OZ1+;mLh9d>0O%9GF+z*K zi^A4g*?TOyNrfT=&c)!V6sTKeZn^0bU6gu$0Oi=Ja3VOT!rn}Y0xF83y@HT50%bUk zyNYT85_5#M7Tnly?%eZ^Q1S{lc9<0!q2M+lyHHnh!yaKIp%F7#rDV*Ju`$a(+liS#U(G)e{;P=+6B(=zo=8$g8?X$OTHIu7|Rwx7=m8|-S>?eFYg;7XJ z(=cOJDpZ9UGQB^0^!tBL|x=_|mGlp+B1iIu?ok-}wMPR-*)3te}!d<-kV zs)n4fWZS@m5VJ75#uCB|plWYSiO~S^h4Um-gLy?7i8de;3b1H^eYJo;+mvorftE<4=Glvi-Z>!9BiY3SM2dno#{J97I>3Sm zEWsXYQ!(z~Mm{6p zj|uS2Bi32qW*)$k!+?d$5E-BYS)YY3BXompk3p@i-kjD8g?_@fu@{bXH0yjAW~Dun zwIF`4SbM=D?;K?xBp*CLZaPeUTWHx%Ae)fr@; zE=a6#SvrlBo~jAAkGz9z-#Xei0m(@7&}=pR9B? zHzAW}wfzk>&#{l1EldVQI)-4bCEz+>UpU4-YS%aC?*f_=&^lHGd8kkQeet6=0M|&V z<-dz4xU4d_#F4Scbw5W_xIh(l@#*Ua5n%_dEy{3$wRPaW#`hvZMZivhv2R0}l=U<8 zy}9s;$po6{3Q8mnJ@rt39lD4#hKSJ62RNWnf#?fKYeG|Lo}mxa1a$`eOr$aZGX!V_ zubLpX`w1}l-b(IAI0m)~B6&BKUX*>?v zVvG@;R}-BiM1WnkVvhfl;g|lvVv#OHS!pt|4Xo7FMgDy*IHkK$wCF#YO5+bF;9nDj zJ&TMRO^-sGD^Q(#sPBmlIQ5OWy=H2bIXV)-KfxE+U+&`K>ff6Iv?NI`vJk8_*T29W z2Ii*|Dr00#FvWz*+N_k!5R zKT=l8~MhY9j|{n#F-Y;2R=7 z5bLsblxNS`Sw`Y4)D_NCYA9-itRdAD-ei6@x?3(_nW!}h*cU1G2EKA`HKV!*ktVh5 z0G9~`;5Y=qXAmE{JdyJm}cSYDR=pdp*Vg;a!2d7^MB^zxH zWXo6T;0CnuA!=`o?GVmJFkVu~nbCM#uz+-?9j*(#1b*s(^7b`gRERY2hLo948-(wR z2y-_2ufZ%$U_W@y2rF3m;c?1}QKs3G2vnEUp@h2$rVqMhcnWP&n@}~ICK1>bx)wZO)0gid9*)m)eg(QliKk$@N-6lY~>x*7hD7h);FvI6ef`I5*&maOBu zUdL8obBIhwyHEZ|oTPWg|MCO*2WUbZNROjSfy!x6@5VQ*M#mS?3E{rVCbxI61xdQ9 zMD{`HJ;A?28R#5K?LGlF_IwX5uln#o%B^TIwTe=H+(Y^V637DA;Pyv?G_6QzGOHuI~3IhJAw+%(fz?KMAr@rVe3@|VFn-=CZb zDdHxfqH{ahv!xLOtB9F7HUpWY-p3AGF%pJZ-TChl5Ei|+dAn?Bw8Q4=U*p`o*QT34 zyg&U0pb9|AIU`Yl851Ro=Ym$XD8|EIwQTFd&#goq0r*nW*EhS+rPZ*fEGk+o-m$~i zX~sO`KNm-1#lI_Kk)8N1)6`E*)iT;9zh2oop4VPN0564}Wb@{XO z_BuD6doH8bV8sP5{qxFbQ~~5E0_7Xja^d>bEXU*By?pMNsoc`}i)z+P{54MJ|ng8Wpu{pGuC#1qY>d2c1gKY~Aq6 z{ffhAlaetY$uESPZUylC-OE9558Oz8e`3N5>A2rIUsjz|iM^iTUYgthn91Llsv25- z_Mp2Mqbrsiq}v5%3n2KZP2FR*R`+6d4Bvn3vDswQKeSQxhfeuK+#>+R+JyZca&N@6 z>R298tZzpy$D;iAvYL}GmE3SO${@oxr%6C)e5;B|C3ZJ-ct$%^Ey9d3pv?oE`gGhu z_;MAI2z6wj1cqA-0VJ!BxGk?OYkaa{s*L;SD;2IJpmYhq3jwQaNTd{DLw5=t)kJ3H13o=cZUAZe#S`#j&x`UgMN?uTV+@+(dh` z$R7*~K5Y}=gpMiO?6{QmVNSm{?pu4r`1DrS^z5@gT+c1?$l7hKW(FBYflM?esXO{5Gi~@ucB}iv?H5gxdTls184(qLX!P z$Z?ZP&m_LbZGUzAK>yLB7WqC^skO|>vh!3s*BG~RLYzwA4|(ICvCsRAtrQ!5GSRVG zB@EyprNGa(F?`72AmYO*ox*{L1(?*0_kO-acgG&8m{a;!#5Bn18e@$~KF@2>&RpmF z?Zx8l>AQ|8=nS820vI+_^$4%;YPM6_0kOlpxv0oU9`aVmQ}-<$Zcc&=o2l77LLdP&ADieg;Em6pGqd_T&7#C&oOF_Xs;LnVZGs72u1YsQ zOVDs$;-W~~53A`8xbHsi<;o`8*4lJLHF$3Y$fym0NM@FQ+?D_dW98r#NN)n+oCNvo zA*x{wzc}{U*>a4{By;JpqD9ImV)M3}=S$FpF@B_`_CS~KHR)Nv1*@P#82!@&fok(i zZNiYmJ20N!H;^gbLW5V)YvjJnHNAb=){cG=hkX6ND8g5T z+E;bxSy%?*%_Y13fcg0hezs%ewYZJ*&5XyD1b@ty#eEM&IQx*FuPe)3jtZA*qCK|$XGbI!{Vi7zqfG+ zT|Po>#`dq0R(5yZ?Xp9I%DklWW(!Iq;0}TbP22Zk?!xBTww{*cq+;e=1g)C;CdmgNaQ&A`A>79ao~832Bwh)Ts^s#3oa^ z4^uN!9&~>W&&RoqL?4H7ap2CuZ;xz)4!@4g{%jNX9IozXIbVie-qCBAW1h=PtFUqj-y2g-YO7%s3fz9|S5=N)D7Gy8J z=DJq;UexYqtm+-y@0Yy8#g5%RKMXI0CmxPEC_AOnYU;DZ0#mt@+kSrjknYaz)V6(5 zV(~Y!?j|PL-rX>N)|^LAJk}=8D!yX7PDOY0;vGwMhCX}|Jip-7%g^2c4L*JgN)s!L zR0fI<_e?Z#_DHoCX2RoU_6sy!;8(V zcSlqgm|dIaaSPn*6YlXw&ww{Uj1&&k#!iI!aZ=j--dmiZIQ}L^x0`F-oqbZOV1FzL zAe82{@?GJopQ5H4uK9|llN~2Fz-~@%5C7&VE61$BbgnG7rJD1MWp6_oX!Il;RW^&f z+)~nWWQLC7l^W4y_sgF5>$A?THFy(gMt~?+V>qJIK_rvKhKG&|4;{X6{K^^E-p{ zSu2#PuS^sfu6Eqy$*lsXjm{^3}_vQaKmt;E+?q{#{E4`cCg(zkl<` ze5RT3?EAi-b+2`;>$=uI4fg+Zh&yioJvMB?Z0CJtfXT>F`s`L{;9)_dKHlQ{eRs$bfgdD26*$XLffvT*Jds827@7mQO80YPmvyU7X#zdi)d70_>H;_M zc+-5_T_MZO@~2i;gJ7(IGwP&ZgV&I3NSqw7IK<>Oe@_HkU0vN$k;%uPypt;xQDSWj z^5R;6!-*<-Y3QW!hGDNG(>PQ;A^u+Mz*}hbsyv)y6f6|I7h5^KbSLOaD#?lW7j4ok zK%@gHGXTBKoQ87;Yi`t#l4cGN2TE*czg*m9K*}CJd0)Dpw|y*1J0N<-*9?HOkw<>Q zLWJ42)Zp+=c~!sGy8BJb-YLJ?+6zk_e>gkBxnrIa4>P8EFju_{;Y;gSaKibYY*W09 z_?j2b&$m3*a(E~%pEC7L^?~J?nA?<_~Hv{Sw zMWiLOVgKk1#-6$z_nq+8}pJ#0G zOx8xR9mIfZZk0O$nqSOA?n}vjQ4%JBM<4Quf2UW>Va(3IDhS8ArDd?o=Q0J|rVWGehOaO}&2n+osN^ z3(J1mo4X-q%LevTB182}qtWxzU!vc62|@CKfv^)k13`lj9Eao4(Xgcq+r&d^L#BzP z{LK6?#6GYnzzTeh+sF)QWp4J}^i{_$-U8*}Z%{TI&<6(C-5&V)??6SHOw|=E(chI8 zAsY^>IH{`M+-BbwJ4H+Or(px~i4%N}WJuDZaRZ(H& z0J`Z#?JF8MVQ1UeV?N7HoFP9Gn!LXLLQNfZcdjx7_*MTIWqJcABGG!sKk7y;x5#Y{ z$so-vfdqGy&X_-K1J^_?O32~1QbAK-Xu>RFe=|_Sa z1T$J?dULKkN)(nv`pxTb$2o+{a~>U z`DPff3pl=qG?mIel(NT07$OgOvo#9yF^c88MvN-IsPs=;=E0if-|~}#mmCTumL5uQ zh&&%)nrY3+4&7GxR78?{%A$U?xV*MD%gAT;hWexZ*<@MRKsGtcbYg!x*)sg%YtCwo z>X7%152x22pJB7mdB;4RD|02(5L^FCB29H1NRNpF@R(jHjn0O>Nh{EjmtZ_7{AOus zc|};ynlps)u;BR2akd0#fl=52+Ez`wc+;g&__s7{6YeW(0m~M21Cxi4dX__pI>-S$+;7Je7txxtG0t4)5W9BgE^YHQ+ugPa}dI*~Xvzg;3 zfej-e#eMb!rZ)s+K%(3-c@#}WM@4^lX@-GvIRL~O7JJ4Yc%&w9u@K}3{~9Z0fL1W< zJd0|X9zk13bro!Mh=)5E7+QInT45HosDgALbfuCEh6%;|)Qk5p=R*g&!{BT-=b;_esP!{`{=FdsSlb18;PbsG(P-WVtP=kA z)Z1_##6H@^L8uYnerPEGhAoQ45IA@?XJP0G4Lkvi?W;Sb^FRIT&*&`}0EqQ=f5Jl3 zXl`hOl)SMT97+YCt{cCD@5XXIy$zJKUj5GX$G_*J;NRJmCqvgJ0h-!EbyEbGP~r~V z6C8Nvdvnm{Cvs))5cc^qMlJW>V@Ns3YpVU@s%Vk% zEOOYoPxWvKg5I~5Iy&`i#qcXonkDvs=grl4`iEx6Z6}9^m53- z1ue!NWT*gKCRuLh(`$UsD<pD5cg13X+5Z|smrVG(SvWv5LY*AA zzRhamZ?rikz|ht;dm`&u)ClR5XgMOkX_NRcosx@Vh!hnXh?WZFF?U)n;;~bzDuJ}X zdrRTzCV0@?ez_ul_Zdp+2`UA04lyI!k+~c?c)L00K{THM0!(sV8-+Ot#K$U9vF19XQc^2J-z%o!KBJ*h9)IPfR{cpyV zqum7(L_mUcTO^`GLN+XTDBr_#qulWyZFY^n`eq-5|A#o{|D*^v^WMGOab%5muWqw| zy*>BURmq!1ntTVQ)X6E$%oIGfpux&Wb#6?xO6b~csc{F#Up%(PdWIC8YPQ_HTxPu;&`>WEp}!9Ko>6${4&Bd_^lqF7G!8vROaQ&?r1u3qgmPDK>9vH)^Tn- zdVMU?{<$wl7(2-!>c-R4tB*czSn?UhW;9q=Q-Q1l8=W?~y1HJ7t#mrD z<$*C~7|7v`^|wrQCj)^R z_LzEmw*xpN$cU$3byih^!GSg?3F(VPXJ~_0*NvipIhy`OJ1WF_KkZfWuMTuee?K4Y zGYIE!?^@zbmggje)C36lhmDO*mV6VNqf`T{ssacLg}vK^-y`X}5POW9q60Ev$_H%5 z3(p$<`%Lu=s6x^2aw6CXm@U7{Hnm z@P0Eme+}>@0AN!<0>K!WOOc3YIJ}r17o^h`1E3to~V~PtBuQi(v*{MRz@%OHDu_1WRKCr$`jAGZPq= zB7plNMt9f=e~#uK&H!$*hsgu?D!g$uK=N>i+5IVWF^{K+UJp7AuNlVo;Lz_6SLK?C z+>o001QQ(^3adYUoU)3*@o9EKW0`vo9?Viy4Cyn+H1dNG39W5dzjGS7%6WQvqMJKU zh`F_n$OK=%f*#iEbl$*$Ylm+*RwBlH&6*6}Sf`~T(-}Q0sTKHZ>K223`RK%y6w!P- z8OXrKO+a$klF!QKDLC~EWy;3_{J1ALumHuG=+V;z@Ri^ReL|{8y&#;mPCEhDmBa9( z-S0W{?fstQIGJGlAoVNAKwAV_*Z=~$00g7ES`jFF{)`*rWbEOOrn>{*cbJ7yk4#6k zMjgkuXjgC#?;NK|bsDAkNcVt9IP6bj;2-$LdvkCsXi(YHzjZpOYv6?< zdo_#I0`Q4av!0Z_Ni&$@<9JZL1*5;N7p@+c479k+0vgT1RLepZq))zAL|vhVdhZ1N zZDa75Sh6XS^bx;&>2-gGEN&q(dZbkf3JUso1ry@p{@|^0KRKL9lf#-F88xuXQ!b&b z`Uq9Yo^B!Cu0=3^Mb`qQ&p1uwM^E7wkW<=xNbD!S=J^$b45HAKK)n67{MuW9rZlCk z7+}(aoWF{@e;dQ>-$G<1orlk6&8-jA7XNX_{s3RNo~ZG;LRAJb-NgVs{BU+@G^Q8U zImd0j)TWEW7~fhR;)}86&cxWtZAZM>P46CKMGF;lAqu-yj2tg>T7fIT>Nb{raE{xQSuB zo#<`ME`eZYXW7jPlDvS<(ex};UKL<}y4(D$@w10AVU*W$VjB!5dZQ~?h6?4nL@97j zmn`-Dou_mIcU}!dM?w+PNn6%(<-&qA!1tQ{&J!L&@=IyDc0-1}2JNQ6z;3d8vmm|3 z-4T*t39PAv z*u&-?ZLmAdKX}vot++Q)txCC$N(tzKh8;ZpLf%R&?g~^Zb!!WZ_n3wU&3-oz>et9@ zxV69{$mFDQOnUl)ikM5mv?~(_@&v|hZ9qUT2qOmBXf*fr_Fx<@I5T@qZEVn&dVs6& zO4HEtzr=?y$l0E?a1QpMCttutz^=`wF$;x~d~DQu3v6H1=~PG8o8bmAZ%wL`(~mF6 z6Yn^nQ%9^akZe|4TT8WLX4B-R;??=vmNOA34%a#Je}TJ4P!z80U(TnHNvt1#33a&K@=VvjieF5JBRH!(0JItZdyUU z$%lE6STwk!nUA@q76D-L?F zC;i@+7v>^6~6lmgxu$E0HKKpnV*N!X|ddQ8u{I?FOgyudA(v9ur`SfEKV)~y!p zrLcqHH32Z0kD5yp;98Sb3Q-2(1bxyUica>?;E&IH)(NTSEiHp@fePV%Bxa+;K#G_J zhg%SgMn;iM0La+wq;$bW{vr2x+9p{>8N~)vN^wZ2K_+@MQSM1!G#CPKTAZ$?=7Ssu zl*g^Pd-3+hnMkU;ulGV|G7d(qd3gdScM?+-MclftUk-c87?d&q)Se*N8#p4zK(*9Y=#wKB+F@s`iNm{W zTg4fJYobE;9t*NvrhNNWTmctR#q^Ow8wPrGqjR~pP%Wn=6ufMrx2MZT`yH?%ripKR3dt%Ig+8z_&SqanWT#X9!kPHt z0bH$Np-OWiFrg%6ZR!lKbD2=O7~6IKhIF*S1*f8NxYX32TzO|-uD#*$3Q&p~0Aji( zyi8#+i9BBlbh)k5tKc+~kd$PN3WAJ5qYBoIq03xKx2xVnT9eV*)Bz z-545pK;pThNAFfnCkYuEA}&~&9@EW#|0K6y+#Ul0$wB6Vic)eSCcQ(WrBR6PJO z29tr@QQvE&nvDMU#mi(phEx1nb91pqVtk%P`x%aV-KUEDXLuo6m4Pip35i`#d6|BE zPELPjjsS-d(gyP5fA;B~y#fYFjRsiE!%=*kCeZWGaIZB3Drn|kBNjux1K>&ccceyV zSMQV5ugBCFznTN`=fvr)C)>cO{2) zqEGGK!&$?}gbf5hraX?U-w+;(DD+TEKjtH-qcmc^DWGYG83x#0H@C8~TD^K3I`)4% zu3Ehsw>-`Iit%Jqh8!6g2?rD)eL;mSVk7Rd|E*I z1*feL&C)yUJMI*w^Rz8PmGHlEtiwD1X?R_PmODrjcVjI*qN||KSJ~o%>=)&cJs{b0 zrw>eC;yZR#Zds174$R1l zqtW)dDwFkQW^$*@A2~fbC^)(}Q(4&nl<=BdJ*L7Gji~9O{`K7nP zPRXsEUBN*Eal9dL9}hnUCx_yS>!>RxCkBajiN$eW$X0%ieX#Y=RlSkm20@y>zF zlyM(MB4B1Y&S znn#DCntvO9Pj*i#gdZ({Um^ZbOE5MzK7Dg>!yadjy>L%mef`oP z?qP}Orab!zcBJi340r0LomrYcx2Ki9Y+GT=F+BX*(+H0vKgfb*} z5D8v{ju6NYJli|=0Fp6@0Ny0YOob+>3pzz8#jEPxzCoeCzY%9`aXU7^j~)BEF(mKE z3QKqwSgcvIW~nzyevfBBT4J}O`6+Q))h{vh?K1eF!D`tXybc$XEE@2}i@#HSi2r(M z^Sn8f$fAKOVaSc(+0>5W8kn9rmbJJ+)$i#Y9q28Jp7lgAV8&Rr9ZbA*Db#0we$QPI z6~-N0IKnk2!!RAUOD)S9oqK84LP&L}RRKG3(MQcj`mKw@$Ewkf+aU0|(s`PU}RTyYQ(Lle1w6H7aFm&`wl&=e9#v#R37qOs49>4b9qS z5R>lv)jsM$o@?k0=A8#p=78GNh?}La8%Nrw;Z$A!7?*M7D}YwR>Z<<~4twaM+Ozx) z6g#(G-Wz~4HV5r65y=HfFr#S{1qr4?R=i0}>m+jv*#?NFy2#}~`*I_v9_{7H2hMP) z{R}e~no<}ew(wS+s4(;X$iN%R2qnhE$flOAV5WSY_JP{~rxVeXn5FfGz0^-mK*M{L zxw$8HVGm3Fuf43RAAqpYt_20|*43DVdzudGf=M){EkU>S&%>$}vbC3QtTRbAdLl9D za7Eh!43y6XS^|NLR+ZbbOdo;*M2K05tUYE+t&dnQkVNmCk>f}{llQsWmKIn3>^rFU|TWNe4hw7Z&} zijn`^nYk8S2X6IcKy4dTA$f71==JXDR)~T_eeS8dd{`a6Im~+>Csr*x^gQ_%g#3_X z&(_`}-k||BIlR}WN|Hew;1MGi=n6TB_Ehrve8)`yEKZHlw{PFVX8tkmoMLMFUMsV` z3Dg3cY6JY+q(YuabN#=MOtz%}%K^%EBeVmI&gbqzx~?5U=LvjyvJL>Pz1pO$E9tdi z!S*LfYazQkuuTUS={&wJg(jUiBwF@HhGk^x~@2-BG)Z} z6r5NDca5~ZB61B$1Atu7@?@7!vZ@(H=#hb0x&z4;vN!a+)>F6aKUX-q#%V?DKklZy zlb7?cyuAK4u|rRs=p?--QuUUZbIt|HgyNKrb6sU?J2_(1s8Qq+9cy-n{7GLr5?;rz z*E9HvNOV$R^uj0Q-j8;@`ndxL$ReFQsYO%slMkEqv)*T4l_b;dM zKgo+3t0nY}Kf+Orh``Tt*R&CQ?DWO>`&a+_{l_xQCHRyp25o1)Wi$Nreb=_RUL^RW$zJ~+>93~3O(M|(9abwX${myN}wP>CEYbyq@v9OQ-O>Q?NYw;@5hs6Rw7|DH%~=# z>H>|;_WnONPhJi6*fq22!i)(RdA9L{T;)BpClW!SZ~3!cAf)8gl$V#I{V3P@?{#sK zWts`Gh{7vT95Q~wgdi5EII(#s9aRzt=LmB4h+e6NJWp*zJD+Vb8b91>YKdrOI-TUm zr+Y%{HyAF&84>1VqhH5~LZ6nGeSo(QF!o-S@7h3ADXeS+U}cjJfKMj?#Vie7TF}iX zl>wM-aQ_z2gPi?;|M@yD+qO?cdXhJUKN1zM%`_1@V!3c+&cR26xr(~q7F%0e3u>la zyLJsAgYlt=#NFa^e86^E8jDd%0Ew(&{~B84S_F;jU<8&)3+5lmAYs%}-2nE>$XJ*{ zJA`;tsCOo%76xlUK(_4b&qAjU|0AotPY^Qb9}jj7!_N@y6HFOpHMIwc`fixq%sdwO^z1CDv9R#q{GkDYffTAl2L18XgS_ zQB%=*^ETs$E__TA1)FbQR%IZj_o2b1B*d_HAN|z%U7W%=34jfsGL)&BGAJ$~-yQMm zkKb1B*J}Ja3G7OxCUvY9^Eq=wxUvYBKY54VO3|fp|x5odtHJW+PGx+=A z>qR`fjA_MR;5g+egV*jBd+?ta{y}g9!;Jjl2mkuUUyC#7u>3kXzut~P$Kn4Ybnq33 W4d22}m3&G+&S;70;$;2xyZ#^DkeJW_ literal 356884 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

    9x+~HB72m+ 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ļELC5FBi3nfYm4-$v54d&_|H5H2h& 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

    6HA&W#Fk5G{*Ba}=9mPLq%k z&e;uwA%KF`eHN;}h--ia_v+ny0VS7l9yP7AcYZU0N&`wQ#0yOwUTgw;_NnSL#JF8M zK%Ez&>cbYRe=xxENq*}M@Bt{TMSE+j7Ve@^qDPN;&=!+@sZPV%9Xfb$3q0j&OR22C zqE1)_A+KsGeCqrS7Xk;@Ij&^{@sWprF=&Q)~x6BQL8T`+3-6U zIPn9Kw4L(cMaB7z`*$oAD#C6AI8l`{W>exJh&BVmJT4-Yq%%_Iy?v&}-voLK;o=kl zBtCvrIdA*scjvrMkfw0hlY^_@wsb7#(e86m0Efol8v4H_k0m48Dx?ho;BQ7K1*H}F zvdzxeSlWAgN8TC<*;CF0?Nl7I1aD$dsbf(1c4KIS$X}^zw%w<~+`(s%S#g@XEqp)a zU`xf~7M3oryb=a0Rpc7&IIHs!@0MIs9fDBgdH?dxJHV9i=sIhQ%Wu)p9Gt#VQ~7a6#kRsup$>#H4mUW%hgI<{b{4+y?$;Cw`lAK!8K;rIRYj4T1oFZ|*^; zVP+Q-uxIL3=)R-^QuFH3>ot=ktjb!&lG;lr)#{GGsc+#?!qUlW7c8fTW2#OmbW|P{ z@Ov9G6O*0b#JTICT(aOKJcbUHG6%6U#C1|Om@#kO2N4%U4CXm?=6YUL4vpH!oxn7N zw(BvO!?QLr(vqXT`SP!K+mzKT$0PFPT{G!m$l)4LITXw-=w}-D#2*2CkzqD47WM+c zgy3B?Ohxx!OWYI~iBPR)ZKXj4$RziKa@%=RBvDB$&=Z?ZiUmy~=Q6>sjH)T$)?zxX z`qKGKMF&9LN+LF@*FKr!m(hsV(~gu)M%zhSw{Yav60|@{q19Vwbfz=VUj2^1#Y`q& z7a2Kb&XxeC-Al+oyh?6cHI?WLVd7bAGZQlB^>3JDSr+mcKEzoZAil27HHvt*6sJX+ z!=@a&1}#I_spKXFippRHX9L5ZjKuGIj%lJu@bElF*bi???)YC{B4ZtUDvDr_G6)5V zs*XLqWPpNTD)5+F7?Z-{9}BI5JI%}dygz6j=?@K7`Oz{lnWNV0J%*3ldy3YQVXHgh z?UF}`V3^lc5fv<)Sa|KMQR=m8GQ$AxE9i|;CDrGO3ImV1i=qiB9MJzqaH59BB$T27 zKogT%;Kfd=Jx8YyFD=q%DtUjg8ALu%f`roAAA#4vYa@gXwD!T8{C*fCqw!BbP4+J^ z*~U5)kNZOIGnPS4^0Rfz=E+b%9s3fWlIS-g@b5reXQe zW)P`Xqx)sjt{qy|lQ>HKD=Q_7G-j>7Gnpt?cbd70bH^q`09nFAHbiRSLQ+)qUPVw) zE$pam1&{t)bXKI0U_W{*NkIR@ti*#md4QLH8i}I4zk$^pXcE;#&1jLg0J}!J7d)hF zWogGDS$AU3sbs-A`~oET+Ra5>JKK5n z3q@GAsy*pl!5SeHd*i#BXbCFSxsstj_s)^+qCS?;7SipkA~uQWyV%~qSHvt?Xk8YTf=Pnqy@Tw zZH4i#F%C`|zxh0j5OD`ppF*n?I66vPsb(cqeI^kuO6HH|rl0)9F|B+mgVP~WTMnOe z0U8h_(sLkPj`+4Ik+?|vPe{|k7=Q8UlQmN{<_-c?O)p8dlGe9cf+}V!+p;A6q zoNE7%hcD_*UXHhT{P^+LH)U1i5%b1KO%Ru$a<|i@>~URCn>tBQBUDl4m=;S@^W=AQ zf#Ugn2J|?7{e2a%hfM|rAzHv1JKX69mr8VZ&&y+FXw~tZ34sV}>cqY@2j#(gL{A!Af%1Z{2?KWHDq;T}cM(n`qzPTl;#`JfC7}aT%xyA=~93%6-39 zTb25Cwcd#pB-*GE`?5R928s{mn2*N71hMX}Sz`4e!oaI(uQ7?54OD8hgcBqY2;#8v zH|Jh&=Rd!`>NB|}5P2qj5M=?jD9@0$SCmecyOV3mpfI1b&fRI9r3G2NSEoZX%VXn) z^I*DU1BW{XjF6^8sNRH^?pn`}b+W*Aq?n#g5tomTuSX-Z(2P_b7002?9=gN0ak=ZW zA5w{(Nd!sqrQY?^p_=bIHy`2F269I{n^yeD;sB|>AhDr-JPU0+m@yy}NK#B2#1qy@ ztsAEC&fCxh6wi^G4^SMxMVLF<@lFzUXA$VY;Vu9SYe(@olexP*ksaKrUs*TPL}x=X5LLV|n8-mF9=q zxM4xLzUNKTL4>ox9N>)zpGJw-DwA!aa3wD5H`g{ZDO!pW&*RP0)b!iT3VL*XXOa?V zk=EurdrB#XyjEz3s#g_9p#k3Z7%8C7;2A%l6GIhCy_7l8ng=>}wc(13$h!Q7=<)<$ zJvBqv-%+#Aip6aL67a^?U;k380#1|oEDk}6>9Kp*-}4Rl5&pe2e^}ocd>i@GTCo|w zfLY_m1YSpuQFs~JbZ4V&po1-d$sBe+;-DSir^;9W^+77PsknT5D5X(zj&x~9RKJ8` zoc4z(zTpJ-RQVwHs_j(4FwGt-zFS0526pL7a#r=x8~2|}bdyxUXYf{6H@EHxQ>cIF zf4sxPqcpfxiBY6WY+uq_oUYn39IrTNPhFI_k$^EWrjkU9=w52ZT7XEJPz4&y%O<-N zgi-8q#Thd?Oa{~lHjo&)4;4nr+D66~6Ap|P_5uH9eYPT?OrOVmaFNw>eZEfW>r8O0 zCDtfoNW~U-$lNNCP&EB;lPFWYMIW?o`AF%>W=HsEiPq8wHWkAur!k|R)~8@Z_8&L^ zJ$fYORup8o&ji*|#<%Vp!@Iw}oVM^dI<;l+uj+FJx)3uW0cCjMm%*i#i=*l@ShK6! zUQi61Il@EkcsF$XkmSM}7L*obF0UpkZis0C=mcb|FRvTxtg@+0$~t{}R8hD%dUP+oxa1!1U16mN)m{LieS(WFJa6z-7w^BF^X~#d>P1O9O(c%x!ZlG#& zKg2dSP81kuFr|zi0L+=!o3~z%(5#!?ILx40I;+;@KZ$o_0*L&q)dw^yX#E*5c`-v{ z@}13f10cA(=*d&s&C&Wgm@l@7A%@xJj!d&`VykR6AqTKk4etLWEfrne5pD!b08u0;ct+h@DxXcMk z7`%;PNY4mY?gKhvATP;Ja%-%4r{b1IP>B+MldyV*mZN%d#Lmr%)qI~S

    oDQsDVO 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://json-schema.org/draft/2020-12/schema$idhttps://www.buildingenvelopedata.org/schemas/v1/opticalData.jsontitleOptical datadescriptionOptical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.$defs   $ref#/$defs/datadata   dataPoint   componentCharacteristics   polarization   wavelengthUncertainty   wavelengthsIntegral   transmittance   reflectance   absorptanceEmittance   incidenceDirection   emergenceDirection   uncertainWavelength   wavelengths   incidence   emergence   results   color   cielabColor   colorRenderingIndex   oneOf         titleInternal data node with leaf childrendescriptionInternal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   dataPoints   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`.titleOptical data pointstypearrayitems   minItems1$ref#/$defs/dataPointdataPointstitleInternal data node with non-leaf childrendescriptionInternal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   data   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`.titleOptical datatypearrayitems   minItems1$ref#/$defs/datadataoneOf         titleGeneral schema for measured and calculated optical datadescriptionAn optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.typeobjectproperties   additionalProperties☐ falserequired   incidence   componentCharacteristics   emergence   results   $ref#/$defs/incidencetitleIncident radiationdescriptionIncident radiation on the component.$ref#/$defs/componentCharacteristicstitleComponent characteristicsdescriptionData point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node.$ref#/$defs/emergencetitleEmergent radiationdescriptionRadiation that emerges from the component.$ref#/$defs/resultstitleResultsdescriptionFor example transmittance and reflectance.incidenceemergenceresultstitleColor characterization$ref#/$defs/colordescriptionThe color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail.titleComponent characteristicsdescriptionParameters for optical measurements and simulations.typeobjectproperties   additionalProperties☐ falseminProperties1required   treatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   tilt   symmetries   surface   $refcommon.json#/$defs/referencetitleTreatment beforedescriptionTreatment performed on the sample before measurement.$refcommon.json#/$defs/referencetitleLocation on sampledescriptionLocation of measurement on the sample.$refcommon.json#/$defs/referencetitlePolarization sensitivitydescriptionPolarization sensitivity of the receiver of the optical measurement.$refnumber.json#/$defs/nonNegativeNumbertitleInstrument signaturedescriptionMean scatter level detected when there is no sample scatter present.typestringenum   titleNormalizationdescriptionNormalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm).absoluterelativespeculardiffuseReflectance$refcommon.json#/$defs/referencetitleReference sampledescriptionReference sample on which the optical measurement depends.$refcommon.json#/$defs/referencetitleSpotdescriptionSize and profile of the irradiance on the sample.$refcommon.json#/$defs/angles/$defs/tilttitleTilt angledescriptionTilt angle, for example of venetian blinds.titleChoose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.typestringenum   description(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!azimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotational$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandedtitleBandwidth and/or amplification factordescriptionBandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.typeobjectproperties   additionalProperties☐ falseminProperties1bandwidth   amplificationFactor   $refnumber.json#/$defs/nanometertitleBandwidthdescriptionRange of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead.$refnumber.json#/$defs/nonNegativeNumberWithUncertaintytitleAmplification factordescriptionMeasure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth.titleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegral$refnumber.json#/$defs/numberWithUncertaintydescriptionTransmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionReflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionAbsorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`.titleIncidence directiondescriptionDirection of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaltitleEmergence directiondescriptionDirection of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeWithUncertaintydescriptionThe polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeWithUncertaintydescriptionThe direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleDiffuse or hemisphericaldescription(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.typestringenum   diffusehemisphericaltitleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleWavelengths of radiationdescriptionEither one wavelength, possibly with uncertainty, or an integral over many wavelengths.oneOf         $ref#/$defs/uncertainWavelength$ref#/$defs/wavelengthsIntegraltitleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   $ref#/$defs/incidenceDirection$ref#/$defs/wavelengthsdescriptionWavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra.$ref#/$defs/polarizationdescriptionThe polarization of the optical data regardless of whether the incidence or the emergence polarized.directionwavelengthstitleEmergent radiationdescriptionEmergent radiation from a sample. It is characterized by its direction.typeobjectproperties   additionalProperties☐ falserequired   direction   $ref#/$defs/emergenceDirectiondirectiontitleMeasurement or simulation resultstypeobjectproperties   additionalProperties☐ falserequired   minProperties1transmittance   reflectance   absorptanceEmittance   $ref#/$defs/transmittance$ref#/$defs/reflectance$ref#/$defs/absorptanceEmittancetitleColor characterizationtypeobjectproperties   additionalProperties☐ falserequired   minProperties1name   cielabColors   colorRenderingIndices   typestringdescriptionThe name of the color in common languagetypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/cielabColortypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/colorRenderingIndextitleThe three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.typeobjectproperties   additionalProperties☐ falserequired   lStar   aStar   bStar   direction   surface   observer   illuminant   $refnumber.json#/$defs/numberWithUncertaintydescriptionL* (lStar) defines the lightness of the color.$refnumber.json#/$defs/numberWithUncertaintydescriptiona* (aStar) defines the color between green and red.$refnumber.json#/$defs/numberWithUncertaintydescriptionb* (bStar) defines the color between blue and yellow.typestringenum   description`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtypestringenum   description`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider.twoDegreestenDegreestypestringenum   descriptionThe illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65.AD65lStaraStarbStardirectiontitleThe Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.typeobjectproperties   additionalProperties☐ falserequired   value   direction   surface   $refnumber.json#/$defs/numberWithUncertaintydescriptionThe value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight.typestringenum   description`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedvaluedirection \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png b/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png index 48ca3fd4c0e57bb6d267fe5af5784e11359ed439..cd9baa8223ba5191a6c9190946405f7da50a08a2 100644 GIT binary patch literal 41225 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

    _bB35$U0KNGBK43ngogv7W* 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            incidence   emergence   results   direction   wavelengths   polar8wavelength480direction   polar8transmittance0.65reflectance0.07incidence   emergence   results   direction   wavelengths   polar8wavelength485direction   polar8transmittance0.66reflectance0.07incidence   emergence   results   direction   wavelengths   polar8wavelength490direction   polar8transmittance0.67reflectance0.07 \ No newline at end of file diff --git a/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml b/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml index 6384c680..c18a2ff1 100644 --- a/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml +++ b/docs/diagrams/src/calorimetricData/semiTransparentBipvtDiagram.plantuml @@ -3,86 +3,89 @@ "characteristics": { "conditions": "stationary", "primeSurface": "interior" - }, + } + , "fluxes": { - "convection": - { - "side": "exterior", - "temperatures": { - "surrounding": 293 - }, - "coefficient": 18 + "convection": + { + "side": "exterior", + "temperatures": { + "surrounding": 293 } + , + "coefficient": 18 + } , - "longwaveRadiation": - { - "side": "exterior", - "temperatures": { - "surrounding": 293 - }, - "emittanceSurroundings": 0.9 + "longwaveRadiation": + { + "side": "exterior", + "temperatures": { + "surrounding": 293 } + , + "emittanceSurroundings": 0.9 + } , - "mixed": - { - "side": "interior", - "flux": { - "uncertainValue": 60, - "uncertainty": 3, - "confidenceInterval": 95.4 - } + "mixed": + { + "side": "interior", + "flux": { + "uncertainValue": 60, + "uncertainty": 3, + "confidenceInterval": 95.4 } + } , - "shortwaveRadiation": - { - "side": "exterior", - "flux": { - "uncertainValue": 1000, - "uncertainty": 50, - "confidenceInterval": 68.3 - }, - "direction": { - "polar": 30, - "azimuth": 0 - } + "shortwaveRadiation": + { + "side": "exterior", + "flux": { + "uncertainValue": 1000, + "uncertainty": 50, + "confidenceInterval": 68.3 } - , - "fluid": - { - "temperatures": { - "inlet": 293, - "outlet": 298 - }, - "massFlow": 0.02, - "specificHeatCapacity": 4179.6 + , + "direction": { + "polar": 30, + "azimuth": 0 } + } , - "electricity": - { - "flux": 200 - } - - }, - "results": + "fluid": { - "area": { - "category": "centre" - }, - "uValue": { - "uncertainValue": 1.0, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - }, - "gValue": { - "uncertainValue": 0.06, - "uncertainty": 0.01, - "confidenceInterval": 68.3 - }, - "efficiencies": { - "solarThermal": 0.5, - "photovoltaic": 0.2 + "temperatures": { + "inlet": 293, + "outlet": 298 } + , + "massFlow": 0.02, + "specificHeatCapacity": 4179.6 + } + , + "electricity": + { + "flux": 200 + } + + } + , + "results": + { + "area": { + "category": "centre" + } + , + "gValue": { + "uncertainValue": 0.06, + "uncertainty": 0.01, + "confidenceInterval": 68.3 + } + , + "efficiencies": { + "solarThermal": 0.5, + "photovoltaic": 0.2 } - + } + } @endjson \ No newline at end of file diff --git a/tests/valid/calorimetricData/semiTransparentBipvtDiagram.json b/tests/valid/calorimetricData/semiTransparentBipvtDiagram.json index 4e143997..87fabbb8 100644 --- a/tests/valid/calorimetricData/semiTransparentBipvtDiagram.json +++ b/tests/valid/calorimetricData/semiTransparentBipvtDiagram.json @@ -67,11 +67,6 @@ "area": { "category": "centre" }, - "uValue": { - "uncertainValue": 1.0, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - }, "gValue": { "uncertainValue": 0.06, "uncertainty": 0.01, From 25f9eb534ce3d41b6501c0f14398193172fddb53 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:33:53 +0100 Subject: [PATCH 050/362] Rename the files of a calorimetric BIPVT data set. --- ...gratedPhotovoltaicThermalCalorimetric.png} | Bin 65084 -> 65097 bytes ...gratedPhotovoltaicThermalCalorimetric.svg} | 6 ++---- ...ingIntegratedPhotovoltaicThermal.plantuml} | 4 +--- ...IntegratedPhotovoltaicThermalDiagram.json} | 0 4 files changed, 3 insertions(+), 7 deletions(-) rename docs/diagrams/out/calorimetricData/{semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.png => semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png} (98%) rename docs/diagrams/out/calorimetricData/{semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.svg => semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg} (99%) rename docs/diagrams/src/calorimetricData/{semiTransparentBipvtDiagram.plantuml => semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml} (94%) rename tests/valid/calorimetricData/{semiTransparentBipvtDiagram.json => semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json} (100%) diff --git a/docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.png b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png similarity index 98% rename from docs/diagrams/out/calorimetricData/semiTransparentBipvtDiagram/semiTransparentBipvtCalorimetric.png rename to docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png index 3a3b2ae6987cd94295f375c9c9ec4eaa672541fe..3d08eb4aaeb18f902399533802d86cd1f733519d 100644 GIT binary patch delta 678 zcmV;X0$KgM`~%7S1CUt(sF7MCe?*RfkmN)O(3TPvk-&Yr-Z)#?yVmTkA+7lDopo&D zgfy*ssT4={zWI7HDg(D#L98^~mBVYWcPVgLt{jnw4WC8YFYjW*c%+xm2SsB;@om zqX>7Fk~Ukgc73-XM7Q604_7P+>$TNm?|N*vp;j8YHbxa1zZtbGS2@nsDTk?GyXS`!didZ{7RRhN97Vm+NyNt2(;4&l zQE>S2{*D>#kPDWO`lI~j{0<)lw@?CmaLSUtkJ#5jsN1VA%>lbsr9`cAYI$(`G+7(; zPmeF9WmD>kK=w2VuEZQ@kmSL&*RBzJoZTD`f;&*DgOp+m6BUd}*eosyn+CrCc%Z?d M?zM`~v;6`;`!(xWk^lez delta 665 zcmV;K0%rZm`~$rF1CUt(n~_=~e^|DGkmN-9YDwQPn@mnU28uKX~lofd7>#wa{9S+!wiZ@_cbL+?sSLo-zAEN z9Pbcu68}*}e-Q0zR3>yg&u+WU#3>hE})BQ2Md~i8SQwwWkxy8k!AD; z(Bhl(b9@loKn?8PNlQC^#J*N2Z!W*I2kc7LLMvHP(Sw`E@!Ft&e0VM_n^0X)v&V68 zi8G*9k_T6Qe~s9~^!jiR+=9#<characteristics   fluxes   results   conditionsstationaryprimeSurfaceinteriorconvection   longwaveRadiation   mixed   shortwaveRadiation   fluid   electricity   sideexteriortemperatures   coefficient18surrounding293sideexteriortemperatures   emittanceSurroundings0.9surrounding293sideinteriorflux   uncertainValue60uncertainty3confidenceInterval95.4sideexteriorflux   direction   uncertainValue1000uncertainty50confidenceInterval68.3polar30azimuth0temperatures   massFlow0.02specificHeatCapacity4179.6inlet293outlet298flux200area   gValue   efficiencies   categorycentreuncertainValue0.06uncertainty0.01confidenceInterval68.3solarThermal0.5photovoltaic0.2 \ No newline at end of file diff --git a/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml b/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml new file mode 100644 index 00000000..ab5d0bed --- /dev/null +++ b/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml @@ -0,0 +1,32 @@ +@startjson uValueOpaqueInsulation +{ + "characteristics": { + "conditions": "stationary", + "primeSurface": "interior" + }, + "fluxes": { + "conductionConvectionLongwaveRadiation": [ + { + "side": "exterior", + "flux": 3, + "temperatures": { "sample": 308 } + }, + { + "side": "interior", + "flux": -3, + "temperatures": { "sample": 288 } + } + ] + }, + "results": { + "area": { + "category": "centre" + }, + "uValue": { + "uncertainValue": 0.15, + "uncertainty": 0.015, + "confidenceInterval": 68.3 + } + } +} +@endjson diff --git a/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json b/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json index c45ceb40..32cb2a58 100644 --- a/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json +++ b/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json @@ -7,12 +7,12 @@ "conductionConvectionLongwaveRadiation": [ { "side": "exterior", - "flux": 100, + "flux": 3, "temperatures": { "sample": 308 } }, { "side": "interior", - "flux": -100, + "flux": -3, "temperatures": { "sample": 288 } } ] From 6d43c82d5e7298b2dcba8179063ef3433fbb08b4 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:19:10 +0100 Subject: [PATCH 059/362] Differ between the angles `slatTilt` and `componentTilt` --- .../opticalDataPointSchema.png | Bin 187720 -> 188000 bytes .../opticalDataPointSchema.svg | 6 +++--- .../opticalDataSchema/opticalDataSchema.png | Bin 393172 -> 393175 bytes .../opticalDataSchema/opticalDataSchema.svg | 6 +++--- .../opticalDataPointSchema.plantuml | 4 ++-- .../opticalData/opticalDataSchema.plantuml | 4 ++-- .../collectorFieldAsGeometricAssembly.json | 4 ++-- examples/dbe/optical/igsdb196.json | 4 ++-- schemas/common.json | 8 ++++++-- schemas/geometry.json | 8 ++++---- schemas/layer.json | 8 ++++---- schemas/opticalData.json | 4 ++-- 12 files changed, 30 insertions(+), 26 deletions(-) diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png index e0dc7bad0a5a0e66268f1813e01224c179e233c1..0fb8f350c36361a510b9eca4b243691f81c3fdb0 100644 GIT binary patch delta 124427 zcmb5WWk6Q#@;!_lAgF+(sGxL6HyDH{p@1MDpdgL3G;9<_X{5V5MNm>ek?!u0?v$?o z>>JN{;{4tZub)nE@3^kHX4YD>W>*(t4;N$mC>>eJR%Sbj$oNhg5<~+ZC9Yc+z5AU8J*{pL03jyS2fsK{@a4H+TGbTf>cskPY#L-m#9Xv{gJ@MSn`g z_ETjE?ff&RSS=nsHGL#>q|7mYRq>t$_IAvof!VvAE2TuogWf!~F}JLxrEJ8p+%z+} zNnE@;-$QaCj!o0~2>-68wF%GemXoJt4(*t_ntFS$S{RG%lC%S_e+|5c)eIm54xQ;rW?xTLGG*B&Y78+*4EaZ z9G$AFsyeFN*9rs~49co2Z;oMMVSU0$HO9i~T^qDpY#Hh^yA)l~-rl~sz3sR$VAWr2 zyEaqeuwz7_5ty6H5h2a(ux)XQsjNq3&2yiDm_yg+{d@5w=?LvcB%E##Nu|pT)D>;X zi0Qb&!ULDaszVY(1f<>lQ_hm^gB}1)6+LD zyGb8(p8kZN>!?fEq8z)Uv2}|52>ci)26K(CAA^Fd;F0Q-auN~}-nqEUV5PtAyePDW z-hk;i(!q^|Xsw4g7)E{Nq|HR`~AYdmOl zWJE(lWBd2?=;Y*N=0>kUmIF@n(;GK#tmtFbghGA@3oCbOdu?{UFV9$4*M}cVxpiTn zXk)&Qh?LZJc|^3J>4S0U-um9g5c0c4ToqAO9hYI4w#ZP)TVGk>vtEiWCV>aTavHd` zb`I;7JMLvZ4*N|Lc(5N6jS)pg1BJoC!QMjK_ZEr*;5uA1G?QDCQHyO!-tO+$ibKWU zzCE%26q8GiVCgpc-gs~kAAg+jR-H<=hNy%@jZTyU*Nf`&1xF(@n2Jv+{X*MXP9*(A8pzq-G(sHmtYy!;bCcimqV;vCi{&-NQ0=Kd28 z9gbl&XHK^z%~}*5Id(E#`3pS*!>ogennm1rdq%Tw^t;=2&R-)q4FZd8L&xD-2U!Q( zStRV*)t7CD95y1tkD~jJWnz!n!S*oYl9aaTM42cxMa8bujb001!rAbc@G@JK$MH?z zah~ex(hlyRXB#W@4I14FPm3&HPBuowl3cvVW-@%se~=@#rz20y;mATG|02%0bC1&# zwQK9@_#L)${Us$NY(_n~+m4>m=mkf6e&1b={cI8oO~~-?c3&v zyIIVMaQ_<}+@JM3=tExzHZ&NdZu$E9Uc7jbHaR_guD^i2)b0EJFRP2jG_(5?SK(St z=P+?hxH{Q{K&0{t*>B$5GYty}xS^<2CNa&JR?;FHL!#T$Uz}LK(!f1bAHi=`fw&P8 zOpcAsL5fh^n;aM!9Ys1yPrRz}z0pd&ex}sVx-a*qF)kYD-RIG`QT`YjYP&wC$w zpg)zFvbR#lVq;@NS^B*Eh#SpXSgF4*IRT8kxMBGL-`5`^-nTyOvvAu z{}ASjo|Wu(eB9jJq&9F!Qd8**nm$f@^uOC$on&CSz&U=wc0zFomqLK&WpA$6Wq#SK z8++Tc5QP<8iY)3S#V`B5hV9G~z`b13_Yd!tcLj6smpWC99rm{-WA&am$OS&L*uH-b zIkmGszq+w;h1cvlUSHuWgDkagPgPZ^C@C%Hy038wznW2KduXMDGMWsN{EqR@z8yhp3fcWYE^!%=k%~r#)$BdAcAw7P~v4n`xy&JfD z7>^N{5`w?Iv8ev=;nh%BwC-;kgAYOk?bd1ipx`t%HclW7@6VAX&bfW~kUt)NT|l7t zahd}8#%z~&5?eNrR-`8}>yMi(Y{eZNX^QOZ>?w35q56hIweixWynEv;UOo@)hs%zX zI~Rw$W^&)@!5*b-t2&C`TJNF+vu!B+;h3wmm&#;L@@`fdEiV|kA z>b_BqOjbhWr478I)-M_vaOEJPRO9NNT1r5(6V=gDI{cMcH^}HIXX?U z)O>uQY{uW#6r`jY*5~`^B6&>|G=M>I zVq!vecxI+nQ*!Pdx2vlw9TSt3ghb1LJ|cd<+~piUvM;bPXhx(#LBR_<4(Ghak7o9_ zouZdv>st1;aS1x5y|ARjfS{mNGU;iJ#xQP~g|CXKP429f%&+|V%`RrIL_~h+q(Gk^ zlLdx%r&zi-2JK`*9%WFQ?1}2b-nw~YWwFq_b8^CJ35$pj)M*U=@ZmJFFcQypslm<7 zZF}3+tFE>dAeVnRJZ0F46DJ51A3rvg>#4}rrT?Pep+8t`({ER&`oTs(P%y=2y7h+J zR#mC4%J{w2Ebo`o9`feOQyJKm{(*s(vz?xA4)zxh_Ls`>#*OR}wu^~1=VZBSm}m;d zv67x=d_jxWv%8RX5iH%0`kb$^#bk2|3zc6$p!3q@>b1EP!5So!T)BdbRbN<;m8R6b z*_q%W1&=lI&99%sBSHJ|$arW}OQuLM&C@SE6n{zhh$ZDJ{+5$&+AYrR$hXq`+45UA&eMILv`a zsLu;+Z7A=Z0|O3I%`qbkHRsNq!@k6L8VBe1(o#NThtl1Z2du6Hv|(;H){$@SmzZJ$ zNY0~hhiQ~qR@OTQZUc}Yty_Du_ zPyDQL;;lk8O_cr0Pkfo`%a)RBHY7Knm8E5sC@U!`DJTR62NM$$SKE*R=Gp>`26Z$` zCC{kVpDx_E@9Rr#ZR(85-@lRHK0fEAOQ7JSDQ0E1+WmS*L}53_3a=MjZ9G`a%gY<0 zP0P%zR_Z8N5nFfWiRnCA|GLkj`Aj-9F>&JisVn}z@RrNRc6SZ5$Qe$(c=5tSmYCa! z+-hxMK;`-t)w5kH1L_HmOJUvE+`NIIsrbeG=&VF#E*;LHYlnTGoO<1m|U%LbaV{kdO7lB3NWsz zDQlIesOUi9tI;R@EYp=K6Yp^^-{-$53ip? zPetY_V_@#`zV~`(hEsDu@nodkSo&o-2es-`SL~5b&%VEr@S|RvYPtLL`PrWiSy@>d z>+2Jn^Lay^)54eXOn%*|HE(Tbkg|W|e^j}QoIz)_Oe9j+hW>*@xbv$n%#oKuf!Ofa zM19C=Eko8l3C)h;SxyTll1z+EfSd_s*R=va+&5+f#7} zOX;pG+*l-HW2PfbO-)V1Z+CYWN`yBts|GN$@a6UOOC5Q=y~;#HL|y?orp?JLO(_$7 zUks9V_ioc@RvaE>1{6W@6x7z%LKxkb=+HmP!@84F;z`P>-yD4#_U$A8T=2~5$l_v? zdKNXTmt1Fsu0Rz>G@{cKNsbLQT4Sl~^|62Gz+`+K7q>_~X)s=i#k@)MlWP(JFz zxU=rQ#}yJ1!V~=6Or&mqjry09SgSP=QIOg<+hzV+Jf#{HXIWTS96ed2e0_Xw*~Qmy zE|0Q2%`ejocP2cHh73$J)B|1H0lZPuL)LNJi8{OZsI0OwpT^G*kSS{}uS)j|Mw6iXJuqq57QRvl-fB*BLrQ&X%zbCih+$p>+ zKxHV!Gdq=frdJcMBTuu+3)t1XF|yMqe6S@`&{XovCi_}ix**&Ks}Cg>Wg)7ij;hkr zF`?0%>kko!oejv(fC-tOe0tUp%4rtmP`;{hS3$`R{l(XJ7#4Z>w+@<3!UwylkJHA| z9Y!Zl7*^98phTcd0rU9EaCtX8Mr*)hL_Q2?tnmf-8_T=;>$1YW!BN z?zl`=xG)}G-STJ$0wiQo9`Jt5-S=0J-A4<}cR6nx7(RALOHVJJ%`92~F1}c@;}r@a z6UO%{RiJtSUMNO83-dxduhGXd?*&wlZ#p_QcMeVWE=MP@9EPj! z@vbDgGpg-n1B2b%+zflqgViy4!pQqy_lJrJry6trx0h1!l^l9QLqnmuM=E^q@Bop* z|2=6i*UQk{=XdVB5vWeJW-(j;%5I7C<;xeu;>6K4+UP`qJ6RHhK35z!uK|OCo%8OG z$#d9QKXwYYT4^V7ySQw=CI0ZJM`2hOWrzM7d79elYPf-gxj8mAc3pkFJdPo-oHMw% z>&weFD>XC~I#m!KoZ9uo#>U2Q5WYK~nw*&68Vr^@Pr@3I{cY(}E|QxoD792$xf$E#&j&YcSE`)bhTRjBI+si^mI#qHa-`x9(; zHNM8jU*{YD3kq|%XoQOMf=I);zrSBnQj%4?a&}TQNEd{QFR;3hA1++Dz;8Ksek(9h z;AFxUvO2kXflVK1a($Llx@r;E)vH&jsV7fI=;u0n>gYb;I$$XCOeK-9&@YTO7Jc!UkRZ)yoqQr@Yj3oa%4NFe4x z{9P56G+_dgOumHW;$TKmwm8z(ck<*(S#uy7lTA@XVeB2F#vH*+0s>FT%}X8k7C$bsE*7s^CqP0cTB1Tb|$K>5@6)=1zCWqsm| z#xNEZjnfPQ=NI30y+=pgep!?^Em~P>_{Z6*$jC?n^+F5Rk=R&DH^|rpbyZdGLjf9S z+`Y!nZ`T;kJ0jl0lj4z(=n6sn=FJpuftX> zFQb~yNw-HetP zGR({VoEZ|}oClOuUt8;&V=1#{!|IpKz|wE#RH{Q9ATX1Hwq_N55g;8Xx>C1+sqze=;F^k;iODlbUspF;;NZUUqemAI#rFDd zwC^PvbRuoUl72G!aQ~Rd?&hd>>Cz8u$^wv< z0VQU(Y%+(3{k`Nyi&mzdi9KIddY?K!KmUW36Qm8f9!|S;!^RB^*uJZ_t9@*_PGgr$ zhkVG4rS`dOPI|gz0ShV#)RN%_hQfg;eHjN>u1dAiD~jC(kt3`W)D-<~X%vq5>zFBDRg zjPM?ZR3C)lc95mT){2&P8ifjQFG_B&K`67=T*Wm7!8) zqet8W^2L)U2=V*?2JcI6ohZMQAmF0?N#Vo`!1OXgTk+vv>?$LP#h7g-H~$^e+9qocdx@Vf;BXS$VI z8bC!2!K#a*@psuv!R`Spw((#Hmw2YU@xEHFU-BfA)IXs0FS{}akf?)QosX*b=B1wfNBm}vyY3Gjt;asy2{Jr)Jq*93<+%t8FO8el9J4B z($Uk$?w0Pau^iql;1JCqDj4ne5WzR38Fyu=7Nfn1b_tK@5$xX2P`+PU#~v=iJ<(@htg6+O3D)=!&=R-TKVt^Tren? zVzkP;39SVB52cz($rOe@=j3o3c9)p~ry?UIHCnL3LVx3X_;xghzxjQNelMF|rz095 z_t(^t%lwx0RaHqOWW9urh+3Hoxx*Rs`71Hw~U8fP}>{&A_E4*{aIn_doX;AmZZ+Auuv`<95b0smV>D~osdgjcT*R})?OrA3ca=@UNdH4)BbIe{a zDGWj1qRmVJc6a zJki!ptX@?hkK%i!Umwg0w332?0)xF5M$pWnXy z9ok&e)gX%?(60y=a!@XCJ$+oO3soueA%_ zNSTn~|BW(*FMutMJ-K9HoVY5`PtUMi@g;sp}3of$bfIRy_wbTodv zK6Z+J)q=8C3McQeC7QyHAJ2W+w+_I)oe@rY_s~$(3bnR1fXS&Le}94*4Bqpvf`%7rbxgM#VV8Zi7LIJ=)uCF}2T}1GXO+VB;Gejz2;{1NT5atEug^Z3Jj839ekF%2&e}YiPC+ z2yYHM6O?XEg!SL}@cm*Mvf54u0!dy}cGy%uM+usG%6R|tKFIOR(k1R2-dBV(+Z5yS z>)P7lXO=S26<975jRaVai?PR51U22o$woqn@B%#&Y?25hT+u0ir=VqsA<(jZ12 zG~m-nKO`q1kzn0RE6OI)3uY@Z`E|4cG`_X9wcjii7P5!0QTpopTjP=~F=^h@9h2kh z?3VZuVUG_b@0V!i8eYnLTF{!N$ii#jiz>=|yE|G>9adLYN169cIhYLz2?%J5tQoxg ze0^!X4lyuWlPU7*6(@H>#?0(2zyyn!GW5SVF$5WdgXlrYOJfJrK-FEq{fH8l6e{dbN z(WABi1AYCU*2=26SM?sF7&@Jt^rluV0kq2t4Nl=v5cqw_@Rz#KJj(lbSiS82mcz;G z=g?58#A5ju^M7b5<#DCouGmgp`?E?2AD-~8iINh@!H=L#G9h~U`$-3~I(m9^NQ(Jf zcQ%~Xh31%J2N8fjDz{u*PU?C5QUFn{eVReM_DE&oh`J@<=UA$b6RfLO6DBTO^~ba! z-*Ufx1$z69z|PLjyld%Kc}hrVsQ#wwO?>>b;@%Vq@kvQE+yR=B;U{{E5t|(8gYS0- zJk`xLskJxTqV`1^K(1>pW!J7hA9lKSE9^Txp^x1{!6f7kv(5|2LM+fVQpy!gqSNyJ}))u7axt?F82AaM1H3@ z#o6Vtyu8U%Il0kazrLFmS)n zxOdiUF08Dq_^)MwI%i@Jsy_e%FK7VENO=YPC@&ZNBK>eM{l||xc>zV0rV{`Ep6*TTlm-pFBm5>fd5ldBbA@>FI~L&*=AL{*Ns^ZBrlv( zJot5oN_GP#uXl@ik_PzsQRx_qehI~ruK!W!@s7|3B&q1=XlUvxEts57ZNe6`0)_$2 zm~%vRJQC$!jRr`gxgirQ7kmXe`1b8_b#-+XmaOH`D)oGm*Q*eKcmhjKMMcPt(~)Cd zk!-weX=yoB;s9;;DJ)$pmt*0s?+$S|1x8*ka|DY;a&j^_ zXOtK62~l1k0eUT@?>dM=@>{YPVOrd$OwL(Z6fR*d(*}Bq()Ic|1e`WEMf)FiPU(P1xNJ*$=Df9)`y}g7eP| zew@ZoFji%>^u%sk0?7iG4aeeWh~hy^Ent2p^wvV{fPhsNsL71^;0M1$95#xW7|mdb~^O zj6YkwHroZ@<{0m6HAavP&BgGjIec`9mD?|NybVlKQ@X>K3aQ>y3=Z7pON+YU%QZcH zb=^nWJ3Ctm|2RYhR~fFtf${e6Kz7To>@U@^lvX?7rrn4ny6LxdxXnhG*z*Bk(AL^I zmfiy_w3hNhRjxb8)z;S5BBG+>lauC(hmaev+21g?2a$+2gbwImz=ZrKfhMN*s1_McT%I*@%+OLw?5 zex7#I0~pm4=Pi^vH}d3_dU{OEYi2LDtp0urKh1GbcGFI&*#0U0Z&>s^@yEe(5>%Y+*EQkhJgif)5Z3gNK2;8&u53OiQcVUYc^N zr{Y99a7R26winQF8b`**UBcY8pFfZB|CJvTbGv6OA2Mr6N#y9~&z}nm`NoMMaT=XH za^y&D!((p+5G$pg-(F1=8@nWuSy~`*S%>{;K3@3+^v;beclgX(%aw znBW69kpG5T>#jYL9wwp_->$J{9LaYBG$Re`cYt}3qL+PKg%z@fgtY@LerB+oXnaC> zce_UK|Ngmk*@W((LSXYICYen-VY-1S3i$c^u^!V|w&j`s2Lu;Eog}qOi`ztmgmhJ5 z_^Ub#{&2xK@`>%0vaHcf$Vg4b%7@L{_R^6 z#0(Td5DzV^D=I3WZ=dv}_kJ{CYl<9=S3}SJpOq(}w`~Hn9T+~a%THd{T2a7f8OF8+NhU2T%_h}4<&^>|yJ32r|AmIn)NIjQWn}@dU z2sM6`1AggMq*7S2GCMeCxzam@by@br0vkDELmh%GP_j@Lw@w0e6SvNeF)${K8QIT#HSz23yudneu+m;eHV_Rq*0J6qe8 zG_!8G1|^v;7fne0Sj4)%yW$o}ef^PCaiSMOLo zEdD$S1}51-5ju2{P=k3zF8w9ur%%+?n%+!R(31A? zL41JFfVw^f5JX%HmBtnGu+JO;J%ii5u7?`$7*dME@4K_C~l^w&gwzV~zo>!!5s`I&amszd2dKst#ZRV%v&nPFXY(G%f z)z#tG?C3SB6jXgt-!l_fbQ%vYD>>Q6x0VEC%?c}H@5}s& zwj;HPGjA)`nRzxa>DcpdL;#S{RRTgnFs$5#hC4b)u(9Fo>G^VSLva56bJrw^@GnQf z@zw?v97ZxwhfPQlDgguyI&!Wc#fD%jtZ*X){FfvXg-V0Z=OwiXzX667E4^MSx&}`|x&;0Jy~?9KkkduNpnxqLt(>lXuHT8~_CtIW{JRj=@00 z#>&d}Leb)w7xl;t*)2aFjWs4=VFZXIcmk}7$PU4b3QBrr8A z)o0=XxbYZn!u$`xun}2dJBq&RfWlHAUJE(A*rk~5M9xNKhaI@)S!`_H#H)Y}!Gf1~ zti;CuRedO@JM#}HJK*#H$#YF8m$o5_q}1}JRJVPbW9Me_m9-ngrEVy+sBA$y)360gO31A zkYET9K%#y_2XG5)v`ok`2~_;B$6@kd{%k*h+AzrvG5aVG^a4=##|(4qJ!ZlxVO!=w z2M5#N5X^NL7zsh&8Wk|9(BT+kiqq)RKI_6rTf_*+Al4At@Z0W}Yo4X1+Qi&vA`~qw za&@`vD0DP_5#|ea3xu4y9g8Tl>BWB*mtoA+QL4r1S%g zpPalOatw4e8-iJ#spG8=_Vh+c>N5;iq8D>>a!?QIdnBcdcu zPVGnnv>DtDMA2u=`LwN|tZWN*3K+IBLPcf8MOfiq^`P|vN7(K|C%3@;dK_(dRh5-; z7&B3)8sDc9^BB(j;|3By%|JK%X8_f6hSPwV$FL9lIfME@plVscfK=P#QSruA!k;7p zxxLmG#3{_p^=C(wg%bO%sQuqb-~nnB z*qO_LuFz#(voSC~@!WMbFfic7JeY|shVi>Vt5h;dNVSnG$aO|VQc@CnO84)dtpIa+ zKjB|(3k2<3yr;_pcf~ie@md(Q6V-;s0vKP(vz`{P{h>nH{H=!#jd3sQ;^*~{&0lSo zKctqDq2x5Sp-fF$Jnl~QyJ zM>HqR>`H9TV&;FMwGLOT2+q)IlW`Jp{sQ`6rR8h>zPii&pNRe9TV2d~Sn2GYdZZcCSS7j!RWU}GYN6yp}W z6p~z$!Udf@i)|LeKqN45g@_AKp8-$(O-)7++nuG=8zde)7`4B9*V%O$wDx#w=*#!N zsHFaND7ME1Ot2n^#3#n(EImEsd|0|%=)70eXI5y%|j!iZX< zG8UxxKM#25_xxl9GkNo>Rs(COcysyEtu-lwKdbQxqe$g~0pp)PX{H2o=*f<}31AXi z#B;|6u(#Hs{|*W4G`f6q0{{-TLI0>xsC0*0v$Wh537T)4BZw^4-joB zpgFG_y7cf1RcPy{@5kU}mi)>w?u{we84A?^3Tshv>?F>UFZz!a6gqdjJfbYb#jRd1 zoEW&kce#*%zU};=%yc)>q8USur>7g~J*Jd6d@x{(ElakBc6Osm4&tK^3;}YE_A=$QvANc8Dpu zyK%4NCHk6{n8jtf11rVI_+2+?TR~nP5z*O(25@aq*>ff9+4=JWm-*-lySzbM-f?|&>TA*kL;GYkomN3l4zCwA57Jow-Wz3FMPgUk5ve zbGq9GrOv!lc3f&kMuNe`Wbq^DC{&~J;s-#tpk3U$bxTa_qz)s(G3S}BVvJkJ1OKA| zI&^DTtE5N;FUWJaQ(Yga#HVD`c@55`-Z+^_{#V%w???VM@)bi)7feidGK@Wg7`6O> zZ43Ar=*+vj_AOyB{s#nZbaZvhPljH&Lfh~wbmdzNf!JncWI#_Wo`;t9L(yNB+upk2 z@6P7t=Dba(fM$sB&-CO>f>!`sRkt;16K(u8JJS)RyEY zIAEAXNE;&==5+GIROPqg;;DAs8*g1)CjaHe-W=T)O4ucsJyJflTcQ{lPC}+RAunJ!kMw>4YowK_>91Id zN$7PZN`{O~PfIkNRz;*q!`|}FVgiN6%yM zgOv)WV^B{+e**D-X}!{eRL%OKchbwnr}@69$kYH6QB+WX>KqsflL^xQ=tpVMPdS0A=~%o>dC>;zklD&8pl)WN4Pa73|~6sU`BG?CFO^}s{n=h z2Xe1Xz0TieHX{#&fv?6x(#xQ01vpoH%_HxL*VEL{fT_3XEK@f)OZm{Dbqh5vUalPc zW=AUS2vdT7m5;a`LT76k|Fe(6r@|M`_P*FmUMI!8c=Gqh7Pc#!Q#ZM zh5I=7-zMAAf{LuA%{zUk5!Sr^ci>H%YBv(R5fJ4|#%Dn*7#W+wDCQpT%Bn5>YOb60 zBN6-i_wO01*fsqyFafLV7fK_ZB|+uqHtMI<$@nR<2JNJWFF;G+rGtTT+EZb|pC#Hb zj)b9*GO2}?<>eT#7%SJ8OV(QgUjd&5R7UqqB_v1N^&FT=ChJ4)BHiXhG`yL~$2h6WOefkvGKA<328><6wqo!gay{eR{Iw2cI>moi@Jd?1mQw44M z&GX8e5=A!|8My`p>cd$*wej$!U@oORkB|6Yr#51HR{ekv@(HiO4M>0G!UNF2k`8Ha zmoJa?;6UK{J*7y}4ObKo{_fv3*7(Z5kbgJnV1ee&#mh0r7^4i(j+MAX^_-t0<@1+WndR7KqnS@@6va)im zIyM;K7_I1toNr`@AVoI~-QxXOC1KX!0Nm-dIC8k`I+Afc8^L{^Epx z+6CB;a59wRS<-WJ=S4@~YE*XBcm2L3v*F=^BYhT_r`%=3{c7rS3S2PLzSVbjKupb|ae}(F)_3I8Y zHWTUaD~* zwBZZja~-(kJP(U&%UV!$bZ&sCkl(_448s7QRiSJ8NgQlfuI}!BIi1ckVK*K+m>ca< zdciO_zxa{HA1cO*Q(l0<*kkRk4{@PS$B(IGf}t=2ZIJbiS_jEM+pB<*;!@wGN`K-9Tj0}T>+J9^^cYZ$!SsJn`+~qqHQE;P$x(O*Y6zOE z;omdNj9_;}lh96jVxm~1G9lnfX9Nm6{Byz#twoFG#cYfDiHk$3`*Z;Xx$w^rLl~F} z!E_uE8GeF{)sjWuzySZ^#XoaPc>mxNCB@K6gFZq~PG_RB1N75~!HJxgX9fMc#e&I5 z$mZsev$_VI>B}1%8*6J0$asLFzlzpBl?8h43;v_usXYcTBmav8DC|QMG5q5=T>Ejj zmK~_VW9eVu`vD+TB{TlSA>;B`t-TIDZXzpC@?m27{urH*$*|KeY7L@i43!Iapo_aA z{Rj-L=(kbe->sY&1TAFhmEKoM!F0-N@Dh{{n3cLu!Dn$V#IX3$eNYTxoVQ2QTTpEI z!v(5*2ADk$g+@LT9bJfk4O;~?IBPQ;!%i61c7O9pHGToLtzYzYwaFS23_P;O-rB8a zZ^BILkJZCalI`!Q3zsf^HJ_AjgicPyjFuLnWl9ZsTWS%8R`k)F{4fNp zgj~ozzoY~RSeX7A6QnR-(03`=UQ~m=1R^qT(>UQizB)*uSrTu%7dO;Ru&OJSlT zHCvG1{bqIlQ=c|&!lt1!R2JLl=NST5xMhGr*QxH>nTR5yqU{wVpRQ?wrG8+4CX5$i zd)j9Zs4W=aec8!ij+#RkW@8?jnX%~rp@!zh_5%Qo=QA$4T$6>r~B`7~pzfmcLCy}`eGxNq=DFQA$<+v3QGZx|9*r#f<~ z0!&xc@Dvg33Pbg#pnSm;73$|`lMx=Thsdz|J$1Wo2gI3Q^{^104wX#TuEjvh2s|Rt zE%W(vU-V-&PM2*aLUi`w5vzMHMJqdi-p~)olpk83ApS$3L;)UNeJb+c&o~Bxna4=# zr|0D4{JXwD36<=xZdHZJr*jPoLpXc8t4+`+v|t{=PW|2A(reU~*Z}=Ap4CW-1KZ1j zxO{tfq=5Y+pcPXpg)&U6XP7S{%~iu@{#REmffLdc3oG=-iP9pQ|z&Knm&f zjh@+oF&*aAR8Wol*#;(}W2qkxm7SS-=wRRm$E0-&98JAlT~=UP1O>YrEEPLmt{^M` z3xPyKUr1!ZXJIu)hGyDlLzu!u1aI?AFze|iVF&j-sEqa?09t&81Xyan_1XR!xepNW z%yy)sqve0=)3+y|U(}#R3d6c#ROr`@-v;rT&t$j^ECB`Uqrn!^@}LP34NomJ3;G(P z$;|08M$b``4CT-Rh1l$?)^N@r-5|;V^@y@NELRYXKN$YRSiENWVF5RSV1RCG0>KCx z3>ZP90yJ2tztlP^C;xv*4!VCS6x@?`9O(7$@gL$fxDXV-G5Z@QZ#IBHVmWiUaYOfs z*(`iZ1h_iCZZmSVpgb`*2cr*QzGw7|2$jphQeD$?X%zE2-;0uQf&cj-{0bZk;3+%# zKfi;XbO*da-M@ZEP2mZ$J&e48-i>~(0q7NF)PFy@f*gKxWrgn>SPyzr!HNQ@A&gZM zK9qC{{iq8!A~~92`SBkgby5HA_J>@9#Rxjz;Yzu>AETnwZ{5P$6aTqrH(nEx4b-Wk zyz{^20p=Og66lV=#~*;4fB+3@@)#&|!Ip>u6>J{QIm`z902?2MP^oyhUUa@T9yL_i zEI(qrIJEzwG-OH^m%X1{`AvR%LtKRI`)qNv?XXq)Dm@QI(i?UDR`9T_=v)r6pi|EJ z8JP8iH!DK)0yPocz>qxn3fEI5B^&sLkiOAiF#<|6d}1dxKi?W`0tD{QHSqB@>%-k5 zmw){D0WG#=B4yrElV3j|**peCHa=cNL@6%fI8mY?E6ZlH^1=;DLB6{pDB}O-#1q~H0{ppe>ktNu>YTac}dl$ra zs`p74H;u7>_3DfN#_!+pyTDCpnbC;|XeShH`hw>7pV?DI#j0#%3#FyDW^`bdmNmLT ztj&`m5Cpb?rLXk^1FAUeIvyc%bOuF*WbAENd{!TIDyg6MDq$!E$DhJ`u^beT0Av{# zg+Kjc!M?SuyCDQxV((|dRM{+_JA;jjCTYH~w2&1gGB2WHE z>-`l$?JJvsMGyDChIZe-Sx-!@N96LZqB87#2zz47-1FG!@o}w9g;T(3=F>6Um=wc} z2SH{5#%jdd=PUmJ2h1z}0v1y~Y(2^AG=h6yB+D(_vIANYvCK;xnm6bkXUJqKsIq;njvG=5P|4xACH#5a_%!g zy770wD!3*gf->ui^7EIvvdKKNmJ%zq7k+%A^Odc<8S>AzIr=FJG6dMJ$5y$>>i;y$ zAvsiYz;vJ4;@Ev4^(~C^Cp93ZDFy4v-j3(dF#<^ zU$NAPdYc|``lw&gZjJ=a)rVvAnyIzhnLoQd;4BzSPEB4}bvErh&Gt1HsCFu_C?9lj z-gkVNfa1H2eA`V0lkdw(2tLcP8p(1Jb2MS!WoW}*-23D1y^lYF27i=^TwW*L*%oXG%6>8g{cm+52aV8j?%n2G&&Yr*a$Z6>0!}8=7Xl&dS1SK2_!+_ zp7n`FucWk0k)Ttew7x1squh|3+K5%($Mk>~sM0YDz3ks?o*DSw z^(8^4s6l_GC7jgDwSpv)VJpY|2{|{^5Vl-58xq~3vLk7~Nd~c5dyQ5iyHL3KAbW{( zFNw7~#0AvLwZKQ_d+x6XgftDC%CBFCigo8~K!**T2S3ow z37tsPVv+=sOta%{cZf7L155kM!Vm0raKv z)gjkCPrCqR^-pc<0XV|zCA4kZd05+l&9$}0cv#oLat~4Vw=iR?hs%3f6De^$EEEBj zZWgKxb)@-q#$;&-=@v9S zgpeMCyG0@MKLvX{;iHsYl|mtBW1nWPex5bn@P55`ygf1{=hyD!J?|3`7{hHlqz4Q& zr%&adJ+$`|oVR`0@D7P~YMY;p8%ud;A zKx69#Ya#SSZ;|ew(bZV_Z++pu^V+6ECQED9OmgaEMyG_=(?T4qh+8o_Oo}d&6bYsS zl|nF_;2L~0QiiGoS`0$5{*~j8VX(fe*vQ+cx)N?h^+hJ-z%>}k==j@j9L?|OJD?LW~put z=q}m3bMv4@3HaK6aG(;MlBy$%@wv8Lln)!JBn4T6g{dBYjHYC1u&4+U5{0TIpSUwyCBk;(PW;?Bf z5g4Jx$p095ct|*LD!+9bWn^qj;E0I6;#S4TJKm0ThpZzL^ID)=-^#D;iDxn8`v^)vWm3N>%Lc5O8`g! znV7p*(w(8dDN}6|_z5IdC{SBH&EkQDVCZvX^&o0{?Bt2eTvu+VTRMg^_Z zcc;%0i#dJW5Am27A_j!&Yaqa&w;2AMEc0UN{=Il)>lJ6m6O$k{&4xN2&8*OCoh3}= z7U+g3Dn6Ke9<8LLbefRO1{x}%TZ4`Ph$+c_bgG7URgbil8_*5>tX*RUj7G7y;Pv9w zhCStwqZhx%ymjk5aPij!8kZ>Yt5hHNVO=I)h0+$gYM69hN*lbQm1^cIyyncAkC0DU z(v$C;LauZpo6DEc1ry6MUz6Fb1qlKann*hFds<23@W^;HyG6{wB@ZNAmw9Y>EkPr7 zr7_Ly{iV^6ou$36f!GJ5#d8bqJyNEB6HMd+pmcJ3SZT;$lyuzKiMR$wRK#coBEtLev;Ih&DTjc25APw-(-5FKha*{@tWjUS1*%a2W@d&Knj?={E8?g-@v z59^f-W%uKm6+#-tD&9#-Wrw}I;?5=cduL0N9W-$NqV3I{@dN}Azx3YU>Cra@vp2=K zl&t>FD5^oREH6HUA5J{E@HpyCf>AEY4FkEFG{G1qRQEERSp>{>C34sf>QqSs`og3Aw6G& zp?36uduqwU$Q=j6QHpZRXg^td37u1i^+)!))LW-3(h>YX)r^dc?BUXWh71=fAJ#mC zb|{F)cE;b1y(-_!XYG`y!9aYxC)_q=iwE{)4H}8Ygzzs}HBCw>+>fM3(PrY_+JWILO1>cVsn%K*dg=~pN!4zCOGG|f1-Z!gQ}zG)to zY<<)Fh-}w(lZ#Fudv?4L4y3(0DFvf6(GNxCTR_FlIRDSmEc3+IkA$^)^r!5I?_Z8( zsq9Za1N$J8-*7dE44LO9SynKEJk&%YG+eI~ef1RfM~R?aWhu z|2hZ*vZlit<$DJP5_`5PwP;1FXzG1dh;5YwEcr#^_g5)x&wCQ%a6bu=7OZ2^e@$1< z@3noY+7J=sH|VuzJvBAy{5U#r@1kfz(-ONtZ_Bk&%Cn(35ic#|37#;P8f-{CJs1!% zu$z`6*iuk&ul#C$FUZEzWtGbWwn7M$O}UOp1!tX3Jm1(Hgc?YtkdZ_7bQvKa)@pAG zkb)!?oD@Ls$s#wdnv>`OhN$W&+ugrq$Du!)$NC>sB%Br0Yuf z0@7X1&(AN)-b|XilOzXl)#03olUp?qQ1XZ3;y8Hc>04C?}x5-U?+5?XyM^)A{Qew_O$~V z1fz)>MbbMI_SAPW`kr0+_gbmi8F0nSOD=+$&M}Q_l7<=8up&Wvdi&~4=HQr(dw>{` zFzN3me(MrY?IIPoyk-%aRjWwu8$hCz9z^PLO zz*(VG&-IECQGq)z>;sD6IWjtWWxsk=GOzK55iqXva&w^pF6@N0BlwNnbcZsRRlV%! zi`wU55tuf8K{Rrm_Df`_W!uP=e6`hePiR=!SfU2&ZrbQLixgKGYt{SK1kwXACcAZ% zgkO`+nVeJ5*mr{J%e!Xmi4jc3^sQ02A%Vdm6%;Myv3a|iM$tZacEB1W`5Y1=a0(>9 zc6O=`?N6tyO7aJ=wPg#BS>vEU%IATg&Troq@(ukTt&bWT z6Or+^@fF3P0C<2)#qzpF4du-B<``PqJ7YA!_(+ZK_`=QPYcO&nd9EgN9&?Mvw0^vD zhuVE!-m9uq(&{B5gt-cY?fTSFTjan!pCUPS`AR9o7j91ES!dPoGNud2vuYJU&`=oN zd&liF!l~`%Mz|S1@%2?vSLf(;yZ5U91dMBxtH8g_PuSGx^%4LSz*jG(1CeknF!SJ8 zvt~`z=IV6K1OUv*4A)IrdEG$?E|hw7`0!yv0tPtxNoRtOVAX8=z!8`;+i%t4(3@bh zBKpE4qB3m1EwlY`?b z+F=d8w6}-)6;H~q<;Mmc8*jAgZR+{f74Rtdunr{9j*f3Q!23SmcgCM@J2-z%`$mZy zE4SRo%ZNRv_I$2u{Lp8R!@A>WmdVgms$LRj6Igh_3-M1ulH9^e!MfLdasEcLz=Nh;tvGx!_kaKy zS~Jb!2MV1n1YFm~xs9s$+Ct+=Y3Y!r14z0yinPn14;x46dbZ?3swUYw1U?jdjkU>? zpOZ5d&^pd${EMo+g#>+JrJgzJ^L!Bo}>5mCIT1%>6kgL0G(;aG-NDkNiDFO zvK=duukKxQ;^+axZQ}0t@lB`fvyG}DN|7=6f0;- zGcH5k`mHo@kCQ|}HoSpQgzD*iMF8m#V|4;C8)Fe95>rJ(s`wJZW;cm*LC?Hn%V{2& zG%2&pVDe~jXZU%vd|BEW0q2D03y)(5AKwe2Phf7I>G0JTeZ`UjB^i^IrtTfj?r!1d z(Jab$k@jF4^X>P#c<>ec_Y86nhY>t&=wsjM`{I1n8P}lqki;HzHo?&y~xdFA#-==;L)ldF?T%TxAe${ z7H}z8u#i1pxN76q>CLMd4;K>JC!MzDI4*nOP|s^_;9{(;r8)liND{}n3Ie8#3)j21 zg)phgur{zCwLW%F@!( z4rCY7FRHR#SCHcWLLfYJ2tI**ZlY4stvpu@F@cBhFu4nHxx(XagbZ@Iy0(NvQ z-g)q#vc*9B^Q1HK@^jVCoow6kX()L)bGE2E(5a9gBw@N#R)ih@{vM(_j+pJ$9ZTdo zj3b!AeK#N9rGF911K5EzTDFfO`q)`~cksBPlLMBTt_2ql{cKOn3MhBr(VdHb9VMZG zqn2dFX-r!9LqyPQ`vCCCnh^VM~+=BTQS!{PsYJ`MRF z7++mFj}DPQ9DmqQmaomd{Y;lj-uv-m%s2_PFJ77f3RkZV{yIdEtdLSD zFgn7Mt~)ctIkWYUU7vqYQ2cYgg3{7zE%Fk%NpLb+7k$5aR0}_n zikz_iy5scxmQyplf%B!qgcN8Zr6j8#ZnLJd1qG)PNKB^c63%kxDI>5;X;=gwb^~@| zX&D;iM0>rXj=eGI2@|M1f=vmoD-0Et`r_s`Gf%#$<=jlp-D&Kw@P zm8TE=d;#`4*kASF7QlMr-qbe#E+o#iTH~<5KMWWZ=Af;kO}4c<=-7W+kkSdzFMJ!e zg?5fpRGzpnDS8csnjf05O8AlY(MI@xl${qu=ON{YPJRYh)SUnxhAhxS|8}7Bcr2u zXo9Zg&eE-N@cABs0JAIZ2%} zA;x_9zI^)@)%@2=VfT#0-0BG3OZZEb z6L?OMkUR!p-8A2Jz4$rf7?tK_S${sg5u&ryAzd4)32eRJae8Ulw#41mlCHfn+B&Vw zmAsLL?suNKhW>3EG%*MUw0@)5%Qj{uH~7eX*xH&GP-E0rO2P8Qwwk! z!pr!)ci~Zr;;m}z^MhlK81IrG8S)$HY6G2CV}*XEB_E`UnORTE+_+E{b;wfEOCU)d zZ*26%Uza$oJzcrvw5_Igqm_3_io_+9;mr>1Ok+!rj=w1Zr3sFA2S%Q=+S>8ytYjmD zo1qvnBKq!bc5)tA^YJG;6Zcz3xc18B{Dn&zSVgYko&*?U^u$Ds@|4)1ghZ`PT2ARM zVZ4STb8f0Or$=Wcx)-jcW2(DRF2ub~PPx#AX6lYZU{D+o$417#dp;KgH% z5fcl+qNV9~h{=;xUQ@iMafHWvKP>R~djG za6BEfsQZ+W&@`*)a|%mW|0v)#)Xx$LQ#NI&eJ)&HgB);Zcz9!*TDf5afwK<&dG%TlA&?mBH`=V*4k-S^hdnTc7rrLa*1yF|_&bPG zLIA3f!r|I|O3$vmd;SQyGQMadFj9rsU3!>}5Dpvc8B~Y>qR}5l2J^()60!prTmh#! z=U~1`0M7z0zc7Z!*^Su=E|x-sWkXfCG@ZcF((~E}$0fxaC%+?wJ6@G<$<}|*?;*-d zxlI6qgHZ+dxbFuZfYcgMH(vzQva$R3??Z5jt~qSSYV8P2Q2;6QF*e!Lr#vg%HCfKv zch3I^p4R|Rlyw{YAPk|zjOf_%4gphQ9x=*Bahxb-vYHNg7q5|$dm#AHBhpYN)84B7 z%9T}}Wb~#gBezT>_-fO@4PxwwpxJ0TTa_z~IPZ+|>E*<|4xR_^N>Gp2E-P;ZXlKVrEbPMu*0jvr*r-3e(w|O;0 z00ajnSq*&P^DKq9r*TO#M-;D_Z@`7PzJYt3kb02Ak?G6GE zUn5ZyxVi0Hf!=2WmDB;a+K`5jv-%gxpmomCNIeE2l76Sd?{<|knv#~y~PJ)`G z?<1@z$STa&#g|wmvwXdVqI>Hb*xzkd^F4IruMs4wkg$>M-zr9giVe^E$9S~Ap|-mx zHtyeSTcS7x_=}N=3EpY;m{Mgc^*0!QNKVYHUL*&usZR(zcp>=$Q5gwBHtYv!cb<%P zLg9(p9Y!6AmZsV-GsVr`BDJZW__P-wKrqbXnZu& zH;bIMVA-JD_$kBGo@l4~vE(DHG=c@Wd>%jU9vtMYITWCT#@|V}Ga%Oo2?`C+NE-M= zI{`5wz@yC_fH_vM$mNqP3S}h#==Aa2r(|r4ME(-U&rq))0vvbm@URO;b{;+Y7PM6M zK(BTGStR&)4{)95i{T+58{RtobxC2(w?|Ot{Cr1B8VRZuLXS8AR3XI}<Z_O$BBDn3_5%Dd}pm?~gKeX&IR~Ebi=*%P5qP@Ac~V>mwxzw-S(3Q22yi%2=Yo zm0R{*;!ar zq?vy4N%L}r{o(kZ-^c1lzynCpj%2y_kWN!sWU9@`V~a$FfGjgh3umwY&0lAy{~lEP z!ouoEDDh^^K`Fm_UWd}AH`6CR%dqXpxhKe z(t#l<=*tTa`#cw&HvsPGnb8qcv)2V*shBNUDKDk<1i8zp-1lZXIlEquaD;7Xt)3 z;C3duYS>yfH8L6S3=dpzxzJD~jVAo{ZIJq@^#kWM^H?0Ljip zbBxGK!`c|YVF&_%(aR{+(uGdOX%Ah5vWP9z#$^vbk2Mx_@aZ&@*>?@Cr{pqr(Uxr0A#0{Mcp=GC#jc}FejSy)6dxkZCIv^m+xJwA^wi3JC8ky&c&nLH?;Rc4aT^Z(ka z$hKr+AJ{rMWmlW2%m%OU^-D7?KORB47m&4TsIW)1HGoX%p6ZLVH#TK?{7@91#-;H%5`jf2AS6GMl7 zfNN5nk0fX;q}&7*-$zu!x$cLstN`g(gi4awS2x#}v-4n)!K2}sJy%H3sO6WpH!wTz zV`1TAboCI&({B@KBvnQSM75g?BIue0d|Wnb#{5)!NU8T?1!#Z3kT9pylPC;$gEaZMP< ziELRfOKV9-xRquUX*8oEq$4T!J1|lCn<2!4*5Hu7)a?3HXKybHJ-siuArBtxH!6Av z%vq7xdL!V*ugHtohtH9K3;+Q21XavS`1DDkO^#&&vHN+Fjl=_4AN6V;zA1`H8dES_ z>(Qw)_NowCNSPKRt@Aa~t|~Av&R$Ur18uW0Rw;{GjV$ga23wxnbKM!G=_Kn}DqC z`vIm-FV`0{U_&kGR>92)o13RsT>jqtt3r8u7|lK4rVi=)r&@jNpPuz1vQ|(L-8xlNsEnr3(iy#Y`$6_U ztiM9R+g*6s;?wmXak}6nG2bm5^0)yggSR2n0#K%}ZH-mnT%RU~~8(ergV?*0Dud9gXYBzU0$(=murGiOdr-K97>f~sc0_$(M}D25&eDjA0LkRC zs7(tx3GxV_?@hd$Y!Y@&iYcjA}e0c?P#Ey_R~J!Tc*uFN5B=sY|TC+2X@q`4yn z0b*Cmor1HEz^T{Jw8nPJzX5@YuMj>t=nW>?f3*O2QXC*&vn0*^r%&eq$#pdqVFR9) zmuHYfz>7w}P;N;RcAR_>Z^?*p1iS6d)*yjHclV{}+W&kfu)!@?zbwh3jyeP@CP2Gm zJZ5*0ix7jgIdiGa2_7~T={O!$;CK_=kXBG!?33CbiWnUrwFwoD-Q8zpzn?cd>`@vs ztdZX-HKCM*$QEztJu($^+d}QR!h%K3~vQp{9Ya>e{bGLFLRu zwmd1*#CUg8QS`tlz?V;xg-Z7J_8LCf)k42NXqyW-d5odQuSdQGP?*u1-s8Xr`_`R! z@<-X{9TYT!{HjMs_>8P<3Ctm%*(=^vwx3ef)&^6p3V(Oa!Qsewox!mDy0rHS-+qUA z!bd_%>P)~v>A`o`FnBYGOtIXV4d97}aOIHB&l+L1m^v+18b0uy6@&GU1EahR`dwfl zWTH~hy#b~~Z;i^~WB*P23dt4%UPhNrh!bX@1O946i7-a*3#!)76;CYW7u5sE0#xR; z`MOz3NE+8-*i-1$L79f$qywX^muw5w;-8p+N<`%Yz212cWE~jGzN73zS*$%6TK4t7 z`6xSdDLDB?MtOqtFqZ&%PEBUCG%`R;6Bxa?dtsLnze>Gb0OWNbWNE&AUBV3Ddhu^}wRU_)Lu8C6mK~k3g>={}R(}e1 zH;L&Mn?JaG;E%UnD)6jBRW9IQJ?=8Wpw!@VoK~&!ae4VN>@(yf98cdO>&LtZFu1k0 zw!bCKLQi1$s+_KMTx{P{*AGL328niMrmu1y zmi1f7*aCmiPL6MgCO*|>wklL=V<#~2lI8H#@8pzEZ~|a@fa1^*6OVHy^LQnmtxw$} zEG&#sJXO((Q)^5PY`O45O77RM60*ZM6iA+*1Eb1ibmkU16rr6OFrfsLGnjf|`;&f5L?Ch1Q;PZAt%X7Et~_<#1Ws)GZdjvO8{ zfwzl^ynZLTr7#O@Chz}xe`@U^zf-d#;NX{(ViF~Ncz}2B8Xz{c$lkKme!z@wN zPtP?jdpHK}Ro=(;vw>YHzn?=$+H32!JI%-CV91dKsalqnG_oEX6RPfr5%BzfWD9Qv z#Pw<<(?9XKh z9W-QTZv}xP$^IBaC&g;v4%d@@`9)+mFxDzn(@1aEx;JR%C)*v=12zG~HTSln=J=gs zitb*_?6Qyfjo^EcEI4ouH+!M}giFJumq-E$s{P1Fi<6NiE724(`kF-`i(bckkT^9M zD$j)+zPMP)9geL%m5)N9JyCdHwOJ2MLX_&P2aIJAF<6%$Oy)3o2Nw*DVo8-p;;+*7 zXr^FTIm5EH_ec#3G!I_{=xQa}JTRb>4FkJiVdg4=NbR{Y(4|i_OmkQmoz-P%a(vmgJxReg{@F+pn(dymTK-}S#W`W4w3|42%0E4P zVWvIC+E>#N%{}gPZ`~nP&2gRUWasTnNWW@+eP2y}q_DN!bbf=~gI_7FzafSmAu_d$ z;j(d-)3)lB!+7I`zX*m#m1-$X+$r zjVZH5X*eNa40xi(ZqKIaeS_&CWF6Q_gc#l@1&m{PcHT`*DOxOnNcilg?d+w=V{WnV zW{0z`R5ONnWx0#mj&#ap-Dd8C2RhySUpRGC_$VYxdx(8?51TsPf-q()mXxE13^aUX zco_B(=il6Lw)QYP6!1y$?>1AL#^ViduBB9)VIq}}wl)D~AL1-HKe-o67U8=`l%#4r zC``ZLQI$ikf#;Xb#!GFf*w=`Fm6zlagUZ8#+#5eDsjDIF?S@HvVhJ>uF>%J-gq+~< z;>CBYKhiq<#CoxZPo5+I;77cSoRSxkWGw*R4imq;B@6^W61Dm!u}oW_ExA4#m~-Oq zFAO{L>h$Y2yDk5Cj}mX*c4lctr{j+JNcydoG`(!g|1Q3C%yAWfjeK-ZGHl)2@+YN7 z;N~BX!9Z_U<&Iae#LK>~=N!6s!-F7c4_F7JhEB`1zQJ!b4UJ0hac+}0`z#pIn1$=r zPC*Fu9``gdq`9LbWC~6LfVlVX-=meIEY8ad1X%;85=!C0iil!(NKT z@K%xC2M$ystd>h{Woc^>MjW7$mN=$NsGRZImF{ieky4+~!Lk~-XdP%>=`BuLWBpIH zrL}hbS_RQ0VeqPocJHQ5o0Mm>g1suz9gd%N(dH5mP-&V@9r(RoqKz0Zh6cj%EO!Uz zQ8}x}#kI9UFe=17g7h}S;s_!17_IGcGUX-~`(Dylu8abP8s*{a2F5*E|Ix{h?3^DJ zJ31AaUXuDh3ql&Y9u%q@+pANx0>Fq380AQ<9iC?Y zbMTKaf)Ife67`UR)nCNQm1uyR7*t*HpVUuw7}d7wkf-?3gzC;dbp~-~{-}B!bRvMTuz*Rh%HnQ(aomvDAzJEYKtUZ^@!56a4 zx!9FFDrf)w%RgxOfunyy_eMixNXQpJ)D@ZZb|1O}>tw7{>dDORB|4jxYRb+HTiuT# zHz$2SHf{uy?{e=YFgr7wll55JM&H{{-4dYr{ndor1p4<5$PXMC$3CKXtls`RTXS2( z7ikr%p{{;)xVom)UJ zA(%!Ph@LvQYC!9c10?~P0@q~?8U;!CZ@;;B?+obB{rZ?r3X}wwZ34n0Dhr^5bxks- z7Vt{S&+aC7piTJXqh_2!PysR9hak$tL_IZYOiQRU!-j<9qZ>k~1kF_M)TY^_&Htu_ zt{498x3ZXvo}8;Kzh&dx)RZRr%9?oh+U@sQ5f137)ixEm*5k#NNLQ2F-aQl+Q9BDH zNig*U7ys63I_zvQRh;+eKA2c^|gW6W^(@SL|gs!2f-%a-1p5JAh&lNa6A$P0Ei`X9pdzn(G)$mq|RK(YQ8G} z%xV&7t}i4W%;0M^Juq8LR?dy7Aoj3s+GOZ>SLZ_BxCxFPtW_knc<~~rP5MjnU+zDh{mYx4Eb?0q<)rSRmps0SX3ySsXn1VT&$whyBiFZ}^M5CJi@uv*+2Y=q=d2j4UQaEjJXZQCbHi8M) zXG%bCizhuv=ERax)0Kd0!TT#%{P3JBI^8dt5Ek#Cn&%LRG*c-D~>ywSV z#-%2wTjq}dI8WLW;Wc5hm;-vY%!}ne_vW!rVjDpH&*8J8C_&{xiKe;tPfY$d|L#%7tM&VJ^pEY;nfZHZjgwyx$L>vNDu?pZkS-V7IU zy$PoNM2^Qre+=gAM2(v8I9zSC_W8Yi`xacjd?>C~3E#}{%cbAF_yw{#eIPN#I^!kE zlBzqhV@G`x(PNA7rK5wPi7etyGr+*cF1~`kBh$9mcuA0)w%VIsk_tnToBhL4w<3kA z%H$*G>x~xdyw{~uWs7Y-Kb=F&$JujzLCg+bTDCKhV|E9w_0kFw)>ha_vfoewRb}Gej&hSg8T)E# z>P)BE*Ucb8jzP}c-q{IsL%fyX??SeQEcFi#Bm2wYk)MTBE*21{@?hw>Lm(r= zVm@L)2;G3gpGvlMU;q?(`Yf$M_<=iIzfPBdAEb(oBWX^%P>jz3n;N~C1yJ!N20kDi z8-yNDj3hNJ@YJ?fkn?vH+WMNa8WF8AyQe~p{DM^SfPO0ghSw{a)cjg!yWphq@%`3kWEK`47>-M68IN=adTfuqU@x0#yb`rpPF%vh}ZUAYv32pMaE9!3sX67^%(fU6V<5Q2?Yk1QA% z+ZYe{fajoi2P4+}!lC_>&6!^RZ;N-fD@jqO$T8@EpkJp#D1G%;wWsw=|W5t`Q?~#A>6z-XyF@%_akD~4pBqE53bL=MH6h-R z*x?xRAW=`QpmuU$hemE((Dp0bbls{woVeU!!`bUq5u^Q3Njnr1)j`Rp>4VzeCto*p zF+ZClt2n!`c%bNt{?;-LuTaVCZ}jr^$TBbo@EgvjDL2t%kiId7i`q=k+AH^Q#hEQs zRi`?mtcIl`niKwZD^Y#0U%nR459faBB%+Ud6AXh@*pkSB06YSHPmv62_L>G;PN%W$ zA@~QpccwSpaFabNGu3$(3ElaP6+$70(7F@DCc;tHYITvKvl~u?ZsO8pIf!VE1NX>`DFwXLJ0`q_z3G;&%kk9YPflHVBOfC%N*GPRYMNy=Uty#;C5D5jkueGAXPsot8P@j>ZU!RbV`3cBCVCyd=CI;fRE+diJ z=YD9{u67(C4ObPR19jM=_6g6WOCoSYj8L$}E2JYM_9nIMa3R7HrdID;E z4}-HkH}3~9vlAkOs-C#ac22@FJPD44-QY7BWto%4G%~M! zYK1~t3A#DwW)dH^cniXfz%mYu!N+U%GF;DL1Wn~vf^JqqG7Hz5`MZTm%)0hpW&ur5GPTh&2q7j74noB|drdP~#DPhn(q&|~ zol20Xt>%)D6`bM}QQYW-`plQ@q1L|f=uKLx!LI|-)51d-xbWh|C%Y0Prjn#-p8IQn zp*Cc5TRRSexN9<0^z}ov4<^@5XF-00DPG%p$^GC-d(SAS<^B5;o^W<}lv+oa2%OtQ zRvbLGZ(fDL9j1gd3UC8OvS7lIl=1_wq0dt~BbIuhl3k=k-{)+h=3&o#$pi(DI4~kD zru7LAC26nmdYj(u=Ihf@KLRp$dyh5YK4h(;XTMT;JI@_RMvAXkA?jeLy5h~#cuHi= zDZ9g|x|`spss;^=3nCfh(eP}^Fq02Hl7&+hQEYM$I4fqKh&o(Q7Qeu|%xvGe<5bb~ ztg~)E?6(*sZO)-C@efybTC35XnUbnPAJd^mp@4Q53R^-??P_!%U#VXBoRMVBWxyG( z-Zy&=)jYU4Y6f7TT(tMb`;HwY$kvc&ExY|o+&##;P}Y!u)!-G8Z9+n|jg4A;I1q!? zx$f3eg!`XW>yuszQ5w4yh0JSYS;Dy8mJIJqJc-*c-xXmr_=PT$?H66MZXhkp(sNei za_3=42tp_Ot%ytjoz=V@YEh?$&Tg121O#$~SRU&+qhhj)M`V^W{zNn6s^Hmb3@%Ls z-_2Hq6i3WlxVU$kn43VcNs6A6CMu#Y(tU`_Zf!Ur_{?rpnM120v1ajXOcj+Go_ViCqnhAc=h!>xdWsOwR2s z6uy~%kpRU6l8NLw_$yZV0}m>Eu2bo97Z1hH7Rpg;D}uTG>SZa)S4c)T3z$_scN*g| zkm7T?{-o({jFvC`$%5-5zzpN??Xe1!QbRgoqEw^ zDb>h4jr#dQ^P3+8k~Wev2YhNOVy5Q``1W5~@E9=HNSyloA?vTzh1bVjb^Bqy)M~{~ zS+1}QAW$1dHDb=+qxrRYy3ws4mE5x)owN-+?3iUf@`zGh7?@n2y*I?|>gpvSsu?#& z`@y*Lb^rTy%-{VlhRt`5Rj)ycR;3Ecd4=5y!n4WA(6AlAE`0g{`C=s7c>&`^*(b<0 z(r3;DgLiJ~W0Yoo?jg0YNFw1np6ssJ_`x-V|qRontQ*f5qoP&&JOz(`;biADY z=iNgUM-M0IKZWgp=|tqGHJ0VV(iiH#U4r_XcH_q3%1``wP>9Q4bkRd$5Wk7wgREqS z(*epV<);yS_hMye83Qxgb8qiSqkus%)|>1{dgbQoQlSD~0!hgn^fK=eWcAxV62x4} zxK!+hKm7wvQgS0-_AU3A9BF83%0e%($J|JUa2!ki-}V8ddjRu?H{%WFpe#aa+R)}F zei>LQU{G#$R?J}>5)I6Y3qW*tZ|eb@!NQ`?GToaZ>G>$m!`<6)K7atCgm~>CRB*sc z(LHp7L2h~B^9jKtGN3|{yeOZYb}FnP4b@2H5$V9eSMHm~nOhYE>=WBu4q0cETwr9= zgYgq&Y@lJKq()EuW17j~WRDFa)_ON>(slzat)4cv067W=JoHKKFv|FMUgC%QNq9__)9duR^FInE+I9lA|+Ntb_>?F)_Nwzc<$xS42we`nbi55pe1x| z{mRDu`FSuDkRrBRlbG?_L^P6e%j9m;;8bak%w0~`$HC1Dn!=sBwe*>VTR!7v-b0Ht zYG+apS`*?l-0#&QUn8&S$%G8#^bA$N;cLm`LShPg8+hNj(J?+PA$r?Izc>eU;`Biy z`(kx$^+%`i6fjFLNRBL`NDWFmrR50m@|wZlGZL{o=3e?zhCakO9QZq;&vP}ICTSaO zp0ff=%Pf5Ibi=@AJv?gPCmIj75`apF&WOkR++uHtjoej!3ncmoAT6igyeq*#JYJhBov(`;hP~%1 zFrf~^vwHLG_doQ`ew;YxcucBk?%XQnU>q_1n4^JMSUF|;C9T1Z;8m8y5QYU#OVBr@ zif~6L&-~2uIpS1{LW}F84e0DiSVf1r%_#DtotUL^Qrn5N)2K-Zbh0ICj-%ZvFDqM> zc~owg1TVNhY^7$#%IzYX^1x`aIp7(^Gd;|$L&q+=;d#XePnJDBV2c;1`0<0r)0A~R zJsuQ0XhY5^Zk`v<*?=0#*H^&0Rlt;6 zjJG$Vtk`z1NAp~FL|=d^4n4a2R#RYCptvehtR<^^)L0o-isy6X{oDRHGjjyYKN7%? zzUS;?XfjWX6J=tFv7EE>QUi=bOINsRuHaa8=aH;YZg6;gc(z$~M_iHxds4~uh|+M4 zNcFRkVGNNc&u#mDHd0UX+3ktbCtE!$N~m48G14Cv5U4gCx!!rW%`CO7`NL(ZuR$r| zgW^}kdQ*6=_fu+`%@gis)pAB~&7kwac_{U$+1-Kt-SA)jLRoevpJtA3dC*_iSL_z7 z2#<^m(4NPO1H}sH1}WY-N%dv4>skwF1;!N(R6N_ZIgg@}di;FgBqJ+piQ-{falivA zD)fy|PaJGE(vnwFS2xX`vR%toQ06@{GE(ZttKGhIFU`v3U|!Xh>~7=_XvOk5?EtSO zg7iD9Qdd4(w7Zy5PI?^DK*(~tL98$bsP2N^EM49jc!3r98gh8DQV(j)^1PpI1=WuyQ#<@#2l{I7W{oz!Fp; z?2lr%Aa5~`n%5h(Uz|UNzJ#V`1A#0E=31v|C6$)^ezWMR0ETFO))ls*xCS|tXJzRKQUq)FaTs>=+hKp7q)YV zo>u)E2gM%Iojcor$n02Ru#=IO&mQ&JA-_{^FSLiegBgM3QW1Eg+=xv43!-xJNu?p_ z*b@p-CH`}d_kIM$UJ|NuSvqmm=8(wAIqh}9rb}*P))O#(G$|Du&l{mIMsY#>C6*5r z$J?T1>kp&uCdVk0r<55EWx_*-w6ffiGQYoF>hs%cZ&!}dtb1ei_LHf6`sC0qu624l zGd(%J^i&N$vh5aW2Mg*lkT8|yZzDeSt#bkE^?O(#6Wqgl-=qb+1tAb?nKjQ%EUg5L z+P8{!e(`@nbw(5u248_nq{&DA1%7?uv7}Q$r*^J<3}Bl%wK53b=-b@fyl+@_E!Ge` zK2FKVY-IA?*nS=_4-`g8$voUINpuP&Nuc03R2<;vhw@Mz73UmK?TXiwDXFDt08m;e8Q0DDwAG(P;xbn9Ofh6%Akz zCy_bUPW&4bcn>{nFh=>sFaX4dzP?brk;ZkXUh$6c&UmF(d!*c0eQC>!#~uf$23hzH zHeQL;s$KoGJ(}|pwb_s2*8{9JfF02IsJpNvYTc|Iwm=e|@ioEq}*Rt}Re@m8GBF5>H#w~?O*18#M0zB)TKILma zAl*Ue=`CBbpFHJ^M7d}fc%4bB^4jv_v|Gn!n!FwChQg_#>UViKaE@ian&&U#e>$N z*G|LS=A_4F>#y&Y_x9xiHL!ZYheK_*n=#u#ooA2F0x%kzDSCD@VC?j=v70l+oS!)E z8{a#)3jSvMnQB^YKh~+4wnLAV`3;f)B~L2iZFTfFd&h?ZZ|g60zApTd72fOF$yb;f zZDe3q-dz8LgPWV1lXD8HCXozef}qYuhKIWl)8(h8NlkVw76@>;yS_O36<>hpG&+(* z_E*4}xOs={Own*1yoKR_2ALOQVqki9o;5jy{`D+hHdsZBsJzuf41r9dH=4?5lBQMnt&4T*t zHc@w@Q6acjYpC+5%99l)iGft+Hr2}l-iI?+ZY$09le&VtSxpY$bl<0}to$Mw2PV+| zNFqEOt-+M!^Z)z}Ru%IoBnC^Ucacim^fFMx4M`*Xwq@sK_#zs&c2Fmt9=BAR0 zN`wrMW~_7JfcG-jt`rE;EC(M0B8r0Xv9S)0bDIP6aU57|!~D#mL!!JlpO6|!%_-pj z1&Uy~81m|7zaf&7y>n`4iw7?8-(6=Gc2GgwMYo1IDS6|GV*T zfa4tsdLTsXsxZr{13wYBRRR4X)?#+TZRoGml9M5*1##bl-|hLan75XGykgx&DQG7Q z{IwA8@P5j-H{!%GF7`fXql^VufEi7s3!EGh@Is8w+I1c52OH%}m-rTrSew=B*s4xm z2yxnw^FZKYCxwffo6OiCII3Djr5%ilui^8z5-5wYGwFgsEnE8*g;BtiKQP>t}e@ zK(j><^AK!tYPnl{&Uhd*P#yQEK+7PPmcH*AcT?ZltP}y|dBlGtZPwor9Ixzvtczfn z7jJ|!liTv7yGK=3RlRS6dlE=LmmPQ&ED;SbUYMdZ5FfdKkti1c&Xz2^5)TxzPzvTH z3o#Dwev4s2+ST>Pz4WEjH8hx3F1HClF6KizB_^+jPn}e`i_guaV4uAD>)&_WQowxu z&Lj``m>88C67xKE=@%YDV`DVgizfD6I^HFO(KTbv*ocm{hC4mihXY=`B|nbu z?$EX%r!VfHfd#0!jt!o^Mm!Dslji!TgvVp^Dp7a2x3K)5)G9_EugC#cOl4-zA@#3c zNStnVTuT)y*#{TCg7g+okYqB*TmaeATKSPKtI*luJl@!1Q1Uje}1DiQV+Io8h8?O zBp$$a;By2p19jR#m!ZOqu$x`N1x@MZ>$xzMDk?&oid3b(-qxyB4A#Th?_Qz<8_a_v zFj8ALcdz;QOI9oi$THvO8$ghYkPA#s28NeA7I+_g_#MIg>B*` zdsWX9aKZhic#Q*IYgVla`GPAe=uEf;k$#7^S~1_Z&Q4HMj|d8?*3|QGaBL_vb9Izp zx_*v0EhI`ATnoC;?S)jXRB!ja_wkm!U%;qFr`A+m1TKHW!!}t5ABG?}qv}=-MIhPC z#@3H>8Z#*%!9hc`#{7~(iW9c{eIktcOG(=_0^duEdK;XEIM1k@pM4^CvzIK~P|dS@ zDAcQ0e~rdH2PP5@Ey%GuIIbN&ag!+-;~5H(NE9Dxtm$p6*{qoSx7hQDz$cmZAZdTm zd^^2jt!ML#jZ{+QEG><$2ks4$SyA=_NKDVOj^2^(+X))>C28r^gfB9v0>w8H`B>sW zO@A1akZ{(kx=zcOXvb!A|LDX-)rzXssryQa$Jb4;Toad*%e9M!YssZe6D%$6^yEKo zrpwaXI9*_P1ioZmnjjg*!~K(E`f+j-)P@i4*ke{$?{nXSw#T_oUw+rjgm>${lzg`i z?`5c1^Pc2Spt9V8=`q^ctb*$JzMWx0vie&!{*%xU1xZXyOjS3*VF2R>Ol{4sWD{;) z-g_0W7KE&y9GnzRdXUHj9D3##A)>PIt|D$MR1A8%sk~a{+pY&J#UknjaHzPGyzJFk zdS{?jgL|qE5ko&Ghc0Se)bigmp{JDYY+#IV|xLu3YH^r{`?op%?b3XkLoNe z%*Bhh{V?(W$olShF8jXyuaz=NrIb;r>`}>vdmO7vJxBe#ZNKypKV4-{_J!U;{!d{v;eZ@pEYK z4T8wOj8298i7z>fsE7Fr<~!@CXj3D2s}v_hz^B-Z+?q0;7h_ z-h)@XxL-uX1vMQRElE(^H%M*bePA@j#B@+s_oXCdoXyeOQ3(s5d?U`M{v79VUuR)| zj`Xv{Xp9~z7SfxN{50+xw(ti28cPgZ`|Q~>OgePTH&JG(%j6vc9n)xMSCaode)Tv* z)Ty&Wqb#Vek3X!cB1iQ#k>ufR@a9>q?(*sju5C0?h{1Yd0sC9~QahukIM(NJBSEO@6%lbwp8z?x+n4UfU697En2& zI0lr4!|Hi+^EzE#M!na+YAZv2oY1})GyS>AdQF*dy6e-Qd|C-6_w04Oy(Q?u^f?Q- zeTWa+fbzEmP9Ugz{pa4&OFR|{QPX-QN3&!7=FOy8Hk)^KoYQ$BD!xFoZDmT!AA|Vk zbKqmJp47+rj_5cOR-2P2op=kj7W`B!)Sr*HO*%mM!_HdDY+G=UV_067|2blQ+E$YM z`p^QP1c%gjasMj({$ywnV|uL4-i6puYQU=#(B7c`Z>bG@19>jM*v{v-yZHaJKZ$NmLyX(ROzy&XqYX21oVn z*PJ);EC76o!nfT6o&%nr63=YhxG{{Dn&*mX9-;21Eb#2&N-}VF>(!;F>vOIKq>G1N zD)Yb+M=pR(MsDu-Pc?FZIVtQdMtA1!_6oiDxCx9S2idHA>e3}NJh?T@s!RWL-9NKJ z!46BJ>l)ayT^m2jc1;^mx6za-{gTMh%xz`0SOQ#BI)CFTlihM&i~yCFB~p+*k|A*t z)Pqye(F-*=h(e>W0=qPn$TYXBH#OiW7PVB1Pb}Bs<);L;3qWCFgY%j%p%|qXEVeCJ zw4i<2Spou`M;Ax|qKAT-ub1uy)K+m_@4IYESd*TToOV=XgXB|0j;U!WylNLdN^G)A z6dc=-ajb(q8W)CMo2sHjgQ57-p9uP%xpIyFuY4IMjTlM;a`kIVkjV#EH1yc!VUJPZU z38ZD|!?;i!g7(09F6u+rJH>Hy&k46~J^cYl?Y{Sfkr*cCAH>1$6+*&w%hA8qHx}%B zgyVuRv&Gi3`Tgrx^8?HatV~TGAT+9ko|&ESYPH~OkbH}UTL%HwD&>&%2WHxpaC2mS zqwR~f($cZCtUmE{^~7{kR1{DgB!TI22+S7jy|qou>bv;Ji6-AZ2UYqF%6ru3J#`AP znwp;3GO$i@K;X)Hb-R+${T-|f6)(U*^8Wlf#{Vg@>y411mh)Lo3|r+Y0fGf=^_*7=Y4T^^3s)IcT}}ra~%p*=|4!5+x5ye2^A7;Iom(8{(i+GTNRz&#^aDu7B{@58F{X=ivciJS za_=qY^*B~}kGNdiUVj&m-fr7Pwc7vwiL%}NIwYqAdB`9NVlSSLi~ISDJ;wJcuY z=il#@k!DW#3a)FZ!$EcZ55|UHFt6c+< zhd;qVXp*HHL2?wJQ#kJg%S)siekmS*4Bhmi*l{>@$&6supxYHW9nld zf6{#*8}JrCKUrZ&s~%9qRsb~?|J%agtpFeN)<=*J3!++ZpyDlbE{yP{%d zJ#ma{v+@ltf4q!!pMFIBfR2~fy}3YVV+GMe`QPhx7}GoOx$71G^}^@BD~%r)-yCz)_(_EpDWDTi)ni`#3l+y1+Vb_DZWoGC?mH2vpw%c6Otm4L-m79x2ndxJq z;~zM`IV|>A?L+&GX6mT!yE8b|_GA2xOi`EuCo5eMhg%15KQ#0QKxp7_t5TGluvx<) zIf(;G-A~MZ#i5a}>SBI<65f8NAqI(3{Q)ex!M_4}pg8C6hEJnn(?jcv>p+^Tb|AJK z`hm<6$OGT(m&eX~fO3V5i7+t9*sD}ZWaoaSwW6Lw?IpGUk`gRr09*9tK`Pms|+&mzrSb}l&sgB{_;4>~V6Ev|r? zKG|OpS-?$C9Q7Lmk89_+3XBn6G{Zx$0<$#`y9|tsN>EI0kaUckz1bIEzcX+)tbnQJ zwE*wgH{Q+V@)I9Q?#5YOE-983$lM0ACIb}~}f1YhbO1lO52-0J{3 z>+7#o)R1Loi4vq7+c^^wgUS}>UT|36BI&$oao5EZDqHlC-p(^VW&YazTWbIdmRCq&L; z11+RO;Y88;MaFg{HmInVwt1Hqq$FnL@MH6()g1!Nhr$&$tdu<=I?cumFZ0P8P+gOg zj*FYpNa{4bYT(P2y@om~<>nf3SqZ^FEq(b@U+*j~fLiSgt?}i|i7sv!y{x=6d}RpjemOQdPHKf5_cC>&4!G z0G0tZZ-DnMw6STP{5z9%;QF^^W_wUnTsro!q@{{X_9ki>^}pK>j~Z-!z^_u+#+%o0 z>Vjr_Jpl%rmn``HF_A*pqAP>hX*5swK0JJ$S@X#u>%Ci?m>H_vh}!nvO-9`^3(pM= zhef-lpDG_-8Q_uqq9Ds|IMC<_jJ5L6_F#Y>Ro4s_R>LlHm)@el7}Rql`!Or)$}W{e zmg@4{id3Q2eP|;c{2t((y>6m)tfuwU5r18Sy?qkF2Mv}s$jjKkH0Pm51O3zzcX5($ z#o*`w@vCB;lo^MR#L@36MK0gyE#O?`>K!^n+u$kIS}$;EV_iT1WuBR-1U5M_ z;_BDdedQ|<^YiW&dgAOG9GRPV^CnRaaR#Jv9hI;Bd~MIe!5Z&$_h#HInSAB#tv>k@ z{7da%51Z8*jg1By?lYDxc)VOoeT;Mb?gUaA$)F1SaoEy}P87)UwBN1gSUL8dqZ1Qy z?!yWKokSf?>k9PCu$5N=0SbtmsV_1mFlE54Dn(qb=7oQna%U2$?@CV@+o~zicba?V zb?#tT0q8Zn=DrW_tnYQ}JeM?y8K3^SJ$$Lo`EMM#SW{D_FPxRK)A`gM!2%r2=Gisy zIY3rpw45?3c^TsJX629m_fI1aoc)nsGI&qvh#;f*Y`^Qnh%J|$iC<$`+gnLMw1p@T zXitgclzA+=+-#Tjx3I45omg#Zt_)Ge$MS|e`j`zg^;dwt468Y)6 zL5MYa+{xFTS8BygE5ZFuehNKse%{?%#@*mC4T2>Fekiz0Rq$XMwL=ZCjMz*t7Si)F z<}$pwX!iI1=t_cW_v+csS)8_Eh17Jgd46|R0iqi{a3*;d&)(THwy*uow08=Mk@gF5 zF7ep_soOA!N5h-1Qv{AXwz4k?l>1KHt@!fb)0X(wFl{H2IYHJ2sB442T(B~KW&UzD zgu|7kQZ1fE)&_YbQNb5XjwGewK@$HwNhb-rVW!Yem%|6|+N3e}-(NdfVf)0Bo;;S@ zyRgM!M6Z~rdi*%ITjS$jmtUiCpx@g8d=8x(%;b;oYs+*d~aB+9QQrlv6 zbY(yqKUYdx@($Ws=}~Wa@g1q(DhmtUP@S1%HJyp&Z;oC3bNGtD zN%0BtRa!#GVk3G20?kZCuA)4#*tZxOm-y_s)1C##3sPVh?hoDH{om$Ji zE_SwbV$80Ez13i)n`JX6A?;pkGruNE=ZP*{W)*p8X=$IO-e`30dnvJfd(ajqRDo5O zg1y;gOsuT@fp>J!2=3qS50<9z_$yO^Lj~(*4}mC}eCH9SbX9l4Zzva1dvZTPm93$R zZL%PeL-(KR_ck@vFu(fYQU12wrrztq!otcoZ#hX=(KB=q3{yTopi5QH%=1C zhDJskO-bu*6Vm3z{Co#q8|tuo|N`Tj1L*(Jg@eEUH$vU6MK&wdk|F>Y zMi_}4YQkvbiMcbRfhiB)!#PhtfDkwicq=zGHONJ$0_=Da8Ompv@{ILjFO_dM?R?O= zL1z~O8THWovsS(rqXIPvy6hdejm8+h_kR(?mls~TDrD%WlUHR2!4ZU4fc-2wp|a^j%y-|xvbx9UBM*DtTNqk1}nxGi#x35NUo<1Mun6eyR`fQTI( z7!;M3j!o-55p(B`Tlu-($BI`|moWqnR)Xdk$KW0e-b4gIGvNF%v)xEV`%KC%ZAHtv z--7KsUMp9x@Qav_Z=d&kij5s0TUS(Z<2mZa-i#w`*z9-$zzS3*35M|mh|QinIb>@| z7-M~MF16zc)Koe&jxzjv=4`ydJ`|PTS*94lu|h@FHQcVJ69EjJhEwML{`>n->2TVX zZ2Pi$bxAAZV2ckr8PZZ&;65;=)$1Tk&jA~bWy6Caud(lOg1?}=6i&=dOY~GI8)^|9CwX9R9`OH z^+a8}cC6%_ubG9#^P@>WCVC>%G&UYmmw{aWObJ*g`CP}LsSsC&V9XH!7^q8W_27($ zM3c_Z2?_#uR2A!k5469z0cpmZ#kyJOPd9i^I6BcJTP2rYdTLg`+_PZ$ItHwY zdKLd}#gVoB$v2sIfL(SW#$#Z0Yr!RBm-RkAKF$M`F=-}i1xAh`5z)<8_zigVoQ5Ec zVl=~3jsb1D`K`3%tp3Z_x7vS+@HpL2*DW<%X`NucN_ve?z6=eyQc5+Q7zkPg=31Mw zMi{MKX_M#UJ6z50swl#-;`GHcM`kLM;MR;?fx!UM-ylha;TM9*!l3TgAy*NeO8^u zJ7}SP6~OV@0~^7JXfR|FGZleu1;WjsA+hyVgUHJL*c^FTZ6U@QlOj05JRTULd ze=<&!0fZbbgTC!f6{mwvBPI$Db9u_IpFBI!(^6^;`99>BS8sT4=jF`=66bsd+VPZ0 zpxk_<59?ZWxI*{3XLDwvp5QD4$ZmQE4Wh&md=oXNlGmUb%$MlvXnJgTuVI9$l<2K+ zJL;hckq)eZj+az2lf;*fmD0_x?dFn7UUo@Ltv20b>N^B9|B1ZTwQAq*b`wf_-$_RA zagbmt9dN0aX0DG&ksN~O(BBmKef#iE5Yp&U;`m+bqFUC#>s7Bs$S)DFH0H7Q8$!;R zn#H4YzP7d_$UJzqg%G!AIs9#A40`5`Q#sXh@2-Hu#1qVGaM}*>8T)Zk<8`W~jL8b1 zn%pHI;0q;}bYS8LK>iJEY>>`h|2#3#q6>l&D;Y-%x!AMNu&_!yhh#050}0{pj&s8l z?y;`TGX`y=xaeqB*E=@%@05^HI1wDB2fap#_Bw2taJ=-UTLp-9;%#ZwTjt2PTVE|H zA358sqTlmS?gMqqwp)@&>BX|+Rtkv~{+XDd@m(_d`jMN(r7rIE$?I*Dr*aQ^*j;>m z4*D%2;Agl=-%C#YKuJbEfNi^Ts3|H3JAZHF~S5%rn!pU$bl6j_!LFJR z`f&Sf{|z##js84(r+yt3eewPQNv4k7Z#Fr8$0__{W(H@TH~eT^tG=mJOHLX5e;ZSC z${a=#`-CJ-_g{U_zxs7~VVq^s!gt2ClXA&53AJsW&}Q<}_t`BTTwJhRGeqqZxGnt*vmA(zBwhpp=mkwW!NTO z(O)yN+U*}I>a!+sH>J&*FP+cy?^dmMKLOs3p<^I;;%nBdsTlZ}$WVRSiSM8Djp3hr z`knS5^0&nDKh;mun!hODE7u8DednuP+FRif9UrrUe!jmFR8Ao%acoSFT=iahni=g;Oe9HP3W%OQqJgI-TTn`4YG%pg|B<}h~y4xjs#W?MH-n`Q~BsWa9;w^^V zh4)ONxOmYp zsbL&Q3TO@u%ped$0`0|uot^osCUQTl^fJw+tvobtNK+7Q)$@K|SIGeTeBjcKOI~6C ziO;cy_ISN$ZIvhfp7ZmQ?E^>Car-dCu@bWrK2pJP#NLy+Yz-pWw)Lu-ni8gu!VC-9 z-EG;cCLZvXIajFoCzDfciv7}qVBSwxiAZOSnokg=8Lp=?rbNAZ4ROay%(jbz1LbsY zhbXe8{{tP*Qj2N@pONoLm;BuAJV(z?{+Iv>a^ZCj>nEeLhoRJ;x;ml`6HVMu7|hIV z>r$?>DU(EcO#2ur+2%i-?h>w>yaYyrbbg>{nf0S$%c^^r3 zMeA1L$QPTBu)>f61subWB*2L9@E7U>$2o(v?ue3Z%>3~BIq^z}&SLAQDZiO5_Um~G zjooTGI-1Ad?x;V|PX0&=D_JFkpd^!Cwc<`b`T+Q@WV1D7qd0zdSL#fIceR^!@Uf5} zM+QcG8%n@$=)UhUn3L?SW+YgY-J}S#&jobp@%W(g0Je0`=d10 z%|F~yO>dS+_?nrTHd&Q|8y`r-0Q|Xez8&-2lNX)i-vZKtNWP>5c78UDkCkr4$2VJ5 z0qrUla~s^p0Od;Dy3!lBZ<86u0Km{UU5tUC39fLmq^+w7R!j15fm3kTrhFD^N2dRl zQRK6jfA*zGkW%}~<8Q&?slbm1ABq|n5{4T#Y=8yj*M7Ge+Yx|C;z!lh)aFOW&yul> zR+u#`dxwh~Axi<=h6h&cX_3}?r zR8-pjl?fqc``bsmvT0>CXP+}Sf=u}v*+@~J!6P8OA2hYJQ0Yktt=acg0krR@R|&3$ zC;~?n0H*X|5OPgCR=qiv$LZ`v6TsUxWG*2+Iu)Qqp2V%?AzvTG2^VQzf=poH{62Rz zM;X(L;3B;rUT|CAH60johH5fBKYtPn6=oYBhM~S91sRwvd|N$mB2r$Z4xO0EI;)Or$DNG?kmZj%;B2W#izdAlI{-T z#9=vOeyOzYD{7BP&#TMEuMwB4la=;Xg`8oQ5sbZ&k&%4V&X4f&P<%XAfh;9c&*;;ZwCrRqF)A`!Z(pN;zK*~vKmrYLqvqkI#^7ug^k z@RyrUuU+wVc_FEk>K~8nMa2ZQ16+O^-u=7&MpT5zI@I+)$2t*NlMNy^Mv5nq%w!R& z%1eK-HKaEGD7(A=9Ge01mVy@6FBP9&gOp7Sd_&4w#P>kEHD0ol(REITW*dQ_`n-}U zPUU2_gqFgdRTs@(Gi3w`SpV)1W!J|x^5;rR)*rHltoMB+m>cAll^Ap!m3 zK9*Rp*4x%B1~Fg^9!=;la{7UwT0 zcFw`-Jbxc(6A%Sp|5yi>Vjc*i!#woDe<9K45p#SzwD$M>{L5GyIDIYtg&6kzlU;6( zKN^VBK|PXGI_(MkFB7K$?T3IYd+AaQW`gfBPbe|@Z8$_7xN`cp$IP`c=*41>uZ1bM zv#RP!E_*mUYt7v|zW*_0i}Z4JeOmC18bU$t$e+F0SeU+(m-j{qI26sz&7izqm$z@< zrUjp*Lv>)*JmZP|{QZ$BU#AekEPY^lieIP7?Fqtkq{Em@-?rU`aqin6^RJx>!5hJj zg}r5wCjc9A4*>_vD=665x(URC_Pd`YTkQ4#BJ=Tn#-pmOO~y?AB~#LTMp28C5#s1i z8HqR8!~Sp^z#elKnw^D4Sa^caXUsI9MSx;*xex zM)~(HvlQT_XM2DDS;%D!4N2wR%)R5+lXU<0{PTyKOyVkRn5CT>VV7kcrx*)$_=R=Q zXQgh#&_B&S!Lfu%&F$gmau8E*BE0Nkk)@@j2t6_D4Blw%{B`26qDalYjGN!liQM3S z1anWjR@9uxDg2A^dNIjS$IPM-KCS6gl=~Z9i)?oWN9?eS2jB>=4iT7^V|t#kO>SVW zMiG$ddagLYx?tcv+ot=uDS;A2e$U=VER;AGv-KGyy$cV-*$w(<#W!BvAfQY~ng_4s{DSQtafS0M*6a5Xr+|1QiU3kHEk z;Fw$|eP182SlQmGsMzb^`^Kh!Y2SSq($!h>P!x=_Ga$U7UTp#_1~0_#aDRXVpCEaJ z{&&c>-8~%VpP!G9&YF?WpV3wIW9oKki{CRFiPN6z#D81=&ha?P6kwhzqdWccC!FM{ z`+)*q=aUFKUVk$fRj+6tDl`-}1?XssNlS=T=#GaxW!L-IQ!Xu&d$lg!nJ(!7Vxxz$ z+u29^$0X6G5Bvn+ue17XQ7;y=UirQV&Ri|l-?6Bj^SS>dN zVlO}}GLJd+9%u*Wz*DX{0wO2H;tIG$fJ#A70noMZXNougnmOUssO6_q0<6n0<{G_n zS=LSESI6-+IFfx!TQFN9O2j-mO))zMY~5T3=?)0|DkZarwjc3Z9GH*YuH`->lD$d5ax>D1``xr$`l zte~Uwo*MiE^8ONSG+Ei(+Z$8i8uRn>(*!z)tBEti-@#3kM5gGlzQgo}6cqp2Ke)M0iAH)^Dsfscen-Q9iuHC? zueq;pt(D0<0n*O~?*s-Xn|B|hOm!$={#^(uD*@UMUK_ss&6eoT`T6cDHmCE3r9 zqoLcSk-Ol`r$3ljpmcl>qXe7Io#QZ5F{|_vNFYh4&dCqzBR}>E;6DNn16FO~0S}N| zfzffRG5tR36jBPIq7MLO9Ru6r(rOIIU8cN$_dz!-A5Xzdi}fQ z;f&UfSIe`RR)-1 z(dCa9s-Qa9Skt|jEc3v0=y&4`qBr?1LOENO$cXR);^HoMd=(b4$Yp*|U)87 z_{k*wmqvp0_0?-PZIVXfC}ww8JQEo9i7%gO%u|8JE9*POY$k% zwnnFX7tvzXq7rT~q!(mFToR7UrBdQ2gtTYSo?w0*?0$q^l2> z2AmB9qaPC*y7cr573WzV*oZ5a#{5@~kff?VYw}j)=qj;-sA*gWWn~H~F451QKi|n{ z(_4tEbblYr&aX1tf@W`U{O!?R43)y@luf~fBFCJhflwwLxQ3o1k`AYAiU&${NNu+8 zN^O?SVblfmfS>G%!K!&E%ALN)J=g=#aA_TnE|-{Npw*3cvQiH39t)rQ92kET#W3XA zuewbmC$X0n=DrnHO^1;x1d6J?)-z0^v{JLOKDks3NP3SO6f4ln-999?8kA7}FlW>! zQI=L#qK75i1`{SRH@yC*f$iusT`?j)weNDxzOo;puQUWI$D4kEdGgs95sJ_Di&Yj$ zk{KO)a06n|=IgAQJg*-OGcqr9?)iZIirBP`LRNDL{{D;8jMa^-`1A1_x5_Gu!jRMx>olT3h$YT;KCxXJz;%5+n~GY<6no0%>C4wFqBJacOB% z&LYuk-4NTgs6=yL97Rl;QuQu*@xu}9bo89rklL(Wlt>AYBFhrn4308yNlt?dqdS;%hoK>Oap(gt< zyUEI9lu;>I#jNXp+|R@6^kRn)NfW_6ZYl#($ve~jN^haFLpWLM7$UCpDpi1;nnIR7 zs2OlM=L?&chs&P_9$;;Y@#rKoNYp3DAET8AJDC(05Gm4( z9#-9-T+g2mMSTD-PGaS%RVik8Po&K^5T~@;4L07TG@Jj~2(<*P%a6Qh{V(5mXLFkH#Azo1un)=Va1T|9@uJC5MD zx39pChe^&(f1+ypVSI=fPfmG=8LjEU7g!b8h zqlxKi=FhwE4)pBd9X!9Du>c4AGv|?``m8)gtEa`>HQ?rPLoZq2^%~xe+9ITc#J{=LZiE1J$JH=ox4)PrT5-RQu3v={B!z#XNcof!nZVy73-HSG#s;Ytjeo zfQYsLN+axXAz@*I_t;4HC1z`mE+7bdN64P%P+#Tp<|h7((8>bR!~Aejn!>DXXc!|{ z_uGyhADpaoC>0~<^&t|WsbX|o~7%qVzhkOU2 z$!O^Vb3stDM`pY*dYUW5qrize-1eY? zi-WEr0Wcvzj!b)AyS8pu&qG9)WA?R31&Tmiuq{oWQ;B1%K;Ht#oyFd-s!0At9cW)od-HsP{^BGrAcCVX#e?D(BvmWzAus`h-hdV8{ru!+I9uB-|NQ6)p zvw~vq6=HRxLljyF%J;sSdKBh;Wp+2$ebL_a>nX>?XR6#F3iboIf_yQME6J%!Dj2$b zkPsmnn9N?idb2*-?yiX0%+4MUm6>99PA$gyySHuI1{DeJDPh=x9)pzNszbxDH_bqzx#=e~}R8sujBw}~#&z%zQz=8bSG(*558UE?W4c4cDN~P!p@;%AIX=%AA5BTstm)~Fox`}6slK*sHDU8}1 zc}Oq+zUiBr`#?inUulgx6&+fv3spmbdBs(i=6;wBk{=yi1A}EcNwe%US9;~zmA$sV zdq5UjjcgifnVX(JPj6dwq>75~sZ9z7O}&@cOiG=4L>;%F5G9&bdoC7j$)qv9#J=-S zewXyCAMgNmy_EFxZf>sn>XMgWG;itIgL(hwLX zGo04f0TpWbA`+Nj)p@hwf3;6AEp1CY@vx+%V`%8;s58If*<5aV@bL2T@<#Zr>w@U8 z)EpcL2Ml}Wamz^LH7Dy+Rzm}b6UYzo1-nryhR9{+wd**5%;PA#^kI6|xQ6AL$&FVj zI60nLS;;)_w9O7FbO!Mz=JCnB;HKTqNSpihE6k)?$$X+)ool+(1+v*QhHLev+d2#E7r5(zGBaLb93(_pEfok z23C(BeSF4avN9k_{U->NSzplUNd2AM}EL7!XRU$sjD0Zdf+ULl$8G{(!-w?&C-R z4bRNjFhGlH>FBt>29hQM!XkqWl=Jq{ko7rG*Yb9$X6Izz{Un-nz78=I8N;y71uMR2sK?OMt&L2)BkmT>Wgi`BnnjYH4F^n z2=uK=p8;fbWHX%MNr_wG16X$-Dboami{}gzCSq4d=c)qJ(vZIlBW-e1A13N&-$vO= zt9~Mh9Q~iR3neuCngJ6DbZe4JT3Lnfz_z*2mq9&-48p*b`737ZR@l|68*8FJGd#N( zI{P3FbO6E6s1pzVvr*WNZO}I0F|o9i_jvaNL<(?k5bwu%z~4eGnK;R~W7n=ibm#zd zs^)V-Geo7IKZf}G$yvuTtibe73lP~&fHtvpYt7l8t{Zc1jkTxHM6A!=@8va-%TTn5 ze|a^o2T-Q4mtp)MJPy2)6`3M7+26Y!AFrNvDUv-NoYrf+izHJksv&NKrE7P#FEISe z(^t6&IU^UPp7k7qQgNt?n|0OITP-kKgteCS?G@ee4lCbsnAP}K=b!cS>$v|$_SR(6 zy5eqifU}B#T%mLCrXfCeqJu9i#kk>Gr=-?<0? z))YvcH(cIZVAehZY)FGoHR~E^eG5l_Bv8|v@{Kx3;+_ag%@aof0a=8u&Dsz5jP9Hwri;tK87<{G+P7vf-h$x|%>g8Mpy%Nk8(_-+>#i zc~d)SL>zNH)N+U~UfG9Pgxuk8az^0j7Ut)FXm|;Gt#smp?Aaf}a=|tlMr;Yuq_Kly zLs7S{gQToDdFzyFk@0FJn%<*bIqUn$ZfINo1$PHszxhA+aqE-feY-2S9pDyV6TWFr zkZ68i$^TIjt<^ ze=o)2Q7l<=w3u>6r}Y*T6qH|;{jVLCmrAz-;00f-8S|-f>H4d#+H7HD)J;xO8gYC* zojM1R??-Lo*ZR#c_|0B;8);pnc{n;ajQd)exb~e~KDLHlUxwzl`{zGIp-Xu=23Jy} z{RO+lg|;zOzD9L4Ie?I1BFcnD6~zRlR!4m9fK$w+s_zPH7eue*_%H5RWx+*OelBDp zC18O?boP*p|B|lHqQ%!AVJS~KP+0W#d=!`7yYybWA%+Tfp5`sLjpuLxu`H3~fKWXt zCXF{_ZcQ@X*kfwxuDn*!^khYHS%E`T-JPrJkUwd$l8MRYA+GNDGCe_e^vsC51tAgW zfQO&pT}&P!`@v1w-7;a{t+)yvm!X1jB6MM9W40-@3zzf46SKC_vk99hywXA_B0K}3 z!gsKAsje#7kAzXO3kgTH_Tsjb_9%*Y3MH*>SB>0@gFMVyG@{K^7F@*AH-uucw}x26 z%FJ6!8BKc-F6w@kwI?{O>wCvzyx@4n!F@k5YGl20HH`l^nMHsZgQSd1pN;9Z@HE)d zY1P3xW4=s4MYN86f?xT1r05fjL^UltB~AA!Iup1j(RpH+3oga3q0D2J8L&fO=9K@X2jPcbmGGq0)gP|=RzII^|nkqt^nPrN%5d_?y#oyXfHV8Ns=yRpv**v z2SKV3FMPY2!4@;t^ia#y&-Dt>_r4$wEG9HZEAuehlEPw?dGOT2K@2ihvHi>Kcn0K& zR9aHPFR%Ia$PolJ&w!)DH%(@r`%MAhVbrdZ*kyIrk)x#NQT1@wm> zX!&0P>?{t?NdbW|XmV~IegEp5lD_K(b$2Lr&|A&^{E19Lb9e}I+SbSeAHZrwguBok zPUz%!%gVlnq+MKm34G3xctGovpT??8>$|AAW=$kwc?NqG)sjy}?ZGLLyPHUyBNa&H zwy?y2mT&tQ@F)NZ(*6tgZ|EwRs(!e8Bn~H8Y&zE#Jh9Dt?Q{Y$VJpc_=O&GLLPJ+V zj*s?au)a<U_ct{UJZe-;+tf(?#WYbutGu>f4f0YG>Oz>MoYthOdvvW=-8umr_# zSN{Blc<{X<-8koylmdw(4ofbba3M;azwJu43AF|5Nu4an-J9n75>bB#aC>uzTs!{9 zBV$)(;)`C8e&b%Ebu0oaS0+ptXMMc!64)s$Kn5*X-t zkHQ)^8O{Xb9h9OqPQ(<)?^4=>U@V`2T>$bHRAmsZg~uEm6olFl4I~;8BN?}4;9NkE zn>+9f(@t2H{GJ(8GL2uB^G}D|*xo`KrqtKFJs7!(TO?wOeEjqc(soHEV)xAMo@{HF z?Xh!JFOwUS&#I3Cq`DjyHcfo{b~z%#vf8h#eSq@Ff&m_r*9!SSCpUiJKUe`o4r9cQ z7f-yuPER|cxCE&LOm9oSlUA*as}mA1t-*IE14$hZDNQac@f9nmaG6?!gFJ9KGY5vX z@B}I1_+9PBR9J)irlQ3f7GZW)sU$tIf#V>tDx0=d7!`+gN&$+^W{3RsLa|N;#c1A| zeqqpKf>^_)>f__bkDk#S$2vS$ltHGy-4PfJq(}|9BL~<93Tv<3BXTi&o28 z`LOBP*%*CCOGf236dLe6i0^&3uAsv?&P?%KPN zo?&PL@FYwGgoL8bpC(y?0}rL9vNl47*P7`>^c0Xa+mIJZh@Fj3pJrudenfic2fbL~ zGn?JLv)}4|f4|5R&LwxVe>YY!WoZ~ep@h`?Pnp93G5SNzm3Y#&7{)$Y&rc&0xUa;o zl2Za}IBG;b6G|8tfSk={v*-o?#dP$vlJA$bKV46w_@F;HI7Mk+S)gh@)0V{&y@4Vhlo);9(rNtf$#sge{CGjQo zcTn6DT+9Zgtb9L%O^FiGPG}7q*~OoJ1nrWiv$uDdxB5i*6CCmyHzOGc8UC!|r$*zM zv`#vE{!ahfr79mMSYi+=QON|If-C1F9BaL&AFag@JeM4I;#F{v&9W$_C-k6`K3VsX z(zQ-=>bA+^6=T_`^M)EYJ4|-YaTNoIdM%s52_o&KXV$q558c!UqK`2Pk`a;DFB0&_ z<($AhSE5By*i&hZpMJ{Uc!XQVqJNFdLht5Kh#4FsE)XbJ#C=>^zO@nk6I) z|4w`*xdN&Z0JfrEHCel=OXlmN&Fk^Om;TtZkpH2Y0E8vs;TE{D*r^om2L5b~T{`GV z{~v{5vi#F(#vU2;dCv?SNi^WU|NftUP1&^CXDA$u!sVa3{7WtH^E@#6f=8;+4obFM z@9z}~%;YJ*^ye^Hd+?>Amcy78;fi|rEBar*+}^Y2?Z7|Jmz~;&zyscH_af;J7!fep z^M)s3BT(MuAHhx{kCa;X+TV5>_!>+9Fj*15As{3xKi?Uu(p-jGZ<;}=6C}TF=?^og zAQW*}GA1B`YXC*atCf@jj{on8BnN^{Vs2&@Pvla&%ahMTI_u|M6eN|EW`@g;+kA!|*7CL^HFqBsZh)U3X5z$xDt1i_FeVE_k^R@!tzlk>tr2ME(4X zU?~hg!AuAJvKo0l?8{FkV1fppmbo6bMY~@Rw9Lw%tKBe*GqUBdtNHcd%WDn;8QW6VmJE;Uu4JnIix(#3tbyY4tpcC@~$wIOR%D&mhk|I+aaz`ay->62EVkRQIWWOUw{MUZRQ$0}UkZ$~g*n9Wx zAvhJPOoT8I0Y;;}+2JpTTk_gTn*FaOrjuN? z8wyY5ji7v_XBik8HsPEy1`D1%nFVVu6BqHLM1U$DWwt7JHbv=bp+*_s>Ud%1>x0+N zm(LiyV9NMy)Lo$S|H9OX{5ltzr#L#{aG8o*bVsfGf9T z9S28CpY8RrzS69S8?BN;CloYJ`wWGGIpWSrY%X~`DD{z?(3N9ey{j0!OD`iR=6bpx zBVWfP4qAU9L^;{;NJzxQpuaDj1{*=rZE#_+^vtK@x)x)9Yx^&9StuxSdr+~`(!Jw< ztj#Im*l6n--c&uF78k0e8{dC3kPXqTSKd1p_5TEUG)aNZ7 z11PTc*I^a(M@2c~uMo|N!+cv3{k_(8Fv=o@?sOwrb9FJ~x>0_C2A>9tI2p#|!>MaMQvIzPL{4Np)|pR8|{OBnBsvs3lGmdEt|Ru)LAobX&j(cjC78UHKP{qT*2 ziCthk_~JM|r=7zC)jO%^cPR65Cx#J%vm+JLn_+-Q(OGXWM49;jq)`)b%B2*|l=yLu z#Eg9>+}vK=NPzv0bZjK+?N`FDfJ`~wjE??Fw^>r-IXV%50H{NcOj?s;ecU(=|MQtb zw~FdU9q@kp^Xbp?POoxf%F1T3C&`KPG#Yj6ITbU)FR#P1w$A5e&M0Q&A3y$>nJ23_ zoxS8|;XZI+5s^K&_ny4^hN_)4H|No1I$=4vhkS-YWjH>r1kbA$o3`rZs~8y=JYlox z-8~o{8k+nO4rkg4(%h$uV|%Qhh`Klx*on2W9I){2RDD$e*&}ug9FNKI$;La%#3_*H zU%x@)`oVWoq~8|z-3lYpnq^LY38oGIwr$4%^?K4Ptk22(#cM|* ztLwSA?pAG4XBU>tGY$K*e`f3A++jVvb#$VlqQXPag2((~bb$g@0&6Bu&)65RRc}1} zd~$OKvj2HCaoc6_d(S8I-6(;qjt>G+7vIr2ZB#p_^4i#lJ{xku!3GGKfqML9nQ zByxmRq4Q<&FJz%Vz3~P+QeyQ+ycm#Lwtd9O+cdqdce$JFdjbq6l^vy9Ez&MO&lG~bJhRk>GARLojv;-o12x5t<(m^ zHY`gsGDhHpmK~RnF!}kjCg}tG7n|bVM~6-#(@>y%yM#o+gWT6m;!^M4=F-UbaET{n zL>!h)WIq&KsFSn*w)>egi-4hgqU3Md;KS@ws)lK1{<`wVcTR2RkN1z;GqAW z*2{EN+NT=wS?%7O{fJ6D3`a9*xPWowJThWN_6KBUeyUutDU{ubG2ybH}b7Z(@&Sonp%-LbN@!?+mM9S(gZ8BmqM6x-K|y)hWgEWsw7M3j^T~y=tHH<3=Fau(7O=SgH%%O^oTPRt*$3}}RdDhXl~o5Z1^vkSqZjDe z`D*EPrjiKxvnCp&*E;rmY89+r1n+$LX(ZRR^Zh*luX%{bZ^==Z!m;;a_t~1J8_igp zY4^FA+ZDpJ89D%t&70Ns)SO_OxS)etV0qY-%e|dyCt+ctyQ%fD!t0_CWaV~D`k*3;0l2Me1ORGm{aFvcGy#3z~;5aJk z*L{7y5MRJU_}Xs@6H}fOr7Li7d^K)SH2%3=Y$uB|dmG+?k!ovT?Wuo@BBr@PB`|3kKanF*I|* zhwP_dHe#X?b@J2+VG)t}IRw&fG|t)TGmXkqXE!8Hr(2CtYvCRi@Byd@W%c~6x3bi1 z1W&0&3|11a>n-y2(#XD^F>1>_i}WtA?mh-@#+62DQ+3YM*l)tDPeV=ZdMRav z+6hY4!oVfrN$~JEnOrkCnwk4f=bNH zLS1;pWrHvpQClBE|9NRivRL7s%zy)LZw-bxJ3E^=J2~Zf7^ZEBg4$|~$TPVwZ3F>`Qbeu+0PE2eXvlKEj zO3S>z#M&QIQ*t;y9Aj*SypCaCl@|mlj6Ft(;Y(%Tf&mj+zGA%$l!{8Lf$s(2C+bkNwu2 zh|$E`*+<}bLV}V*c-IWlDPs0(J+)-H4f(4Vi;2cmTeE|cxzY2JCr|djew`$DrT~By zW(fOU{QL6r_ChyZ^XIc0sQ}M%-!02N!G3HyI_8$y%jNT2ud|nF<;r84kGJL~6P!lp zh1E4QY%DQy((A#E9JBl-2F3U8g<}=wEgIU|Tg7ZvzPR#UqLGyeqdU|w7}}!qM2{j| z1FIhtw~+o=Rr`6rOjX9D>E^}{0Mrb}FI7)J2bqh%{*I>(kFf2@lZZ5MFw2UKZfp+% zJON`x9)gDl^C;4%AC+^)9=-1vb|LdI;~QY-g{Mh)q0&6Y#^AkGbojvrc@Ubmk>g#G zR31Er<3n#d@(>mu&8M`r^ZQY<;*Vv*N*x~sm!8b#b$fH4`wV5%z6jiBzRk@??v6hA zLMAk>Q$H52u6bgwghZJeG4u##OAtRGBg*>Lmv8vE78Vw`>oe|fLUz*xhZ>l}ynN|_ z!*9XJ=^cA?w548%RNr?gEQql$U)r`zZewoWsE-&Xt@W8)h{@n5gp~kAqk$A~J8^=f z>VRGCpm=p-%FeT10#Vnmr>sl*ipNm~K-DaTz#7K$xQ5oI5*?(8$^8cpicd=OKMidK zH~O$^#>d7LhI2`sQqqHy-M(?uS)A!TX}#r|Wxwl0L{5$WXkU zU|WZVD8+k3}z-S++CsxvJul^L4Iu1J|pviGda>?A^n-p+;wT2{y?WN#v~MOoRR zLLni^%*gmY51r?Ejr;oE-|KfjuKVYY>w27z_>A}acpt~>^<1w?oXiz$eM?Lbg^Xgq z%!0^k_bcI1t0BYfii_uPjCHM|G1Z_F`$FZF-t;Z5y4^l$VAnh=-*w>K_0E_{(XxSS z*4bO-r&5cK$ja6;96ET=CyPd>deJJS=cT1yv&to}9`8ca5`Q$+3d%kAN96l9{D$w# z@}a=hZ}IBJ@PXfi8t?gS=RC$Jor%t@K+V_mj#WsL9C1T_Ih4WSDI zqC7lfhRjUjVnaQnBV%JRjE-mnhxd^xDRL23Rn}CL`xzS?ax`*>4`@PQ#UN1nNJ0?c?Cgvcg$Gm8eL|=rGo%)`OFRLhh8u!+0|WP9N|}B%&>fs} z)s>Z96nXBj{9rLgcp#2jiRvay9yLIL3Uq3?50Sk>znaZn>PIG&I{U=*)GsH#TZXxY10Z z$?-~TBNyb2s>klr(BQ}_F8p?_z>fB#9i~zl&JG8WO%w}c;M$|UV*pu7QbT|W@(FSV zV=u}OaNfC8*2ZWOttXTRgAygMm{G|Nwg?TV$(;rHdoVaPp^6S88Fk-+6<66=j7KDp zjI8{#V0xLIuDeCxAiU0#rx8egY-7|$zWEQY8S=vhDFq!F4gRtcO`46Or6=3IKV@R> zj$Mz>E3_r9h&d5zcTDdb;`K}4eS0p^9h)R-EUH3}rrzPO#+Yw>T-;vF(H+Axm`3+= z#mc|R56y!CRd3$h3=y6!8@2`@?H?g*Meku2CS<&@1g;R{6YjPU;1lOsFnR~fq#*t! zo(Ih@^CqmBZFfg2VI&I-mN&>PYnVoWLlHtumw#w&)eEmWLxKAMWedddp$mZIj(6Kk zNP^3MsfN@_%Q@?t^S7#>4uf?t*!IqYM-m^`uY9?(`z;@ z*b>Q>)GmQCY_6wv>l4E;7R(`^LlSE(Y;&JuS3OeJz-rY8SlhtJDPfYd!|Zfi3*ehgM%n_;?Rl#C2*36#6*@+V#=SX$xP$$(Zg)z5hN_^LaQ3Zy|4{Wkzk z>%K)HMfId|3JKMem0cgk!Da4x?AWo!&OU}<1J+ry7`Yg_U&6C1v@SMqSoGP&gC!{RaGgqeUb4)g0J!O z%P_7f4$uf$u_W4&qA)uED_Q#*)@z*G@tI%|8*MyenBY-@wb^m83)s1T&f~}CN(WdHw1m{U=*i2tVOKG>i_G^*3@FVEsGfBf)id6>Ez&|KRT5=8f za*=xb$EseZwV#0>P;plKq>%81{Q48%DCB3pX|^G;4m1@Ch9g);beJXGs8?d#qnnYwG2cn;76+`zV_t}qGK#dAK1vNYxW%oOHA7A*da0?-_ zVHUAofBwe8brc($lFe>tut!J1xQJF~W)E>z!!Ry|(YCM~l4ADz4PRd;XXi&dh!ZK{ z5wkpRmr_U?o~$Z&7>%v<_`LFg>l^w%CGy?4Ns;X zt!HBD`S@`V+i6Gf3-VoSHbzcS<|lMb2Fsp~cu?nG3brQw$1`&!>qB6>K5` z+0Ai^_RAcpM0F?b)OXU@m>5EhAIxb~+nrmf>rp|Km63UkNa5Di*Dv3NHghj zs>Q~#V@h^?uJ>8LzoEe!@oFbUiu%J%kx4i6MGP~T0TrmMp67FfX^|jhb_!v0QG>Gq{ALrzJ zuZyWby5;yNH%*PFq{Z%S+g`3&ekPKGW$tIv3Ng7yDiJB_#i6e))J^lwj|&vLOyX-h zsYaa>2!wV&B`L{$*L<$RQ%be*;Z&fX-`U^TqoOu*Y%1LQFn%iV-o0k@x(4qbP7rhb z35hZc3`b3*FA_b!sMVsn?|01)=C+-Z2H&n}Ja61}&`r{0O02>lx5 zY3e%W=A0E!DUS8jUg|C|t6&I3f9L>>g&$=`6UhmuPo%Uc{0z{pPF26YAmqd|_Fgu* z=K6uyt0*q{6}WudSM{F2&UE0w0`DOHW9BwCUpqQ7ke3-~Tpi-_$9ECx(e!v<Z?brwvg#7qI^J3PM?c6BM<6Z*Xag6TAYJzCZP#bvPnsGmYOp+Gi-gebND zgtMElI1dPG|%5{~N#`@OmR=i8;Tn~-#L%+jw-_MCX6qTCw)^y`Y&(6j}-A3iuaa7cV z9$^dbIx{_C@AlR&bADwxX`LP8-?r_rSskNnT%Q|14coeaw$#Nnx*nO2A3y3syTENO zs*#hEV{xM2TjLM(I;kwrlFr5fh**+$Ym;wLRvPCM=Wi@#Km_#se7_WK@tu^J`n&_o z-|=^Jjg|>EgSvKUnRVp{l|nqU@@1CU(7a*=meAc6q)1L*gfq!d=uLoWGdKU!2>k1>@H8*Ej);_PT zO^4>9K$DCpp;2AZsMX$V$As0&$#_&zK{D|Oke)1BG40_`HXCu2_ovt%Cn*LbnGnKK@`z4_2A-0;Xz z4?VH14T2d!*Dz#tnxC0}cd$O~Ff8^QvLM66H|^vfOJb-UdLUAhes{HDCzjDxG}!1n zC@fDPl-Sn0UE>uwMKGtg>(i$L3j4&wl*7aVB>8VbpF<)-?}vqZg_=}WMa&06oK=wqzy z4a*;Z)Xzyf3%I>pDTxJeMtyqr)o5u*m)tmh*=SeaF%Q#-qh0;=mMc-xIB5S)6%lwi zEUXn435y{UUR%fD{aV>)Ys`kMh1IjKNuIIA(X75wIfyaFin)6Thk|MJ+>%rZrlH4= zAEWh{t&f<^0=Nk9{qXGL*-g?&J$+aL6-Xhg7WosE)q^}U0$uj?ysOB=@Qo7l@;DM>9v$LMlRfu zJS3b^0*yHc4sg;u262#XBSf7aaI)IrOf)lVL}-|EC$-13evi+sBz1}^n#5RDZVW`O zqV~jJIP8f>dOpZN*49R@u}u-pVB*B+NChu?wXP1=v?%9d_W=Q?3AK!7$O)aKSM3~+SguO zd~bAkIH68+vTm=>t>}+9tkH?`I5l2(LTfC4PHGk+&X^b%KFp_5?QStr4&IE5%JA#` zWs(`H!o-85zNGKN7?8TkN@V>Xjd4+9CnT8`R|hBzK++=|1K$X~LuMsx zq`KWmdovD(T{|#Xl(J*5s0msb2$vk@Vs22taFr<#cTtpHeb$31TAG^5;HQ_~YK2G{ zd8*a_-A8Z26DN-XSlzw5l3APgQy~r~0E5tU(2vyJ>$@7?!04K7*M0$2CZ5=&ig)iq zhEZ-lxHnUM=KT5d_B(b$bsCkMOXcdel$cyEE!aFgJc{ZDgw4Z%b6{AwxnGx+5&s5Y z1+5(h>n}YVa_LJMy2*vdX{|5EK_3Ol_BAV2F}wP{we`wf+go)ms_ekcRTag}#XE=J zMdkBw0!4;J$&RKCYu6qa`h#8UF3}w~-ttGILy@Cn)v8rV3QuS+Tw*d~^xn=g;x*WC z1^QWVunFLVK=D8n6lFS_AIMk|X(hI?o-Ie1qX$>E!d+hl%FfjXK zwe(;&f&eUS$&SL@hv|V90cjg%{TA-rq1GJ`OuJ24E|i5UvO=E8T^^60CzTiPH1>@Q zq>NRU_7xTsw8Itah}Ck|+sMCR-MSaUSP%XdIj8d7CwJusD!mtCSP|-mBooz`+0Q$Y zf1eq41Q(Q~a9m#hQnP>ern<*!Y$A1Egv2=Uow71vHySh%=+1V*5RDgmFmy%Gs0Qr#r zEg;3!0{$G34T!vWskMV3h3cdB<@NO%lh1UR6_l)2J+$7FutKt((&@}udr7^z^LlkQ z4b5PF;JEmYHv%TBDbX({>W=y<)Gk>zyJ-xVs?EkjF19_$Q=uOLW(TxYU0}O*hD++M zb?evrhlgVT5Hkk{M5U!8bwccj4Uz(;1izKk3k;t|l!KxEZ7DX4jm50hlaLgHYC1Uy zD1&5UEVJY@y@^@ob zaZg!Hr95=$iYa`Q*Q(=GJob!j?cam87JTd5Tt6JMx(#3}vf>z>AocY`P;q zcH*LeaIO~2Ru@$1)$4lGYKzmm&ARF-9di^m7R+vwjD z8q6MHV(9WV)M8?3>)j#XE*Olq4_|L_^5iw89Uor`_~w7_?cMPvu-2Z@Kh(76TDE2F z#S#%^&m|De!rgOdl7@qWL(IY@b9sb1zHekoLSoTc9UYyiZLd;)h|0Z_%IUp$(+A#S zfTQjoS$s<=yREb_Qm^p)HVc4Icm52MPcFS0s-vmNoe%yAH%IS&M1;!skL5c%wzi^m zugC*ApeKl-3EKn$!o%N$&HPS&rIHd@e*gqJm2qt z+#Gjz%s2E-Y$&FK$4!)*s0Z`Ad8y5tjlprRFTl(`oVo5hb{OrnRXZiWfXmtHgGWes zE)Uqp+k0SJY=@iae3m$zEbDSAU}O5YfXx;qg?6jB%OHqhQI5)wzwWWp%Ep|Y9?PlQ zYw77to-f|pdp2~S=U&YnwRpSzTRC!NqK4jIJ5cK)vGNmh1`QXD(P7~t-0lR|+UM~213~d39&3>rcfB{*|Uf5advj&US6w(C{zXp29TeH z`uUVZax%2yh^B@>rh%6~#(tH0Jx)E9c=^JEQoOd_H8elg>D;-QziE#s{8sfa#z-JG z1VlkVebeKldxkJN0lM1Zf`tDqTei4_Kbwbc<3dr~Zxa^wm$I1nJFtEq&)C(U`VTty z%f5K~HYhM`r>U3wYZkv!+|46XmKCs&$!?D%2EEX>x%<~*ubkkwETjr_F>is-Z-1+9Trc6m5T^hec+ZA`vY zy9}zTp|T=*mu|j8O0F+W=f7RCjcc)~-4>QmXbx_*pVXXwu)N&3@zs{uhIm9E$J-!S zzg&cSM}9P&T}W_n$*WgT8sK}aX5MxAOUV$6>2lgt8}EgMoq$9a^SNO&3N!>B4I?s` zAfhTj3;|>v3M(8acz<}tUKqHV1KINbq_QuLJ`mx0;vQ4N$r_6Crj`egl?@Fbqzxcj zS1}10p>U{Uil4+>X$0igx%{}sAJ|~e_;N?>)yDr9rT603{bvnJu!B(i%~}_qo0ONk z=V-^ZN8~O~;wq?lY+b>?XLMryHRc~r0w1WnKa~omP}H&}k_ZrBNihz_b{Zy4%@VL^ z6-1Qx*7&YAu=u`;B@`?OwxjHfjNu7eDju0lI|yz&vtf#GhJsO4hJEFOOI0( zaW3$QY;L6Gx ziiQZRC$3!9((Nr#3c>LD1Porj%3~Z4*JjP~(o@r!S-vq-MGu>Ve9?O zAO^ZeN?j2Y>7Sxjvtpm|%d~d8P$!9fl<=xPK6fbXc9!q)D~e~Qcvk@F%11{9V=qZL z=|!7o?=$AnrBa8-@^Q$vw*T3WHlsu+3^xYmnBnrG|?_E(RNG;Nx}MRYR@_# z9YzwI8%|0Id}x`M%^U>=)uM+j>9NfaINS7CFsJKZAA$0rOTgd9#Z3TdZO1l>!!)fD z>~jP=kO11MIF5ohf7ja)braytwkz)<8#1SwT*i0f(>mk11Oyj|`Lp9>yzTQ#Z=bCZ zF8iY?A%8$OC(w{ErPa>z^Fk>C4@i)vy_wl|+o4|S0;;vcE`wsi4<5Pw^{ISr{oZ~h zPpVN=vb}l&5FG}!%p9{Tbi$zbU!Vy&h&JPu-RY(U8k|y!M9OA-AlM@y!?D=m%;r5xR&!jagzA8(6SG>0{ESgZYA~)xCFh*fBdtjKIBXL6Y=W#xw*s% z0M(oW$DjYWiYOy6N}A}W(8tI9JNn=Qx`z3mNUuKD{T{%H>>NmGLw@$J1pVuECp1(X6DdITRQ!2q zYkbhl)d;amxg%*mfp~ZE*>(QBOrG7#$=~_kxif@P3xps|Tm;4eZlzJWtSmk0LonvJ zmG~GeC4|My$mrrjB~^zV8}S=jG)gy=pM#K@>?glhvy!L}I{?CC+rWA504%774>(?o zIx+(OqM9k;v-=jyTvL`1o9WpW{m)c0O9h#Zgu)yT$7_6r$V&jI6Ezdy*v7l_Y(4B3 zq+yiRv+ZQI(eVWYY;y9%rP!M1@$)gcrmeYoc~etUELOeA_+Ea8Vjuod@BBrP(@-80 z7*e9Hq461C#nK)^(g1mIE4!ZjW+DMN(@ntPjR)ZUO8ZFkL(vY4WTx3TAkeeRE z&>e1Ey()qJv5B$qv-8=u`oTKpEVuV=x3#|SDZp!twTn-gcL1LpZ~rX^AZ>uZKe?KN zOkmye;{GO>z-4d@Z8K?Z=InS3oU< z?Z^4-*`G+o`HWa0)p}hIQ<02+g8SwBp=+~;C_OXtEQFsJV*yX2vbP4|-0dr=zcc}< zH%|QnEgBxzduAUCbRjZZ&G7sl9*>*lQM*Hey&Il;8H!J({6 z@J@{iRwK&nJ{!j#j>nmFHg!cr`ak8dcK4~Zp9g{h1C{UZtwkxf3Xr7i<52GFvvae*DdQPELTJ!4evWP4tMtggzHo*yl@eM zoeWzzG@@t+2`cpEi^2-G^XDV}?Y4{ZCT&+(SeO;vXCmtEI}O}FCb!T2Q#=yl`AZlr z7I-7qXY@bOc@Y!|kLZ;?;xl2oZ=GOAX15?q61JM?d+q7oPI6mITqcJ<18C(lK>8<8 zpdCV@qKvQL>q2ZHNjF=M*x?ALbeklkhpB-lJAHExB==Up#3i)p=;MVOAK+Ood9pL+=A7zglP98@$Wl%b0pAbT4IZf@!Y-d6nx~Smd99 zq?TI}c(EFWTE=kUH+~%`Q_#BIZ;r7aN8oEo%Pz>U9M00Qr9-xnmRq`P@FUnHVDsD@ zACW%vh0aduda&v)m9mz4&8`h5^_U0 zWw^nQ@qf(#qftmC`?;D#Xdth7(mLBa}kfYQf{D+jIM%v>l_r2 z?BA3TrvCEV@cz!!9k*GY4Ho=u*zzTv9PpxF&UU0TG=yHM?b zLP%?FYSQjZie9#!fdL0OfE}F5X+v3$A%g}h@+2=$JvGa}bl*`W8yg#`7@o1^{}bUO zEuk|gnmAVMXdwp5%Bwuek&cmqW3}eEmWD@tb5=&iLl?kS)3H$|wntvMz;%u75mG;% zv6attgZ@wjlvF%ovR^4*F0fl@HlP1R)Y2yif{{i;^X-Cep~qtY(=NA zp$HZXUc9%t!?xf0{w=C`bZBTF)HZ}KZ>X+TVc9BzmF60As~+9Kqo}B@Y`-zUQ2BrD zlI9<#26EVvlfwF#$BI7%jsKROk^0{gH2zz9M(Y15XoPnIU#*Yatwrhv21Ue}w1TE) z8pEdIF4HqbLBpx2q=dR46`8*|Ip;Jr{hMRX7nqbR$3%Ak%)MM!;UF9y9K=p?&e8Ec z25J^JhUC(2Hw*Irq(uFgu7davt1NSg_|ZjKCF?I=y;^_S>J=om;Fc&=oJICj*yU$ zh=>+>R?Q(F_VA!QCU-OVtb&9nE;7;xnh}H|2Z=YVemOWY0N~!^N*LNP(X8#Id{AsduZS;Vtp4r~bHOHet*6<4mY#(r zK|LNyaWr^v$c)iP4BxLE3AFYD?^KHBg?8Zj!eUPX%J0Mb}5!k=G)3rSN=ZLb{Iw?R( z_!h&v$a~UE;q>&h$2i@yj*b$p!_glW7}Yrzybnr$aU!O#8>ck>W+qN83UKYqg4EPh zxONl-3mwt$>|9O$zGfThK_M3CC0Z>aJUA_=1&R%L|IkK10V|84!$(d)xMcXm;Ytar zS|C^|<8#1yTL9Vuq>y(dui*LUBH448?%%$>CP4mkXXiQw2FN6G4FxT|9pnWqmsp8f zSy(M3nWeWDOF)d74L4dLstQPd9NOy#)8^$CLfj~dm?B!K{Byuy%Jpb8(s9e?SCu+M zqcO5sYWwg%nMvK(ct2)60Z0n{=PwyE`4CKduxa~LgU11t?Ik<$d%S~_)7aQpD#VGQF;ajnfk~}n>d2Ztw0LEZ`qB8WE0AM@)-)7X zX2r};FkY&RGYa+)HB6>KmLY}^kN58}3(G6@_rEXgZO{dnFvhC;HzHw!ssc^Q&ktKl zkiY-S(lbeNuJ5+w3*Sop{UT;n)oVgqE@#vHd?7ee$|ri}N;Q1*oBUW>{gaIe`W^)&&Z&a^o(@tBhV$rniM?e z^~LMwD5${Pk@3b^0%B@?j?LSf{DA$c-Sz>wc=h$d!I-!!9v~n5;eH9n+-2LF+e?hs z<5pb*fRbx}C>WD|x4s@P2f{1Eas0_Blis7gGiX;U9GT{uO$lC<~90pI<#L zVHdTErqe$9Q6Fn>ZPXGGf``w!xw>9AZ4R(Zn(9W*Ssroo2)@m8vMJi5j8C&x{}Zfl z%xl&N!J-?u_Ntus;G@UxIN@E!;62~}B?_M>ZR~=s;iJR9DF&%jJ&r zr7vH;wg7WX<4HPLA%(eTBFiKreh>4$-e-CEMoWsthUlRFE_WQ7>Zg8(`L~w z9RpX~E$O{`bz_P~SiT~{KGqz_lZ#}?U3s+?op5EmIbUL2w}s`^HKmYc=M8>C=B@ha z+HHw;#QvlqwgRcdi?GoC*fHDV;uv=D8`-s8cc z94l?9m)DxbUJj%nDA z#aLiB9;H9Jq@0`E&``+0kv>CTD8-ZD31Yy@p8kf){s#ggVW^<(#Abwvy2wqj#0CHk zcJ62K+<7>^pstaf@sq5 z^Z0R!I-k1fm@f(YutAyxK8aO=Fo$u&+yl1QXPhJ3YB2GJkum6VMNkD>o;{8XYHUoT zuI^YshcJz)?7zT=){&rY=zoGM8C`_5(9;aG6^bW@=;`a%$w7Gcyxbbn$vedpQocot z>V>p@Oq<;zVXfC@GX)tcp8dL)sBV4Zz!I8-!;wRzE#M&MDX|%&+V=v9)c*TEM3Fc#1b1dqgRF zLE42GxA2oTF1zA>^gYQHfX1c(x-3+e00z)Z;^aBjFA~ga(_;p0W?*JE3eSh?#}`{2 zA3Y=UdpH%`+!&9yjTFU+a4!j_UOnXnOrA)_25vd|^JjbE`JfO80%Pnlk=~G&o$c`@ z>>MCNM!2REew;?%sttXC@P79j7u7V|QAuF#Z*}doIO5A#Sjrz*_W-=NXR!T$`otBkVjZpGiIFYM27yY*>o-*0DcLI9oKIFV!JP7{2ZlU*G>Jp zvt!A#jmKjC(r3Jhc&dQfB!;4AH$51aLpZ+Y+IS>fQvU$E=wqXmeAm^OZLhq58-fd@ zO!fHq9L4O6`tou_6$}EX zB`#ebB=+UI+F_FJO^`m&SSsreQaHh&n$5r# zm1g{6qIMJdkJ!aw_wS<>c|pBY>VyE@@-YrZ*rb_un*7G0B7X1o?frAZm56O?88RL* z7OzO-{HB1)Iia0#=L-h40ja`6O8+)YNBwJ@&S(mw)jX#9xGfg+eZz7mxm<{W@9gN% z^(vZyq#=zpulJ(imL)Qn#Doj36#+DjpvQ)s1vWe&MhJa@0y2mJ z=P$glu$z`aw}q&^*Tc{tqNujDw;#e#S9n5>?&Oe$MFN+Z4B`k10^wfIRBo7i=J&?d zJPhcvZ|r=&Zstlx%s&{OssEAV`R@$RzaEa1`KR{Xr`4m)kR8L-MkL+s=3t|$Uc+M0 z)!#o&l=N(48cJiff8}1R9}%aV(*>-enFI}sBoKU8^2>oBv>0ovJHG+R zW%ITgK6TnBCT2T_p}P8W6GXTC{J(mi7yK9Vb5F5mhqG&>{X&VzsBiuKmH*oOEC99} z@o{H~9(vLKe1yEYgqbL~Srczg)OHH5pN4dMz;ul>>u> z9h>(a1>qBaUHn-;=QMwi2iHO-O!KfZHGN?MS)Om^T~1Y9-JXE~Y%~KnZA;VQG3TD%xlE7E+6K0LUv$?KmPThHzuq(7s&sVplqt}31#OI2~Y zwBuo_KP)KjpRO>%OWg`+7^Vh7b~?yLUB7u#J6;ow%t`}Kar=(TrC+S}@clQaC3L9s zcxR2GEdsh)MW;}ELObuW{*qOc&J!F^prhZEm*4$K{zM4hY60#<=LBrR)BGsiu7W%M-xj0TuPEGyFnVQ^4+~qY3P~TOZaB!e@ZUU-E;XD85vAV-ij#cjR`Be_OTj^&;)MkWa=POfvFJ4uiz zQp=E2>hkgFf+wpZ_u$e`q&9@Esrq#E5GfjPpul?Na)k^x7)=Fsi~dA{C1mHJ2`Kr& zh(r-N!C6P_?ChC_^<-pK&yuKf5F}_z1q0lI2lkxt6d7QzbKxZwm zZ_C?3$pNM92qbKi8=}Z7(yUxaHrOw?kkbcOld5p)EeIa=B{DrQ_yYY7$fR+)8xg^= zX3g!OAd2f8QvlH3%uUE#MTLXX87E3dA@V(m2Nzl+4rC-Cv&e;!y!QS>*u*3Ep@Ql| zXg$1usn7Iub&uyeE8+Fcpk2aJnI`iS&(R1=<64p!al{?Mf;T$&=}>u1F;3#TG#K1& zN?zDZoHW$D7{ij_lfoK+2F`;Md!KDXrctWL11Lh*uzmHy&LKehbWB2Z!0se@itVIg?uWBjm%%(oPV|(~Qog*mh+KzDZsiox4{;k{A)f09wl7>H#-c zGaeDeSgiYKB>F9P9lRI0p*(L*vFZdiS2dt2iJ-_m7vJ- z?a}?Zm2AvnQdusYVMi+=y!q_^JFu9RC)C+5_@KHYkdT4NPiQndJ^xLV2yh;D*~=?I zab|fK(CE^Vk}|!xS638}L6#tsf2J1?0G>{fI>XRiSTl~-6pKc+wQltt3&^99mA!s5 zzAimU$%}XK^t*$h-hej(YW>?>ab1ZR!)wWUP9RSur^s5vh7gSVVcbl zz6a7{D#_cr;&y3Vn*TaJOURp?b#k(uf0MBtVKr8rm{hIGND0)w1Hj72!oqWo=>e1> zVrhU)hBxm%GPdu^Qnu~-i`aHfZfZINi`ELduDdz-cLE3 zgmnE{zttw+YRlHKvVQIC96|i;YY!y^GB>ofUBHc(o}146Km<25M$=fkaR)N<4lWT+ zu;`6mAb33Q!c5-%UHb15?07^V-($oWc?>;n0Si=BWs43N*4C3JvW!$!Yy3*+j!CLK zpiL^8fmnlt-aorUE&05vu;TUWk8j&ig@__Pt`}l6{L}+h-M=!cacShF<@35S@FzJK zorQ$!Cod+fepb*Y+5w6&RyvK%w%piD<-I28f&=Fp`>#m+Wg<1&TRpoE9qTJ9Ax^SnH4aWcdbM{4A?&H52B17r8sj9*LKs!;R z2OA@tf+)L^V3DV$iJKL030hh=>-%k5*gQTW$K{-Z!*G4r{FQhFrpuGXGI8zxkq60+ zbw?Qmu-00E)Rd4>k>LZvZ0}|>blGl{I2!FBry#Pw{Z03lldZhc#np9(EWXLXW6iVJ`wE42vMH zdkKRlu8g~J)<&j3{-?jv9CqqL#_;sp!lA_~QCB__O?TXJEs zUch!C)gG$2^WHGlE7&NPORD7M3 zcysfOyLWO^uiV{~f9Ak$k)X-KFBeL0U9Fb<(&l|?+`*t)+TC61do|@yJ-n~-{<$x0 zyFEpMN9a~9Te{S;F<}EQa@j78VWw5k4>)EUt+SJsh1@AEXplR>aUAm>`oWLQwa@*e zuxXmy!Tv~&AL)svj4}f~k?eYFqOk1DnT*BLVCLj&3oqy_B^PxJftnNrwxG*3Xfg#!WLMVy2~*Xy5t2Y1(U zM=SSDepJW0#-I%{hz0H9TLa25VbgiD#@8{8;KgJiUpz2`39{FYTs{p~sAd>E_2{r; zl#(#Wq4fNo6)z-BSbCB83VHJh{3DB$`vg|s%g0MHAQUh(G<4=!5VC^*Ifl2|JCVD3 zZ%K$X|OuNDwl*}|Ln$XP!bLTDBbsl0~|O;Ap0I@{YDEA`jbf}F?9f`mLI7hO`!d3B05 zOqr{)$*1qh%BJkg7jQb$PWO$1Sh8%tbm}jY5 z@^1NxOYz>*xn}(!w{YrQ8h6%GJpm?_r?}rw7w!K6puc6~?`ISQlS4-6ZmK_l{ye4)Ca1$OL9+>`HSXfAu$%svDLilwTg4TL^_9B5i zfk5co+}9GwAYsh4Vm6>=oQxlvYgXH)4Q@x8EOQICOA>-}Do#{v43)cfh+AU(xa$&y zLkj6YYT;_`kS8^>(BePt<#YbREbBMB_sYW-c~bi`R#|CCB=gX^Q6oMHr@G@OQHRjVFZ#b60}Hp|SpwvsXEXDJ$^^<;^^?p~^Et@wEU zWz8~7N^T&NpanyuU0s1dW4|5Zv=pdYH%jxjceuj8`CT-L8$*oG8derfZEc2cPRLJj z*_$LQSuL)+N&mK^zLourucYI8%6$?zzpB1ZqHQwISZQKPl8 zEfnjT_bi$#bT^Mld}jcWr$8r?L))@#geyJHdo5lfX({=fS)Sti<6_;~4tAba3QR~z z3QWI@p;9{9-2D8>t##ZXE>|o^Us}!xPh9ru8(E96F=$J^G(w70a|*n8*IH|0V)pIQ z066QCSSQO$m9E^n@@Sr%yy9ukeSSg=4mT=0`^yAeIk1XR4LUo=jCmlw(tbUNMMbRY9Uw`2twoSU5M(iq2embqhke~6?y(;@M zL}(M3a1K>v(N2S8qs#s62F~2jf?(6@>*|7rFC;9C-6dKei+j`j-e>4Ro{lo}ppK|1xxm(;P9TRA*N zYfW!Snu8a%um}nXDepWeYM_gWn6a@Ic+Z~om0{vsxd1v~G;n!VQep;UA>4zY z@@n>Djx@9~vu(P4sg2fFHW(mP1a}i@HpXMw5YDxGreZ5HZTQ5cPMvRlvnxsdXI%`X zz}We7i*MRyuY5xTgIUx?1j+pbp1f<3(!j+uImlAjfrN*diD|%^&}mUVL3@$xK@19dt-m`!+W z@JSTS+9(7*Ayxn&dP)M7Fg!H$Kx(}-i95)5!icGIk#Twzv9O!I9WV5L4}cogvFr6( z9@Z8{tHV~~L`+PgIypG1M-03B7ba%xMP8;s#>r(OwQ9(VK}3Tj$MY2#tWU*NamF9h z3$EE5WBMjhq{@*j?ENb|`&m7gxg1==^4mbuZy8Sls6cts+qdHUIEy|>yAF3@?nB4t z&rTgLm!&5!D@$49EOO=QRfthvzIvq*JZHjaLlzsnH_gbb;U$wpz@uxX<>UnYz=Q!l z9v&8PXTAV*#1$dUyR{)iK=`YL^vyjET}O>IQNk3&7Hh_@r%7bDXTqG zmON1KmZrS`K&Kb{cr#|R2as7ETH2fvF-K-%s$Uhts0yuQN^NW~$bh3)a8lR*9`hXK zjZ24|vv@ohLt`r~?lX0qEv>7UF1>x4-?UqR>B7cCvPtmcC!KOwSy_Co^!<{AI!^7TUPmt_gz#XxK$3fJT}*ko{0rjPi5!MFJFXw$A0gmzb$P#h z`^L`}5E@#Mu+aCJYwXb@N3LY?tf%X&vpcS>qr*x$bMx?+n7tE6=b-(_*W!ICu$m2ZXNK{%60Lx&N0C0^#+^A8HU)m>gM{Wz)8ffu?^FQsn(7D0D5#2%Hy z=ay84b2{4rg;?OtyPTJzg=xQ>xHgy|{HE@rmwn5w4b3{TWuT!kKI%m|_}YM09^*x* zKxSsB8B`&FZ(dK;pTgG6yJN=?Lin_e{rmSU)dFu`BquVpY*Ks2$_K0Zc~jKQ2QFsi zL9y_zADk@_C;@lz3QZQ)X2BBbhI?233YkAGAaL_laA^?}j`YZwgY!qa_>&YBmry}v} zLXnbDt{hM^ww)#~2{m$b>*1;0&YU^2`UsjsswE|Ot3Iy}twfD%97a_QDsotK3mi=Z z1AySqNt`ynzMV8=nJB$(v5CvPEkVky%YCbc`BPC}h#ai93m5&SwX?u5dEFnoo|-}r z00QjUA$#pjoSa0wYh)V+OxB*%xhA9XSj^}tjrR8GnB`urK2%T)I#pc_2ZxLr0=a(!^FmWl?=gK|ir}dUMF)Pav6LKM2KjY{)Ix-Rp4jM~Q zZyj<_H8Lngd4)JAML9Vi6|!%j<487PIk~JAL6RG=Sp-9};W7AZiNsIyV0>2LyX%>v zYWejl^?BKSeArSVFr+z*m&Q8O1*W7O?|e;{(A(GrjsYDx#4_Iqs6kA z=x7NDA^=B0$7X!TkebPMW?WHnA>X#Gz_sI38oT@#Hogzn*Kt9$!6!4;T^*qkO9lMn zdy0Kt+RUHDBx0m2+UbD_863>ay`Mju+1a&22@)N>E&b}o&a)TkV=guMuNKIbkk@H~ z(jQGOLQ^}sx*9+_q7h?2$IU<1o^HB??F%+ao^v>qyW0}FeJY=dx#LuJ{6toA+mbzt zA5+F&mW&@JY%8>7dkZdYM?!uG^r=wszNDR5u@k{9y|4hM5H&H4#(Y__LspfeU-_6%lX>*& zR@R!(>*Hp2x+Y5Y{vF}oo{ zEsN+dk*VD=!k2`(XO2vAMylx^Jov*Gc1u4Iwcll%=}l4>Zh}zS_|+NE7Fp-OG{ND+ z=YUw@WNn43ul3o_?7sQK`^UNGmzOEs_QX*7ua9ltM+d#vStv~5Kpkn1Fc~i`s0MJ0 zWMecmy{lY1OMN8-zL`(&3;SCgIZf0bBB*MDuvW#Mn<&zu=oe>3ZJ(3~ni#*Ox<&Wd^gRN1kUsIN4X895u*%h|}4UZmO8dd|>(Di?8H;JW` ziW#p2l4WMEZT5L|)X|CqY;3Z&O>@=#FOK(+XV7%mBQ6i~hqbG!sxXD8^VrexWz!xM z%S`?ppuQbp^_8dT&L6(k>U1WnDk)apa=kj&>K`BLfC{_{Y(kD!vz{H!Hok*4-QRNB z!@>99Vb(hwTaSX)JKz{o3&rdGfR~^Xr^0Lo*rsvp62j<~t2d$lrct?pgFf!g59Ca%4;%oU)VS~fQGS(jx$ofBZc@3J&=QcU1L}PXPB}zT)WQIqrO)qO86n*c z3ZtUJ28)Gn7(oVTBO>I4xH6QM|GwCg^nBZw#^mfRBYZF zv=xIGf(m_+9hTJp>C-d2HYS9Lyf`f)6H#y6J_K3AngFmvl&)W4p`;evQ!g!UKg>UD zEs1p<(4w%&NJ6(Y#fC>5o7?`IJkZ^1FkG*7{fk^QecCnzM2$sjAmymM(y=BBi9Yxume)155z*3)tCPVX4{(+{h@84Cl zW{=d~zrV4U5>;tQ+^nbX8xp-JW+b$qvx*w{mC_O?9^c)NkPv@=M}%46F?>5_?l5c{VbNu{QFi*)ri6<7aQ6MMz-XtU`o;zJ9brM2-lyTCrTLS_E zOTB8?qDFJRU_K$S`RMZg^xbFWH^|;7=43iG{$22!k41amOL}##tiv-iGg$aYI??L_ z%M;%k6A$E+Uu%W#L2b;iDF#d!U{QIm_K_0nl*SWmeGCsu<`8Dq{+&N|8K%;|cwtJW za;O?C1cKt*S^Y7sYyJ1ke}avMA{6|bchBB`gW3>o)uRyyIbOwXM^$qkSs(0fJ)03< z4Zxk)>E4Av=5{v2PSf^7?wwaxs&;3xqMonBox-Ptbq6TG8-tQa_UE;6ycKd`0Gq(& z1T7yGOm3rKHh^Tcaj+%g(E~@b?4$hV%k=!Q)`w3GW8iNM0=uScv-frBY!37$L=q;gneUm^SDT3w9O`i=@*2yTQJM$Z9Lus?>)qoh*7c6O*wY)Ee$pCUOmO&ZlR{X$A0(lM zcv}Lx!FgBm*z0KupAZ$%$iI06VJxH<3jps{R&;0z(;YI11jgq$%quiBx+3J6!Tune zP>GO&xkb9L;E;j~%0ErFZm$$9c)&9`QB+;MFC?Oz#!~l;= zTF^$ItUymPg$E(+HMS*$#=1d(fS>&emq{C%P`=iaukn%cNo-()I&zS&C+TM=AeGpe zF*6Pyu8ck*CFM<78OhGm4S4+F&6^Zi>J~eRFV^dVEVOFu<_Yq0p5}jhxqxV8_Wk<$ z?=b1;6^_Klds7LUzRlu>T)F0!lEm=jGWt+lH3X9mV?M0v7>YbJv`}+&*`yYhZs~#^ zGP{(#C`}wa`O0xTvNRd`C;Oro3~4F=?58m6o@8Z0{Qd64>yuT4JOUgV-*>X7J8~)Y>$W4CLm_W24!g4RZClkQ5LR<}D76wQDy& zp844hrXaQx6A#vFYXOCHQs5RB|A~ePT8|>fUW(p(8i9~7RF0xbLVap8PS9c+nst9I zL^G%ObrtEL4*^XOFflJrY~Q{XH26(Tkg-J+g2Ai{h^bw7QPIk(7qu7k%pZGtFy2ZO zlWKuvWpaja@$n@&pIh-TOV-@Fe|vPJHStt|5by1wYNPn*+1Mn(GLdkTovE$!^f*l) z9f7O;9e#^sX9yQdKMCfr85aVUlzSl|dC=RVyBAvztqG<8kpyM4RKBe(IcVt8wFNji zy+qQjliLChTfN6wYsvWTtJ?1gCaVj*P8@`*^xCy+J#SMvs0~)`?$Z?N4KkySRW)C5 z{(B44kn3p~*Z+Qz#gf@j^BRnE0tn6me+k5y+kPZobvqr(lRx+ z@#}a4f`fY#UcCwO_4P$chs;2^2^+Hhr_2>tgVp{dKR?IzeG?K&0faf~ z5_J00nRGwi0D!w8J)1Pfl5^TXrzPFlyuKG*hcG=8lV$S=f)M?b>*9o$E5rf1_&;oY zcOcgL`~Fj%)M=?hGD1=+qh*zuL`7z{l7!48qq5#k1CdZsw(OnECMrsV%#0!mS(S{e z_+76@XMMiE^GBcaIq^L2@p|2_`@Zh$y6##PlUMuXm6SgNYe8=wVHtf4(;%?zB>>gV zP#BkSMd7m^CrmbAKryr3VufSk^z?LmlA*N4OUoanyrdBo!$)fKn49iUiT@ZHvInmP z_KvedTdpGkVP^jH;lmpQ1QcsrC&hWpoo~p5^K$BGYmdTr`$j74Ej#3)M@HF<^i8ec z9f9)g#R9*a2i2GQ8w#&9Tq9&q5+!7S2}mQnR)d-aM!Ue<5T67&C(-hD1czwteGMl_)C4!@Q}viQm4fe6^urD~^{MdoC$hDGY;xgJ-aM24^Tllai10XUsm=LUTVMt6y4E zx!tcWlEF3B`_6YnMtvr~+s*#RtGlyyT4S>0&I6vbyz)`=wAO_EX`x!5!Q`5Fv()vGVohB+5T6QxwxP(2>}t=0-b?&fRU`YsQFa?==_VdW zU#KLo<~G}!bm5%0tma#1!*Nn|ET2KStbF5!4R3nGVVGxTmT=Ch;ZNsj3{!3T8l}-B9(119THNRTYHiAa3goYBcEZ)DBM#tydYe72bKLBmbbGnd~XpacW^C z7fc#zfsmW*`t=;dJd8}wQocVYoA8G9wOOLuS7zHW9zu8W!P&jrFfg$TpoL~LTnRrr zpxh#}xa;H@rAyY^Fn`^%X0bNThKJOwhb5B$m}Wy!D)J9)HM`v$9+0~SVb1H)rDU*tAtnfRH zd>UHX$H5FsI3GWGlCS^+rIL@pMj|yGHWVu4F567c?0s%~Bg9Ph%N=j7*jqdn^Vd_A zVX*Mga{Wwwn^+z?Jb-*L8$HD^*G-NnQQ`eI@F)c5UOFl_bcI>+;GD5h4|_vX-u=VblDPEYCy;Iqn*e!-w&S$o% zbso9fvDs4JnSqx>P)Hzh4X>m&r0j@Pa1}(v@C6g@{@9z@55pXt)mt^V6HeX=lnC00 zzB|^aCiYYM7EEKdfB+JWWS)IvS|{cj$z#oa?0TQt_KQZkcx(;{90i%H_LisRd@f4% zr&d~n)ku*Upa1@S`=1OhgmYlFfZ{U&l0_VQ=5+Fc{=m@nY)4qv2dV3p{EhEMKq50lX@0N8H z*~y+tdJ-|#W(h~P0kNo1sq;Jia@r~8j~LhmMW`N=UwulrjcI+dhL)3)lQdvz{|($P z(QiHE9Fq%-sc~w-m*XnkYMb|6(yBGUaa^*T(P5yt~VFN5BEgxrA7ltnQ5kXd3 z$P(oPd3`xmkcB}G2|=LtaE!9gtfP75#i}=+>o{_UVG3RyG z^iGqF*CLLF1OIw#^NLyyQv*Uw1{wKaP5=eDHEfOA0b$^riwk^f_V3@H(_UDAAd8>- zR8uIb2oRDhMqY}+wLn<7u56h^g$S<`JGS zKu*YS0AhDQ)1SEWD<9{xB}$R#HWr@gDhKq9ZcB0Tp5r%j56wE{8$Z3E`Q%4CH46>F zM^3EeGY$?gENs4IG||NHrx}^dYUPD=-trepx@tjk8n_~)VT`d_6de>2*tzpMHB`rc z`-X%@pL|6kl>dOSI#V^Jo749xC*(@KzLa};^!m{r=2ul!-3>DCljy>HPaS#}s@db| zNwbUyioAmYe9hJ)#%7Zrr_m+KUQ!|~euK!#EG8V^bDC2(H@S*-y#3S`)$}Xz* z!g&BQmb-*_?6p(4DwI4Y0`s#Jm6{>%-D%_mABZRmyqh-vA01{1Ra(iZshvOBn%O`Z z7@rN%kejrxE!eC4Qfx8O%)fR>1rFiQ`DiWvbwK|aW-%gO?X=hLQiu|cY5#;$-pozv zWlFhP)aW5ox68Sg8*p>aTr67iGep>4zUr>JDFN8u>q)enk~0IEfl==8yUV(FZE553pWYi9z$4*X6SkhiAE@e=AvL&bzpBXl}aVKuUD7*iN9;2GnPzhpl{3^v3 z|69Qli+=kJ-b_p7n%O`{jc=EtoKBx!`QH!qe2Bp??F)?8?cAy9^G0)(F5>}Ep76Q2 z)OEJUpP0UVki`Y(JVLwz&W^4Qs5j{0Hf3>a6L9hXWf;0O1V?bM5&iYvl$LhENdLqG zF`4Jc_~Y%4euxYr0$-YiR9PW4k0wHUn8qw`eA7lJHX-%o`URFt`!_zSx;z?F*NcIp zXqy7b6-HARm@J#~N4x{DmPsKE2_#@&5Tf)?qhPDAY;M-SeH=fFjsp~WP?9_YkgdNK zPYEU9i;JxaG*1TO6DMHAb#%v)a?_kYgtVoZD7FKJdW9&du;P6+f-@XG{By6-j z!rO%fYR<9U3sa0bqSSjhHZHDNY&+?x@Yo(-jqr^-ls{RHUh}J0y%0ddX<5`EGHqVS z4tzv18wvy3a$`7!AaF6o#k@YCb74jIa~A+0=9XJn#03cr0mu^iY^G1q`WmOErVuX| zF)%cYo0Px*AKFQ!q1nNt;67AA?X6>=M&tD(H!~@h2hhaL=UJ!$IN`E!0Ddxvx*G7t% z;D7ou5%B>zUSwTphV2j62+NVsM2HH}RLYig#&sp0Lc)VMn7G)r%mU(Q;4COWW4;5K z((gfbkqUCPGhVIMw;w;mBh-_#n_*)6ugud@JQZU|2z{dY>C->e)+z|u`zQM>;$a@CUp4I!)+SiWmOL5UD6pNBd%ae56gmx2x=`qR{oM3 zWtx4S1zU4BfKi{HkztFB2UazhAL9WnDkX5&VfC|}Smc-{JqBDW>`zUdPLd&x<6$Se zfstZ)sv=8JCHVoYs@4&|g2s|;J2ZwL3qODON(T=l?ZGW~AeeWuF-kSp5Gj1e=8b%k ztlqiQ<*vG3$K1WpG{!Yp0o|?qsPx}E_B4;V8GH`8(q@@|a;30VO@844fiyI=ywn2k z{SWp#R&ffX1n_Z0^Lk9>@d}c!xDUf-_)hx4af>_r6{d?mlC21`h6#1xd}P|n|7;#G zWl-N>^BmeDAh-W|S5Ca%4b4#GaD}pa>;SN)lkBH<9QCh$MA3-n&%J8}a`?t7>?0s2 z!8kPQ>(0XIezt*Ow`MU66i(fC zcVR+QSC@lr1^!SpW}U+C-jVrOVD@vfi*7!uNv@FOw-nfY{q$)BZXVH6=dYg)e7|?a zKPM#3g27Aw3d_}#Te+6aJrU)%3xZJ!BA+}nIYL>cGAvrO4K7xxSo6O)Q(s|W6%rn9 zc=Tvx_6b4Ng{eB)+E~pf!oF8+dorRaC-)SLV^}hvuCx&A-CQ`2emP|TZ85`6J@p4D z_C+x4dwg+#<;=fgyND->3iN`mXsEx){=--X3xo>V-CTgtpa(y?BbY$kZ(`Qx40p)3 zl9S&?Mvgo9g=NC4oG#3z zZndN9(*4l|o0^=&fNRnV1Mnq6y}re!14s^XhMmU6p6Dd8<(G%}Gu~SM9g3u_Qd795 z<0nq=ItFGm8q<&4hvc|@v;DKz1Q6?0aWQ-7xvcs6zTf5&2Qy)ltG8~wg!`KJUOGq5W0E{*FSwK_j#QmmGP7w*qnX^Hj;$we7&#!_qnwKE{huy z8bR-k>C2BDYlqq#wK?%ygJ#0()wVnAkZs+*t%rCV7G^cBxiEqL6*8u1y4MzL#YFGl zIZe|<=a#^!x#K;Mq-b8DJ`!Y;n88fE<^h}wZ$!Ppz`}gY&;!E$!r0a#uLY>D2-wA3wC7=XU|g505C z*VE@ENNuz|3sJVwELdUFi+=p-xENZq_%P3u`4h}3p+3I@lT1x2rB4_xp%ToFdrD4_ zo@vZ{a4}*ww+aXe?P|`e>`i~ic!s-g0KLb z8m0gkqM`$dZUtTxIzz%3ce-QA5_ZukxZ3QwK^!`BbG2-&S12`8WH=aHQ^#DiVgQLU zHjAf)p!t(z2Vz31N^#A#x-WHd@IYt&&u4BuR`?jx?(ms6v+aNjfM^67Iy_B)+MOh0 z9y{5k+f)q9x`4gbqUQ|NPI|e9H+m1tVRzo`_!m0M5KV28k!gGR^5y&Y?$~6G4Cmdz zhyhU;F$#7t1X&zf^jz$@I;?IS52x^ty^$ZQq>os2WcU}2-RezM?N;wgm)?9)3lljg zwH3EdO9hpVMiW_(Fu?Ihqh}H<$jxLS);OaF+-O|AKH=O7gygi=cE8@g$? zUZB%b(FwEZ+WT}6&P;_-F)q-(|IM9?BNvnL-BU}N#rtms24Z%Cfb{#mj-DRxq&9rj zo-Xo&$wBGvU~hkC9Qf1aU61^4Wn`a0dwdRKTrMdL8fjv}eQaMpNXaxYaxSkmpR$d+ z05eBF@5`4poc^29d{xsr>&5Z>->77>c#9kh&ioaUUJ%dqL+OadLug=N@p{mEMDqyC zAAUE-gCJ`K?L{xm>oloeuuS&jsROaI+XH?a>nXJQ8Z z0B!(oL}^PR*)nt_L5aYlvb^!=kz_E2q{mBN0o2j|0wRT_?tPc2*qEqxsf3S#(b2Q8 zf;;y3T#y2E`aN*FKjM zmMk?p)n2-}OryLI=+{5JZ;54GQnyR>J$#?sS_g~s{Eb=3RB9YmGqa*bl zMq+EFU2;=XeYNM>K{E8cyB%#p5A5y|`X$-J5F};=Ci0{M?cUb_FduygkTya#mg?Qe z738pYa5&MN2H8hrd|j{A7x!Ttjj~Y9Xnk(F$J^fy8`xC74I4HmJnvJYnjSw)rN%1n z;|oym|JgkY5vQIh2BpL66UifH=Ln+FP0|yC4isKL_7iNG=E*j9Sva%&Z>_gHj%^4{ z+R5K{ddW_S85h&IY=~+ni_cPD42qI9EIb1b@*&aFg!_1uFTQTxwpGXzK)EF|AcQ(sD6(VJ!XLI|bVV7G-C z9%*U)#1X}ixePs9oQs2?!!tAIp6OBwVLqW!n{8tX3`Ydx;_P9+frno|f`)ufBAlb_ zC_6hw#(=rh>N^j{Oa43iVxFCNu!z^j=&1hQvC20%Q9v;IO#6N;l4I9tf`JorV7#!b zGEnV-ZGH)$zcTfWq_~M;+iccu5YH0oegk7~ZwCcwAe%_VQR@udX(*zE%M&f ziXjp#fsp{ng`gKz4O|?v<`=I?%P(?c&2 z%%x$e`IXetv^US_;WiK!Ti_jUR(wj!w(HIr8we-1J+nW*QiL*xmz-TjCN$%M&!Ixh zlbloh>Iu;6v04<xZ%^38MufxR|)q=@N@C*hy z5XSaI!-%cFD$bZ3E-Cy|=AS`S0N#u~+ie09!n@X=U9=A!t+xC2Cw{%nki`^9Su7X? zrx>~q+m2PLtEi~BxJ;r`za7Xh%Wh=+gn0+f8;R_BQ}o3rB0KkhKag*lZWebSis!V3 zt>78LVMg#f8UxEfN2!fJh$ocs{_PR)=FqEO8AqNI4b5mg=mk?)0;s^L(#`c==uQW^ zyV8I<{e&Jk1Wo^Fuc;o{+1;2SfoXcyc`YsOU1&lBsGEVi79r9$k!pyhzJ`8EW}#E$ zIM||nb+0Yn8e?+-gWUd|yu6qJ>VdBo%!b=MdadXiiNY|)xqa3bkN`p;KIb~~jT@z6 zK>GXv+_E!vKR?vF{{H`iu|VM zdHQBNhpf(Iu@w#|x3WUfP}HrU<`7XD_*4o&QqUN;mzW_IonO9y%{9J*P83R}zxo)q zbyMatrtM+C-DEhw!Pom1W#sY-N_7XdG@T5%A^}^wzbK3`l5^-1S><|S^c7Qz8Rn_}!mMDouHo5PZ}U z&S;O1*!8Mg=a!I*5+p5on*W7UExn2wSD#5MX4_!}f|iSn15y{~IJ=e+$pNrGY)bDMNaNo`Fa#~1+Ij%C`V zTrS6WrW!W@BI(_wc65@1yIfLrzkExE zp5NY+zEx`?MThp0y`{(XckH47GD@xq%2 z`O#EG>%*!L_qYJ#AaH!LPTU7E0UgS^d}@fh7_kqQqVXqOF`K|6`RQ6z^^P`Bujx)P zr`%LLUTVNDaV$5*@k>b^hPu&=kN=YfVN&ugisnyxVEfXT9@1#~_Ydxq(@MY671dOr z#KGnK}uTkC`?Eo2z`0$ZLeoBw(g$ z)q>Y24#WjkB=?A`IY}G^N)1B;!Vun<)&Q&0tx{4XffW3XHfd$3@Fr<#&WT+gKX0#< z!=OK=fI@yeab@`)Ke6Dd$a50(HA^(5G=KOL$HKz#>V+uHu?!G3!(6Fmz%y(4U0qzV z@z@`p8(JR>RW!eCti1GpT3NSCn}zKOtuLeshIB7dU&G;H3kF>9PZmI|C}s5a{BL;L zicF84I`B7SAE5e!=PUgu%EYCTfERVC_>*5+}0+XFePHE4;usuaSYz=P|!L| zeO+z6dE>@XuzC=fP2_)y3?z^T_U0Tt+6f{c0nvF5mPILpx~g;5G3~#)P&Y)XzJ2|D z42o~|p6bGl^gIJ;Ms2fRC_E+6m}>Yue0I7&P1GrRzj5|Od;cJlUEutnY}MNhw~4fd zHkijbQ)`?wa5dqzeZk8cy%B6-v!$BE#L<_uV=LiydA^{Z*t{1I|H=M5V+ zV5vYU37Fl6aM$z`jX_2QA#nt_v7g^ZmH$mz66|F4?wKfna%CX~pajzlq7EM}mzh6+=Wb?PLcb|0a&q%mO`g3)RLDJK8rnKl4HfHABaZ^Oa(C=2|^Ki`2k3* z>h=QGkGULl{ram;*Z{>wR0$s<7tb-mWw75Yop6ir6ZXO&6gDxzEQm!MjL8sYIEAa4*y(# z7fZ6>MAprP9oB=+xl-8=mJN%l_);Wrt|odCr+%G0v(B3=pWw{1RfUTv9!imk5diq3 zRvTf9+r3P7cB1-W)gd}4jGQvT9t>{F3x|pof0t_vWen0`10Idm za%yTSGz5TMS+v*>T!se-{#%yT{aiz|6|Qfjl#?OkQbrRM_5R5r&@_;{XQLa6r@ei9 z;6g0QC&-NO4{_f?I;PbaHX~%unv0i6 zpATMA+w%9?@MQ+Q$lU=v@s6r9)YUnI-n!mvA-49}8 z_g+nn(#(!i&{UGXouaR~4Cg1%aC0-!=?xLJ7fkPd*zT5;0W_z(t>QdLR>_2A9X7%y zq=Mp{kXesmf-~M~aDqFAiD<;l@+B(HW-LTEprrEb~yUTun|4lb`$6+ z#@@Cms{;;}YvNLqZVp%k-K5U2nOlu9%L8l#2@kwb%X@bgA|fIB;{T-Rq$TV{36e16 zPSoP_LUesU$mpe)A`#JrPhcBvZ=|j=(<{8>VPn7|>oe zqPrFETS_W|k=Z;@2hs;LxZ%|f{xB+rr{TnR9$VWtr+_Qx12!>)^Pr@-Ar!-x3Sn^g zycM~68m<2?kcKRc@QUrx2??y|czhfjce;2y($M=v^?{Om(-6%uLXJuJeFG2z$8m>TY2U9n6%g!ALrGl*@PnKomB# zsu-yJn~L$Zc=ABnYe0UkP-Ow)3$dq8$nmQ;fcXW*M%QxvBe&%YP{QN5gBeO}Gm_Nj z;h&p8N*>PLfl?i1+ex`d)iq2^@{5W<4o62*_UxCn(MgK49(wGmJ*rZ4`xF+2xq6Ef zm$lh;pU}jh#-DQ&r*APmp)rq(=ZCwm>@TuEaM+k)DZ5^v;#+k~akf%_$dR5MqVoon z-qNte(pc#J4`APL8xP6Kb9GiQnqY4SamH_EDgGF>Uw| z=$^JoV!vaeg=BB~l}&%(bBe#y3tncJvy$S|Ph&Nyd|0B~Pk{Ip5){Ovm{Cdk@al^e zEvk-|l@$^i6v#7qn`jn0y!WJc)hgQ!k=urt>9@6k+*a5#EM!nUOOt(pjTYXe(s`y{ zz*y!im?Q=nIyPBgKc3G;(64WiWv^9T$_bsWHl(7u5c1K0akt zRV);pt4`Abo`AUvIlyjVC$J+`$v@295I$zuD*6)`h6=Z&m<#BSY0my_$U=_5EI!4g zI^yKWF1~Z0M9xi{tQYI16wRw5UWFwW^9oL}u(7>bk39PL%k4XM*h5}PP1Z%H_nXDR zplPkJ`5^-XioNg}eWV=!T#UHrRbJTZDDgZIoCmZ;bU?P&L?iP!w1>U7I-4Q+|l6VYJj96c+lU@2Ny zB+r2gZ~mYY3aHAMnP%~^YZnlxpC>*H0hfDuIKDd>1K{fcwuSHBXMjV!QRJE78Z__i zfpMb_;g)dpQ2=4w5Y5d;w-Vm;I;MXE<^r3i%!dyjI!lt5wPz{0qdhm!Pxu09Gtea= zvE)PU*>=DNv=X1|%`sT1gi}tSo*~To%k%`_zFpQS5m`09a*V?PRT!#(#|!#-Ga7>@ zn#JYqo{WY(dNf7IkoR`)BI2$mknrS2qWCtUzeUec`WcsU*~<&xcJyj0`L+cN%Z#<3 z9ZNNC%E&ak(*l@KXCqoZBVPfu`7?G*qpvEtBaL72AelA(zfkOh3%c>oUl+9o9Mo0*sX;}O#!G!PsixJZAvjKs% zZW>LkU&bus{nXu}Q*H<7%~r8cDGAOmqg<3mWkqsXGULv=FDl#4v+c7xVVdn=MCdH)_d zMIcw8>A}nYk5)lOYHYBFil#i!^~Py*1FgtM^ywL%gd2%anE$n9oZRfHFO{U+mUoQwQgz&J-~MFHW55G=;qQP^1+rGZ<&EY5m$5O*4RvBuj1q*5t}$Yd zzYNcVx!Fx7~uKQ$R4v+7Kf_4u9#d%@X*iEkB5k9;63I`RIB9V?D zTfSF@-9oxVEl;>E-Mwpf;DAr6rrol^Gq6ecIXzwSk2nDD-}5sREEqZS4MNZohTsXX z`nbRrK;iqfwLs10#trBUVWiA+`_`?b8VmZyN~}K)N__5=Q|$CZ zKJC4pc%X}Hf}7RGjC^DAq2o?uX3AW{4_kfNyJz{En4BDalZ%m6(IHf z05%NRKzeX@EkT%o@)&MRXll&rlojqq!I$QgkWyJywH5QN22AO_8C)wuMe+JiU0pTH zr;&)1FnF3fLH`Yu0X|*#=54sPb~l(^uhW19V+1;4_4DT+aa7E}Fx2d}dmQDHYoPn= z8$=kByDAP9)6XOtfjm4D?w=n{WSyTygN91hYXv6;!5qCe?-RtSC(*Sf90s)nCzu|# zw;wAj{Q2XG=o93_pYRNrr=dhk#`NifU6>3FtI#+t98g~$538aAL1F?0r={;O+qlgk zOcSEetGioud&hH#+ge*Ck$_BQHlSDMa_$`DrNq=jZSTSioqnX$EG*{eg-5vO&VdpZ zTy3Ew$HYG*+of%XjzW?=eb$A$adtsr)R7{df@)eV>_+Xo3b&sfjFeuHhxBUnPAos5 zO_=f+h&_dgCzqEXq#)anOKAh6W46Wm?(feN&Yi~V0aGl22N2Xa%soD0$^L%(w`y+wY9ay9G;)l z^faa`&%*NMWohXk)++o5*}LqbG^3F^9PR+ymIHoo5b&l*!Nvu|io<_VV5L!dH!ZNQ z?a-8JLU|5=j*D^GvQI-uLow%iur-0sIMFeGf77etg|xIZPK;L{=aWR1Mz5K()@22y!l}2`3?(S=5UsJ{VM!d;{xe<6 zrk6%(!CQmbOL-^;y*b4T0Z{$(!}+HR&unN$3uay?y4brql!j2IXozm!YyprMfy<4H zUYpQ}UW+EEe2zMI4y%B5p~Wd&#+SOJYV?yz8Mc?68_Rh3umx)sEkD7pinE%tz_zn= z{zZ~KZYFcYcM-~XfyzXCxTS+cqNPrhw*YE74h>$U<>{?+^jWaIOze4HL9~VLFD9BiBSdvf zqX7eAM#tJ!U^tKaSN@CG&G?6$1|g(f z2Q+0>9L@N$X^x#k4^?H0IU_m4vvyyrKBlIQ%?5BU@{0RoF~bTohMS8StjrDc#NOY1 z{!_oXK(If^7MIEn1Jx@9JH5AWe13`flf>nME1H^2yrm)zV_tzfFCNmVYOyPw z%x_J1SP^^Sq>J?Iw|k8zGoFmexPEn!Iww1}`_UB(Fzn>I5622^qCf^bstR{SI6)hgSdUUh<6aM^h|*nPK6=p>YnII^Z&fb`xwg}1$ag$~C}#MzaCL-?y8$Q7 zM&8J%4JBtif9j3i@Eg43eygsIET`GD;2E}gOxflwX@a2W(wjGA!gT6_HyzF5xJDBy(d*=(Jr`wDHlpw_-7OWRS*#9M|HK@)>ajj2hvN(VMivyEGHAU z85pSKqQn=RSwyS|Fe{|5t^k@-(2du^pvbFIsG(Hj$_XTa@Tdw|zGHucVn$|lMQ*I3 z0KT&xYBb(f0!Vt~!7QaYq)yQGRQ?yt`C?*M>3 zf*n$U5S^Ud2MG@YqoNA2HjxiQzLk7pZsStezA-Z}pXfkhW7Y8Lh?x7MkJlvebYeKB zW%Jb9M~ar5v?LWNff@2aCl$;vw{%c;s>G62VNAb{9YXWO9|LcZwbcJ%d;9}I`E2q&T8-}0A$P|K5x7KUsN!mZpLK!R}(ji0Y&@it!#K$lfVG@PZG{E8d z9Z5kUA?Djzuiv;a8d{I+H4K|RMZNcw8G6T zMLU9ZjV#+9PY4yf13hQ3uaDoa+z78c1tXJMklX`>67asWiu=gG-iY5uA7iubT28jB zE()_*WR?j!^Eily36^xS_Q~s^p_bcO%`3wax-}bz5hB|FQCa1A!1?D26|hb9f{PJ8 zA%cN~-!x2mIT>|cF=Kv~Gzfao90GE&5^>^$SueksSblQyXBbB#<7P+MFA>M(6YvhY z7j%V2i5u81CbC9OOAlZzqc%cXq_Zeu&ygb$PmNh2RbIW|{;x%;7f0y- zs>FLWx4zpqG* znKPLG?m{Sm5zEMZ6rj@!5o(WH)MDozVACMT>~bEsE%9M3Dngho&AJ`E5Qjm=)Q1#Y zv1dC8$n&JYjRVc|a2m}<)7g2!kW~6_4mOTAhyZ7y<_Pe^eg7;F0 zwiEqY2bPdejd^S2I*961BhB;Z77Sd3#U!}}+5jj0Zv$i|lR;6XzhBx^E^-KD%h2;C zle_h-B!}0_k@~}G#K;Xtks5%kpr9bISV(J1f;2Xo#IRCMACjWR8D1Vfa%36@wB=ym zMe^(Z^u%Ed9;RP@XJkBv9ug+i))V1PaR>>dydd&o9H(ZQ=g&v*_ry{o>O4fcloRCF zg?RAo`*k!mYZ1T@ES>PE@r*{{5sD+Mo&XQUE#$#G#c#pMLh8GZ!NRp*t-La{d$Jl+ zAJMFLdM$@Z;&z$VCMr(kD7t6l*to`3 z<1BQ1o@oj=5LG)+NTXw~cmDhX3EHk)aD|Y6UU`A)2jFw2G~3A})KSYBo+CfU^APAK z-@I+?8PjQex6@^OcSI?w7I5d{b>{V8#L;-ui2&j-&nB$MnZpg0GPd^UnkUpj6Zd;- z?rn4WL2i?u+@>H}1Y`!Exw(1j0?#^B62RcRZ2%bdfIlmX$1}PmUwQha^;}FzG#lMB zpfKP!OI$#}=*DYZPtF`=&zu%;(11CB4;OXwX8g70c+~nAp9V%mq$|$-k}{a7(u6#H zWH$*MA0A`#Zzsc_th96(ON>eiOSl@yN+}K|3oVHW z1V$L7DQC=AC9}^6kqhM(oi_YKd;X9=BIs{`!-`k2|+wy>l994>V}Tf(gi3l`F;m1Otjk)^(o7J`RF z%rQvGJ&>4~h{frEg!gTS>_+8YL)4Z)Ii0_@3AJ<{t6^DfRuxR&R&#g%7-7r_w*4o~ zDZFEvRSz*!fkDuh$HP?!wiQZPoYEWZLuw0;2ayr=I(E7oR{^>9Ny#0BID^_41TS{}+}ZW%YdEe1;MGd`?x z<+y_Mg_5A2-!n~HUw;C`SgWrm(V+LadX=>8!7bNxk5xbfK|e$<+w@AIg_yhK=?|W6 z?H6>m@bd#hXu#WX%E@FU5o!eBI}QPi;91>0Jr(7s>R??Oj;c{RT2BRs#Z%+Y z?M1T`7%`@$Hj`qoQb7XIC-4k~0}OAIneWnr_T1-9e*s8_q{nLYo}=IcXquXuBC)i) z-@!1b+zx2(!Rd|*9tN-ygCrMiOMme;_^nKaKN!itaf+5P;_kzD1833e1{C=A`;nq&>$n%mF=u?IIS`1_i1vKXTK?T0J` zhX?UGdH?<=&O8rrbO^aVhm>SvWQ)Y00C^5hM+3iSKMv$r^gY49hBy<=m_DF|{QXp- z-O*%OavIHTsu&m8#v|2F)R}i=8ydM*y#XVGE_3gciTqdtax18U;W!qvf|kVpCFd>$qUpe9dZEwTIKb=qdyON;8QmQ_nB4JgP!8fqm6#;s}+Zs6(BNH^xwQVPO*Zx zjZ!8Za-%b#)sXJ!#02g)3Q18k#|=^u)o+=5iqvVRUPGjl#Q7E7^ffFj#J?QMjU%I1 ziX>6#!z?HDE{=Wt3JI9St6PhxqH$%TjQPoGy0;3!A%ynsl{2P8f1cUh%ZN%vF;3&y zzxIRx3z9S<1=;PO$VpSTvx+Y4ZGT7#atuRkrr>Nf^!@wwL4hdOcbAJKpk!4&1~N4|r13CbFiJW@(b z(CUa*p1Tcl=fw>e-dzvufI{4JLEG$Ck+4JGOnWl1r?WFw!A?_4>n1u-n9m6my$C}u z3|W>gT{=5fP=uR?zkDaYE6Jm9-Prn&KU}pK2@t3(U!~~@I4y#l05MfW*#RsMxG+5nrtKm? z&z_^@Wo6@VBx>NtC(Qjf@-GxErjWdrzBXi5Fa0@mH8k$fr2?Ke$Qr8m0}8Q->)Z$A z1;0LxY~npn@a3Jv-h2iHw+`Lgt~iwbITc9w8b|_2+r>uz$%^V~UHa7a4{OPi8ik(6 z0qGZz08RWJ;!pAK^j{>7Md;4JN-BNs0^&$^bA%B}C7c`dw4Jt=zWd3Cs~;mD_O=?S zF?s`-SdD0ie>^Xen0G`M=P=5@!!SOl``6H}k!XDSiGrdcA0J<;Hu=%h`^b)_iW^C$ z%aFeBokt%h_`Rn$k`LCo5fo%U)TxlSBK=C zq=-o5g_HzMOL`QmpDZbaA4~6&r)e9TgzTBh1#fTqfTyEPBA4D_G>$Yhf(#aVOjWkG z%L)peZ&`Bfx43_j2{T2Fq|6gFI}x!>A_4TJe{>rw-WbmsX~< z-Nh}7k|*1A2|=pBs=*5FM*}l3ogUinx`n!?qJSlN!u#jx$0L|JpdzGi7`aw+aLq(| zpBZ~+x7JtOx+gnX&^D!@Y{8(@Z0hYXYV_N;%@ni>G7GCZC6esC_^n1;>L)HFW}2;m zDh~Kk!$UY-GpC`|Wx0BX3-UGHzOl~k?nHlsmORV%xtiW1-lnh2Fo4hR0C|^lPuE5R z6xwkCad2!oJssA$r}4lQYkHj*< zb^6pJ1&yW@$g?SKARC}5mYNxkhVLj|t@ff1YhNeY?c{}@7&_jq{)#6MErFbl%9kH< zcZK0J+K`2#jfQ9?$e5HYzW2a_!VtSj;wt&zUOCFE1fh*^v4G1mcm)sy_eZawZWy|w zB!+7VIz@L+`OR{OW*`ZbM8pAA@6Ozbs-v4|>3{n+R$nxWkbxi?3kYEFS19*F?u8zM zCvq-%M(Oy-<;NjMF_EW(hX)3q+%xe&b7NNvI4cB^0b#7B+mDg(q=)Y65bjvl1Qqm> zS2lgaqt2Xn&aJkh6pOpUDU-<|9HYb|5_z~!-6OLK7Tf0)9=~-3BApN+m4y9yesi&huv?F6Lb_OkT1xYD%2u^I>4iaVO-FLuW0QjnlFRY3M z(sLKDcap~}k!sEWqZB%tb*@cw?tc$5wv-0@y1+SD>GF&MXi9YZ*6 z8#ch3(Zb0rtdYp|uW`$AF)@Ao@};a>RuVcu=tKK!@92d%)I*0%&xzo{YnIwN4~&>T33HR}Pn zU+mH6Cu?*C-KUW=`!a5p*^7E5glg#KEz3+_ii#Gw&}#WkLCn$015LAq&*1sMJPW3h z&k#;;XuYs2p)@jOy1n)LsCsKL?YYsrC>QqjLuarGbQu5_cx@y1)u=oP#0$` zx2AbtD^BZ>V<%a_EP8JBD(E+Y-8$}LuRDZRw|JvP}BDhFC)pQG3V=66;dd-z&fl9^@AISbQusML6nK@q8 zASHzRspHw}yG~%Y1P)ekc{Yw?pf~rq5A$sIf_8NOWbUbrBze1UKsKwP25Rz7KWZBo z`yBp?&$*#62No2gdO0qQ#~pmD@YNQYqK`%p$j}3I01phdRZQw^{?>tT~hZu%8+a!nMi0% zZ2T_XddYWXHj&DmfG{*$Nbp$U^jB*3kp&^KeGk2h4yi0U$FV~NML&gjc;s4@EX(qn z;tJD5L?(H1xR0%k^4NkKmTP`bp3I@!>ts|>tc^@Hu$wdPvG&P9e6$Yz;*RYPHBF1@ z6_S@6;l#`LwA~^oNDSe_MJ$0}P`op5R{Nvj))t1}CVL{5G*# z_lbeWZ|-NYcRI7M0E;I3(g+QVD?h<@bQH}JSukm0hf0{#pw3fEQ~p=nJpjnCo1b7& zkn38Cu)lx*9<}0nKUF$LyDPdfq)t5N=)~hsD5#U%owTAe>a%}RwaVKtQVOtLiTdb* z<7bi~y^7^nvnGkMQL4RbT<&-v<@1ls)n^A=%<@m=+a@brFr5PAQ_$v;X47u}lJk2{ zD|4dv$QyaaQH)x~{2RZ*^`EI1U$S4uef9G4BHp(K?obh<-q-Bj{2ocFP;XuRcizvB z5OO;=lu=_?Nh*x3wfU2iV1NM87y}_j1hPQPYx~db?S)mzo;{xPv`bP}ZrUfkzv`1x zT>&Zu>yv7(DHnQk!&+T{XPvPCF|k}7yF*2HyO~71R&FL@I9!kv6iTtfi0xIw=rG>b zN0PUl`9vK6^BR`g5~gJ<^`m8}8I<3!aseQas2b^lpd-LxMf$YKF3o8==V3U%PrktNc)GZ*i&@Ctl`J$Qf*fBKL3~p2+S)BMiOc^^ zZPFiNP%Z-87KKN~$>jl=KI7w^8!lbGe8m<<74^bhA|#D?xcJactsSj|bA}xCs^SU2 zJBJQk^++BY6mL5hho(F_SLM1ZDA;G#j3*+xm3)ucHc3r?!|ya6496f*$pq#&6~Q|yVkt`x+0(kP`7l>(s1zJD8(N5 z$%EMvuyc`%@I{{s4C$~aMdd{?$MzBT{?a$7mu4d-7un1E^86>I(m^X}(@YGAZ1=}p zjaEDt8A#q}&kx|9N9=6NrVpR&3V_8aON)+uOuZ|UZcU-Nh<@eaG;P2GC1$I|lU#~W z$<&j4)!1yV195H56Kx~Inf0m%VBQD=mipnYHzi3%g>Hyv6Lw?Ni6a#a-g%(l;LNl_ z0?_A~GqVY)Y~OF>5Dr`WVO0|QkrOkW5sWR6y_LRv+4Cn-dW4|C$vae;_2bDbUoy4P z+q?f*EB}>n^>@Bi)4PyN-e)1Z+j{5Ju+fT-?89r4eg>uBfMNB2fmXAKRehQI=!zvd zvWqP~F4LV!qq5|tnR)SB&cA-kO4-}qzqj?I>hy(D{2F+DVm3{0XiYRDdBD7x3+Wd} z_3^vkpm@@>tslLRKQk~QBq`~N9RwQ844yD3@v#a(*^VK$Lg}cWdliHKEQj`AWLSPx z@gv}^2W+ZfEPoO^2(Jce_D z;$RJb#7IRR)teDS6WFwhM0Qa$Qc1!ZT!fj~1_|g2#9qI7b3+TrWzQjk`rOfRT!bAV zF&jtt?)}k)TMkClQgHrVzHAw&kEHKu-N^mZV-%W-E{%h+X;sN486!f7Ljyyh%Z&~u{Ri@^|ek;DJ zs3t;XB92$-P^;OytQOkuhf${5W&n+|DNG9e?cPhAPl85|^>kobv?Jbk>{1If7KPK_ zmG7McsF+^=08j-OWk{qPQC{~EV>)BIzb;vOX2_xm^{Ij+3Y=Vc?!-l_W2_ro%lsaK z8kAnfT9KRK2p2#FS73YqW4`k|BCcD){ShG7#&TcjY#$@~g`#)?dc z8q`)aEV3TCz$J>yGn z@0JBA=s&VW2g4FdN3H#;V%#162f%M!;Tk?Fk9>w{5T}UppStgB$6TGr!>7>}k#i!8 z4|qGs8R&Pf^9mEOybh*hgWaP+vCzcdzsu#LU?iXS@a)&jN=qz14{}1b1Y&HCo$ZhW zl{EN+UKFF@M>r^(;7?1k1I_7c zZGvBo1+y?XizD*SV3|!kn&1l3-w!u&b@yD|p1I4U7u_jdBbD>Wzs+$p^q6`Lm(Ss! zf89oH0sGwF|GJWRJ5f4nNLx#oImKZI+O6p4B5fDphIop;8d?792L{;bKLFAggVYq+ zP``d6sIb9vr1GgL5C-R+oxEu$@$JPE^vkgn?hQAKx1&}-zb~_H-JU72dxz1`c60lu z1MDd}_xn4pA_G72@*f~6!fQOMlNV+xR{~(yekW=TzA;IT{wi<}ZiFMw6KJ(J1gEdXrzjl3<$)k4b|6qgv+|SN zDgrk|EV18P?*K~chu`SC)iI&hFf#3HX@h1k6u%FS9dx7+o)5GS0C^3&e*rPNFTqKs zbA!)e9#tQgYq+h5xkoRUUb$)C`r@|KKUK3J4(GpX>P;IrzKUh$n>dZz-m zNf$n+3a17ZHcKiO{1^q3Au%M~JDd$~mjG}G_x_u3D2;a9+~9qvwU#$PYCS*1N^jS2 zh+2U#w|>)I!va-V5ol4(7G69!84?lkE=F#FtyV59SC#9IDucazOP+G^YDutr20*AQ z(86Lhn;tUZeL8I}{X*w!VJT;7hLDy02OC>+W;q5q3JQ>h#%E_pbiu*Z0oM2)ngq0e z(BFNVosI0WR~vYQnHfmCz!afQ09`jE80JR<{D}G2SJy{1w>}C1g9!HHpj{oYq$U(o zLlGq#3m>kgx7TQ=Nv{{DK8G5FQ!0t7NHPE(JU$fmDbUjJ5YExv=f1@xU-I_mNZpx& zWd?S=uQRI6PoEHne7=Bd01@zsn#IeOi5yk$EpI@sa5FMe`t*lAHDBN?;t}?l3oh&+ z+UAZP^j4&bvW+6C;ao6s%uVrN{L+1d*FD7K4vZ+gzS`cmL=*Rc4~$Fq$vo7K!7N(^ zh!C)6_{ydzQeK)VxJiWeS4QkUtV2SY0R2Ej(&&>xFkX;zD$0>m!g_mK<1C_zfI!u& zfx)B7P=G*~gbJSu4zY_5JNjN{G=5B67>oWRL4EXYG@pA03vFgJJ?F~ItI4>1!lr8R zLgJd8j9T*s=x;``hFV(jDj}ala^4fLWDIIi1;ZJ)LcL?MLcF~4xj?Lg6-3Paf}Lj? z7YsWa?NS;IJ(~b2tSYx6?_IKEW_*T~X8KXH4>*@xny7&U#Ok9`B^|o2+BB^rH;;L0NL9c8S^57Vu7!CpHD`&O z2XzacADu;)FTWu&G*m`~uju?FOf^6$^HD^{+4Sg4wxPLs zH{ctAw7XlxA?XQZz1}Y6{`rpgr@(CMgtWV92?BD)8VGoikv|8if_8d)7MoiNG83d9 zZs;Ore()jthWgu2o+v2HUb{x% zo2euHjS-RhVX)PUzpHGn3tkoy+7KJR))_3RMm`&WK>236)^C45WsaEq8ZVbZ)+ZK4 zCjO>&rdxdqOvulL9fPcRaxLD^?p#2H?(WF)vNNC1|B^S}g#gDZNI zLY+sQ@*FoV7PNx>qWVjm1a79yAdVx)tb_X$V>wrGkW+6D(7 zqo|+SVwu;P-oZW%ma~&iuiM(Z`WS7>zv^4Rd;dPqvSn?Ct!1_a6f~B@8*>Dpe6p;z z@%8dJJNeq6$TsrB|EufT50g&s=U0Jx4y{+3(qnh8|e=Ze2 z7^ffs2u+gi7BhQFZhe+IFukOq@fqHBOf1E!nze&>Wi%a=cc`}TJX@b2V~8fud1|TS zh8L>oYJV=y$eTbv2nDZl%Oa2sK)#ax6l4U&LR&oT4KRRYD#Zicf((0EI|+hI(F4a;H70#=ue>y?qqD zN?^Tz!!RZ?K0cnq(Ln1DLWeew%k{aG`Ux2PW8RAj;=S<^enLP1I34Q`)F-7ue);XV zrF3>FIgc140d#gqacp;IB)~LYkS5#J0&fk)544lUnpzwws%_H%0lJz zKvqcRwLG}}SBD}EkjKuaGe%izeVpn*Z%i#Now@zuDIeCHFI$sQ|Eh8DA0Sq{_qKcp za$SSp;SeD{XDoYk5%pSZtnF7HtmV03qpDr zxQ*r>W_h932B^kdSg;SDW;Oowndj8(2hV%a*}2U07o^${t!aDmLW{KS3JZ9BGpF1+ zEE$kRTB%Rt@W@%)>iQQ}L?PNE=4~sau8(;wD!sB4?g@VaK2ZQ)jRjUL7jdknRtz5Z{+Yr~9a}y47;D+X=E|DR%^KWdM zengXsz$rfsGB&J);ie{QucrzsplS&dln zYPSBV7+$!K<$@51PKs=bj^DXqjECHHFOQ^#v(3mc?1fNX)FYo4{SD*v8q%|*vj-Gl z^N8%$_jaaKR|{4Euz1*)AJ#U9N=3RXh%QZsG08~J0|1#2o!Q{c7?Pd}a60%62o#tQ z1;xzDX1FDOaKF~9ro*_2rtZ*yJe_N2WO&)Rxb!{ClG=Xfpm_RziSPgOo*vH5?b;y7WyJm5U&2g0i&fXoLKUM&Wx@KO6pQR)(bQdQK)M?@(!+w$O>PQyh|3|Q$KxQDNM5+i9eqi+ns{bCV{@@P^l!7t_A_MLh&NkHjnPAHv zI3ak*NXA2Vw26v}W=DseoG`it^qU`BRx_HA_s}ISGAar-K!lh_0FF$UXx)Ac_aWj# zSH=fzehrAFn5Ep?a;Lvi`KWL7vuDDdRRxG0I0#V2Boz3(qu!tt$aQ|&ED+@2kZ8Uo z9%SEshBW+9IZS4WnQ@_^i}L{v;K(m>2y4WbJn<&pL$a$#+VyDIBL-IjnRt_&p#uwYpc@OFa4MTBijGX$&8z9T2;+28(f5oT{qhe0!ep3Mf-Y zU;>Vh<$PNlJ91l`!zDNV(%|`iz-A|l=bd9J4WhNe>sw~Ge`85Q0EnSM+eO5>ER_XL z?A!Q;_;JsNkHPljF&~}2J-(vdmzr8EDdu@kh=`pBjIlD?mqj_LIYIf?9GZIu+FXFp zrcuRzgKVJ4HJ#l@AtA6omS{71{m^(FAZ!{WaCp;HLsg%%m-Bhp*o+Ez1SndsCC)%$Or%t}G=;1#^#jwe;wGn=SN{WiLo57FG z@dOnjb8k7lL`f1A9PIyomO%`g8vQ|I#Fv~cjjQQ|7u~hMd!^yw;hcMdg?{!TNA-*C z=O~`veLXHGKRh~m3}bGs3Xkv1hTp(dUqi`b37TCo&ez@0F9KK%ITX?7V$B=AU0v%8 zk45mnpj(B(n~kBx2bDvVhhM&QVDx zqHEx2DY*tl!b+??DZg7d5CKp^?l$xXE~(kV#*bH62%oCOtp2O<>|Dze)D#|VcH^MvhRZhIm>@J1uP={ zQ$sTL73D}bDg0@O%)4Da`E`jV2>Z^UKclD3B+@H2v)R(phg_>vOdG=9KW~4zAaz{B z0RcskrZ+M%P-c@RyeN)jnP2M*)qU~$I4iYC$?}7Y2CDfSa$Tpn^MLWAclOI@qwPmk zt8$c}kU(%LUZXkH*hybU`f{ubhU*BpG$Y7G(2{)o225aX$V+3R_azQLT>yynp8R%< zIu2CD*r!DUe~OU?v^K)}XFiq5A&?f^j=#JB?!FPNQJ{qrjARuED~Yuc)Q@AE(OF@{ zN+F!!?;MK5fdRrsz{;5WmwJ()lNJ9YA7iC!tTR%F4GyNMSe!qW&gpO(jchPRpA`Wc z)DKL7lUGEVDY$``F=i418pEs{u^#r$O=yJUoaWl%Ury`MudMeVvi0oj#zwOy9js?C z?AKB*&rTxhcT12@E&w5y!EhwNt@GENt7z}%^1CNpqNvpiQD zRB0o3Q=mBqNd`iZk0|fyK7ngFfiO;g*9`ju$WovmevI$M=ObPM^!QB1=qjaa!G^K5US+CljOjTFkh*PWekJCm6qGU$R84d9LI zB8pd85$J&N{5o9v2k_QjT{RtOPhhXcX>c6E1uJ3LG#W9f=aqi}871iEF!KE*v` zd3PnExR#lKddLreQsLmk1u-_ZDE9mme)|fj@ z3&QFVH+<z>6s%PKqLaHZZQivB0S?jGdNqz!uMD8pz(rbLj5CrpVACVViLe z3^eqB=kWG6>j_QGCGQ9JD5PKZmcx>8q}j->o&bmOUcg@*9=?p|UE(WIJTfd!=;wPu2WiEa^HjH=OrQJJFPqM*?7mE+k^e3xeT>&ASF~yU=3E7<) zHQbk#BE9MSksJGr@Qek7m&b^`;-2Kv{uUiguE2Y1+ZVVqb*9w<^5xhn^exJAuNbDv zP4v_1^@N@6?P0LkM;GR+=YWh7eDNYutsF>$u^nM4cTE64n6H53rD?>|D$N;j8%BO1 zKdSwCSUqSIz}~g^x4>QyFVNf}q_O5sPLw6F?*bi7T5Od1yLu^HRu@cd0~#3^n@>vl@*kP2>qMynysp-|@#9yF(_^Lqv1CqrEz5K3w zVxpoocGwfuy|OmIGMM?9Rq(0O%04yj?aPBgP8NatE=OLy}N(KWR{8iIAR14!b7UK81ASrwS`EitUXL&JKT0z z=tgijBjA7s<>ngEoS_U57!iA#(76KQBG(Nq&^Y`I^p~otn$&kJwMIjjUr~Xi_Uhqx zuuYg*s(J)AzBg~)%+vw-4s3%!e@GKfk;$9T?Gizm->NMIz5E2q2gxitVAYccptQNH8s1M z>MJotf^|@^R!!fsH#t)A5HM6vl-H*=s%`Pq0A>~S)S#_?jiptN11A}?0CvFP@T9u= z9=mR4eZ2a?=1Dfv0Pf8ljOAG1=H=B8DM0I;?-x-lJHCRByV8^QQV?4tIggsRVg$^* z`4f*HL*Klq<|hY9Bnxy{9b3nh6Bu6_|cU)C%W`RD~q(9ucNlYj!t`KP*EuR-yy1_SnDyYtRL`6>D@rfN%Df8= z5W{Q)JUA(4Pv0eOS-R*FLgKs+HOn4r3Dfr@Gi(0G_!HD?(P@g-IHHhil@X#(4o19R zh5FU$vd5!^Ub5?4f2CG_eO0-@Jm)jFfs-G0Y^=rM3)Wd`;MD95%TMZ+i89kPA13ba z-D7^n4bZ%j6Db{OLcI6gn}CD1Eew)C%uE;`!=+- zQSk5qUxy;7W8>|AX{y8I7J8vzZ**p0Sfd0T3ESVK2xt_E z5Pm0<`o!i`$7aep`|wUwML_Cr};X;~m(=e2LtuNjNk%2KvLH>UO z>4e_Fq|-k$J@slo(lC%^plc5jfZv-Vchs49yw6;QeNQS;MAlz0u=eN>D$`~N$^c{^ z?%89?qZXMuuKMZ-7#bHr9a$5weq_tGV#f>0i(=yP_W7r{RHQ^nAP7996OfNmvuDpn ze$Tsdb>AOF*6WWZ;y7U%@Ffe0->u zomH&SPV}?vEo5mkQa~|zHp5aO{i62+{I4VJoPYNR|Cz8Rbo-zC3itZw#*sg4(>L0b{u}$uzX5&& BxKscD delta 124195 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�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 R^Cf@Zxns|E){nMl{|iucL!$ry diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg index 769a3f42..56364847 100644 --- a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg +++ b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg @@ -1,4 +1,4 @@ -dataPoint   oneOf       incidence   componentCharacteristics   emergence   results   direction   wavelengths   polarization   oneOf       polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf       wavelength   uncertainty   numbernanometerbandwidthamplificationFactorintegral   infraredsolarultravioletvisibleotheroneOf       s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   tilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/tiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf       polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericaltransmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColors   colorRenderingIndices   typestringlStar   aStar   bStar   direction   surface   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyreflectiontransmissioncomponentsurfacetwoDegreestenDegreesAD65value   direction   surface   numbernumberWithUncertaintyreflectiontransmissioncomponentsurface \ No newline at end of file diff --git a/docs/diagrams/src/opticalData/infraredDataPoint.plantuml b/docs/diagrams/src/opticalData/infraredDataPoint.plantuml new file mode 100644 index 00000000..2d5eb4e5 --- /dev/null +++ b/docs/diagrams/src/opticalData/infraredDataPoint.plantuml @@ -0,0 +1,22 @@ +@startjson infraredDataPoint +{ + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "infrared" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "reflectance": 0.16, + "absorptanceEmittance": 0.84 + } + } + ] +} +@endjson diff --git a/docs/diagrams/src/opticalData/integralDataPoint.plantuml b/docs/diagrams/src/opticalData/polarizedVisibleDataPoint.plantuml similarity index 90% rename from docs/diagrams/src/opticalData/integralDataPoint.plantuml rename to docs/diagrams/src/opticalData/polarizedVisibleDataPoint.plantuml index d1e50f53..8ac9e03d 100644 --- a/docs/diagrams/src/opticalData/integralDataPoint.plantuml +++ b/docs/diagrams/src/opticalData/polarizedVisibleDataPoint.plantuml @@ -1,4 +1,4 @@ -@startjson integralDataPoint +@startjson polarizedVisibleDataPoint { "incidence": { "direction": { diff --git a/tests/valid/opticalData/infraredDataPointForDiagram.json b/tests/valid/opticalData/infraredDataPointForDiagram.json new file mode 100644 index 00000000..6bf74794 --- /dev/null +++ b/tests/valid/opticalData/infraredDataPointForDiagram.json @@ -0,0 +1,20 @@ +{ + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "infrared" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "reflectance": 0.16, + "absorptanceEmittance": 0.84 + } + } + ] +} diff --git a/tests/valid/opticalData/integralDataPointForDiagram.json b/tests/valid/opticalData/polarizedVisibleDataPointForDiagram.json similarity index 100% rename from tests/valid/opticalData/integralDataPointForDiagram.json rename to tests/valid/opticalData/polarizedVisibleDataPointForDiagram.json From ff72d4391c61be36e71958006e265a6bd9b588e9 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:00:14 +0100 Subject: [PATCH 062/362] Improve the diagram of emittance --- .../infraredDataPoint/infraredDataPoint.png | Bin 0 -> 13542 bytes .../infraredDataPoint/infraredDataPoint.svg | 30 ++++++++++++++ .../polarizedVisibleDataPoint.png | Bin 0 -> 14521 bytes .../polarizedVisibleDataPoint.svg | 38 ++++++++++++++++++ .../opticalData/infraredDataPoint.plantuml | 32 +++++++-------- 5 files changed, 83 insertions(+), 17 deletions(-) create mode 100644 docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.png create mode 100644 docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.svg create mode 100644 docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.png create mode 100644 docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg diff --git a/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.png b/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.png new file mode 100644 index 0000000000000000000000000000000000000000..741fd42f9e697fa37d8665d47ee8cc89022487a8 GIT binary patch literal 13542 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 t;I|NR&jEuS$brIvj;4h9INJHht%S8incidence   emergence   results   directionhemisphericalwavelengths   integralinfrareddirectionhemisphericaltransmittance0reflectance0.16absorptanceEmittance0.84 \ No newline at end of file diff --git a/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.png b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.png new file mode 100644 index 0000000000000000000000000000000000000000..df685ce3b99549e748a591dc19e84f41c4202e01 GIT binary patch literal 14521 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 literal 0 HcmV?d00001 diff --git a/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg new file mode 100644 index 00000000..d1bbb775 --- /dev/null +++ b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg @@ -0,0 +1,38 @@ +incidence   emergence   results   direction   wavelengths   polarization   polar60azimuth90integralvisibles1p0directionhemisphericaltransmittance0.81reflectance0.08 \ No newline at end of file diff --git a/docs/diagrams/src/opticalData/infraredDataPoint.plantuml b/docs/diagrams/src/opticalData/infraredDataPoint.plantuml index 2d5eb4e5..0427f020 100644 --- a/docs/diagrams/src/opticalData/infraredDataPoint.plantuml +++ b/docs/diagrams/src/opticalData/infraredDataPoint.plantuml @@ -1,22 +1,20 @@ @startjson infraredDataPoint { - "dataPoints": [ - { - "incidence": { - "direction": "hemispherical", - "wavelengths": { - "integral": "infrared" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "reflectance": 0.16, - "absorptanceEmittance": 0.84 - } + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "infrared" } - ] + } + , + "emergence": { + "direction": "hemispherical" + } + , + "results": { + "transmittance": 0, + "reflectance": 0.16, + "absorptanceEmittance": 0.84 + } } @endjson From bc30817c7490655d9c5e85cf35c6c44c2a604aff Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 2 Mar 2023 10:23:17 +0100 Subject: [PATCH 063/362] Move chemical elements to `common.json`. Remove `formatOnSave` from `.vscode/settings` --- .vscode/settings.json | 2 +- schemas/common.json | 124 +++++++++++++++++++++++++++++++++++++++++ schemas/component.json | 122 +--------------------------------------- schemas/material.json | 122 +--------------------------------------- 4 files changed, 127 insertions(+), 243 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b592625..beb3e26c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,7 @@ "comments": true, "strings": true }, - "editor.formatOnSave": false, + "editor.formatOnSave": true, "json.schemas": [ { "fileMatch": ["./examples/dbe/*.json"], diff --git a/schemas/common.json b/schemas/common.json index 204b66ac..076be5eb 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -431,6 +431,130 @@ }, "uniqueItems": true, "minItems": 1 + }, + "chemicalElement": { + "type": "string", + "enum": [ + "H", + "He", + "Li", + "Be", + "B", + "C", + "N", + "O", + "F", + "Ne", + "Na", + "Mg", + "Al", + "Si", + "P", + "S", + "Cl", + "Ar", + "K", + "Ca", + "Sc", + "Ti", + "V", + "Cr", + "Mn", + "Fe", + "Co", + "Ni", + "Cu", + "Zn", + "Ga", + "Ge", + "As", + "Se", + "Br", + "Kr", + "Rb", + "Sr", + "Y", + "Zr", + "Nb", + "Mo", + "Tc", + "Ru", + "Rh", + "Pd", + "Ag", + "Cd", + "In", + "Sn", + "Sb", + "Te", + "I", + "Xe", + "Cs", + "Ba", + "La", + "Ce", + "Pr", + "Nd", + "Pm", + "Sm", + "Eu", + "Gd", + "Tb", + "Dy", + "Ho", + "Er", + "Tm", + "Yb", + "Lu", + "Hf", + "Ta", + "W", + "Re", + "Os", + "Ir", + "Pt", + "Au", + "Hg", + "Tl", + "Pb", + "Bi", + "Po", + "At", + "Rn", + "Fr", + "Ra", + "Ac", + "Th", + "Pa", + "U", + "Np", + "Pu", + "Am", + "Cm", + "Bk", + "Cf", + "Es", + "Fm", + "Md", + "No", + "Lr", + "Rf", + "Db", + "Sg", + "Bh", + "Hs", + "Mt", + "Ds", + "Rg", + "Cn", + "Nh", + "Fl", + "Mc", + "Lv", + "Ts", + "Og" + ], + "description": "This enumeration lists 118 elements of the periodic table." } } } diff --git a/schemas/component.json b/schemas/component.json index c6dd9bd5..e6d22d1e 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -262,127 +262,7 @@ "chemicalElements": { "type": "array", "items": { - "type": "string", - "enum": [ - "H", - "He", - "Li", - "Be", - "B", - "C", - "N", - "O", - "F", - "Ne", - "Na", - "Mg", - "Al", - "Si", - "P", - "S", - "Cl", - "Ar", - "K", - "Ca", - "Sc", - "Ti", - "V", - "Cr", - "Mn", - "Fe", - "Co", - "Ni", - "Cu", - "Zn", - "Ga", - "Ge", - "As", - "Se", - "Br", - "Kr", - "Rb", - "Sr", - "Y", - "Zr", - "Nb", - "Mo", - "Tc", - "Ru", - "Rh", - "Pd", - "Ag", - "Cd", - "In", - "Sn", - "Sb", - "Te", - "I", - "Xe", - "Cs", - "Ba", - "La", - "Ce", - "Pr", - "Nd", - "Pm", - "Sm", - "Eu", - "Gd", - "Tb", - "Dy", - "Ho", - "Er", - "Tm", - "Yb", - "Lu", - "Hf", - "Ta", - "W", - "Re", - "Os", - "Ir", - "Pt", - "Au", - "Hg", - "Tl", - "Pb", - "Bi", - "Po", - "At", - "Rn", - "Fr", - "Ra", - "Ac", - "Th", - "Pa", - "U", - "Np", - "Pu", - "Am", - "Cm", - "Bk", - "Cf", - "Es", - "Fm", - "Md", - "No", - "Lr", - "Rf", - "Db", - "Sg", - "Bh", - "Hs", - "Mt", - "Ds", - "Rg", - "Cn", - "Nh", - "Fl", - "Mc", - "Lv", - "Ts", - "Og" - ] + "$ref": "common.json#/$defs/chemicalElement" }, "minItems": 1, "maxItems": 10, diff --git a/schemas/material.json b/schemas/material.json index fa356484..98788ca1 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -31,127 +31,7 @@ "chemicalElements": { "type": "array", "items": { - "type": "string", - "enum": [ - "H", - "He", - "Li", - "Be", - "B", - "C", - "N", - "O", - "F", - "Ne", - "Na", - "Mg", - "Al", - "Si", - "P", - "S", - "Cl", - "Ar", - "K", - "Ca", - "Sc", - "Ti", - "V", - "Cr", - "Mn", - "Fe", - "Co", - "Ni", - "Cu", - "Zn", - "Ga", - "Ge", - "As", - "Se", - "Br", - "Kr", - "Rb", - "Sr", - "Y", - "Zr", - "Nb", - "Mo", - "Tc", - "Ru", - "Rh", - "Pd", - "Ag", - "Cd", - "In", - "Sn", - "Sb", - "Te", - "I", - "Xe", - "Cs", - "Ba", - "La", - "Ce", - "Pr", - "Nd", - "Pm", - "Sm", - "Eu", - "Gd", - "Tb", - "Dy", - "Ho", - "Er", - "Tm", - "Yb", - "Lu", - "Hf", - "Ta", - "W", - "Re", - "Os", - "Ir", - "Pt", - "Au", - "Hg", - "Tl", - "Pb", - "Bi", - "Po", - "At", - "Rn", - "Fr", - "Ra", - "Ac", - "Th", - "Pa", - "U", - "Np", - "Pu", - "Am", - "Cm", - "Bk", - "Cf", - "Es", - "Fm", - "Md", - "No", - "Lr", - "Rf", - "Db", - "Sg", - "Bh", - "Hs", - "Mt", - "Ds", - "Rg", - "Cn", - "Nh", - "Fl", - "Mc", - "Lv", - "Ts", - "Og" - ] + "$ref": "common.json#/$defs/chemicalElement" }, "minItems": 1, "maxItems": 10, From 933f87fa2463ad8296e7bd7d5201dc43b7618299 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 2 Mar 2023 11:44:28 +0100 Subject: [PATCH 064/362] Define the material composition by its fractions --- .vscode/settings.json | 1 - .../{16mmArgon.json => 16mmArgon90air10.json} | 8 ++- .../dbe/generalComponents/materialArgon.json | 10 +++- .../dbe/metadata/layerWithGapAndCategory.json | 8 ++- schemas/common.json | 56 +++++++++++++++++++ schemas/component.json | 12 +--- schemas/material.json | 12 +--- 7 files changed, 85 insertions(+), 22 deletions(-) rename examples/dbe/generalComponents/{16mmArgon.json => 16mmArgon90air10.json} (64%) diff --git a/.vscode/settings.json b/.vscode/settings.json index beb3e26c..1550cd0b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,6 @@ "comments": true, "strings": true }, - "editor.formatOnSave": true, "json.schemas": [ { "fileMatch": ["./examples/dbe/*.json"], diff --git a/examples/dbe/generalComponents/16mmArgon.json b/examples/dbe/generalComponents/16mmArgon90air10.json similarity index 64% rename from examples/dbe/generalComponents/16mmArgon.json rename to examples/dbe/generalComponents/16mmArgon90air10.json index 02bc8af0..757a6b01 100644 --- a/examples/dbe/generalComponents/16mmArgon.json +++ b/examples/dbe/generalComponents/16mmArgon90air10.json @@ -5,7 +5,13 @@ "description": "Argon as gas for insulating glazing unit", "categories": { "componentType": ["layer"] }, "characteristics": { - "chemicalElements": ["Ar"], + "materialComposition": { + "fractionType": "volume", + "fractions": [ + { "material": "Ar", "fraction": 90 }, + { "material": "air", "fraction": 10 } + ] + }, "geometry": { "dimensions": { "independent": { diff --git a/examples/dbe/generalComponents/materialArgon.json b/examples/dbe/generalComponents/materialArgon.json index 020e8b48..24d79aab 100644 --- a/examples/dbe/generalComponents/materialArgon.json +++ b/examples/dbe/generalComponents/materialArgon.json @@ -4,7 +4,15 @@ "id": "18A00000-2b9a-4748-8d98-e9d278cd12e4", "description": "Argon as gas for insulating glazing unit", "categories": { "componentType": ["material"] }, - "characteristics": { "chemicalElements": ["Ar"] } + "characteristics": { + "materialComposition": { + "fractionType": "volume", + "fractions": [ + { "material": "Ar", "fraction": 90 }, + { "material": "air", "fraction": 10 } + ] + } + } } ] } diff --git a/examples/dbe/metadata/layerWithGapAndCategory.json b/examples/dbe/metadata/layerWithGapAndCategory.json index 6cd940e8..601b9579 100644 --- a/examples/dbe/metadata/layerWithGapAndCategory.json +++ b/examples/dbe/metadata/layerWithGapAndCategory.json @@ -8,7 +8,13 @@ "layer": ["venetian", "blind"] }, "characteristics": { - "chemicalElements": ["Al"], + "materialComposition": { + "fractionType": "weight", + "fractions": [ + { "material": "aluminum alloy", "fraction": 90 }, + { "material": "other", "fraction": 10 } + ] + }, "layer": { "gaps": { "dTop": 0.02 diff --git a/schemas/common.json b/schemas/common.json index 076be5eb..9fc785e3 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -555,6 +555,62 @@ "Og" ], "description": "This enumeration lists 118 elements of the periodic table." + }, + "basicMaterial": { + "type": "string", + "enum": [ + "air", + "carbonDioxide", + "octofluorpropane", + "steel", + "aluminum alloy", + "sulfurHexafluoride", + "vacuum" + ], + "description": "A basic material consists of several chemical elements. It can be used to define the composition of a component." + }, + "materialComposition": { + "title": "The composition of the materials of the component. The sum of all `fraction`s MUST equal 100.", + "type": "object", + "properties": { + "fractionType": { + "type": "string", + "enum": ["weight", "volume"], + "description": "Whether the fraction is based on the weight or the volume of the " + }, + "fractions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "material": { + "title": "Define a material which is part of the component.", + "oneOf": [ + { + "$ref": "#/$defs/chemicalElement", + "description": "A chemical element from the periodic table which is part of the component." + }, + { + "$ref": "#/$defs/basicMaterial", + "description": "A basic material consists of several chemical elements." + }, + { "type": "string", "const": "other" } + ] + }, + "fraction": { + "$ref": "number.json#/$defs/percentBetweenZeroAndOneHundred", + "description": "How many percent of the weight of the component are made from the this chemical element. The sum of all `weightFraction`s MUST equal 100." + } + }, + "additionalProperties": false, + "required": ["material", "fraction"] + }, + "minItems": 1, + "uniqueItems": true + } + }, + "additionalProperties": false, + "required": ["fractionType", "fractions"] } } } diff --git a/schemas/component.json b/schemas/component.json index e6d22d1e..043cdaa8 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -259,15 +259,9 @@ "$ref": "number.json#/$defs/degreeWithUncertainty", "description": "The cutoff angle is an angle above which the incident radiation cannot cause glare." }, - "chemicalElements": { - "type": "array", - "items": { - "$ref": "common.json#/$defs/chemicalElement" - }, - "minItems": 1, - "maxItems": 10, - "uniqueItems": true, - "description": "In this array, the most important chemical elements can be named by the two letters of the periodic table of elements." + "materialComposition": { + "$ref": "common.json#/$defs/materialComposition", + "description": "The chemical elements and basic materials which are part of the component." }, "definitionOfSurfacesAndPrimeDirection": { "title": "Definition of surfaces and prime direction", diff --git a/schemas/material.json b/schemas/material.json index 98788ca1..cf5bd63a 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -28,15 +28,9 @@ "type": "string", "description": "An explanation with more details about the component" }, - "chemicalElements": { - "type": "array", - "items": { - "$ref": "common.json#/$defs/chemicalElement" - }, - "minItems": 1, - "maxItems": 10, - "uniqueItems": true, - "description": "In this array, the most important chemical elements can be named by the two letters of the periodic table of elements." + "materialComposition": { + "$ref": "common.json#/$defs/materialComposition", + "description": "The chemical elements and basic materials which are part of the component." } }, "additionalProperties": false, From 861ccf9d724340c47120ee97aeb636c1c1227638 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 2 Mar 2023 12:20:30 +0100 Subject: [PATCH 065/362] Add thermal conductivity to argon examples --- examples/dbe/generalComponents/16mmArgon90air10.json | 3 +++ examples/dbe/generalComponents/materialArgon.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/examples/dbe/generalComponents/16mmArgon90air10.json b/examples/dbe/generalComponents/16mmArgon90air10.json index 757a6b01..fefb45cb 100644 --- a/examples/dbe/generalComponents/16mmArgon90air10.json +++ b/examples/dbe/generalComponents/16mmArgon90air10.json @@ -12,6 +12,9 @@ { "material": "air", "fraction": 10 } ] }, + "material": { + "thermalConductivity": 0.017 + }, "geometry": { "dimensions": { "independent": { diff --git a/examples/dbe/generalComponents/materialArgon.json b/examples/dbe/generalComponents/materialArgon.json index 24d79aab..fdf36971 100644 --- a/examples/dbe/generalComponents/materialArgon.json +++ b/examples/dbe/generalComponents/materialArgon.json @@ -11,6 +11,9 @@ { "material": "Ar", "fraction": 90 }, { "material": "air", "fraction": 10 } ] + }, + "material": { + "thermalConductivity": 0.017 } } } From 9e755436d602f20c3b5865a8112f683a5724e9bc Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 2 Mar 2023 15:18:21 +0100 Subject: [PATCH 066/362] Update npm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d73d6617..9bd5c1fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN \ make \ npm && \ # Upgrade Node package manager - npm install --global npm@9.4.0 && \ + npm install --global npm@9.5.1 && \ # Remove unused packages and configuration files, erase archive files, and remove lists of packages apt-get autoremove --assume-yes --purge && \ apt-get clean && \ From f8ea73cb103db9ce9c1059dc6e227a6a322cefbb Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 2 Mar 2023 15:28:36 +0100 Subject: [PATCH 067/362] Replace `centre` by `center` --- .../calorimetricDataSchema.svg | 20 +++++++++---------- ...egratedPhotovoltaicThermalCalorimetric.svg | 20 +++++++++---------- .../uValueOpaqueInsulation.svg | 20 +++++++++---------- .../calorimetricDataSchema.plantuml | 2 +- ...dingIntegratedPhotovoltaicThermal.plantuml | 2 +- .../uValueOpaqueInsulationLayer.plantuml | 2 +- ...BuildingIntegratedPhotovoltaicThermal.json | 2 +- .../dbe/calorimetric/bistMeasurement.json | 2 +- examples/dbe/koester.json | 4 ++-- .../dbe/optical/es-sda-example0102unit.json | 2 +- .../bipvModuleSunovationGlazingLayer.json | 2 +- schemas/calorimetricData.json | 4 ++-- ...uxOwithHeatControlGlazingCalorimetric.json | 2 +- ...xOwithSolarControlGlazingCalorimetric.json | 2 +- .../SunovationGlazingLayerCalorimetric.json | 2 +- ...tegoryCentreDoesNotRequireExplanation.json | 2 +- tests/valid/calorimetricData/results.json | 2 +- ...gIntegratedPhotovoltaicThermalDiagram.json | 2 +- .../uValueOpaqueInsulationLayerDiagram.json | 2 +- 19 files changed, 48 insertions(+), 48 deletions(-) diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg index ecf78fa1..92627336 100644 --- a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg +++ b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg @@ -1,4 +1,4 @@ -description   characteristics   fluxes   results   typestringconditions   primeSurface   componentTilt   dynamicstationaryexteriorinteriorlateralcommoncomponentTiltconduction   convection   longwaveRadiation   conductionConvectionLongwaveRadiation   shortwaveRadiation   mixed   fluid   electricity   side   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberkelvinWithUncertaintynumberkelvinWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   emittanceSurroundings   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumbernumberBetweenZeroAndOneWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   direction   exteriorinteriorlateralnumberwattWithUncertaintyopticalDataincidenceDirectionside   flux   exteriorinteriorlateralnumberwattWithUncertaintyflux   temperatures   massFlow   specificHeatCapacity   numberwattWithUncertaintyinlet   outlet   numberwattWithUncertaintynumberwattWithUncertaintynumberkilogramPerSecondWithUncertaintynumberjoulePerKgKwithUncertaintyflux   currentVoltage   numberwattWithUncertaintycommoncurrentVoltagearea   uValue   gValue   efficiencies   category   description   centreirradiatedAbsorberouterDimensionsprojectedIrradiatedAbsorberothertypestringnumberwattPerSquareMeterKelvinWithUncertaintynumbernumberWithUncertaintyphotovoltaic   solarThermal   commonefficiencies/photovoltaiccommonefficiencies/solarThermal \ No newline at end of file diff --git a/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg index 88673091..6865713a 100644 --- a/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg +++ b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.svg @@ -1,4 +1,4 @@ -characteristics   fluxes   results   conditionsstationaryprimeSurfaceinteriorcomponentTilt90convection   longwaveRadiation   mixed   shortwaveRadiation   fluid   electricity   sideexteriortemperatures   coefficient18surrounding293sideexteriortemperatures   emittanceSurroundings0.9surrounding293sideinteriorflux   uncertainValue-60uncertainty3confidenceInterval95.4sideexteriorflux   direction   uncertainValue1000uncertainty50confidenceInterval68.3polar30azimuth0temperatures   massFlow0.02specificHeatCapacity4179.6inlet293outlet298flux-200area   gValue   efficiencies   categorycentreuncertainValue0.06uncertainty0.01confidenceInterval68.3solarThermal0.5photovoltaic0.2 \ No newline at end of file diff --git a/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.svg b/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.svg index 224d7ad4..76afe460 100644 --- a/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.svg +++ b/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.svg @@ -1,4 +1,4 @@ -characteristics   fluxes   results   conditionsstationaryprimeSurfaceinteriorcomponentTilt90conductionConvectionLongwaveRadiation         sideexteriorflux3temperatures   sample308sideinteriorflux-3temperatures   sample288area   uValue   categorycentreuncertainValue0.15uncertainty0.015confidenceInterval68.3 \ No newline at end of file diff --git a/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml b/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml index ed6c396b..38dd9e3e 100644 --- a/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml +++ b/docs/diagrams/src/calorimetricData/calorimetricDataSchema.plantuml @@ -170,7 +170,7 @@ { "area": { "category": [ - "centre", + "center", "irradiatedAbsorber", "outerDimensions", "projectedIrradiatedAbsorber", diff --git a/docs/diagrams/src/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml b/docs/diagrams/src/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml index 7e742728..a3f68065 100644 --- a/docs/diagrams/src/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml +++ b/docs/diagrams/src/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal.plantuml @@ -72,7 +72,7 @@ "results": { "area": { - "category": "centre" + "category": "center" } , "gValue": { diff --git a/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml b/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml index e6f486ec..7159b938 100644 --- a/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml +++ b/docs/diagrams/src/calorimetricData/uValueOpaqueInsulationLayer.plantuml @@ -21,7 +21,7 @@ }, "results": { "area": { - "category": "centre" + "category": "center" }, "uValue": { "uncertainValue": 0.15, diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json index c9144beb..69e960ba 100644 --- a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -80,7 +80,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "uValue": 1.0, "gValue": 0.5, diff --git a/examples/dbe/calorimetric/bistMeasurement.json b/examples/dbe/calorimetric/bistMeasurement.json index 6b15d718..7d80da63 100644 --- a/examples/dbe/calorimetric/bistMeasurement.json +++ b/examples/dbe/calorimetric/bistMeasurement.json @@ -91,7 +91,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "uValue": { "uncertainValue": 1.0, diff --git a/examples/dbe/koester.json b/examples/dbe/koester.json index bfc3b193..ace8fb13 100644 --- a/examples/dbe/koester.json +++ b/examples/dbe/koester.json @@ -32,7 +32,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "uValue": 1.1, "gValue": 0.52 @@ -106,7 +106,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "gValue": 0.32 } diff --git a/examples/dbe/optical/es-sda-example0102unit.json b/examples/dbe/optical/es-sda-example0102unit.json index ff026d26..2764ef17 100644 --- a/examples/dbe/optical/es-sda-example0102unit.json +++ b/examples/dbe/optical/es-sda-example0102unit.json @@ -136,7 +136,7 @@ { "results": [ { - "area": { "category": "centre" }, + "area": { "category": "center" }, "uValue": 0.8, "gValue": 0.3793 } diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json index 5ea76a58..a1cfda8f 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json @@ -33,7 +33,7 @@ { "results": [ { - "area": { "category": "centre" }, + "area": { "category": "center" }, "uValue": 1.1, "gValue": { "uncertainValue": 0.5, diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 72ca134c..f1b9d4e8 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -347,13 +347,13 @@ "category": { "type": "string", "enum": [ - "centre", + "center", "irradiatedAbsorber", "outerDimensions", "projectedIrradiatedAbsorber", "other" ], - "description": "(i) `centre` means that the results are valid for the centre of the component without influence by the frame. This is important for example for glazings. (ii) `outerDimensions` means that the whole area of the outer dimensions of the component is considered for the results. (iii) `irradiatedAbsorber` means that the area of the photovoltaic or solar thermal absober, which is irradiated by direct irradiance, is used to calculate the results. (iv) For the case of direct irradiance, `projectedIrradiatedAbsorber` projects the directly irradiated absorber area to a plane which is perpendicular to the direct irradiance. (v) If none of the other categories apply, `explanation` below must be used to describe the category." + "description": "(i) `center` means that the results are valid for the center of the component without influence by the frame. This is important for example for glazings. (ii) `outerDimensions` means that the whole area of the outer dimensions of the component is considered for the results. (iii) `irradiatedAbsorber` means that the area of the photovoltaic or solar thermal absober, which is irradiated by direct irradiance, is used to calculate the results. (iv) For the case of direct irradiance, `projectedIrradiatedAbsorber` projects the directly irradiated absorber area to a plane which is perpendicular to the direct irradiance. (v) If none of the other categories apply, `explanation` below must be used to describe the category." }, "description": { "type": "string", diff --git a/tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json b/tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json index 2b446b96..bfc02b6b 100644 --- a/tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json +++ b/tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json @@ -13,7 +13,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "uValue": 1.1, "gValue": 0.52 diff --git a/tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json b/tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json index d7bba6ce..54486095 100644 --- a/tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json +++ b/tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json @@ -13,7 +13,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "gValue": 0.32 } diff --git a/tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json b/tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json index 6aba0dce..d2c20602 100644 --- a/tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json +++ b/tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json @@ -1,7 +1,7 @@ { "results": [ { - "area": { "category": "centre" }, + "area": { "category": "center" }, "uValue": 1.1, "gValue": { "uncertainValue": 0.5, diff --git a/tests/valid/calorimetricData/resultAreaCategoryCentreDoesNotRequireExplanation.json b/tests/valid/calorimetricData/resultAreaCategoryCentreDoesNotRequireExplanation.json index 1ac99468..a159450c 100644 --- a/tests/valid/calorimetricData/resultAreaCategoryCentreDoesNotRequireExplanation.json +++ b/tests/valid/calorimetricData/resultAreaCategoryCentreDoesNotRequireExplanation.json @@ -2,7 +2,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" } } ] diff --git a/tests/valid/calorimetricData/results.json b/tests/valid/calorimetricData/results.json index 0a64f7ce..42052194 100644 --- a/tests/valid/calorimetricData/results.json +++ b/tests/valid/calorimetricData/results.json @@ -2,7 +2,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "uValue": 1, "gValue": 1, diff --git a/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json b/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json index 827024f7..7678edfb 100644 --- a/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json +++ b/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json @@ -66,7 +66,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "gValue": { "uncertainValue": 0.06, diff --git a/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json b/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json index 5731f441..67d9caa1 100644 --- a/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json +++ b/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json @@ -21,7 +21,7 @@ "results": [ { "area": { - "category": "centre" + "category": "center" }, "uValue": { "uncertainValue": 0.15, From 6d93af4aa82f556d94f32b446d11b74c144e0b64 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 6 Mar 2023 14:53:41 +0100 Subject: [PATCH 068/362] Add GNU Make target `example` to validate specific examples --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2209451..1a13bc1c 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ test : ## Validate test files # done # .PHONY : test -example : ## Validate example files +examples : ## Validate example files -for schema_name in $(shell ls --indicator-style=none ./queries/) ; do \ echo "---------------------------------------------" && \ echo "Queries against schema ./apis/$${schema_name}.graphql" && \ @@ -184,6 +184,15 @@ example : ## Validate example files $$(echo "${schema_file_references}" | sed "s#-r \./schemas/$${schema_name}\.json##g") ; \ done ; \ done +.PHONY : examples + +example : ## Validate explicit examples, for example, `make SCHEMA_NAME=dbe EXAMPLES="optical/spectrum.json optical/bsdf.json" example` + for example_name in ${EXAMPLES} ; do \ + ${ajv} validate \ + -s ./schemas/${SCHEMA_NAME}.json \ + -d ./examples/${SCHEMA_NAME}/$${example_name} \ + $$(echo "${schema_file_references}" | sed "s#-r \./schemas/${SCHEMA_NAME}\.json##g") ; \ + done .PHONY : example format : ## Format files with Prettier From 1ace687ba65c803dae8d49c6978ffa08610cc6eb Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 18 Apr 2023 15:25:30 +0200 Subject: [PATCH 069/362] Add a query for the database's verification code --- apis/database.graphql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apis/database.graphql b/apis/database.graphql index 9884d8d5..c512714c 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -412,6 +412,22 @@ type Query { timestamp: DateTime locale: Locale ): Boolean! + + """ + The verification code of the database that is generated by the metabase when + an institution registers a new database. It is used by the metabase to verify + the the institution is indeed under control of the database's GraphQL + endpoint. + + To register and verify your database to the metabase do the following: + + 1. On the metabase, sign-in as a representative of your institution. + 2. Register a new database and remember the generated verification code. + 3. Make the database's GraphQL endpoint return that code when queried for its + verification code. + 4. Ask the metabase to verify the database. + """ + verificationCode: String } """ From 961937ac9519e1af3d6a39defcb1d1c1ff77f9a8 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 25 May 2023 14:40:58 +0200 Subject: [PATCH 070/362] Add GraphQL visualization to README Relates to #290 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12aa3857..08911f84 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ This specification of an Application Programming Interface (API) is designed to facilitate the exchange of data about building envelopes. Several [databases](https://github.com/building-envelope-data/database) use the same API specification to offer data about components. A [metabase](https://github.com/building-envelope-data/metabase) manages for example the identifiers of components and institutions which must be the same for all databases. -This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. -GraphQL schemas are in the directory `./apis` and example GraphQL queries in the directory `./queries`. JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. +This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis` and example GraphQL queries in the directory `./queries`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). + +JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. The following introduction explains the structure for new users and the section "On your Linux machine" explains how you can work with the API specification. From 1614a3ad07aba08ecb4eb0810f86ac99bf8bbf70 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Tue, 20 Jun 2023 11:08:31 +0200 Subject: [PATCH 071/362] Improve README to try metabase queries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08911f84..f2399baa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This specification of an Application Programming Interface (API) is designed to facilitate the exchange of data about building envelopes. Several [databases](https://github.com/building-envelope-data/database) use the same API specification to offer data about components. A [metabase](https://github.com/building-envelope-data/metabase) manages for example the identifiers of components and institutions which must be the same for all databases. -This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis` and example GraphQL queries in the directory `./queries`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). +This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries in the directory `./queries`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/queries/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. From c111448c8e658f7da9d9243bc59c3fdc95b50d8e Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:34:14 +0200 Subject: [PATCH 072/362] Add query for integral optical values to tutorial.graphql --- queries/metabase/tutorial.graphql | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index b5740919..3c1a56f3 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -138,4 +138,33 @@ query { } } } + + integralOpticalValuesOfComponent: databases { + nodes { + uuid + name + locator + allOpticalData( + where: { + componentId: { +equalTo: "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e" } + } + ) { + nodes { + nearnormalHemisphericalSolarReflectances + nearnormalHemisphericalSolarTransmittances + nearnormalHemisphericalVisibleReflectances + nearnormalHemisphericalVisibleTransmittances + infraredEmittances + resourceTree { + root { + value { + locator + } + } + } + } + } + } + } } From 0344a1cb1cc4bb7c2c360f2214aa2a6b94d32631 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:42:36 +0200 Subject: [PATCH 073/362] Update the description of "azimuth" with `onto` instead of `on` following a recommendation of @HelenRoseWilson --- schemas/opticalData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index b58a103e..4ec2d876 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -243,7 +243,7 @@ }, "azimuth": { "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of incidence is projected onto the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } }, "additionalProperties": false, From b2ef1a4c995f0ae7e49ef43a5f15dbf52eccf773 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 19 Oct 2023 22:22:12 +0200 Subject: [PATCH 074/362] Add visualizations of JSON Schemas and examples to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2399baa..c386278b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This specification of an Application Programming Interface (API) is designed to This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries in the directory `./queries`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/queries/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). -JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. +JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. A [visualization of the JSON Schema of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png) is available together with [visualizations of examples of optical data points](docs/diagrams/out/opticalData). A [visualization of the JSON Schema of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png) is available together with [visualizations of examples of calorimetric data sets](docs/diagrams/out/calorimetricData). The following introduction explains the structure for new users and the section "On your Linux machine" explains how you can work with the API specification. From eb5262a023bef6ef76edc84f66aeb54da7c05745 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:02:08 +0000 Subject: [PATCH 075/362] Correct `to` to `two` --- schemas/material.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/material.json b/schemas/material.json index cf5bd63a..311b1432 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -84,7 +84,7 @@ }, "thickness": { "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "If the material has to flat parallel surfaces, then the thickness is the distance between both surfaces. It has the SI unit meter." + "description": "If the material has two flat parallel surfaces, then the thickness is the distance between both surfaces. It has the SI unit meter." }, "thermalConductivity": { "$ref": "number.json#/$defs/wattPerMeterKelvinWithUncertainty", From 68123d05ca206a5d6440faa40d514b7733803d75 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:45:34 +0200 Subject: [PATCH 076/362] Add video introduction to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c386278b..d77eba91 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ JSON schemas are in the directory `./schemas` and example JSON files in the dire The following introduction explains the structure for new users and the section "On your Linux machine" explains how you can work with the API specification. +[![Watch the video introduction](https://img.youtube.com/vi/QsulJnpvuh0/maxresdefault.jpg)](https://www.youtube.com/watch?v=QsulJnpvuh0) + ## Table Of Contents [I don't want to read this whole thing, I just have a question!](#i-dont-want-to-read-this-whole-thing-i-just-have-a-question) From e76136e371a07c74d51e792752e7860339c8b4c3 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:18:26 +0000 Subject: [PATCH 077/362] Start with tutorial queries for database. --- queries/database/tutorial.graphql | 111 ++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 queries/database/tutorial.graphql diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql new file mode 100644 index 00000000..7ea2cce8 --- /dev/null +++ b/queries/database/tutorial.graphql @@ -0,0 +1,111 @@ +query { + resourcesByComponent: allOpticalData ( + where: { + componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } + } + ) { + nodes { + resourceTree { + root { + value { + locator + } + } + } + } + } + + allData: allData { + nodes { + name + resourceTree { + root { + value { + locator + } + } + } + } + } + + dataSetsByOpticalPropertiesAndDataFormat: databases { + nodes { + name + allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.605 } + } + } + { + nearnormalHemisphericalSolarTransmittances: { + some: { lessThanOrEqualTo: 0.228 } + } + } + { + resources: { + some: { + dataFormatId: { + equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" + } + } + } + } + ] + } + ) { + nodes { + componentId + resourceTree { + root { + value { + locator + } + } + } + } + } + } + } + + allOpticalDataSets: databases { + nodes { + allOpticalData { + nodes { + name + } + } + } + } + + integralOpticalValuesOfComponent: databases { + nodes { + uuid + name + locator + allOpticalData( + where: { + componentId: { +equalTo: "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e" } + } + ) { + nodes { + nearnormalHemisphericalSolarReflectances + nearnormalHemisphericalSolarTransmittances + nearnormalHemisphericalVisibleReflectances + nearnormalHemisphericalVisibleTransmittances + infraredEmittances + resourceTree { + root { + value { + locator + } + } + } + } + } + } + } +} From 3dc81674b1047bdb647d8b1ad876173f8e2632c7 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:18:42 +0000 Subject: [PATCH 078/362] Remove unnecessary query from metabase tutorial --- queries/metabase/tutorial.graphql | 85 ++++++++++--------------------- 1 file changed, 26 insertions(+), 59 deletions(-) diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index 3c1a56f3..c239e3cc 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -59,70 +59,37 @@ query { } } - componentByOpticalProperties: databases { - nodes { - uuid - name - locator - allOpticalData( - where: { - and: [ - { - nearnormalHemisphericalVisibleTransmittances: { - some: { greaterThanOrEqualTo: 0.6 } - } - } - { - nearnormalHemisphericalSolarTransmittances: { - some: { lessThanOrEqualTo: 0.228 } - } - } - ] + dataSetsByOpticalPropertiesAndDataFormat: allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.3 } + } } - ) { - nodes { - componentId + { + nearnormalHemisphericalVisibleReflectances: { + some: { lessThanOrEqualTo: 0.2 } + } } - } - } - } - - dataSetsByOpticalPropertiesAndDataFormat: databases { - nodes { - name - allOpticalData( - where: { - and: [ - { - nearnormalHemisphericalVisibleTransmittances: { - some: { greaterThanOrEqualTo: 0.605 } - } - } - { - nearnormalHemisphericalSolarTransmittances: { - some: { lessThanOrEqualTo: 0.228 } + { + resources: { + some: { + dataFormatId: { + equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" } } - { - resources: { - some: { - dataFormatId: { - equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" - } - } - } - } - ] + } } - ) { - nodes { - componentId - resourceTree { - root { - value { - locator - } - } + ] + } + ) { + nodes { + componentId + resourceTree { + root { + value { + locator } } } From f4d3c97b155f23414fc0a554723daccad31fac3e Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:40:11 +0000 Subject: [PATCH 079/362] Update the database tutorial queries --- queries/database/tutorial.graphql | 103 ++++++++++++------------------ 1 file changed, 42 insertions(+), 61 deletions(-) diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql index 7ea2cce8..2913b662 100644 --- a/queries/database/tutorial.graphql +++ b/queries/database/tutorial.graphql @@ -28,81 +28,62 @@ query { } } - dataSetsByOpticalPropertiesAndDataFormat: databases { - nodes { - name - allOpticalData( - where: { - and: [ - { - nearnormalHemisphericalVisibleTransmittances: { - some: { greaterThanOrEqualTo: 0.605 } - } - } - { - nearnormalHemisphericalSolarTransmittances: { - some: { lessThanOrEqualTo: 0.228 } - } - } - { - resources: { - some: { - dataFormatId: { - equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" - } - } - } - } - ] + dataSetsByOpticalPropertiesAndDataFormat: allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.3 } + } } - ) { - nodes { - componentId - resourceTree { - root { - value { - locator + { + nearnormalHemisphericalVisibleReflectances: { + some: { lessThanOrEqualTo: 0.2 } + } + } + { + resources: { + some: { + dataFormatId: { + equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" } } } } - } + ] } - } - - allOpticalDataSets: databases { + ) { nodes { - allOpticalData { - nodes { - name + componentId + resourceTree { + root { + value { + locator + } } } } } - integralOpticalValuesOfComponent: databases { + + allOpticalDataSets: allOpticalData { nodes { - uuid name - locator - allOpticalData( - where: { - componentId: { -equalTo: "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e" } - } - ) { - nodes { - nearnormalHemisphericalSolarReflectances - nearnormalHemisphericalSolarTransmittances - nearnormalHemisphericalVisibleReflectances - nearnormalHemisphericalVisibleTransmittances - infraredEmittances - resourceTree { - root { - value { - locator - } - } + } + } + + integralOpticalValuesOfComponent: allOpticalData( + where: { + componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } + } + ) { + nodes { + nearnormalHemisphericalVisibleReflectances + nearnormalHemisphericalVisibleTransmittances + resourceTree { + root { + value { + locator } } } From 2747ab74bd6a705bb6bfce5f8a0e772d3476930b Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:48:20 +0100 Subject: [PATCH 080/362] Remove empty line in tutorial.graphql --- queries/database/tutorial.graphql | 1 - 1 file changed, 1 deletion(-) diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql index 2913b662..39976ead 100644 --- a/queries/database/tutorial.graphql +++ b/queries/database/tutorial.graphql @@ -65,7 +65,6 @@ query { } } - allOpticalDataSets: allOpticalData { nodes { name From 8ac48ad7c158ba71e4f0fdf987cd322ae91f63e9 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Nov 2023 12:29:25 +0100 Subject: [PATCH 081/362] Ru `make format` --- queries/database/tutorial.graphql | 14 ++++---------- queries/metabase/tutorial.graphql | 7 ++----- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql index 39976ead..54568add 100644 --- a/queries/database/tutorial.graphql +++ b/queries/database/tutorial.graphql @@ -1,8 +1,6 @@ query { - resourcesByComponent: allOpticalData ( - where: { - componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } - } + resourcesByComponent: allOpticalData( + where: { componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } } ) { nodes { resourceTree { @@ -44,9 +42,7 @@ query { { resources: { some: { - dataFormatId: { - equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" - } + dataFormatId: { equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" } } } } @@ -72,9 +68,7 @@ query { } integralOpticalValuesOfComponent: allOpticalData( - where: { - componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } - } + where: { componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } } ) { nodes { nearnormalHemisphericalVisibleReflectances diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index c239e3cc..71eef6c3 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -75,9 +75,7 @@ query { { resources: { some: { - dataFormatId: { - equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" - } + dataFormatId: { equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" } } } } @@ -113,8 +111,7 @@ query { locator allOpticalData( where: { - componentId: { -equalTo: "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e" } + componentId: { equalTo: "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e" } } ) { nodes { From 589cafc3fa7653045d8658fd6a2f486bf9b51c7d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Nov 2023 12:35:09 +0100 Subject: [PATCH 082/362] Add query for data format to `tutorial.graphql`. --- queries/metabase/tutorial.graphql | 76 ++++++++++++++++++++++--------- 1 file changed, 54 insertions(+), 22 deletions(-) diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index 71eef6c3..1bb4de1b 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -59,35 +59,67 @@ query { } } - dataSetsByOpticalPropertiesAndDataFormat: allOpticalData( - where: { - and: [ - { - nearnormalHemisphericalVisibleTransmittances: { - some: { greaterThanOrEqualTo: 0.3 } - } - } - { - nearnormalHemisphericalVisibleReflectances: { - some: { lessThanOrEqualTo: 0.2 } - } - } - { + dataFormat: databases { + nodes { + name + allOpticalData( + where: { resources: { some: { - dataFormatId: { equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" } + dataFormatId: { equalTo: "e021cf20-e887-4dce-ad27-35da70cec472" } + } + } + } + ) { + nodes { + resourceTree { + root { + value { + locator + } } } } - ] + } } - ) { + } + + dataSetsByOpticalPropertiesAndDataFormat: databases { nodes { - componentId - resourceTree { - root { - value { - locator + name + allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.605 } + } + } + { + nearnormalHemisphericalSolarTransmittances: { + some: { lessThanOrEqualTo: 0.228 } + } + } + { + resources: { + some: { + dataFormatId: { + equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" + } + } + } + } + ] + } + ) { + nodes { + componentId + resourceTree { + root { + value { + locator + } + } } } } From 3f4d20eeb5a2e45fcf4ba0c51f90c7722965f228 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 4 Mar 2024 09:09:29 +0100 Subject: [PATCH 083/362] Add test for nearnormal-nearnormal optical data for one wavelength and polarization --- .../directionWavelengthPolarization.json | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/valid/opticalData/directionWavelengthPolarization.json diff --git a/tests/valid/opticalData/directionWavelengthPolarization.json b/tests/valid/opticalData/directionWavelengthPolarization.json new file mode 100644 index 00000000..2005dac7 --- /dev/null +++ b/tests/valid/opticalData/directionWavelengthPolarization.json @@ -0,0 +1,29 @@ +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8, + "azimuth": 0 + }, + "wavelengths": { + "wavelength": 415 + }, + "polarization": { + "s": 1, + "p": 0 + } + }, + "emergence": { + "direction": { + "polar": 8, + "azimuth": 0 + } + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } + } + ] +} \ No newline at end of file From 0a157fa51ad08ecdb36e7e04584df966c81b6009 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 27 May 2024 16:47:33 +0200 Subject: [PATCH 084/362] Run tool with npm as we also use it to manage packages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a13bc1c..6bb96e81 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ update-tools : ## Update development tools to the latest compatible minor versio .PHONY : update-tools licenses : ## Print licenses - yarn run \ + npx --no-install \ license-checker \ --unknown \ --direct \ From b5654c7247378df6de74c5af0583a2b02a42d56f Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 27 May 2024 16:48:01 +0200 Subject: [PATCH 085/362] Add GNU Make target to list outdated tools --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 6bb96e81..6a4dc50b 100644 --- a/Makefile +++ b/Makefile @@ -220,6 +220,10 @@ install-tools : ## Install development tools from the lock file --omit optional .PHONY : install-tools +outdated-tools : ## List outdated tools + npm outdated +.PHONY : outdated-tools + update-tools : ## Update development tools to the latest compatible minor versions npm install \ --omit optional From b21ffff3ba16c8737cae75256eeb742d6903b372 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 27 May 2024 16:48:29 +0200 Subject: [PATCH 086/362] Update tools to latest versions --- package-lock.json | 2640 ++++++++++++++++----------------------------- package.json | 14 +- 2 files changed, 954 insertions(+), 1700 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffcc53a4..2dbf36ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,30 +6,29 @@ "": { "name": "building-envelope-data", "devDependencies": { - "@graphql-inspector/cli": "^3.0.0", - "@graphql-inspector/config": "^3.0.0", + "@graphql-inspector/cli": "^5.0.5", + "@graphql-inspector/config": "^4.0.2", "ajv-cli": "^5.0.0", - "ajv-formats": "^2.1.0", - "format-graphql": "^1.4.0", - "graphql": "^16.3.0", + "ajv-formats": "^3.0.1", + "format-graphql": "^1.5.0", + "graphql": "^16.8.1", "graphql-schema-linter": "^3.0.0", "license-checker": "^25.0.1", - "prettier": "^2.3.0", - "yargs": "^17.0.0" + "prettier": "^3.2.5", + "yargs": "^17.7.2" }, "engines": { "node": "18.13.x" } }, "node_modules/@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, - "peer": true, "dependencies": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" @@ -48,49 +47,48 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz", + "integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==", "dev": true, "dependencies": { - "@babel/highlight": "^7.18.6" + "@babel/highlight": "^7.24.6", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.20.14", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.14.tgz", - "integrity": "sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz", + "integrity": "sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==", "dev": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.20.12", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", - "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", - "dev": true, - "peer": true, - "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.7", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helpers": "^7.20.7", - "@babel/parser": "^7.20.7", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.12", - "@babel/types": "^7.20.7", - "convert-source-map": "^1.7.0", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.6.tgz", + "integrity": "sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.6", + "@babel/generator": "^7.24.6", + "@babel/helper-compilation-targets": "^7.24.6", + "@babel/helper-module-transforms": "^7.24.6", + "@babel/helpers": "^7.24.6", + "@babel/parser": "^7.24.6", + "@babel/template": "^7.24.6", + "@babel/traverse": "^7.24.6", + "@babel/types": "^7.24.6", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", - "semver": "^6.3.0" + "json5": "^2.2.3", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -101,277 +99,193 @@ } }, "node_modules/@babel/generator": { - "version": "7.20.14", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz", - "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.6.tgz", + "integrity": "sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==", "dev": true, "dependencies": { - "@babel/types": "^7.20.7", - "@jridgewell/gen-mapping": "^0.3.2", + "@babel/types": "^7.24.6", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", - "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz", + "integrity": "sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==", "dev": true, - "peer": true, "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.21.3", + "@babel/compat-data": "^7.24.6", + "@babel/helper-validator-option": "^7.24.6", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz", + "integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", - "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz", + "integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==", "dev": true, "dependencies": { - "@babel/template": "^7.18.10", - "@babel/types": "^7.19.0" + "@babel/template": "^7.24.6", + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz", + "integrity": "sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==", "dev": true, "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz", + "integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==", "dev": true, - "peer": true, "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", - "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz", + "integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==", "dev": true, - "peer": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.20.2", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.10", - "@babel/types": "^7.20.7" + "@babel/helper-environment-visitor": "^7.24.6", + "@babel/helper-module-imports": "^7.24.6", + "@babel/helper-simple-access": "^7.24.6", + "@babel/helper-split-export-declaration": "^7.24.6", + "@babel/helper-validator-identifier": "^7.24.6" }, "engines": { "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", - "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz", + "integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", - "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz", + "integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==", "dev": true, - "peer": true, "dependencies": { - "@babel/types": "^7.20.2" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz", + "integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==", "dev": true, "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz", + "integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz", + "integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz", + "integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==", "dev": true, - "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.20.13", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz", - "integrity": "sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz", + "integrity": "sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==", "dev": true, - "peer": true, "dependencies": { - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.13", - "@babel/types": "^7.20.7" + "@babel/template": "^7.24.6", + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz", + "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" + "@babel/helper-validator-identifier": "^7.24.6", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/@babel/parser": { - "version": "7.20.15", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.15.tgz", - "integrity": "sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz", + "integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -381,12 +295,12 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.6.tgz", + "integrity": "sha512-BE6o2BogJKJImTmGpkmOic4V0hlRRxVtzqxiSPa8TIFxyhi4EFjHm08nq1M4STK4RytuLMgnSz0/wfflvGFNOg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.24.6" }, "engines": { "node": ">=6.9.0" @@ -396,34 +310,34 @@ } }, "node_modules/@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz", + "integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/code-frame": "^7.24.6", + "@babel/parser": "^7.24.6", + "@babel/types": "^7.24.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.20.13", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz", - "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.19.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.20.13", - "@babel/types": "^7.20.7", - "debug": "^4.1.0", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz", + "integrity": "sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.6", + "@babel/generator": "^7.24.6", + "@babel/helper-environment-visitor": "^7.24.6", + "@babel/helper-function-name": "^7.24.6", + "@babel/helper-hoist-variables": "^7.24.6", + "@babel/helper-split-export-declaration": "^7.24.6", + "@babel/parser": "^7.24.6", + "@babel/types": "^7.24.6", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -431,13 +345,13 @@ } }, "node_modules/@babel/types": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", - "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz", + "integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.19.4", - "@babel/helper-validator-identifier": "^7.19.1", + "@babel/helper-string-parser": "^7.24.6", + "@babel/helper-validator-identifier": "^7.24.6", "to-fast-properties": "^2.0.0" }, "engines": { @@ -455,1405 +369,940 @@ } }, "node_modules/@envelop/core": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@envelop/core/-/core-2.6.0.tgz", - "integrity": "sha512-yTptKinJN//i6m1kXUbnLBl/FobzddI4ehURAMS08eRUOQwAuXqJU9r8VdTav8nIZLb4t6cuDWFb3n331LiwLw==", - "dev": true, - "dependencies": { - "@envelop/types": "2.4.0", - "tslib": "2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@envelop/core/node_modules/tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", - "dev": true - }, - "node_modules/@envelop/disable-introspection": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@envelop/disable-introspection/-/disable-introspection-3.6.0.tgz", - "integrity": "sha512-Zf505LqWo2efM0EtTBvXyYPynSTSL2+Ps0X+dCH33vQ3wF6gxMui9g1pGa4MDcGjaXWG67qZcT4eojpGlmmavA==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "@envelop/core": "^2.6.0", - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@envelop/parser-cache": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@envelop/parser-cache/-/parser-cache-4.7.0.tgz", - "integrity": "sha512-63NfXDcW/vGn4U6NFxaZ0JbYWAcJb9A6jhTvghsSz1ZS+Dny/ci8bVSgVmM1q+N56hPyGsVPuyI+rIc71mPU5g==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0", - "tslib": "^2.4.0" - }, - "peerDependencies": { - "@envelop/core": "^2.6.0", - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@envelop/parser-cache/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@envelop/core/-/core-5.0.1.tgz", + "integrity": "sha512-wxA8EyE1fPnlbP0nC/SFI7uU8wSNf4YjxZhAPu0P63QbgIvqHtHsH4L3/u+rsTruzhk3OvNRgQyLsMfaR9uzAQ==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "@envelop/types": "5.0.0", + "tslib": "^2.5.0" }, "engines": { - "node": ">=10" + "node": ">=18.0.0" } }, - "node_modules/@envelop/parser-cache/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@envelop/types": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@envelop/types/-/types-2.4.0.tgz", - "integrity": "sha512-pjxS98cDQBS84X29VcwzH3aJ/KiLCGwyMxuj7/5FkdiaCXAD1JEvKEj9LARWlFYj1bY43uII4+UptFebrhiIaw==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@envelop/validation-cache": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@envelop/validation-cache/-/validation-cache-4.7.0.tgz", - "integrity": "sha512-PzL+GfWJRT+JjsJqZAIxHKEkvkM3hxkeytS5O0QLXT8kURNBV28r+Kdnn2RCF5+6ILhyGpiDb60vaquBi7g4lw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0", - "tslib": "^2.4.0" - }, - "peerDependencies": { - "@envelop/core": "^2.6.0", - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@envelop/validation-cache/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@envelop/types/-/types-5.0.0.tgz", + "integrity": "sha512-IPjmgSc4KpQRlO4qbEDnBEixvtb06WDmjKfi/7fkZaryh5HuOmTtixe1EupQI5XfXO8joc3d27uUZ0QdC++euA==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "tslib": "^2.5.0" }, "engines": { - "node": ">=10" + "node": ">=18.0.0" } }, - "node_modules/@envelop/validation-cache/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@graphql-inspector/audit-command": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/@graphql-inspector/audit-command/-/audit-command-3.4.4.tgz", - "integrity": "sha512-Vd+2TvVOsbuPqVln931wb1wFmC0oaZkZ/ecp/s6xiQm5cx1Cj9PAtqNNr220ts9o16YzjM+/ybHxQR3nqFBjXQ==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/audit-command/-/audit-command-5.0.5.tgz", + "integrity": "sha512-b+MNaj7JTY7c7NyOywDzr4Nod+kXomNpKqFbz9o/iHGQx0F6Utr32XtP9YHIo+9dChJDVAAqODnYGR7Witro7w==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/core": "4.0.0", - "@graphql-inspector/logger": "3.4.2", + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/core": "6.0.1", + "@graphql-inspector/logger": "5.0.1", + "@graphql-tools/utils": "10.2.0", "cli-table3": "0.6.3", - "tslib": "^2.0.0" + "tslib": "2.6.2" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-inspector/audit-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/audit-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/@graphql-inspector/audit-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/audit-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/cli": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-3.4.6.tgz", - "integrity": "sha512-QC+11txEJGH6NPDXWTB0aZZY5w+Rb1HnuKo8cUHr8vSXCXkB25FV8P+CRzs875gNnJpDaa/UJA7TnZP77D0o0g==", - "dev": true, - "dependencies": { - "@graphql-inspector/audit-command": "3.4.4", - "@graphql-inspector/code-loader": "3.4.0", - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/coverage-command": "4.0.0", - "@graphql-inspector/diff-command": "3.4.4", - "@graphql-inspector/docs-command": "3.4.2", - "@graphql-inspector/git-loader": "3.4.0", - "@graphql-inspector/github-loader": "3.4.0", - "@graphql-inspector/graphql-loader": "3.4.0", - "@graphql-inspector/introspect-command": "3.4.4", - "@graphql-inspector/json-loader": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "@graphql-inspector/serve-command": "3.4.2", - "@graphql-inspector/similar-command": "3.4.4", - "@graphql-inspector/url-loader": "3.4.0", - "@graphql-inspector/validate-command": "3.4.4", - "tslib": "^2.0.0", - "yargs": "17.2.1" + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/cli/-/cli-5.0.5.tgz", + "integrity": "sha512-KWi6XgHr9x6p7driH9JF9FXlqN8yxBg9WFQUPutOrO+uN6fpqG1XsbNnDP4l9LTtzoebp6QVTwc4RbEDKiKh3Q==", + "dev": true, + "dependencies": { + "@babel/core": "7.24.6", + "@graphql-inspector/audit-command": "5.0.5", + "@graphql-inspector/code-loader": "5.0.1", + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/config": "4.0.2", + "@graphql-inspector/coverage-command": "6.0.5", + "@graphql-inspector/diff-command": "5.0.5", + "@graphql-inspector/docs-command": "5.0.4", + "@graphql-inspector/git-loader": "5.0.1", + "@graphql-inspector/github-loader": "5.0.1", + "@graphql-inspector/graphql-loader": "5.0.1", + "@graphql-inspector/introspect-command": "5.0.5", + "@graphql-inspector/json-loader": "5.0.1", + "@graphql-inspector/loaders": "4.0.4", + "@graphql-inspector/serve-command": "5.0.5", + "@graphql-inspector/similar-command": "5.0.5", + "@graphql-inspector/url-loader": "5.0.1", + "@graphql-inspector/validate-command": "5.0.5", + "tslib": "2.6.2", + "yargs": "17.7.2" }, "bin": { - "graphql-inspector": "index.js" + "graphql-inspector": "cjs/index.js" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/cli/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", + "node_modules/@graphql-inspector/code-loader": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-5.0.1.tgz", + "integrity": "sha512-kdyP76g0QrtOFRda67+aNshSf0PXYyGJLiGxoVBogpAbkzDRhZQZAsdQVKP0tdEQAn4w0zN6VBdmpF/PAeBO5A==", "dev": true, "dependencies": { - "tslib": "^2.0.0" + "@graphql-tools/code-file-loader": "8.1.2", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/cli/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/cli/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "node_modules/@graphql-inspector/commands": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-5.0.4.tgz", + "integrity": "sha512-m6SzYxjkKhor7pV33r1FSL2Wq/epzeWDE1cfPT/eFJ4qKavTBcglr+Vpien6PK1a2vy69GhviFhMoJEakrlZMA==", "dev": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "tslib": "2.6.2" }, "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/cli/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@graphql-inspector/code-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/code-loader/-/code-loader-3.4.0.tgz", - "integrity": "sha512-rgC6x56QLIHGHzz6+QeBhPZz3CgwxqSwKJO0LZgi6wEkurbrrVlEZTUTy3LE9RSfHFdL7w3v9vfBjls3vp9wIg==", - "dev": true, - "dependencies": { - "@graphql-tools/code-file-loader": "^7.2.2", - "tslib": "^2.0.0" + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "@graphql-inspector/config": "^4.0.0", + "@graphql-inspector/loaders": "^4.0.0", + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0", + "yargs": "17.7.2" } }, "node_modules/@graphql-inspector/config": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-3.4.0.tgz", - "integrity": "sha512-h9qLXP+f7IA6v3WT+3hMOl3hdxhVSdYcgajzXkJx5p5OYyibyTzsMJPghplXxoORcjQL3MMpRXg90+OVHxq+zw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@graphql-inspector/config/-/config-4.0.2.tgz", + "integrity": "sha512-fnIwVpGM5AtTr4XyV8NJkDnwpXxZSBzi3BopjuXwBPXXD1F3tcVkCKNT6/5WgUQGfNPskBVbitcOPtM4hIYAOQ==", "dev": true, + "dependencies": { + "tslib": "2.6.2" + }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/core": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-4.0.0.tgz", - "integrity": "sha512-lgyc6ozmU5WbdlFx7Uftb96cS9ahYmu6hL41ZswK3KQcS6s7AM7zGu8gNDSdXtAGw8eARm8+Ql4+8J1+/72/+A==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-6.0.1.tgz", + "integrity": "sha512-0fdMumNZFFhfSlAPSSi3XWdyctMUm2IMjODL8DoYFofTl45iq40YBrCX02h2DSf48ZhkiI/VdHr2+08gqW6JMQ==", "dev": true, "dependencies": { "dependency-graph": "0.11.0", - "object-inspect": "1.12.3", - "tslib": "^2.0.0" + "object-inspect": "1.13.1", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/coverage-command": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-4.0.0.tgz", - "integrity": "sha512-JdkoKKyZM9cWQMugc3MN7oy+veecxPyqgxcAwvR/8zwkudywtI8oiAQPcXIXtUAulOS9CWVHMQp7WAL9o8X7KA==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/coverage-command/-/coverage-command-6.0.5.tgz", + "integrity": "sha512-1YDaFXjFCChphka77r/yvGkHO63FX2/SUDkiW3QlCUIkvttP43chWTIksJF7MrTLvRzLyAJF6xOh8T2q/ZlAvw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/core": "4.0.0", - "@graphql-inspector/logger": "3.4.2", - "tslib": "^2.0.0" + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/core": "6.0.1", + "@graphql-inspector/logger": "5.0.1", + "@graphql-tools/utils": "10.2.0", + "tslib": "2.6.2" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-inspector/coverage-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/coverage-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/@graphql-inspector/coverage-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/coverage-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/diff-command": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-3.4.4.tgz", - "integrity": "sha512-WLpjyh5icCadEnm4Z15fO+5UdVoZ9s2yh3biTiJjKwzNseswLjzzw6D/Vf27um0fiIesh1dERzr0m+GkElDIkA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/diff-command/-/diff-command-5.0.5.tgz", + "integrity": "sha512-FTu6Z/xv8pouMRlphov8c/lqK+6WjmxvhFdSFcxUlfsIOPFHxDwMHAWomJ1UTqdr8GsZnqYg1Nn8ZPSrOjmSOQ==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/core": "4.0.0", - "@graphql-inspector/logger": "3.4.2", - "tslib": "^2.0.0" + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/core": "6.0.1", + "@graphql-inspector/logger": "5.0.1", + "tslib": "2.6.2" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-inspector/diff-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/diff-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/@graphql-inspector/diff-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", - "dev": true, - "peer": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/diff-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/docs-command": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-3.4.2.tgz", - "integrity": "sha512-n0G2oL118dMWewwwEQkEhxp9V5JBuUtN6zcYmbXq42rx1hZB8QpJ0Mh7VLm0/xt5Y8ljxqYQ3Bv+IbamAo+ZCg==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/docs-command/-/docs-command-5.0.4.tgz", + "integrity": "sha512-NTQRWYzGNJy4Bnd+0NHNjOdgaETEUG112W+Nei/tPCRTs0Vi/UiW+UkGsQ3KxJozEkwgN8od39bVWohGTOPcpA==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "open": "8.4.1", - "tslib": "^2.0.0" + "@graphql-inspector/commands": "5.0.4", + "open": "8.4.2", + "tslib": "2.6.2" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-inspector/docs-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/docs-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/docs-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "node_modules/@graphql-inspector/git-loader": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-5.0.1.tgz", + "integrity": "sha512-eZFNU/y1z4sZ9Axu8mB/J7mW+e78JnWgXG2vcT1TT2E1uzFm0x2oNONM2lgLCZGEJuwQDEnreok5CoHumIdE4Q==", "dev": true, - "peer": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "@graphql-tools/git-loader": "8.0.6", + "tslib": "2.6.2" }, "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/docs-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@graphql-inspector/git-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/git-loader/-/git-loader-3.4.0.tgz", - "integrity": "sha512-/5zdyFXMgMadyuAN6mDTfcien1vvO31X/hU1dOAdyOGjhl5ZkH/D5ZgYjYc94VSsoixGaQOweq5Kl95cZeTlgA==", - "dev": true, - "dependencies": { - "@graphql-tools/git-loader": "^7.1.2", - "tslib": "^2.0.0" + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/github-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-3.4.0.tgz", - "integrity": "sha512-+kV2PT5BIDMFIdgkS04ESmwcyuV8SBQ3Furp7snXtGAK+8cYi8PmL0/qIztzp7/3nzQ9WV//P/RloT8dEdRDCw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/github-loader/-/github-loader-5.0.1.tgz", + "integrity": "sha512-CDsY4V1pEDzr5z5FlYTxcPa/7pKsuT/6xQmo1JghHQuYQPZ5TjtGsyNZwgQOjISMCw7pknXfifPBrFQKt6IOEA==", "dev": true, "dependencies": { - "@graphql-tools/github-loader": "^7.1.1", - "tslib": "^2.0.0" + "@graphql-tools/github-loader": "8.0.1", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/graphql-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-3.4.0.tgz", - "integrity": "sha512-igDqEhmYa5FTrw/Q25a8iTs3qNc//5DR9CIzxnYS9/auuhYz3q7NWistO76WWhNu2IAs1ReMM1xrexzsTxB5QA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/graphql-loader/-/graphql-loader-5.0.1.tgz", + "integrity": "sha512-VZIcbkMhgak3sW4GehVIX/Qnwu1TmQidvaWs8YUiT+czPxKK1rqY/c/G3arwQDtqAdPMx8IwY1bT83ykfIyxfg==", "dev": true, "dependencies": { - "@graphql-tools/graphql-file-loader": "^7.3.2", - "tslib": "^2.0.0" + "@graphql-tools/graphql-file-loader": "8.0.1", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/introspect-command": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-3.4.4.tgz", - "integrity": "sha512-MnhhYo++NEyYwbxq/PR0J/UBWTIyfPby/R5tb4jCocY7i8zBNYyfgz6LiCFS63v5r7jYwDPajGuXGDmGStUxOw==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/introspect-command/-/introspect-command-5.0.5.tgz", + "integrity": "sha512-CpIU6BxdXB1Qzx0q7fO6k/peGJ9583AAKFtpA4cVEpcEbtFepEZDnDQs1Qv3KySPDUH2Bg7vxdikkjTwV0Fr5A==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/core": "4.0.0", - "@graphql-inspector/logger": "3.4.2", - "tslib": "^2.0.0" + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/core": "6.0.1", + "@graphql-inspector/logger": "5.0.1", + "tslib": "2.6.2" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-inspector/introspect-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/introspect-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/introspect-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "node_modules/@graphql-inspector/json-loader": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-5.0.1.tgz", + "integrity": "sha512-ql5zI2E/RNgLKDJ2HilTds2lUTv8ZXQfY5HG29iia85q/CIFslVTDbhzhbXRqmz4jsLd3KCi1LxpAeYQQMhCSQ==", "dev": true, - "peer": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "@graphql-tools/json-file-loader": "8.0.1", + "tslib": "2.6.2" }, "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/introspect-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@graphql-inspector/json-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/json-loader/-/json-loader-3.4.0.tgz", - "integrity": "sha512-prXZ0UaSBMTqbp+CAP9Rc2P03EwF8yfnKfP7HlXJ0NT2G8bmdUD1fODphUO2mqB/Hdsp4zo7SxIoq6D6Qq9sOQ==", - "dev": true, - "dependencies": { - "@graphql-tools/json-file-loader": "^7.3.2", - "tslib": "^2.0.0" + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/loaders": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-3.4.1.tgz", - "integrity": "sha512-YjdL9XIhsXGXhD6VNnETIUmXigXFK/YYyE1uQ3V3jKja6BshtRDMohjJ9uEoNjKw19IQnGzWnCGkZ4zAhfLqxw==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@graphql-inspector/loaders/-/loaders-4.0.4.tgz", + "integrity": "sha512-ol7uNZJabUyUWAY/3N1HaFIg2A5kYou5PQ/sY/6aiycxEwJ/GPmtGYplZ1yGmQg1dQFnetfGitd3U+DrqHb5kw==", "dev": true, "dependencies": { - "@graphql-tools/load": "^7.4.1", - "tslib": "^2.0.0" + "@graphql-tools/code-file-loader": "8.1.2", + "@graphql-tools/load": "8.0.2", + "@graphql-tools/utils": "10.2.0", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "@graphql-inspector/config": "^4.0.0", + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-inspector/logger": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-3.4.2.tgz", - "integrity": "sha512-CuA4Xmfd1i4I8OPnKwnT1pWwWX5XG69H8Kk0uaoTvwsBfjuNJh4HHsYy5JjVoCCjHHqFvcyY8ATJT7zZn+s9aw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/logger/-/logger-5.0.1.tgz", + "integrity": "sha512-rEo+HoQt+qjdayy7p5vcR9GeGTdKXmN0LbIm3W+jKKoXeAMlV4zHxnOW6jEhO6E0eVQxf8Sc1TlcH78i2P2a9w==", "dev": true, "dependencies": { "chalk": "4.1.2", "figures": "3.2.0", - "log-symbols": "^4.1.0", - "std-env": "3.3.2", - "tslib": "^2.0.0" - } - }, - "node_modules/@graphql-inspector/serve-command": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-3.4.2.tgz", - "integrity": "sha512-fQQJ26uzkwXescKpVsrEHFKBzrkfOS592drUttZOWWqGHthyL4d2fCuXt9TgSDb2QPJDvaix4Lz2ZA/CNvd5tA==", - "dev": true, - "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/logger": "3.4.2", - "@graphql-yoga/node": "2.0.0", - "open": "8.4.1", - "tslib": "^2.0.0" + "log-symbols": "4.1.0", + "std-env": "3.7.0", + "tslib": "2.6.2" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-inspector/serve-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" - }, - "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/serve-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "engines": { + "node": ">=18.0.0" } }, - "node_modules/@graphql-inspector/serve-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "node_modules/@graphql-inspector/logger/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "peer": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=12" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@graphql-inspector/serve-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "node_modules/@graphql-inspector/logger/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "peer": true, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/@graphql-inspector/similar-command": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-3.4.4.tgz", - "integrity": "sha512-Li60VVRZVGGlSvg2IS+eG6p3p26UwOhee2wTqNHOPg+Tb+rTx/HyX1TFiPl866SUA+n/3ctCrvo20OOYjjlU1Q==", + "node_modules/@graphql-inspector/logger/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/core": "4.0.0", - "@graphql-inspector/logger": "3.4.2", - "tslib": "^2.0.0" + "has-flag": "^4.0.0" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "engines": { + "node": ">=8" } }, - "node_modules/@graphql-inspector/similar-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", + "node_modules/@graphql-inspector/serve-command": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/serve-command/-/serve-command-5.0.5.tgz", + "integrity": "sha512-dWAg51LHrXoZb5NqE/G/nTaeJ2FrQJZc+mCz6l3fTBL6pU6szyMx4+Cxq+JmGCJVD71N4Fh+h9B4psDpnOFtBQ==", "dev": true, "dependencies": { - "tslib": "^2.0.0" + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/logger": "5.0.1", + "graphql-yoga": "5.3.1", + "open": "8.4.2", + "tslib": "2.6.2" + }, + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/similar-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/similar-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "node_modules/@graphql-inspector/similar-command": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/similar-command/-/similar-command-5.0.5.tgz", + "integrity": "sha512-ECGSjf3DoYs2JRshefPbIfFTF9s4heosECzaPKgPTWJFe57uV+pM0lQrP1wIwECY0PtudCJzgAvpqj78Axil8A==", "dev": true, - "peer": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/core": "6.0.1", + "@graphql-inspector/logger": "5.0.1", + "tslib": "2.6.2" }, "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/similar-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@graphql-inspector/url-loader": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-3.4.0.tgz", - "integrity": "sha512-q81y0mwGNKno/RyBaLXhtxtza9LZPwjkfY8WRqxytQmPrNDEeg2I3MdhcNOwctA2Gh124Xw0D5foj3KTYebJqQ==", - "dev": true, - "dependencies": { - "@graphql-tools/url-loader": "^7.4.2", - "tslib": "^2.0.0" + "node": ">=18.0.0" }, "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/validate-command": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-3.4.4.tgz", - "integrity": "sha512-Ac/UWvFKf78RmXpMKvHOhKzMKjFMUJTndcVt2WaksHCQCF7CrZmQqIwmDuJ0qXG3FCJUA3+XcrAWEVE8AP/Y0g==", + "node_modules/@graphql-inspector/url-loader": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@graphql-inspector/url-loader/-/url-loader-5.0.1.tgz", + "integrity": "sha512-7OPJfTJgqptJyfsrpntsn3GEMpSZWxkJO+KaMIZfqDsiWN/zyvNqB0Amogi3d7xxtU1fnB3NCN5VWCFuiRSPXg==", "dev": true, "dependencies": { - "@graphql-inspector/commands": "3.4.1", - "@graphql-inspector/core": "4.0.0", - "@graphql-inspector/logger": "3.4.2", - "tslib": "^2.0.0" + "@graphql-tools/url-loader": "8.0.2", + "tslib": "2.6.2" }, - "peerDependencies": { - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-inspector/validate-command/node_modules/@graphql-inspector/commands": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@graphql-inspector/commands/-/commands-3.4.1.tgz", - "integrity": "sha512-DPyRRoy8JOSWbrknLNWwaqf8DZqPBmEdegBzVsyBFKTx32NzWkCLuZXa0PguWYYp0/a0Q8XUIgPp7ixJ/Q0lCA==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" + "engines": { + "node": ">=18.0.0" }, "peerDependencies": { - "@graphql-inspector/config": "3.4.0", - "@graphql-inspector/loaders": "3.4.1", - "graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", - "yargs": "17.2.1" - } - }, - "node_modules/@graphql-inspector/validate-command/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "peer": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-inspector/validate-command/node_modules/yargs": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz", - "integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==", + "node_modules/@graphql-inspector/validate-command": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@graphql-inspector/validate-command/-/validate-command-5.0.5.tgz", + "integrity": "sha512-8McJkjI4WxKAstSq8GTFojB85TO2iyHun3x1JcbPvo7YLMF0IF3IJvHqgFAlkSP5Pf/7oYJXT4szaKd77Q4qUg==", "dev": true, - "peer": true, "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "@graphql-inspector/commands": "5.0.4", + "@graphql-inspector/core": "6.0.1", + "@graphql-inspector/logger": "5.0.1", + "@graphql-tools/utils": "10.2.0", + "tslib": "2.6.2" }, "engines": { - "node": ">=12" - } - }, - "node_modules/@graphql-inspector/validate-command/node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "peer": true, - "engines": { - "node": ">=10" + "node": ">=18.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@graphql-tools/batch-execute": { - "version": "8.5.18", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-8.5.18.tgz", - "integrity": "sha512-mNv5bpZMLLwhkmPA6+RP81A6u3KF4CSKLf3VX9hbomOkQR4db8pNs8BOvpZU54wKsUzMzdlws/2g/Dabyb2Vsg==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-9.0.4.tgz", + "integrity": "sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.2.1", - "dataloader": "2.2.2", + "@graphql-tools/utils": "^10.0.13", + "dataloader": "^2.2.2", "tslib": "^2.4.0", - "value-or-promise": "1.0.12" + "value-or-promise": "^1.0.12" + }, + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/code-file-loader": { - "version": "7.3.21", - "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-7.3.21.tgz", - "integrity": "sha512-dj+OLnz1b8SYkXcuiy0CUQ25DWnOEyandDlOcdBqU3WVwh5EEVbn0oXUYm90fDlq2/uut00OrtC5Wpyhi3tAvA==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-8.1.2.tgz", + "integrity": "sha512-GrLzwl1QV2PT4X4TEEfuTmZYzIZHLqoTGBjczdUzSqgCCcqwWzLB3qrJxFQfI8e5s1qZ1bhpsO9NoMn7tvpmyA==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "7.5.0", - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/graphql-tag-pluck": "8.3.1", + "@graphql-tools/utils": "^10.0.13", "globby": "^11.0.3", "tslib": "^2.4.0", "unixify": "^1.0.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/delegate": { - "version": "9.0.27", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-9.0.27.tgz", - "integrity": "sha512-goYewiPls/RDXiRTl1S2tRPlsyDQCxlDWqd0uEIzQZ6aWSyiutfwQnTzdbZPXK0qOblEVMIqFhSGrB6fp0OkBA==", + "version": "10.0.11", + "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-10.0.11.tgz", + "integrity": "sha512-+sKeecdIVXhFB/66e5yjeKYZ3Lpn52yNG637ElVhciuLGgFc153rC6l6zcuNd9yx5wMrNx35U/h3HsMIEI3xNw==", "dev": true, "dependencies": { - "@graphql-tools/batch-execute": "8.5.18", - "@graphql-tools/executor": "0.0.14", - "@graphql-tools/schema": "9.0.16", - "@graphql-tools/utils": "9.2.1", - "dataloader": "2.2.2", - "tslib": "~2.5.0", - "value-or-promise": "1.0.12" + "@graphql-tools/batch-execute": "^9.0.4", + "@graphql-tools/executor": "^1.2.1", + "@graphql-tools/schema": "^10.0.4", + "@graphql-tools/utils": "^10.2.1", + "dataloader": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/delegate/node_modules/@graphql-tools/utils": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.2.1.tgz", + "integrity": "sha512-U8OMdkkEt3Vp3uYHU2pMc6mwId7axVAcSSmcqJcUmWNPqY2pfee5O655ybTI2kNPWAe58Zu6gLu4Oi4QT4BgWA==", + "dev": true, + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "cross-inspect": "1.0.0", + "dset": "^3.1.2", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/executor": { - "version": "0.0.14", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-0.0.14.tgz", - "integrity": "sha512-YiBbN9NT0FgqPJ35+Eg0ty1s5scOZTgiPf+6hLVJBd5zHEURwojEMCTKJ9e0RNZHETp2lN+YaTFGTSoRk0t4Sw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-1.2.6.tgz", + "integrity": "sha512-+1kjfqzM5T2R+dCw7F4vdJ3CqG+fY/LYJyhNiWEFtq0ToLwYzR/KKyD8YuzTirEjSxWTVlcBh7endkx5n5F6ew==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.2.1", - "@graphql-typed-document-node/core": "3.1.1", - "@repeaterjs/repeater": "3.0.4", + "@graphql-tools/utils": "^10.1.1", + "@graphql-typed-document-node/core": "3.2.0", + "@repeaterjs/repeater": "^3.0.4", "tslib": "^2.4.0", - "value-or-promise": "1.0.12" + "value-or-promise": "^1.0.12" + }, + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/executor-graphql-ws": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-0.0.11.tgz", - "integrity": "sha512-muRj6j897ks2iKqe3HchWFFzd+jFInSRuLPvHJ7e4WPrejFvaZx3BQ9gndfJvVkfYUZIFm13stCGXaJJTbVM0Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-1.1.2.tgz", + "integrity": "sha512-+9ZK0rychTH1LUv4iZqJ4ESbmULJMTsv3XlFooPUngpxZkk00q6LqHKJRrsLErmQrVaC7cwQCaRBJa0teK17Lg==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.2.1", - "@repeaterjs/repeater": "3.0.4", + "@graphql-tools/utils": "^10.0.13", "@types/ws": "^8.0.0", - "graphql-ws": "5.11.3", - "isomorphic-ws": "5.0.0", + "graphql-ws": "^5.14.0", + "isomorphic-ws": "^5.0.0", "tslib": "^2.4.0", - "ws": "8.12.1" + "ws": "^8.13.0" + }, + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/executor-http": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-0.1.9.tgz", - "integrity": "sha512-tNzMt5qc1ptlHKfpSv9wVBVKCZ7gks6Yb/JcYJluxZIT4qRV+TtOFjpptfBU63usgrGVOVcGjzWc/mt7KhmmpQ==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-1.0.9.tgz", + "integrity": "sha512-+NXaZd2MWbbrWHqU4EhXcrDbogeiCDmEbrAN+rMn4Nu2okDjn2MTFDbTIab87oEubQCH4Te1wDkWPKrzXup7+Q==", "dev": true, "dependencies": { - "@graphql-tools/utils": "^9.2.1", + "@graphql-tools/utils": "^10.0.13", "@repeaterjs/repeater": "^3.0.4", - "@whatwg-node/fetch": "^0.8.1", - "dset": "^3.1.2", + "@whatwg-node/fetch": "^0.9.0", "extract-files": "^11.0.0", "meros": "^1.2.1", "tslib": "^2.4.0", "value-or-promise": "^1.0.12" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/executor-legacy-ws": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-0.0.9.tgz", - "integrity": "sha512-L7oDv7R5yoXzMH+KLKDB2WHVijfVW4dB2H+Ae1RdW3MFvwbYjhnIB6QzHqKEqksjp/FndtxZkbuTIuAOsYGTYw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.0.6.tgz", + "integrity": "sha512-lDSxz9VyyquOrvSuCCnld3256Hmd+QI2lkmkEv7d4mdzkxkK4ddAWW1geQiWrQvWmdsmcnGGlZ7gDGbhEExwqg==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/utils": "^10.0.13", "@types/ws": "^8.0.0", - "isomorphic-ws": "5.0.0", + "isomorphic-ws": "^5.0.0", "tslib": "^2.4.0", - "ws": "8.12.1" + "ws": "^8.15.0" + }, + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/git-loader": { - "version": "7.2.20", - "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-7.2.20.tgz", - "integrity": "sha512-D/3uwTzlXxG50HI8BEixqirT4xiUp6AesTdfotRXAs2d4CT9wC6yuIWOHkSBqgI1cwKWZb6KXZr467YPS5ob1w==", + "version": "8.0.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-8.0.6.tgz", + "integrity": "sha512-FQFO4H5wHAmHVyuUQrjvPE8re3qJXt50TWHuzrK3dEaief7JosmlnkLMDMbMBwtwITz9u1Wpl6doPhT2GwKtlw==", "dev": true, "dependencies": { - "@graphql-tools/graphql-tag-pluck": "7.5.0", - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/graphql-tag-pluck": "8.3.1", + "@graphql-tools/utils": "^10.0.13", "is-glob": "4.0.3", "micromatch": "^4.0.4", "tslib": "^2.4.0", "unixify": "^1.0.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/github-loader": { - "version": "7.3.27", - "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-7.3.27.tgz", - "integrity": "sha512-fFFC35qenyhjb8pfcYXKknAt0CXP5CkQYtLfJXgTXSgBjIsfAVMrqxQ/Y0ejeM19XNF/C3VWJ7rE308yOX6ywA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-8.0.1.tgz", + "integrity": "sha512-W4dFLQJ5GtKGltvh/u1apWRFKBQOsDzFxO9cJkOYZj1VzHCpRF43uLST4VbCfWve+AwBqOuKr7YgkHoxpRMkcg==", "dev": true, "dependencies": { "@ardatan/sync-fetch": "^0.0.1", - "@graphql-tools/graphql-tag-pluck": "^7.4.6", - "@graphql-tools/utils": "^9.2.1", - "@whatwg-node/fetch": "^0.8.0", - "tslib": "^2.4.0" + "@graphql-tools/executor-http": "^1.0.9", + "@graphql-tools/graphql-tag-pluck": "^8.0.0", + "@graphql-tools/utils": "^10.0.13", + "@whatwg-node/fetch": "^0.9.0", + "tslib": "^2.4.0", + "value-or-promise": "^1.0.12" + }, + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/graphql-file-loader": { - "version": "7.5.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.16.tgz", - "integrity": "sha512-lK1N3Y2I634FS12nd4bu7oAJbai3bUc28yeX+boT+C83KTO4ujGHm+6hPC8X/FRGwhKOnZBxUM7I5nvb3HiUxw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.0.1.tgz", + "integrity": "sha512-7gswMqWBabTSmqbaNyWSmRRpStWlcCkBc73E6NZNlh4YNuiyKOwbvSkOUYFOqFMfEL+cFsXgAvr87Vz4XrYSbA==", "dev": true, "dependencies": { - "@graphql-tools/import": "6.7.17", - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/import": "7.0.1", + "@graphql-tools/utils": "^10.0.13", "globby": "^11.0.3", "tslib": "^2.4.0", "unixify": "^1.0.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/graphql-tag-pluck": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.5.0.tgz", - "integrity": "sha512-76SYzhSlH50ZWkhWH6OI94qrxa8Ww1ZeOU04MdtpSeQZVT2rjGWeTb3xM3kjTVWQJsr/YJBhDeNPGlwNUWfX4Q==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-8.3.1.tgz", + "integrity": "sha512-ujits9tMqtWQQq4FI4+qnVPpJvSEn7ogKtyN/gfNT+ErIn6z1e4gyVGQpTK5sgAUXq1lW4gU/5fkFFC5/sL2rQ==", "dev": true, "dependencies": { + "@babel/core": "^7.22.9", "@babel/parser": "^7.16.8", - "@babel/plugin-syntax-import-assertions": "7.20.0", + "@babel/plugin-syntax-import-assertions": "^7.20.0", "@babel/traverse": "^7.16.8", "@babel/types": "^7.16.8", - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/utils": "^10.0.13", "tslib": "^2.4.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/import": { - "version": "6.7.17", - "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-6.7.17.tgz", - "integrity": "sha512-bn9SgrECXq3WIasgNP7ful/uON51wBajPXtxdY+z/ce7jLWaFE6lzwTDB/GAgiZ+jo7nb0ravlxteSAz2qZmuA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-7.0.1.tgz", + "integrity": "sha512-935uAjAS8UAeXThqHfYVr4HEAp6nHJ2sximZKO1RzUTq5WoALMAhhGARl0+ecm6X+cqNUwIChJbjtaa6P/ML0w==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/utils": "^10.0.13", "resolve-from": "5.0.0", "tslib": "^2.4.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/json-file-loader": { - "version": "7.4.17", - "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-7.4.17.tgz", - "integrity": "sha512-KOSTP43nwjPfXgas90rLHAFgbcSep4nmiYyR9xRVz4ZAmw8VYHcKhOLTSGylCAzi7KUfyBXajoW+6Z7dQwdn3g==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-8.0.1.tgz", + "integrity": "sha512-lAy2VqxDAHjVyqeJonCP6TUemrpYdDuKt25a10X6zY2Yn3iFYGnuIDQ64cv3ytyGY6KPyPB+Kp+ZfOkNDG3FQA==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/utils": "^10.0.13", "globby": "^11.0.3", "tslib": "^2.4.0", "unixify": "^1.0.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/load": { - "version": "7.8.12", - "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-7.8.12.tgz", - "integrity": "sha512-JwxgNS2c6i6oIdKttcbXns/lpKiyN7c6/MkkrJ9x2QE9rXk5HOhSJxRvPmOueCuAin1542xUrcDRGBXJ7thSig==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-8.0.2.tgz", + "integrity": "sha512-S+E/cmyVmJ3CuCNfDuNF2EyovTwdWfQScXv/2gmvJOti2rGD8jTt9GYVzXaxhblLivQR9sBUCNZu/w7j7aXUCA==", "dev": true, "dependencies": { - "@graphql-tools/schema": "9.0.16", - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/schema": "^10.0.3", + "@graphql-tools/utils": "^10.0.13", "p-limit": "3.1.0", "tslib": "^2.4.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/merge": { - "version": "8.3.18", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.18.tgz", - "integrity": "sha512-R8nBglvRWPAyLpZL/f3lxsY7wjnAeE0l056zHhcO/CgpvK76KYUt9oEkR05i8Hmt8DLRycBN0FiotJ0yDQWTVA==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.4.tgz", + "integrity": "sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g==", "dev": true, "dependencies": { - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/utils": "^10.0.13", "tslib": "^2.4.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, "node_modules/@graphql-tools/schema": { - "version": "9.0.16", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-9.0.16.tgz", - "integrity": "sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.4.tgz", + "integrity": "sha512-HuIwqbKxPaJujox25Ra4qwz0uQzlpsaBOzO6CVfzB/MemZdd+Gib8AIvfhQArK0YIN40aDran/yi+E5Xf0mQww==", "dev": true, "dependencies": { - "@graphql-tools/merge": "8.3.18", - "@graphql-tools/utils": "9.2.1", + "@graphql-tools/merge": "^9.0.3", + "@graphql-tools/utils": "^10.2.1", "tslib": "^2.4.0", - "value-or-promise": "1.0.12" + "value-or-promise": "^1.0.12" }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-tools/url-loader": { - "version": "7.17.13", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-7.17.13.tgz", - "integrity": "sha512-FEmbvw68kxeZLn4VYGAl+NuBPk09ZnxymjW07A6mCtiDayFgYfHdWeRzXn/iM5PzsEuCD73R1sExtNQ/ISiajg==", - "dev": true, - "dependencies": { - "@ardatan/sync-fetch": "^0.0.1", - "@graphql-tools/delegate": "^9.0.27", - "@graphql-tools/executor-graphql-ws": "^0.0.11", - "@graphql-tools/executor-http": "^0.1.7", - "@graphql-tools/executor-legacy-ws": "^0.0.9", - "@graphql-tools/utils": "^9.2.1", - "@graphql-tools/wrap": "^9.3.6", - "@types/ws": "^8.0.0", - "@whatwg-node/fetch": "^0.8.0", - "isomorphic-ws": "^5.0.0", - "tslib": "^2.4.0", - "value-or-promise": "^1.0.11", - "ws": "^8.12.0" + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/utils": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-9.2.1.tgz", - "integrity": "sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==", + "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.2.1.tgz", + "integrity": "sha512-U8OMdkkEt3Vp3uYHU2pMc6mwId7axVAcSSmcqJcUmWNPqY2pfee5O655ybTI2kNPWAe58Zu6gLu4Oi4QT4BgWA==", "dev": true, "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", + "cross-inspect": "1.0.0", + "dset": "^3.1.2", "tslib": "^2.4.0" }, + "engines": { + "node": ">=16.0.0" + }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/wrap": { - "version": "9.3.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-9.3.6.tgz", - "integrity": "sha512-HtQIYoPz48bzpMYZzoeMmzIIYuVxcaUuLD7dH7GtIhwe2f4hpPDE+JLUPxpYiaXdY10l7kP9wycK+FtRfCsFlw==", + "node_modules/@graphql-tools/url-loader": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-8.0.2.tgz", + "integrity": "sha512-1dKp2K8UuFn7DFo1qX5c1cyazQv2h2ICwA9esHblEqCYrgf69Nk8N7SODmsfWg94OEaI74IqMoM12t7eIGwFzQ==", "dev": true, "dependencies": { - "@graphql-tools/delegate": "9.0.27", - "@graphql-tools/schema": "9.0.16", - "@graphql-tools/utils": "9.2.1", + "@ardatan/sync-fetch": "^0.0.1", + "@graphql-tools/delegate": "^10.0.4", + "@graphql-tools/executor-graphql-ws": "^1.1.2", + "@graphql-tools/executor-http": "^1.0.9", + "@graphql-tools/executor-legacy-ws": "^1.0.6", + "@graphql-tools/utils": "^10.0.13", + "@graphql-tools/wrap": "^10.0.2", + "@types/ws": "^8.0.0", + "@whatwg-node/fetch": "^0.9.0", + "isomorphic-ws": "^5.0.0", "tslib": "^2.4.0", - "value-or-promise": "1.0.12" + "value-or-promise": "^1.0.11", + "ws": "^8.12.0" + }, + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-typed-document-node/core": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.1.1.tgz", - "integrity": "sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==", - "dev": true, - "peerDependencies": { - "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "node_modules/@graphql-yoga/common": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/common/-/common-2.0.0.tgz", - "integrity": "sha512-nSENt7yANcnAIHdjTWOeTz4feXnGkgiShUU9MzukFbETWL7pwaK6fjgghUCDVuL2axm155Z3lAhG4sLA4MgvlQ==", + "node_modules/@graphql-tools/utils": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.2.0.tgz", + "integrity": "sha512-HYV7dO6pNA2nGKawygaBpk8y+vXOUjjzzO43W/Kb7EPRmXUEQKjHxPYRvQbiF72u1N3XxwGK5jnnFk9WVhUwYw==", "dev": true, "dependencies": { - "@envelop/core": "^2.0.0", - "@envelop/disable-introspection": "^3.0.0", - "@envelop/parser-cache": "^4.0.0", - "@envelop/validation-cache": "^4.0.0", - "@graphql-tools/schema": "^8.3.1", - "@graphql-tools/utils": "^8.6.0", "@graphql-typed-document-node/core": "^3.1.1", - "@graphql-yoga/render-graphiql": "2.0.0", - "@graphql-yoga/subscription": "2.0.0", - "chalk": "4.1.2", - "cross-undici-fetch": "^0.1.25", - "dset": "^3.1.1", - "tslib": "^2.3.1" - }, - "peerDependencies": { - "graphql": "^15.2.0 || ^16.0.0" - } - }, - "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/merge": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-8.3.1.tgz", - "integrity": "sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==", - "dev": true, - "dependencies": { - "@graphql-tools/utils": "8.9.0", + "cross-inspect": "1.0.0", + "dset": "^3.1.2", "tslib": "^2.4.0" }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", - "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/schema": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-8.5.1.tgz", - "integrity": "sha512-0Esilsh0P/qYcB5DKQpiKeQs/jevzIadNTaT0jeWklPMwNbT7yMX4EqZany7mbeRRlSRwMzNzL5olyFdffHBZg==", + "node_modules/@graphql-tools/wrap": { + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-10.0.5.tgz", + "integrity": "sha512-Cbr5aYjr3HkwdPvetZp1cpDWTGdD1Owgsb3z/ClzhmrboiK86EnQDxDvOJiQkDCPWE9lNBwj8Y4HfxroY0D9DQ==", "dev": true, "dependencies": { - "@graphql-tools/merge": "8.3.1", - "@graphql-tools/utils": "8.9.0", + "@graphql-tools/delegate": "^10.0.4", + "@graphql-tools/schema": "^10.0.3", + "@graphql-tools/utils": "^10.1.1", "tslib": "^2.4.0", - "value-or-promise": "1.0.11" + "value-or-promise": "^1.0.12" }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.9.0.tgz", - "integrity": "sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" + "engines": { + "node": ">=16.0.0" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-yoga/common/node_modules/@graphql-tools/utils": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", - "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "node_modules/@graphql-typed-document-node/core": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", + "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==", "dev": true, - "dependencies": { - "tslib": "^2.4.0" - }, "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "node_modules/@graphql-yoga/common/node_modules/value-or-promise": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.11.tgz", - "integrity": "sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==", - "dev": true, - "engines": { - "node": ">=12" + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-yoga/node": { + "node_modules/@graphql-yoga/logger": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/node/-/node-2.0.0.tgz", - "integrity": "sha512-fjKHT8UR1DcOgvUfrnVhM7Ggj5vnxVUwlUbkY7NZC8vZiXfVbA9UfLYUYl+hXFmOCDK+S19kszLp7rw0s0LdWg==", + "resolved": "https://registry.npmjs.org/@graphql-yoga/logger/-/logger-2.0.0.tgz", + "integrity": "sha512-Mg8psdkAp+YTG1OGmvU+xa6xpsAmSir0hhr3yFYPyLNwzUj95DdIwsMpKadDj9xDpYgJcH3Hp/4JMal9DhQimA==", "dev": true, "dependencies": { - "@envelop/core": "^2.0.0", - "@graphql-tools/utils": "^8.6.0", - "@graphql-yoga/common": "2.0.0", - "@graphql-yoga/subscription": "2.0.0", - "cross-undici-fetch": "^0.1.25", - "tslib": "^2.3.1" + "tslib": "^2.5.2" }, - "peerDependencies": { - "graphql": "^15.2.0 || ^16.0.0" + "engines": { + "node": ">=18.0.0" } }, - "node_modules/@graphql-yoga/node/node_modules/@graphql-tools/utils": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", - "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "node_modules/@graphql-yoga/subscription": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-5.0.0.tgz", + "integrity": "sha512-Ri7sK8hmxd/kwaEa0YT8uqQUb2wOLsmBMxI90QDyf96lzOMJRgBuNYoEkU1pSgsgmW2glceZ96sRYfaXqwVxUw==", "dev": true, "dependencies": { - "tslib": "^2.4.0" + "@graphql-yoga/typed-event-target": "^3.0.0", + "@repeaterjs/repeater": "^3.0.4", + "@whatwg-node/events": "^0.1.0", + "tslib": "^2.5.2" }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + "engines": { + "node": ">=18.0.0" } }, - "node_modules/@graphql-yoga/render-graphiql": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/render-graphiql/-/render-graphiql-2.0.0.tgz", - "integrity": "sha512-GZuZPCVBpYI0MwaE6nBtrzMoSFyBtiWOUm7i9jbRxu5Sqxuj3Zc0zTaD7V0UQzuPZKzytmMWq2+nbWPIu5FWtg==", - "dev": true - }, - "node_modules/@graphql-yoga/subscription": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/subscription/-/subscription-2.0.0.tgz", - "integrity": "sha512-HlG+gIddjIP3/BDrMZymdzmzDjNdYuSGMxx6+1JA83gAEVRDR4yOoT4QeNKYqRhLK9xca/Hxp1PfBpquSa244Q==", + "node_modules/@graphql-yoga/typed-event-target": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/typed-event-target/-/typed-event-target-3.0.0.tgz", + "integrity": "sha512-w+liuBySifrstuHbFrHoHAEyVnDFVib+073q8AeAJ/qqJfvFvAwUPLLtNohR/WDVRgSasfXtl3dcNuVJWN+rjg==", "dev": true, "dependencies": { "@repeaterjs/repeater": "^3.0.4", - "tslib": "^2.3.1" + "tslib": "^2.5.2" + }, + "engines": { + "node": ">=18.0.0" } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, - "peer": true, "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@kamilkisiela/fast-url-parser": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@kamilkisiela/fast-url-parser/-/fast-url-parser-1.1.4.tgz", + "integrity": "sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==", + "dev": true + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -1889,119 +1338,87 @@ "node": ">= 8" } }, - "node_modules/@peculiar/asn1-schema": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.3.tgz", - "integrity": "sha512-6GptMYDMyWBHTUKndHaDsRZUO/XMSgIns2krxcm2L7SEExRHwawFvSwNBhqNPR9HJwv3MruAiF1bhN0we6j6GQ==", - "dev": true, - "dependencies": { - "asn1js": "^3.0.5", - "pvtsutils": "^1.3.2", - "tslib": "^2.4.0" - } - }, - "node_modules/@peculiar/json-schema": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz", - "integrity": "sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==", - "dev": true, - "dependencies": { - "tslib": "^2.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@peculiar/webcrypto": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.1.tgz", - "integrity": "sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw==", - "dev": true, - "dependencies": { - "@peculiar/asn1-schema": "^2.3.0", - "@peculiar/json-schema": "^1.1.12", - "pvtsutils": "^1.3.2", - "tslib": "^2.4.1", - "webcrypto-core": "^1.7.4" - }, - "engines": { - "node": ">=10.12.0" - } - }, "node_modules/@repeaterjs/repeater": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.4.tgz", - "integrity": "sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@repeaterjs/repeater/-/repeater-3.0.6.tgz", + "integrity": "sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==", "dev": true }, "node_modules/@types/node": { - "version": "18.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.0.tgz", - "integrity": "sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==", - "dev": true + "version": "20.12.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", + "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/ws": { - "version": "8.5.4", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz", - "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", "dev": true, "dependencies": { "@types/node": "*" } }, "node_modules/@whatwg-node/events": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@whatwg-node/events/-/events-0.0.2.tgz", - "integrity": "sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w==", - "dev": true + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@whatwg-node/events/-/events-0.1.1.tgz", + "integrity": "sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==", + "dev": true, + "engines": { + "node": ">=16.0.0" + } }, "node_modules/@whatwg-node/fetch": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.8.1.tgz", - "integrity": "sha512-Fkd1qQHK2tAWxKlC85h9L86Lgbq3BzxMnHSnTsnzNZMMzn6Xi+HlN8/LJ90LxorhSqD54td+Q864LgwUaYDj1Q==", + "version": "0.9.17", + "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.9.17.tgz", + "integrity": "sha512-TDYP3CpCrxwxpiNY0UMNf096H5Ihf67BK1iKGegQl5u9SlpEDYrvnV71gWBGJm+Xm31qOy8ATgma9rm8Pe7/5Q==", "dev": true, "dependencies": { - "@peculiar/webcrypto": "^1.4.0", - "@whatwg-node/node-fetch": "^0.3.0", - "busboy": "^1.6.0", - "urlpattern-polyfill": "^6.0.2", - "web-streams-polyfill": "^3.2.1" + "@whatwg-node/node-fetch": "^0.5.7", + "urlpattern-polyfill": "^10.0.0" + }, + "engines": { + "node": ">=16.0.0" } }, "node_modules/@whatwg-node/node-fetch": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.3.0.tgz", - "integrity": "sha512-mPM8WnuHiI/3kFxDeE0SQQXAElbz4onqmm64fEGCwYEcBes2UsvIDI8HwQIqaXCH42A9ajJUPv4WsYoN/9oG6w==", + "version": "0.5.11", + "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.5.11.tgz", + "integrity": "sha512-LS8tSomZa3YHnntpWt3PP43iFEEl6YeIsvDakczHBKlay5LdkXFr8w7v8H6akpG5nRrzydyB0k1iE2eoL6aKIQ==", "dev": true, "dependencies": { - "@whatwg-node/events": "^0.0.2", + "@kamilkisiela/fast-url-parser": "^1.1.4", + "@whatwg-node/events": "^0.1.0", "busboy": "^1.6.0", "fast-querystring": "^1.1.1", - "fast-url-parser": "^1.1.3", "tslib": "^2.3.1" }, - "peerDependencies": { - "@types/node": "^18.0.6" + "engines": { + "node": ">=16.0.0" } }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "node_modules/abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "node_modules/@whatwg-node/server": { + "version": "0.9.34", + "resolved": "https://registry.npmjs.org/@whatwg-node/server/-/server-0.9.34.tgz", + "integrity": "sha512-1sHRjqUtZIyTR2m2dS/dJpzS5OcNDpPuUSVDa2PoEgzYVKr4GsqJaYtRaEXXFohvvyh6PkouYCc1rE7jMDWVCA==", "dev": true, "dependencies": { - "event-target-shim": "^5.0.0" + "@whatwg-node/fetch": "^0.9.17", + "tslib": "^2.3.1" }, "engines": { - "node": ">=6.5" + "node": ">=16.0.0" } }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true + }, "node_modules/ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -2045,9 +1462,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "dev": true, "dependencies": { "ajv": "^8.0.0" @@ -2118,20 +1535,6 @@ "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", "dev": true }, - "node_modules/asn1js": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz", - "integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==", - "dev": true, - "dependencies": { - "pvtsutils": "^1.3.2", - "pvutils": "^1.1.3", - "tslib": "^2.4.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -2149,21 +1552,21 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" } }, "node_modules/browserslist": { - "version": "4.21.5", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", - "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -2173,14 +1576,17 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], - "peer": true, "dependencies": { - "caniuse-lite": "^1.0.30001449", - "electron-to-chromium": "^1.4.284", - "node-releases": "^2.0.8", - "update-browserslist-db": "^1.0.10" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -2244,9 +1650,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001457", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001457.tgz", - "integrity": "sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA==", + "version": "1.0.30001623", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001623.tgz", + "integrity": "sha512-X/XhAVKlpIxWPpgRTnlgZssJrF0m6YtRA0QDWgsBNT12uZM6LPRydR7ip405Y3t1LamD8cP2TZFEDZFBf5ApcA==", "dev": true, "funding": [ { @@ -2256,26 +1662,54 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } - ], - "peer": true + ] }, "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=10" + "node": ">=4" + } + }, + "node_modules/chalk/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" } }, + "node_modules/chalk/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, "node_modules/cli-table3": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", @@ -2358,11 +1792,10 @@ "dev": true }, "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "dev": true, - "peer": true + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true }, "node_modules/cosmiconfig": { "version": "5.2.1", @@ -2379,18 +1812,16 @@ "node": ">=4" } }, - "node_modules/cross-undici-fetch": { - "version": "0.1.33", - "resolved": "https://registry.npmjs.org/cross-undici-fetch/-/cross-undici-fetch-0.1.33.tgz", - "integrity": "sha512-2IljikrWuhEroSlidX0i/TXjL01IIQUigWC/9tq7U3C/GoQQBqc02xNIVTqoZG6nPn/P9C9YMH78A4aTLUticQ==", + "node_modules/cross-inspect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/cross-inspect/-/cross-inspect-1.0.0.tgz", + "integrity": "sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==", "dev": true, "dependencies": { - "abort-controller": "^3.0.0", - "form-data-encoder": "^1.7.1", - "formdata-node": "^4.3.1", - "node-fetch": "^2.6.7", - "undici": "^5.0.0", - "web-streams-polyfill": "^3.2.0" + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" } }, "node_modules/dataloader": { @@ -2487,20 +1918,19 @@ } }, "node_modules/dset": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", - "integrity": "sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.3.tgz", + "integrity": "sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/electron-to-chromium": { - "version": "1.4.302", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.302.tgz", - "integrity": "sha512-Uk7C+7aPBryUR1Fwvk9VmipBcN9fVsqBO57jV2ZjTm+IZ6BMNqu7EDVEg2HxCNufk6QcWlFsBkhQyQroB2VWKw==", - "dev": true, - "peer": true + "version": "1.4.783", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.783.tgz", + "integrity": "sha512-bT0jEz/Xz1fahQpbZ1D7LgmPYZ3iHVY39NcWWro1+hA2IvjiPeaXtfSqrQ+nXjApMvQRE2ASt1itSLRrebHMRQ==", + "dev": true }, "node_modules/emoji-regex": { "version": "8.0.0", @@ -2518,9 +1948,9 @@ } }, "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "dev": true, "engines": { "node": ">=6" @@ -2548,15 +1978,6 @@ "node": ">=4" } }, - "node_modules/event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/extract-files": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz", @@ -2582,9 +2003,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -2615,28 +2036,19 @@ "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", "dev": true }, - "node_modules/fast-querystring": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.1.tgz", - "integrity": "sha512-qR2r+e3HvhEFmpdHMv//U8FnFlnYjaC6QKDuaXALDkw2kvHO8WDjxH+f/rHGR4Me4pnk8p9JAkRNTjYHAKRn2Q==", - "dev": true, - "dependencies": { - "fast-decode-uri-component": "^1.0.1" - } - }, - "node_modules/fast-url-parser": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", - "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==", + "node_modules/fast-querystring": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz", + "integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==", "dev": true, "dependencies": { - "punycode": "^1.3.2" + "fast-decode-uri-component": "^1.0.1" } }, "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -2658,9 +2070,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -2682,16 +2094,10 @@ "node": ">=8" } }, - "node_modules/form-data-encoder": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-1.7.2.tgz", - "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==", - "dev": true - }, "node_modules/format-graphql": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/format-graphql/-/format-graphql-1.4.0.tgz", - "integrity": "sha512-RyhM4rJAqgJ2nb9X7VzCPt+LuhPDjd2W4JtAsSWFzKd4RReVARE00SILdSgA8eDSby8jB3LclhKPFQF7YTQxfg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/format-graphql/-/format-graphql-1.5.0.tgz", + "integrity": "sha512-ZZWcjwJ1IMdnW9l3CeYccC/J7skqOB18tY3autO5OUQuGVZpQu6Es3SThRm25SfiMeZO1+UbzIqnGbjAURu/UA==", "dev": true, "dependencies": { "graphql": "^15.1.0", @@ -2779,28 +2185,6 @@ "node": ">=6" } }, - "node_modules/formdata-node": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/formdata-node/-/formdata-node-4.4.1.tgz", - "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==", - "dev": true, - "dependencies": { - "node-domexception": "1.0.0", - "web-streams-polyfill": "4.0.0-beta.3" - }, - "engines": { - "node": ">= 12.20" - } - }, - "node_modules/formdata-node/node_modules/web-streams-polyfill": { - "version": "4.0.0-beta.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz", - "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==", - "dev": true, - "engines": { - "node": ">= 14" - } - }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -2818,7 +2202,6 @@ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, - "peer": true, "engines": { "node": ">=6.9.0" } @@ -2900,9 +2283,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "version": "16.8.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz", + "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==", "dev": true, "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -2927,78 +2310,50 @@ "graphql": "^15.0.0 || ^16.0.0" } }, - "node_modules/graphql-schema-linter/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/graphql-ws": { + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.0.tgz", + "integrity": "sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==", "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, "engines": { - "node": ">=4" - } - }, - "node_modules/graphql-schema-linter/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "node": ">=10" }, - "engines": { - "node": ">=4" - } - }, - "node_modules/graphql-schema-linter/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/graphql-schema-linter/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/graphql-schema-linter/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" + "peerDependencies": { + "graphql": ">=0.11 <=16" } }, - "node_modules/graphql-schema-linter/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" + "node_modules/graphql-yoga": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.3.1.tgz", + "integrity": "sha512-n918QV6TF7xTjb9ASnozgsr4ydMc08c+x4eRAWKxxWVwSnzdP2xeN2zw1ljIzRD0ccSCNoBajGDKwcZkJDitPA==", + "dev": true, + "dependencies": { + "@envelop/core": "^5.0.0", + "@graphql-tools/executor": "^1.2.5", + "@graphql-tools/schema": "^10.0.0", + "@graphql-tools/utils": "^10.1.0", + "@graphql-yoga/logger": "^2.0.0", + "@graphql-yoga/subscription": "^5.0.0", + "@whatwg-node/fetch": "^0.9.17", + "@whatwg-node/server": "^0.9.33", + "dset": "^3.1.1", + "lru-cache": "^10.0.0", + "tslib": "^2.5.2" }, "engines": { - "node": ">=4" + "node": ">=18.0.0" + }, + "peerDependencies": { + "graphql": "^15.2.0 || ^16.0.0" } }, - "node_modules/graphql-ws": { - "version": "5.11.3", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.11.3.tgz", - "integrity": "sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==", + "node_modules/graphql-yoga/node_modules/lru-cache": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", "dev": true, "engines": { - "node": ">=10" - }, - "peerDependencies": { - "graphql": ">=0.11 <=16" + "node": "14 || >=16.14" } }, "node_modules/has": { @@ -3014,12 +2369,12 @@ } }, "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { - "node": ">=8" + "node": ">=4" } }, "node_modules/hosted-git-info": { @@ -3029,9 +2384,9 @@ "dev": true }, "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", "dev": true, "engines": { "node": ">= 4" @@ -3280,47 +2635,6 @@ "license-checker": "bin/license-checker" } }, - "node_modules/license-checker/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/license-checker/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/license-checker/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/license-checker/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, "node_modules/license-checker/node_modules/debug": { "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", @@ -3330,15 +2644,6 @@ "ms": "^2.1.1" } }, - "node_modules/license-checker/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/license-checker/node_modules/semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", @@ -3348,18 +2653,6 @@ "semver": "bin/semver" } }, - "node_modules/license-checker/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -3388,12 +2681,48 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, - "peer": true, "dependencies": { "yallist": "^3.0.2" } @@ -3408,9 +2737,9 @@ } }, "node_modules/meros": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/meros/-/meros-1.2.1.tgz", - "integrity": "sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/meros/-/meros-1.3.0.tgz", + "integrity": "sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==", "dev": true, "engines": { "node": ">=13" @@ -3425,12 +2754,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", "dev": true, "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -3476,29 +2805,10 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/node-domexception": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", - "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/jimmywarting" - }, - { - "type": "github", - "url": "https://paypal.me/jimmywarting" - } - ], - "engines": { - "node": ">=10.5.0" - } - }, "node_modules/node-fetch": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", - "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dev": true, "dependencies": { "whatwg-url": "^5.0.0" @@ -3516,11 +2826,10 @@ } }, "node_modules/node-releases": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", - "dev": true, - "peer": true + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "dev": true }, "node_modules/nopt": { "version": "4.0.3", @@ -3575,9 +2884,9 @@ "dev": true }, "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3593,9 +2902,9 @@ } }, "node_modules/open": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz", - "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "dev": true, "dependencies": { "define-lazy-prop": "^2.0.0", @@ -3735,11 +3044,10 @@ } }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true, - "peer": true + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", + "dev": true }, "node_modules/picomatch": { "version": "2.3.1", @@ -3754,44 +3062,20 @@ } }, "node_modules/prettier": { - "version": "2.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz", - "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "node_modules/punycode": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", - "dev": true - }, - "node_modules/pvtsutils": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.2.tgz", - "integrity": "sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/pvutils": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz", - "integrity": "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -3953,11 +3237,10 @@ } }, "node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "peer": true, "bin": { "semver": "bin/semver.js" } @@ -4053,9 +3336,9 @@ "dev": true }, "node_modules/std-env": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.3.2.tgz", - "integrity": "sha512-uUZI65yrV2Qva5gqE0+A7uVAvO40iPo6jGhs7s8keRfHCmtg+uB2X6EiLGCI9IgL1J17xGhvoOqSz79lzICPTA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", + "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==", "dev": true }, "node_modules/streamsearch": { @@ -4094,15 +3377,15 @@ } }, "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "has-flag": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=4" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -4154,22 +3437,16 @@ } }, "node_modules/tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", "dev": true }, - "node_modules/undici": { - "version": "5.20.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.20.0.tgz", - "integrity": "sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==", - "dev": true, - "dependencies": { - "busboy": "^1.6.0" - }, - "engines": { - "node": ">=12.18" - } + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true }, "node_modules/unixify": { "version": "1.0.0", @@ -4184,9 +3461,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", + "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", "dev": true, "funding": [ { @@ -4196,15 +3473,18 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], - "peer": true, "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "escalade": "^3.1.2", + "picocolors": "^1.0.1" }, "bin": { - "browserslist-lint": "cli.js" + "update-browserslist-db": "cli.js" }, "peerDependencies": { "browserslist": ">= 4.21.0" @@ -4229,13 +3509,10 @@ } }, "node_modules/urlpattern-polyfill": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-6.0.2.tgz", - "integrity": "sha512-5vZjFlH9ofROmuWmXM9yj2wljYKgWstGwe8YTyiqM7hVum/g9LyCizPZtb3UqsuppVwety9QJmfc42VggLpTgg==", - "dev": true, - "dependencies": { - "braces": "^3.0.2" - } + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz", + "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==", + "dev": true }, "node_modules/util-extend": { "version": "1.0.3", @@ -4271,28 +3548,6 @@ "defaults": "^1.0.3" } }, - "node_modules/web-streams-polyfill": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", - "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/webcrypto-core": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.7.6.tgz", - "integrity": "sha512-TBPiewB4Buw+HI3EQW+Bexm19/W4cP/qZG/02QJCXN+iN+T5sl074vZ3rJcle/ZtDBQSgjkbsQO/1eFcxnSBUA==", - "dev": true, - "dependencies": { - "@peculiar/asn1-schema": "^2.1.6", - "@peculiar/json-schema": "^1.1.12", - "asn1js": "^3.0.1", - "pvtsutils": "^1.3.2", - "tslib": "^2.4.0" - } - }, "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", @@ -4339,9 +3594,9 @@ "dev": true }, "node_modules/ws": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz", - "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "dev": true, "engines": { "node": ">=10.0.0" @@ -4372,13 +3627,12 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, - "peer": true + "dev": true }, "node_modules/yargs": { - "version": "17.7.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.0.tgz", - "integrity": "sha512-dwqOPg5trmrre9+v8SUo2q/hAwyKoVfu8OC1xPHKJGNdxAvPl4sKxL4vBnh3bQz/ZvvGAFeA5H3ou2kcOY8sQQ==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, "dependencies": { "cliui": "^8.0.1", diff --git a/package.json b/package.json index 1e3a6cb0..d3abb01a 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ }, "homepage": "https://github.com/building-envelope-data/api#readme", "devDependencies": { - "@graphql-inspector/cli": "^3.0.0", - "@graphql-inspector/config": "^3.0.0", + "@graphql-inspector/cli": "^5.0.5", + "@graphql-inspector/config": "^4.0.2", "ajv-cli": "^5.0.0", - "ajv-formats": "^2.1.0", - "format-graphql": "^1.4.0", - "graphql": "^16.3.0", + "ajv-formats": "^3.0.1", + "format-graphql": "^1.5.0", + "graphql": "^16.8.1", "graphql-schema-linter": "^3.0.0", "license-checker": "^25.0.1", - "prettier": "^2.3.0", - "yargs": "^17.0.0" + "prettier": "^3.2.5", + "yargs": "^17.7.2" } } From c766ee212f28a99d19beb3255bca151c25b483e8 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 27 May 2024 16:48:56 +0200 Subject: [PATCH 087/362] Update Dockerfile frontend used by BuildKit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9bd5c1fb..6648c7f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -# syntax=docker/dockerfile:1.4 +# syntax=docker/dockerfile:1.6 # The above line fixes the Dockerfile frontend used by BuildKit. For details # see https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/reference.md # Available versions are listed on https://hub.docker.com/r/docker/dockerfile # Use Node on Debian as base image, see # https://hub.docker.com/_/node -FROM node:18.13-bullseye-slim +FROM node:20.13-bullseye-slim ################## # As user `root` # From 43a06c21302b991d8d29f561541006cc4a96f6a6 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 27 May 2024 16:49:13 +0200 Subject: [PATCH 088/362] Format code with `make format` --- tests/valid/opticalData/directionWavelengthPolarization.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/valid/opticalData/directionWavelengthPolarization.json b/tests/valid/opticalData/directionWavelengthPolarization.json index 2005dac7..ce89971d 100644 --- a/tests/valid/opticalData/directionWavelengthPolarization.json +++ b/tests/valid/opticalData/directionWavelengthPolarization.json @@ -26,4 +26,4 @@ } } ] -} \ No newline at end of file +} From 701d1c37cdb8f9d35082f5bfd983b4c2cf83b245 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 6 Jun 2024 16:04:16 +0200 Subject: [PATCH 089/362] Make the GNU Make target licenses phony --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6a4dc50b..2eec8dad 100644 --- a/Makefile +++ b/Makefile @@ -237,3 +237,4 @@ licenses : ## Print licenses --summary # --failOn # --onlyAllow +.PHONY : licenses From f4fb87031cb3e8f1763b1e46340a024ba4c693e8 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 18 Jun 2024 13:14:57 +0200 Subject: [PATCH 090/362] Create geometric.json based on optical.json --- schemas/geometric.json | 79 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 schemas/geometric.json diff --git a/schemas/geometric.json b/schemas/geometric.json new file mode 100644 index 00000000..b70950e0 --- /dev/null +++ b/schemas/geometric.json @@ -0,0 +1,79 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://www.buildingenvelopedata.org/schemas/v1/geometric.json", + "title": "geometric data", + "description": "Geometric data sets of building envelope components with meta information like name, description, warnings, and more.", + "$defs": { + "geometric": { + "type": "object", + "properties": { + "id": { + "title": "Decentral identifier", + "description": "Together with timestamp uniquely identifies data and version.", + "$ref": "identifier.json#/$defs/decentral" + }, + "timestamp": { + "title": "Timestamp that designates the version", + "description": "Together with decentral identifier uniquely identifies data and version. For example, correction of some grammatical error in the description results in a new version designated by a new timestamp, or adding an approval by some stakeholder.", + "$ref": "common.json#/$defs/timestamp" + }, + "name": { + "title": "Name", + "type": "string" + }, + "description": { + "title": "Description for humans", + "type": "string" + }, + "warnings": { + "title": "Warnings", + "description": "Critical information to avoid mistakes due to data misinterpretation.", + "type": "array", + "items": { + "type": "string" + }, + "minItems": 1 + }, + "creator": { + "title": "Creator", + "$ref": "stakeholder.json" + }, + "createdAt": { + "title": "Creation timestamp", + "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "$ref": "common.json#/$defs/timestamp" + }, + "appliedMethod": { + "$ref": "method.json#/$defs/appliedMethod", + "description": "Method that was applied to create this data set." + }, + "approvals": { + "$ref": "common.json#/$defs/approvals", + "description": "Approvals by stakeholders in the form of GnuPG signatures." + }, + "data": { + "title": "Data in various formats", + "description": "The first data item is the result of applying the method `appliedMethod`. The other data items are the result of applying some conversion method or a chain of such methods to the first data item.", + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "geometricData.json", + "description": "The measured or simulated data in JSON." + }, + { + "$ref": "common.json#/$defs/getHttpsResource", + "description": "The measured or simulated data in some data format as HTTP resource fetchable with GET requests." + } + ] + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "$ref": "#/$defs/geometric" +} \ No newline at end of file From a3c9a0e82649e415c03bf6bed0fd5e30549f4e89 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 18 Jun 2024 13:51:25 +0200 Subject: [PATCH 091/362] Differ in the title of the schemas between metadata about data sets and the data itself --- schemas/calorimetric.json | 4 +- schemas/hygrothermal.json | 4 +- schemas/optical.json | 4 +- schemas/opticalData.json | 110 +++++++++++++++++++------ schemas/photovoltaic.json | 4 +- schemas/photovoltaicData.json | 148 +++++++++++++++++++++++++++------- 6 files changed, 212 insertions(+), 62 deletions(-) diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index a8b3850e..96de9c0a 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetric.json", - "title": "calorimetric data", + "title": "metadata about calorimetric data sets", "description": "Data about calorimetric measurements or simulations with meta information like name, description, warnings, and more.", "$defs": { "calorimetric": { @@ -77,4 +77,4 @@ } }, "$ref": "#/$defs/calorimetric" -} +} \ No newline at end of file diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index d28f6e1e..4cb4ae48 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/hygrothermal.json", - "title": "hygrothermal data", + "title": "metadata about hygrothermal data sets", "description": "Hygrothermal data with meta information like name, description, warnings, and more.", "$defs": { "hygrothermal": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/hygrothermal" -} +} \ No newline at end of file diff --git a/schemas/optical.json b/schemas/optical.json index cba412b6..57eb0aa5 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/optical.json", - "title": "optical data", + "title": "metadata about optical data sets", "description": "Optical data sets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { "optical": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/optical" -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 4ec2d876..c1dba0b2 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/opticalData.json", - "title": "Optical data", + "title": "optical data", "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", "$defs": { "data": { @@ -25,7 +25,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, { "title": "Internal data node with non-leaf children", @@ -46,7 +48,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] } ] }, @@ -79,7 +83,11 @@ } }, "additionalProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, { "title": "Color characterization", @@ -115,7 +123,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -173,14 +186,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", - "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -210,12 +228,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -247,7 +273,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -275,13 +303,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -293,10 +326,14 @@ "$ref": "number.json#/$defs/nanometer", "description": "One wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`." }, - "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } + "uncertainty": { + "$ref": "#/$defs/wavelengthUncertainty" + } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -328,7 +365,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -340,7 +380,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -407,7 +449,10 @@ }, "direction": { "type": "string", - "enum": ["reflection", "transmission"], + "enum": [ + "reflection", + "transmission" + ], "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." }, "surface": { @@ -416,17 +461,28 @@ }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar", "direction"] + "required": [ + "lStar", + "aStar", + "bStar", + "direction" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", @@ -438,7 +494,10 @@ }, "direction": { "type": "string", - "enum": ["reflection", "transmission"], + "enum": [ + "reflection", + "transmission" + ], "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." }, "surface": { @@ -447,8 +506,11 @@ } }, "additionalProperties": false, - "required": ["value", "direction"] + "required": [ + "value", + "direction" + ] } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 9ecc2727..5b27af99 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/photovoltaic.json", - "title": "photovoltaic data", + "title": "metadata about photovoltaic data sets", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity with meta information like name, description, warnings, and more.", "$defs": { "photovoltaic": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/photovoltaic" -} +} \ No newline at end of file diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index 9dba1540..b9001253 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,7 +15,9 @@ } }, "additionalProperties": false, - "required": ["module"] + "required": [ + "module" + ] }, { "type": "object", @@ -26,7 +28,9 @@ } }, "additionalProperties": false, - "required": ["inverter"] + "required": [ + "inverter" + ] }, { "type": "object", @@ -37,7 +41,9 @@ } }, "additionalProperties": false, - "required": ["system"] + "required": [ + "system" + ] } ] }, @@ -131,7 +137,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -156,7 +164,9 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -172,11 +182,16 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] } }, "additionalProperties": false, - "required": ["longitudinal", "transversal"] + "required": [ + "longitudinal", + "transversal" + ] } }, "additionalProperties": false, @@ -199,7 +214,10 @@ } }, "additionalProperties": false, - "required": ["id", "cellType"] + "required": [ + "id", + "cellType" + ] }, "minItems": 1 }, @@ -240,7 +258,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 0 }, @@ -385,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -449,7 +472,10 @@ } }, "additionalProperties": false, - "required": ["years", "percentage"] + "required": [ + "years", + "percentage" + ] }, "minItems": 1 }, @@ -492,7 +518,10 @@ } }, "additionalProperties": false, - "required": ["direction", "modifier"] + "required": [ + "direction", + "modifier" + ] } } ] @@ -601,12 +630,20 @@ }, "smoke": { "type": "string", - "enum": ["s1", "s2", "s3"], + "enum": [ + "s1", + "s2", + "s3" + ], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": ["d0", "d1", "d2"], + "enum": [ + "d0", + "d1", + "d2" + ], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -666,7 +703,9 @@ }, "additionalProperties": false, "minProperties": 2, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -690,7 +729,9 @@ } }, "additionalProperties": false, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -743,7 +784,9 @@ } }, "additionalProperties": false, - "required": ["years"] + "required": [ + "years" + ] }, "minItems": 1 }, @@ -935,7 +978,10 @@ "type": "array", "items": { "type": "string", - "enum": ["EN IEC 60529", "ISO 20653"], + "enum": [ + "EN IEC 60529", + "ISO 20653" + ], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -980,17 +1026,31 @@ }, "thirdDigit": { "type": "string", - "enum": ["A", "B", "C", "D"], + "enum": [ + "A", + "B", + "C", + "D" + ], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": ["f", "H", "M", "S", "W"], + "enum": [ + "f", + "H", + "M", + "S", + "W" + ], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": ["firstDigit", "secondDigit"] + "required": [ + "firstDigit", + "secondDigit" + ] }, "minItems": 1 }, @@ -1007,12 +1067,21 @@ }, "class": { "type": "string", - "enum": ["0", "I", "0I", "II", "III"], + "enum": [ + "0", + "I", + "0I", + "II", + "III" + ], "description": "The appliance class." } }, "additionalProperties": false, - "required": ["standard", "class"] + "required": [ + "standard", + "class" + ] }, "minItems": 1 } @@ -1088,7 +1157,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -1129,7 +1200,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 1 }, @@ -1223,13 +1297,20 @@ } }, "additionalProperties": false, - "required": ["id1", "id2"] + "required": [ + "id1", + "id2" + ] }, "minItems": 1 }, "category": { "type": "string", - "enum": ["parallel", "series", "complex"], + "enum": [ + "parallel", + "series", + "complex" + ], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1261,12 +1342,19 @@ }, "grounding": { "type": "string", - "enum": ["plus", "minus", "neither"], + "enum": [ + "plus", + "minus", + "neither" + ], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": ["id1", "grounding"] + "required": [ + "id1", + "grounding" + ] }, "minItems": 1 } @@ -1274,4 +1362,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From 34a34c663ecf9f1d97bfb9d5f1a8e4e747f5ef9b Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 18 Jun 2024 13:55:13 +0200 Subject: [PATCH 092/362] Create 'geometricData.json' based on 'opticalData.json' --- schemas/geometric.json | 2 +- schemas/geometricData.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 schemas/geometricData.json diff --git a/schemas/geometric.json b/schemas/geometric.json index b70950e0..063b18af 100644 --- a/schemas/geometric.json +++ b/schemas/geometric.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://www.buildingenvelopedata.org/schemas/v1/geometric.json", - "title": "geometric data", + "title": "metadata about geometric data sets", "description": "Geometric data sets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { "geometric": { diff --git a/schemas/geometricData.json b/schemas/geometricData.json new file mode 100644 index 00000000..8e51693c --- /dev/null +++ b/schemas/geometricData.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://www.buildingenvelopedata.org/schemas/v1/geometricData.json", + "title": "geometric data", + "description": "Geometric data sets of building envelope components. It shall be possible to exchange the results of all important details about the geometry of a component.", + "$defs": { + "data": {}, + }, + "$ref": "#/$defs/data" +} \ No newline at end of file From fa76d67d25bcff9c276b7b42146533edda327311 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 18 Jun 2024 14:00:51 +0200 Subject: [PATCH 093/362] Copy content of 'geometry.json' to 'geometricData.json' --- schemas/geometricData.json | 415 ++++++++++++++++++++++++++++++++++++- 1 file changed, 414 insertions(+), 1 deletion(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 8e51693c..9241b843 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -4,7 +4,420 @@ "title": "geometric data", "description": "Geometric data sets of building envelope components. It shall be possible to exchange the results of all important details about the geometry of a component.", "$defs": { - "data": {}, + "data": { + "title": "Describe the geometry of a component either by its outer dimensions or as a resource for a Computer Aided Drawing (CAD) software.", + "type": "object", + "properties": { + "dimensions": { + "$ref": "#/$defs/dimensions", + "description": "Height, width and depth of the component." + }, + "origin": { + "$ref": "#/$defs/origin", + "description": "The origin of the coordinate system which is used by `location`." + }, + "location": { + "$ref": "#/$defs/location", + "description": "The location of the center of mass of the component." + }, + "orientation": { + "$ref": "#/$defs/orientation", + "description": "The orientation of the prime surface of the component." + }, + "getHttpsResource": { + "$ref": "common.json#/$defs/getHttpsResource", + "description": "Instead of or in addition to the keys above, a file can be used to define the geometry of the component." + }, + "levelOfDevelopment": { + "$ref": "#/$defs/orientation", + "description": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled." + } + }, + "additionalProperties": false, + "required": [] + }, + "origin": { + "title": "The origin of the coordinate system which is used by `location`.", + "type": "object", + "properties": { + "latitude": { + "$ref": "number.json#/$defs/latitude", + "description": "The latitude of the location of the building." + }, + "longitude": { + "$ref": "number.json#/$defs/longitude", + "description": "The longitude of the location of the building." + }, + "elevation": { + "$ref": "number.json#/$defs/elevation", + "description": "The elevation of the location of the building. " + } + }, + "additionalProperties": false, + "required": [ + "latitude", + "longitude" + ] + }, + "location": { + "title": "The location of the center of mass of the component.", + "type": "object", + "properties": { + "east": { + "$ref": "number.json#/$defs/meter", + "description": "This distance is measured horizontally in the direction from the `origin` to the east. It has the SI unit of meter." + }, + "north": { + "$ref": "number.json#/$defs/meter", + "description": "This distance is measured horizontally in the direction from the `origin` to the north. It has the SI unit of meter." + }, + "elevation": { + "$ref": "number.json#/$defs/meter", + "description": "This distance is measured vertically in the direction from the `origin` to the sky. It has the SI unit of meter." + } + }, + "additionalProperties": false, + "required": [ + "east", + "north" + ] + }, + "orientation": { + "title": "The orientation of the prime surface of the component.", + "type": "object", + "properties": { + "azimuth": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", + "description": "When the normal of the non-prime surface is projected on a horizontal plane, then the azimuth angle of the component is the angle between this projection and the north direction. If the prime surface faces west, then the azimuth angle equals 90°." + }, + "componentTilt": { + "$ref": "common.json#/$defs/angles/$defs/componentTilt", + "description": "The tilt angle of the component." + }, + "rotation": { + "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", + "description": "The angle of rotation around the normal of the non-prime surface. First, imagine a plane which is rectangular to the non-prime surface and parallel to the direction of the azimuth angle. The cross-section from the bottom to the top is the first important direction. The rotation angle is the angle between this direction and the prime direction. If the prime direction leads from the bottom to the top, then the rotation angle equals 0°. If the prime direction leads from the left-hand side to the right-hand side as seen from the exterior, then the rotation angle equals 90°." + } + }, + "additionalProperties": false, + "required": [ + "azimuth", + "componentTilt" + ] + }, + "levelOfDevelopment": { + "title": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled. As geometry/LOD refers to geometry, it is sometimes also called Level of Geometry.", + "type": "array", + "prefixItems": [ + { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "This integer indicates the LOD according to the definition of the reference below." + }, + { + "type": "object", + "properties": { + "reference": { + "$ref": "common.json#/$defs/reference", + "description": "This reference defines the LOD which is indicated above." + } + }, + "additionalProperties": false, + "required": [ + "reference" + ] + } + ], + "minItems": 2, + "items": false + }, + "assembly": { + "title": "An assembly of components where each item of the array defines one component of the assembly. Note that one component can either consist of a single component or of an assembly of components.", + "type": "object", + "properties": { + "origin": { + "$ref": "#/$defs/origin", + "description": "The origin of the coordinate system which is used by `assemblyList/location`." + }, + "definitionOfSurfacesAndPrimeDirections": { + "title": "Definition of surfaces and prime directions", + "description": "The prime surface and the prime direction are used to define the `orientation` of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry.", + "type": "object", + "properties": { + "reference": { + "$ref": "common.json#/$defs/reference", + "title": "Reference", + "description": "Reference that defines which surfaces of the components are defined as non-prime and which as prime. Often, the non-prime surface faces the exterior and the prime surface faces the interior. The reference should also define the prime directions of the components." + }, + "description": { + "type": "string", + "title": "Description", + "description": "Description of which sides of the components are defined as non-prime and which as prime and which direction is defined as the prime direction. Often, the non-prime side faces the exterior and the prime side the interior." + } + }, + "minProperties": 1, + "required": [] + }, + "assemblyList": { + "title": "The subcomponents which are used for this assembly.", + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "$ref": "identifier.json#/$defs/centralOrDecentral", + "description": "The id represents a specific component of the assembly." + }, + "dimensions": { + "$ref": "#/$defs/dimensions", + "description": "Height, width and depth of the component." + }, + "location": { + "$ref": "#/$defs/location", + "description": "The location of the center of mass of the component." + }, + "orientation": { + "$ref": "#/$defs/orientation", + "description": "The orientation of the prime surface of the component." + }, + "getHttpsResource": { + "$ref": "common.json#/$defs/getHttpsResource", + "description": "Instead of or in addition to the keys above, a file can be used to define the geometry of the component." + }, + "levelOfDevelopment": { + "$ref": "#/$defs/orientation", + "description": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [ + "id" + ] + }, + "minItems": 2 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [ + "assemblyList" + ] + }, + "point": { + "title": "A point according to the definition of a coordinate system elsewhere.", + "type": "object", + "properties": { + "x": { + "$ref": "number.json#/$defs/meter" + }, + "y": { + "$ref": "number.json#/$defs/meter" + }, + "z": { + "$ref": "number.json#/$defs/meter" + } + }, + "additionalProperties": false, + "required": [ + "x", + "y", + "z" + ] + }, + "vector": { + "title": "A geometric vector according to the definition of a coordinate system elsewhere.", + "type": "object", + "properties": { + "x": { + "$ref": "number.json#/$defs/meter" + }, + "y": { + "$ref": "number.json#/$defs/meter" + }, + "z": { + "$ref": "number.json#/$defs/meter" + } + }, + "additionalProperties": false, + "required": [ + "x", + "y", + "z" + ] + }, + "coordinateSystem": { + "title": "Definition of the coordinate system of the data set", + "type": "object", + "properties": { + "reference": { + "$ref": "common.json#/$defs/reference", + "description": "The coordinate system needs to be well defined. If no suitable reference exists, please create a new publication in the database." + }, + "categories": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "cartesian", + "cylindrical", + "leftHanded", + "polar", + "rightHanded", + "spherical" + ], + "description": "Often, a right-handed cartesian coordinate system is used." + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": [] + }, + "nurbsBoundedSurface": { + "title": "A non-uniform rational B-spline (NURBS) surface is a very general way to define a surface. It is created by two NURBS curves.", + "type": "object", + "properties": { + "uDirection": { + "$ref": "#/$defs/nurbsBoundedCurve" + }, + "vDirection": { + "$ref": "#/$defs/nurbsBoundedCurve" + } + }, + "additionalProperties": false, + "required": [ + "uDirection", + "vDirection" + ] + }, + "nurbsBoundedCurve": { + "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", + "type": "object", + "properties": { + "degree": { + "type": "integer", + "minimum": 1, + "maximum": 10, + "description": "The degree of a NURBS curve defines the polynomial degree of the basis functions of the curve. For degree=1, the curve is a linear interpolation between the control points." + }, + "controlPoints": { + "title": "The control points have a strong influence on the shape of the curve.", + "type": "array", + "items": { + "type": "array", + "prefixItems": [ + { + "$ref": "#/$defs/point", + "description": "If the curve is 3D, the 3D points are appropriate. For 2D curves, the value for the z-axis should be 0." + }, + { + "type": "object", + "properties": { + "weights": { + "type": "number", + "description": "The weight of a control points determines its influences on the shape of the curve." + } + }, + "additionalProperties": false, + "required": [ + "weights" + ] + } + ], + "minItems": 2, + "items": false + }, + "minItems": 2, + "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." + }, + "knots": { + "type": "array", + "items": { + "type": "number", + "description": "Each knot is a number which is either equal or larger than the preceding knot. Although usually the control points are used to shape the curve, the knots could also be used for this purpose. The first and last knot are usually repeated so that the curve ends exactly at these points." + }, + "minItems": 2, + "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." + } + }, + "additionalProperties": false, + "required": [ + "degree", + "controlPoints", + "knots" + ] + }, + "body": { + "type": "object", + "properties": { + "brep": { + "title": "Boundary representation (brep) defines a component by the surfaces between solid and non-solid.", + "type": "array", + "items": { + "$ref": "#/$defs/nurbsBoundedSurface" + }, + "minItems": 1, + "description": "This array lists all surfaces between solid and non-solid of the component." + } + }, + "additionalProperties": false, + "required": [] + }, + "dimensions": { + "type": "object", + "properties": { + "installed": { + "title": "This geometric definition of the dimensions refers to the installation of the component in a building envelope and a view perpendicular to the building envelope. The dimensions can be used to define a bounding box which includes all parts of the component. If a component can be installed in different ways, more than one set of dimensions can be defined.", + "type": "array", + "items": { + "type": "object", + "properties": { + "height": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The height of the component along the vertical axis of the building envelope. It has the units meter." + }, + "width": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The width of the component along the horizontal axis of the building envelope. It has the units meter." + }, + "depth": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The depth of the component along the axis perpendicular to the building envelope. It has the units meter." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "minItems": 1 + }, + "independent": { + "title": "When the dimensions of a component are defined independent of a specific installation or coordinate system, then the dimensions can only be sorted by their values. The dimensions can be used to define a bounding box which includes all parts of the component.", + "type": "object", + "properties": { + "smallest": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The smallest dimension of the component. It has the units meter." + }, + "intermediate": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The dimension of the component which is larger the `smallest` and smaller than `largest`. It has the units meter." + }, + "largest": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The largest dimension of the component. It has the units meter." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } }, "$ref": "#/$defs/data" } \ No newline at end of file From bcfab0df01a37304e517605c0f3a8dd2ff7fd888 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 18 Jun 2024 14:27:01 +0200 Subject: [PATCH 094/362] Delete for 2 reasons: 1. The most important content becomes part of . 2. We plan to remove all keys which are currently not ready for production. --- schemas/geometry.json | 391 ------------------------------------------ 1 file changed, 391 deletions(-) delete mode 100644 schemas/geometry.json diff --git a/schemas/geometry.json b/schemas/geometry.json deleted file mode 100644 index 3ea089cf..00000000 --- a/schemas/geometry.json +++ /dev/null @@ -1,391 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/geometry.json", - "title": "geometry data", - "description": "Describe geoemtry data. There are many highly developed geometry kernels which are well suited to handle complex geometry in their file format. For some cases like the shape of a venetian blind, it may be helpful to be able to exchange the geometry independent of a geometry kernel.", - "$defs": { - "geometry": { - "title": "Describe the geometry of a component either by its outer dimensions or as a resource for a Computer Aided Drawing (CAD) software.", - "type": "object", - "properties": { - "dimensions": { - "$ref": "#/$defs/dimensions", - "description": "Height, width and depth of the component." - }, - "origin": { - "$ref": "#/$defs/origin", - "description": "The origin of the coordinate system which is used by `location`." - }, - "location": { - "$ref": "#/$defs/location", - "description": "The location of the center of mass of the component." - }, - "orientation": { - "$ref": "#/$defs/orientation", - "description": "The orientation of the prime surface of the component." - }, - "getHttpsResource": { - "$ref": "common.json#/$defs/getHttpsResource", - "description": "Instead of or in addition to the keys above, a file can be used to define the geometry of the component." - }, - "levelOfDevelopment": { - "$ref": "#/$defs/orientation", - "description": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled." - } - }, - "additionalProperties": false, - "required": [] - }, - "origin": { - "title": "The origin of the coordinate system which is used by `location`.", - "type": "object", - "properties": { - "latitude": { - "$ref": "number.json#/$defs/latitude", - "description": "The latitude of the location of the building." - }, - "longitude": { - "$ref": "number.json#/$defs/longitude", - "description": "The longitude of the location of the building." - }, - "elevation": { - "$ref": "number.json#/$defs/elevation", - "description": "The elevation of the location of the building. " - } - }, - "additionalProperties": false, - "required": ["latitude", "longitude"] - }, - "location": { - "title": "The location of the center of mass of the component.", - "type": "object", - "properties": { - "east": { - "$ref": "number.json#/$defs/meter", - "description": "This distance is measured horizontally in the direction from the `origin` to the east. It has the SI unit of meter." - }, - "north": { - "$ref": "number.json#/$defs/meter", - "description": "This distance is measured horizontally in the direction from the `origin` to the north. It has the SI unit of meter." - }, - "elevation": { - "$ref": "number.json#/$defs/meter", - "description": "This distance is measured vertically in the direction from the `origin` to the sky. It has the SI unit of meter." - } - }, - "additionalProperties": false, - "required": ["east", "north"] - }, - "orientation": { - "title": "The orientation of the prime surface of the component.", - "type": "object", - "properties": { - "azimuth": { - "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "When the normal of the non-prime surface is projected on a horizontal plane, then the azimuth angle of the component is the angle between this projection and the north direction. If the prime surface faces west, then the azimuth angle equals 90°." - }, - "componentTilt": { - "$ref": "common.json#/$defs/angles/$defs/componentTilt", - "description": "The tilt angle of the component." - }, - "rotation": { - "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The angle of rotation around the normal of the non-prime surface. First, imagine a plane which is rectangular to the non-prime surface and parallel to the direction of the azimuth angle. The cross-section from the bottom to the top is the first important direction. The rotation angle is the angle between this direction and the prime direction. If the prime direction leads from the bottom to the top, then the rotation angle equals 0°. If the prime direction leads from the left-hand side to the right-hand side as seen from the exterior, then the rotation angle equals 90°." - } - }, - "additionalProperties": false, - "required": ["azimuth", "componentTilt"] - }, - "levelOfDevelopment": { - "title": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled. As geometry/LOD refers to geometry, it is sometimes also called Level of Geometry.", - "type": "array", - "prefixItems": [ - { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "This integer indicates the LOD according to the definition of the reference below." - }, - { - "type": "object", - "properties": { - "reference": { - "$ref": "common.json#/$defs/reference", - "description": "This reference defines the LOD which is indicated above." - } - }, - "additionalProperties": false, - "required": ["reference"] - } - ], - "minItems": 2, - "items": false - }, - "assembly": { - "title": "An assembly of components where each item of the array defines one component of the assembly. Note that one component can either consist of a single component or of an assembly of components.", - "type": "object", - "properties": { - "origin": { - "$ref": "#/$defs/origin", - "description": "The origin of the coordinate system which is used by `assemblyList/location`." - }, - "definitionOfSurfacesAndPrimeDirections": { - "title": "Definition of surfaces and prime directions", - "description": "The prime surface and the prime direction are used to define the `orientation` of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry.", - "type": "object", - "properties": { - "reference": { - "$ref": "common.json#/$defs/reference", - "title": "Reference", - "description": "Reference that defines which surfaces of the components are defined as non-prime and which as prime. Often, the non-prime surface faces the exterior and the prime surface faces the interior. The reference should also define the prime directions of the components." - }, - "description": { - "type": "string", - "title": "Description", - "description": "Description of which sides of the components are defined as non-prime and which as prime and which direction is defined as the prime direction. Often, the non-prime side faces the exterior and the prime side the interior." - } - }, - "minProperties": 1, - "required": [] - }, - "assemblyList": { - "title": "The subcomponents which are used for this assembly.", - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "$ref": "identifier.json#/$defs/centralOrDecentral", - "description": "The id represents a specific component of the assembly." - }, - "dimensions": { - "$ref": "#/$defs/dimensions", - "description": "Height, width and depth of the component." - }, - "location": { - "$ref": "#/$defs/location", - "description": "The location of the center of mass of the component." - }, - "orientation": { - "$ref": "#/$defs/orientation", - "description": "The orientation of the prime surface of the component." - }, - "getHttpsResource": { - "$ref": "common.json#/$defs/getHttpsResource", - "description": "Instead of or in addition to the keys above, a file can be used to define the geometry of the component." - }, - "levelOfDevelopment": { - "$ref": "#/$defs/orientation", - "description": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": ["id"] - }, - "minItems": 2 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": ["assemblyList"] - }, - "point": { - "title": "A point according to the definition of a coordinate system elsewhere.", - "type": "object", - "properties": { - "x": { - "$ref": "number.json#/$defs/meter" - }, - "y": { - "$ref": "number.json#/$defs/meter" - }, - "z": { - "$ref": "number.json#/$defs/meter" - } - }, - "additionalProperties": false, - "required": ["x", "y", "z"] - }, - "vector": { - "title": "A geometric vector according to the definition of a coordinate system elsewhere.", - "type": "object", - "properties": { - "x": { - "$ref": "number.json#/$defs/meter" - }, - "y": { - "$ref": "number.json#/$defs/meter" - }, - "z": { - "$ref": "number.json#/$defs/meter" - } - }, - "additionalProperties": false, - "required": ["x", "y", "z"] - }, - "coordinateSystem": { - "title": "Definition of the coordinate system of the data set", - "type": "object", - "properties": { - "reference": { - "$ref": "common.json#/$defs/reference", - "description": "The coordinate system needs to be well defined. If no suitable reference exists, please create a new publication in the database." - }, - "categories": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "cartesian", - "cylindrical", - "leftHanded", - "polar", - "rightHanded", - "spherical" - ], - "description": "Often, a right-handed cartesian coordinate system is used." - }, - "uniqueItems": true, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": [] - }, - "nurbsBoundedSurface": { - "title": "A non-uniform rational B-spline (NURBS) surface is a very general way to define a surface. It is created by two NURBS curves.", - "type": "object", - "properties": { - "uDirection": { - "$ref": "#/$defs/nurbsBoundedCurve" - }, - "vDirection": { - "$ref": "#/$defs/nurbsBoundedCurve" - } - }, - "additionalProperties": false, - "required": ["uDirection", "vDirection"] - }, - "nurbsBoundedCurve": { - "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", - "type": "object", - "properties": { - "degree": { - "type": "integer", - "minimum": 1, - "maximum": 10, - "description": "The degree of a NURBS curve defines the polynomial degree of the basis functions of the curve. For degree=1, the curve is a linear interpolation between the control points." - }, - "controlPoints": { - "title": "The control points have a strong influence on the shape of the curve.", - "type": "array", - "items": { - "type": "array", - "prefixItems": [ - { - "$ref": "#/$defs/point", - "description": "If the curve is 3D, the 3D points are appropriate. For 2D curves, the value for the z-axis should be 0." - }, - { - "type": "object", - "properties": { - "weights": { - "type": "number", - "description": "The weight of a control points determines its influences on the shape of the curve." - } - }, - "additionalProperties": false, - "required": ["weights"] - } - ], - "minItems": 2, - "items": false - }, - "minItems": 2, - "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." - }, - "knots": { - "type": "array", - "items": { - "type": "number", - "description": "Each knot is a number which is either equal or larger than the preceding knot. Although usually the control points are used to shape the curve, the knots could also be used for this purpose. The first and last knot are usually repeated so that the curve ends exactly at these points." - }, - "minItems": 2, - "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." - } - }, - "additionalProperties": false, - "required": ["degree", "controlPoints", "knots"] - }, - "body": { - "type": "object", - "properties": { - "brep": { - "title": "Boundary representation (brep) defines a component by the surfaces between solid and non-solid.", - "type": "array", - "items": { - "$ref": "#/$defs/nurbsBoundedSurface" - }, - "minItems": 1, - "description": "This array lists all surfaces between solid and non-solid of the component." - } - }, - "additionalProperties": false, - "required": [] - }, - "dimensions": { - "type": "object", - "properties": { - "installed": { - "title": "This geometric definition of the dimensions refers to the installation of the component in a building envelope and a view perpendicular to the building envelope. The dimensions can be used to define a bounding box which includes all parts of the component. If a component can be installed in different ways, more than one set of dimensions can be defined.", - "type": "array", - "items": { - "type": "object", - "properties": { - "height": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The height of the component along the vertical axis of the building envelope. It has the units meter." - }, - "width": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The width of the component along the horizontal axis of the building envelope. It has the units meter." - }, - "depth": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The depth of the component along the axis perpendicular to the building envelope. It has the units meter." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 - }, - "independent": { - "title": "When the dimensions of a component are defined independent of a specific installation or coordinate system, then the dimensions can only be sorted by their values. The dimensions can be used to define a bounding box which includes all parts of the component.", - "type": "object", - "properties": { - "smallest": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The smallest dimension of the component. It has the units meter." - }, - "intermediate": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The dimension of the component which is larger the `smallest` and smaller than `largest`. It has the units meter." - }, - "largest": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The largest dimension of the component. It has the units meter." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "$ref": "#/$defs/geometry" -} From 066ad11630c4482e5e15e7aea7f733088f623976 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 16:42:26 +0200 Subject: [PATCH 095/362] Remove the Level of Development (LOD), because it is not relevant for the simple geometric information of `geometricData.json`. When a resource includes the LOD, then it can become part of `geometric.json` and GraphQL. --- schemas/geometricData.json | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 9241b843..e12684f7 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -27,10 +27,6 @@ "getHttpsResource": { "$ref": "common.json#/$defs/getHttpsResource", "description": "Instead of or in addition to the keys above, a file can be used to define the geometry of the component." - }, - "levelOfDevelopment": { - "$ref": "#/$defs/orientation", - "description": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled." } }, "additionalProperties": false, @@ -105,31 +101,6 @@ "componentTilt" ] }, - "levelOfDevelopment": { - "title": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled. As geometry/LOD refers to geometry, it is sometimes also called Level of Geometry.", - "type": "array", - "prefixItems": [ - { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "This integer indicates the LOD according to the definition of the reference below." - }, - { - "type": "object", - "properties": { - "reference": { - "$ref": "common.json#/$defs/reference", - "description": "This reference defines the LOD which is indicated above." - } - }, - "additionalProperties": false, - "required": [ - "reference" - ] - } - ], - "minItems": 2, - "items": false - }, "assembly": { "title": "An assembly of components where each item of the array defines one component of the assembly. Note that one component can either consist of a single component or of an assembly of components.", "type": "object", From 9751735ac60a26ec0de71cbe7044b9f595e86cca Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 16:45:53 +0200 Subject: [PATCH 096/362] Remove `getHttpsResource` because the separation between BED-JSON and resources is at the level of `geometric.json/data` --- schemas/geometricData.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index e12684f7..17740100 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -23,10 +23,6 @@ "orientation": { "$ref": "#/$defs/orientation", "description": "The orientation of the prime surface of the component." - }, - "getHttpsResource": { - "$ref": "common.json#/$defs/getHttpsResource", - "description": "Instead of or in addition to the keys above, a file can be used to define the geometry of the component." } }, "additionalProperties": false, @@ -149,14 +145,6 @@ "orientation": { "$ref": "#/$defs/orientation", "description": "The orientation of the prime surface of the component." - }, - "getHttpsResource": { - "$ref": "common.json#/$defs/getHttpsResource", - "description": "Instead of or in addition to the keys above, a file can be used to define the geometry of the component." - }, - "levelOfDevelopment": { - "$ref": "#/$defs/orientation", - "description": "The Level of Development or Level of Detail (LOD) is used to describe how accurate the reality is modelled." } }, "additionalProperties": false, From 3fa50abed090bde7495deb5760328f03337b299d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 16:55:10 +0200 Subject: [PATCH 097/362] Remove `definitionOfSurfacesAndPrimeDirection` from assemmbly because this is treated in `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection` of the assembly and of the subcomponents. --- schemas/geometricData.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 17740100..b5f5ae4f 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -105,25 +105,6 @@ "$ref": "#/$defs/origin", "description": "The origin of the coordinate system which is used by `assemblyList/location`." }, - "definitionOfSurfacesAndPrimeDirections": { - "title": "Definition of surfaces and prime directions", - "description": "The prime surface and the prime direction are used to define the `orientation` of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry.", - "type": "object", - "properties": { - "reference": { - "$ref": "common.json#/$defs/reference", - "title": "Reference", - "description": "Reference that defines which surfaces of the components are defined as non-prime and which as prime. Often, the non-prime surface faces the exterior and the prime surface faces the interior. The reference should also define the prime directions of the components." - }, - "description": { - "type": "string", - "title": "Description", - "description": "Description of which sides of the components are defined as non-prime and which as prime and which direction is defined as the prime direction. Often, the non-prime side faces the exterior and the prime side the interior." - } - }, - "minProperties": 1, - "required": [] - }, "assemblyList": { "title": "The subcomponents which are used for this assembly.", "type": "array", From c7673993867191b3757de050c9eb4991c6aed8b6 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 17:02:43 +0200 Subject: [PATCH 098/362] `make format` --- schemas/calorimetric.json | 2 +- schemas/geometric.json | 2 +- schemas/hygrothermal.json | 2 +- schemas/optical.json | 2 +- schemas/opticalData.json | 103 +++++------------------ schemas/photovoltaic.json | 2 +- schemas/photovoltaicData.json | 148 +++++++--------------------------- 7 files changed, 56 insertions(+), 205 deletions(-) diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index 96de9c0a..f85f6adb 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -77,4 +77,4 @@ } }, "$ref": "#/$defs/calorimetric" -} \ No newline at end of file +} diff --git a/schemas/geometric.json b/schemas/geometric.json index 063b18af..fb65a187 100644 --- a/schemas/geometric.json +++ b/schemas/geometric.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/geometric" -} \ No newline at end of file +} diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 4cb4ae48..0d946404 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/hygrothermal" -} \ No newline at end of file +} diff --git a/schemas/optical.json b/schemas/optical.json index 57eb0aa5..d1916ed5 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/optical" -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index c1dba0b2..7be22c61 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,9 +25,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, { "title": "Internal data node with non-leaf children", @@ -48,9 +46,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] } ] }, @@ -83,11 +79,7 @@ } }, "additionalProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, { "title": "Color characterization", @@ -123,12 +115,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -186,19 +173,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -228,20 +209,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -273,9 +246,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -303,18 +274,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -331,9 +297,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -365,10 +329,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -380,9 +341,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -449,10 +408,7 @@ }, "direction": { "type": "string", - "enum": [ - "reflection", - "transmission" - ], + "enum": ["reflection", "transmission"], "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." }, "surface": { @@ -461,28 +417,17 @@ }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar", - "direction" - ] + "required": ["lStar", "aStar", "bStar", "direction"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", @@ -494,10 +439,7 @@ }, "direction": { "type": "string", - "enum": [ - "reflection", - "transmission" - ], + "enum": ["reflection", "transmission"], "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." }, "surface": { @@ -506,11 +448,8 @@ } }, "additionalProperties": false, - "required": [ - "value", - "direction" - ] + "required": ["value", "direction"] } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 5b27af99..c7c03dcc 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/photovoltaic" -} \ No newline at end of file +} diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index b9001253..9dba1540 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,9 +15,7 @@ } }, "additionalProperties": false, - "required": [ - "module" - ] + "required": ["module"] }, { "type": "object", @@ -28,9 +26,7 @@ } }, "additionalProperties": false, - "required": [ - "inverter" - ] + "required": ["inverter"] }, { "type": "object", @@ -41,9 +37,7 @@ } }, "additionalProperties": false, - "required": [ - "system" - ] + "required": ["system"] } ] }, @@ -137,9 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -164,9 +156,7 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -182,16 +172,11 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] } }, "additionalProperties": false, - "required": [ - "longitudinal", - "transversal" - ] + "required": ["longitudinal", "transversal"] } }, "additionalProperties": false, @@ -214,10 +199,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "cellType" - ] + "required": ["id", "cellType"] }, "minItems": 1 }, @@ -258,10 +240,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 0 }, @@ -406,9 +385,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -472,10 +449,7 @@ } }, "additionalProperties": false, - "required": [ - "years", - "percentage" - ] + "required": ["years", "percentage"] }, "minItems": 1 }, @@ -518,10 +492,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "modifier" - ] + "required": ["direction", "modifier"] } } ] @@ -630,20 +601,12 @@ }, "smoke": { "type": "string", - "enum": [ - "s1", - "s2", - "s3" - ], + "enum": ["s1", "s2", "s3"], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": [ - "d0", - "d1", - "d2" - ], + "enum": ["d0", "d1", "d2"], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -703,9 +666,7 @@ }, "additionalProperties": false, "minProperties": 2, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -729,9 +690,7 @@ } }, "additionalProperties": false, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -784,9 +743,7 @@ } }, "additionalProperties": false, - "required": [ - "years" - ] + "required": ["years"] }, "minItems": 1 }, @@ -978,10 +935,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "EN IEC 60529", - "ISO 20653" - ], + "enum": ["EN IEC 60529", "ISO 20653"], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -1026,31 +980,17 @@ }, "thirdDigit": { "type": "string", - "enum": [ - "A", - "B", - "C", - "D" - ], + "enum": ["A", "B", "C", "D"], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": [ - "f", - "H", - "M", - "S", - "W" - ], + "enum": ["f", "H", "M", "S", "W"], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": [ - "firstDigit", - "secondDigit" - ] + "required": ["firstDigit", "secondDigit"] }, "minItems": 1 }, @@ -1067,21 +1007,12 @@ }, "class": { "type": "string", - "enum": [ - "0", - "I", - "0I", - "II", - "III" - ], + "enum": ["0", "I", "0I", "II", "III"], "description": "The appliance class." } }, "additionalProperties": false, - "required": [ - "standard", - "class" - ] + "required": ["standard", "class"] }, "minItems": 1 } @@ -1157,9 +1088,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -1200,10 +1129,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 1 }, @@ -1297,20 +1223,13 @@ } }, "additionalProperties": false, - "required": [ - "id1", - "id2" - ] + "required": ["id1", "id2"] }, "minItems": 1 }, "category": { "type": "string", - "enum": [ - "parallel", - "series", - "complex" - ], + "enum": ["parallel", "series", "complex"], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1342,19 +1261,12 @@ }, "grounding": { "type": "string", - "enum": [ - "plus", - "minus", - "neither" - ], + "enum": ["plus", "minus", "neither"], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": [ - "id1", - "grounding" - ] + "required": ["id1", "grounding"] }, "minItems": 1 } @@ -1362,4 +1274,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} From 506f5a8b1be2a432aa14edee63540fd3056f9742 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 17:12:01 +0200 Subject: [PATCH 099/362] Rename `depth` to `thickness` because this is more common dealing with building envelopes. --- schemas/geometricData.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index b5f5ae4f..e5598da3 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -321,9 +321,9 @@ "$ref": "number.json#/$defs/meterWithUncertainty", "description": "The width of the component along the horizontal axis of the building envelope. It has the units meter." }, - "depth": { + "thickness": { "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The depth of the component along the axis perpendicular to the building envelope. It has the units meter." + "description": "The thickness of the component along the axis perpendicular to the building envelope. It has the units meter." } }, "additionalProperties": false, From 5dcda2b4ea6c41ab256d346cd1ae9039e372029e Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 17:22:04 +0200 Subject: [PATCH 100/362] Add domain `geometricData` to specification `database.graphql`. Include `thickness` as mirrored value. --- apis/database.graphql | 87 ++++++++++++++++++++++++++++++++++++++ schemas/geometricData.json | 25 +++-------- 2 files changed, 93 insertions(+), 19 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index c512714c..619cfe74 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -219,6 +219,11 @@ type Query { locale: Locale ): CalorimetricData! + """ + See `Query#data`. + """ + geometricData(id: Uuid!, timestamp: DateTime, locale: Locale): GeometricData! + """ See `Query#data`. """ @@ -325,6 +330,19 @@ type Query { before: Cursor ): CalorimetricDataConnection! + """ + See `Query#allData`. + """ + allGeometricData( + where: GeometricDataPropositionInput + timestamp: DateTime + locale: Locale + first: NonNegativeInt + after: Cursor + last: NonNegativeInt + before: Cursor + ): GeometricDataConnection! + """ See `Query#allData`. """ @@ -386,6 +404,15 @@ type Query { locale: Locale ): Boolean! + """ + See `Query#hasData`. + """ + hasGeometricData( + where: GeometricDataPropositionInput + timestamp: DateTime + locale: Locale + ): Boolean! + """ See `Query#hasData`. """ @@ -712,6 +739,12 @@ input DataPropositionInput { """ uValues: FloatsPropositionInput + """ + True for data whose list of `thickness` values satisfies the proposition `thicknesses`, + otherwise false. + """ + thicknesses: FloatsPropositionInput + """ True for data whose list of nearnormal hemispherical visible transmittance values satisfies the proposition @@ -838,6 +871,18 @@ input CalorimetricDataPropositionInput { uValues: FloatsPropositionInput } +""" +See `DataPropositionInput`. +""" +input GeometricDataPropositionInput { + componentId: UuidPropositionInput + and: [GeometricDataPropositionInput!] + not: GeometricDataPropositionInput + or: [GeometricDataPropositionInput!] + resources: GetHttpsResourcesPropositionInput + thicknesses: FloatsPropositionInput +} + """ See `DataPropositionInput`. """ @@ -996,6 +1041,16 @@ type CalorimetricDataConnection { timestamp: DateTime! } +""" +See `DataConnection`. +""" +type GeometricDataConnection { + edges: [GeometricDataEdge!]! + nodes: [GeometricData!]! + pageInfo: PageInfo! + timestamp: DateTime! +} + """ See `DataEdge`. """ @@ -1004,6 +1059,14 @@ type CalorimetricDataEdge { node: CalorimetricData! } +""" +See `DataEdge`. +""" +type GeometricDataEdge { + cursor: Cursor! + node: GeometricData! +} + """ Measured, simulated, or calculated data. @@ -1217,6 +1280,30 @@ type CalorimetricData implements Node & Data { uValues: [Float!]! } +type GeometricData implements Node & Data { + id: ID! + uuid: Uuid! + timestamp: DateTime! + locale: Locale! + databaseId: Uuid! + componentId: Uuid! + name: String + description: String + warnings: [String!]! + creatorId: Uuid! + createdAt: DateTime! + appliedMethod: AppliedMethod! + resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! + approvals: [DataApproval!]! + approval: ResponseApproval! + + """ + Mirrored `thickness` values that occur in the data + """ + thicknesses: [Float!]! +} + type HygrothermalData implements Node & Data { id: ID! uuid: Uuid! diff --git a/schemas/geometricData.json b/schemas/geometricData.json index e5598da3..28e97e99 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -46,10 +46,7 @@ } }, "additionalProperties": false, - "required": [ - "latitude", - "longitude" - ] + "required": ["latitude", "longitude"] }, "location": { "title": "The location of the center of mass of the component.", @@ -69,10 +66,7 @@ } }, "additionalProperties": false, - "required": [ - "east", - "north" - ] + "required": ["east", "north"] }, "orientation": { "title": "The orientation of the prime surface of the component.", @@ -92,10 +86,7 @@ } }, "additionalProperties": false, - "required": [ - "azimuth", - "componentTilt" - ] + "required": ["azimuth", "componentTilt"] }, "assembly": { "title": "An assembly of components where each item of the array defines one component of the assembly. Note that one component can either consist of a single component or of an assembly of components.", @@ -130,18 +121,14 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 2 } }, "additionalProperties": false, "minProperties": 1, - "required": [ - "assemblyList" - ] + "required": ["assemblyList"] }, "point": { "title": "A point according to the definition of a coordinate system elsewhere.", @@ -360,4 +347,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} From 75d8d3da4a20fdaa6fa7de0384afa432c64fd834 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 17:32:05 +0200 Subject: [PATCH 101/362] Move geometry to its domain in `component.json`. --- schemas/component.json | 46 ++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/schemas/component.json b/schemas/component.json index 043cdaa8..728cbe56 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -118,6 +118,14 @@ "minItems": 1, "description": "Calorimetric data sets of one component. For example the U value, the g value (or Solar Heat Gain Coefficient)." }, + "geometric": { + "type": "array", + "items": { + "$ref": "geometric.json" + }, + "minItems": 1, + "description": "Geometric data sets of one component. For example the dimensions of the component or a CAD resource." + }, "photovoltaic": { "type": "array", "items": { @@ -137,7 +145,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "categories": { "title": "The categories which a component can have.", @@ -147,7 +157,11 @@ "type": "array", "items": { "type": "string", - "enum": ["material", "layer", "unit"], + "enum": [ + "material", + "layer", + "unit" + ], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -221,23 +235,14 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", "type": "object", "properties": { - "geometry": { - "title": "The geometry of the component which can either be an assembly or a single component.", - "oneOf": [ - { - "$ref": "geometry.json" - }, - { - "$ref": "geometry.json#/$defs/assembly" - } - ] - }, "weight": { "$ref": "number.json#/$defs/kilogramWithUncertainty", "description": "The weight of the component in kilogram." @@ -316,7 +321,10 @@ } }, "minProperties": 2, - "required": ["surface", "rootMeanSquare"] + "required": [ + "surface", + "rootMeanSquare" + ] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -340,10 +348,14 @@ }, "surface": { "type": "string", - "enum": ["nonPrime", "prime", "symmetric"], + "enum": [ + "nonPrime", + "prime", + "symmetric" + ], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} +} \ No newline at end of file From 9ab30cdb4423a71456eda56befed6d8f73edd87f Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 17:33:35 +0200 Subject: [PATCH 102/362] Update reference to `geometricData.json`. --- schemas/layer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/layer.json b/schemas/layer.json index 7c8eccdf..a5796e95 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -113,11 +113,11 @@ "shape": { "oneOf": [ { - "$ref": "geometry.json#/$defs/nurbsBoundedCurve", + "$ref": "geometricData.json#/$defs/nurbsBoundedCurve", "description": "Usually, the shape of a slat is best described by a 2D curve of its cross section." }, { - "$ref": "geometry.json#/$defs/nurbsBoundedSurface", + "$ref": "geometricData.json#/$defs/nurbsBoundedSurface", "description": "If the shape of the slats needs to be defined in 3D, a surface can be used." } ] From 29ebb96fbc04153a903fc0f4a4255d6b8789348b Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Jun 2024 17:33:59 +0200 Subject: [PATCH 103/362] `make format` --- schemas/component.json | 27 ++++++--------------------- schemas/geometricData.json | 27 +++++---------------------- 2 files changed, 11 insertions(+), 43 deletions(-) diff --git a/schemas/component.json b/schemas/component.json index 728cbe56..4f523b07 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,9 +145,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "categories": { "title": "The categories which a component can have.", @@ -157,11 +155,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "material", - "layer", - "unit" - ], + "enum": ["material", "layer", "unit"], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -235,9 +229,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", @@ -321,10 +313,7 @@ } }, "minProperties": 2, - "required": [ - "surface", - "rootMeanSquare" - ] + "required": ["surface", "rootMeanSquare"] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -348,14 +337,10 @@ }, "surface": { "type": "string", - "enum": [ - "nonPrime", - "prime", - "symmetric" - ], + "enum": ["nonPrime", "prime", "symmetric"], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} \ No newline at end of file +} diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 28e97e99..1146fdf9 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -145,11 +145,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -166,11 +162,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "coordinateSystem": { "title": "Definition of the coordinate system of the data set", @@ -213,10 +205,7 @@ } }, "additionalProperties": false, - "required": [ - "uDirection", - "vDirection" - ] + "required": ["uDirection", "vDirection"] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -247,9 +236,7 @@ } }, "additionalProperties": false, - "required": [ - "weights" - ] + "required": ["weights"] } ], "minItems": 2, @@ -269,11 +256,7 @@ } }, "additionalProperties": false, - "required": [ - "degree", - "controlPoints", - "knots" - ] + "required": ["degree", "controlPoints", "knots"] }, "body": { "type": "object", From 97670b5ba1e0f13cb1e1ba62a20a16613f8e1d69 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 09:54:09 +0200 Subject: [PATCH 104/362] Add the domain `geometricData` to the specification `database.graphql` --- apis/metabase.graphql | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 4113bdfe..ac3b2c05 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -487,6 +487,15 @@ type Database implements Node { timestamp: DateTime where: DataPropositionInput ): DataConnection + allGeometricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: GeometricDataPropositionInput + ): GeometricDataConnection allHygrothermalData( after: String before: String @@ -521,6 +530,7 @@ type Database implements Node { ): CalorimetricData data(id: Uuid!, locale: String, timestamp: DateTime): Data description: String! + geometricData(id: Uuid!, locale: String, timestamp: DateTime): GeometricData hasCalorimetricData( locale: String timestamp: DateTime @@ -531,6 +541,11 @@ type Database implements Node { timestamp: DateTime where: DataPropositionInput ): Boolean + hasGeometricData( + locale: String + timestamp: DateTime + where: GeometricDataPropositionInput + ): Boolean hasHygrothermalData( locale: String timestamp: DateTime @@ -688,6 +703,36 @@ type GenerateUserTwoFactorRecoveryCodesPayload { user: User } +type GeometricData implements Data { + appliedMethod: AppliedMethod! + component: Component + componentId: Uuid! + createdAt: DateTime! + creatorId: Uuid! + description: String + id: String! + locale: String! + name: String + resourceTree: GetHttpsResourceTree! + resources: [GetHttpsResource!]! + thicknesses: [Float!]! + timestamp: DateTime! + uuid: Uuid! + warnings: [String!]! +} + +type GeometricDataConnection { + edges: [GeometricDataEdge!]! + nodes: [GeometricData!]! + timestamp: DateTime! + totalCount: NonNegativeInt +} + +type GeometricDataEdge { + cursor: String! + node: GeometricData! +} + type GetHttpsResource { dataFormat: DataFormat dataFormatId: Uuid! @@ -1879,6 +1924,16 @@ input FloatsPropositionInput { some: FloatPropositionInput } +input GeometricDataPropositionInput { + and: [GeometricDataPropositionInput!] + componentId: UuidPropositionInput + gValues: FloatsPropositionInput + not: GeometricDataPropositionInput + or: [GeometricDataPropositionInput!] + resources: GetHttpsResourcesPropositionInput + uValues: FloatsPropositionInput +} + input GetHttpsResourcePropositionInput { archivedFilesMetaInformation: FilesMetaInformationPropositionInput dataFormatId: UuidPropositionInput From 8fa6795f0de5eb170ab66de3947003baf33c36e2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 10:04:03 +0200 Subject: [PATCH 105/362] Order the definitions from simple to complex --- schemas/geometricData.json | 161 ++++++++++++++++++++++--------------- 1 file changed, 96 insertions(+), 65 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 1146fdf9..36a41e9a 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -26,6 +26,61 @@ } }, "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "dimensions": { + "type": "object", + "properties": { + "installed": { + "title": "This geometric definition of the dimensions refers to the installation of the component in a building envelope and a view perpendicular to the building envelope. The dimensions can be used to define a bounding box which includes all parts of the component. If a component can be installed in different ways, more than one set of dimensions can be defined.", + "type": "array", + "items": { + "type": "object", + "properties": { + "height": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The height of the component along the vertical axis of the building envelope. It has the units meter." + }, + "width": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The width of the component along the horizontal axis of the building envelope. It has the units meter." + }, + "thickness": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The thickness of the component along the axis perpendicular to the building envelope. It has the units meter." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "minItems": 1 + }, + "independent": { + "title": "When the dimensions of a component are defined independent of a specific installation or coordinate system, then the dimensions can only be sorted by their values. The dimensions can be used to define a bounding box which includes all parts of the component.", + "type": "object", + "properties": { + "smallest": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The smallest dimension of the component. It has the units meter." + }, + "intermediate": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The dimension of the component which is larger the `smallest` and smaller than `largest`. It has the units meter." + }, + "largest": { + "$ref": "number.json#/$defs/meterWithUncertainty", + "description": "The largest dimension of the component. It has the units meter." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, "required": [] }, "origin": { @@ -46,7 +101,10 @@ } }, "additionalProperties": false, - "required": ["latitude", "longitude"] + "required": [ + "latitude", + "longitude" + ] }, "location": { "title": "The location of the center of mass of the component.", @@ -66,7 +124,10 @@ } }, "additionalProperties": false, - "required": ["east", "north"] + "required": [ + "east", + "north" + ] }, "orientation": { "title": "The orientation of the prime surface of the component.", @@ -86,7 +147,10 @@ } }, "additionalProperties": false, - "required": ["azimuth", "componentTilt"] + "required": [ + "azimuth", + "componentTilt" + ] }, "assembly": { "title": "An assembly of components where each item of the array defines one component of the assembly. Note that one component can either consist of a single component or of an assembly of components.", @@ -121,14 +185,18 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 2 } }, "additionalProperties": false, "minProperties": 1, - "required": ["assemblyList"] + "required": [ + "assemblyList" + ] }, "point": { "title": "A point according to the definition of a coordinate system elsewhere.", @@ -145,7 +213,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -162,7 +234,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "coordinateSystem": { "title": "Definition of the coordinate system of the data set", @@ -205,7 +281,10 @@ } }, "additionalProperties": false, - "required": ["uDirection", "vDirection"] + "required": [ + "uDirection", + "vDirection" + ] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -236,7 +315,9 @@ } }, "additionalProperties": false, - "required": ["weights"] + "required": [ + "weights" + ] } ], "minItems": 2, @@ -256,7 +337,11 @@ } }, "additionalProperties": false, - "required": ["degree", "controlPoints", "knots"] + "required": [ + "degree", + "controlPoints", + "knots" + ] }, "body": { "type": "object", @@ -273,61 +358,7 @@ }, "additionalProperties": false, "required": [] - }, - "dimensions": { - "type": "object", - "properties": { - "installed": { - "title": "This geometric definition of the dimensions refers to the installation of the component in a building envelope and a view perpendicular to the building envelope. The dimensions can be used to define a bounding box which includes all parts of the component. If a component can be installed in different ways, more than one set of dimensions can be defined.", - "type": "array", - "items": { - "type": "object", - "properties": { - "height": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The height of the component along the vertical axis of the building envelope. It has the units meter." - }, - "width": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The width of the component along the horizontal axis of the building envelope. It has the units meter." - }, - "thickness": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The thickness of the component along the axis perpendicular to the building envelope. It has the units meter." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 - }, - "independent": { - "title": "When the dimensions of a component are defined independent of a specific installation or coordinate system, then the dimensions can only be sorted by their values. The dimensions can be used to define a bounding box which includes all parts of the component.", - "type": "object", - "properties": { - "smallest": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The smallest dimension of the component. It has the units meter." - }, - "intermediate": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The dimension of the component which is larger the `smallest` and smaller than `largest`. It has the units meter." - }, - "largest": { - "$ref": "number.json#/$defs/meterWithUncertainty", - "description": "The largest dimension of the component. It has the units meter." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From b8e309cc0eacfb4320fd1ca54952acbdfff71220 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 10:16:11 +0200 Subject: [PATCH 106/362] Improve the geometric definition of `assembly` and subcomponents. --- schemas/geometricData.json | 384 ++++++++++++++++++------------------- 1 file changed, 190 insertions(+), 194 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 36a41e9a..83977820 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -23,6 +23,10 @@ "orientation": { "$ref": "#/$defs/orientation", "description": "The orientation of the prime surface of the component." + }, + "assembly": { + "$ref": "#/$defs/orientation", + "description": "The geometry of the subcomponents." } }, "additionalProperties": false, @@ -153,212 +157,204 @@ ] }, "assembly": { - "title": "An assembly of components where each item of the array defines one component of the assembly. Note that one component can either consist of a single component or of an assembly of components.", - "type": "object", - "properties": { - "origin": { - "$ref": "#/$defs/origin", - "description": "The origin of the coordinate system which is used by `assemblyList/location`." - }, - "assemblyList": { - "title": "The subcomponents which are used for this assembly.", - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "$ref": "identifier.json#/$defs/centralOrDecentral", - "description": "The id represents a specific component of the assembly." - }, - "dimensions": { - "$ref": "#/$defs/dimensions", - "description": "Height, width and depth of the component." - }, - "location": { - "$ref": "#/$defs/location", - "description": "The location of the center of mass of the component." - }, - "orientation": { - "$ref": "#/$defs/orientation", - "description": "The orientation of the prime surface of the component." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [ - "id" - ] + "title": "The geometry of the subcomponents which are used for this assembly.", + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "$ref": "identifier.json#/$defs/centralOrDecentral", + "description": "The id represents a specific component of the assembly." }, - "minItems": 2 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [ - "assemblyList" - ] - }, - "point": { - "title": "A point according to the definition of a coordinate system elsewhere.", - "type": "object", - "properties": { - "x": { - "$ref": "number.json#/$defs/meter" - }, - "y": { - "$ref": "number.json#/$defs/meter" + "dimensions": { + "$ref": "#/$defs/dimensions", + "description": "Height, width and depth of the component." + }, + "location": { + "$ref": "#/$defs/location", + "description": "The location of the center of mass of the component." + }, + "orientation": { + "$ref": "#/$defs/orientation", + "description": "The orientation of the prime surface of the component." + } }, - "z": { - "$ref": "number.json#/$defs/meter" - } + "additionalProperties": false, + "minProperties": 1, + "required": [ + "id" + ] }, - "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "minItems": 2 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [ + "assemblyList" + ] +}, +"point": { + "title": "A point according to the definition of a coordinate system elsewhere.", + "type": "object", + "properties": { + "x": { + "$ref": "number.json#/$defs/meter" }, - "vector": { - "title": "A geometric vector according to the definition of a coordinate system elsewhere.", - "type": "object", - "properties": { - "x": { - "$ref": "number.json#/$defs/meter" - }, - "y": { - "$ref": "number.json#/$defs/meter" - }, - "z": { - "$ref": "number.json#/$defs/meter" - } - }, - "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "y": { + "$ref": "number.json#/$defs/meter" }, - "coordinateSystem": { - "title": "Definition of the coordinate system of the data set", - "type": "object", - "properties": { - "reference": { - "$ref": "common.json#/$defs/reference", - "description": "The coordinate system needs to be well defined. If no suitable reference exists, please create a new publication in the database." - }, - "categories": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "cartesian", - "cylindrical", - "leftHanded", - "polar", - "rightHanded", - "spherical" - ], - "description": "Often, a right-handed cartesian coordinate system is used." - }, - "uniqueItems": true, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": [] + "z": { + "$ref": "number.json#/$defs/meter" + } + }, + "additionalProperties": false, + "required": [ + "x", + "y", + "z" + ] +}, +"vector": { + "title": "A geometric vector according to the definition of a coordinate system elsewhere.", + "type": "object", + "properties": { + "x": { + "$ref": "number.json#/$defs/meter" }, - "nurbsBoundedSurface": { - "title": "A non-uniform rational B-spline (NURBS) surface is a very general way to define a surface. It is created by two NURBS curves.", - "type": "object", - "properties": { - "uDirection": { - "$ref": "#/$defs/nurbsBoundedCurve" - }, - "vDirection": { - "$ref": "#/$defs/nurbsBoundedCurve" - } + "y": { + "$ref": "number.json#/$defs/meter" + }, + "z": { + "$ref": "number.json#/$defs/meter" + } + }, + "additionalProperties": false, + "required": [ + "x", + "y", + "z" + ] +}, +"coordinateSystem": { + "title": "Definition of the coordinate system of the data set", + "type": "object", + "properties": { + "reference": { + "$ref": "common.json#/$defs/reference", + "description": "The coordinate system needs to be well defined. If no suitable reference exists, please create a new publication in the database." + }, + "categories": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "cartesian", + "cylindrical", + "leftHanded", + "polar", + "rightHanded", + "spherical" + ], + "description": "Often, a right-handed cartesian coordinate system is used." }, - "additionalProperties": false, - "required": [ - "uDirection", - "vDirection" - ] + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": [] +}, +"nurbsBoundedSurface": { + "title": "A non-uniform rational B-spline (NURBS) surface is a very general way to define a surface. It is created by two NURBS curves.", + "type": "object", + "properties": { + "uDirection": { + "$ref": "#/$defs/nurbsBoundedCurve" }, - "nurbsBoundedCurve": { - "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", - "type": "object", - "properties": { - "degree": { - "type": "integer", - "minimum": 1, - "maximum": 10, - "description": "The degree of a NURBS curve defines the polynomial degree of the basis functions of the curve. For degree=1, the curve is a linear interpolation between the control points." - }, - "controlPoints": { - "title": "The control points have a strong influence on the shape of the curve.", - "type": "array", - "items": { - "type": "array", - "prefixItems": [ - { - "$ref": "#/$defs/point", - "description": "If the curve is 3D, the 3D points are appropriate. For 2D curves, the value for the z-axis should be 0." - }, - { - "type": "object", - "properties": { - "weights": { - "type": "number", - "description": "The weight of a control points determines its influences on the shape of the curve." - } - }, - "additionalProperties": false, - "required": [ - "weights" - ] - } - ], - "minItems": 2, - "items": false - }, - "minItems": 2, - "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." - }, - "knots": { - "type": "array", - "items": { - "type": "number", - "description": "Each knot is a number which is either equal or larger than the preceding knot. Although usually the control points are used to shape the curve, the knots could also be used for this purpose. The first and last knot are usually repeated so that the curve ends exactly at these points." + "vDirection": { + "$ref": "#/$defs/nurbsBoundedCurve" + } + }, + "additionalProperties": false, + "required": [ + "uDirection", + "vDirection" + ] +}, +"nurbsBoundedCurve": { + "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", + "type": "object", + "properties": { + "degree": { + "type": "integer", + "minimum": 1, + "maximum": 10, + "description": "The degree of a NURBS curve defines the polynomial degree of the basis functions of the curve. For degree=1, the curve is a linear interpolation between the control points." + }, + "controlPoints": { + "title": "The control points have a strong influence on the shape of the curve.", + "type": "array", + "items": { + "type": "array", + "prefixItems": [ + { + "$ref": "#/$defs/point", + "description": "If the curve is 3D, the 3D points are appropriate. For 2D curves, the value for the z-axis should be 0." }, - "minItems": 2, - "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." - } + { + "type": "object", + "properties": { + "weights": { + "type": "number", + "description": "The weight of a control points determines its influences on the shape of the curve." + } + }, + "additionalProperties": false, + "required": [ + "weights" + ] + } + ], + "minItems": 2, + "items": false }, - "additionalProperties": false, - "required": [ - "degree", - "controlPoints", - "knots" - ] + "minItems": 2, + "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." }, - "body": { - "type": "object", - "properties": { - "brep": { - "title": "Boundary representation (brep) defines a component by the surfaces between solid and non-solid.", - "type": "array", - "items": { - "$ref": "#/$defs/nurbsBoundedSurface" - }, - "minItems": 1, - "description": "This array lists all surfaces between solid and non-solid of the component." - } + "knots": { + "type": "array", + "items": { + "type": "number", + "description": "Each knot is a number which is either equal or larger than the preceding knot. Although usually the control points are used to shape the curve, the knots could also be used for this purpose. The first and last knot are usually repeated so that the curve ends exactly at these points." }, - "additionalProperties": false, - "required": [] + "minItems": 2, + "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." + } + }, + "additionalProperties": false, + "required": [ + "degree", + "controlPoints", + "knots" + ] +}, +"body": { + "type": "object", + "properties": { + "brep": { + "title": "Boundary representation (brep) defines a component by the surfaces between solid and non-solid.", + "type": "array", + "items": { + "$ref": "#/$defs/nurbsBoundedSurface" + }, + "minItems": 1, + "description": "This array lists all surfaces between solid and non-solid of the component." } }, - "$ref": "#/$defs/data" + "additionalProperties": false, + "required": [] +} +}, +"$ref": "#/$defs/data" } \ No newline at end of file From 02a9c019e66db6a382fc2d5798da9cde82c41bf2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 11:38:37 +0200 Subject: [PATCH 107/362] Create tests for geometric data --- schemas/geometricData.json | 313 +++++++++--------- ...fieldSolarElementsAsGeometricAssembly.json | 44 +++ .../geometricData/thicknessGlassPane.json | 9 + 3 files changed, 206 insertions(+), 160 deletions(-) create mode 100644 tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json create mode 100644 tests/valid/geometricData/thicknessGlassPane.json diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 83977820..9c273773 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -25,7 +25,7 @@ "description": "The orientation of the prime surface of the component." }, "assembly": { - "$ref": "#/$defs/orientation", + "$ref": "#/$defs/assembly", "description": "The geometry of the subcomponents." } }, @@ -186,175 +186,168 @@ ] }, "minItems": 2 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [ - "assemblyList" - ] -}, -"point": { - "title": "A point according to the definition of a coordinate system elsewhere.", - "type": "object", - "properties": { - "x": { - "$ref": "number.json#/$defs/meter" - }, - "y": { - "$ref": "number.json#/$defs/meter" - }, - "z": { - "$ref": "number.json#/$defs/meter" - } - }, - "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] -}, -"vector": { - "title": "A geometric vector according to the definition of a coordinate system elsewhere.", - "type": "object", - "properties": { - "x": { - "$ref": "number.json#/$defs/meter" }, - "y": { - "$ref": "number.json#/$defs/meter" + "point": { + "title": "A point according to the definition of a coordinate system elsewhere.", + "type": "object", + "properties": { + "x": { + "$ref": "number.json#/$defs/meter" + }, + "y": { + "$ref": "number.json#/$defs/meter" + }, + "z": { + "$ref": "number.json#/$defs/meter" + } + }, + "additionalProperties": false, + "required": [ + "x", + "y", + "z" + ] }, - "z": { - "$ref": "number.json#/$defs/meter" - } - }, - "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] -}, -"coordinateSystem": { - "title": "Definition of the coordinate system of the data set", - "type": "object", - "properties": { - "reference": { - "$ref": "common.json#/$defs/reference", - "description": "The coordinate system needs to be well defined. If no suitable reference exists, please create a new publication in the database." + "vector": { + "title": "A geometric vector according to the definition of a coordinate system elsewhere.", + "type": "object", + "properties": { + "x": { + "$ref": "number.json#/$defs/meter" + }, + "y": { + "$ref": "number.json#/$defs/meter" + }, + "z": { + "$ref": "number.json#/$defs/meter" + } + }, + "additionalProperties": false, + "required": [ + "x", + "y", + "z" + ] }, - "categories": { - "type": "array", - "items": { - "type": "string", - "enum": [ - "cartesian", - "cylindrical", - "leftHanded", - "polar", - "rightHanded", - "spherical" - ], - "description": "Often, a right-handed cartesian coordinate system is used." + "coordinateSystem": { + "title": "Definition of the coordinate system of the data set", + "type": "object", + "properties": { + "reference": { + "$ref": "common.json#/$defs/reference", + "description": "The coordinate system needs to be well defined. If no suitable reference exists, please create a new publication in the database." + }, + "categories": { + "type": "array", + "items": { + "type": "string", + "enum": [ + "cartesian", + "cylindrical", + "leftHanded", + "polar", + "rightHanded", + "spherical" + ], + "description": "Often, a right-handed cartesian coordinate system is used." + }, + "uniqueItems": true, + "minItems": 1 + } }, - "uniqueItems": true, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": [] -}, -"nurbsBoundedSurface": { - "title": "A non-uniform rational B-spline (NURBS) surface is a very general way to define a surface. It is created by two NURBS curves.", - "type": "object", - "properties": { - "uDirection": { - "$ref": "#/$defs/nurbsBoundedCurve" + "additionalProperties": false, + "required": [] }, - "vDirection": { - "$ref": "#/$defs/nurbsBoundedCurve" - } - }, - "additionalProperties": false, - "required": [ - "uDirection", - "vDirection" - ] -}, -"nurbsBoundedCurve": { - "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", - "type": "object", - "properties": { - "degree": { - "type": "integer", - "minimum": 1, - "maximum": 10, - "description": "The degree of a NURBS curve defines the polynomial degree of the basis functions of the curve. For degree=1, the curve is a linear interpolation between the control points." + "nurbsBoundedSurface": { + "title": "A non-uniform rational B-spline (NURBS) surface is a very general way to define a surface. It is created by two NURBS curves.", + "type": "object", + "properties": { + "uDirection": { + "$ref": "#/$defs/nurbsBoundedCurve" + }, + "vDirection": { + "$ref": "#/$defs/nurbsBoundedCurve" + } + }, + "additionalProperties": false, + "required": [ + "uDirection", + "vDirection" + ] }, - "controlPoints": { - "title": "The control points have a strong influence on the shape of the curve.", - "type": "array", - "items": { - "type": "array", - "prefixItems": [ - { - "$ref": "#/$defs/point", - "description": "If the curve is 3D, the 3D points are appropriate. For 2D curves, the value for the z-axis should be 0." - }, - { - "type": "object", - "properties": { - "weights": { - "type": "number", - "description": "The weight of a control points determines its influences on the shape of the curve." + "nurbsBoundedCurve": { + "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", + "type": "object", + "properties": { + "degree": { + "type": "integer", + "minimum": 1, + "maximum": 10, + "description": "The degree of a NURBS curve defines the polynomial degree of the basis functions of the curve. For degree=1, the curve is a linear interpolation between the control points." + }, + "controlPoints": { + "title": "The control points have a strong influence on the shape of the curve.", + "type": "array", + "items": { + "type": "array", + "prefixItems": [ + { + "$ref": "#/$defs/point", + "description": "If the curve is 3D, the 3D points are appropriate. For 2D curves, the value for the z-axis should be 0." + }, + { + "type": "object", + "properties": { + "weights": { + "type": "number", + "description": "The weight of a control points determines its influences on the shape of the curve." + } + }, + "additionalProperties": false, + "required": [ + "weights" + ] } - }, - "additionalProperties": false, - "required": [ - "weights" - ] - } - ], - "minItems": 2, - "items": false + ], + "minItems": 2, + "items": false + }, + "minItems": 2, + "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." + }, + "knots": { + "type": "array", + "items": { + "type": "number", + "description": "Each knot is a number which is either equal or larger than the preceding knot. Although usually the control points are used to shape the curve, the knots could also be used for this purpose. The first and last knot are usually repeated so that the curve ends exactly at these points." + }, + "minItems": 2, + "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." + } }, - "minItems": 2, - "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." + "additionalProperties": false, + "required": [ + "degree", + "controlPoints", + "knots" + ] }, - "knots": { - "type": "array", - "items": { - "type": "number", - "description": "Each knot is a number which is either equal or larger than the preceding knot. Although usually the control points are used to shape the curve, the knots could also be used for this purpose. The first and last knot are usually repeated so that the curve ends exactly at these points." - }, - "minItems": 2, - "description": "The number of control points plus the degree plus 1 has to be equal to the number of knots." - } - }, - "additionalProperties": false, - "required": [ - "degree", - "controlPoints", - "knots" - ] -}, -"body": { - "type": "object", - "properties": { - "brep": { - "title": "Boundary representation (brep) defines a component by the surfaces between solid and non-solid.", - "type": "array", - "items": { - "$ref": "#/$defs/nurbsBoundedSurface" + "body": { + "type": "object", + "properties": { + "brep": { + "title": "Boundary representation (brep) defines a component by the surfaces between solid and non-solid.", + "type": "array", + "items": { + "$ref": "#/$defs/nurbsBoundedSurface" + }, + "minItems": 1, + "description": "This array lists all surfaces between solid and non-solid of the component." + } }, - "minItems": 1, - "description": "This array lists all surfaces between solid and non-solid of the component." + "additionalProperties": false, + "required": [] } }, - "additionalProperties": false, - "required": [] -} -}, -"$ref": "#/$defs/data" + "$ref": "#/$defs/data" } \ No newline at end of file diff --git a/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json b/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json new file mode 100644 index 00000000..37e4cef3 --- /dev/null +++ b/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json @@ -0,0 +1,44 @@ +{ + "assembly": [ + { + "id": "cd85554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.1, + "intermediate": 0.9, + "largest": 1.4 + } + }, + "location": { + "east": 5, + "north": 0, + "elevation": 5 + }, + "orientation": { + "azimuth": 180, + "componentTilt": 90, + "rotation": 0 + } + }, + { + "id": "cd95554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.1, + "intermediate": 0.9, + "largest": 1.4 + } + }, + "location": { + "east": 0, + "north": 5, + "elevation": 5 + }, + "orientation": { + "azimuth": 270, + "componentTilt": 90, + "rotation": 0 + } + } + ] +} \ No newline at end of file diff --git a/tests/valid/geometricData/thicknessGlassPane.json b/tests/valid/geometricData/thicknessGlassPane.json new file mode 100644 index 00000000..a6f4407b --- /dev/null +++ b/tests/valid/geometricData/thicknessGlassPane.json @@ -0,0 +1,9 @@ +{ + "dimensions": { + "installed": [ + { + "thickness": 0.004 + } + ] + } +} \ No newline at end of file From a520aa82590bacb0672c7df3e184e815359976e0 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 12:27:37 +0200 Subject: [PATCH 108/362] Move examples from "geometry" to "geometric". `make compile examples test` all valid --- .../collectorFieldAsGeometricAssembly.json | 96 ++++++++-------- ...cAssemblyWhichIsPartOfAnotherAssembly.json | 20 ++-- .../assembly/geometricAssemblyWithParent.json | 20 ++-- .../dbe/calorimetric/bistMeasurement.json | 18 ++- .../generalComponents/16mmArgon90air10.json | 34 ++++-- .../dbe/getHttpsResource/dataFormatPdf.json | 46 ++++---- .../dbe/optical/es-sda-example0101layer.json | 61 ++++++++-- .../bipvInverterBuildingNatIse.json | 28 +++-- .../bipvModuleBuildingNatIse.json | 108 ++++++++++-------- .../bipvModuleSunovationGlazingLayer.json | 53 ++++++--- .../bipvModuleSunovationGlazingUnit.json | 48 ++++---- .../bipvModuleSunovationLayer.json | 68 +++++------ .../bipvModuleSunovationUnit.json | 28 ++--- .../photovoltaic/photovoltaicWithOptical.json | 54 ++++----- schemas/geometricData.json | 48 ++------ ...fieldSolarElementsAsGeometricAssembly.json | 2 +- .../geometricData/thicknessGlassPane.json | 2 +- 17 files changed, 411 insertions(+), 323 deletions(-) diff --git a/examples/dbe/assembly/collectorFieldAsGeometricAssembly.json b/examples/dbe/assembly/collectorFieldAsGeometricAssembly.json index cb33f166..1f1f26b9 100644 --- a/examples/dbe/assembly/collectorFieldAsGeometricAssembly.json +++ b/examples/dbe/assembly/collectorFieldAsGeometricAssembly.json @@ -2,61 +2,57 @@ "components": [ { "id": "cd7aed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This example represents the solar thermal collectors of a building.", - "characteristics": { - "geometry": { - "origin": { - "latitude": 48.00883171395494, - "longitude": 7.834452327404689, - "elevation": 278 - }, - "definitionOfSurfacesAndPrimeDirections": { - "description": "On each collector, the product number is at the bottom right corner facing the interior. The direction from the bottom to the top in parallel to the largest dimension of the collector is the prime direction. The collector surface facing the exterior is the non-prime surface." - }, - "assemblyList": [ + "description": "This component represents the solar thermal collectors of a building. It is assembled from two subcomponents.", + "geometric": [ + { + "data": [ { - "id": "cd85554f-e909-405e-9b7b-2f08ca201f63", - "dimensions": { - "independent": { - "smallest": 0.1, - "intermediate": 0.9, - "largest": 1.4 + "assembly": [ + { + "id": "cd85554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.1, + "intermediate": 0.9, + "largest": 1.4 + } + }, + "location": { + "east": 5, + "north": 0, + "elevation": 5 + }, + "orientation": { + "azimuth": 180, + "componentTilt": 90, + "rotation": 0 + } + }, + { + "id": "cd95554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.1, + "intermediate": 0.9, + "largest": 1.4 + } + }, + "location": { + "east": 0, + "north": 5, + "elevation": 5 + }, + "orientation": { + "azimuth": 270, + "componentTilt": 90, + "rotation": 0 + } } - }, - "location": { - "east": 5, - "north": 0, - "elevation": 5 - }, - "orientation": { - "azimuth": 180, - "componentTilt": 90, - "rotation": 0 - } - }, - { - "id": "cd95554f-e909-405e-9b7b-2f08ca201f63", - "dimensions": { - "independent": { - "smallest": 0.1, - "intermediate": 0.9, - "largest": 1.4 - } - }, - "location": { - "east": 0, - "north": 5, - "elevation": 5 - }, - "orientation": { - "azimuth": 270, - "componentTilt": 90, - "rotation": 0 - } + ] } ] } - } + ] } ] } diff --git a/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json b/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json index b242ae25..592b44fd 100644 --- a/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json +++ b/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json @@ -10,18 +10,22 @@ "86089938-f045-4039-b41a-76c70db22369" ] }, - "characteristics": { - "geometry": { - "assemblyList": [ + "geometric": [ + { + "data": [ { - "id": "b511af56-891e-4828-a2d1-a4454112e8f8" - }, - { - "id": "86089938-f045-4039-b41a-76c70db22369" + "assembly": [ + { + "id": "b511af56-891e-4828-a2d1-a4454112e8f8" + }, + { + "id": "86089938-f045-4039-b41a-76c70db22369" + } + ] } ] } - } + ] } ] } diff --git a/examples/dbe/assembly/geometricAssemblyWithParent.json b/examples/dbe/assembly/geometricAssemblyWithParent.json index 30b5d03b..aee08ca2 100644 --- a/examples/dbe/assembly/geometricAssemblyWithParent.json +++ b/examples/dbe/assembly/geometricAssemblyWithParent.json @@ -10,18 +10,22 @@ "86089938-f045-4039-b41a-76c70db22369" ] }, - "characteristics": { - "geometry": { - "assemblyList": [ + "geometric": [ + { + "data": [ { - "id": "b511af56-891e-4828-a2d1-a4454112e8f8" - }, - { - "id": "86089938-f045-4039-b41a-76c70db22369" + "assembly": [ + { + "id": "b511af56-891e-4828-a2d1-a4454112e8f8" + }, + { + "id": "86089938-f045-4039-b41a-76c70db22369" + } + ] } ] } - } + ] } ] } diff --git a/examples/dbe/calorimetric/bistMeasurement.json b/examples/dbe/calorimetric/bistMeasurement.json index 7d80da63..75cb1985 100644 --- a/examples/dbe/calorimetric/bistMeasurement.json +++ b/examples/dbe/calorimetric/bistMeasurement.json @@ -3,9 +3,6 @@ { "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", "characteristics": { - "geometry": { - "dimensions": { "installed": [{ "depth": 0.00023 }] } - }, "definitionOfSurfacesAndPrimeDirection": { "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior. The prime direction is indicated by a label on the sample. Facing the installed component from the exterior, the prime direction directs to the right-hand side." } @@ -111,6 +108,21 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "thickness": 0.3 + } + ] + } + } + ] + } ] } ] diff --git a/examples/dbe/generalComponents/16mmArgon90air10.json b/examples/dbe/generalComponents/16mmArgon90air10.json index fefb45cb..51cccd84 100644 --- a/examples/dbe/generalComponents/16mmArgon90air10.json +++ b/examples/dbe/generalComponents/16mmArgon90air10.json @@ -3,26 +3,40 @@ { "id": "18a16000-2b9a-4748-8d98-e9d278cd12e4", "description": "Argon as gas for insulating glazing unit", - "categories": { "componentType": ["layer"] }, + "categories": { + "componentType": ["layer"] + }, "characteristics": { "materialComposition": { "fractionType": "volume", "fractions": [ - { "material": "Ar", "fraction": 90 }, - { "material": "air", "fraction": 10 } + { + "material": "Ar", + "fraction": 90 + }, + { + "material": "air", + "fraction": 10 + } ] }, "material": { "thermalConductivity": 0.017 - }, - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.016 + } + }, + "geometric": [ + { + "data": [ + { + "dimensions": { + "independent": { + "smallest": 0.016 + } + } } - } + ] } - } + ] } ] } diff --git a/examples/dbe/getHttpsResource/dataFormatPdf.json b/examples/dbe/getHttpsResource/dataFormatPdf.json index a133c4ff..bef474c7 100644 --- a/examples/dbe/getHttpsResource/dataFormatPdf.json +++ b/examples/dbe/getHttpsResource/dataFormatPdf.json @@ -3,31 +3,33 @@ { "id": "22aaed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "This example represents the dataFormat PDF used to describe the geometry of a component.", - "characteristics": { - "geometry": { - "getHttpsResource": { - "hashValue": "A1C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", - "locator": "https://oc.ise.fraunhofer.de/index.php/s/w9uW4Veh4fWyF1c", - "format": { - "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", - "timestamp": "2019-09-01T12:00:00+01:00", - "name": "Portable Document Format (PDF)", - "abbreviation": "PDF", - "description": "Portable Document Format (PDF), standardized as ISO 32000, is a file format developed by Adobe in 1993 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems.", - "reference": { - "standard": { - "standardizers": ["ISO"], - "numeration": { - "mainNumber": 32000 + "geometric": [ + { + "data": [ + { + "hashValue": "B1C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", + "locator": "https://oc.ise.fraunhofer.de/index.php/s/w9uW4Veh4fWyF1c", + "format": { + "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", + "timestamp": "2019-09-01T12:00:00+01:00", + "name": "Standard for the Exchange of Product model data (STEP)", + "abbreviation": "STEP", + "description": "STEP is a widely used format to exchange computer-aided design (CAD) with 3D objects. It is defined by ISO 10303.", + "reference": { + "standard": { + "standardizers": ["ISO"], + "numeration": { + "mainNumber": 10303 + } } - } + }, + "mediaType": "application/pdf" }, - "mediaType": "application/pdf" - }, - "archivedFilesMetaInformation": [] - } + "archivedFilesMetaInformation": [] + } + ] } - } + ] } ] } diff --git a/examples/dbe/optical/es-sda-example0101layer.json b/examples/dbe/optical/es-sda-example0101layer.json index 83db8478..59d3488f 100644 --- a/examples/dbe/optical/es-sda-example0101layer.json +++ b/examples/dbe/optical/es-sda-example0101layer.json @@ -13,9 +13,11 @@ "relations": { "partOf": ["2c10b6f9-d30c-4896-b0c1-78bcf3b4895c"] }, - "categories": { "componentType": ["layer"], "unit": ["screen"] }, + "categories": { + "componentType": ["layer"], + "unit": ["screen"] + }, "characteristics": { - "geometry": { "dimensions": { "installed": [{ "depth": 0.00023 }] } }, "definitionOfSurfacesAndPrimeDirection": { "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." } @@ -38,7 +40,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "integral": "infrared" } + "wavelengths": { + "integral": "infrared" + } }, "emergence": { "direction": "hemispherical" @@ -53,7 +57,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": { @@ -70,7 +76,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": "diffuse" @@ -85,7 +93,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": { @@ -102,7 +112,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": "diffuse" @@ -133,7 +145,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "integral": "infrared" } + "wavelengths": { + "integral": "infrared" + } }, "emergence": { "direction": "hemispherical" @@ -148,7 +162,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": { @@ -165,7 +181,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 280 } + "wavelengths": { + "wavelength": 280 + } }, "emergence": { "direction": "diffuse" @@ -180,7 +198,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": { @@ -197,7 +217,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 285 } + "wavelengths": { + "wavelength": 285 + } }, "emergence": { "direction": "diffuse" @@ -211,6 +233,21 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "thickness": 0.00023 + } + ] + } + } + ] + } ] } ] diff --git a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json b/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json index 6bd4912d..19d0c527 100644 --- a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json +++ b/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json @@ -8,17 +8,6 @@ "name": "Fronius Galvo 3.0", "description": "This inverter was used in building N at Fraunhofer ISE, Freiburg, Germany.", "characteristics": { - "geometry": { - "dimensions": { - "installed": [ - { - "height": 0.645, - "width": 0.431, - "depth": 0.204 - } - ] - } - }, "weight": 16.8 }, "photovoltaic": [ @@ -94,6 +83,23 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "height": 0.645, + "width": 0.431, + "thickness": 0.204 + } + ] + } + } + ] + } ] } ] diff --git a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json b/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json index 0686b9a5..574488bf 100644 --- a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json +++ b/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json @@ -7,54 +7,6 @@ }, "description": "A photovoltaic data set about one BIPV module of building N at Fraunhofer ISE, Freiburg, Germany. (i) `characteristics/assemblyList` defines the thickness of the front cover, the front embedding, the PV cells, the rear embedding and the backing.", "characteristics": { - "geometry": { - "assemblyList": [ - { - "id": "01f5554f-e909-405e-9b7b-2f08ca201f63", - "dimensions": { - "independent": { - "smallest": 0.0038, - "intermediate": { - "uncertainValue": 1.08, - "uncertainty": 0.01, - "confidenceInterval": 68.3 - }, - "largest": { - "uncertainValue": 1.09, - "uncertainty": 0.01, - "confidenceInterval": 68.3 - } - } - } - }, - { - "id": "02f5554f-e909-405e-9b7b-2f08ca201f63", - "dimensions": { - "independent": { "smallest": 0.002 } - } - }, - { - "id": "03f5554f-e909-405e-9b7b-2f08ca201f63", - - "dimensions": { - "independent": { "smallest": 0.0004 } - } - }, - { - "id": "04f5554f-e909-405e-9b7b-2f08ca201f63", - "dimensions": { - "independent": { "smallest": 0.002 } - } - }, - { - "id": "05f5554f-e909-405e-9b7b-2f08ca201f63", - - "dimensions": { - "independent": { "smallest": 0.002 } - } - } - ] - }, "weight": 29.7 }, "photovoltaic": [ @@ -221,6 +173,66 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "assembly": [ + { + "id": "01f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.0038, + "intermediate": { + "uncertainValue": 1.08, + "uncertainty": 0.01, + "confidenceInterval": 68.3 + }, + "largest": { + "uncertainValue": 1.09, + "uncertainty": 0.01, + "confidenceInterval": 68.3 + } + } + } + }, + { + "id": "02f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.002 + } + } + }, + { + "id": "03f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.0004 + } + } + }, + { + "id": "04f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.002 + } + } + }, + { + "id": "05f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.002 + } + } + } + ] + } + ] + } ] } ] diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json index a1cfda8f..581db4e4 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json @@ -11,15 +11,10 @@ "66abed0a-2b9a-4748-8d98-e9d278cd12e4" ] }, - "categories": { "componentType": ["layer"] }, + "categories": { + "componentType": ["layer"] + }, "characteristics": { - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.415 - } - } - }, "roughness": [ { "surface": "nonPrime", @@ -33,7 +28,9 @@ { "results": [ { - "area": { "category": "center" }, + "area": { + "category": "center" + }, "uValue": 1.1, "gValue": { "uncertainValue": 0.5, @@ -54,7 +51,6 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } @@ -83,7 +79,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 430 } + "wavelengths": { + "wavelength": 430 + } }, "emergence": { "direction": { @@ -100,7 +98,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 540 } + "wavelengths": { + "wavelength": 540 + } }, "emergence": { "direction": { @@ -117,7 +117,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 570 } + "wavelengths": { + "wavelength": 570 + } }, "emergence": { "direction": { @@ -134,7 +136,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 430 } + "wavelengths": { + "wavelength": 430 + } }, "emergence": { "direction": "hemispherical" @@ -149,7 +153,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 540 } + "wavelengths": { + "wavelength": 540 + } }, "emergence": { "direction": "hemispherical" @@ -164,7 +170,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 570 } + "wavelengths": { + "wavelength": 570 + } }, "emergence": { "direction": "hemispherical" @@ -178,6 +186,19 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "independent": { + "smallest": 0.415 + } + } + } + ] + } ] } ] diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json index fdc07288..4cd4cc44 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json @@ -13,23 +13,8 @@ "66abed0a-2b9a-4748-8d98-e9d278cd12e4" ] }, - "categories": { "componentType": ["unit"] }, - "characteristics": { - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.415, - "intermediate": 1.109, - "largest": 2.488 - } - }, - "getHttpsResource": { - "hashValue": "38A529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", - "locator": "https://oc.ise.fraunhofer.de/index.php/s/uKe1NBlmmctl070", - "format": { "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730" }, - "archivedFilesMetaInformation": [] - } - } + "categories": { + "componentType": ["unit"] }, "calorimetric": [ { @@ -37,7 +22,9 @@ { "results": [ { - "area": { "category": "outerDimensions" }, + "area": { + "category": "outerDimensions" + }, "uValue": 1.23, "gValue": { "uncertainValue": 0.5, @@ -58,7 +45,6 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } @@ -102,7 +88,6 @@ "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" @@ -152,6 +137,29 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "independent": { + "smallest": 0.415, + "intermediate": 1.109, + "largest": 2.488 + } + } + }, + { + "hashValue": "38A529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", + "locator": "https://oc.ise.fraunhofer.de/index.php/s/uKe1NBlmmctl070", + "format": { + "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730" + }, + "archivedFilesMetaInformation": [] + } + ] + } ] } ] diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json b/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json index eb3e05a4..4968e6b6 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json @@ -6,35 +6,8 @@ "relations": { "partOf": ["20aaed0a-2b9a-4748-8d98-e9d278cd12e4"] }, - "categories": { "componentType": ["layer"] }, - "characteristics": { - "geometry": { - "assemblyList": [ - { - "id": "01f5554f-e909-405e-9b7b-2f08ca201f63", - - "dimensions": { - "independent": { - "smallest": 0.004 - } - } - }, - { - "id": "02f5554f-e909-405e-9b7b-2f08ca201f63", - - "dimensions": { - "independent": { "smallest": 0.001 } - } - }, - { - "id": "03f5554f-e909-405e-9b7b-2f08ca201f63", - - "dimensions": { - "independent": { "smallest": 0.008 } - } - } - ] - } + "categories": { + "componentType": ["layer"] }, "photovoltaic": [ { @@ -44,14 +17,11 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } ], - "connectionPattern": "series", - "electricConfiguration": { "groundingNecessary": false } @@ -59,6 +29,40 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "assembly": [ + { + "id": "01f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.004 + } + } + }, + { + "id": "02f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.001 + } + } + }, + { + "id": "03f5554f-e909-405e-9b7b-2f08ca201f63", + "dimensions": { + "independent": { + "smallest": 0.008 + } + } + } + ] + } + ] + } ] } ] diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json index eddde981..c628b307 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json @@ -10,17 +10,6 @@ "102aed0a-2b9a-4748-8d98-e9d278cd12e4" ] }, - "characteristics": { - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.014, - "intermediate": 1.109, - "largest": 2.488 - } - } - } - }, "photovoltaic": [ { "data": [ @@ -29,7 +18,6 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } @@ -73,7 +61,6 @@ "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" @@ -123,6 +110,21 @@ } ] } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "independent": { + "smallest": 0.014, + "intermediate": 1.109, + "largest": 2.488 + } + } + } + ] + } ] } ] diff --git a/examples/dbe/photovoltaic/photovoltaicWithOptical.json b/examples/dbe/photovoltaic/photovoltaicWithOptical.json index bafb8e90..1d6548e6 100644 --- a/examples/dbe/photovoltaic/photovoltaicWithOptical.json +++ b/examples/dbe/photovoltaic/photovoltaicWithOptical.json @@ -3,26 +3,10 @@ { "id": "d530ed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior. It includes optical properties which are needed for raytracing simulations.", - "categories": { "componentType": ["unit"] }, + "categories": { + "componentType": ["unit"] + }, "characteristics": { - "geometry": { - "dimensions": { - "independent": { - "smallest": 0.415, - "intermediate": 1.109, - "largest": 2.488 - } - }, - "getHttpsResource": { - "hashValue": "38A529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", - "locator": "https://oc.ise.fraunhofer.de/index.php/s/w9uW4Veh4fWyF5w", - "format": { "id": "409b7fa3-2b9a-4748-8d98-e9d278cd12e4" }, - "archivedFilesMetaInformation": [] - } - }, - "definitionOfSurfacesAndPrimeDirection": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." - }, "roughness": [ { "surface": "nonPrime", @@ -45,7 +29,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 430 } + "wavelengths": { + "wavelength": 430 + } }, "emergence": { "direction": { @@ -61,7 +47,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 540 } + "wavelengths": { + "wavelength": 540 + } }, "emergence": { "direction": { @@ -77,7 +65,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 570 } + "wavelengths": { + "wavelength": 570 + } }, "emergence": { "direction": { @@ -93,7 +83,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 430 } + "wavelengths": { + "wavelength": 430 + } }, "emergence": { "direction": "hemispherical" @@ -107,7 +99,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 540 } + "wavelengths": { + "wavelength": 540 + } }, "emergence": { "direction": "hemispherical" @@ -121,7 +115,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "wavelength": 570 } + "wavelengths": { + "wavelength": 570 + } }, "emergence": { "direction": "hemispherical" @@ -141,7 +137,9 @@ { "results": [ { - "area": { "category": "outerDimensions" }, + "area": { + "category": "outerDimensions" + }, "uValue": 1.23, "gValue": { "uncertainValue": 0.5, @@ -162,7 +160,6 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } @@ -199,16 +196,13 @@ } } ], - "connectionPattern": "series", - "electricConfiguration": { "junctionBoxTypes": [ { "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 9c273773..04f5a64b 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -105,10 +105,7 @@ } }, "additionalProperties": false, - "required": [ - "latitude", - "longitude" - ] + "required": ["latitude", "longitude"] }, "location": { "title": "The location of the center of mass of the component.", @@ -128,10 +125,7 @@ } }, "additionalProperties": false, - "required": [ - "east", - "north" - ] + "required": ["east", "north"] }, "orientation": { "title": "The orientation of the prime surface of the component.", @@ -151,10 +145,7 @@ } }, "additionalProperties": false, - "required": [ - "azimuth", - "componentTilt" - ] + "required": ["azimuth", "componentTilt"] }, "assembly": { "title": "The geometry of the subcomponents which are used for this assembly.", @@ -181,9 +172,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 2 }, @@ -202,11 +191,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -223,11 +208,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "coordinateSystem": { "title": "Definition of the coordinate system of the data set", @@ -270,10 +251,7 @@ } }, "additionalProperties": false, - "required": [ - "uDirection", - "vDirection" - ] + "required": ["uDirection", "vDirection"] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -304,9 +282,7 @@ } }, "additionalProperties": false, - "required": [ - "weights" - ] + "required": ["weights"] } ], "minItems": 2, @@ -326,11 +302,7 @@ } }, "additionalProperties": false, - "required": [ - "degree", - "controlPoints", - "knots" - ] + "required": ["degree", "controlPoints", "knots"] }, "body": { "type": "object", @@ -350,4 +322,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json b/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json index 37e4cef3..c69486f0 100644 --- a/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json +++ b/tests/valid/geometricData/fieldSolarElementsAsGeometricAssembly.json @@ -41,4 +41,4 @@ } } ] -} \ No newline at end of file +} diff --git a/tests/valid/geometricData/thicknessGlassPane.json b/tests/valid/geometricData/thicknessGlassPane.json index a6f4407b..84321c6c 100644 --- a/tests/valid/geometricData/thicknessGlassPane.json +++ b/tests/valid/geometricData/thicknessGlassPane.json @@ -6,4 +6,4 @@ } ] } -} \ No newline at end of file +} From 4ff5ab270f4913778290dc99e038ce9edcc1700f Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 15:18:15 +0200 Subject: [PATCH 109/362] Move `color` to `resultsWithColor` --- schemas/opticalData.json | 186 +++++++++++++++++++++++++++------------ 1 file changed, 131 insertions(+), 55 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 4ec2d876..7a263289 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,7 +25,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, { "title": "Internal data node with non-leaf children", @@ -46,46 +48,43 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] } ] }, "dataPoint": { - "oneOf": [ - { - "title": "General schema for measured and calculated optical data", - "description": "An optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.", - "type": "object", - "properties": { - "incidence": { - "$ref": "#/$defs/incidence", - "title": "Incident radiation", - "description": "Incident radiation on the component." - }, - "componentCharacteristics": { - "$ref": "#/$defs/componentCharacteristics", - "title": "Component characteristics", - "description": "Data point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node." - }, - "emergence": { - "$ref": "#/$defs/emergence", - "title": "Emergent radiation", - "description": "Radiation that emerges from the component." - }, - "results": { - "$ref": "#/$defs/results", - "title": "Results", - "description": "For example transmittance and reflectance." - } - }, - "additionalProperties": false, - "required": ["incidence", "emergence", "results"] + "title": "General schema for measured and calculated optical data", + "description": "An optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.", + "type": "object", + "properties": { + "incidence": { + "$ref": "#/$defs/incidence", + "title": "Incident radiation", + "description": "Incident radiation on the component." }, - { - "title": "Color characterization", - "$ref": "#/$defs/color", - "description": "The color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail." + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "title": "Component characteristics", + "description": "Data point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node." + }, + "emergence": { + "$ref": "#/$defs/emergence", + "title": "Emergent radiation", + "description": "Radiation that emerges from the component." + }, + "results": { + "$ref": "#/$defs/results", + "title": "Results", + "description": "For example transmittance and reflectance." } + }, + "additionalProperties": false, + "required": [ + "incidence", + "emergence", + "results" ] }, "componentCharacteristics": { @@ -115,7 +114,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -173,14 +177,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", - "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -210,12 +219,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -247,7 +264,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -275,13 +294,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -293,10 +317,14 @@ "$ref": "number.json#/$defs/nanometer", "description": "One wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`." }, - "uncertainty": { "$ref": "#/$defs/wavelengthUncertainty" } + "uncertainty": { + "$ref": "#/$defs/wavelengthUncertainty" + } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -328,7 +356,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -340,7 +371,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -360,8 +393,31 @@ "required": [], "minProperties": 1 }, + "resultsWithColor": { + "title": "Measurement or simulation results including color", + "description": "For the visible spectrum, the color can be be defined in addition to transmittance, reflectance and absorptanceEmittance", + "type": "object", + "properties": { + "transmittance": { + "$ref": "#/$defs/transmittance" + }, + "reflectance": { + "$ref": "#/$defs/reflectance" + }, + "absorptanceEmittance": { + "$ref": "#/$defs/absorptanceEmittance" + }, + "color": { + "$ref": "#/$defs/color" + } + }, + "additionalProperties": false, + "required": [], + "minProperties": 1 + }, "color": { "title": "Color characterization", + "description": "The color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail.", "type": "object", "properties": { "name": { @@ -407,7 +463,10 @@ }, "direction": { "type": "string", - "enum": ["reflection", "transmission"], + "enum": [ + "reflection", + "transmission" + ], "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." }, "surface": { @@ -416,17 +475,28 @@ }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar", "direction"] + "required": [ + "lStar", + "aStar", + "bStar", + "direction" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", @@ -438,7 +508,10 @@ }, "direction": { "type": "string", - "enum": ["reflection", "transmission"], + "enum": [ + "reflection", + "transmission" + ], "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." }, "surface": { @@ -447,8 +520,11 @@ } }, "additionalProperties": false, - "required": ["value", "direction"] + "required": [ + "value", + "direction" + ] } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From 1e17a86a3b815364cf08ccf39d10e34f2f39ef53 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 15:24:43 +0200 Subject: [PATCH 110/362] Remove `direction` and `surface`, because this is treated by `indicence` and `componentCharacteristics` --- schemas/opticalData.json | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 7a263289..09fd6c21 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -461,18 +461,6 @@ "$ref": "number.json#/$defs/numberWithUncertainty", "description": "b* (bStar) defines the color between blue and yellow." }, - "direction": { - "type": "string", - "enum": [ - "reflection", - "transmission" - ], - "description": "`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component." - }, - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" - }, "observer": { "type": "string", "enum": [ @@ -494,8 +482,7 @@ "required": [ "lStar", "aStar", - "bStar", - "direction" + "bStar" ] }, "colorRenderingIndex": { @@ -505,18 +492,6 @@ "value": { "$ref": "number.json#/$defs/numberWithUncertainty", "description": "The value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight." - }, - "direction": { - "type": "string", - "enum": [ - "reflection", - "transmission" - ], - "description": "`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component." - }, - "surface": { - "$ref": "component.json#/$defs/surface", - "description": "Defines which surface is irradiated" } }, "additionalProperties": false, From 3f1ccee40d84b75116d900cea841eb76c08d1cf0 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 16:13:27 +0200 Subject: [PATCH 111/362] The conditional subschema for `results` passes `make compile` --- schemas/opticalData.json | 48 +++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 09fd6c21..6b64efdc 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -73,11 +73,6 @@ "$ref": "#/$defs/emergence", "title": "Emergent radiation", "description": "Radiation that emerges from the component." - }, - "results": { - "$ref": "#/$defs/results", - "title": "Results", - "description": "For example transmittance and reflectance." } }, "additionalProperties": false, @@ -85,7 +80,48 @@ "incidence", "emergence", "results" - ] + ], + "if": { + "properties": { + "incidence": { + "type": "object", + "properties": { + "wavelengths": { + "type": "object", + "properties": { + "integral": { + "const": "visible" + } + } + } + } + } + } + }, + "then": { + "properties": { + "results": { + "$ref": "#/$defs/resultsWithColor", + "title": "Results with color", + "description": "For example transmittance, reflectance and the color." + } + }, + "required": [ + "results" + ] + }, + "else": { + "properties": { + "results": { + "$ref": "#/$defs/results", + "title": "Results", + "description": "For example transmittance and reflectance." + } + }, + "required": [ + "results" + ] + } }, "componentCharacteristics": { "title": "Component characteristics", From 455f74ea47bc1aa29f03d2e4903592c65d69ba89 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Jun 2024 16:26:09 +0200 Subject: [PATCH 112/362] All optical tests fail with `results must NOT have additional properties` --- .../colorVisibleTransmittanceReflectance.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/valid/opticalData/colorVisibleTransmittanceReflectance.json diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json new file mode 100644 index 00000000..d95f1563 --- /dev/null +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -0,0 +1,32 @@ +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08, + "color": { + "cielabColors": [ + { + "lStar": 5, + "aStar": 1, + "bStar": -1, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] + } + } + } + ] +} \ No newline at end of file From bbc6b7dad26e796ab8fcde9f43ad2ef6d62ce48d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 16:25:23 +0200 Subject: [PATCH 113/362] `make format` --- schemas/opticalData.json | 100 ++++-------------- .../colorVisibleTransmittanceReflectance.json | 58 +++++----- 2 files changed, 50 insertions(+), 108 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 6b64efdc..b7e82d4e 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,9 +25,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, { "title": "Internal data node with non-leaf children", @@ -48,9 +46,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] } ] }, @@ -76,11 +72,7 @@ } }, "additionalProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ], + "required": ["incidence", "emergence", "results"], "if": { "properties": { "incidence": { @@ -106,9 +98,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -118,9 +108,7 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] } }, "componentCharacteristics": { @@ -150,12 +138,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -213,19 +196,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -255,20 +232,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -300,9 +269,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -330,18 +297,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -358,9 +320,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -392,10 +352,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -407,9 +364,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -499,27 +454,17 @@ }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", @@ -531,11 +476,8 @@ } }, "additionalProperties": false, - "required": [ - "value", - "direction" - ] + "required": ["value", "direction"] } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index d95f1563..abac282f 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -1,32 +1,32 @@ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.81, - "reflectance": 0.08, - "color": { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "observer": "tenDegrees", - "illuminant": "D65" - } - ] - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08, + "color": { + "cielabColors": [ + { + "lStar": 5, + "aStar": 1, + "bStar": -1, + "observer": "tenDegrees", + "illuminant": "D65" } + ] } - ] -} \ No newline at end of file + } + } + ] +} From c5e1dfffa91745b1430b7fc7556e18e7351eb511 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 16:48:09 +0200 Subject: [PATCH 114/362] Pass `make test` when `"additionProperties": false` is deleted --- schemas/opticalData.json | 103 ++++++++++++++++++++++++++++++--------- 1 file changed, 80 insertions(+), 23 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index b7e82d4e..6599e662 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,7 +25,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, { "title": "Internal data node with non-leaf children", @@ -46,7 +48,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] } ] }, @@ -71,8 +75,6 @@ "description": "Radiation that emerges from the component." } }, - "additionalProperties": false, - "required": ["incidence", "emergence", "results"], "if": { "properties": { "incidence": { @@ -98,7 +100,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -108,8 +112,15 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] - } + "required": [ + "results" + ] + }, + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -138,7 +149,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -196,13 +212,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -232,12 +254,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -269,7 +299,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -297,13 +329,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -320,7 +357,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -352,7 +391,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -364,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -454,17 +498,27 @@ }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", @@ -476,8 +530,11 @@ } }, "additionalProperties": false, - "required": ["value", "direction"] + "required": [ + "value", + "direction" + ] } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From e0f8b5734dd5b50fb14c15b4285bdfabd41fb276 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 16:58:07 +0200 Subject: [PATCH 115/362] "unevaluatedProperties": false` works instead of "additionalProperties" when combining schemas --- schemas/opticalData.json | 101 +++++++++------------------------------ 1 file changed, 22 insertions(+), 79 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 6599e662..f6e18781 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,9 +25,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, { "title": "Internal data node with non-leaf children", @@ -48,9 +46,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] } ] }, @@ -100,9 +96,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -112,15 +106,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, - "required": [ - "incidence", - "emergence", - "results" - ] + "unevaluatedProperties": false, + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -149,12 +138,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -212,19 +196,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -254,20 +232,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -299,9 +269,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -329,18 +297,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -357,9 +320,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -391,10 +352,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -406,9 +364,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -498,27 +454,17 @@ }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", @@ -530,11 +476,8 @@ } }, "additionalProperties": false, - "required": [ - "value", - "direction" - ] + "required": ["value", "direction"] } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} From 65f597cd7468db777c4db836d7e18667fcb28ebe Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 17:20:43 +0200 Subject: [PATCH 116/362] Add example 3mm float glass from IGSDB V2 --- .../opticalData/igsdbExampleClr-3.json | 4742 +++++++++++++++++ 1 file changed, 4742 insertions(+) create mode 100644 tests/invalid/opticalData/igsdbExampleClr-3.json diff --git a/tests/invalid/opticalData/igsdbExampleClr-3.json b/tests/invalid/opticalData/igsdbExampleClr-3.json new file mode 100644 index 00000000..98b543c4 --- /dev/null +++ b/tests/invalid/opticalData/igsdbExampleClr-3.json @@ -0,0 +1,4742 @@ +{ + "id": null, + "component_id": "850e5dc2-0162-42d0-8ddc-1a532444b21b", + "type": "GLAZING", + "subtype": "MONOLITHIC", + "token": "clr-3", + "name": "Float Glass - 3mm", + "marketing_name": null, + "nfrc_id": 2001, + "igdb_id": 3538, + "cgdb_id": null, + "mdb_time_created": "2009-02-27T11:49:20Z", + "igdb_database_version": "29.0", + "cgdb_database_version": null, + "acceptance": "#", + "reference": false, + "appearance": "Clear", + "hidden": false, + "manufacturer_name": "Cardinal Glass Industries", + "owner_name": null, + "data_file_name": "Clr-3.CIG", + "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", + "data_file_available": false, + "short_description": null, + "deconstructable": false, + "coating_name": null, + "coating_id": 2, + "coated_side": "NA", + "igdb_checksum": -1555487955, + "cgdb_checksum": null, + "checksum_date": "2013-04-05T14:20:44Z", + "window8_application_type": "MONOLITHIC", + "emissivity_front": 0.84, + "emissivity_back": 0.84, + "tir_front": 0.0, + "tir_back": 0.0, + "product_detail_files": [], + "composition": [], + "integrated_spectral_averages_summaries": [ + { + "calculation_standard": "NFRC", + "source": "IGDB", + "source_version": "98", + "spf": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "10.40653", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tdw": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8480601", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tkr": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tuv": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.7253202", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "color": { + "reflectance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "reflectance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.4781490764729779, + "b": -0.4878317966566348, + "l": 34.46499873850816 + }, + "rgb": { + "b": 89.42135217644993, + "g": 89.71199959506417, + "r": 88.00823275144889 + }, + "trichromatic": { + "x": 7.753658, + "y": 8.233734, + "z": 8.986135 + } + } + }, + "transmittance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "transmittance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.8035122491914515, + "b": 0.2168086516082468, + "l": 96.18335944095739 + }, + "rgb": { + "b": 255.0, + "g": 255.0, + "r": 255.0 + }, + "trichromatic": { + "x": 85.31423, + "y": 90.45058, + "z": 96.74794 + } + } + } + }, + "solar": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": "0.07565702", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": "0.07563639", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": "0.8483579", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8483579", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "photopic": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": "0.08225287", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": "0.08225197", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": "0.9044294", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.9044294", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "thermal_ir": { + "emissivity_back_hemispheric": null, + "emissivity_front_hemispheric": null, + "transmittance_back_diffuse_diffuse": null, + "transmittance_front_diffuse_diffuse": null + } + } + ], + "geometric_properties": null, + "material": "GLASS", + "material_bulk_properties": { + "name": "GLASS", + "version": 1, + "conductivity": "0.84000000000000000", + "youngs_modulus": 0.0, + "poissons_ratio": 0.0, + "elasticity": 0.0, + "moisture_properties": null + }, + "extra_data": {}, + "physical_properties": { + "is_specular": true, + "thickness": 3.0, + "predefined_emissivity_front": 0.84, + "predefined_emissivity_back": 0.84, + "predefined_tir_front": 0.0, + "predefined_tir_back": 0.0, + "permeability_factor": null, + "bulk_properties_override": { + "conductivity": "1.0" + }, + "optical_properties": { + "optical_data_type": "DISCRETE", + "incidence_angular_resolution_type": "DIRECT", + "outgoing_angular_resolution_type": "DIRECT", + "optical_data": { + "angle_blocks": [ + { + "incidence_angle": 0, + "num_wavelengths": 462, + "wavelength_data": [ + { + "w": "0.3", + "specular": { + "rb": "0.047", + "rf": "0.0467", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "0.305", + "specular": { + "rb": "0.047", + "rf": "0.0467", + "tb": "0.0011", + "tf": "0.0011" + } + }, + { + "w": "0.31", + "specular": { + "rb": "0.0469", + "rf": "0.0467", + "tb": "0.0093", + "tf": "0.0093" + } + }, + { + "w": "0.315", + "specular": { + "rb": "0.047", + "rf": "0.0467", + "tb": "0.0425", + "tf": "0.0425" + } + }, + { + "w": "0.32", + "specular": { + "rb": "0.047", + "rf": "0.0467", + "tb": "0.1149", + "tf": "0.1149" + } + }, + { + "w": "0.325", + "specular": { + "rb": "0.05", + "rf": "0.0498", + "tb": "0.2409", + "tf": "0.2409" + } + }, + { + "w": "0.33", + "specular": { + "rb": "0.054", + "rf": "0.0538", + "tb": "0.3809", + "tf": "0.3809" + } + }, + { + "w": "0.335", + "specular": { + "rb": "0.061", + "rf": "0.0609", + "tb": "0.5245", + "tf": "0.5245" + } + }, + { + "w": "0.34", + "specular": { + "rb": "0.068", + "rf": "0.0679", + "tb": "0.6365", + "tf": "0.6365" + } + }, + { + "w": "0.345", + "specular": { + "rb": "0.074", + "rf": "0.074", + "tb": "0.7272", + "tf": "0.7272" + } + }, + { + "w": "0.35", + "specular": { + "rb": "0.0781", + "rf": "0.078", + "tb": "0.7862", + "tf": "0.7862" + } + }, + { + "w": "0.355", + "specular": { + "rb": "0.0821", + "rf": "0.082", + "tb": "0.8281", + "tf": "0.8281" + } + }, + { + "w": "0.36", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.8541", + "tf": "0.8541" + } + }, + { + "w": "0.365", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.8681", + "tf": "0.8681" + } + }, + { + "w": "0.37", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.8721", + "tf": "0.8721" + } + }, + { + "w": "0.375", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.8603", + "tf": "0.8603" + } + }, + { + "w": "0.38", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.8593", + "tf": "0.8593" + } + }, + { + "w": "0.385", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.8731", + "tf": "0.8731" + } + }, + { + "w": "0.39", + "specular": { + "rb": "0.0851", + "rf": "0.0851", + "tb": "0.886", + "tf": "0.886" + } + }, + { + "w": "0.395", + "specular": { + "rb": "0.0851", + "rf": "0.0851", + "tb": "0.894", + "tf": "0.894" + } + }, + { + "w": "0.4", + "specular": { + "rb": "0.0851", + "rf": "0.0851", + "tb": "0.897", + "tf": "0.897" + } + }, + { + "w": "0.405", + "specular": { + "rb": "0.0852", + "rf": "0.0851", + "tb": "0.8976", + "tf": "0.8976" + } + }, + { + "w": "0.41", + "specular": { + "rb": "0.0851", + "rf": "0.0851", + "tb": "0.897", + "tf": "0.897" + } + }, + { + "w": "0.415", + "specular": { + "rb": "0.0846", + "rf": "0.0846", + "tb": "0.8964", + "tf": "0.8964" + } + }, + { + "w": "0.42", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.896", + "tf": "0.896" + } + }, + { + "w": "0.425", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.8965", + "tf": "0.8965" + } + }, + { + "w": "0.43", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.897", + "tf": "0.897" + } + }, + { + "w": "0.435", + "specular": { + "rb": "0.0835", + "rf": "0.0835", + "tb": "0.8968", + "tf": "0.8968" + } + }, + { + "w": "0.44", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.897", + "tf": "0.897" + } + }, + { + "w": "0.445", + "specular": { + "rb": "0.0835", + "rf": "0.0835", + "tb": "0.8988", + "tf": "0.8988" + } + }, + { + "w": "0.45", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.901", + "tf": "0.901" + } + }, + { + "w": "0.455", + "specular": { + "rb": "0.0842", + "rf": "0.0842", + "tb": "0.9026", + "tf": "0.9026" + } + }, + { + "w": "0.46", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.904", + "tf": "0.904" + } + }, + { + "w": "0.465", + "specular": { + "rb": "0.0836", + "rf": "0.0836", + "tb": "0.9051", + "tf": "0.9051" + } + }, + { + "w": "0.47", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.906", + "tf": "0.906" + } + }, + { + "w": "0.475", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.9065", + "tf": "0.9065" + } + }, + { + "w": "0.48", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9069", + "tf": "0.9069" + } + }, + { + "w": "0.485", + "specular": { + "rb": "0.0837", + "rf": "0.0836", + "tb": "0.9074", + "tf": "0.9074" + } + }, + { + "w": "0.49", + "specular": { + "rb": "0.0841", + "rf": "0.0841", + "tb": "0.9079", + "tf": "0.9079" + } + }, + { + "w": "0.495", + "specular": { + "rb": "0.0836", + "rf": "0.0836", + "tb": "0.9085", + "tf": "0.9085" + } + }, + { + "w": "0.5", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9089", + "tf": "0.9089" + } + }, + { + "w": "0.505", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.909", + "tf": "0.909" + } + }, + { + "w": "0.51", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9089", + "tf": "0.9089" + } + }, + { + "w": "0.515", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.909", + "tf": "0.909" + } + }, + { + "w": "0.52", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9089", + "tf": "0.9089" + } + }, + { + "w": "0.525", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9084", + "tf": "0.9084" + } + }, + { + "w": "0.53", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.908", + "tf": "0.908" + } + }, + { + "w": "0.535", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9084", + "tf": "0.9084" + } + }, + { + "w": "0.54", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9089", + "tf": "0.9089" + } + }, + { + "w": "0.545", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9085", + "tf": "0.9085" + } + }, + { + "w": "0.55", + "specular": { + "rb": "0.0831", + "rf": "0.0831", + "tb": "0.9079", + "tf": "0.9079" + } + }, + { + "w": "0.555", + "specular": { + "rb": "0.0826", + "rf": "0.0826", + "tb": "0.9075", + "tf": "0.9075" + } + }, + { + "w": "0.56", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.9069", + "tf": "0.9069" + } + }, + { + "w": "0.565", + "specular": { + "rb": "0.082", + "rf": "0.082", + "tb": "0.906", + "tf": "0.906" + } + }, + { + "w": "0.57", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.9049", + "tf": "0.9049" + } + }, + { + "w": "0.575", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.9039", + "tf": "0.9039" + } + }, + { + "w": "0.58", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.903", + "tf": "0.903" + } + }, + { + "w": "0.585", + "specular": { + "rb": "0.0816", + "rf": "0.0816", + "tb": "0.9025", + "tf": "0.9025" + } + }, + { + "w": "0.59", + "specular": { + "rb": "0.0811", + "rf": "0.0811", + "tb": "0.9019", + "tf": "0.9019" + } + }, + { + "w": "0.595", + "specular": { + "rb": "0.081", + "rf": "0.081", + "tb": "0.9005", + "tf": "0.9005" + } + }, + { + "w": "0.6", + "specular": { + "rb": "0.0811", + "rf": "0.0811", + "tb": "0.899", + "tf": "0.899" + } + }, + { + "w": "0.605", + "specular": { + "rb": "0.0811", + "rf": "0.0811", + "tb": "0.898", + "tf": "0.898" + } + }, + { + "w": "0.61", + "specular": { + "rb": "0.0811", + "rf": "0.0811", + "tb": "0.897", + "tf": "0.897" + } + }, + { + "w": "0.615", + "specular": { + "rb": "0.0806", + "rf": "0.0806", + "tb": "0.8955", + "tf": "0.8955" + } + }, + { + "w": "0.62", + "specular": { + "rb": "0.0801", + "rf": "0.0801", + "tb": "0.894", + "tf": "0.894" + } + }, + { + "w": "0.625", + "specular": { + "rb": "0.0801", + "rf": "0.0801", + "tb": "0.8925", + "tf": "0.8925" + } + }, + { + "w": "0.63", + "specular": { + "rb": "0.0801", + "rf": "0.0801", + "tb": "0.891", + "tf": "0.891" + } + }, + { + "w": "0.635", + "specular": { + "rb": "0.0796", + "rf": "0.0796", + "tb": "0.8895", + "tf": "0.8895" + } + }, + { + "w": "0.64", + "specular": { + "rb": "0.0791", + "rf": "0.0791", + "tb": "0.888", + "tf": "0.888" + } + }, + { + "w": "0.645", + "specular": { + "rb": "0.079", + "rf": "0.079", + "tb": "0.8865", + "tf": "0.8865" + } + }, + { + "w": "0.65", + "specular": { + "rb": "0.0791", + "rf": "0.0791", + "tb": "0.885", + "tf": "0.885" + } + }, + { + "w": "0.655", + "specular": { + "rb": "0.0791", + "rf": "0.0791", + "tb": "0.8836", + "tf": "0.8836" + } + }, + { + "w": "0.66", + "specular": { + "rb": "0.0791", + "rf": "0.0791", + "tb": "0.882", + "tf": "0.882" + } + }, + { + "w": "0.665", + "specular": { + "rb": "0.0786", + "rf": "0.0786", + "tb": "0.8801", + "tf": "0.8801" + } + }, + { + "w": "0.67", + "specular": { + "rb": "0.0781", + "rf": "0.0781", + "tb": "0.8781", + "tf": "0.8781" + } + }, + { + "w": "0.675", + "specular": { + "rb": "0.0781", + "rf": "0.0781", + "tb": "0.8761", + "tf": "0.8761" + } + }, + { + "w": "0.68", + "specular": { + "rb": "0.0781", + "rf": "0.0781", + "tb": "0.8741", + "tf": "0.8741" + } + }, + { + "w": "0.685", + "specular": { + "rb": "0.0776", + "rf": "0.0776", + "tb": "0.8721", + "tf": "0.8721" + } + }, + { + "w": "0.69", + "specular": { + "rb": "0.0771", + "rf": "0.0771", + "tb": "0.8701", + "tf": "0.8701" + } + }, + { + "w": "0.695", + "specular": { + "rb": "0.077", + "rf": "0.077", + "tb": "0.8681", + "tf": "0.8681" + } + }, + { + "w": "0.7", + "specular": { + "rb": "0.0771", + "rf": "0.0771", + "tb": "0.8662", + "tf": "0.8662" + } + }, + { + "w": "0.705", + "specular": { + "rb": "0.0771", + "rf": "0.0771", + "tb": "0.8647", + "tf": "0.8647" + } + }, + { + "w": "0.71", + "specular": { + "rb": "0.0771", + "rf": "0.0771", + "tb": "0.8632", + "tf": "0.8632" + } + }, + { + "w": "0.715", + "specular": { + "rb": "0.0766", + "rf": "0.0766", + "tb": "0.8612", + "tf": "0.8612" + } + }, + { + "w": "0.72", + "specular": { + "rb": "0.0761", + "rf": "0.0761", + "tb": "0.8592", + "tf": "0.8592" + } + }, + { + "w": "0.725", + "specular": { + "rb": "0.076", + "rf": "0.076", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "0.73", + "specular": { + "rb": "0.0761", + "rf": "0.0761", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "0.735", + "specular": { + "rb": "0.0761", + "rf": "0.0761", + "tb": "0.8526", + "tf": "0.8526" + } + }, + { + "w": "0.74", + "specular": { + "rb": "0.0761", + "rf": "0.0761", + "tb": "0.8503", + "tf": "0.8503" + } + }, + { + "w": "0.745", + "specular": { + "rb": "0.0756", + "rf": "0.0756", + "tb": "0.8488", + "tf": "0.8488" + } + }, + { + "w": "0.75", + "specular": { + "rb": "0.0751", + "rf": "0.0751", + "tb": "0.8472", + "tf": "0.8472" + } + }, + { + "w": "0.755", + "specular": { + "rb": "0.075", + "rf": "0.075", + "tb": "0.8447", + "tf": "0.8447" + } + }, + { + "w": "0.76", + "specular": { + "rb": "0.0751", + "rf": "0.0751", + "tb": "0.8423", + "tf": "0.8423" + } + }, + { + "w": "0.765", + "specular": { + "rb": "0.0751", + "rf": "0.0751", + "tb": "0.8409", + "tf": "0.8409" + } + }, + { + "w": "0.77", + "specular": { + "rb": "0.0751", + "rf": "0.075", + "tb": "0.8393", + "tf": "0.8393" + } + }, + { + "w": "0.775", + "specular": { + "rb": "0.0746", + "rf": "0.0746", + "tb": "0.8363", + "tf": "0.8363" + } + }, + { + "w": "0.78", + "specular": { + "rb": "0.0741", + "rf": "0.0741", + "tb": "0.8333", + "tf": "0.8333" + } + }, + { + "w": "0.785", + "specular": { + "rb": "0.0741", + "rf": "0.0741", + "tb": "0.8317", + "tf": "0.8317" + } + }, + { + "w": "0.79", + "specular": { + "rb": "0.0741", + "rf": "0.074", + "tb": "0.8303", + "tf": "0.8303" + } + }, + { + "w": "0.795", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.8284", + "tf": "0.8284" + } + }, + { + "w": "0.8", + "specular": { + "rb": "0.0731", + "rf": "0.0731", + "tb": "0.8264", + "tf": "0.8264" + } + }, + { + "w": "0.805", + "specular": { + "rb": "0.073", + "rf": "0.0729", + "tb": "0.8248", + "tf": "0.8248" + } + }, + { + "w": "0.81", + "specular": { + "rb": "0.0731", + "rf": "0.0731", + "tb": "0.8234", + "tf": "0.8234" + } + }, + { + "w": "0.815", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.822", + "tf": "0.822" + } + }, + { + "w": "0.82", + "specular": { + "rb": "0.074", + "rf": "0.074", + "tb": "0.8204", + "tf": "0.8204" + } + }, + { + "w": "0.825", + "specular": { + "rb": "0.0737", + "rf": "0.0736", + "tb": "0.8178", + "tf": "0.8178" + } + }, + { + "w": "0.83", + "specular": { + "rb": "0.0731", + "rf": "0.073", + "tb": "0.8155", + "tf": "0.8155" + } + }, + { + "w": "0.835", + "specular": { + "rb": "0.0725", + "rf": "0.0725", + "tb": "0.8149", + "tf": "0.8149" + } + }, + { + "w": "0.84", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8144", + "tf": "0.8144" + } + }, + { + "w": "0.845", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.812", + "tf": "0.812" + } + }, + { + "w": "0.85", + "specular": { + "rb": "0.0721", + "rf": "0.072", + "tb": "0.8094", + "tf": "0.8094" + } + }, + { + "w": "0.855", + "specular": { + "rb": "0.0721", + "rf": "0.072", + "tb": "0.8079", + "tf": "0.8079" + } + }, + { + "w": "0.86", + "specular": { + "rb": "0.0721", + "rf": "0.072", + "tb": "0.8065", + "tf": "0.8065" + } + }, + { + "w": "0.865", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.805", + "tf": "0.805" + } + }, + { + "w": "0.87", + "specular": { + "rb": "0.0721", + "rf": "0.072", + "tb": "0.8035", + "tf": "0.8035" + } + }, + { + "w": "0.875", + "specular": { + "rb": "0.0726", + "rf": "0.0726", + "tb": "0.8024", + "tf": "0.8024" + } + }, + { + "w": "0.88", + "specular": { + "rb": "0.073", + "rf": "0.073", + "tb": "0.8015", + "tf": "0.8015" + } + }, + { + "w": "0.885", + "specular": { + "rb": "0.0726", + "rf": "0.0726", + "tb": "0.801", + "tf": "0.801" + } + }, + { + "w": "0.89", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.8005", + "tf": "0.8005" + } + }, + { + "w": "0.895", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.7996", + "tf": "0.7996" + } + }, + { + "w": "0.9", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.7985", + "tf": "0.7985" + } + }, + { + "w": "0.905", + "specular": { + "rb": "0.0716", + "rf": "0.0716", + "tb": "0.7975", + "tf": "0.7975" + } + }, + { + "w": "0.91", + "specular": { + "rb": "0.0711", + "rf": "0.071", + "tb": "0.7966", + "tf": "0.7966" + } + }, + { + "w": "0.915", + "specular": { + "rb": "0.0705", + "rf": "0.0705", + "tb": "0.7955", + "tf": "0.7955" + } + }, + { + "w": "0.92", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.7946", + "tf": "0.7946" + } + }, + { + "w": "0.925", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.794", + "tf": "0.794" + } + }, + { + "w": "0.93", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7936", + "tf": "0.7936" + } + }, + { + "w": "0.935", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7931", + "tf": "0.7931" + } + }, + { + "w": "0.94", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7926", + "tf": "0.7926" + } + }, + { + "w": "0.945", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.7915", + "tf": "0.7915" + } + }, + { + "w": "0.95", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7906", + "tf": "0.7906" + } + }, + { + "w": "0.955", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7906", + "tf": "0.7906" + } + }, + { + "w": "0.96", + "specular": { + "rb": "0.0702", + "rf": "0.07", + "tb": "0.7906", + "tf": "0.7906" + } + }, + { + "w": "0.965", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7896", + "tf": "0.7896" + } + }, + { + "w": "0.97", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.7886", + "tf": "0.7886" + } + }, + { + "w": "0.975", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7885", + "tf": "0.7885" + } + }, + { + "w": "0.98", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7886", + "tf": "0.7886" + } + }, + { + "w": "0.985", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7882", + "tf": "0.7882" + } + }, + { + "w": "0.99", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.7876", + "tf": "0.7876" + } + }, + { + "w": "0.995", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7871", + "tf": "0.7871" + } + }, + { + "w": "1.0", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.7866", + "tf": "0.7866" + } + }, + { + "w": "1.005", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.7862", + "tf": "0.7862" + } + }, + { + "w": "1.01", + "specular": { + "rb": "0.0699", + "rf": "0.0699", + "tb": "0.786", + "tf": "0.786" + } + }, + { + "w": "1.015", + "specular": { + "rb": "0.0698", + "rf": "0.0698", + "tb": "0.7858", + "tf": "0.7858" + } + }, + { + "w": "1.02", + "specular": { + "rb": "0.0697", + "rf": "0.0697", + "tb": "0.7857", + "tf": "0.7857" + } + }, + { + "w": "1.025", + "specular": { + "rb": "0.0696", + "rf": "0.0696", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.03", + "specular": { + "rb": "0.0695", + "rf": "0.0694", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.035", + "specular": { + "rb": "0.0693", + "rf": "0.0693", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.04", + "specular": { + "rb": "0.0692", + "rf": "0.0692", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.045", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.05", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.055", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.06", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7855", + "tf": "0.7855" + } + }, + { + "w": "1.065", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7855", + "tf": "0.7855" + } + }, + { + "w": "1.07", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7855", + "tf": "0.7855" + } + }, + { + "w": "1.075", + "specular": { + "rb": "0.069", + "rf": "0.0689", + "tb": "0.7855", + "tf": "0.7855" + } + }, + { + "w": "1.08", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7855", + "tf": "0.7855" + } + }, + { + "w": "1.085", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7855", + "tf": "0.7855" + } + }, + { + "w": "1.09", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7855", + "tf": "0.7855" + } + }, + { + "w": "1.095", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.1", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.105", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7856", + "tf": "0.7856" + } + }, + { + "w": "1.11", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7857", + "tf": "0.7857" + } + }, + { + "w": "1.115", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7858", + "tf": "0.7858" + } + }, + { + "w": "1.12", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7858", + "tf": "0.7858" + } + }, + { + "w": "1.125", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7859", + "tf": "0.7859" + } + }, + { + "w": "1.13", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.786", + "tf": "0.786" + } + }, + { + "w": "1.135", + "specular": { + "rb": "0.0691", + "rf": "0.0689", + "tb": "0.7861", + "tf": "0.7861" + } + }, + { + "w": "1.14", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7863", + "tf": "0.7863" + } + }, + { + "w": "1.145", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7864", + "tf": "0.7864" + } + }, + { + "w": "1.15", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7866", + "tf": "0.7866" + } + }, + { + "w": "1.155", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7868", + "tf": "0.7868" + } + }, + { + "w": "1.16", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.787", + "tf": "0.787" + } + }, + { + "w": "1.165", + "specular": { + "rb": "0.069", + "rf": "0.0691", + "tb": "0.7873", + "tf": "0.7873" + } + }, + { + "w": "1.17", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.7876", + "tf": "0.7876" + } + }, + { + "w": "1.175", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.7878", + "tf": "0.7878" + } + }, + { + "w": "1.18", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.7881", + "tf": "0.7881" + } + }, + { + "w": "1.185", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.7885", + "tf": "0.7885" + } + }, + { + "w": "1.19", + "specular": { + "rb": "0.069", + "rf": "0.0691", + "tb": "0.7888", + "tf": "0.7888" + } + }, + { + "w": "1.195", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.7892", + "tf": "0.7892" + } + }, + { + "w": "1.2", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.7896", + "tf": "0.7896" + } + }, + { + "w": "1.205", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.79", + "tf": "0.79" + } + }, + { + "w": "1.21", + "specular": { + "rb": "0.0689", + "rf": "0.0689", + "tb": "0.7904", + "tf": "0.7904" + } + }, + { + "w": "1.215", + "specular": { + "rb": "0.0688", + "rf": "0.0687", + "tb": "0.7909", + "tf": "0.7909" + } + }, + { + "w": "1.22", + "specular": { + "rb": "0.0686", + "rf": "0.0686", + "tb": "0.7914", + "tf": "0.7914" + } + }, + { + "w": "1.225", + "specular": { + "rb": "0.0685", + "rf": "0.0685", + "tb": "0.7919", + "tf": "0.7919" + } + }, + { + "w": "1.23", + "specular": { + "rb": "0.0684", + "rf": "0.0683", + "tb": "0.7924", + "tf": "0.7924" + } + }, + { + "w": "1.235", + "specular": { + "rb": "0.0683", + "rf": "0.0682", + "tb": "0.7929", + "tf": "0.7929" + } + }, + { + "w": "1.24", + "specular": { + "rb": "0.0682", + "rf": "0.0681", + "tb": "0.7935", + "tf": "0.7935" + } + }, + { + "w": "1.245", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.794", + "tf": "0.794" + } + }, + { + "w": "1.25", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.7946", + "tf": "0.7946" + } + }, + { + "w": "1.255", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.7951", + "tf": "0.7951" + } + }, + { + "w": "1.26", + "specular": { + "rb": "0.0682", + "rf": "0.0682", + "tb": "0.7956", + "tf": "0.7956" + } + }, + { + "w": "1.265", + "specular": { + "rb": "0.0683", + "rf": "0.0683", + "tb": "0.7962", + "tf": "0.7962" + } + }, + { + "w": "1.27", + "specular": { + "rb": "0.0684", + "rf": "0.0684", + "tb": "0.7968", + "tf": "0.7968" + } + }, + { + "w": "1.275", + "specular": { + "rb": "0.0686", + "rf": "0.0685", + "tb": "0.7973", + "tf": "0.7973" + } + }, + { + "w": "1.28", + "specular": { + "rb": "0.0687", + "rf": "0.0687", + "tb": "0.7979", + "tf": "0.7979" + } + }, + { + "w": "1.285", + "specular": { + "rb": "0.0689", + "rf": "0.0688", + "tb": "0.7986", + "tf": "0.7986" + } + }, + { + "w": "1.29", + "specular": { + "rb": "0.069", + "rf": "0.0689", + "tb": "0.7992", + "tf": "0.7992" + } + }, + { + "w": "1.295", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.7998", + "tf": "0.7998" + } + }, + { + "w": "1.3", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.8005", + "tf": "0.8005" + } + }, + { + "w": "1.305", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8012", + "tf": "0.8012" + } + }, + { + "w": "1.31", + "specular": { + "rb": "0.069", + "rf": "0.0689", + "tb": "0.802", + "tf": "0.802" + } + }, + { + "w": "1.315", + "specular": { + "rb": "0.0688", + "rf": "0.0688", + "tb": "0.8028", + "tf": "0.8028" + } + }, + { + "w": "1.32", + "specular": { + "rb": "0.0687", + "rf": "0.0687", + "tb": "0.8036", + "tf": "0.8036" + } + }, + { + "w": "1.325", + "specular": { + "rb": "0.0685", + "rf": "0.0685", + "tb": "0.8044", + "tf": "0.8044" + } + }, + { + "w": "1.33", + "specular": { + "rb": "0.0684", + "rf": "0.0683", + "tb": "0.8052", + "tf": "0.8052" + } + }, + { + "w": "1.335", + "specular": { + "rb": "0.0682", + "rf": "0.0682", + "tb": "0.806", + "tf": "0.806" + } + }, + { + "w": "1.34", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8069", + "tf": "0.8069" + } + }, + { + "w": "1.345", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8077", + "tf": "0.8077" + } + }, + { + "w": "1.35", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8085", + "tf": "0.8085" + } + }, + { + "w": "1.355", + "specular": { + "rb": "0.0682", + "rf": "0.0682", + "tb": "0.8093", + "tf": "0.8093" + } + }, + { + "w": "1.36", + "specular": { + "rb": "0.0683", + "rf": "0.0683", + "tb": "0.81", + "tf": "0.81" + } + }, + { + "w": "1.365", + "specular": { + "rb": "0.0685", + "rf": "0.0685", + "tb": "0.8108", + "tf": "0.8108" + } + }, + { + "w": "1.37", + "specular": { + "rb": "0.0688", + "rf": "0.0687", + "tb": "0.8116", + "tf": "0.8116" + } + }, + { + "w": "1.375", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8123", + "tf": "0.8123" + } + }, + { + "w": "1.38", + "specular": { + "rb": "0.0693", + "rf": "0.0693", + "tb": "0.8131", + "tf": "0.8131" + } + }, + { + "w": "1.385", + "specular": { + "rb": "0.0695", + "rf": "0.0695", + "tb": "0.8139", + "tf": "0.8139" + } + }, + { + "w": "1.39", + "specular": { + "rb": "0.0697", + "rf": "0.0697", + "tb": "0.8147", + "tf": "0.8147" + } + }, + { + "w": "1.395", + "specular": { + "rb": "0.0699", + "rf": "0.0699", + "tb": "0.8155", + "tf": "0.8155" + } + }, + { + "w": "1.4", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.8164", + "tf": "0.8164" + } + }, + { + "w": "1.405", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8174", + "tf": "0.8174" + } + }, + { + "w": "1.41", + "specular": { + "rb": "0.0702", + "rf": "0.0701", + "tb": "0.8184", + "tf": "0.8184" + } + }, + { + "w": "1.415", + "specular": { + "rb": "0.0702", + "rf": "0.0701", + "tb": "0.8195", + "tf": "0.8195" + } + }, + { + "w": "1.42", + "specular": { + "rb": "0.0702", + "rf": "0.0701", + "tb": "0.8206", + "tf": "0.8206" + } + }, + { + "w": "1.425", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8218", + "tf": "0.8218" + } + }, + { + "w": "1.43", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8229", + "tf": "0.8229" + } + }, + { + "w": "1.435", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.8241", + "tf": "0.8241" + } + }, + { + "w": "1.44", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8252", + "tf": "0.8252" + } + }, + { + "w": "1.445", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8263", + "tf": "0.8263" + } + }, + { + "w": "1.45", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8274", + "tf": "0.8274" + } + }, + { + "w": "1.455", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8284", + "tf": "0.8284" + } + }, + { + "w": "1.46", + "specular": { + "rb": "0.0702", + "rf": "0.0702", + "tb": "0.8294", + "tf": "0.8294" + } + }, + { + "w": "1.465", + "specular": { + "rb": "0.0703", + "rf": "0.0703", + "tb": "0.8305", + "tf": "0.8305" + } + }, + { + "w": "1.47", + "specular": { + "rb": "0.0705", + "rf": "0.0704", + "tb": "0.8315", + "tf": "0.8315" + } + }, + { + "w": "1.475", + "specular": { + "rb": "0.0706", + "rf": "0.0706", + "tb": "0.8325", + "tf": "0.8325" + } + }, + { + "w": "1.48", + "specular": { + "rb": "0.0707", + "rf": "0.0707", + "tb": "0.8335", + "tf": "0.8335" + } + }, + { + "w": "1.485", + "specular": { + "rb": "0.0708", + "rf": "0.0708", + "tb": "0.8344", + "tf": "0.8344" + } + }, + { + "w": "1.49", + "specular": { + "rb": "0.0709", + "rf": "0.0709", + "tb": "0.8354", + "tf": "0.8354" + } + }, + { + "w": "1.495", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8364", + "tf": "0.8364" + } + }, + { + "w": "1.5", + "specular": { + "rb": "0.0711", + "rf": "0.071", + "tb": "0.8373", + "tf": "0.8373" + } + }, + { + "w": "1.505", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8383", + "tf": "0.8383" + } + }, + { + "w": "1.51", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8392", + "tf": "0.8392" + } + }, + { + "w": "1.515", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8402", + "tf": "0.8402" + } + }, + { + "w": "1.52", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8412", + "tf": "0.8412" + } + }, + { + "w": "1.525", + "specular": { + "rb": "0.0712", + "rf": "0.0711", + "tb": "0.8421", + "tf": "0.8421" + } + }, + { + "w": "1.53", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.843", + "tf": "0.843" + } + }, + { + "w": "1.535", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8439", + "tf": "0.8439" + } + }, + { + "w": "1.54", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8448", + "tf": "0.8448" + } + }, + { + "w": "1.545", + "specular": { + "rb": "0.0711", + "rf": "0.071", + "tb": "0.8455", + "tf": "0.8455" + } + }, + { + "w": "1.55", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8463", + "tf": "0.8463" + } + }, + { + "w": "1.555", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8469", + "tf": "0.8469" + } + }, + { + "w": "1.56", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8475", + "tf": "0.8475" + } + }, + { + "w": "1.565", + "specular": { + "rb": "0.071", + "rf": "0.0711", + "tb": "0.8481", + "tf": "0.8481" + } + }, + { + "w": "1.57", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8486", + "tf": "0.8486" + } + }, + { + "w": "1.575", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.849", + "tf": "0.849" + } + }, + { + "w": "1.58", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8495", + "tf": "0.8495" + } + }, + { + "w": "1.585", + "specular": { + "rb": "0.071", + "rf": "0.0711", + "tb": "0.8499", + "tf": "0.8499" + } + }, + { + "w": "1.59", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8503", + "tf": "0.8503" + } + }, + { + "w": "1.595", + "specular": { + "rb": "0.0711", + "rf": "0.071", + "tb": "0.8508", + "tf": "0.8508" + } + }, + { + "w": "1.6", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8513", + "tf": "0.8513" + } + }, + { + "w": "1.605", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8518", + "tf": "0.8518" + } + }, + { + "w": "1.61", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8523", + "tf": "0.8523" + } + }, + { + "w": "1.615", + "specular": { + "rb": "0.0711", + "rf": "0.071", + "tb": "0.8529", + "tf": "0.8529" + } + }, + { + "w": "1.62", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8534", + "tf": "0.8534" + } + }, + { + "w": "1.625", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.854", + "tf": "0.854" + } + }, + { + "w": "1.63", + "specular": { + "rb": "0.071", + "rf": "0.0711", + "tb": "0.8545", + "tf": "0.8545" + } + }, + { + "w": "1.635", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.855", + "tf": "0.855" + } + }, + { + "w": "1.64", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8555", + "tf": "0.8555" + } + }, + { + "w": "1.645", + "specular": { + "rb": "0.0711", + "rf": "0.071", + "tb": "0.8559", + "tf": "0.8559" + } + }, + { + "w": "1.65", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "1.655", + "specular": { + "rb": "0.0712", + "rf": "0.0711", + "tb": "0.8565", + "tf": "0.8565" + } + }, + { + "w": "1.66", + "specular": { + "rb": "0.0713", + "rf": "0.0712", + "tb": "0.8567", + "tf": "0.8567" + } + }, + { + "w": "1.665", + "specular": { + "rb": "0.0714", + "rf": "0.0714", + "tb": "0.8568", + "tf": "0.8568" + } + }, + { + "w": "1.67", + "specular": { + "rb": "0.0715", + "rf": "0.0715", + "tb": "0.857", + "tf": "0.857" + } + }, + { + "w": "1.675", + "specular": { + "rb": "0.0716", + "rf": "0.0716", + "tb": "0.857", + "tf": "0.857" + } + }, + { + "w": "1.68", + "specular": { + "rb": "0.0718", + "rf": "0.0718", + "tb": "0.8571", + "tf": "0.8571" + } + }, + { + "w": "1.685", + "specular": { + "rb": "0.0719", + "rf": "0.0719", + "tb": "0.8571", + "tf": "0.8571" + } + }, + { + "w": "1.69", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.8572", + "tf": "0.8572" + } + }, + { + "w": "1.695", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.8572", + "tf": "0.8572" + } + }, + { + "w": "1.7", + "specular": { + "rb": "0.0721", + "rf": "0.072", + "tb": "0.8572", + "tf": "0.8572" + } + }, + { + "w": "1.705", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.71", + "specular": { + "rb": "0.072", + "rf": "0.072", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.715", + "specular": { + "rb": "0.0719", + "rf": "0.0719", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.72", + "specular": { + "rb": "0.0718", + "rf": "0.0717", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.725", + "specular": { + "rb": "0.0716", + "rf": "0.0716", + "tb": "0.8574", + "tf": "0.8574" + } + }, + { + "w": "1.73", + "specular": { + "rb": "0.0715", + "rf": "0.0715", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.735", + "specular": { + "rb": "0.0714", + "rf": "0.0713", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.74", + "specular": { + "rb": "0.0712", + "rf": "0.0712", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.745", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8573", + "tf": "0.8573" + } + }, + { + "w": "1.75", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8572", + "tf": "0.8572" + } + }, + { + "w": "1.755", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8572", + "tf": "0.8572" + } + }, + { + "w": "1.76", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8571", + "tf": "0.8571" + } + }, + { + "w": "1.765", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.857", + "tf": "0.857" + } + }, + { + "w": "1.77", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8569", + "tf": "0.8569" + } + }, + { + "w": "1.775", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8567", + "tf": "0.8567" + } + }, + { + "w": "1.78", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8566", + "tf": "0.8566" + } + }, + { + "w": "1.785", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8565", + "tf": "0.8565" + } + }, + { + "w": "1.79", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8564", + "tf": "0.8564" + } + }, + { + "w": "1.795", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "1.8", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "1.805", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "1.81", + "specular": { + "rb": "0.0709", + "rf": "0.0709", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "1.815", + "specular": { + "rb": "0.0708", + "rf": "0.0708", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "1.82", + "specular": { + "rb": "0.0707", + "rf": "0.0707", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "1.825", + "specular": { + "rb": "0.0706", + "rf": "0.0706", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "1.83", + "specular": { + "rb": "0.0705", + "rf": "0.0704", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "1.835", + "specular": { + "rb": "0.0703", + "rf": "0.0703", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "1.84", + "specular": { + "rb": "0.0702", + "rf": "0.0702", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "1.845", + "specular": { + "rb": "0.0702", + "rf": "0.0701", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "1.85", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "1.855", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.8561", + "tf": "0.8561" + } + }, + { + "w": "1.86", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8559", + "tf": "0.8559" + } + }, + { + "w": "1.865", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8557", + "tf": "0.8557" + } + }, + { + "w": "1.87", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8555", + "tf": "0.8555" + } + }, + { + "w": "1.875", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "1.88", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.855", + "tf": "0.855" + } + }, + { + "w": "1.885", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8547", + "tf": "0.8547" + } + }, + { + "w": "1.89", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8545", + "tf": "0.8545" + } + }, + { + "w": "1.895", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8544", + "tf": "0.8544" + } + }, + { + "w": "1.9", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8542", + "tf": "0.8542" + } + }, + { + "w": "1.905", + "specular": { + "rb": "0.0702", + "rf": "0.0701", + "tb": "0.8541", + "tf": "0.8541" + } + }, + { + "w": "1.91", + "specular": { + "rb": "0.0703", + "rf": "0.0702", + "tb": "0.8541", + "tf": "0.8541" + } + }, + { + "w": "1.915", + "specular": { + "rb": "0.0704", + "rf": "0.0704", + "tb": "0.8541", + "tf": "0.8541" + } + }, + { + "w": "1.92", + "specular": { + "rb": "0.0705", + "rf": "0.0705", + "tb": "0.854", + "tf": "0.854" + } + }, + { + "w": "1.925", + "specular": { + "rb": "0.0706", + "rf": "0.0706", + "tb": "0.854", + "tf": "0.854" + } + }, + { + "w": "1.93", + "specular": { + "rb": "0.0708", + "rf": "0.0707", + "tb": "0.8541", + "tf": "0.8541" + } + }, + { + "w": "1.935", + "specular": { + "rb": "0.0709", + "rf": "0.0709", + "tb": "0.8541", + "tf": "0.8541" + } + }, + { + "w": "1.94", + "specular": { + "rb": "0.071", + "rf": "0.0709", + "tb": "0.8541", + "tf": "0.8541" + } + }, + { + "w": "1.945", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8542", + "tf": "0.8542" + } + }, + { + "w": "1.95", + "specular": { + "rb": "0.0711", + "rf": "0.071", + "tb": "0.8542", + "tf": "0.8542" + } + }, + { + "w": "1.955", + "specular": { + "rb": "0.071", + "rf": "0.071", + "tb": "0.8543", + "tf": "0.8543" + } + }, + { + "w": "1.96", + "specular": { + "rb": "0.071", + "rf": "0.0709", + "tb": "0.8544", + "tf": "0.8544" + } + }, + { + "w": "1.965", + "specular": { + "rb": "0.0709", + "rf": "0.0709", + "tb": "0.8545", + "tf": "0.8545" + } + }, + { + "w": "1.97", + "specular": { + "rb": "0.0708", + "rf": "0.0707", + "tb": "0.8546", + "tf": "0.8546" + } + }, + { + "w": "1.975", + "specular": { + "rb": "0.0706", + "rf": "0.0706", + "tb": "0.8547", + "tf": "0.8547" + } + }, + { + "w": "1.98", + "specular": { + "rb": "0.0705", + "rf": "0.0705", + "tb": "0.8548", + "tf": "0.8548" + } + }, + { + "w": "1.985", + "specular": { + "rb": "0.0704", + "rf": "0.0703", + "tb": "0.8549", + "tf": "0.8549" + } + }, + { + "w": "1.99", + "specular": { + "rb": "0.0702", + "rf": "0.0702", + "tb": "0.855", + "tf": "0.855" + } + }, + { + "w": "1.995", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8551", + "tf": "0.8551" + } + }, + { + "w": "2.0", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.005", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.01", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.015", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.02", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.025", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.03", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.035", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8551", + "tf": "0.8551" + } + }, + { + "w": "2.04", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8551", + "tf": "0.8551" + } + }, + { + "w": "2.045", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.05", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "2.055", + "specular": { + "rb": "0.0701", + "rf": "0.07", + "tb": "0.8553", + "tf": "0.8553" + } + }, + { + "w": "2.06", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8554", + "tf": "0.8554" + } + }, + { + "w": "2.065", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8555", + "tf": "0.8555" + } + }, + { + "w": "2.07", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8556", + "tf": "0.8556" + } + }, + { + "w": "2.075", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8557", + "tf": "0.8557" + } + }, + { + "w": "2.08", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8559", + "tf": "0.8559" + } + }, + { + "w": "2.085", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.856", + "tf": "0.856" + } + }, + { + "w": "2.09", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8561", + "tf": "0.8561" + } + }, + { + "w": "2.095", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.8561", + "tf": "0.8561" + } + }, + { + "w": "2.1", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "2.105", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "2.11", + "specular": { + "rb": "0.0699", + "rf": "0.0699", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "2.115", + "specular": { + "rb": "0.0698", + "rf": "0.0698", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "2.12", + "specular": { + "rb": "0.0697", + "rf": "0.0697", + "tb": "0.8564", + "tf": "0.8564" + } + }, + { + "w": "2.125", + "specular": { + "rb": "0.0696", + "rf": "0.0696", + "tb": "0.8564", + "tf": "0.8564" + } + }, + { + "w": "2.13", + "specular": { + "rb": "0.0695", + "rf": "0.0695", + "tb": "0.8563", + "tf": "0.8563" + } + }, + { + "w": "2.135", + "specular": { + "rb": "0.0694", + "rf": "0.0694", + "tb": "0.8562", + "tf": "0.8562" + } + }, + { + "w": "2.14", + "specular": { + "rb": "0.0693", + "rf": "0.0693", + "tb": "0.856", + "tf": "0.856" + } + }, + { + "w": "2.145", + "specular": { + "rb": "0.0692", + "rf": "0.0691", + "tb": "0.8556", + "tf": "0.8556" + } + }, + { + "w": "2.15", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8551", + "tf": "0.8551" + } + }, + { + "w": "2.155", + "specular": { + "rb": "0.069", + "rf": "0.0689", + "tb": "0.8544", + "tf": "0.8544" + } + }, + { + "w": "2.16", + "specular": { + "rb": "0.0688", + "rf": "0.0688", + "tb": "0.8534", + "tf": "0.8534" + } + }, + { + "w": "2.165", + "specular": { + "rb": "0.0687", + "rf": "0.0687", + "tb": "0.8523", + "tf": "0.8523" + } + }, + { + "w": "2.17", + "specular": { + "rb": "0.0686", + "rf": "0.0686", + "tb": "0.851", + "tf": "0.851" + } + }, + { + "w": "2.175", + "specular": { + "rb": "0.0685", + "rf": "0.0684", + "tb": "0.8496", + "tf": "0.8496" + } + }, + { + "w": "2.18", + "specular": { + "rb": "0.0683", + "rf": "0.0683", + "tb": "0.8483", + "tf": "0.8483" + } + }, + { + "w": "2.185", + "specular": { + "rb": "0.0682", + "rf": "0.0682", + "tb": "0.847", + "tf": "0.847" + } + }, + { + "w": "2.19", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8458", + "tf": "0.8458" + } + }, + { + "w": "2.195", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8449", + "tf": "0.8449" + } + }, + { + "w": "2.2", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8441", + "tf": "0.8441" + } + }, + { + "w": "2.205", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8437", + "tf": "0.8437" + } + }, + { + "w": "2.21", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8433", + "tf": "0.8433" + } + }, + { + "w": "2.215", + "specular": { + "rb": "0.0682", + "rf": "0.0682", + "tb": "0.8431", + "tf": "0.8431" + } + }, + { + "w": "2.22", + "specular": { + "rb": "0.0684", + "rf": "0.0683", + "tb": "0.8431", + "tf": "0.8431" + } + }, + { + "w": "2.225", + "specular": { + "rb": "0.0685", + "rf": "0.0685", + "tb": "0.8431", + "tf": "0.8431" + } + }, + { + "w": "2.23", + "specular": { + "rb": "0.0686", + "rf": "0.0686", + "tb": "0.8432", + "tf": "0.8432" + } + }, + { + "w": "2.235", + "specular": { + "rb": "0.0687", + "rf": "0.0687", + "tb": "0.8434", + "tf": "0.8434" + } + }, + { + "w": "2.24", + "specular": { + "rb": "0.0689", + "rf": "0.0688", + "tb": "0.8436", + "tf": "0.8436" + } + }, + { + "w": "2.245", + "specular": { + "rb": "0.069", + "rf": "0.0689", + "tb": "0.8439", + "tf": "0.8439" + } + }, + { + "w": "2.25", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8441", + "tf": "0.8441" + } + }, + { + "w": "2.255", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8444", + "tf": "0.8444" + } + }, + { + "w": "2.26", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8449", + "tf": "0.8449" + } + }, + { + "w": "2.265", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8454", + "tf": "0.8454" + } + }, + { + "w": "2.27", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8459", + "tf": "0.8459" + } + }, + { + "w": "2.275", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8465", + "tf": "0.8465" + } + }, + { + "w": "2.28", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8471", + "tf": "0.8471" + } + }, + { + "w": "2.285", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.8477", + "tf": "0.8477" + } + }, + { + "w": "2.29", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8482", + "tf": "0.8482" + } + }, + { + "w": "2.295", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8487", + "tf": "0.8487" + } + }, + { + "w": "2.3", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8491", + "tf": "0.8491" + } + }, + { + "w": "2.305", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.8494", + "tf": "0.8494" + } + }, + { + "w": "2.31", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8497", + "tf": "0.8497" + } + }, + { + "w": "2.315", + "specular": { + "rb": "0.0689", + "rf": "0.069", + "tb": "0.85", + "tf": "0.85" + } + }, + { + "w": "2.32", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8503", + "tf": "0.8503" + } + }, + { + "w": "2.325", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8505", + "tf": "0.8505" + } + }, + { + "w": "2.33", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8507", + "tf": "0.8507" + } + }, + { + "w": "2.335", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8508", + "tf": "0.8508" + } + }, + { + "w": "2.34", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8509", + "tf": "0.8509" + } + }, + { + "w": "2.345", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.851", + "tf": "0.851" + } + }, + { + "w": "2.35", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8511", + "tf": "0.8511" + } + }, + { + "w": "2.355", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8512", + "tf": "0.8512" + } + }, + { + "w": "2.36", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8512", + "tf": "0.8512" + } + }, + { + "w": "2.365", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8512", + "tf": "0.8512" + } + }, + { + "w": "2.37", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.8512", + "tf": "0.8512" + } + }, + { + "w": "2.375", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8512", + "tf": "0.8512" + } + }, + { + "w": "2.38", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8511", + "tf": "0.8511" + } + }, + { + "w": "2.385", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8509", + "tf": "0.8509" + } + }, + { + "w": "2.39", + "specular": { + "rb": "0.0691", + "rf": "0.0691", + "tb": "0.8507", + "tf": "0.8507" + } + }, + { + "w": "2.395", + "specular": { + "rb": "0.0691", + "rf": "0.069", + "tb": "0.8504", + "tf": "0.8504" + } + }, + { + "w": "2.4", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.8501", + "tf": "0.8501" + } + }, + { + "w": "2.405", + "specular": { + "rb": "0.069", + "rf": "0.0689", + "tb": "0.8496", + "tf": "0.8496" + } + }, + { + "w": "2.41", + "specular": { + "rb": "0.0689", + "rf": "0.0689", + "tb": "0.849", + "tf": "0.849" + } + }, + { + "w": "2.415", + "specular": { + "rb": "0.0688", + "rf": "0.0688", + "tb": "0.8484", + "tf": "0.8484" + } + }, + { + "w": "2.42", + "specular": { + "rb": "0.0687", + "rf": "0.0687", + "tb": "0.8476", + "tf": "0.8476" + } + }, + { + "w": "2.425", + "specular": { + "rb": "0.0686", + "rf": "0.0686", + "tb": "0.8469", + "tf": "0.8469" + } + }, + { + "w": "2.43", + "specular": { + "rb": "0.0685", + "rf": "0.0684", + "tb": "0.8461", + "tf": "0.8461" + } + }, + { + "w": "2.435", + "specular": { + "rb": "0.0683", + "rf": "0.0683", + "tb": "0.8453", + "tf": "0.8453" + } + }, + { + "w": "2.44", + "specular": { + "rb": "0.0682", + "rf": "0.0682", + "tb": "0.8445", + "tf": "0.8445" + } + }, + { + "w": "2.445", + "specular": { + "rb": "0.0681", + "rf": "0.0681", + "tb": "0.8438", + "tf": "0.8438" + } + }, + { + "w": "2.45", + "specular": { + "rb": "0.068", + "rf": "0.068", + "tb": "0.8431", + "tf": "0.8431" + } + }, + { + "w": "2.455", + "specular": { + "rb": "0.0679", + "rf": "0.0679", + "tb": "0.8425", + "tf": "0.8425" + } + }, + { + "w": "2.46", + "specular": { + "rb": "0.0678", + "rf": "0.0678", + "tb": "0.842", + "tf": "0.842" + } + }, + { + "w": "2.465", + "specular": { + "rb": "0.0677", + "rf": "0.0677", + "tb": "0.8414", + "tf": "0.8414" + } + }, + { + "w": "2.47", + "specular": { + "rb": "0.0676", + "rf": "0.0676", + "tb": "0.8409", + "tf": "0.8409" + } + }, + { + "w": "2.475", + "specular": { + "rb": "0.0675", + "rf": "0.0675", + "tb": "0.8403", + "tf": "0.8403" + } + }, + { + "w": "2.48", + "specular": { + "rb": "0.0674", + "rf": "0.0674", + "tb": "0.8398", + "tf": "0.8398" + } + }, + { + "w": "2.485", + "specular": { + "rb": "0.0673", + "rf": "0.0673", + "tb": "0.8394", + "tf": "0.8394" + } + }, + { + "w": "2.49", + "specular": { + "rb": "0.0672", + "rf": "0.0672", + "tb": "0.8389", + "tf": "0.8389" + } + }, + { + "w": "2.495", + "specular": { + "rb": "0.0671", + "rf": "0.0671", + "tb": "0.8385", + "tf": "0.8385" + } + }, + { + "w": "2.5", + "specular": { + "rb": "0.067", + "rf": "0.067", + "tb": "0.8381", + "tf": "0.8381" + } + }, + { + "w": "5.0", + "specular": { + "rb": "0.03", + "rf": "0.03", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.0", + "specular": { + "rb": "0.023", + "rf": "0.023", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.0", + "specular": { + "rb": "0.012", + "rf": "0.012", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.0", + "specular": { + "rb": "0.005", + "rf": "0.005", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.0", + "specular": { + "rb": "0.22", + "rf": "0.22", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.0", + "specular": { + "rb": "0.237", + "rf": "0.237", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.0", + "specular": { + "rb": "0.146", + "rf": "0.146", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.0", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.0", + "specular": { + "rb": "0.081", + "rf": "0.081", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.0", + "specular": { + "rb": "0.067", + "rf": "0.067", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.0", + "specular": { + "rb": "0.051", + "rf": "0.051", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.0", + "specular": { + "rb": "0.044", + "rf": "0.044", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.0", + "specular": { + "rb": "0.033", + "rf": "0.033", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.0", + "specular": { + "rb": "0.024", + "rf": "0.024", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.0", + "specular": { + "rb": "0.077", + "rf": "0.077", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.0", + "specular": { + "rb": "0.192", + "rf": "0.192", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.0", + "specular": { + "rb": "0.247", + "rf": "0.247", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.0", + "specular": { + "rb": "0.241", + "rf": "0.241", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.0", + "specular": { + "rb": "0.21", + "rf": "0.21", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.0", + "specular": { + "rb": "0.189", + "rf": "0.189", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "25.0", + "specular": { + "rb": "0.168", + "rf": "0.168", + "tb": "0.0", + "tf": "0.0" + } + } + ] + } + ], + "number_incidence_angles": 1 + } + } + } +} From cf07be8098511351f64b1e4363abdd7e9757b09d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 17:22:02 +0200 Subject: [PATCH 117/362] Separate between `colorTransmittance` and `colorReflectance` because of the Color Renderin Index --- schemas/opticalData.json | 37 ++++++++++++++++--- schemas/photovoltaicData.json | 18 ++++----- .../SunovationModuleEnamelOptical.json | 34 ++++++++++++----- .../colorVisibleTransmittanceReflectance.json | 19 ++++++++-- 4 files changed, 79 insertions(+), 29 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index f6e18781..b00f0488 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -392,23 +392,26 @@ "transmittance": { "$ref": "#/$defs/transmittance" }, + "colorTransmittance": { + "$ref": "#/$defs/colorTransmittance" + }, "reflectance": { "$ref": "#/$defs/reflectance" }, + "colorReflectance": { + "$ref": "#/$defs/colorReflectance" + }, "absorptanceEmittance": { "$ref": "#/$defs/absorptanceEmittance" - }, - "color": { - "$ref": "#/$defs/color" } }, "additionalProperties": false, "required": [], "minProperties": 1 }, - "color": { - "title": "Color characterization", - "description": "The color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail.", + "colorTransmittance": { + "title": "Color characterization of the irradiance transmitted through a component", + "description": "The color of the transmitted irradiance can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index.", "type": "object", "properties": { "name": { @@ -436,6 +439,28 @@ "required": [], "minProperties": 1 }, + "colorReflectance": { + "title": "Color characterization of the irradiance reflected by a component", + "description": "The color of the reflected irradiance can be characterized in different ways, for example with the CIELAB Color Space.", + "type": "object", + "properties": { + "name": { + "type": "string", + "description": "The name of the color in common language" + }, + "cielabColors": { + "type": "array", + "items": { + "$ref": "#/$defs/cielabColor" + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": [], + "minProperties": 1 + }, "cielabColor": { "title": "The three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.", "type": "object", diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index 9dba1540..d62d8063 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -262,9 +262,9 @@ "$ref": "number.json#/$defs/ohmPerMeterWithUncertainty", "description": "The electric resistance of the connection per length of the connection in ohms per meter." }, - "color": { - "$ref": "opticalData.json#/$defs/color", - "description": "Color of the connection" + "colorReflectance": { + "$ref": "opticalData.json#/$defs/colorReflectance", + "description": "Color reflected by the connection" } }, "additionalProperties": false, @@ -410,9 +410,9 @@ "$ref": "material.json#/$defs/characteristics", "description": "All properties which depend on the material in general and not on the specific component." }, - "color": { - "$ref": "opticalData.json#/$defs/color", - "description": "Color of the frame." + "colorReflectance": { + "$ref": "opticalData.json#/$defs/colorReflectance", + "description": "Color reflected by the frame." } }, "additionalProperties": false, @@ -1155,9 +1155,9 @@ "$ref": "number.json#/$defs/ohmPerMeterWithUncertainty", "description": "The electric resistance of the connection per length of the connection in ohms per meter." }, - "color": { - "$ref": "opticalData.json#/$defs/color", - "description": "Color of the connection." + "colorReflectance": { + "$ref": "opticalData.json#/$defs/colorReflectance", + "description": "Color reflected by the connection." } }, "additionalProperties": false, diff --git a/tests/valid/opticalData/SunovationModuleEnamelOptical.json b/tests/valid/opticalData/SunovationModuleEnamelOptical.json index 2d205d3b..0db4a3ac 100644 --- a/tests/valid/opticalData/SunovationModuleEnamelOptical.json +++ b/tests/valid/opticalData/SunovationModuleEnamelOptical.json @@ -1,17 +1,31 @@ { "dataPoints": [ { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "direction": "reflection", - "surface": "symmetric", - "observer": "tenDegrees", - "illuminant": "D65" + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.08, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 5, + "aStar": 1, + "bStar": -1, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] + } + } } ] } diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index abac282f..f2d23a8d 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -14,13 +14,24 @@ }, "results": { "transmittance": 0.81, + "colorTransmittance": { + "cielabColors": [ + { + "lStar": 94, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] + }, "reflectance": 0.08, - "color": { + "colorReflectance": { "cielabColors": [ { - "lStar": 5, - "aStar": 1, - "bStar": -1, + "lStar": 4, + "aStar": 0, + "bStar": 0, "observer": "tenDegrees", "illuminant": "D65" } From eceab0c0203f9c5ada0ff11acb440e520a242467 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 17:40:24 +0200 Subject: [PATCH 118/362] Add invalid test with additional property --- .../opticalDatasetWithAdditionalPoperty.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json diff --git a/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json b/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json new file mode 100644 index 00000000..437ef0d1 --- /dev/null +++ b/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json @@ -0,0 +1,21 @@ +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + }, + "newlyAddedProperty": 0.63 + } + ] +} \ No newline at end of file From d24ec45d5ad43f6fe20493e79c5a947cf25c6350 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 17:43:32 +0200 Subject: [PATCH 119/362] Begin with an example of color of a IGSDB V2 3mm float glass --- .../opticalData/colorIgsdbExampleClr-3.json | 371 ++++++++++++++++++ 1 file changed, 371 insertions(+) create mode 100644 tests/valid/opticalData/colorIgsdbExampleClr-3.json diff --git a/tests/valid/opticalData/colorIgsdbExampleClr-3.json b/tests/valid/opticalData/colorIgsdbExampleClr-3.json new file mode 100644 index 00000000..ccf9114f --- /dev/null +++ b/tests/valid/opticalData/colorIgsdbExampleClr-3.json @@ -0,0 +1,371 @@ +{ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": "visible", + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.9044294, + "reflectance": 0.08225287 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": "visible", + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.9044294, + "reflectance": 0.08225287 + } + } + ] + } + ], + "color": { + "reflectance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "reflectance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.4781490764729779, + "b": -0.4878317966566348, + "l": 34.46499873850816 + }, + "rgb": { + "b": 89.42135217644993, + "g": 89.71199959506417, + "r": 88.00823275144889 + }, + "trichromatic": { + "x": 7.753658, + "y": 8.233734, + "z": 8.986135 + } + } + }, + "transmittance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "transmittance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.8035122491914515, + "b": 0.2168086516082468, + "l": 96.18335944095739 + }, + "rgb": { + "b": 255.0, + "g": 255.0, + "r": 255.0 + }, + "trichromatic": { + "x": 85.31423, + "y": 90.45058, + "z": 96.74794 + } + } + } + }, + "photopic": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": "0.08225287", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": "0.08225197", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": "0.9044294", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.9044294", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + } +} \ No newline at end of file From eacb093316083b424b461fe178748e17b53e1faf Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 18:05:28 +0200 Subject: [PATCH 120/362] IGSDB V2 color example passes `make test` --- .../opticalDatasetWithAdditionalPoperty.json | 2 +- .../opticalData/colorIgsdbExampleClr-3.json | 427 +++--------------- 2 files changed, 74 insertions(+), 355 deletions(-) diff --git a/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json b/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json index 437ef0d1..c9334a63 100644 --- a/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json +++ b/tests/invalid/opticalData/opticalDatasetWithAdditionalPoperty.json @@ -18,4 +18,4 @@ "newlyAddedProperty": 0.63 } ] -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/colorIgsdbExampleClr-3.json b/tests/valid/opticalData/colorIgsdbExampleClr-3.json index ccf9114f..fa1ce880 100644 --- a/tests/valid/opticalData/colorIgsdbExampleClr-3.json +++ b/tests/valid/opticalData/colorIgsdbExampleClr-3.json @@ -1,371 +1,90 @@ { - "data": [ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ { - "componentCharacteristics": { - "surface": "prime", - "symmetries": "azimuthalAngleInvariance" + "incidence": { + "wavelengths": { + "integral": "visible" }, - "dataPoints": [ + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9044294, + "colorTransmittance": { + "cielabColors": [ { - "incidence": { - "wavelengths": "visible", - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.9044294, - "reflectance": 0.08225287 - } + "aStar": -0.8035122491914515, + "bStar": 0.2168086516082468, + "lStar": 96.18335944095739 } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" + ] }, - "dataPoints": [ + "reflectance": 0.08225287, + "colorReflectance": { + "cielabColors": [ { - "incidence": { - "wavelengths": "visible", - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.9044294, - "reflectance": 0.08225287 - } - } - ] - } - ], - "color": { - "reflectance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "reflectance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": -0.4781490764729779, - "b": -0.4878317966566348, - "l": 34.46499873850816 - }, - "rgb": { - "b": 89.42135217644993, - "g": 89.71199959506417, - "r": 88.00823275144889 - }, - "trichromatic": { - "x": 7.753658, - "y": 8.233734, - "z": 8.986135 + "aStar": -0.4781490764729779, + "bStar": -0.4878317966566348, + "lStar": 34.46499873850816 } + ] } - }, - "transmittance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "integral": "visible" }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } + "direction": { + "polar": 8 } - }, - "transmittance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9044294, + "colorTransmittance": { + "cielabColors": [ + { + "aStar": -0.8035122491914515, + "bStar": 0.2168086516082468, + "lStar": 96.18335944095739 } + ] }, - "direct_hemispherical": { - "lab": { - "a": -0.8035122491914515, - "b": 0.2168086516082468, - "l": 96.18335944095739 - }, - "rgb": { - "b": 255.0, - "g": 255.0, - "r": 255.0 - }, - "trichromatic": { - "x": 85.31423, - "y": 90.45058, - "z": 96.74794 + "reflectance": 0.08225287, + "colorReflectance": { + "cielabColors": [ + { + "aStar": -0.4781490764729779, + "bStar": -0.4878317966566348, + "lStar": 34.46499873850816 } + ] } + } } - }, - "photopic": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": "0.08225287", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": "0.08225197", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": "0.9044294", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.9044294", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + ] } -} \ No newline at end of file + ] +} From 5fc1781ccfc15bb3e672ff25618d3f24cb9a0e15 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 1 Jul 2024 18:22:22 +0200 Subject: [PATCH 121/362] The Color Rendering Index needs to be fixed --- .../optical/ColorRenderingIndexCIELAB.json | 60 +++++++++++++------ .../bipvModuleSunovationEnamel.json | 46 ++++++++++---- 2 files changed, 76 insertions(+), 30 deletions(-) diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index 21a88999..3c524371 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -13,24 +13,50 @@ { "dataPoints": [ { - "colorRenderingIndices": [ - { - "value": 0.5, - "direction": "transmission", - "surface": "prime" + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" } - ], - "cielabColors": [ - { - "lStar": 20, - "aStar": 3, - "bStar": -2, - "direction": "reflection", - "surface": "symmetric", - "observer": "tenDegrees", - "illuminant": "D65" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "colorTransmittance": { + "colorRenderingIndices": [ + { + "value": 0.5, + "direction": "transmission", + "surface": "prime" + } + ], + "cielabColors": [ + { + "lStar": 94, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] + }, + "reflectance": 0.08, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 4, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] } - ] + } } ] } @@ -39,4 +65,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json b/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json index acbdc3c8..6fd3b53e 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json @@ -4,9 +4,15 @@ "id": "102aed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "Enamel at the edges of a PV module", "relations": { - "partOf": ["20aaed0a-2b9a-4748-8d98-e9d278cd12e4"] + "partOf": [ + "20aaed0a-2b9a-4748-8d98-e9d278cd12e4" + ] + }, + "categories": { + "componentType": [ + "layer" + ] }, - "categories": { "componentType": ["layer"] }, "optical": [ { "id": { @@ -17,17 +23,31 @@ { "dataPoints": [ { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "direction": "reflection", - "surface": "symmetric", - "observer": "tenDegrees", - "illuminant": "D65" + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.08225287, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 5, + "aStar": 1, + "bStar": -1, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] } - ] + } } ] } @@ -36,4 +56,4 @@ ] } ] -} +} \ No newline at end of file From 662322be9688cb132d782daa4766252146d220e5 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 2 Jul 2024 16:23:35 +0200 Subject: [PATCH 122/362] Improve the definition of Color Rendering Indices --- schemas/number.json | 43 ++++++++++++++++++++++---- schemas/opticalData.json | 65 ++++++++++++++++++++++++++++++++-------- 2 files changed, 90 insertions(+), 18 deletions(-) diff --git a/schemas/number.json b/schemas/number.json index 6fd1663f..0fdf1434 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -111,7 +111,7 @@ "maximum": 1 }, "numberBetweenZeroAndOneWithUncertainty": { - "title": "If a number may have an uncertainty and only numbers between 0 an 1 are valid, then this schema is used. If the uncertainty is unknown, only one number is defined. If the uncertainty is known, the mean value is defined as `uncertainValue`, the uncertainty as `uncertainty` and the confidence interval as `confidenceInterval`.", + "title": "If a number may have an uncertainty and only numbers between 0 and 1 are valid, then this schema is used. If the uncertainty is unknown, only one number is defined. If the uncertainty is known, the mean value is defined as `uncertainValue`, the uncertainty as `uncertainty` and the confidence interval as `confidenceInterval`.", "oneOf": [ { "$ref": "#/$defs/numberBetweenZeroAndOne", @@ -141,6 +141,37 @@ "minimum": 0, "maximum": 90 }, + "numberBetweenZeroAndOneHundred": { + "description": "This type is used when only numbers between 0 and 100 are valid and no uncertainty can occur.", + "type": "number", + "minimum": 0, + "maximum": 100 + }, + "numberBetweenZeroAndOneHundredWithUncertainty": { + "title": "If a number may have an uncertainty and only numbers between 0 and 100 are valid, then this schema is used. If the uncertainty is unknown, only one number is defined. If the uncertainty is known, the mean value is defined as `uncertainValue`, the uncertainty as `uncertainty` and the confidence interval as `confidenceInterval`.", + "oneOf": [ + { + "$ref": "#/$defs/numberBetweenZeroAndOneHundred", + "description": "If the uncertainty is unknown, then this this option is used." + }, + { + "type": "object", + "properties": { + "uncertainValue": { + "$ref": "#/$defs/numberBetweenZeroAndOneHundred" + }, + "uncertainty": { + "$ref": "#/$defs/uncertaintyNumber" + }, + "confidenceInterval": { + "$ref": "#/$defs/confidenceInterval" + } + }, + "additionalProperties": false, + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + } + ] + }, "numberBetweenZeroAndOneHundredEighty": { "description": "This type is used when only numbers between 0 and 90 are valid and no uncertainty can occur.", "type": "number", @@ -418,10 +449,12 @@ "type": "number" }, "percentBetweenZeroAndOneHundred": { - "description": "Percent, for example, the number 5 of this type means 5 %.", - "type": "number", - "minimum": 0, - "maximum": 100 + "$ref": "#/$defs/numberBetweenZeroAndOneHundred", + "description": "Percent without uncertainty. For example, the number 5 of this type means 5 %." + }, + "percentBetweenZeroAndOneHundredWithUncertainty": { + "$ref": "#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", + "description": "Percent. For example, the number 5 of this type means 5 %. With this type, the uncertainty can be defined." }, "latitude": { "$ref": "#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", diff --git a/schemas/opticalData.json b/schemas/opticalData.json index b00f0488..2d083bdf 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -478,13 +478,11 @@ "description": "b* (bStar) defines the color between blue and yellow." }, "observer": { - "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "$ref": "#/$defs/observer", "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { - "type": "string", - "enum": ["A", "D65"], + "$ref": "#/$defs/illuminant", "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, @@ -492,16 +490,57 @@ "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { - "title": "The Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.", - "type": "object", - "properties": { - "value": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "The value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight." + "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors.", + "oneOf": [ + { + "type": "object", + "properties": { + "Ra": { + "$ref": "number.json#/$defs/numberBetweenZeroAndOneWithUncertainty", + "description": "The Color Rendering Index as it is defined by EN 410 based on CIE 13. 3-1995, Method of Measuring and Specifying Colour RenderingProperties of Light Sources, 1995, ISBN: 9783900734572. It indicates how well colors are rendered after one transmission of the building envelope. For example, how the color of an object inside a building is perceived from within the building." + }, + "observer": { + "$ref": "#/$defs/observer", + "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." + }, + "illuminant": { + "$ref": "#/$defs/illuminant", + "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." + } + }, + "additionalProperties": false, + "required": ["Ra"] + }, + { + "type": "object", + "properties": { + "Raout-in": { + "$ref": "number.json#/$defs/numberBetweenZeroAndOneWithUncertainty", + "description": "The Color Rendering Index Raout-in is defined by T.E. Kuhn, H.R. Wilson, J. Hanek, M. Santamouris, Ra out-in Color rendering of objects in a daylit room viewed from outdoors, Energy and Buildings 118 (2016) 93–98, https://doi.org/10.1016/j.enbuild.2016.02.019. It indicates how well colors are rendered after two transmissions of the building envelope. For example, how the color of an object inside the building is percived from the outside." + }, + "observer": { + "$ref": "#/$defs/observer", + "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." + }, + "illuminant": { + "$ref": "#/$defs/illuminant", + "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." + } + }, + "additionalProperties": false, + "required": ["Raout-in"] } - }, - "additionalProperties": false, - "required": ["value", "direction"] + ] + }, + "observer": { + "type": "string", + "enum": ["twoDegrees", "tenDegrees"], + "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." + }, + "illuminant": { + "type": "string", + "enum": ["A", "D65"], + "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" From 46516730b16c39d325a67a250eccc4b7277b483c Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 2 Jul 2024 16:33:09 +0200 Subject: [PATCH 123/362] Finalize schemas, examples, tests regarding Color Rendering Indices --- examples/dbe/optical/ColorRenderingIndexCIELAB.json | 13 +++++++++---- .../photovoltaic/bipvModuleSunovationEnamel.json | 10 +++------- schemas/opticalData.json | 6 +++--- .../colorVisibleTransmittanceReflectance.json | 12 ++++++++++++ 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index 3c524371..73b2e85b 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -29,9 +29,14 @@ "colorTransmittance": { "colorRenderingIndices": [ { - "value": 0.5, - "direction": "transmission", - "surface": "prime" + "Ra": 97, + "observer": "twoDegrees", + "illuminant": "D65" + }, + { + "Raout-in": 95, + "observer": "tenDegrees", + "illuminant": "A" } ], "cielabColors": [ @@ -65,4 +70,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json b/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json index 6fd3b53e..6674e3fe 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json @@ -4,14 +4,10 @@ "id": "102aed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "Enamel at the edges of a PV module", "relations": { - "partOf": [ - "20aaed0a-2b9a-4748-8d98-e9d278cd12e4" - ] + "partOf": ["20aaed0a-2b9a-4748-8d98-e9d278cd12e4"] }, "categories": { - "componentType": [ - "layer" - ] + "componentType": ["layer"] }, "optical": [ { @@ -56,4 +52,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 2d083bdf..dc2d805d 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -490,13 +490,13 @@ "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { - "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors.", + "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", "oneOf": [ { "type": "object", "properties": { "Ra": { - "$ref": "number.json#/$defs/numberBetweenZeroAndOneWithUncertainty", + "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", "description": "The Color Rendering Index as it is defined by EN 410 based on CIE 13. 3-1995, Method of Measuring and Specifying Colour RenderingProperties of Light Sources, 1995, ISBN: 9783900734572. It indicates how well colors are rendered after one transmission of the building envelope. For example, how the color of an object inside a building is perceived from within the building." }, "observer": { @@ -515,7 +515,7 @@ "type": "object", "properties": { "Raout-in": { - "$ref": "number.json#/$defs/numberBetweenZeroAndOneWithUncertainty", + "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", "description": "The Color Rendering Index Raout-in is defined by T.E. Kuhn, H.R. Wilson, J. Hanek, M. Santamouris, Ra out-in Color rendering of objects in a daylit room viewed from outdoors, Energy and Buildings 118 (2016) 93–98, https://doi.org/10.1016/j.enbuild.2016.02.019. It indicates how well colors are rendered after two transmissions of the building envelope. For example, how the color of an object inside the building is percived from the outside." }, "observer": { diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index f2d23a8d..cfe5c78f 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -23,6 +23,18 @@ "observer": "tenDegrees", "illuminant": "D65" } + ], + "colorRenderingIndices": [ + { + "Ra": 97, + "observer": "twoDegrees", + "illuminant": "D65" + }, + { + "Raout-in": 95, + "observer": "tenDegrees", + "illuminant": "A" + } ] }, "reflectance": 0.08, From 44ec4ba5be893c744206b7a08bb0a9a44510e218 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 2 Jul 2024 16:45:04 +0200 Subject: [PATCH 124/362] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4994cb63..3d2e0225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -192,6 +192,7 @@ and this project adheres to - Add more mirrored values to `apis` [#238](https://github.com/building-envelope-data/api/pull/238) - Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247) - Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260) +- Move `color` to the `results` of an optical data set [#326](https://github.com/building-envelope-data/api/pull/326) ### Removed From 6efb2af7871d377ecb27222b0594de8ebfd91eff Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 4 Jul 2024 15:34:03 +0200 Subject: [PATCH 125/362] Make values of one optical tests more realistic. --- .../opticalData/colorVisibleTransmittanceReflectance.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index cfe5c78f..a3320aec 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -18,8 +18,8 @@ "cielabColors": [ { "lStar": 94, - "aStar": 0, - "bStar": 0, + "aStar": -0.5, + "bStar": 0.5, "observer": "tenDegrees", "illuminant": "D65" } @@ -52,4 +52,4 @@ } } ] -} +} \ No newline at end of file From 88689ea0dc0a5e8820aeb24d4200fe3fe3f64fb3 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 4 Jul 2024 15:35:30 +0200 Subject: [PATCH 126/362] Make values of one optical tests more realistic. --- .../valid/opticalData/colorVisibleTransmittanceReflectance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index a3320aec..d2dcd668 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -17,7 +17,7 @@ "colorTransmittance": { "cielabColors": [ { - "lStar": 94, + "lStar": 90, "aStar": -0.5, "bStar": 0.5, "observer": "tenDegrees", From d1b49794e46dd3cf1874773385c55013e940d484 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 4 Jul 2024 16:28:20 +0200 Subject: [PATCH 127/362] Add test for solar transmittance and reflectance --- .../colorVisibleTransmittanceReflectance.json | 2 +- .../solarTransmittanceReflectance.json | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 tests/valid/opticalData/solarTransmittanceReflectance.json diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index d2dcd668..d87c06e3 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -52,4 +52,4 @@ } } ] -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/solarTransmittanceReflectance.json b/tests/valid/opticalData/solarTransmittanceReflectance.json new file mode 100644 index 00000000..b0ec1047 --- /dev/null +++ b/tests/valid/opticalData/solarTransmittanceReflectance.json @@ -0,0 +1,21 @@ +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } + } + ] +} From bf34d0855cc292148a4d0e21bcf0942e342ab479 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 30 Nov 2023 17:33:52 +0100 Subject: [PATCH 128/362] Exchange `nodes` by `edges{node}` in allData.graphql --- queries/database/allData.graphql | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/queries/database/allData.graphql b/queries/database/allData.graphql index 8bde0459..da7d3da1 100644 --- a/queries/database/allData.graphql +++ b/queries/database/allData.graphql @@ -2,16 +2,20 @@ query { byComponentId: allData( where: { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } ) { - nodes { - uuid + edges { + node { + uuid + } } } byNegation: allData( where: { not: { gValues: { some: { greaterThanOrEqualTo: 0.5 } } } } ) { - nodes { - uuid + edges { + node { + uuid + } } } @@ -23,8 +27,10 @@ query { ] } ) { - nodes { - uuid + edges { + node { + uuid + } } } @@ -41,8 +47,10 @@ query { ] } ) { - nodes { - uuid + edges { + node { + uuid + } } } From 61e13d98b5ea509497a9fd04a829e9f2f0080cfc Mon Sep 17 00:00:00 2001 From: Shreya Ponnamma <36534591+shreyaponnamma@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:48:55 +0000 Subject: [PATCH 129/362] Modify nodes to edges{node} in tutorial.graphql --- queries/database/tutorial.graphql | 62 +++++---- queries/metabase/tutorial.graphql | 206 +++++++++++++++++------------- 2 files changed, 152 insertions(+), 116 deletions(-) diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql index 54568add..08e3e5ed 100644 --- a/queries/database/tutorial.graphql +++ b/queries/database/tutorial.graphql @@ -2,11 +2,13 @@ query { resourcesByComponent: allOpticalData( where: { componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } } ) { - nodes { - resourceTree { - root { - value { - locator + edges { + node { + resourceTree { + root { + value { + locator + } } } } @@ -14,12 +16,14 @@ query { } allData: allData { - nodes { - name - resourceTree { - root { - value { - locator + edges { + node { + name + resourceTree { + root { + value { + locator + } } } } @@ -49,12 +53,14 @@ query { ] } ) { - nodes { - componentId - resourceTree { - root { - value { - locator + edges { + node { + componentId + resourceTree { + root { + value { + locator + } } } } @@ -62,21 +68,25 @@ query { } allOpticalDataSets: allOpticalData { - nodes { - name + edges { + node { + name + } } } integralOpticalValuesOfComponent: allOpticalData( where: { componentId: { equalTo: "3ffc64af-d1f3-4a2e-a646-b007b7137245" } } ) { - nodes { - nearnormalHemisphericalVisibleReflectances - nearnormalHemisphericalVisibleTransmittances - resourceTree { - root { - value { - locator + edges { + node { + nearnormalHemisphericalVisibleReflectances + nearnormalHemisphericalVisibleTransmittances + resourceTree { + root { + value { + locator + } } } } diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index 1bb4de1b..6f19842d 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -1,8 +1,10 @@ query { institutionByString: institutions(where: { name: { contains: "Suno" } }) { - nodes { - name - uuid + edges { + node { + name + uuid + } } } @@ -20,20 +22,24 @@ query { } resourcesByComponent: databases { - nodes { - uuid - name - locator - allOpticalData( - where: { - componentId: { equalTo: "9386f355-2069-4490-bdd1-e1acdb233e12" } - } - ) { - nodes { - resourceTree { - root { - value { - locator + edges { + node { + uuid + name + locator + allOpticalData( + where: { + componentId: { equalTo: "9386f355-2069-4490-bdd1-e1acdb233e12" } + } + ) { + edges { + node { + resourceTree { + root { + value { + locator + } + } } } } @@ -43,14 +49,18 @@ query { } allData: databases { - nodes { - allData { - nodes { - name - resourceTree { - root { - value { - locator + edges { + node { + allData { + edges { + node { + name + resourceTree { + root { + value { + locator + } + } } } } @@ -60,22 +70,26 @@ query { } dataFormat: databases { - nodes { - name - allOpticalData( - where: { - resources: { - some: { - dataFormatId: { equalTo: "e021cf20-e887-4dce-ad27-35da70cec472" } + edges { + node { + name + allOpticalData( + where: { + resources: { + some: { + dataFormatId: { equalTo: "e021cf20-e887-4dce-ad27-35da70cec472" } + } } } - } - ) { - nodes { - resourceTree { - root { - value { - locator + ) { + edges { + node { + resourceTree { + root { + value { + locator + } + } } } } @@ -85,39 +99,43 @@ query { } dataSetsByOpticalPropertiesAndDataFormat: databases { - nodes { - name - allOpticalData( - where: { - and: [ - { - nearnormalHemisphericalVisibleTransmittances: { - some: { greaterThanOrEqualTo: 0.605 } + edges { + node { + name + allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.605 } + } } - } - { - nearnormalHemisphericalSolarTransmittances: { - some: { lessThanOrEqualTo: 0.228 } + { + nearnormalHemisphericalSolarTransmittances: { + some: { lessThanOrEqualTo: 0.228 } + } } - } - { - resources: { - some: { - dataFormatId: { - equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" + { + resources: { + some: { + dataFormatId: { + equalTo: "9ca9e8f5-94bf-4fdd-81e3-31a58d7ca708" + } } } } - } - ] - } - ) { - nodes { - componentId - resourceTree { - root { - value { - locator + ] + } + ) { + edges { + node { + componentId + resourceTree { + root { + value { + locator + } + } } } } @@ -127,35 +145,43 @@ query { } allOpticalDataSets: databases { - nodes { - allOpticalData { - nodes { - name + edges { + node { + allOpticalData { + edges { + node { + name + } + } } } } } integralOpticalValuesOfComponent: databases { - nodes { - uuid - name - locator - allOpticalData( - where: { - componentId: { equalTo: "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e" } - } - ) { - nodes { - nearnormalHemisphericalSolarReflectances - nearnormalHemisphericalSolarTransmittances - nearnormalHemisphericalVisibleReflectances - nearnormalHemisphericalVisibleTransmittances - infraredEmittances - resourceTree { - root { - value { - locator + edges { + node { + uuid + name + locator + allOpticalData( + where: { + componentId: { equalTo: "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e" } + } + ) { + edges { + node { + nearnormalHemisphericalSolarReflectances + nearnormalHemisphericalSolarTransmittances + nearnormalHemisphericalVisibleReflectances + nearnormalHemisphericalVisibleTransmittances + infraredEmittances + resourceTree { + root { + value { + locator + } + } } } } From 8afb75fafdeca0711531c6a365529960a1c1e155 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 9 Jul 2024 16:08:58 +0200 Subject: [PATCH 130/362] Remove the shortcut `nodes` from database.graphql . metabase.graphql will later be updated based on the repository metabase. `make format` --- apis/database.graphql | 14 -------------- queries/metabase/tutorial.graphql | 4 +++- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 619cfe74..f3d76d0c 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -922,15 +922,6 @@ type DataConnection { """ edges: [DataEdge!]! - """ - Data nodes to avoid the layer of indirection through edges in case edge meta - data is not needed. It is equal to the list comprehension - ``` - [edge.node for edge in edges] - ``` - """ - nodes: [Data!]! - """ Total number of data edges (and nodes) of which a slice is `edges` (and `nodes`). Note that the number of edges (and nodes) of the present slice is @@ -982,7 +973,6 @@ See `DataConnection`. """ type OpticalDataConnection { edges: [OpticalDataEdge!]! - nodes: [OpticalData!]! pageInfo: PageInfo! timestamp: DateTime! } @@ -1000,7 +990,6 @@ See `DataConnection`. """ type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! - nodes: [HygrothermalData!]! pageInfo: PageInfo! timestamp: DateTime! } @@ -1018,7 +1007,6 @@ See `DataConnection`. """ type PhotovoltaicDataConnection { edges: [PhotovoltaicDataEdge!]! - nodes: [PhotovoltaicData!]! pageInfo: PageInfo! timestamp: DateTime! } @@ -1036,7 +1024,6 @@ See `DataConnection`. """ type CalorimetricDataConnection { edges: [CalorimetricDataEdge!]! - nodes: [CalorimetricData!]! pageInfo: PageInfo! timestamp: DateTime! } @@ -1046,7 +1033,6 @@ See `DataConnection`. """ type GeometricDataConnection { edges: [GeometricDataEdge!]! - nodes: [GeometricData!]! pageInfo: PageInfo! timestamp: DateTime! } diff --git a/queries/metabase/tutorial.graphql b/queries/metabase/tutorial.graphql index 6f19842d..f7080a58 100644 --- a/queries/metabase/tutorial.graphql +++ b/queries/metabase/tutorial.graphql @@ -77,7 +77,9 @@ query { where: { resources: { some: { - dataFormatId: { equalTo: "e021cf20-e887-4dce-ad27-35da70cec472" } + dataFormatId: { + equalTo: "e021cf20-e887-4dce-ad27-35da70cec472" + } } } } From 728924f7cce7c031e7d995504cb79b0a191ffe39 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 9 Jul 2024 16:16:39 +0200 Subject: [PATCH 131/362] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2e0225..4060547b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -193,6 +193,7 @@ and this project adheres to - Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247) - Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260) - Move `color` to the `results` of an optical data set [#326](https://github.com/building-envelope-data/api/pull/326) +- Remove the shortcut `nodes` to reduce the implementation effort [#318](https://github.com/building-envelope-data/api/pull/318) ### Removed From a9ce6beca5dae053da8e23f7c072c0204cf600b0 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 9 Jul 2024 16:44:26 +0200 Subject: [PATCH 132/362] Add query for color as example --- queries/database/tutorial.graphql | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql index 08e3e5ed..fade8c5b 100644 --- a/queries/database/tutorial.graphql +++ b/queries/database/tutorial.graphql @@ -67,6 +67,39 @@ query { } } + dataSetsByColor: allOpticalData( + where: { + and: [ + { colorRenderingIndices: { some: { greaterThanOrEqualTo: 90 } } } + { cielabColors: { some: { lStar: { greaterThanOrEqualTo: 80 } } } } + { cielabColors: { some: { aStar: { greaterThanOrEqualTo: -5 } } } } + { cielabColors: { some: { aStar: { greaterThanOrEqualTo: 5 } } } } + { cielabColors: { some: { bStar: { greaterThanOrEqualTo: -5 } } } } + { cielabColors: { some: { bStar: { greaterThanOrEqualTo: 5 } } } } + ] + } + ) { + edges { + node { + name + componentId + colorRenderingIndices + cielabColors { + lStar + aStar + bStar + } + resourceTree { + root { + value { + locator + } + } + } + } + } + } + allOpticalDataSets: allOpticalData { edges { node { From f70c30e33dea8d82bd02646c596e409cfcc0fd31 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 9 Jul 2024 17:58:24 +0200 Subject: [PATCH 133/362] Correct typo in database/tutorial.graphql --- queries/database/tutorial.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql index fade8c5b..34b60d9b 100644 --- a/queries/database/tutorial.graphql +++ b/queries/database/tutorial.graphql @@ -73,9 +73,9 @@ query { { colorRenderingIndices: { some: { greaterThanOrEqualTo: 90 } } } { cielabColors: { some: { lStar: { greaterThanOrEqualTo: 80 } } } } { cielabColors: { some: { aStar: { greaterThanOrEqualTo: -5 } } } } - { cielabColors: { some: { aStar: { greaterThanOrEqualTo: 5 } } } } + { cielabColors: { some: { aStar: { lessThanOrEqualTo: 5 } } } } { cielabColors: { some: { bStar: { greaterThanOrEqualTo: -5 } } } } - { cielabColors: { some: { bStar: { greaterThanOrEqualTo: 5 } } } } + { cielabColors: { some: { bStar: { lessThanOrEqualTo: 5 } } } } ] } ) { From c9c2c3d9098d3f9a2a0698cc7c76bf2c30b41d91 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 9 Jul 2024 18:07:53 +0200 Subject: [PATCH 134/362] Add queries for calorimetric and geometric data to database/tutorial.graphql --- queries/database/tutorial.graphql | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/queries/database/tutorial.graphql b/queries/database/tutorial.graphql index 34b60d9b..0510ed7c 100644 --- a/queries/database/tutorial.graphql +++ b/queries/database/tutorial.graphql @@ -125,4 +125,39 @@ query { } } } + + byGValue: allCalorimetricData( + where: { gValues: { all: { lessThanOrEqualTo: 0.1 } } } + ) { + edges { + node { + uuid + gValues + uValues + resourceTree { + root { + value { + locator + } + } + } + } + } + } + + byThickness: allGeometricData( + where: { + and: [ + { thicknesses: { all: { greaterThanOrEqualTo: 0.0039 } } } + { thicknesses: { all: { lessThanOrEqualTo: 0.0041 } } } + ] + } + ) { + edges { + node { + componentId + thicknesses + } + } + } } From 65d1e5ab5c51792c94e541f4f5d63b5232fc4301 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 11 Jul 2024 12:09:55 +0200 Subject: [PATCH 135/362] Change `$id` to `https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/` --- .../opticalDataSchema/opticalDataSchema.svg | 20 +++++++++---------- .../opticalData/opticalDataSchema.plantuml | 2 +- schemas/building.json | 2 +- schemas/calorimetric.json | 2 +- schemas/calorimetricData.json | 2 +- schemas/common.json | 7 +++++-- schemas/component.json | 2 +- schemas/dbe.json | 2 +- schemas/dsb.json | 2 +- schemas/gaps.json | 2 +- schemas/geometric.json | 2 +- schemas/geometricData.json | 2 +- schemas/hygrothermal.json | 2 +- schemas/hygrothermalData.json | 2 +- schemas/identifier.json | 2 +- schemas/layer.json | 2 +- schemas/material.json | 2 +- schemas/method.json | 2 +- schemas/number.json | 2 +- schemas/optical.json | 2 +- schemas/opticalData.json | 2 +- schemas/photovoltaic.json | 2 +- schemas/photovoltaicData.json | 2 +- schemas/stakeholder.json | 2 +- schemas/string.json | 2 +- schemas/unit.json | 2 +- 26 files changed, 39 insertions(+), 36 deletions(-) diff --git a/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg index ee0b79fe..ce089dce 100644 --- a/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg +++ b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.svg @@ -1,8 +1,8 @@ -$schemahttps://json-schema.org/draft/2020-12/schema$idhttps://www.buildingenvelopedata.org/schemas/v1/opticalData.jsontitleOptical datadescriptionOptical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.$defs   $ref#/$defs/datadata   dataPoint   componentCharacteristics   polarization   wavelengthUncertainty   wavelengthsIntegral   transmittance   reflectance   absorptanceEmittance   incidenceDirection   emergenceDirection   uncertainWavelength   wavelengths   incidence   emergence   results   color   cielabColor   colorRenderingIndex   oneOf         titleInternal data node with leaf childrendescriptionInternal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   dataPoints   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`.titleOptical data pointstypearrayitems   minItems1$ref#/$defs/dataPointdataPointstitleInternal data node with non-leaf childrendescriptionInternal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   data   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`.titleOptical datatypearrayitems   minItems1$ref#/$defs/datadataoneOf         titleGeneral schema for measured and calculated optical datadescriptionAn optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.typeobjectproperties   additionalProperties☐ falserequired   incidence   componentCharacteristics   emergence   results   $ref#/$defs/incidencetitleIncident radiationdescriptionIncident radiation on the component.$ref#/$defs/componentCharacteristicstitleComponent characteristicsdescriptionData point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node.$ref#/$defs/emergencetitleEmergent radiationdescriptionRadiation that emerges from the component.$ref#/$defs/resultstitleResultsdescriptionFor example transmittance and reflectance.incidenceemergenceresultstitleColor characterization$ref#/$defs/colordescriptionThe color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail.titleComponent characteristicsdescriptionParameters for optical measurements and simulations.typeobjectproperties   additionalProperties☐ falseminProperties1required   treatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   slatTilt   symmetries   surface   $refcommon.json#/$defs/referencetitleTreatment beforedescriptionTreatment performed on the sample before measurement.$refcommon.json#/$defs/referencetitleLocation on sampledescriptionLocation of measurement on the sample.$refcommon.json#/$defs/referencetitlePolarization sensitivitydescriptionPolarization sensitivity of the receiver of the optical measurement.$refnumber.json#/$defs/nonNegativeNumbertitleInstrument signaturedescriptionMean scatter level detected when there is no sample scatter present.typestringenum   titleNormalizationdescriptionNormalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm).absoluterelativespeculardiffuseReflectance$refcommon.json#/$defs/referencetitleReference sampledescriptionReference sample on which the optical measurement depends.$refcommon.json#/$defs/referencetitleSpotdescriptionSize and profile of the irradiance on the sample.$refcommon.json#/$defs/angles/$defs/slatTilttitleTilt angledescriptionTilt angle, for example of venetian blinds.titleChoose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.typestringenum   description(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!azimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotational$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandedtitleBandwidth and/or amplification factordescriptionBandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.typeobjectproperties   additionalProperties☐ falseminProperties1bandwidth   amplificationFactor   $refnumber.json#/$defs/nanometertitleBandwidthdescriptionRange of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead.$refnumber.json#/$defs/nonNegativeNumberWithUncertaintytitleAmplification factordescriptionMeasure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth.titleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegral$refnumber.json#/$defs/numberWithUncertaintydescriptionTransmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionReflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionAbsorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`.titleIncidence directiondescriptionDirection of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaltitleEmergence directiondescriptionDirection of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeWithUncertaintydescriptionThe polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeWithUncertaintydescriptionThe direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleDiffuse or hemisphericaldescription(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.typestringenum   diffusehemisphericaltitleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleWavelengths of radiationdescriptionEither one wavelength, possibly with uncertainty, or an integral over many wavelengths.oneOf         $ref#/$defs/uncertainWavelength$ref#/$defs/wavelengthsIntegraltitleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   $ref#/$defs/incidenceDirection$ref#/$defs/wavelengthsdescriptionWavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra.$ref#/$defs/polarizationdescriptionThe polarization of the optical data regardless of whether the incidence or the emergence polarized.directionwavelengthstitleEmergent radiationdescriptionEmergent radiation from a sample. It is characterized by its direction.typeobjectproperties   additionalProperties☐ falserequired   direction   $ref#/$defs/emergenceDirectiondirectiontitleMeasurement or simulation resultstypeobjectproperties   additionalProperties☐ falserequired   minProperties1transmittance   reflectance   absorptanceEmittance   $ref#/$defs/transmittance$ref#/$defs/reflectance$ref#/$defs/absorptanceEmittancetitleColor characterizationtypeobjectproperties   additionalProperties☐ falserequired   minProperties1name   cielabColors   colorRenderingIndices   typestringdescriptionThe name of the color in common languagetypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/cielabColortypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/colorRenderingIndextitleThe three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.typeobjectproperties   additionalProperties☐ falserequired   lStar   aStar   bStar   direction   surface   observer   illuminant   $refnumber.json#/$defs/numberWithUncertaintydescriptionL* (lStar) defines the lightness of the color.$refnumber.json#/$defs/numberWithUncertaintydescriptiona* (aStar) defines the color between green and red.$refnumber.json#/$defs/numberWithUncertaintydescriptionb* (bStar) defines the color between blue and yellow.typestringenum   description`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtypestringenum   description`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider.twoDegreestenDegreestypestringenum   descriptionThe illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65.AD65lStaraStarbStardirectiontitleThe Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.typeobjectproperties   additionalProperties☐ falserequired   value   direction   surface   $refnumber.json#/$defs/numberWithUncertaintydescriptionThe value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight.typestringenum   description`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedvaluedirection \ No newline at end of file diff --git a/docs/diagrams/src/opticalData/opticalDataSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataSchema.plantuml index dc98b97e..d1c2e370 100644 --- a/docs/diagrams/src/opticalData/opticalDataSchema.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataSchema.plantuml @@ -1,7 +1,7 @@ @startjson opticalDataSchema { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/opticalData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/opticalData.json", "title": "Optical data", "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", "$defs": { diff --git a/schemas/building.json b/schemas/building.json index 0d5e7626..0ae8890d 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/building.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/building.json", "title": "building data", "description": "Data about a building.", "$defs": { diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index f85f6adb..f6c0e0c7 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetric.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/calorimetric.json", "title": "metadata about calorimetric data sets", "description": "Data about calorimetric measurements or simulations with meta information like name, description, warnings, and more.", "$defs": { diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index f1b9d4e8..d026c4ec 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/calorimetricData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/calorimetricData.json", "title": "calorimetric data", "description": "Data sets about calorimetric measurements or simulations. In particular, energy fluxes are important.", "$defs": { diff --git a/schemas/common.json b/schemas/common.json index 9fc785e3..3a9f19df 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/common.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/common.json", "title": "common definitions", "description": "Definitions which are used in several other schemas.", "$defs": { @@ -594,7 +594,10 @@ "$ref": "#/$defs/basicMaterial", "description": "A basic material consists of several chemical elements." }, - { "type": "string", "const": "other" } + { + "type": "string", + "const": "other" + } ] }, "fraction": { diff --git a/schemas/component.json b/schemas/component.json index 4f523b07..2f626ae0 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/component.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/component.json", "title": "component data", "description": "Data about components of building envelopes. It contains metadata about the components as well as keys for special data domains such as 'optical' for optical data and 'calorimetric' for calorimetric data about a certain component.", "$defs": { diff --git a/schemas/dbe.json b/schemas/dbe.json index 352ada1e..6b498213 100644 --- a/schemas/dbe.json +++ b/schemas/dbe.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/dbe.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/dbe.json", "title": "dbe - data schema for building envelopes", "description": "Data about building envelopes. The aim is to restrict the possible representations of one data set as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "type": "object", diff --git a/schemas/dsb.json b/schemas/dsb.json index a14adeaa..e35df6e9 100644 --- a/schemas/dsb.json +++ b/schemas/dsb.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/dsb.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/dsb.json", "title": "dsb - data schema for buildings", "description": "Detailed data about buildings. It is meant to be used for the whole life cycle of a building, from the early planning of a building project to construction to facility management to recycling. The aim is to restrict the possible representations of one data set as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "type": "object", diff --git a/schemas/gaps.json b/schemas/gaps.json index 5b58b97a..ad47841e 100644 --- a/schemas/gaps.json +++ b/schemas/gaps.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/gaps.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/gaps.json", "title": "gap data", "description": "Gaps in building envelope components. Building envelopes can be assembled by several parts. The dimensions of the gaps between those parts can be important for example regarding the heat transfer.", "$defs": { diff --git a/schemas/geometric.json b/schemas/geometric.json index fb65a187..eaaba828 100644 --- a/schemas/geometric.json +++ b/schemas/geometric.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/geometric.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/geometric.json", "title": "metadata about geometric data sets", "description": "Geometric data sets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 04f5a64b..c3b46860 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/geometricData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/geometricData.json", "title": "geometric data", "description": "Geometric data sets of building envelope components. It shall be possible to exchange the results of all important details about the geometry of a component.", "$defs": { diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 0d946404..6ecb7f9f 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/hygrothermal.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/hygrothermal.json", "title": "metadata about hygrothermal data sets", "description": "Hygrothermal data with meta information like name, description, warnings, and more.", "$defs": { diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 0bcf5c24..3810940b 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/hygrothermalData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/hygrothermalData.json", "title": "hygrothermal data", "description": "Hygrothermal data which can be used for hygrothermal simulations. Humidity needs to be handled properly to create sustainable buildings with high comfort.", "$defs": { diff --git a/schemas/identifier.json b/schemas/identifier.json index 7aca9132..1d2c2388 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/identifier.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/identifier.json", "title": "Identifiers", "description": "Identifiers are used to identify different entities such as buildings, components, data sets, institutions, methods, and many others. They are either centrally managed by `buildingenvelopedata.org` or decentrally for example by a building owner. Components may either have a central identifier for example as a general product or a decentral identifier for example for specific instances of a product in a specific building.", "$defs": { diff --git a/schemas/layer.json b/schemas/layer.json index a5796e95..1ff84153 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/layer.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/layer.json", "title": "layer data", "description": "The categories, characteristics, and properties of a layer.", "$defs": { diff --git a/schemas/material.json b/schemas/material.json index 311b1432..a2e80cbb 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/material.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/material.json", "title": "material data", "description": "How a material can be identified, which categories can be attributed to the material and which characteristics or properties the material has.", "$defs": { diff --git a/schemas/method.json b/schemas/method.json index 264d85a3..1a8e127b 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/method.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/method.json", "title": "method data", "description": "Definition of a method that can be applied by a creator to some source data to create a data set. By defining the method and the source data, the origin of the data set can be traced back.", "$defs": { diff --git a/schemas/number.json b/schemas/number.json index 0fdf1434..32c9ff87 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/number.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/number.json", "title": "number types", "description": "Types for numbers with and without uncertainty and units. The number types are used to restrict the range of allowed values to a reasonable range.", "$defs": { diff --git a/schemas/optical.json b/schemas/optical.json index d1916ed5..13d9b203 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/optical.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/optical.json", "title": "metadata about optical data sets", "description": "Optical data sets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 866b393e..3c7fb759 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/opticalData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/opticalData.json", "title": "optical data", "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", "$defs": { diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index c7c03dcc..300544bd 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/photovoltaic.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/photovoltaic.json", "title": "metadata about photovoltaic data sets", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity with meta information like name, description, warnings, and more.", "$defs": { diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index d62d8063..07a93d4f 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/photovoltaicData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/photovoltaicData.json", "title": "photovoltaic data", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity. A photovoltaic system is usually assembled of many components, for example photovoltaic modules.", "$defs": { diff --git a/schemas/stakeholder.json b/schemas/stakeholder.json index 1869bd54..227aba3f 100644 --- a/schemas/stakeholder.json +++ b/schemas/stakeholder.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/stakeholder.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/stakeholder.json", "title": "Stakeholder", "description": "Institution or person", "$defs": { diff --git a/schemas/string.json b/schemas/string.json index f2958750..5a290155 100644 --- a/schemas/string.json +++ b/schemas/string.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/string.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/string.json", "title": "String type definitions", "description": "Definitions of string types", "$defs": { diff --git a/schemas/unit.json b/schemas/unit.json index 8ff92a69..79a23976 100644 --- a/schemas/unit.json +++ b/schemas/unit.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.buildingenvelopedata.org/schemas/v1/unit.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/unit.json", "title": "unit data", "description": "The categories for building envelope unit. The characteristics or properties of the unit can also be defined.", "$defs": { From 8eba41f7b3c9357af056b3160ebfb301eaf47ad7 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 11 Jul 2024 13:43:50 +0200 Subject: [PATCH 136/362] Add data.json for optical and calorimetric data --- schemas/data.json | 21 +++++++++++++++++++++ tests/valid/data/calorimetricTest.json | 15 +++++++++++++++ tests/valid/data/opticalTest.json | 21 +++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 schemas/data.json create mode 100644 tests/valid/data/calorimetricTest.json create mode 100644 tests/valid/data/opticalTest.json diff --git a/schemas/data.json b/schemas/data.json new file mode 100644 index 00000000..e0f2e9cd --- /dev/null +++ b/schemas/data.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/data.json", + "title": "general schema for BED-JSON data sets", + "description": "The schemas of building-envelope-data can be used to validate data sets from many domains such as `opticalData`, `calorimetricData`, `photovoltaicData`, `geometricData`, `hygrothermalData` and `cradleToCradleData`. The schemas from these domains together are name \"BED-JSON\" as a JSON format for building envelope data sets.", + "$defs": { + "data": { + "oneOf": [ + { + "$ref": "opticalData.json", + "description": "optical data" + }, + { + "$ref": "calorimetricData.json", + "description": "calorimetric data" + } + ] + } + }, + "$ref": "#/$defs/data" +} diff --git a/tests/valid/data/calorimetricTest.json b/tests/valid/data/calorimetricTest.json new file mode 100644 index 00000000..42052194 --- /dev/null +++ b/tests/valid/data/calorimetricTest.json @@ -0,0 +1,15 @@ +{ + "results": [ + { + "area": { + "category": "center" + }, + "uValue": 1, + "gValue": 1, + "efficiencies": { + "solarThermal": 0.5, + "photovoltaic": 0.1 + } + } + ] +} diff --git a/tests/valid/data/opticalTest.json b/tests/valid/data/opticalTest.json new file mode 100644 index 00000000..b0ec1047 --- /dev/null +++ b/tests/valid/data/opticalTest.json @@ -0,0 +1,21 @@ +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } + } + ] +} From 2e5907dba7829fd7b7c46fbc55132a83ba69a2bd Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 11 Jul 2024 14:51:19 +0200 Subject: [PATCH 137/362] Add schemas cradleToCradle.json and cradleToCradleData.json . Extend data.json --- schemas/cradleToCradle.json | 79 +++++++++++++++++++ schemas/cradleToCradleData.json | 22 ++++++ schemas/data.json | 16 ++++ schemas/hygrothermalData.json | 2 +- tests/invalid/data/results.json | 5 ++ tests/valid/data/cradleToCradleTest.json | 3 + tests/valid/data/geometricTest.json | 9 +++ tests/valid/data/hygrothermalTest.json | 3 + tests/valid/data/photovoltaicTest.json | 97 ++++++++++++++++++++++++ 9 files changed, 235 insertions(+), 1 deletion(-) create mode 100644 schemas/cradleToCradle.json create mode 100644 schemas/cradleToCradleData.json create mode 100644 tests/invalid/data/results.json create mode 100644 tests/valid/data/cradleToCradleTest.json create mode 100644 tests/valid/data/geometricTest.json create mode 100644 tests/valid/data/hygrothermalTest.json create mode 100644 tests/valid/data/photovoltaicTest.json diff --git a/schemas/cradleToCradle.json b/schemas/cradleToCradle.json new file mode 100644 index 00000000..e14e670e --- /dev/null +++ b/schemas/cradleToCradle.json @@ -0,0 +1,79 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/cradleToCradle.json", + "title": "metadata about cradle-to-cradle data sets", + "description": "Cradle-to-cradle data sets with meta information like like name, description, warnings, and more.", + "$defs": { + "data": { + "type": "object", + "properties": { + "id": { + "title": "Decentral identifier", + "description": "Together with timestamp uniquely identifies data and version.", + "$ref": "identifier.json#/$defs/decentral" + }, + "timestamp": { + "title": "Timestamp that designates the version", + "description": "Together with decentral identifier uniquely identifies data and version. For example, correction of some grammatical error in the description results in a new version designated by a new timestamp, or adding an approval by some stakeholder.", + "$ref": "common.json#/$defs/timestamp" + }, + "name": { + "title": "Name", + "type": "string" + }, + "description": { + "title": "Description for humans", + "type": "string" + }, + "warnings": { + "title": "Warnings", + "description": "Critical information to avoid mistakes due to data misinterpretation.", + "type": "array", + "items": { + "type": "string" + }, + "minItems": 1 + }, + "creator": { + "title": "Creator", + "$ref": "stakeholder.json" + }, + "createdAt": { + "title": "Creation timestamp", + "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "$ref": "common.json#/$defs/timestamp" + }, + "appliedMethod": { + "$ref": "method.json#/$defs/appliedMethod", + "description": "Method that was applied to create this data set." + }, + "approvals": { + "$ref": "common.json#/$defs/approvals", + "description": "Approvals by stakeholders in the form of GnuPG signatures." + }, + "data": { + "title": "Data in various formats", + "description": "The first data item is the result of applying the method `appliedMethod`. The other data items are the result of applying some conversion method or a chain of such methods to the first data item.", + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "cradleToCradleData.json", + "description": "The measured or simulated data in JSON." + }, + { + "$ref": "common.json#/$defs/getHttpsResource", + "description": "The measured or simulated data in some data format as HTTP resource fetchable with GET requests." + } + ] + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "$ref": "#/$defs/data" +} diff --git a/schemas/cradleToCradleData.json b/schemas/cradleToCradleData.json new file mode 100644 index 00000000..2bdb9455 --- /dev/null +++ b/schemas/cradleToCradleData.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/cradleToCradleData.json", + "title": "cradle-to-cradle data", + "description": "Hygrothermal data which can be used for hygrothermal simulations. Humidity needs to be handled properly to create sustainable buildings with high comfort.", + "$defs": { + "data": { + "title": "The hygrothermal data of a component.", + "type": "object", + "properties": { + "dummyProperty": { + "$ref": "number.json#/$defs/numberWithUncertainty", + "description": "This is just an example which will be substituted by the real schema for cradle-to-cradle data." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "$ref": "#/$defs/data" +} diff --git a/schemas/data.json b/schemas/data.json index e0f2e9cd..270bb475 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -13,6 +13,22 @@ { "$ref": "calorimetricData.json", "description": "calorimetric data" + }, + { + "$ref": "photovoltaicData.json", + "description": "photovoltaic data" + }, + { + "$ref": "geometricData.json", + "description": "geometric data" + }, + { + "$ref": "hygrothermalData.json", + "description": "hygrothermal data" + }, + { + "$ref": "cradleToCradleData.json", + "description": "cradle-to-cradle data" } ] } diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 3810940b..f5c6c687 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -9,7 +9,7 @@ "type": "object", "properties": { "WUFI": { - "title": "Hgrothermal data from the database of WUFI.de.", + "title": "Hygrothermal data from the database of WUFI.de.", "type": "object", "properties": { "id": { diff --git a/tests/invalid/data/results.json b/tests/invalid/data/results.json new file mode 100644 index 00000000..19774805 --- /dev/null +++ b/tests/invalid/data/results.json @@ -0,0 +1,5 @@ +{ + "results": { + "dataDummyResults": 1 + } +} diff --git a/tests/valid/data/cradleToCradleTest.json b/tests/valid/data/cradleToCradleTest.json new file mode 100644 index 00000000..4702c86a --- /dev/null +++ b/tests/valid/data/cradleToCradleTest.json @@ -0,0 +1,3 @@ +{ + "dummyProperty": 1 +} diff --git a/tests/valid/data/geometricTest.json b/tests/valid/data/geometricTest.json new file mode 100644 index 00000000..84321c6c --- /dev/null +++ b/tests/valid/data/geometricTest.json @@ -0,0 +1,9 @@ +{ + "dimensions": { + "installed": [ + { + "thickness": 0.004 + } + ] + } +} diff --git a/tests/valid/data/hygrothermalTest.json b/tests/valid/data/hygrothermalTest.json new file mode 100644 index 00000000..2a87858e --- /dev/null +++ b/tests/valid/data/hygrothermalTest.json @@ -0,0 +1,3 @@ +{ + "description": "arbitrary string" +} diff --git a/tests/valid/data/photovoltaicTest.json b/tests/valid/data/photovoltaicTest.json new file mode 100644 index 00000000..a84eb821 --- /dev/null +++ b/tests/valid/data/photovoltaicTest.json @@ -0,0 +1,97 @@ +{ + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + + "width": 0.156, + "categories": ["monocrystalline", "silicon"] + } + ], + "cellPattern": { + "rectangular": { + "longitudinal": { + "cellNumber": 10 + }, + "transversal": { + "cellNumber": 6 + } + } + }, + "cells": [ + { + "id": { + "value": "764ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + }, + { + "id": { + "value": "764ca508-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + } + ], + "connectionPattern": "series", + "electricConfiguration": { + "junctionBoxTypes": [ + { + "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" + } + ], + + "connectorTypes": [ + { + "id": "7c43b619-402f-4309-b66f-5672b8ca071d" + } + ], + "connectors": [ + { + "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", + "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", + "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" + } + ], + "groundingNecessary": false + }, + "moduleProperties": { + "power": { + "nominal": 260, + "temperatureCoefficient": -0.32, + "guarantees": [ + { + "years": 10, + "percentage": 90 + }, + { + "years": 15, + "percentage": 80 + } + ], + "angleDependency": [ + { + "incidence": 0, + "IAM": 1 + }, + { + "incidence": 60, + "IAM": 0.924 + }, + { + "incidence": 90, + "IAM": 0 + } + ] + }, + "efficiency": 0.16 + } + } +} From 747f874f82b0ef26d6c0f5c07c3469b2c0c12e54 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 11 Jul 2024 15:11:23 +0200 Subject: [PATCH 138/362] Add fullTest01 for calorimetricData --- tests/valid/calorimetricData/fullTest01.json | 61 ++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 tests/valid/calorimetricData/fullTest01.json diff --git a/tests/valid/calorimetricData/fullTest01.json b/tests/valid/calorimetricData/fullTest01.json new file mode 100644 index 00000000..8c3ae2f8 --- /dev/null +++ b/tests/valid/calorimetricData/fullTest01.json @@ -0,0 +1,61 @@ +{ + "description": "test", + "characteristics": { + "conditions": "dynamic", + "primeSurface": "exterior", + "componentTilt": 45 + }, + "fluxes": { + "conductionConvectionLongwaveRadiation": [ + { + "side": "interior", + "flux": -100, + "temperatures": { + "surrounding": 300, + "sample": 320 + }, + "coefficient": 8 + } + ], + "fluid": [ + { + "flux": 100, + "temperatures": { + "inlet": 290, + "outlet": 330 + }, + "massFlow": 0.02, + "specificHeatCapacity": 4000 + } + ], + "electricity": [ + { + "flux": 100.1, + "currentVoltage": [ + { + "I": 1, + "V": 0 + }, + { + "I": 0, + "V": 1 + } + ] + } + ] + }, + "results": [ + { + "area": { + "category": "center", + "description": "test" + }, + "uValue": 1.0, + "gValue": 0.1, + "efficiencies": { + "photovoltaic": 0.2, + "solarThermal": 0.5 + } + } + ] +} From 3371ef5ad715b0f6c6159629a8f4d2e5ab404a02 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 11 Jul 2024 15:22:57 +0200 Subject: [PATCH 139/362] Add dummy test for cradleToCradleData --- tests/valid/cradleToCradleData/cradleToCradleDummyTest.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/valid/cradleToCradleData/cradleToCradleDummyTest.json diff --git a/tests/valid/cradleToCradleData/cradleToCradleDummyTest.json b/tests/valid/cradleToCradleData/cradleToCradleDummyTest.json new file mode 100644 index 00000000..4702c86a --- /dev/null +++ b/tests/valid/cradleToCradleData/cradleToCradleDummyTest.json @@ -0,0 +1,3 @@ +{ + "dummyProperty": 1 +} From ab10583608d5d9952dbe2ac680346f1612b2fef4 Mon Sep 17 00:00:00 2001 From: Shreya Ponnamma <36534591+shreyaponnamma@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:24:30 +0000 Subject: [PATCH 140/362] Correct typo in `GeometricDataPropositionInput` --- apis/metabase.graphql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index ac3b2c05..ed60c9c8 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -1927,11 +1927,10 @@ input FloatsPropositionInput { input GeometricDataPropositionInput { and: [GeometricDataPropositionInput!] componentId: UuidPropositionInput - gValues: FloatsPropositionInput + thicknesses: [Float!]! not: GeometricDataPropositionInput or: [GeometricDataPropositionInput!] resources: GetHttpsResourcesPropositionInput - uValues: FloatsPropositionInput } input GetHttpsResourcePropositionInput { From 0da26d3b9eec0aa6767b4bcd579991175d40130d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 7 Aug 2024 12:12:25 +0200 Subject: [PATCH 141/362] First updated version of the schematic drawing of optical data points --- .../opticalDataPointSchema.png | Bin .../opticalDataPointSchema.svg | 0 .../opticalDataPointSchema.plantuml | 106 +++++----- .../opticalDataPointSchema_old.plantuml | 191 ++++++++++++++++++ 4 files changed, 250 insertions(+), 47 deletions(-) rename docs/diagrams/out/opticalData/{opticalDataPointSchema => opticalDataPointSchema_old}/opticalDataPointSchema.png (100%) rename docs/diagrams/out/opticalData/{opticalDataPointSchema => opticalDataPointSchema_old}/opticalDataPointSchema.svg (100%) create mode 100644 docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png similarity index 100% rename from docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png rename to docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.svg similarity index 100% rename from docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg rename to docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.svg diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml index 00b6ea85..a22c4bd3 100644 --- a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml @@ -1,7 +1,7 @@ @startjson opticalDataPointSchema { "dataPoint": { - "oneOf": + "properties": { "incidence": { "direction": { @@ -126,7 +126,64 @@ } } - , + }, + "if": { + "incidence": { + "wavelengths": { + "integral": { + "const": "visible" + } + } + } + }, + "then": { + "results": { + "transmittance": { + "number": "numberWithUncertainty" + } + , + "reflectance": { + "number": "numberWithUncertainty" + } + , + "absorptanceEmittance": { + "number": "numberWithUncertainty" + }, + "colorTransmittance": { + "name": { "type": "string" }, + "cielabColor": { + "lStar": { + "number": "numberWithUncertainty" + }, + "aStar": { + "number": "numberWithUncertainty" + }, + "bStar": { + "number": "numberWithUncertainty" + }, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + }, + "colorRenderingIndices": { + "oneOf": + { + "Ra": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + }, + { + "Raout-in": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + } + } + }, + "colorReflectance": { + "$ref": "#/$defs/colorReflectance" + }, + } + } + "else": { "results": { "transmittance": { "number": "numberWithUncertainty" @@ -141,51 +198,6 @@ } } } - , - "": - { - "name": { - "type": "string" - } - , - "cielabColors": - { - "lStar": { - "number": "numberWithUncertainty" - } - , - "aStar": { - "number": "numberWithUncertainty" - } - , - "bStar": { - "number": "numberWithUncertainty" - } - , - "direction": ["reflection", "transmission"] - , - "surface": { - "component": "surface" - } - , - "observer": ["twoDegrees", "tenDegrees"] - , - "illuminant": ["A", "D65"] - } - , - "colorRenderingIndices": { - "value": { - "number": "numberWithUncertainty" - } - , - "direction": ["reflection", "transmission"] - , - "surface": { - "component": "surface" - } - } - } - } } @endjson \ No newline at end of file diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml new file mode 100644 index 00000000..00b6ea85 --- /dev/null +++ b/docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml @@ -0,0 +1,191 @@ +@startjson opticalDataPointSchema +{ + "dataPoint": { + "oneOf": + { + "incidence": { + "direction": { + "oneOf": + { + "polar": { + "number": "degreeBetweenZeroAndNinetyWithUncertainty" + } + , + "azimuth": { + "number": "degreeBetweenZeroAndThreeHundredSixtyWithUncertainty" + + } + } + , + "": + { + "type": "string", + "const": "hemispherical" + } + + } + , + "wavelengths": { + "oneOf": + { + "wavelength": { + "number": "nanometer" + } + , + "uncertainty": [ "bandwidth", "amplificationFactor" ] + } + , + "": + { + "integral": ["infrared", "solar", "ultraviolet", "visible", "other"] + } + + } + , + "polarization": { + "oneOf": + { + "s": { + "number": "numberWithUncertainty" + } + , + "p": { + "number": "numberWithUncertainty" + } + } + , + "": + { + "Circular polarization": ["leftHanded", "rightHanded"] + } + + } + } + , + "componentCharacteristics": { + "treatmentBefore": { + "common": "reference" + } + , + "locationOnSample": { + "common": "reference" + } + , + "polarizationSensitivity": { + "common": "reference" + } + , + "instrumentSignature": { + "number": "nonNegativeNumber" + } + , + "normalization": ["absolute", "relative", "specular", "diffuseReflectance"] + , + "referenceSample": { + "common": "reference" + } + , + "spot": { + "common": "reference" + } + , + "slatTilt": { + "common": "angles/slatTilt" + } + , + "symmetries": [ + "azimuthalAngleInvariance", + "profileAngle", + "mirror", + "rotationalDependingOnAzimuth", + "mirrorAndRotational" + ] + , + "surface": { + "component": "surface" + } + } + , + "emergence": { + "direction": { + "oneOf": + { + "polar": { + "number": "degreeWithUncertainty" + } + , + "azimuth": { + "number": "degreeWithUncertainty" + } + } + , + "": + { + "string": ["diffuse", "hemispherical"] + } + + } + } + , + "results": { + "transmittance": { + "number": "numberWithUncertainty" + } + , + "reflectance": { + "number": "numberWithUncertainty" + } + , + "absorptanceEmittance": { + "number": "numberWithUncertainty" + } + } + } + , + "": + { + "name": { + "type": "string" + } + , + "cielabColors": + { + "lStar": { + "number": "numberWithUncertainty" + } + , + "aStar": { + "number": "numberWithUncertainty" + } + , + "bStar": { + "number": "numberWithUncertainty" + } + , + "direction": ["reflection", "transmission"] + , + "surface": { + "component": "surface" + } + , + "observer": ["twoDegrees", "tenDegrees"] + , + "illuminant": ["A", "D65"] + } + , + "colorRenderingIndices": { + "value": { + "number": "numberWithUncertainty" + } + , + "direction": ["reflection", "transmission"] + , + "surface": { + "component": "surface" + } + } + } + + } +} +@endjson \ No newline at end of file From b91f98620be4a3cdea7c68d331b5ba26207ab99d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 7 Aug 2024 12:24:29 +0200 Subject: [PATCH 142/362] First updated schematic drawing --- .../opticalDataPointSchema.png | Bin 0 -> 242748 bytes .../opticalDataPointSchema.svg | 1 + .../opticalDataPointSchema.plantuml | 5 +++-- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png create mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png new file mode 100644 index 0000000000000000000000000000000000000000..b96a040e6df9a76b839addcd746b893c847ac39f GIT binary patch literal 242748 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 z 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

  1. !u`<>%AJ612yWn~u_h34%_|}T@^%^I6sqbO+ zLS1Hj3eo8F{M5+$jI{8)_?zw7viPI!m9gViMswbV%QKv7&}=j*xbr4opX&3rA<1 zzkfX>CXf=Q)Q9@D<-sSlGg@|ylhd#N$nlXSqY{99SEIi!qzQ6zUUHC_PJ$VmGevO) zG0}NoQ;??>0Rq6FwQ_NtV>aBy)kvX#jg2);q-`@`)P8m`hoKubsSq}cPrNn89@V*k z8|N+VTZjyQxtf*FUAg<{hY?Ap4&xk^6;7BP7utO#6d4 z=E6^?02R-lami%d0;3nGDTNt*JHj9HiqyP*ohVpx*0bFB4I`tQCB(4^ zi1GPqJrA*m`jE@4U$&*)MXB|%H(vDzbe%7|z1e`P{P za3QW3Vg{W8heUJqex8<4bs+AE$Ob{HH!8}@2WZ>LLGt47e&?+eiM3hdP;N#*t08SpA=&(E5t%ghl=_~8b6PlO2CvXV6J90nu z0dN27^{z+v*70)2#KnQc_ECy%gnstFNu+oPS` zL^Tc_ZB_Qv@RBv+=`a}LC8ikPu|4MJehCa zY>hW=H8-B%h0tMoQn^|dNd}PG-Gx-h4-fXUB#FjyBo#*zqwEWZN|fVhKzck%?9Bk@ z{+O81l+~)0;>Abt0=!<2LOZ2bjY*J$A&nCLZF#?j-ksE#jk{NTN?(5%=um%u+_tA= zI`1aBBaVvF7uZ-?k2*m^ml+0sn*wwhwAvN|D{2=uO-SUq7Z4ET*ypO3$&3lx@ZsUb zG`+R-^c?T#a{~(zw+1kQ1osoWh8EWK$CQ*ptatpuVKE??;JLBzeYd`tE%gVyDcE3Mm^HiECE@;P6JB^(6DSgpRHrZ6} z11FmO0<88H4qdnp;90RC@8-v!xMQ3EW^;ufs60SVg?0npqq3^<3Z8A%37z{qeGUAr zJsTd5NgigkI^-M+65YLDQt923LCfY)!4`G;Bm^PWOqA#mAtCYQ(x;AQ3-sqUF`~f^ zZcG7BURfLl2Xv-Y7d3~j?$2d=IO^-`Lxz$bDX3+-A;AP^iK3u-L(8KlBKqHggM+=F z!H-r$BP8zVsV>2lTP?ZmWP#3+{leR}ZEMfHq~2lFOijTs18_Ap65Dtn zgMn9e7qm7Y!j+C6w*ukv)XN;6qn3$~A#iHX=F%5rrnWZqzOy~Xt2j5lN3AM5?syhG zYg~>{>S7Z^Znv)hpdRft^E))~@gtg9R#<^X@#t@grC%G=wCbiB`JfD0;b9= zy6K417!IkV&EN8|$X8_rdwcs0*3pfeg*e+=&4R3X9ZcVK+KS7_$atsCG)n#JY9Z4h zfJzUr)rR?sX!?_^Q|i#~VB`0$QK|B}e|Tn}EK_9sOhvT$*;Bx3Ey~N$8zbd|U)G&B z`~e0QCVI?F%l`wGN+d+vWAE5dvsdiyav6K_2hj_IN1-L8hS>rC78d8zJ|i5cZJ(F`Qi}&`lJ_vHj}EU=mmJ4 zLJ?g?Dy3KHXi9{SJn~>eR5AqUd}6gnzetpg?bB3I4ql)bI)ick;Y!h;H~c7y_?g5qZ_nT!(-`{cKQV1 z7d^aX^DhCQ`3@LTjrql?wZV7pY)@0d#1NCCB_X&9ZPefg{u^w zR=Om!VFV0pJfGjejOI52Tf?7@-DXBJbv3h7XOxVJ#?Ii_e1FHZ4b&3JU>9|tbW-3Q zd?hUG6sB^Sqw`=taCl}z=E={QAOsT0mqfHRvA7Oq;DBQCtw7rtG7IQs6WEkBfP3(u z!u`*zs&o-?4YOQ+?i{c>dH8>tPQw`n1|0c^POk*^1eZQ25G;4U3}|=Zh1tk3Joxcq ziaz;?!Kg1=;u?)FQa?1z{delO+5l%9NF9_CY*0}Tl3Bjy5oNDlF;NpxF}3}*b!RQo zkMopo)^|SKc{D?`b$lU@jV7o~x)azzfc@i0{$n^OGgeflHwya)FK7zLugHNzb_bBY zZb#b3^8$y5-Lmpb^^;sAYoM(5BGpV6hWXev#mHN3Ja-A%XCcyAbIb|YiK**~ryNj5 z;_Yz2K)tLCW-Y@2cr4!Krb5uRD18YsjE}wxDRDFPXgIfo0I;aj30OA^SNb2A7NI8F z(hH}dQ1l=}K=#}K>MwA!*NZ(q4iBSo;j48iT@VI}^XXDAYAY!~C>~4@d_p8_gS^=N z==6yD{4{ALbG+sv6HP7_qrw$nB2*TyDMvcy4*aP!#|dj}(1vUd>pC9Q(`LZA;EHXF zCuOoBhJOcyJb~@9Z=*SM*G1?scy0hFYLYak`%!$GJ6Um%vI><3WhUb& zt6`52(UAB(UgzlE&%K}f{q@)9`|ZX#@AqpwpO5v#j)P`TKdGq@-5Bv1qt27Get__z zCk(~}$^aww*|wF7EWr0Kv818c1XYx`N;O~`1VtzzHb_egDmX`GWH?z`#%^JfAZ%<3 z1Qxd`!9g;HFKH3{^K%jcP+M8KG#K?@FB%tW%SG%Pj6c(t1CRv0l`>Z7th{d;Qc`*GU@ZAARpdvQl)(3=#kj`MmRDALGac7441n0r@ya9HSqAFQUX(003COO#S zs&V~`FhYbvEc~PQXZF3X$WQ9(?aeTF*pHI56AyMP=#`}bKfLuLS!5ir(!WKDk0g)dYdpMv};CV+sA zH4+s@Iy;SE;SkBhxcN88u$W_GWNW}EDa{a*lq3mAjJ|v)94O=jCNv=aJPc+oZEGOp zivC~R<*E4qMtFZa1Krka(>wR3XvA6GNqO5f=eyT&g}*Y9*m$Id!9W`eVSLzIFfB@u z!wL6o_YrIqcr_)j#r(O^o5`ir`!`Z+UZYy(5_!8-x6?}Nm&UYq4dnsh{XD=J#LxIj zRw)ACP6AfN_E#cp?txWvMozY@Xnmlufc(tu%a|0}HWotn`x*|el>_G58FZ-|=jVw; zL=}xuM=#@IZ<8<LJA ztDtZcAT1G9hlj-gNv>m(+ok#L^WlDD|guVOGQcBKBYrse{dm`66R5Hc{f z{p-y1QT^|gq7m}rQ$3NxrW(me_MJO-?nU@DL`5}KpZ>gQpYs7zMT*(Hw)a+R)4matwc+f6296U^)6n4^+h#|}@)x6dOZ7|U8#0u?XjiehZ<7}$1L z5v_3jNH3#M5W{^g1Z)V3I#7g``}bd02-mn2HUt_Sb8s=qNEvm(9(l}W#=1V{=Lg*@ z!WT7TnjY(RZ$o>67V`swmPSW;Af1ObEI&*`bzkc}5Hg3$7EnX1+i4o}L$6*ft@ASh zLDTS3yX#iVzMaPsR?*YJ?gT>xg!-_}Rd{GJXW#%YO4M4^b~uOapv6O; zCzSO#Yq3=U@|j;W%X0`RU;rin){6a|0}4IF4*=N!`)&{a0HrZV3iEZT?5x@2s9tt)#djMJc4O+C^8 z?gDRK&QZsxbo6w0$-b_vFBP4dkg$EaGG$$hP~sxGj)#!E`~)mLh20SrrNV|@jCj9+ zbc7G!Rk=VQP@}ZS>&;fLYO9%|+Xoe#o^IYSNMrfGZ!rN|si|Jo8O$Mkz?;S4RXc9) zSSpu;&h+?3A)(*rdJnY-7msCchr*YlssV~@qwz~~yO(WKC~`>qkv0-RqZLDGQdn5Q z{CayZSl#Mtd=zx>_+pdi;&J;b6m}nXjB#owxB^l;a^GXz&IMP5YX`W;WxwM{R@Jb`0fAG%2*il(-1zx^ z>z~3dQbw;@bsTOG9!2Al93Fmtl+ZjV>!I{^2}Lsu1Ue5z3t?tK^ulo@D=9qP`2tK4 zcIdgQ*?A)0(|8R-bm0^jk6EY@c$js`#+u0* zw*cgrOo@t%Q*o(NpL;}pdp(bx{YG-~%HXGvWgunXBN8G)JvQCNlDECL*Std(xXH0* zvnpB#C#_8O90MVF6h?u`| z*~sUqYGCX}jGOh(?|uF&wshh#jPtIz*?pW6<$SZTzRSV`T{@q{_W`N*|LNbajhfxv z+nd&FpB6Bqr`EVbK~lH;>kO14_mND;`qKR{g z94nsWxuVMieeLYz-7sDdtqsH8dSzv+!3)X=3+o@#Ejv?%3F4??Q%T+Q_9=KZ>h~GD zFq|SFZ!4c1Hj}8+JXK!4i<1lsUrK`qNUh01?!qTrLKCu615;c@5#Ds?G_`;uC3vif zgT1|?#Sxz=_Bn-Pe3ujVqqEj@xiy|qe2YExY}W2wyByk!@>i}_QMb@B&Gq#Vg8Uju zxYS1S3X!fXw`Gg@KD{RsZWcYgy-rU`#mTUfArf8CJqfvpG{*Fy&TLtURIN>W1}_wx zD=#>zsNcQC>j?NabOSnxe z>j7n?EqJzn_!u`24=HmzHX-s3Q&01%TmhgggW_8Lz|)JkLE!UvR$5w~;3%ons-~Ky zupOd9IU1%uzTh5+jdA($1-X8F!9b*zL&U&%88Gg0|6h9TYB3`y?>IO(FyUqKFTX^h z$q6`P9rwob0*b3-?%&kw|x+U%6m1RM((p|WC@#jnt-9Wl4-w>psQy*ithr;+u}RDp=km>yk~*o)ij- zd(pZAH|Nb##`*q}^0)L99SEgfzWhwuj>p%rdJtW@6}_K>oGaX-XvZeaiA}rg3w#=* zJWH0`a&6xdb>ZSgOWgO!Yg8vNb_-uHAYR+ZfMr>{H*~goc9jG8Js)I-rswL_dIUjB zBGiD4L_|;0+D1PbD8bakJ@Wr5TlyUMSx+zXk#$BQshb+p-lfG5$l|MgMt zLwgC02cAA<*`l(x&r(d;VQEbb&|Dj&&rCAM^q>pFfDFWORQ$i(ih$%}A2b(08>I;3pMO`u#np8f1uDL9JIDci)~tQ^&9#Nstvk1hh>U{H zB|!uLrXBNTpq+7tQ0C%RK|U!Gv4ANSq;5UIN78#pGJjJ3q2VZ%ghQ(Nc{qqC(F1XD z(HES3{P}r&^FO{MQGNJ~CgMxR_dntNWTd?Ti2lcqMoE{>jKnGDzVl@E0tsTI&U9Zo z7NzpymjUZoRF|Cyp}>*II0aPTU@bXC@yCWKTU0bWdh`>J7=}aKhdqK#8(%#-=7+_xg7xtUYEWaTGtnO)K){_CB#;&(A}ZgM$Du#N^7VQR02z{i#}n zbw09@gTHMfQcABWA1mO^+Q9tU`r4r+%L8e!@&n9I_O}PiCc1w(>cLdFtnjM@-oVR8 zs}@PCD__2$Qg$At6H%7=SGp2Q90VWVmpnT#e2o2={uOVu;arCQ}14uvxaW93>bM1Q~EUJ$aIZ$3XD1Eop0-KN!B!!Y_MXb{--! z_PKNS#BVbT0^9u#=xfoMMHOwI7kx^2KKteRm@9WBP#q=DE^IP(Y%;#0*ar8Hm}MX$ zB$NnPl5F*UDk<<|8BIZB22OS7TE7W7c-dEniYF|;au=u2wmKRy5gjL#XGr-|a%hkNS6G>ihvzh(oJ zFNcpD$oO}e9S~4k0UTT*tC(f`enxGmQ`fHJ#g!cb-Q}pfFdY^#!5AKc42Ld24l>^` z<2L9${PhXJ-0{ahnQ<-`YtG;H1S$!U96%A1_TL5>K86%ky<*r1z$Ts3=H%zU2gxuX zL=@@!Voz_5Ba@`apc*iyYROx?hvCK-boyA8+4LPIL3R$_MqI)~ODZR4T%Df68$9i^ z9ETAfa1Y#eWj7o$`lHcYlI5r*F0=A9#eSL3m!b<<=!)1{ii ziXm22vR@`AFAPHv@fDNxFbhL#L%5^FwZ?z#7hF7qCPT*NLa~I=tz0H6jpT_#b=ky3-$H)ixo#4`hw~MXRPG2@-J&IZ@UTt zEZ0vyz7f!pTC0QHKr#9%)JwP-CPP{lTsYH*VGjMdIb`5X3*?7atvpsHB5~HV*+s5p zbUjM-b(c+y4#d@3dI({Fn}Wh8#J}#*)r|-Nx`n5;Pj!GB?{YC9YOzz z2tS9HH{$@M#_G%2X{nYtmW~N@?;5&%4LiZ4Bx@pH&P(cL$Q9pAyubA zqw>tkE6CrUe@=aR>SOI?1bFi#j9jq4_YdARNra%w`DrJgfVpoNxTAoc9`NP35dQmUk~}qGU7;{Co&HZ8F!~5UpA0#l3-sgnEljfJe*U zt8ae&wR5i_MQFo}k)QbJZ{98AJaT2|!ZHX3q4P6IT2%h{v+gl=gOzd)`hI>zO*NPu zgw*IE-jQAZMu$%0SgSfyxJrIUf%$Be#Dr6V;qvXn1V{a(iG%N=9(&a6s z(o(Ns5>70pGQ^u1!~-q%HO3P&LK`}C;C8Y=m!T!7i|!#y?fg{G)C@!j^BmabH_o+*f1GF{0-{qA69gJWwS*_UY>!eS@6DeYynsE zUkwFc@U$9rU6pLlEBfZ!IFLMQ7-@5IKHP8cE>j#t1q*>G9}Z|{JMf*=4vag2l`k45 zI5Eufb&((na2jgzBL5fY8FHDt0(m3sUu89|oDx4bgLOQw;6^2Ys#l z>S@MD2Nz0gB;GDDqhnnbj>LJ!;hnwh>|Dmpjlpd(p`p2m^!mQ|Kb0CN$zVIVsL_dD zu=vPeY8eh%xL>W!%+fD%BUDUWf%BSq>Hn-#X0@lnyF5RyC<@Fo29wiSzp4KS*8!YU z=$w(l3}`bpHddmur5py!DKA3cpIgX>G8zL5$r3v7Ieqd$D2m)=N_7v zy=>nS72Wm&07%eU7$zwQUF)9{oPe?xtb0d4x<@jo9g@Hv{w4Wx$C%6p&ej;_uQDbo z)^ZI}rmu7zKjv6Z@-FH$1=9`KOG%qSo$aMcnF#IzQe_`C)IQd6UKCeKs>Z4%fbUBt zrT_bU(D20CN9mq!(25EPKh{#x1y$8Z$;<=ZBkuUJX2)m0>2JW$1l@mnIvVHB>_K^VZw-0}kr*7pK-BaSq;I(kP zd%pz68QUH>-Ei0-Y7)dMhSwXfYP{m?Nj(yiyeOuxnZDTrqETe9(+$`g@%dxYdV`NH z`unXxx{Tvy9zcYNGVR8VLufFuAP#&#L4tlhxYtsV!j+hj5=PZQBtls{#H`c|GwWD1Kab%CfT5X!z1(xt zYT4%&2RS?$yWwNrPt5Mt>71RIZHV?V)l_7g(efjJdkaE631Ejjh!|89xh#u|ObirQ zyonhrQo0ISjL|Z`&OM}uR4B~TQ=39&RKw!IKT&vUn@KJhSu~`@g@ulsRSnc9VdvyE z$-nT}g(peS*>+s2Q4=^S+c7}w|! z-I8{IegHjD^*|%7|7~Jd;dMug^Y1W8k-qRQEV8w6#wB_V(mr zY6xaMYp8*4zOGKMrtL+sfnchx*gqVC&TUCkC|lsM4)pULJw4N949E*TMmy9|Z&e>3 zaoy~tShV|g0Be`BEhPOr?@kkwCIHZlX*yBIQl+)m0-cC}lA;~SLCxVQ@{$n3h!;Ts zIq70=k)4?MSl`Mu#7fB-@cZN@dDj@IG!{BS->yZktj?SKX%bH*{%ltW z;cm`#8N58`*Y$9Nb$vV9!G-`Eh_%XE8lDJa7%vO3|8A0Dk_Fiy zZLhA7Jfb~1*e618)1U=G#Fo>M)8ZRa85-i8PM4-27t8?yU}mr2k@w$qeAp-P$XK(wOfy*w zOYxEg8B%pKl1%S`!E-YlcL6&a3LMq=!yRg)<+bxb(uuWPR{j*(zp-IA0`KfOaT~@v zR84F|Hs|*f;#TL?HywJ;uXMc!;!j#Spt!1Y4&@!C;5&ua0=uVGjo?ZM#EAf*y6ABE zk-_@rsBf<^4e#96NE%Jlqz7lgaPf!=5BEvve^x&YS}3dn#ZMkh4B~dQt7SL*(?@45 zVtdYKS3|uO9T~Y-U;h>iF$i~c%&j=15#+$J=@5dlBR`_YBdNpyrt*G5HcV7hRL)@7 z-(V?@n|JTNf{hTJ2=#F)ITGX-XZ5UmlO$uR9oh_z5qixfL&)_5vl|f}-fuKnps|2V zr{bz7vMoMJvEu~i;N><;HE>TWA?DcCez-wL1~U&UDhdPM&K%luS;Z6j0AgUCR#r%V zN}C#YX+Xr@g?GIrULqrG9Ef>#Lrcm5c)RM7H&lRujl`}4J z6crj+&9_1nnbPz#{1JsCR;ZQ26@M1qw0AnBWS@f^ zulh0E8k1oUvg+7P(V#+=g%KmjY_V3Ytj{A%Lf&NNgr=)hqSBFpuw5WODsE229Ksb* z63|GVfMYVf$l>B zP%S_RXkF5$#O{jA3Ui4;12jFJ@@2V;yj6`z*?AayX3$d`CtU*4&tvZQ|#h%~d z(Q%54`($_R5iJlFFiho0K2^-<85j_EyZK2W`EK~wjjb!l^Kb~BZB$gL^uQ;E$L`mg zHQUV|e1tb+qI>=)1h}{&qN04^*f#s41sHL)h_G;BQPDtdV#fEr*fx^_7Mo!7gH5qm;2Lx**L5-u?QcPu8T1KS&iqHrN5s2e(ISjAfCy3pv^U%mC@(|}vDdCNgR$^< zNbH%~+OoXCIGlozkKcMHyMJ412rembjDo=Lu#d6QSB!!?jaroJPkjs)@;63y^Z8nk z>lsh?r-uH5(^lvUG*=gDks-bJ+ST!6=?1}WMvl&gu}f%vkN%iPZQO)Sw*b(^(kf?+ zn0fvBHE=c=2f|Ri;XKaJ(Yts%HNphfsCu4;on04v4y7(|LQ0E?ZCdrV)H&xbq?Jj& z%*;@w=kEk|4pH|k$n8)k^jC!eiRYy0v#x@i`ygmS{vs$;Qrw*Ou&=kPe4O{AJxN4y zal9*)jG;X`*fa!vv?C;1DB&GSp!u0B`5X}+FZGn*RL+<|hJhlb-STnI5TgO$L|(nkmZx#XYD;i{`>I#T zo7dcQF*lD!^$hsZ4;CF)20h&Q2fDTnv|ZX{)J_~0=yh86O?m!frjEeP=jHjhOlqb{~nYI5AT?8 z9g$YvS^AL#o#W53*FP zzaJEedh0j7y{qI~*l=9mh-f`?9ByO5oQz{AngH#(erM>@nLsw42~4*-^KXsi-^v-Oxs?<}mylz=mp zC}XD2!&b}b3{5tEv>P;u-R$$h2JLkq)GhMwzTlzTEFLJB?R5Sinzr4M$5P!w%|moV z9QjjGg8h376(PUM%`5oU!a>HzT?3Y}?hmZJ!|=oQIGXNr%G`VVF|M$q6E0h?tF9~F zvT=~%J9}s=6Ex|}7;@3%TLiU>O=1pB9hsEW5=^lHnF8#3o`a^+OD=Ef-TEz*TV$mi?8OcoHy~4OJBbU?~NNS zMMKl_PkJ_ z62_rBCXg-}8de*tbl{@R!C|p|zTM$a2Um>Z10|=VL|IUpy92^OJMBIT-5^vi$i=vR z>(+}`l{NyEuk?e`a*n!ekjOsYoA*7syQ>RU+yG#BW7%O7JzDXiqRAMmt4vbPAdVey z2`Ftp-dp{(vdR##SKd-DB@UDThCms8A5t|@-B=$N?w8ePyZk@Ie>`X*?fYPMMb1N3 z<_Yr<3}fWxzM<(9T6}0yeA5A`&;1RDp!-12M#@zx(p{+Ge;A`4hT+4Xl{v#xa@s+l zl)oR*X1^gMrE$ekRlw29tEzHahv?B)uX_iGccx(BdUS~gS33>F6>CF10S-7Tzj zra@1Y(yBFxOc*Iq;ZcYml)t<^Id=B3t=-z;VHo)@SsW z*7b+%?bE4PruyB|CFyj(c~lg=&qtm`vTxFavi15rK6z@g`b7?knN(01CKcB(0Bb@) zkKka2?50fy(O}<`=wSV>4&b_S7I@ZfmS%!CmbteM(Kahgm4PA!@H7<806I>IMHUs^ zQ>>c#r~z5q?+EW-Pmy12t9J9)^*kr1<2u`JtUCY5XF=^-8G~LarQ5LeqQ8MLEf7J> z=AnUJ-fy5_A5D#My?Qru*;mtUF-oY{qr^;gDDN?xItIpc=v4%Zj;9PGGp={bk1oP_o5FBkL;Gx36EO~o7`1TjHAVM49eH1okO`q|H6d)Xza)G zO5hJJ3NbB5^t-rX{ znod!l3*~l#%9=c3hEI4Qt+%m9MN08E4vuihWp2~S#Oxl|77;GWM0WvX=t+z{t@=Tm z1?e~QSdheDp)B&E z)>Oax1cQ-`2lgQ5vq#qrRGjI_QJ;ZHjK(89bl6TM35nnW&gUj9wRD;j($T$3$+*WXjYFxbI4fE!z0E3f?C}6BH=+l zURfr%0x%WhgD-2_bXrRjqobmDczJnY_eAg;ZW!V@TF8Y!`G3TG;t<);reJe-FCNV$_y3(Lr} zzn)F$*`*lsVWf?3ZE0(J#Jl~`%7oC~l6m64f@M#xwP-8>ayuL=DX;fp_` zCqs5p9fTL)pb(#7?rdw-4t^fs9h@j|rMBQ*0%osRQ1m`sJ$5nWX(3K3x4ZAoi0DL@ zI~bDJTs4w+9(IcqG$4R_VG%|a?T#xAZrwb}`Q_-ayTiKc;oSCx@482%cPG96w9H=1 zWwnL;&0hbBjdkD54-7u9O+=>5lhbZ^^7F_Hl3(T)7LDL-yF=@_o5;bZDKTjxz0l9J zx?>xWKqX+Oh)%*G?U)DbAj`UB8nmt zsZPCHOc%c~gIRGvGw)-^;V$P#^{4p8|A5Dv@7>aYh5e~9nEV9|9WnhflpMQc%!DCA z6F^CZ*IBs_NqCoF3vG|Bgo(zrE>WF0%M1}g?y3M~paFI^?nj8&f#<9g59AE)Ik_gK&>Sj&L zOP2e6H`3+ZXK%ZFQWHPa+l$_)7s(L?SlHM%$G^NgJFv_iLJ+?jXR4JB7zqC-H1;lr zieZb8=pbSd>_qW_w95d@Pd1j{y46DJ+>>`NvX}dxs1B;WR2||wpQXg7grIBtvcS_( z-WFvsPGc-4N#M#_TIT3rUnl)%Ev-ivx;@mzm{~~V!a^i5Ki_IP0A&)k(}U5cd>UQg z-92~U1Wd9P`@$B*9knWIZ3913YIs6?Ep0wq+J2ywi&efP2xJ}as(*{$caZ!T;0KV(jA1BwyAB^djL>gK$Mk^P`q_3GcKhs(=6z*3rYP!C82$Am9w2+?9PJ~! zyX#MEdCOjy2MWOriwdvS^0w{i*Cy&mi>+=}0O;9uE66u) zyaiF44HV~od7no2@owW>o;H$l9KJNqSI`<5Gf=~}41I!L%(^urS^zWq3MKG(VgP15 zdFR77p?R~U`j6_<)#s{%R4B|Jn=rs!m#;{hiSi6(pQaQ?{4dp(Em%X~C13>_`EKDb z{A%bE5{+iw1RYCrli_A2|KT&~kSS{)mf^{qPe91`afDd{Rq*Y*eil9lfwdh|ak(u> zlK%YDKuq-?Dw~+U@!>*pmCN_z-t5u6~0v}#lwxB4-6gPV1H6#Ecv;6(hV*vrv z`S+RsgiYU``EMKn6`*dePdbvgzq`J1)l5)VSPVX1@fi@qF&bWap* zh!YqzEtzECP|o`l-dR9oF!AFJtpY5V9{&X?b%hR%z|-yJGw zC9z*qVazN6oyDw=(8y0(mFU9|CqVsbb-C&MnHcSl`)V%ryt#Kz|Hw6MZ9P3f$m1YB zo0)uBLf>`pU=QHt%zav{U%lOhtfvplu-g)-)DJ(Dw=flbz~+>cweUTNLB zWFT)qF_AMUclrIzOaq-2t{Ps=&6YPmyycg?dHLEVYc3sVG!U$UK!DXVT4ruHjav)z zaHf2OxK0qR8f*+>wbX-f7U8U)CS~6cE1c*=5gF?DRy5Pg5odNYbXGVA0qmzl!-#9X zYLO7N=3yg)6cq7xZnl`W^H1+ zbC;Qr-;L<<6#QS$zwCaB`>3+A5HAnSc8U-l(oB{0bPjfCKmjLf;b~qWJ1COy$&e0U z6_stFflWxEL%U~~-|S51McxJ3LUbx3^^BJ-U0U5bj02rg^9YC1u0n7WmeA5*G^@g) zlHZuk2@fxYVxdIiK)GXhJ`WcHRcA#+l9J{&B~9;_&t@FBE3ZUEq)MIMA>=2D`YbBs zo)$oSqY$#)5TF+)?-Vh5rWw9N#@5r=IR+t6w2-+YsNJ)k@sU9<_|wE(v>39ujZEqt zs4KFKBU)es2H36@1`H^*#9)LM^DMemd7bbmx5pddn2D>9$e z%2M98)mWMkgEej^?+r{xodl1 zIx>T^K_F{GQ=yzUr(|vN>&p7EJ#^<6e{eAXq3>3LGYPE)gvfG=g&Tr!4P>ab;M%xo zbNU$`Cf)DSbI!ny;YKpA?WJYhG5zisU)1DH%IOQFrh&^%wg*`$c(W;fg>plm z7pE-g8vk~d^^0)Xi6JCd+ZPyZkBE0S>OkC{$%wTjd6k?e%N&56YM5=hV=}=Xw|2U; zqmeu$w5a{8ouY>IPyVcaL6*^%^8?-W{LE#KvJAFLBnTw0rYzXAdVV2RE5x?}njgbvvvu``fyTZbZQKe0C3c)#T4yUS_*!aNp8g z-JTBWWlbi+j$*%_-q`CBcan>gvsEW>9^h6b>R?4Pn*7UEF1X}zASh~9cV7^XPx30g z=Hp8x?|}UInG8zYUb9|GN(ByCfvlZ4iB9maCfu^I882Y|?JgaiI2rp3_*>R($NHyf zq<1|LJ&FzGi8k9WZ&8T$Nzor4H9?EHKA)C+Z!Lj#!1Qv{8c)X$%xSmepEG~*iE9`> zsCPv>gB$~b3D-l+8bp^ef4I*HW~Jb-AEiBK;34}@vDy}h{=qw%*zm{v-+Ocq>R&Tv z{)aZ_$vd8p!3v|OwEgm2(=B;NQXZKv8AGP}9XvFH5E=ZXaBLx&bpIJdKNj z1tgjva0xAZ-^fLX){_lpzq@qRqO$?&QsW>EfIna$s- zXugF297qK6MB3#Ar|g*@cRL3jHQR?K*m_V=rE3nx79aX9UVPwAD?Ao3&Ihx1Lqp(- zglB*n7N|S8x$i(%=d$eN+3y**gZ>3Z)i{gF_cb0VwEef5ov|ST!JS?d3EB^T$GRu+ zN?uRTIY0{{O5hK>E}%5aVYRrsB_7)nrGfURSH<3LJV$Y8gdhrc|9*f7z|~|w!_4L4QR-Z*-F@8OUB+Zi7xURu*iBvBhWzr5LgaZqz(*xYpP{=UKMgE4ldM#MEa1b&>99#&W#p1zA9IUv7D>7o>FQoM8 zu5cdW9syE`vq%~u89(HHC5hj>bm(92ebhD4$FwG}i{bu)xXBQ+N;lr2=S*C0;_mz) zhYNn-tnvymZMBi*8+V^Wpp(j7LlB_k{)2k1xVS{3iT>o>FAEkJXp?Phc!eI)X85xC zqj2wTJ-ttT!>O`!3(eOo<=^IW>tZ?`%MA-9A`s9dv4Om_@~(+hYUp!xwr{Wb_!HWC zCT@2R813cY$?Kl)=Fp<9a-pbh4!~&HQurQ>jJ~G=Fq+sJ|&OHK}wG z@MT;x@_A+ES*zQ&>VSP2Z>ig(c>6zI9tt!zG2t?f+GI#!%piEd5bVB!skXK@Fm7a* z)hGu`|Gs-on#=|pSBm}M&MfJt?;HWTHa_CBO#S}zx&E#dC(FpI~f&dv1 z6ZkG^B4TMG6#1D<%PajCjTx4R5i>;W^Y7`ri$B*WXCF(O5GsdfHaRtwdKP1`HZtUn z3>dEn`9tgXJ+Ye&)QMIy;*E5`=)x6dB?0#@Kz5f_4h2|}5PGoe3(hThyVcQw2CTqw zn}1;&S-oR8@6yUa>>GEXzA@w!YusT6i4#;hYHZd<^l-KY1qcqQ!x{3s2Lq%vKL4KV>@Kp z8NzvSAF?|rqiT*dUV4^Duhb~|{eIhl5bcj$`h!=$-m6C4B`Bkjf~)7pOT$5kbnV)T3WMe#KvGJd^HdrqZB?Xch^LykvU~Nq zHRuAd0|%|A$7txz6#f_(aR!S33H*+n-k(iRcbgyC%#WLUf4JQcc%M3l`iKkajKqq7_)Z>qq?K`OTvl8v#o!0I) z%rWVD(=Ydbma=cd(QB?!4Y0i2gehAePSK*SZhxL~o=D_$RYgP&!o0iaY^O_L^7O?o zf>F{@@=;rrc0_3&XXSvNI7a%4eZD~S;IKhGcd|0&rz5Lvyc`3w{kKZOV_qWUu-b0e zXDzd9IzeZaf0bD8$e$T^IR5s&oR84C&-K*bfx5CgIM_9fpJzq!3Xr+?A1c90kmvPT>-%?T!jvUK(i zII*2f)zv?an4fpR#wHw;J!smXF|K}rzLizH zZJfa>iL&scX@3~!AC4AJ`pHAlX%;SN5Koriyua+n?|Mjn*IUuH?)t}1o(MkxM-D6@ zYqz})@Blhy?hSy9rBG6uE;f;BL1f*!$U78!xz)o5Nw8&2I)O9D>L!2w!-9J6R;55) zl-9Uw@7}#QB0wJaBgKu8+yQWfZVt|s0RdG8ecanMJi*t3qA{n#wF#rI7_q!)^i!iz zKhlK^^$YV5WJE6qIG+{q1`bK%E|R@`p&E#hlW=Ey4g4CyqM|eJ52;p_m+Nzy<>^r{ zv9kCAvMP7G16cutXvji)*czot-!)(XfgQXbtjAeZQ9)KL8iZuSRXcP?B6t8p%`L1= zNjLFyuDKLUTbf_*^@C27(Sz%RQgYF%md;|-(_MFQJDe++(@0s zDo{0nFDx0a*A|yS=mokCB%(0N>+b_(CPH23`~%Mxt$==YkE`p=sSG;n$))We3z0#K zjeWn{@VYCWAP-dHfZ#-qEC>~*$H1#2>>UGE^cKiOty|F%lvpbNlXL=c28niXR7 z)>B__Tl{fsOZ$>4EWt#v2ksb{Ba>BN_B#r z6nyl4SiXhQYa@)%=5Y>)+GUW(YVvyOrrsvC267mouUPPr6Gko&1X)^|K~1ZjAOo;3$zG+ zdDCf@y!z}v%l>&0;!RW6aibh-g^~k=@dzB8>o;tWOqO$8huFp-^W6k+-C*zhM z0_Hj?dapWcuCvq-;g>p4>(*tTdo${JI&?zr9l3UHV z0Wt^-tUIo39>~1RMU;M4phb`xW7vK3_=XN|R2i^h;C{&vnAjw9*)v+^#-tqU#xrHT z3f1XORp?wYGzS+KGC%w7hduQ__fC&_Lf(H0If#P>g3E5rmNx?gLP|>|;}ijkC*u7v ze3}GtOZwGpbCw+XnbFgIc&_u(#~srxh*KxL*Y%z3F*QxFV=!wv&)M1w@j*4&`RNu! zfkf1597OkpoD6s-G0Q{iP%|jxn;Hib@h<*JLW=4$gm z$Y3hiv$t<;Rv-;Y2mhkm2Ufr>ux3v1DCI9KON{BALyw2z*U#D685$&*y+6Zf)6?Az zt|8p=BTEIfQz}Gh*i%l}hQ_My8O&Q11+@#By36AZ-*5Xgja>Q~a%Wzzt9VCsVM(#f zKoHGn$*tYLcz>pqLS+m_VqM^pKk<%?Xco--H+G{!^2pYUD>n&AOV_&I$)IX!RU(*) zoZR;P)(o_Ox53)t;t`jSh((;QG3>O)8EeWJzlOZU#cIEYg0Qaluvtx6u=H%j!$nSD zAvN?4Y#{CSE662a(yZ!MhLGO!^`-+)(^A2pwqr695If2B>&brrDN^><=%s&qm!Oy8 zCoJ@9npd9ndd4`}P3T6adrQ=?t?7Wh(Lg*1Wff)ZEqyYMP zIzBI*|A)%QX4AiYP(X>7_!MtqLny@HH&8)^0_`%;8E7u5^TM%e$gyBS|BLHSKnG%+ zL$J#Hq+HMT1OtoSCRGLe;Wa&i6^$tl)_2{nmy%o~T6?vnLe$CO$~5U=B()_Z;NYWPIu$0I z=>6;4b*GBIX{Ti47|$pR7FnB{@_J5#jD^ObAi8>}Nmf0px7o~2RyBgsBmb+tU5epW zGPHyLeBf!Rp!T6cAFP|~95xGtLa6kPb2Ay3B46l#RSIEbe~9Ob(Fbl?oQ@IkdSS&g zQP#d3D$(=>GP{7oJtVv1C31+@JvdmyE4lC8cuPfliw{~ZkI9`@oE1sqv zdom{ph}~=cO_9fb^jH8}fZsat&Ctpmv>r+wV4kparfN1C*)9+w?3jIiSc!Vo*n*P~ zSo)52Axb$-BJWU$sibkR5k8qqo&nvO--ezg(5wM_;?W4)O#l#rW z0Wmbx;Ut54otujbDB8=rV_Zo*eDeu`k3SC&Fv~s^i_%ti-FM&)^sb!*eI$UwAJUuj z-ku$Ql@&XBSn4aw{@kUP^aOk zhaKM^#fbP=H_duqYs!8v@4)letQYa{aBq0lK?F&Lb|h82b1xs_`m^Q<}NA=2V$c! zaiCLWxdAB&2{wqBuNU36%~HKuub!c|gX;$emx`ml_gV9W!kDUrvz-ag_wIQFLL9n- z4Xe7W#RhA_x9RbDMQEMzJf~b@)mRfz7mr$0IWZ!1kaE2N`VnCpqKQzM_L2*SOsOT;ov1e1qD( zAA3!T1|3BKPH=>rmmSPSwq-x)P$l27WU7p45p0Qq+}xta5pT0CaN6H%w)k|rwDKn3 zxI2F%kF@lI-a@&WL)VUf!anb-n=ia&%N7xlRA}N#)=!sJt?2k>H{V{sUSVPZtB`PI z77|7PDoG-q!*}$MbE;8{7;mMC@WE6Jkn>v!F$dhw`p>P_AE-A||x!1mDBADIHVKszKD%*Fi%}v!?$NbSB*q8;|7qE%j-mWdo zBcftZJ4g`kMBg@{!2FNczA%YQDuOR>jO*VwER;)F0J6XRSTz^h0AHcpL+?>}-Y=WO4PG>Me)eI46<-cY4S|?Y z{ob$V1{)MExPBMbk4`hi-nX{9(+X3Mj;iQRm`Of_wN8_?^8hxqR?HpGmDcD(P1=)%UcgQ@(PTdU)?nr&z9+)9zoF}cMP+KxdS(k$ z;p!?=AD&?Qzi%P4UGXQ)7jIk;X-2D-FYj{STwUvu-`m4DpnUGghM${`n4UhuZdOsh z!zBN~3#VYfORzeW{>|sW!M|C*!|=)%%u93{pL!Yi-Sj+k82E1AFktInL^UAS=vmuF z#GW+)rox>MI~s~1RfI9rM@K{)6wnN>Ax6fLmi&y&%<96Ji4()R+a5Y{H|xX7SLk)< zi0^4qg3wDWqjSj|BAi|jC_Y1-^88Q&il5RoiyBCYU|qQRSxpx(#zig5CY z{QH(SDrnMKu8V#Abx#?5)qLnYeEV7Z{Q~a!zB}W!khs?4BftS%$@ae*Fnq{7U;oP~E$T5Tg z@#1sRhJjUwHpeEnnP_EOoU)Y`3q?qn)dRnWUlF2(PRegdjE;}m43!hVR_%WmQ=O5> z>n}=+V5#eo=)POh1^`JyG&v-3V^hc{O@SX&oxXcQZvJgTw@|_-(Wd3qQBz&|WD@6P zvFB|b-QMHBI~>t5&`n~bfAe*ldWNlpUZWDr8e zGy(4z%Pwq1c--nk>jG=L-HMf13GQsT-rw%DJos~?k(F2Bzcg6R@ClPyAgIpZvjeJ& zx0fyx;wrlw(}QcLNNIyVQ;asEuCYFWJp}M z;70hX75|tS*PB_+&reiTNP5%Zx+USfLh%iE6D3F_i>_h=C#-8;bjAKi#Y}hJN+k#7 zgh$=y*(G|lse4f*0fl4Is5ksw6p(BWJ%}0uJ@8tgJ!?Bh}cAF+iq- zguUZ5?@C5shuCQpZkEL?FmrnX@S`tFXi;n*y}T%7rW*s;b3!Fe)OZ5JCBo=mDH~7v zE}8i79mj+bk+4NuWT}=U`2qr*z^k_)(_tg+v(!&%YGhd#>MRc z_;TPl5Qn+z8U*u6h;hze`W3Slq-Kb~Lc=mHPLzD#KXvlLiUx2^1B&L7*t^l@AsZ9z zQwG{M;%PzKG5AxK-ZmR0Ys274oA|8)Qttt2@5h~iFVqH9^0mnum=TV3@;Q160U7~k z?^d6DK9(kNgU|KueqdGpYAkT?AtZ+%)=0_z)YIETw?sld9T9LnCKFC>@K->iH;nwK zHQfjwrASIh92QVZI$oO&eU-9=ztNSLu#=<33G->$EBzup({|ucy8VCDVRe2$Es&#e zL)$wAvOOu~+znEcSgmz7JM^trR}}6YUQ}KT+A;Ns_^m*tm*P2^UwFi(eaHq@s0GVqvbcG zjUD<9v-*U>m$=o63tM*{DY@mu_%zgt*02Rbws6)u4O8dd!*z&r#nPGuip*U%dxYy> z&Wo*j9)kGzUA{0c_AEj*KH;{_JTRc5twG7wgRSYwV?{?Vm)VBHNYMD}+G~*BF*GY5 zb+0;X#d0_2yaSgvuJC28H$DKv;+5xRa#6vO;f5E6GYJHSDZs#!;w7gsBH%}b$p3bM z*_@oEBt4AV1p=ZY>CJY-r3%(f)sQeRm+2d;k8YJyjA4 zsi>Tc%BGBlR3!65nPp`pAtN$Q(@ZKO6eY6v-kp$H$d(k@qmV@6cfIL3k8{4yuRp&3 ze4kVI=f2F@3NBbaV=hSX8oG>=T&LV^Q{E4 z%H&>uB3Lw6aD>AT-{ z$)BGPC!E_CYrk=z+#lZ_b0j_}c7tQv{O3DIK3|c+?!w?$K7TFg|26P5$iS=u7YRFM zV-c%>J2$BFNEE0HEs0EIVaPujWO@O1s`jPN?f0xO&&<6+sj_BFPczv!NCY834#;MW z4+`zj2zI?qbLOb!%zZLZxHINR!)-i9&4S0cd5Ut)-QW93%wx+)q2cXz&tCEjs-w@? zBl;Kvhu)q(+uUGVd4X81%}39A?=d}!wOlp+^AYt=&<;KxEnQmp;*8|Ey!dQ+(a3`< zBbQibB|?5>lOB8*)O+)D1$3X=wh74F6?mX+hVxjz;)8+Vzutce+~vT7cYgiRl$Oz1 zj;Y%DuXm4py_H!4KQ{TlrHZTRWC;v!KNB-?OZ@y_H^H@#_ilJlm}N>H34b9$9%sMI z{*n|ov24@I9Qe3b+agahaAFPX+z*tT3jlwPouZ?;UeOc%B<3ea;`_s2rSkR-Vh)4V zWL<ri_1ShtZboe~^6%i4W828VZE7N{C-VK;9;B>ad@Y zmJBHjVsO`~X%}v-aDW{TS@MMui%{;`C-OrRVD?w8d;`(g#Pi~ZVz}J_)Zpr=2S*qp6XuXG zvRR4j^+kUO-)*h1>(AKp5(+MofFD%BN0M0*iq(w@U#fy(KZN%fvD-2l)8M=4{DH6tSdMi@bikzBNn! z7!8lz+!0|qFc--tPSHg&?hT2tj~@;xY-rw^3abgwxPW=vU3F8~mm8dxt<#iN-lk;* zuP&MQ(|ZGVVB2Ki+_dvQ7-)T{4785-EWt&|Qdd`JVqpROT%Dk~yqL;Rv9RvB2?TES z8?NMC-3Ng$*b|&9s7^a7jer=dAbC))f{uflPB2j0`Iohxe%QU=B1n0dmV(hr1=Fls zNieX|X(FdxeDd>y=)w4)ij?ZR(-2H{ve-&o?2({%%J?{Uks?|D=MSqxiQZhJGdrc0 zw}|HO4UM@UMF;cO5m2dkE(xIU`Ar0mj6Uq^86u!kkI)ksLmlcXW5qOCB@Nr9bK_o$ zvSHSMmBqCnIH#S208K@+9K%z-2>~JV`sjL8%U+q9Y++@8AhJg&hU3(r_8Tk3K**;- z2WmzPyP>OcTg{1M(2k^TjU&r&{L&R6tGfrcrCWupF3|Wo_kjpZT6ibZA!1eCnz@J| zD}OFQGmEgRZbIC^QThf*T*NjRIpu@3VMg0?gL9ZPo4^4Dx{m~+F+7tKR;$+i+^0cb zKfTW3-2de!`8<3m0Ffm+3Q*tx(=a;*A7rNG@!xIG69;ZibXQp=iO(SV!Fjw)A$hsV z{(}cw?QE-_1tqO{>#b>V_n>*l`xnoo8O7!vn1=CR4;&+Z4)CoYU`jNzR!Ug8UDvhs zA-0>rpbak(`Y7yPL|a3)-3mt0R6VYurKYzIVPF9*{1LG9 zc|U?2^aTb>ZWSM}HN||UCKqLvu&5|GAV7{?Jv=}<$g8>8qE{K1@-LJ-YB^&%_ia)w zBCXmV-D)|}{+Q(NYslZ~xqtOBG7{FihsVFb;+0tmUYm&Nncg>x;fqqK?RF27$5br~ z0S)BVync*1Oe*kT-`THsBu_o!>k91N_6T?Gvh8P#{;)Ju*?`}JKlwxY^8fRe)>9=U z>bEfpN!3gEn3(t8_diV&Kh8@!OR@}KlK621(au)E3Mxq z5sbNZ_0jcZw{b#eH*ZQi8gy_@6+3?VSUD+NdPyA~&FzB0VlRz#X`8bxrl0?t!!ksQ!E6K09G|&6&R? zhOoti{O(-+PUpJ~2|BYd)+^t36V4c9l2PpNtrx2H)711{!@6;OSn%i4BZM@ip( z`RZ_Rj_C2+PhARW6HC7%bMo~;OL@iK-X7w7{e2+G&cF%(ecR!F-(5L{%a2eVBTTOIDGdS zQa<0q>9bb(ySt-Bb@R-s_WsTVoWEZi;WoAM#@?A;+;6z!n&Seq+Ik?W3@rnUE zk!f~X_WS2|>$`aCzUSw%)Xu*~oE9OX;fr<0jwt|NjJRkIwLF;wWtO$I9R_o) zUmc8VLP1ll0rf>i`5ttEBw`=jY!L<$-2&;3;K{>+QD4Mh6U_XWCi-O9*0m-_?*-j@ z92gia_d48Xfw>1y^tDpl~;!-@}S2-Kw1isPa)kym{sFQ28 z^X$uReWAJd8oJzPC>U@E+lbJsbxOeBzX5_@3l6MkE0%% z(Km9;9k)2}+6wt|y=Qq|9KbZDUP|4D1;`1GSeF1p}atf*sfa0=tl8ba& zYi^<7W5sCIyJ6M%knoG?ZyAQ_}jE4_Zuq26`@ZhaVed$YfnhYKD ziT==ed{}AS@HNzL(O;3~;W!mT_8VPy*919W+pkk-SF5OK#m>U5Kz$mnm7E)ym^i6f z>!QhTj~P>!=d5h92yMj51#Q*>ng|427=MZCz zUOQi5X^&%0^ybh6_M0`{r>}*r1~R3pc_bb7Sc9HtDctv>Ux&LpFPdSW_O({CjIwP_ zXe0~(|GwGAF~*$Csc%-gx`uHcfmn3=H{`^fpYi;@Hu<>qm6esDraGCl|Ed))&J=lE zW!ZDW8Y?`b`^&VERaDXdD@2YuuA`>S{C>0a#AyB>YE{O>*hx9MVN&x&lp^*pOg;TXEGiJfdOo~-pxq#X zloS`oX=W*HO*9eouS)%aS7D&BB^Ll3qC%rOR3+?dqA-%J-GO~N!ENs`zeO+j`Tp(O zw}Eds0tB;MEzM=(Rv|jBNwqRwKG}H{<_5pIg$pJzZx~N6_vePhi&7?1uizy-%{ll~MY^cNK~~yNHm@<SF80IgxGk-Rx4NkLne)xV%n8Lg1K`9xFtP4E5-e^RTtA~b*`=`b!_p$S8<7}C04mb}~T-E8O;aOMvQ7q!o z7_Tc>Gx$hKLnl`6wX&9J>w$#)!W+z*BsUcnEqqQB6zQMHpp>~_)!7L$YNSZ~IHY<# zUu6EIo+Br9^v@X0K;*>#D+28dXR%T*&WdU&1@?ZCbxXU$|V$7LzqnCtH z90G{cfv-H?C%oiicV$( z#K!nEHbVdtT@W?%IzHwppny5xdS&iYus!`?3T^;EGb=1UFFOd6-e?GSB#hbQ%2}WtR7k z?P@Jw{H{^c8dm<@7^c^SInVwiq=F6eZ=`>&QN@T`e#DZRt0kY6TA-Hym|^SII0hjF zWqrl^QfA}ZI1AUWFBUgRMvWsr&sTRj0K)9o9ni}v=W5cA2goYV9T*c=ZVty=^~oqY zP!L}QyXzk#(>vD`8AQzwzDEKpg^v=a$v;)i(vVN}*m*Y?l=0eE$pMi3k zH;Dsw`)DL~fq(CEfET4Z{(W)#xPo6p=Fm101Im3`+0O-e&L&HF%)gvaLSC7N_3%XU zli2S=Iz<*yODPYqL||KWWXDIn^ZsMIOo|Je9NJ-oJC_v#zV*+}ZL^WK^Z&phInWY*YyeYr z&u2V7|K*Q`7$f#7PQaCS3UL~<*A(Xjs3rh_BUa0OnTO40FMRpX867)X>}{TVIZ0~! zJ~vmFaJD~Mf+<;>`upsqE-;DO2fwR3r5tD#81?Q^`<0}UzNJ@V>lBn_Jx}HaoiYi0 z7XDO3#;|i)>LIB`il6-gANfzlotHCZZOqT~X?6NIHltV2Fy+*k@?>1>XS3_i3MV0# z<#4LZ++bpSc~4!fi{aR|*^zB9l(VnP4-5=MiRnNrq{#ujPK8zy~8)LV^4jPHS$hskT}U`_3M8gL9hi7E&bG z+S-mx-KPqKL&^mLcFpnmyBc~vGJMhAB10azD*!z=Ff;!IJqa`*?`@LWo@AwHW%-2s zaW5t+7SO|3HV1=Dbej+X`xxQj4@kZR?+i|Jid5>Z8&GNa^RvW`?VBClXBjX?2ZIcc zRcJKHnx1Uf!0>V1t*ZcAAwiokCAqj@DRx>$#?nw-fMZ;fIS)2nqh-EQYTHJZm>3^= zN4t-A&q*_a2%ye5R8*_c;Qv=CJVAHIo=W24-fi z>rindYbYpe&(3JG2^uW7mj=Pz$lu?eIR_?E!24jV|K@E9EYO;LL61Fl8P!yB4w_rh zQ#OwuT?Sg1tO3`;D2E4XHbnSbBk05+XCa1HY#;9hL$uEixZL6;I#$e`8{8pO1#LfC zmTDdb?+P5+@qu|dbqdxoWNrvb6F_|Y6}QI&UNGPJxX2@v3}dkBsnye?$Si{u6KrQx zRd?qgj9Uf_9^gNZ)l7p8b#qWunv8DZ^`wKn4Y!5ksilyb|L&n@5xK6?Rt z@okHEWHj$|T=#T!-N4ub-<9zghPl_NJon_-2nP|To`TP<)fckI1CLuq_;pX;Y-nYb zbb2pR7?3QC$NIij26h>V*Eo08)E}Sz$gUBB_0iES7zLr5gGgXIJD?uauXnt?-$J*$ zgB^2~=H_NZzbZ-LCF%!9vR&QWYQj$2!MderjTzJh{ob6E#vOZQEiBag^Y2j$Y~~Qx z{p(GPUDhO>m4(=b?j;0h%s1R)FNnO0YZSYm`#LOJKFr4Z_0(x2Pr^uhmInuuPDj`8=5cs7 zmB%I>>dMqexcVGCLyvRteTI+3rOSPrTA*P9;Uxex9E0)8giEml?- zj?n_;q3&6MCvVQ(8QfT?9vBfB2`SVuFo=?W;&RLoJ1m=()!l$MJk-v@yk%xI#(Q~w ztyiq`Aal-}Y9Z_+pq-UI6(m%(IhXehcgZ7Onwq+?9BvCY_y6B@d_oXV2+?`GM;@|d7bBg3FbcaKp_9T%uJZ2Gyz)33HSEfrHlA!BxdFN^JSU4sxI=h|!##3|yS?Okg){#_lzLe>JFE zurC5W17zfsjjk6Ub7Kh?pXJc|SyyhId@-z@i+zsQ3t$mjf9?l~ocX*yr2$?y><12H zr^i1d#&h(x`{TX>&|J2BISIb8Vo-j`83kX(01OQhcBHNZc?@15Q|Y3e=LWP~Lk#hq zG4C~Dtzo#MaOMpBjG*uO_3KyL`}dw>2REDN={$;#)A){HE+#IHru;kVJEl&d^{=gQ z*hx$X*op|72AP7ClvL&$=JROqaTIar`!N>M)O>$`m+UuMqdZS@@kam5+sI4k?sa}` zG-m=whA?A5^cv4;|8@H9BEv*XE%2t*ytTcn)S*6WLW2yuP5EFE$cN>{;BHqEi(DgN z`T0b%5W_w2Vxh7HV-gl!eURA}fkZV-G=E-d7aL;qZPDf;V$<=nNL&-yv&R@vFQ0+A zPstVlt=LGgn+doO*1;va9}KVo{r1m4|LnNw`p}Lr{Ks30q8J<)y>-8!TxRCgEdm%8 z>y?zT#$u!Au~^)I32dN`wYC!hK?M>YC9USm`#*F$nGUQQ!n=ntz^xw^{$Q!te>2)* zds!s@#{3$!!a=0e_%3umDQCD*;9Yra$<)F%&2&H75{2li{=*YmNT@nU`AZ z05v-3@#DDcQ7f(6(~_GRqYO7B5I-AyotEsp3CvWb>NY#PD=8|1HT02izkNEF^3w4g z!MKRx1y=)Czh$#SjvbhjXr|*kbfXbnW8$B0g?#a@%-N7^^_UT%2`*?w-1A}{c6_|7 zxdJvqZ7I*q}H#=%2nNs;7g@cLpet^u7B&3_b=p1C@f0Yb_dlNr0x zL=V$wzwg#?_Jyp$(CW)~8w<$zldj@Ym}%9^q#C5Xefg<$QOQXb?~E*+moTiK7T}NA zx#CXe0f}eWbA&(pMG+>rWaQ=7uUh3}p0p_99ndSo8L2=ytb&CgZuT0M#59Y;NCr{i z+r@@juob~9c?2^LL=AxNXV;F$0bj;XVUnCw8A#k{m=aTrjeCW^}lA{3A298 zV(tmY|CZQrQ4y9#vcwO6&e$(b}@DvP%U_< zbqFs4HuKu{ec@O_EWRS3;YGTMG4K;kF0KbdpdLl)dai`m!xdbhSr+xz+B;rrH@>V8Z{rt+$nYDRsIQAJq(Ztio-DtvYli5HR zw)w&VCgS&R0&#&rngT_gC>ac@M?U>=nl<0Y9d_Ag+vSrRK7GnuN7hZ?PYNpb(6jhO z$Q5yL;aaq45%yOwcobukFaqGV6$0tlEQ@W~zuk$^u^%L&tC4j})gpL_siDYGPQqgcJM1h+HJF3W>O$X+GoNFD( zn{}%9o1%X79QEQ=^1*}wG6OQ@(lzT)OpWut1d0~QI%Eo zm9R!Ug1GhMsDa}j)kVZr6HX1{t5fe0D!k?c`)~F*cyNMYXJbQQg1rb4@U3y@ZF#G$ zr)erO%s@}?wM{Y~#rKB~9{^_bV9rG4WM>Zp2L{F>{1Ns&YQc-J5d~1&3+Prd^IlnOB?|`d$M850&7qV7xHv%O$OH*qV6uEiRv|I$!>0|OLT^4`x#C?bCu$x;-a65S*_dwWET zzEz=Tf!%zAt#>vCi%%$lkEc1gaT@AsV}XfWLMw&$iCjywW{m@oT4XSCX~>_s$MQ%z z!;P7y{U)PTU^?Nw)rYy5hWQzq0g*;;_zl?)oAI!zW@=O@b^F3oIyv1Z?;MC#$^Giw zei$5Y89n6D3?LDPF|*@3vuPm8zg-mXuFiDo&jm@tXg7LDnzd`iuU5o`kj=?&F*Y49_%k&s8 zZv}0ew6>d!nAR|G+o55F1WliZ=I{S+b(3tSP;74u0>GD-XK-}kU)U)GDtD7KLo+JVbMGgho8+#U%4-~mBq_={} zD)ZsovD5i3s|_cHGTMh*GvvJ&^LYLHRdA9m7RX528X7Sil$2%|LZO@@{B%s<`b9&# z{{6R8;uCUnr#XO)BEsQ8_G1;(Rq$cQBdr4C{nD|d+S%EeH_NEvxL%lOTIuPUOr&Y@ zsVlKX(nZ<^zKYP(<2LO@*K&sT!9Es_lX8R2lG3E)bzMC=;B@=*#S1UUmRHgxfR(u<9*;opNTOd zMNCvw&Gk3_X^@o@*M3|#aYg4hUpDRaSa>o{L0dV6ss~%{mx(V*Wy3RqLS~4ljr%^% zq970H@GOc}{942SDSg<1bYHXCJwXLlhxz`{&R#Q=Vo@|~su6piV=$VtG z`K_((&r!}KTh+;*xp>VB9Ti!G@Gk6-X(~`A#9L|a#Z{%+Jj5?^uJvU_q{1#!DyM|R z3=&ClkdMzN#6)m}V5>3mM+@Gl8oR-(CRHySI!t8UUZd_r#e|if9ms>Kov_pRN2%vg zMLaZZb~4x?C?TSw2`;aLLpU~B)&~|(4gC8VX*FSi2-%MJVzXBuXV00ctQHV=NE4uL zqyr;+BNiYi0aV}wgJ)NAG@fsVq`ay_p1S&xBY%M-R_B5=521Rq1Y885%|r)p1UtjI z;!9uV;uF+o>70N3@pWwM!4N!GkT4=2o^j5zS5tUW--=k82$E5jBHLn_YFmidOS83{_%+K z4VELR2O7mZG!bdqqsg+MYOGd3qZDy(IYoFoM(~hI*w-237qy79!f=i%Q*1ggJQ67( zpsFEUTjn6zEG+IwCz6K zLgMaKEc9z>X#xFDykEc}Ew!-l5G^+s7o9h%hi%us{wcHNIDEogV=bO@{v{e89;cPl z(Aa2;0FUd6vj(*4uD3Vi2*?{?5l7L4<2a#zsVD#PSy+RCfhTn7y&W73{>M{f9wrNA zh?UjxKZVSZJu%t63Z4NtR?m7|qzw}M(jhT`CKd>h#U4yMUI*~4oz4L`w0y-1n1UV_ zi-?Gb&g@iIH`B7-DIt-MIuaERWFtBmmmaSKzLubsqw3{DbS)UB*SECf@bZDdj!0~a zgcc1o?R|sZ#o>RxpG;Z;C`0Ikh=cGtJ!Fn935J;2tjm~!^3(&9Or??WPy)RR z+t0J`I)6Y1_U&i;Y<@(9v^*to6d`F~$Hx^wK+!eVg`GB)OH0LzB5^G@_Zk8pqEJHa zsJq1Ch=pO2V#J9eGzXhIz$Sdg;ew~ZL<7#dG*Rj45$Y|(8hRZ|Z&z16?7Q*q`}<8C zm!4V}5hL%w2A*Kt-is5>(I^mn1b@Z&(w1DjAA)7ur%E6cQq+zvxML!w*zN@tF&yQp z=_oAFfQw!J=)!s|$QI%M_WO?`=5@7m7zw!vqy}(NJ`Fh{W~n%R;)|fg*{2OPU@q&j zOAlki7e$agnfP-~8)bvY0AakYJmi>*{sz8XVD8k?71DgNLW)NIB>%g)yA|Jwbsr5! zDVOR{)f_!?Bsx0!+tQXN&a)HF?dfJgtZ~4){!Yy#h8B{|^pJ7=0>o#(xX^3kJ}&W_ zLQx2&n1JF}MuxxKv>=yJa-hgYSZ+XVG_Z=|_4L`ZBkP}5WmJa@Lkq(T$023$A-+3914zngC6w ze-%Zp521@li&&2h2m)Hev~U*oBl-z`40Lo4f`WkVe#b(4TWE~2e8!sS5d}{P0t$u+ zp?=E$NIx0)_wM}T-vgSr4f{oiGLigywgo@8?#mPEg3;$Vel#3ynq$Jdy1UD5z*ub{ z#9F2ZCIU;NA98nBPu6$qN7TW1up(XPpMN!_dKA+JVfY%t6|;9$suG^Rtg^Ch?(tQX zl{-UCu~{^7|GND)j@Pcadw9&p{4^gIRJG)c%^ll9$%}2-zHf^tJiVaT;3@0EjKXoy ziumJ?50q*1R6UBfer4F0?bkgpz}4Dvq7WOB=l)}I-adYTA3q8nocuTr3MD>zi-|D^ zeFW)igV)FAFC&p1E=v~vYwbvx9<1W_;I{OwqVVj%#syM{;iHT%y&Pv48IFA=OP4Nn z)q**g+wmH3ud=HC^}y|Ly(3HN`V=WVpHab~liw<6vZ*VzA^O=f-8tLLnZT!hyJ0uP zFCvmj_So^l47oV&_+p`j)jvh^4Y=epJFNCSc4LoM0*ZO=6%$yFcA3#ynKIx>KVLe<%O4zl9`G+%?8O3dhP}~qp^S8 z>Nx-v1_g(`7hgXAzB9=eu<0XSz1uJbIV-#5?|(QKfxxT+PAXXK@+2fAfrAq85+>&3 z8&37&dN{y^6)$2W3pY9Bzb#WJO;mJre{)I?in{To6n>Ccl#Gme$w6LP*$u-Y?7FTG z8%H?&JK&*Da!K!kVTS!mm#ZuXZMgUE{|bhCHQjz+O!A$u5sz5C{3|d~3@uTR5u%o2 z>Pa3YSvrThqh3$lBFwIsJT^R=Sa&7H+R$*pK}=mm5P9^4-~ON!Rx+KDwTf7+WGYx$ z7S~^KChR_z0ozXu|1zKbZVq{9bW~K9jhzQ?{8-DWyvHII9k`3uhYlUWIV$dS{?+L0 z`|x4!jll)gdt&&f80w{u_6t74p@9r!WP~5=j798>um<7*o;=Aj@`Y=6p9)As9|1!I zJiIAegJ3jJHarCp6O(=#ofBH=UvF!8UL?JdMsP+WjdSSigq+`TqPP>x8!>Q8X&djf z><|h;P{;n~Z&Gx>3ooM^_;zvcQR72*K0&U+D#~vECr?ao8p6ge z0K#X(%o%H5yg;Z8QFqA*2BO-M+{$gss;Es#3R);;iEXXvK~ z2#^(2hX_Ld1C)WEpkLmt{du?g(Wuy1pr}8#&3s)!e>VMMGae79~~RQgu= z99(Ru$y>7BTM*}{)7#!Y_|rXx*n=Y({BhbxL=lAt+SCoEbZw}W!N)M|q~DTdGwdwI z607_lG>)Jmlz@5=;IXUf>G4matXDt#fPRKggF$9yXHCV+LU0ocI8TlC$1QBImBqeCI@Yi#gPH)15L#D zp`@y~rA`&7!8F+pqtTpc5q99zig&A_@dxLQ&I>$HdDtu!dld-^%^~0MLc4eG265}u z&wr&Vvs_)rkI@6?9&cQbjMd{nUUCMl4^)EcTKF=4tENd(lZC08B1sp-qUn;f^zCUe zAAN_BH(+GEy~_z8Xw3Oa>`nr4{JUi2_ay9A6Qb;N!A&zSf;Yt9Af#pp5U z1K4HoFgQ4tgOV!kJXxXhZ9@wM{n=RqAMBR=Zx(!3io}e`3q(IAQSX5B1-(*f9I5=> z>R7bp8Rb0iOiKl;Fx>Gmq%%O%jUTW;ZDY2}@AJUGK&9$;RW6~%-Kp9yZd4VoO3KLM zPZMx>hg?mD&YTiJ2$5Z);}g-U17t^6LC+hX9uZNpxiMS)Xp+BW;^|up5=`7XOk;`V zE$YA2W%zwlHQr9&p!Drqm1={7S`u$vEbHr^>VxSx9BWSjhcz(hf=rgB?zH}^$wyv3 z1H;Ak8s`Bef{K|u)Yo?vkfrI^?71WzS*u*%Jl7k#0oF(Hm}s;3C+u>CCf}AK3>#%N zKwnt5-y#5SzT~ZYeTz<9UOYoWe0;ipZMG2mKVB|LN>~ITzB<$wmD&(iwgdbdU#h8u z?ORa#ViU*PN9wRfemHVemh3^W)gAl|_ksj+a{ASdR#>bkj2XRBdH=Gqp?(v6QU>F| zZMN?i;FJ>3IhpG_ADFJDccyO?_p^FKdyzb3$K^oFfjVNj5$zDGH*oHb#hK_fRb)2$ z>`{&=P0uq12NOfIVp;8CC}X4ug8Yo<%@F=!VriLtKd-)JU}|!be$%GN9}qc3D1DD# zv4VC%?w}kpCG_vWKqm3k{sMp(NoiO!WfkG)=i@`WVZ-*4`C3G^_~~zim-!nFtC+~H zUEye4&`==qsQv3lm7p^l9UDUrz_N9#IDQ`PYz2WzG4boE3IZOYa^_4Xq{MI+PctLe z|0HQK`8CRJKV#Dk5PCX(VC%(v-C}pRd0)gPJj_D?7*l1W09zA>83a%_c6x6~Nc)S+ zXfH?yN%_!Pd`D7#5e^A3#?8B#I;8SoAFrO?Fk>=Ayyv;PN#lK{2QxHa9--tl6dyS9 z-;T#cwF_w+?t;}}6pC81Wmoz0=Q|N4-_+IK{8yi82gw-PSs3i?6E1u6=B}&jWn0_z zD^~`fEet%)Y#7}Bp|ZhLf!4u+S7;~1c)Z;hkHL|h-|2;#nU>k^fA^;?|IHSr5&}B%>0=0(Yp-VBB$H3no+w?=IkxZ(aNdBnZJ!H;1z5{C3Uzdpmis!t`qc<46M>2|2jk)QX;)KO>uLq|o{$hiDNug%W^z@W6qVsw%8@xy1kZ(?%zR=Dk?; z1SRRe+hePPn3H1qEhp#ogi^ixv83~dAKljYXNvVOT>Vilphg_z2cAxK{;Oej>BC6x zu0k5<3PoyE!>I9=D%ZiFZ`?a>R^-9Oxv7xd~izLxe)-+VA+M z;S3E@Kh2&QS1rsM5#O-H0?Pspq13+${tQO6qxl|*Cxb&!;ruE}lg1Hog6Rc*Mdmpk zo?W|&U%k?U>dO8vW0Uj!_czc1J(7gL3y4gvO|02z)<7XrGRL?@2r@1>b(BN=kKlJv zth)ss%y7|!LHzN!z}S&G4-t-zO4l*=bmDB`G<7a~M_TIcjjXH^xVnIu`c}P&>Udy+ zV23HKDe@7Pn)XV*Ztl^aEH67xQzzzNVX^H$Eg4|HLVY-Ah2NnB9EPW7u`d2iU7*V| zr>#t{yxO(Y!b!g-$?MvIxE*u2H44G`$qFzG%>31{fDXX&F=3bY{ zva-(F-hy&r8Gy3+s&{P*OV&SXOD}c|CQ#}24Gp!ybpfap5nvADOWnABy=Yq3XVl}>QaZS!C!1_CHP za5ag}3zY%H0MrRcEYx19u+QV*LOB3!QQreZgVQa&_p>}~V+&%xg#jnHVs0fEI^qk* zcIbXa)mqf8OM__%_;gGMZDLQkIX7ZGbMX!^9Z;0+-+QV`K|@V82X3<{hyJSDzk{3m zBG5fdzsUYyc&4I$rk$^qzOO4P%S)A8P$KO20&p{d47}q@_F|(wm?klJbfG_~Z`aHB z3%_ff6D3%j&m?l*(lR;VaIo+%mGr%s;;&u1HuqD(y+jnDRaL&I{dD76!(|x(wBW4i zw`Mcb)2E@Cs)y#~UWiys8WZ8+{)f1*6<{}r3#F(`1(n3&P!}a{WoC}yq+W0Gw>Y2t zba({4L8SBn?ErUENQ0(-{W8#Cj>x`yA>DSn^t$i03n76*0gMYErVos`#14nPKZ6-*Z^<6;xh*vk_t&cJkUi=r} z@*7g`M=FC`U3fB&w5pm~%tO!8+n{UW`cpL-X6rVGK@Gx)D#hn6V?@Vae^;lRJ;v?% zc~$452kZ{#ON_FIi%UUALepWW#X8_J!`2eSf$+5yF$rrh{c ze)9y=w#4SNz1)*iQ|0MGqe#aO{r&g=z6Y^;(ef7DP!GHqe85_U#TXOU zsfFdmZg@{6Co7#Y5HD!3b~4nP`{ZUlU32DQMsY}WyT3v}KaV%;Umqm6{`@>}ieL)T z7kZ6ZhhHzhGUPU#mY4VT^c=)CYj^ly{U0jqu1=Cy$lgQ1Loj+LT0Ex{Cr*c#`jpt1 zwO#lN4%6LK4kVEu76(Kv!AeAZ2#g!^b8OKqBtRgg^Mtqx2h98~Nd9a_0azSnG|;#0 zYj+O+MQyc~M;VQ2mzoCM2V@*`W7CIOJ%!A}k!5;^hP2exquD?|VzY!2$L#rYwm0uP z6{p|@)!)*p=-XcAt?25Zt&cQkRZXA zt-)F()~7^!0$AlvRp4t3^8UDvGT=_X>+SHnmFgLUkPAEM@!^7iI6zeREjmt<1`y(- zI4KT*jI<)QDGV$y5c?Y9wSYsyLH6;(hx+0v);sz6Q$PR!aE!~dDP|*04Yf-^ln>^7 zvCmUeuarOB^Nbm|z}qaR(4iw>2CZ7T^4^1$&v@9TLJ#Cl4zCSr^tI_8vW{b(iyIxr z8*?_O`G9Xho#MND>g35S*e}yB({Uf(BkFPW!6l`b#bO@jHP)&Tupf()5X8#TZ`{J= z#{MJeHctzLG~KHR5NLJ3V3BvADsx1~I>U7B`|eGx9^<>sHtf4V5W{&IP#e~Fco2Jf z@5TG+g9N=ZGeu}C%ggV#VR)s{Um9=ifJC3n1@AxibKn&XGHlx9I*ctfyP;5b%;;s3 z)DGKxA^mRY{U>KU2QOjc$CW!Y%!Vvk)&r`|U<%V|tzW;sS+Le-N7UO7d!m25Fjh9t zcgAW((2+sYdi*4lHK_g7i^o?Tv<7Zh#qUS833nGTR$O1hnT1~X?%MgXv0sMhEdXnn zm{l2j!mI1x{{4wa8pyE7v)>t1HPm{&TwN8k9M-_Yycgv?9=mI82e(_?e+d;4^|!a! zUNAQt*cIiPmv_dzc6r+41j#wUL8>akrdkI0k0@k;WMb>?9Kw3NKmRgfw%>td(>BZq zJqKlQkN7Utp+VJa_>m^>&SJceO}I{V*Yy$~B&lQ#(454B^!a~4Nl-CT4k{U!GN7$pP+J+U#^ps<+m zK-W+;OS!F0Kzq{7yVhx>FlRg;BWX&5Cw$CbdFO28{m(K zZWe4k&4cCj^>uZX`mpGId{w`bobj z?n$O*@iDHwS|gqW#wkc%L^*VW5ajAW^#tGH4TjhN6nEDed~h z!OQ^ka}4Q->JvMBfEohOL+g!5XP~+itasuR1||Cg4tY%TtRQdWt4CGJ+X}mvI+c>i z;%HQ19BRHWnP++ylkZbuzpH_kzVYaCfHwBM>f7pH_!(XSIn82_xVaRd+Np3AnKr$X zDg@{$IW^w)SM}b>(_?}n?Fg~Ymi`ug{$e9Pvc+B%E`HN^X4gdjtrhKfO)FZbmumY zZM*;G3;S9my+c+!7$C{dZ-rHc+SV}4!dmk%r3S8~yOEi!(ca#dQvD*bV7-nQVS}|$ z5M&G@VA;16tEj2Hh=}M{B%jAMNAcw{=(GJNMkxU&VsfpL!_ODoe|aS{hmS&$L*w_+ z9pM3`*^}=cI6H?PXLjS~KgeHltVts}FLRH;R0m85 zi-SAvHzZh6DAg2FL>XD~{1`qZYy2^2vD^ehA$|oG$j!Ans~Q0#u>zq)I>p(bR6kVz zx-TR$95wAMSksDafP&jChcXru-W4{8HYBQ;Rjph1(y-hxu|_nD@xpCUere+(NwUQh z9bjSFH5k^vZ=p5vRqxWe!4lc%{6nyVn`Y~QRJTiVR*2^SV$sMrK^*x4Q|7c9cNefvisqzXP{TX9odntIBOqlu4_ zw_Lp9mFaIUSARxW78)LD{7^<<3%;uvWo&dQAewjCdLgy9;jSIsNcy@k^m_iAotV(S0& ziI#yO9UQs;qoT3+47CjCZc>~gB0nD6ewgfeo|d)^PY+@S+=X#pdZ6>=^_D3!D>j!y zZUw1P$w7EsH5&n~(Fb5zNE6z;)Kr1a0K^X(CV>;&XV!uN<37UJh?z3i{{7YVTs41> zB6Eg!3Mpfr2An*Ti4HvxQVm)AaY9%3nV3nI^3^(bPq4T(gO`G<0P+TCX7O;kzQnb{ zNTvGa?KJC{t$g~fFJAQE4()v+qxXL550eCO`bO@gOSZo;`%L$u{32SQ_bO)LOhSxd za=Z3EB|wwhP3V@1u@Y=GI0?k#LZ&g7cYs^IVfOeu!L6E;c=bKf+~`kY>pjk$ZKRheu588jvOAD>%x~ zwjq`KQtR0}?exg@B(Nez&7*I^yb@^>whbpz+1c5>*pI1AtKawcXWY7#C!5HC&L%xa z_61ej3CmUh7o&m5sH6Yj*$OR%R4f*p$t?HcR`q=jg2vM2%iWF9>J{l7I^@EX0&)ci z5hG``wez95fL@;H_JU{XalA&tX*x3@!5oYY z*HRN@Yin!J8VnjTm75jXkZxi%GEQ@U`5V$t6IEJsph$)-pDNAM)Bqs*^u7>`Hjm)djACvzWD64xhu{zcm6*XE*dFV z24sXDzIk7;J8;=|x3PE6Lr%OS7ZZmM%c?&T$6HO00~iB=&Spoql;YC;Dbx>3xc^(| z_?orn|B^gDyZ=Meo2sg~xET5^{}nEk_+UQhr&W_!=c}(T4E+5HBCNie)0!^`m4@$a zNS$R`rAs}zk&a+s*8bdQpOx&~xs%B4!U0}(WjtJk-V=zR!X94izst;3zwXeT`uq)l7uX`#Vn?9JNkKNujC*?~;_1^i{Gb7V*xbDNb<3R5V{^ z&$_!u4$=$R@?gOB*}6id zEyk!~-F~H?zFLBDf*w@S*Nu%6sJEkG;2&G^-m-#cXdub(7I`~26J*_i~-I&BS``!w}&@$n68>aR)z(lVZk zjFm8RaL)bQmiYCoV(3Aeu&7OTYo}`Td2`+t6_os1=@%av4PtSYkWfQFbT~Lwb0mw* zo4^^LNIGldhXppG=zZ-4Ws}hjmb%)(V^U$LOgO2Eicbx^S`YM=r$>jE$rl*U>93mW zjozuJyg3l*e%0Qd6?4dN&(t`n)=Ve*1o9K=kVw1k3}K)Ay2)nl5zo?uQ#qLPVm!@$ zr@1w1{Csq&oN(I}7=G!=aDVvm^pIZpW<=Svv$9r~H{DgEM@NC>#o%$Msj5CXU|l|S zhJ{;NmiVzCF+Upt(?>#Fylue`NzKK5L107kbV42_LL;W^M6&P%FsgiNBr2%E4|y8o z^OaaFNfUtVu*R>wbJsO6F-v08<8H)XY|VMC2WO4m@|>;e?;_F+A6sAcevOeJ;OOXw zJ~rORYlPx;icPnk?%2KyR>2Nn>EiYHhE##S&|e!~p{C=wi_7GGiyB}<&-V2f90NG{ z;MYb_^O8DL!T{6tTVLMpsB9G*!nX>N)6fSMN2T}*l$Q-0)h~5Zqrht~?%U|^e#UcZ zFzoM8YIGG`i%BA9J-&!iH4HXU!F1O?v~(RxA@nm??~IvxzRi%jIC?^+GMc*D&%%#> zeOm8~Z6%nq0YyvXjWHVtLT!tc$Iv=Va&OsArTlB%0P@V@rHzUu6Q7FVimwQBg}Wng5Ri8 zGzvd;Krk-&QM^w@Y6w=TMsS|$zw6p?CyH%!z#RfX??zfL^hQ{`4!|VRRYVjB6U022 z{ItQ<>xX%c=RuLxW$@GvX*=I8%fnxx*DUh$l~@7StEVfUwoOR1v7HF9%7HS5+ooN;IaNqr^P`BA`t7NJsEe zTp!2C}go z3C?hFalz0w=4As-@rRLy2FHXCxM|;jn#@{#TTg}s)$^>ZCL4%N#Oo|UsS3S=Eotl+ zuB4ygMsBv(`s;IS1-};?7gr4GGW$(cM(C4}D;vYCiwwA**jk(%P!mN7iDAJZ*(pNr z-9RZ6tZQh1SK`1N-GXNb*;^dxk9FBOLnP;rbhD1Ny&TJoi1142%V$jmg>y+~v>nH( zd3(=Wdj0>#5!ISlPXH=hAyJzvk{wcFUlvrcE)485+iJmu1h)hHDi>4KOd$mYvmvw7 z7sP9x!N}bUZD_1cfi_x%9h1i-7|w8ah`FXb4cQ)=l5TpzrB4Vy*)|^~?Ms3Zi zRc@}Xk+HFLvUG-q#<>gT8oS3gIktJ8Zz8Z=l6#vYG-h)|uY2jL6k9iFf@s4Io zK4kXroD&E_{fGkU+hDV@)9z%%w&XSpl}T~#OU*P7&86Y*@ZN~O*o4#;l=yw1yYAX` z%sV|59{`+B$+1d)kSE_+Q8YDTa)UI@AeT;iAGp@*6A1hvPE*GA_SsXHY5?d!?IE#a z$9WWUe53IAf?NXKWtqARSFrS9kbMJ z4Zx$7tup;hc?@y}gVK9D&=RA41hD`;D@5$i6KP)D}29kIV`q zHeWVFEKoA9&w`MjshJq^q&+Gb!AF4Oq>=N_wPPFKM%bMmf3c;CEUXZtB^Pl|pLE#; zRqynh%l94)rsKUKB006^#v?5(oQ=FYwOVOp(_2Iope{i3!aZ{lMKG|(X~PHc^O>Fb zGRvSvJICvg(qz?r0AgySi7D!qfbYm5$pgzne` zs^0MD%=IQF#@p)i0*fYVvt@xu9-Fxuqig z1eky50WzHS%!N>akb%84wu)MQ#(E4oe&O*67hu^xCnquOQ&u64wjae1f>I7(@e4Np z5jvI%XwM?>))en&GBGg$*?QUUMmCH2K3cz|GuZReG?iZ;Wg(d8R9#t=vge6%l3_kI zJX}FG<&L^~3a#Xdbo2JTr_-j!JRmW1b#5ba6ZGm^P6Bejdlv|Uk|YRhfO~D7d zr?__PIPBF7q7&+@;$n31hqvs(k}2fsrpI(?_GmEGTk0zgh6%g(U4vfuPhbucPY zuOl^y1h6YqSsBO4e+GMB6=XAZoBYPMprk%dMx9I&F3>+0k6 z)z;BTZiwGnA8>K69;`7f8{J)dZ}h*v3|Muo8e}lnJs~Vq^0@?W#MQYnSAi3saen`WDPFVFJJ9D*lG9ybWkY z&EEIp+Dw8CVSoZv!sn;bYcAD47`A8kvll~x|ICrdQqkB`s@cdP`Gj|dGFaJJdo{&K zkZdBv%Ww-Bv;T|wtM|Ah@ymi@fo?#sv7zAue1Rc2$OCWOv*}t+0nYf}O>SgHO0&b=C#7#^6cnGU~p9*AJE$ zlYJK;dv3Z>tP0(W(A|rr(EWfmfDRGuD4NwjSFkn}I2SN|9eKTtW9QEIfX(p(@4CBh zG`(!7@kps|x5-f+HbOcC0)uQpwua)4f(f;!v*89+N?=~hUrhIO=+gZ7nn8B-`}fnQ zPHigCimdX-?z<<;;5b2aw!zwZ*IC^$ zapDfeUn7zK4DK= zAD@2tql7Ei;t2w^B8r(o5FuF)+FXRIgkQF~JKx+3ymjZ!7bw{NI~n6h>9`D6(SKOj ze9+Bo3+^;CP)!#U>crfV6ejz0qXEhhud$N26)~>i!%v(#LQ^w0Ffi@Du3QRUbZlh@E=a)umn{Y}T?4JWp(EK4e+F;5E1?OzSXqL0|t0yt?)0$CsDS633*=hv!N>rgH9WGAVtS zuoKw^@kwbRAXLSy&g8Z2dk>EwwoB98fgP1<2cRu*x4{yZB#pCY`?|Zk zhlek*^yw?U?AC^FHfPRg=Rwp<$;@!W$wo0e?}pQH;&HR8p@D`TKjCMiw;E8?xIrz- z6w=dFR#NKt@?~EuKq|s?Pn#@|J#nH5Gw^UMNAr?|;RxRB%kqOWJ<-h-po_+ij*JRMX4o_M9Z1+^#Jj1_F^)r8C9liKd> zyNkqjuMIU_XJzymBQiU?kS<6*ESQs(JQ?ptJ#?mZ5q6K?Wl^*kcv+$qnaAAud*a^3 z;lO=c(1RUtZvaz-t5!w=`xE7>uTP}8N!2`CCK?%zB(x8sR*ngG-5vtC;WQKvTL2P2l$&heV;SAT4`oG{upq5 zpPralEpo^rH_lo$i4mLUiIXJAF`b>AxFBpdT0Wxa>D=qNM^AX~-eIigErT9EHWt2I z4`o0HfE57XBBnKV4S%SoZii!oUXdr0-OB%7*w9svLG^2IZ_nKZN2~WP0AFy+`V||A z#AILqlV)KUccZfk24+=amXG5HXB{>$5cqhsO|2)6t(bpWocNj%?NnEhQ#F79k}O<0 z>@+6(_UhrG)d1sv85-hg1$zTyWzO;D3n5WeaTD<^1cdK;g`#h>cWL)0*OZ;{(&8qE z@FAM7S)A2zGOQ~+`fGYCk)2UCl@%co zvf}r-=pN7ezCV9F_x*I|JFe@z&ht1v>!^oXzw*(~|6Iz-f4~>!2XR<~pa%s7F^eF! zg*lCx*p|oeKhzs#J2X{+RH8+}I71yxO(ERp7a?$tB2^!Sv1G(?+wFwHQYf#d$P(2N zgrZWZ&S)12ohZk|`niP#Z+hs=zjwS)IKH>n9ybBu;_1*{XJlLkz>`d!B$RVDhjaj^ zWlKmjjo^>J^0|plAb-_3t`rA#5HuDpAJnaIwGn{3h@pYsThhV-Kp+(ivP6yQs&sq1 zuAs5IZnlr=2&Coz#7JzP2+3Ib1KTMAm(XHjIrd=(WCr06A7XmcS5OD6hY#BV%s678 zt}cMtI#6Z+KPNB`!eSe)JFfo%FmHJh)y3_rvd_ao{{DyINS@G}8vk?x84IXD_cAhm zN>V$Bcn$bU(gCd}TxgMKjJtEx$u=~yuJzW>f4|mAH7u)oe4G>jYRl0ju72Lh9Sa*@ zuDMFhx9M5vEjz9v_pMsCl-#LbXD>LrUKKbVW*VvXEb*t(iGBB_|?pEyMFym(rWgebAwX>jo%zo$M_3*2Dms+FRw{H!hnJr%a{G!D%t;B3x z@Z$TnrQBckv`{d>ar1-lG%Qt07Qy|+CAYKmQwmRL?YZ_N3mv+5d$c>OT|&x*8FUzH z5^joACY&mQ-l~o~gDZzrew9$f@N6s)aM#Sd*vg9@=k8tdOx!ooK zbZy%%okEuq1HERvN5jsC3hPMDzP`TbE6F`hS>ewzgz@NzMm{er)G7YlUERid;IQSJ z(Tg^lOA@E*n-;iU4m7YmRN%*_Bb`T!k^{-ty1w4tp%X(6?I&hb*3mQYoYTPxIZO|; zNp3zkX|h+Al?iKdyx@#DjIBAc6Rzm<*jgZqIAxV#jSmy>1W;`5nZ)+JTt7Ej`}8O| zlu$4Ka&bMyTNj~^YqKDyto+^Syt8IhfZ_QczcH+&!3CcjpO&-*jS*m!3Y=5sj-_S@ zFSL>iuou<8Hy1sn>rt}kw>-M6o9MV}`IF0n#NRImFxomqH&Zt#D3PU&Ugs6Qef~J6 zXvLHxTCw3Z25hq5#fx7;eb5TO1(UROltKD0)R-~xF?gwWE(?}rdbF-*%1H{@iyGXc zX4~y78Vp3gow==ZB#ZUB)$Ia(!M%A~cwYWQ%f9o*4x~QCBoHqha09p$I?k_1{n<@N zyaj}WnE;BsR5~@GK-f0({`+^I(T7>q$3mX&Q=>Wj?)9ZX#2b#W3JZs{M3ou-wbyhc zdvVc{TtPbb$(fYNiHX={&p}M-*xiu;)d{freov56C06HxqE#l7BdXW}%c#u1q-ZtO z1&HtCG5K~zK}T-@Z)~^$nWZ{Sg;z(2%JVP64%|ssT%L)` zhVIIhT^b7zw0lA6iyeI#OP-yN&)n7_Nq@ghKuBw<_Rm-Ac8~;U@obZEA@no9DqHpXK+Stf)7wEjCm3-6+KbW)&dttVgW@cYJS`nlE*zmp z#VL(kn?1C&@_j$pa?=db5!N$|=Fjb_^Tq=b2xc6B6coJ+#Bb=LoTE_(f~9=q@K_XZ zT&3Ib?=WbA7tOHa;sg}6b>Gp3va&A^JRVy?P+f!X;vDVnPUhlBq=Pfi!1H#@awcx{ znFtly^Ib}}yuB3wak8C>($mqY&NZc9FZL|UsKnL=EOSI;Bm(XXT(|~o2UI?M65o?I z7B?{fIWrRAkLpNG>DWs`0sd8Y;#O58<=r?|1num}-HZ{*kRZLs{#nC3yB|#)X&WA1 zESQ{9n6`)>$7k)yji!^y$3rpJg$OPHh6u1!^&av;w1-ZjD;>uYII zQ&CBOL_3qE*}*D00InW^%-T3#O{;fTJ$4GTq1(M%(p5`M?aeK_fZj)4IMv`Pw9uN* z+xXk`E8E5D+S;jKzYPEJdsKV(RDF{qTC>&G{U%u6BB>nK4Ig&AO60J{S1YMYX+ zWbYBN=wMw!#nXX{!glelcksb2U$$t9F9{Z0F1i*e5MC2_C|~i9TMbI4=KZIMNim>O zKYv7}n+MjvfKka83=IvPoQ~eG-xb3QNsFC{Nj$aSm5&C`VWB@V z7;$?R-VJRgYj}LPnP{qNfYzo68-xd+LpT)uzJ2{PM^Pzi2HT`?*D#~pF!?w+X_ss% zKTuuUHL9>$Yv%#w_ha4cn})uf65eNUPt#GsVHC*=m#_4=-?? z&-yHu_2U`~*g+!=PT7h_TT`SZCC>`-@%d>WS24*2#)Znf z_oACM@9yWTrYH^z53flPP=Ly*`2IVQxub(ZTQ_e8z4S#XqFQB>n$cuJD4=|d(|j1j z(@ryYHb)+;o9el9?~+&Lko{??9=BI6Y%o&aPu9quIkSwUiIu&ooR*Fb!6QUy2hQbD zO~?zgv#+521iD!U!VFU^AOPS!cFYyPM?i1#Z!iilay9@jmXVRE@}!vDjy;B$xhWlw z5R@%DvZ5xl7A;Kr(Ur2f_8i_AW0jViZ2YmXP}G#M;=*MhW~nEHA+l`|u;~$_ik0|X zr|_y4GL&`!)isooI)@}6(?H~-Rs?i!9(#sZg81~Q1o9?Xx70Ilc`u`?qEeR3eXcH$ zT_-L0>chVDn&fL*ta7&Ug#`tOO1XIsU9b~uIP*to8t?6Jl|SHi0Gs9&UAZid%*uBPXv4I<7d1=}nJ2X-j; zt3Qx+4MeUbBYLE7C&+jul5n2)T zrm8U1Rb{|va#IOm`hY0FKHVyU>xGPUXMYk#B2)(-*Q}%n)Gv^kivga8p$vGp;d_DX1tq&16oUZ2 zglol|H45qnD5rnQwrM6*R}V%_P}9)JY0TuDW;N1cHBG7JXMiV`$i@%vzilq2s{L|V z%phIVQ+^j_oj0J+A7;MQ9j>9K)(iy84SGKA_=+E`VB@_Pe|>p$uZnryz0t3afTATHhxq^GY*dAtq?vLf}rF#mm8aga5UhMAfCZsSZnMF06i)ji3{=SNc zHkr~tucalsA^Fm$mys{b%*>h&x+7x)57^N84cN#5qHNl}UGsrSKo(rcX(%qAGADFD zEd>=+yrbkUxrzl75gv*I8(3K# zGvYK{5chii+JqFtmvq!KCDxrnOOldU#hxp5as2!DTcp*0OiaiD{VTK;lL#bIxKWtl zNCSHZHE&e8#sdjzr8YU813MyF};g*+a01p+84grP26uMWOvVYGV3R~xeh3N7pvA||0e8tsE>8#z$DT*QpWSDeUEqro8A6U%dFh{iWY5cgIbydeBT3wR)Jr5|t?I(z>7GU%VI zNw9lt-MC-Gh|j zJL}e6dP1h_p1pH)uedB0lFkl03$i*)@ht>lPAqUT-KMs-$B5@qRehZdKL!*-%biR;>EBZ3Sa zS8q)+aWFrH>vvKSyL-#J~;#kw`K%kOj>fE2xA*mIPq>ma&-Q?VCi z)#Zz9_znDMtpf}+cod3Xgz-1@o;bAwXFfTs!)@o zPDMPA^skXXMG(oMp;gH+Cn88Kaa`Q%Q%~j|=nhx6g270uAi)9w2^o3j1{LpJjj_a> z?Pbhg(Q*bDN^EEFPu54Dc+Z42i)!-8)yjp{_an>MOT6LJ*jNPia>1QIAZA0J;Nho< zfCc+PWTh+{`OnYKw=9)6bam;;1#Bhvcx-QJ14s7M#DuNA{q6vB&B3N2S&Q|embOfy zUU+?|P_dx~YY>r9;Y)&2%}xkXqk^9IQ>KZGiVEd-5d!MM4;_YMoNQkFJ?;jOfs**T zkrl9dpzsGue`ToQKxWzCw`2_@0#EQNB%&AdWTwBG?~v)z#lJl_ESF57R;=vmY^{j@xd2YPjBE*Xj^n zvNl2D8knKmIp+9%_sXY`)6n<`-rqUv!p%n5=WslK?K~!=*7>z*$P@Z+pgfcCI2Z`% z0Im-V+_hm~SfENaw>vGL+LB_SIsr#I4o2S~R9q*lJ96GJxcV%Q5P|L}??zGe-@r6z z-OiOufOX1`x5v*bPV9x~@xMc4&1XeoSxRg?Pk0fIc0-F0K3B1Ux9>(mv8JVyj~zAYnjmVqTh@? z{;zIumb67%KY@CL&SUq8z zc97ADPU&@%o=3bZ`iv_{Fg#lAx|?jgBR;n(0T*JzrxoB$0SZ`{1=Vg!LAG=pP68nH z(Cs{uLgw#Z^z=&CF=OT;Rjj@#!R+J5U3mkxCbq|7&UQG0TS{E+${SL&p%O_(9SFdr_*J?|)MVKEGU z#4L|H%Hd`@(3V-1Xft3qJZ$;l8S->8E5YtqEF!Xyu#a+QAuJaz4-4>k*HXYrG*=RP zX9_`<5RC!kCn`62d5RR|7rJ0|;=ngK<9Ka2A%sZj5EFxp zZxRJTcuj)E3mq?nbYxh9IAy81nt5%{vNOMn6qUaX7Yy*mX=#rXt~fe|lyumj5`P!= z>=iS22*CqU-S_r3$$lG^)P}|qihztt91F!IB~YKJEIlemaZMvFwkHH}TdgCI*djzi zm#W~#Z&9w5&x|9JAGon$5`c9=OGq?^C!3M}4uvLRqxQXjzrbj*To7%(T)>dc$&;@z zt&datp@NBH)aHU5-4YwW3~Pj-^wZ~Sx>WSxfNy8ps!`4${q5IkfGu7Qc>1?aBlgsM&LrA{y7j@ov``6)010IoGSX#dh%qTAxMe{3*#Jr#iNzs zu7gLFW5*IC7jgRqCp;%vo%FWS0Fp4m#4{@{&a)b$M%eRKzmhx8Y2KCO!wx0v%NH&@ zk&ZXoe6VVEi~08L+trCM`8yGTWrmmS?YDvlMJlS1(SbeB=x|7TN%ZR0S5sw?U9Pd6?<1z#lggM>x6(R_1XFh54nVQ z#vfS)Lh)hRj$jMo#x}5rAT-EY<{%9sP*3bYSa*bg5$X%rL@{*)$J|53?v-;5>Vb>C zq(BG_C)iBm6g&xXpN7ApySoJ4BJc+A_X(}NX;b>8nA_*(=4Q@}?;j(TFgrw42 zA*{<>-mw0==b)FFVuU2|%QW~F->o3l1`e{akFS6U*qw4A>1%HFQceUyhYhsol~@>K z7;6|;*x@i?TTbFFF5%vPu7_@gkkd)yPhzfOxuG->b18{>sfH=_KoZNx=?;0|?R*Be zIVR%oxP#{+e%amn6!BeRoRMG)P<^L`k`%x6PwDJ~%HRRW+$m9_;m1%{i#IKM**<;XNR-d_~|C@llZGLSJ;(TRyzK!BN6@y1%biJB2Ov1Zb7DqtK{%bLWYHbg)Aom z=kUD5Vd|~D!oF*l2Yc^e6e(^~R&sHdb3<|Cf#!W)&BS93M#8-i>dL~x!X?CC854(Y zPMB4HQ%tjhvNFOMevdsU-+u4GmQvaE4f5Q}YlC(d2w^8iX?C7ReyQ%+<&Nu6Eh-jdQG5F` z_t0Ev7E9J;}PYJs&3Z~1}w$zTkN5?AW#S=DX9&=!JYRfW@N>vQZY>#p&~=qrHN7V z=s2O!&2U0ULTTxV-)X6-weQ~(n==vWrrX)cd5s>o!=2*K(VzRcXg4YQQ7cXO`n}`s zT)ezb%b~&HdcJc+R@(T3sOEO+y?bSt8&F1)k!c?KwSktBG85uC14PC3{dsrXH4H>9 zESV7ggEPxtM`LC>CPeY?_sk|nWZ@uNX%tANgS;C$xCgFQu$7e;DG#C1eevRj@l=H` z)|U>-yi@cWhza3>%Zvlujg#Tg^hQwiLX zfK&;o6ZCh7IXH&VCl#;T5b1+`6A=8f6G6@?b+20w6F3TdR-Lv3)M*aRD@ zYxOB|w5vyaxRKoel50e_%TNM|KNZVZ^vk!=75IFKahdhTGY2_>Ro6DA5eeY!N=*Y**JNOYi!0Z0uGmOlL z{SEOVzSrtw6kUKPw5DG}s&{OxZt|~{b8g0U;(2av?g!5k&;O!ymedCd4Wcf!kp$Zw z#DhHm%Q031@yRj;v!JXv9tQ_&YHQ0apHxy*+$Us3ebHD!p(j)dIfmOA#K1Jgk5*Iz zE&31(H3%Eq-Q=mAsaJu#r~_~ov6ggY|D;)e;Ro~@dW4?2L9`*8WGZ2_Cg*dV<;j!KR_&Ohj?gBhN?=1{bVeq7mvr+I{R&M*(qiajtgtWSz#}Rb%P`&R=@P;_hPl^Hc2$hJ_kNw`5(vz`inU%BW zp3O9Lp;?vKQM50B?c&b5@!N%Jt~q+?EfZ`%#{R7auD(*3w_D4Ey6LBo&dX~e-e=cP zGGO+bc=%z?$3Ackps4nilErSPjghF*FCVsznF7c_sWItPGN;#pmGMbIwY7!FS_Z=c-|7x4uyAsEiN8bp!|yPvHAnwEXUCMY1mk&h z!PpkMGEFwxWNFXp5tZVezt1+6g59L>{?>g17=&?yKlTS*ve$8+%M;J9SdvK882H2N zC-yq{UVMBXOf1ijtUS>%zR`vyF3;KWqYEDsBpK@bH*Ya$caTVitHb z9~nZ`b8B8VqCEf7tN%3z&U&;I@)fSHNzQ~hRk)UW3BEZv2kYOw@knDu+Eaa)mPU^@4dt!s z?USBC1vw~88op#GvGm2NNRD3kP*L+TGgBpWqou#>a2@vtu*nylZ-32mqIw%3J5#5p z0~)TN5-7bk`FD5J&h6pX863$6FD$T2)YNu%F5pSNKzV~PS?qPs5OAQ3 zN{Cc>Bo!~QN-DmbN7>*W}}n7Kcy&&*A3s+a8Sj?{EE&Tg;sUkOgHA2#+UmQW7% zU%#C;)U{iBFunelOu_r=K2gW-5r^o|ufO)0P(OeA^t$Ul4PV_gQ}8x~rTaHLwX%aJ zPM@Uzcdum=!z4NABUcX)whzslg(~$_%OvuhT15b>c^=^RKEc8wncf;LdKGwuB{+)@ z2k_VlZlgZro(zC`AksIK&-PTc2Np#owDd{)XlS&xv>>V;CWczHM<1r?2e0zBVJu^` z>^oxVcW}~_5s>vhEp2TYZzOF-3{!Uy?gJ_NxhFe_AYGau3h7WBfJjVBBlCGl}kMS z0;zunX2KjDYvc#xb_k-%t14U$pVSCj-MqW< zQsk47vK`Slt}_F#)_i?m>@E6nW}}39g=Q#LnC`h(`-0-y)>b zZ_%fak#zBigIVMfn~@Yiv-PgNkdJ=8)lO01y~u?MexNSqH1u|q)xT>LFj*^LaDNGM zLJFg8vUjCDF=W6$@B(cluc$YXI?yG}_1f6|$ulzJI8>fgZ-4OiuEYI`!%&6u~cDx`G_4 zl_nLxW%yIw&H`CX;EK>d54Wa&LKrBRK<5$YPTN7=>~ zI%%b)ZWtd3It7+(nU5f5A*A|oDfMA=^a)@pARcERIxx71v%L5X%nPLT9S;qd4j=X} z*H-)Kzzs7XlGM?nr*eK`VP~&wZ=VCel(5&d3`npaoiO4Cd<{%-j1X$1z8~90{8yBH z8pK_bSbj1yHMP>45?@>B3~Pu3`g}r!9~ak)b23!Gq6z8%ZMFYb%JnEZ`*@(1XfwN=eL^ZN&_ghu2w8AUJRX*$S zIySYU4V z{y*#C@0Tqx>u*Bk08G!pwXZZ(L3^{tz~?9MgqD}z31ThhXTZtqw99XczuBl39DJ6R z$;J1f$#X>m$^~fKO*rrCO0~AqPcHc`4HqL5XQf-mI~eW=^H=D6dA;Z#rW`mJ&UsPe zx0_=9Tr{GpF_G_t+tM{Dsd5zT9v&Xf_YkqyY@iaczcU4lCxFg0EXw_6(xCcXwOB5lV1BD;qNLQCuGq z3g&<^!-t8U9g#GQIU^>!|DK>Y|Ru68~9xwWcQi)qefo z=R&xAV*AlmEGq1{tpoum`QR$f)i0SHF|Hk`~74 zq^GCPb|om^HFF<46+t`14rM@QC6CONJBiPU??vX$gI6W~rQ;J4KUw4`wr=%Vh2%!} z(R))D?h>^WbqHJ25o~rkVtkY*Q{JEOPh_0JziiYv~_QXKk$`tI7ZD5V4(2M5Mi9uXFZZ>yfhIl@}lrB38yH z*vEh3AYIwbI&MctM=K|0x9>a6uN4>^;~di-Ly)ZI9lYY*^;9dLG~VXx zcy>6c=?N6?_nKF(3|R+p4hv)9Kp(Ph<)&COA-O()#iMM$-bvxm_#;)5QE6rUDO}7- z64|Gi8)`iRH_TLZG1-`~wQ?plu{gfFgw5wn5F2X*1m(mf`M&ZnW@r)+YmP{m!$c(6 zg5>y97CC5Ecc#baDjq-G(4qLU@JJJj0G+_vI-jH3hMj;;FfNWuTG!Y=Z&TpKAT?^Kf_VmKpFB9Bwypw zT)9Gb+{OOXsWmpevx9(>;m5;_40BXE2na*rnXAkn*+(5dZKo}!Lb=){Xjcj{vQot~Y8MBF}f2{ZgFW5RWX5lPF z_uJH?8vXb&^}w0xFZL@}&)tDI$$W9xVoo0J^5ugNDg>}_96EGp^{Ku!7~m7~IQ%wS z#M4N&=-dQhiEB2mp5wY!rq5>Ef!Dy+jAj`{%`;jWnxxUH1`=|o5Cd@(B3W(ic4$YQ zomN%dd9l0T%0Uf+Yoj}k7NWWp!E14?nD6n$1eTg{2(gj**bS&H=?&Os?(z3U6ES}o z5g5iiKhfciNld=F1pQ7#OB7Co?ChW8Zp*GZhUjtaC@f#-0J($B7(7t_;GlAtzz4lJMAp_E`}eU4s9yktYb1QpW+{aU(gtS^|! zkuvRP>=7z(x+F=j1ErtV3&0V{w7$~qfw-tKvIYhWDbU=gO~WB<^bt{7X9fBB12y=M z9C?&}6=7AH8n~vh+W~W>CSSWswVTN&FHd;n{R+|3fAcpm5>FqWsh>YhY(NwTqG2Mg zHV4%lJe|^~=1NF<5O)iXwP)Ycut-xC6cdZkXs;Yp-sr&3n)VH9S*kB>cO@R~3R6{8 zm42|VDg}iE29```U0Q{Ed+Cp2`Jn{voq#yhc`1AksVyR6U(Y@Asp;tf4e~@{Cr2qy z$O&_>G_-0WZb``_wd_VqIzLXC?@Gj&}`)+B<#wSz>En1DI!^S{Q& zhlVOe&z|Zz-xIpw&ZfTa-|OeEK%{M=r2d&QSPU>dx%ZFd;d>OGZBDnB%uG$I&VAN* z>@KGO6Fgb|Y98YSsyrsyjP9#G)MzISD&He0)`TVG0z{$`giV6^)5D;k+fPAwp%J}j zS_9d7JJ;kT$V*~BBdz!Gqeu2LquMVIjGqK5%=_agJx8RA1S4%(m8UX0ibXkxD7!yr z^2wsWw`Axm4^e}3<^Tm$Yw{}};cFDF3mqZzQcW!;zejWmL`oLHx#WD%HPt^O{y%g!Rt<~XZm)wKWfeT9;+GN2z={LVX5qZ%-AiQ!9R z5FgLLkwBTYO_Q24fhwc^_VS}Nev6dOY|#@=DS4ExmoRIUH3)83`*%y#o322IMzk18 z&kT?FsrvQbJnoA0Sqo=ZSJxfXhYbIg*>+uH3f?T-y~3k8l5d z#1dNs;!eyalSxJV&O9&5InGPbSa5O)zcX#g#Q>_SV;zE;;;>-jyqR{n4!+eJu$ zKt5VoU2W_S%HEX@c?mM=Sb&;9l-jCo9UN}Jz|Nv}@X<93j*w8XBZjZYI5CO)Q69vs z;EtgexCp2Q2gyHbR{OpvF0@8fxIVr=_vJq*2(ldHl8O{^6E6{1$_ zqeF6TZcBIfbx`y6RC>f2r*z|DL+_L66L1#lJcLY49PwSa)7t-KjJKw#LSwPKV_!Av zK|ffK8|Iw8ec%v1gCPp?6UcOIc_OCPugKd02iHN6CCe>_C8>0gr&cj{_#Lzg?Kw`A zI&I|K3IWoCFwutdsIRdps1IdB1_%=p)^kX3a8s4kF)?%#EpPw#l!GA%vQ1^sn2*gT zliAT7#m?gR8u2}0NKF0)^rLb!c~nyfXiSd?W`-SE>Q{xc6620GI2av2bm(m1Z!?Un z+3huCFRI!7f7p`(qne!x~VF=;`ZYKa%!i&_8?j)iEM1&7K_E`^7ud;*V7S$3tbttY`M30n#hL2^JMvFP=QP&1MZG z4>!wI_6sTT&8WBs_7vXUx*!__ag^`B_ zo_Ui}41fIvE^~j?jRd(l9b%M=Jws!ZtBVT}Mbq={f}80Rxs2qob1TB$<+M{HZm(}| zo>Drc;4N+=Y}NKEd@K2BC#U=t&z2ryM-Q~Cs$%{Z%Ofe`Kt~W)G!hd8L&emN29{xS z%?2zt6(Zx5hoipv>$>aZ*kjEBY%H2YJ3jOoHpfvcx_*A~{7P%K@PY2!0w@dYValKO zPZ<#r-aT)R$sVO&If7#J0qR{gf!rKgnmssz21AQD=K-&tjreU=ix$1?`8indRRwu@ zA5_Ee+8>EPGe-oM8bl6oxCGi5*bJ_{R5G!~l;E$ft?*Z(U8XINLSV!=&SgzZslS#>S>nfSw>WEC zVo(a5=#o~=ii%~bC$sWk^tE1u13+4C`H_<JdiC)Bmd|RQ@L>xf+L+|x?c`#D4FmyAq$!e2({-)TyA*q(ph83wJZ+1#e zSA0^nb8x^U`z=Mj?n|oLfQK11yioE)q35%DgZzNxNg12Wl`A;OSPIutOfm#28Z&CD z2zyF(c^4h9Q<{s9FT}6nhN&01(XX$eEL$rlbbF6RZGV)_7NV)ETk}06?$%#l+L<}C zty%~N9uuyxOFWpFtV-;#U+GrBd@RR`NnNNmMZ8n>i-fA#Sy}H8_jTP&|C`&l*Hbwo zXQ7>sXJXT*Z$wIs)@|Q?yLP=fKLVKS^-_a)b2#q_3c6D%B{1gLI}iajMr54AMcpci+bc^55a^qF)3@CvTdjsX(vw9(os~ZpOMT zFFknhfLlRwL(9}?_IqMQKVKT0og&^cXC#M*(*=PG z)e0J@a7roW_Ipf+_}B;yix8yrh@wn}$!@TvLi)9PR{*O*TW%M|QfW0~x~tZ0ia**a zf@pLNe|Gs@CBCY*kT=C36Lc%4+0R}vp~t7G2?U-`70X&?XCapG?x(f7A!Srx{912z ze&@)WRR=%gwm|C%A#Z2MNiLv4$kR$Nl{?5CnT7|$c*lsWndS>t5(7zyr2N)mtt)n= z&I<41q*U#kw0maUM~_nfU1##G;JRV8dc3}3z{Wr1fZhiqq;x25t-{PA=Fsk;tdb+kI0`!4vF`et=fg&YhWL5y> zMKtHgSB|v=oAG-Z_4OH<3uodKl#~YgDyueT7AGEg9W_xI-Oeu7*9f}HRQHO%OP^mf zrXdIS+K);EX7T6Y$U~2zx{RVohfnX0siP`>g6i@JlSI7pPD4n#8_Jh zz1_Ta;T@GT#$Z|VPMUFdw0QifWvnQOb_b%)hPF0#>DW6z%)`p)C*HlhIaXOy!#}sR z&FW`C4nVqW#Q+bFH}C>uzMJ;seIVXHFZqd0Zjyo$8G$87Feb0%X5P!`7Tth}SkI=q zXkC;4e_@&C>RoB`wMFHEHu_KLGLVMdDrORnWF%Vopw1YYp2x$07<*V6gL=`kOx8~) z7YIB>sMgl1Q3>9(_?QH2kMCN}BueqS>s}T;#68LOKgbLn9-+#F7k9yDV>b6h+@@!7 zG;ai%!vQGuefvg>5UyRj5QJ|Kbxy4+fzsg|jdgkQj^k5*X>hQQgCb}|zL2kU-|%n& zoLsqNP9wk^A|oPL`uHMLv~%^3k2U>s#7b{5L-tkUsJKM6{y8s|dkT7P>4k~*H;F#3Up!&-*)4hK|3b*FD$b7o zWHUNvIPfDHnG&Vb#@S~MTUx6&M+dx(GL__K`=Tu^#0JY5c7DK`&>Xf{z5s+lOaz3O zphRuz`F-uk2SWf}?K7}0)7u*CQfm_$=}s}D0r#@`qhtoa_VJ;@2+tu^IShp#ezzbbGOXaZpf7mas zndXbo{2C_)H;<~_z3=OrK#7G^?zoCD;bbSW5U#QdEx8VkNmza#J2jhh<>Ku8eA9Y| z4oRJotM}K0<;BG8M}=pr6MGebW)L{TvwK$qYj5Z+7}9S@2hr-s^Cj#@nW(b;TgLH`cE|0ng=4?dKu zdnvBa410m%=Ddx9`nI-*>vVAzToczOmte3UpFZ_LxASq3D~8b@{K6I7t?yOjNj7b}>khD47*~3-Vc;(HFHr#v3~GEbOP@p~ zXP>kquBW3SwQJYnY%@I`7Q*QQg(W&^?ksGYH2h}7j%jkA_lR|e03TmE@TAE~$Xde? znH(HE1A02s^A5&CD7nah!^iw6X6K0RZHmz)`E+gaJHH?J=Mw4O(bL&zG^xD*Ssr&n zY|}yfc!j4NjEXe~41m=#_R0Gt2^9rZ~UIeN=UUv4+kvka07m=$B3+DOw z#`POEVBX~^kxfK%xWX&1;)OeP;H;(Jvj^iG-eWH2ox69RCMN!TN<`*=%dnd~?$5=| z9f5HzmoFdsosiXbP3>M)0^|kFMol;MfSXCdNea~`Xuq=YJ>fV-l?3U>fhkuqVH!IG zUUA}!AL1SFkb}4Jx(wSKC_2D`$ru(0N55XmM;9k2t4}XW;^F}L z60xY&rwBt5=e;|3A`i#iDh@IzLA!tpgjrSGTwLKtOeq9$OjfW$ndZ;)dUK36K~;WeccqBc^?HwJ?Q?p2`_!eMYCxH_;2; zIDtTc7N{krTnKl!7G{JEqL@e}vRhVv3@>7D*{^8EXT?~) z(^h|fi3gv=-i6k_`KVj`1HuV;U$n&=8DhKRw;>l#yC3y&6J6wS*I?qF4brLHlmaLg z=YtXl*XHWw%Q4rrG7Q&vH$11fzJ1@(lOCyBnHWsFi+d8OvP}^UOV>cOa{s*`L5qzO z-$p%aFSa+)Nad7|^Q%!95-ER2UKH8?Y%2W^W*kkIByL#pt#AAh-@%8DeY#0owGaUW zs0-RHcro#WBEJe@$Uiid#dY|#9ygJR1bt-Z1Fk?6dXdFJ!BjyorfX>^_tb$Su0}JO zs$*dAe4pg!{(ct5M4DqU;;9iAEWhw*XGyj>Af_(W0-Fc->+b;eKZ$im2yA;0#8J@k3_O=+95WhYh?hIEh6wDYNxFDao*FY zYsP1#`ea=D2pF!Pp4wUXKuE=Ro?YZ{h#6_zMClZlweH)S>dk%p5CS%k1V&%5^hI7K zjO<2VR{0TP4YqB<6SgU6v>aYFt)S!UiTS~kEd=@45%V%C;oU47S`&4Qw=~z7Uh|RB z&3tk|t3gll`bmc?x_H)zYWp#Z4__Xl^k(b`S){CmfOoZ}dT@|G)BumFL3KTHH0-Uq`+SDo>)9@3OaS>;Nc*GIbo%pL;2&Uenw{%7pwc{CZ!txv!=%>Zdhp`_0M&35{DhQ&hBt z5V=tke#l4y*)5O-DJOzH^{BdpTDqsFCr25EEr29EIcS1`h}`XI!RZEpHF%dG2OmK} z*Nxva?gj0tu;Jtu`}dO4-Nd048&GoSm#nm@Xsp46k4*0UJMW#;-4-LOLatoC{MW6? zOW)Sn{ecCi5l~vx_B5;slU7AtMF=796M--yW{Ayqxz^z8ldK=yW#0?qLw6tC`|q1{ zP@#CZ4aWZX`t*#9hXYlF{NE<%SGur4nWMe^BO3{gsNE`zXMayPvYo$#NS@t@TV?mF zEK1rzy>lmy$up6nIJsY7@T~*b9 z2F{Ts8*+~Wh}gTho0hf^ruCjDt2>h7OFiV*13724*;$yhH6LdpA{e)05KDX`2F593 zpgJ5v*G?|$k)EU_*Jrc^O(T*{2%HK#Yk9yv*JGg7P3eKXzH%h zWsS>|ElAa9rMG&I5D8ECd8N6sb@Vs&Q*ynSb+>+1O%GX1j-S#50& z<%W5-yYPhgwDbua+WTJ#Z2-P7T6PI5Ahj^ab zt-cLeI8rG#-qZ^d(fs~{7uOMn0N7aWKdrB-Y;OKJoEZJU+Z$T^a3_^C56g-T#tzOZ ziOpXonaJ1)>%hI!aCFKP4zyN}lQPcd_-J3EUhdnp`qFJkixS0VQk!Xa&keM1t%PEG?uj6O+1yH;^%bOPktgM7% zAPFHA2GCzsR6Kq9H0$2+0Dw}^RA1^T7NM&prcWM3u6czokd^uU3GX!~bd#qu-(No5 zA)#Y)A+Td|ptdBqAYY#}5$Wgc9e>!u*_-Q6S^uhHKep-%bXP1I*uHKfH z@_~0>mu9Wrh*t*0waMwz5Ta{+a#2)1a*p$Tdg)Rj!bPCUCVT^?D`}kX-Ijh5xrFeh zx}Jv^=PH2aM5XW<819k5Le?P3RyyD-_x#f(FJNH*Wv*`)YqXy?Fu?VNVL7Ie1f~YO zHQ}X4JP0(-V5H_FLVhXA%fl1?p}(*1Cko(Cv^g(tK;wee7hv%y`WF(3-StG-X0OPB0EIfUCn8 zo_|ew=wZ^jat!vyjCLDejq{~{xMr)fY6zTKwh-;${70h(h8jRL%O{ro`wbDyGgT;d z1j28jbylC+wqE8oo?BDx!AaLb=eV?-?fBJJL(g&f6`!nDm)81io?eDNl)Dd|(OS>d zVQIn~c973H)mNe8+^x)Z#h)n?dwexL*fKTx$TN+fRpd+i&<3%S3-5MHrIHfx+C;%r zY1dpq8$bB#`uATGPLD&6>E*j$oXK4ZeZn6ilLQBc{>y9Hk~%-NF<_1O z$>F9}$fgWC*Zzt$Sp8@~=c7gx;rS&-Q3EWyu{a@9-2?Rjq_WUzeSvD5JuOu~95QrM zYzW_^ezL!Rvj>ki^hk&Xib7_JX?%RVR1(Z1g)bu*MC>l$KVmmDH!(4RA-~wHj#eJE zd6giCD?BggJctOW;0IguM?!*^0K6l&;kyB`zEiyvmG6ujyk9Zy6Mo~ zsn*ukb7DgL@cbS+^l%BIJEE{^poN0ZFN!2cYKQ@iC$DCKmmKCx@b>ZojQ|#q<8{1} z{pX)EGlQxHHW7bm*O;H({!O3@5MsQacp;`m0rE1taG}9AqK~S6x4B5!vps3XmRHgE z!bj_je#FaCG}8Z|l)??HA*LeCd%|Ahm6{n8X}Y=>obLdw zfiGdwkBt~+C}Y^?=gN!eB{R@wqs{q^{_2@FPGJVNy7=NU79JkoY&0t5&4E{?2stOi zhnMHiD`O9%Q|dcymy7W&0A3p#Ri4j*ak&z_lf3!RR&xl;*u(w(%i3YwQO$*~z^)UX zEIZA*7*T0DMVt3KwZmfW-Mh!W(^g8-K591=6=xQ@%eW5gnIcLUMa_4Y0U8R-sFqRz z#a}v8OR{7&Yak^P(=z27o*>KQ)P3OYKe?KL!3v=1ZIt)_`@+GFsf%#~>^r%mIqLk( z@aEGK6JK&ziA$tw1tki+f+7kE3)o5H9&u4yO>u8oU8YuBE1Ils*J}v*cV`%#hHrRm zZ0zdu$88K;<}GH=C!r@9#T2DFx8JR9z)2o3gDKa|AyL+SMzZe3mJJwlCH0jZn^Ao` zG8g9ZZ88kGm2UJh7TEUPEeOLUjKI+Gr>WFOakhS;I5JTXu?I?pXAc^8Bd|kNa`)y_ zygSzkg=zb`LI{T|xRWHWF*UvBq!cRqpv0V7HenHB)Gp)%l~Nyc=g3bL$UbP$BRxpa7FYAKvbUc?r~rC*lzPw4mp+f$ z8(Gipg@wKgIZ*dOpCM$fMyi79YA_)q#828j;(iZm2yO7Vf5dVmHDbWbDJT(vA4sKu zx){XIJ|dF1BiDLl#l|cC;Osqc$^fM}bugc$Cc*j9ImVU&Pbg~==DPL!u{qc!#ic0+ zHxuDgsHC)Syp9bs&a(Wb8tDmb3D{|=Mf4SR2c`55UOaoePo;}v53GXdcT`x^9ElVs z>7h>#s}Gb}hp`#;WLGbMi^qvGtw{`|p@J{r$CLHk()o#kHhZMNsuy=GJx9 zB8*9_d0osTGVoT8c*(;7VC;D|&ZQNFC&OziB>G zf04j6Hb}S80#^7Vh$RCbeCj?T0KO7Q$4j7|)dX$#!hfD46ufU>k3Y^=Aklynp74kSb}mcF7w#XkOcrkC+M1YevD^If{=Z?hj`LNw?BaL zy}3DXa0qfPx z{)C}^+zYHC{A~n zvP57?TRR_vjQb0yZTHP}ep(W;?R`t=fbape;RXlvx>OP9N0}jt~-yev2VzdS60^KeJhOv_KJXc zJA5rm-{wz1kMfyGzLJtb!30imalSFwdhR`i_&DU@!&m;OH{U%*VB-U3j46E#HXRBC z0y(mK0$eR7<}-|p5!j+K8n9u^9a8TzY?-9VdC+L60LgPJlo`P1OmE6vyC(L3e6*)C znK>Y;=7ZtIa+@y<4+xmlNHIFJP3hxi9!4GcMfm_Ahn#y&O(;EofV7)W{9|N&UnoRF=>ywm}xviojB{bwkVQJw&Tg& zwCU`nk=4DFtnLhti3PyADZ!&iYyV>K|FQPo@mTl&->^DM>r|(VGEz~pRYqp^C?k6u zkrob0vNAF%4I@ff9mrmx!J)ESD6&abB7`C{oBR1u=Xd>n*L7d_{kuH+?>x(Kd_M2- zdOcsyQQ*!q=;d`IoN1H1cyEWzRt*s~r*M=!@bfO+aCLL2;fLp&PJ!=J%U*lvTGxr# zJ9YcO4MyEW=xt#I_t@J^YkVtR)(X2aWOVKm9ctPC>o>_4HSG`o!0x?j;jxJmeu0U) zy1M>iJ@YA>zW(=)PyF|j7|QB#5#5V~z^m(o93SfRgXhnme+W;6Pque@#=^}+>b5SxqSkD5%Or{iw1&{O{X1$`@|I+bQYdCa%#=fuDzLj?^LgV z&$TCbRAljA$H?@hjkS(-RyU>bD~X@D)pcwd(w@_My_(Up>24Hmd}HAsrpvS;W8bJ& z6cixH0!6`F4nV%bgCwxDV}T;25+2v9svl>WW|kSGcfubi=djYol zb=yNW3uKn{RG=0>gx_AvrLl;T#!O4W1)%{((}aCx$FZ4+tad}gWP!(Smbr>m=Veh5 zh#rC13@yq%K$u8nk=V?_GJ~)Y4^Y9d3j5wd;DV}MdyN`sM_|N3)v{*jck@YeR@bYn zo{+u(3&ivkz88DAx%pI+`f6g2m|na%ht@$8#MDl;QkPW=6$!;@;jn0F0c+Gu87DJT zC+3>CKzgFS_B@R~_UxRwfk9|gR8&C$!C?WCp&YVlP zv4#+pOYQe?cdwfX%l;czf5F`3E-(aEXwq>oSRSt1&3H7dJSO* zGuOc+^T)I%~6VnrynOYXv^5~NvKw+`6(2u zIv6TFXG+Y>F7paHKzs%5z$@ItpFfWv=>eH}-}Z>`Z@6joA+eX$e)*LoX~pwrog_Gqf@N;f|_?aI(R{ zYaI(#8(1bwKcAJr*v+gez$I}eli>d?|F9W-eL@6lu7`;H{L|;pBh{QGE<%B69qaWJ zRm0DpKiN}PZF$!;Xdnp|{%EmiF~3IL8i!^|dw2sTbkT@3HHvT~Y300y*7xYTf1Jm@ zCvZb_sT}sF^}kKX!hMr)-*M6fb+KW?QQ0wdg@;jvnaoB#StzAe%*=L{{DJGjAI zs@2GP$wG6xfO}dFl=P~Azdx&%M?L+?_N5=LL)s&b2?^x#gYB27Zw( zTOuIF0j&bj-cIQ!1%l?{M8eB#T$IiE8U!eNPpo`)k~k0_>He^8&2zHG_4EDvcSx}Y zmSdqI4j1*cwY*&S-h*nE_)v|8d>-Pj^$RsHKahjNDm-@hX+);uO!rV#>Mk&`vuhIZ za1Yw2DeN)QFyXn@;7lQk{jVCtp!6-aGKazM5}1aDztLSlYl-ESr>_Cvjbzlfd|ObO z@v4eB^Hti2LEV(MNvg)JhbomYd`B|}1Sv8`A2RfZb#M_EKVr4}lN;%&FcF6@By?(( zAfW;2_THb9{eo;IOL{o^fs01;Ihusf#S<{@$4L{q^qxknX|7-X=oY(EjfMU{wCB2R zY{!&Bq6ilbkbc6u0-bO7T9@xIDcWTF`%tElf1N&VLV^v_Y6z|zwcJcJ%x-%i)0_vi zpFu21I6S^p0i+#TT~V?5Zhg8yYE#-KES2^fsPgo#WHa{YEeyP+cZoPHwT(wySM`i- z(!NMsxwuwQkr57);Fi)mRAKRUOp^UoNw;Wfw*pW?@v`qWZTRE9e)%@ywvm^=XjD*JF-$+?$=TbpeXA2Up50YzXF>(VhA{fgrR>pm7 zxx>ei`0Iz__sOIcH4q)G@AJ-#+$UpvY@ILEDs}Qq*lzThP-bT{rB04#Mq3a&gppF7 z$^4|@u5|kFW2u#NuPTyTAFItkH;?A{W&7CFDs9~v4Nc8^mwf>Q?; z@fR}A22BOJXrUe`ub3${fh+%su5*v?>ARY2yG(ncSI;gj@ii_MnA|tvasl}9?$)`# zN9C9LlyVvz&RDUAK7y9i3hFf%N$#7y5g`CF>o}W6T0f5A`d$1K5NUrUO|& zhdbC97#cwA0aO5jl6_0I3S(32Q}@l|4Gp@d}tm34gNI zPoIi$;$YakS-7-kw(o)$2zX%bOu=5y(Qyz$lalv(=bmE)5|Ylt@RGK<1y+~(iBripMErs5wetFz4F!0Q^*EW3*vzr3Ko1iH9Gv!Qf#p+ga0T=vY0^`C$2g&F*8vxvF zXahH;>_Q`k+YuL0yt9c(q?vw<_?CSio;{=bfeZooHy=*|SRp~8!8|N*VrohJP?14U zkdyOs_i-!GAF^DlwQ;FwXJF#Ql+tY}9DP9VMJqRi(9_*%^y7qy8*xI60r$ zJ!RCmgf4RQ``!w^GwoAhrN$a7K6gE6I0q_#uOrSm(?d)!>yfM^zV>wWQ((r#Ij;Qq zIu6QEAwj{g9Bh76WMIcQYPqzUDI2AJf)7h%_E-`5%Hm=tw~de?|E-NwD_$a_6sp(j z1a^dK6h(CMtfSW7FPW@hyIo`MowF+mM~tV-Iu{mRVk%6jzSh1VNknFny&p%);FN;1Lk$c?+vx)M$8D>@bA>la3DYd`Cfg zR$~?^hw8=X;<&7Y#w}1)3ASvw*>mjvXu#=Xb1z=-9-_=)#vWy1d~0Vs=SX zgwR#j!m(xJ9k>g)h%IF1QS;P`E>=p*|o3zt{U35#=mL)WN+JAp1f|&pmeOPX{=p%s~)glsXnpE|* zAuOn>>LtQ6IdEd3#(wigIhY{IH@-&afW6|B1pTeVZ*$_*u&dJVJzWT^Q-OyGUdRMqb!DcT6vN7n=Pd;7ZMkQVbG?Xxj{{+h zfl5RjCdK|O(j4pncmo2KT? ze2TY`c7}9jaAUzUs=X^1(jT(g014vH1@H>NadZkHHXJW=Xl4t?Hb6OlKAl{DRH>s= zYlGmn67xv$Q%ZMB%(wpfo^hY{hFfuo3Uk7CHXAqB*fj&mEEYJSZihuG;Au=5N=lX> z+pwvih>3Ak-42tTA3R|umNfN9dWR*C>y08_qFc+u+uncvK8)_|8l0>eWh5k~VW+Z1MQY9`D#=90rD;O#2A=Nh8?^hQn-8)b?6i$l36h#XJD^pHqVhk4|ch|o(}ug?87 zm{huL+pmhp&Spmyd6IOAIY_(@%7#mqXnLRirWMxC6aVyQ&TL7eW2t9mGm?XP2&H0r zI^=6Sf`Yv$ki`jX5wq$83SL4Hp^0uHTI=4i`|Z(1D0A^ zGY)+RE6oa3$RpJ_&l^N-#*NO6{$7ez1SY>qh%@R`uS+a+eef~EyMjr) zP&VkC$uOcyTW z$Mc_Z@o9H+a|c9yqG4tG{W(YeI$#d~x>cUlzJiju^c>!xhl-^M!6|YxVIaaB0#;6i zY2u)g%WRx!63f~1bkn>p6a$8(?JH;+`FMHXb#}(y@}d#kVprzIh2vG;_q7Qn$j#5V zg(9hB{%|0zi?0Sq8>A5uS{q=I()*;GV{XXa=V(s&Q^@YzJUr0V7`D&S*1A1ryDDX4 zs~Z$EVX? zQ)7=3WK)WzC|srDVL(6?O(O#f>~3;yv_)HjE(!NDyx%$YpY|hfW@MxSbe}b&$7rN? z_Y1EtyLX&_GsY6?D@7NSQjNGE32EtueUv`k;ASa(v3&CEbCkGlDLTUa432T}9Ozmcb*yxPICPVs|JDU;baMWlC>jQTkB~*Z{Is;U@F^`UjOLVS#dVDgh^l1A zPKlk_;WcsWjW#F|`_LykH>7CczJv21kq1;R7|mPlctw|=RN6R*^9V_5V@ZeZGB!C& zaUBT=pGUrx@&$N+<4rP}aseWYlSH&of-E8tqo-Rg)78pkBMl&G-z~Z?!vq#ed-d;` zsgaM*3&Z;)6vM-vB|fNSqKRLLya2#Lg$TWf)!Y$ zK6zN*>kKJ%IsOe?L$2Jn{B5 z*7@3Oy`F=&5t{5JZ4JL^^%m^9cXqHEe`_k{Yb&_*e=tNnv_|6p@(h(Svb2^)e$CKM zw93TAkydbVO_Um&)9+^aD3bFYdGb8zag- z`T45rkM-S7lKk8mRytX$1F&{@IRmcl*y6u}ttwN!c7^&I)Tu~2k?cSVAPYcE>NTw0Pw)xM>FURibc}@V` zJ9+99r0;axj{G5en{gVzH34cqd4CLUz}d}v`>|(94O+Spdxf3@C&gJlHSi_UC5@(J zrt`{Gw_D!}e72VEle?5nyiI*yR(m(F)3{^H70ILQ%XNd}x@Nsk^bih=O5{0*_1>T~ zSP9=}7BJ>P@t)EYcQ5OSbDV+~vCLF{Ewe&>u`TgeK|SH&6BafOt*~>+js`C7ITdwM z0Okm>IqL)7JxJGZ;S5Lsxxz`MFPnD!lnuuB@Iu<6vcI$ur}s=*0hlu*MW)mX(_uDH z+X2Yxwq^dQ6%3d6VeBhM`bnc=1s$O~T%ubjr))4H<79&gHReIEO@LtoFs6*JDybp? z3DAHmtE%dq1a60>+A-wGyQNz+H1FdVB!`0E`1(ZM`9}%x?{~6T znG{SbySus^fWFYnAz{7!5PkDIR)ZQhM%TkC%E|)A3QZW_HJT5iG{yNSBP%=eDYK&D zFp^imcnMc)j3le5$qtu7nYFsg@c4`-uT;xZyQBa8 zJU1;i`oo*$l||;Tj=KIYkFi}txM)}BHu%vJ<{t-qa{k-WfiXA-_YU0#Vh+qIaWRy|=2lZw|I3xFOQp zbsvy3?)EwZSO;Q*88WXz3(=|Bz(FZ7@f4s)lq`hpO->HsFUrdL;C?W-OS<-Hn0ydG ziqGOa${Li9hWvTt8jed92XHOw4z-eq@dp0{T2aJEJok|N=B&DpSMhEF3qcQ8 zQ6_gUanaB?IS1!}FqEi7C<}*l)oyML0lXaX;9KPYCWC}&9k2>eFsTvu#me zi)aR5Ic6pT;{^$c$N=(!D9P2bgRKxnf_VwYc&%S6I@iKsg+EPA>bkE zEnozX(FPIV=X~=o6|rw0J`M?!sA(`KZ&ad0psw&D1ljKszJtZkYpIx{$;6|5;}3_m zr<|{JASZ#uY9I=h=!`;x^O*da{nF9}7zA!&*{>`b|KkowKH)wO6w57+t!zJVY~@Nd zf#t)pmOSXGt`0x0al%exoTvOuOggK%s8>7aNf-mF9A)%kuBt;qk}`it?RO9ssFJ`@ z9T*Y^x>i62e#hRh+yNM3+=&xJCv$({+m{Am%f`Otl}c4zMnn}mr^xALrKRaU37_;D zFBT-2rm!4{ES}(t*kF>%QJ~-i+{Q+)dz}bf_Or9M{pJ72c61S~uj_*HfO1j0s_JNw z?z`V(_7O`8$b#O7@9_NMFF=9}`?%85WH1&$l}_OPZ~DUYXO2hnvajGg&_l8l97qu$ zNl8q-?_mpj1jjwwMfb*vsW(rPRe`_=87G!Xqn^VI6~3x;Ec;Ib?n?+Wt0L#e2VDVG z;I9yrHFcuALYxUrm~*JcHl=8>1*fHQtEKI)qC_16jMleGjH~hXqh49~qF~m_d9DlR zggc_>0D6()sUq`eKpQJfarho$(faWb{Y?iB0Aju#vWTNsw9Z{(8{IdL=;YU(2!SFS zi{q76sH&+2>PbsWyLd@zm8(g)jk<2%%*J*RdUzb*I+P1zj#?EU-Kox7St7OVKS*>t zx2>W32Zv6lc#p|m^3cP%i2zJT}8QwL#3W4|V(S#_`$ETCk!vbNUGfP5WjaoE4s zh%*QHyPw=c7wJ5oTmn!7Vj5V2_Y*2#Qe8YBsN(eoht=GRGm6vF{IpM1{Nl|~hv6ZZ zXE4mRM;TLcqJSr&`|udfwNeMb&<02k#auUt2&Jaldu>%RB1xEt^rEf0FKTlqfue2Q zbExi)1%{k&iOeiWQaI1NSzdMVzgHcb;4~9kDrOpGx3>R)O-D~pW1`w7DdV;r>sx8* zA|ZW8#&6yeASg7-4!l|`tYd?A?%1(ILgIPv#w3<1d*kppmeiKiYjI{m$G15Zy!5#3 zdTa3Pg6Lc2xD}>(Qmh00;G?gG;oZUYoy5#?d-p{%*08WMD@a#~p&r`-Z5FYY7tLtm z{F9-a8nO)dlG$goE4C0%$RWIQ>*3Cb->kfc?%Cx7sJ|0!Jk_h~U02|Z&bUOJXWR~2Jtq*eYw#j9r3yl5Vhye_~s&en)|-Ed*u#8X`rxX2h9=*wuB{wa%m zv)Wf%RDgKTw~8dDheawRruU&x<5jquAZ97rF<*6SKjCbFGG67MMbcitA!vgW)WJ#; zm7|y!c{G)m-)IPTR=v+?_XG_)sD6C{fZ>qv3@d*>aCCk~WO zSH(RA^MMaQ&e^zi?~6PBqCS+=EP_zeVm)@GlIi@TwJ zU?l7EL~Jxsa60hz8)>1REhcvDc?Jb#<<&7yd(f*O{L>6K392)2TMt6QmH0ulg<#R0 zv9~`mxkrlvX?onYm>KN!RzBmtr>x_}z*!8p1Qw7+Adh zJGY9u`WAXK-6~F>+_N$uOR;+JS@OZ!h#{2s$e&AuX@}7$-bxb#J*ZzH_wKoaW{ndvJ1=iE6kG^C zCRUY8Bkub_IOYU6{ideJ71^9X>mIIWCdfoK9prU9Th_~eQO7L%OXf?_n_XxsQ#C26 zA$^>*4K?w~x=2h(FgS;Tgt}GZOF<{&DZ+|A+E7Q+NXz^IgDxYKB=`9DM~Fpk*8p^n zCZUk$4sVL;*D}xC%i1@lKMAzTjqo?X$}BuAth7nsdlb73&R;Cx9?romPv1DRU20?@ z(eirGQdPpM2SINSkBCsap*YJK_rIVjmdRLPph%7(dV=D*e802r9(|P1O0|ei=EkGC z2yPCrVVnn&4JSWx44wyt z%#jp}wAy`B(2*?m3j6RHU;G;5`sVtc;t{Cb^gro4)S6vY`!fBXw9B_Ox4QPQKj7ug zND*rCuXQ~w<-#}$L#lT%j1DoG3X?b098wLGmEQmdRSD7TNQTylxS&9d`%#rJe)?Z) zbc?25*V6P3Iq}adLsE+m@`c1)feq zOeN>~GV`q04|oQ6Psv-=&I&*LCM@_7sE`{MqLk=w1;DQPCKuo)*m^AffIkMHIbWRF z?1#kB&UL9VPh5O9plfh&wo(5Gac?fs z_vEZRSP>OCvMKVPEyvMEzl*zNa%x1ew9b`m=hhd=s5&san+OBhJqt(;f|P+7PN*o! zZqovH_bu9u{=iLwU8twjJ6^Pz-Y4_e;A^@vChymY1g)vina` zs$wVIz(w+}PJ{fd`*|-ImAmW&!Ie&B^1y(SpiC7-yGSKQhSp8gx=})4^lFTO%}5pl zN@s=TBIcO#!}3QT5mTHGX@u{<)DQML;sC#|mN;-?BT*jhmR~n>h;jX3&XM()4R8GM zGwnc?U6Y%SZ)QWzwDYHNH3w7^+JSxwvyKV(tfcNTF>0-v-PFzh`DQ(%u2FsK!xtWu zsBn)3R>5iiO9^4oP4<<^lmbSVBOo5A6Yw>T#E$08bNxyvgZr^dm6UcT(>%3lCE&ZXIiJ$@$*ZS zvm99;z@FVvk8r9wC^2RbYY-S08{3ICgPDOr$%0uT8^i&?@I*cyed3wi?#rUHDW9=A zezw^+&lZb1{l8LcojIFP<&`$%rN73KpFn2-dim58C{i+$M(6mAjdUUgm2t83w}q#s z?y0KNKO&p!@J01^7kU!x1$1ySTmi;4_1)V<$vSApV19M|PZrFXwCfH(v=Z&8wMv^w z8~Q)1`5yz)MpuZgQer4yrTx`CJ?AmFO%OXtaiERU?(4skYKK8U0>aqrwtNO9rm(6cu_E?cD)*nEY3A8CYP zg$lo9M(0m!xjB}wu?;VnrmyulUVSF&En18DT<;NGXL*~3&LUi-T!c1^{gFvSN?TdT{OzER&r;tAhjP_I*K0)$E(B-^*XOu9UzLS7J@^qw zvVRu>u?L;nZywXlJn0*(OEKWXhe&s}rn+3C!7*da**?Nmpx97`QC$~hWQ)Hv1 zj#_nsR)v<$vT>FD02n4@6XK-qB%3RXljixKg4%P7MI;5s4W2uui!nH)=X1DYP>33N z`|Neioxl|`xWnXC`_l@x(=qo;Q^)Vium9#*sOR-14^d#0kbZv%;a! zT_u-pwBg(J=cHSseMoMDKcmPp!aXiXr0UpMaJR6J-2u{qN1YEA*Rm@h|dn;M*C#L5DG5Ip&2J#z| zn9P}ZIq}TvvyZM?1s10P=QA8B98!Izm*LKB7Pk{SBZRXyqAQX$-D`f1`!z}gotSi zFFaFSIguEnO_=ppgrFPpUbwSW5`5?-+-r-SOLIQBH~Q4!DRJ{1#_ZK0ati}T+TVdN z>TtU0fuX@p@L;Wi~lHV{(FxvQtWh@yN;f@z^C9taAYWbvBRv-rtv< zBa$FK`DB=iG-?hr*qP8xTCA(O`*Px3@V~IKOYMpYaBnTTsaHlmhpc7!OXM17H69Ye z)=!f-VigKISSM^Yx^1m8lgS>r>@qktFDWI(IxHu9i(TTp{Qcr+BRTgYI!BE5HoqZz zTrI-+W*AozYQ!8RnvpTm{Y299SufBelwq$!uuDot%h=!<_9@?mUyXcudS*saTABz# z-{OL&445Yu9zVggjxYjG8Hkp03E-k5PA4j1n9A#OHBW1U{M~AwC%Y+4KKp2>%9I;| zGmOdaOcwpao2j%H9#^$v&i(`cz7ZHV7hoL+J6)93=3w!t{iH-gEP@Nrvo^COvB6kL z#Lef#Yg@{aDfv2CBxOnKk7IJ{z%Y+P{VaWUEW-IiPT!pGHQ}>y6u9ZkW5i%=xq@6* z=y+PxX;gjbvWwJ@nJ-(is_x4cpf@T0I0Z4w@26o6kSAk(-~F7IX9qazfI5;@!ApV$ zwmJm!Bu!ADAk0O&*4MRJY7`4Oxe{2oYvT!BF(&fZmTTCOV5LS1fXP zKG8>yq=ngVBJmjXvzAI{&kkT!aIBv^5m<9%RY0xerrnEpmVr`8Ltm`|!H>!UI3cs^ zKX-T6V}_3!+n;iEW480gf9JOeF-_;327r?E<#}qVHAFo9g?{!PxAT9NNGR^H`ZWw4 zbLM%18_O0Qm>O2E)R7dW!pLbn&31I?kWE~zescHD9cBI%(jTpQLFK~6VXm=?23gha zth24)IrgNx$3~;e!p{-@Oha|;rN60Im~%?AkPXQV$#jvy8;C;B=v*&W7#H`$N}hh1$J$?IeE_|J!gn6==J0}0W?ZCL?*jrcb;3(<9b{vw zvykf0^O3snc+-X$v%2e4Ak(BX?Dr%b5^mk95%!tU*yorslfCb#qQwGi9HwJ8#Pudr zeSGzeAh;Zt!~r@NZMx-l~euJr%#^`-@djp!&tbw zqH*pu?u0X+PCQEEJrbM4sjx?qQ+xXmtSpE;RRDO08134h>n;p@d@0UC551TVmk|KcRA@*{P{v zB+p;@;*I#HA!{A;sdNU4m+$b!={O@GsWNUz>TE(K0h%^SM;3!EyH~t_GFGxR!ehmY z!<{C3!&O1-aS6a|C$hf%H0o~0URaJ-*T36iS(+9W7`VascCJmsbq!0}rp4PE(*a+5 zAj%jV%bHj@;qCxRD3W_4ayX%Q+}-UMf&lQ}V9o=%ZPFiA6+87eZa)|e+@OV!g`tZ^ z(TN0V;WI`=asZBVd?~Hz-7#UAGrOCyKbeKhc#iSW*dpUiaG}F{@Y})gM8J%XCS^V2 zzQ9?Tm_<7~fBz>RJKslla~!XiuSOA#j)mvP2QC6bXwy?;V$8wuPww=dv*QCUnrvoz zGgx>TB+{_F{XOidk z?wh(1!T{^*gI``UkE z!Wj;61cd-+Gy4oq4UWcT{@$hh*PtYGc_2=l`^f!yJR&vI+CiAoHXYwP5;b(RyI^6u z+c?H#oa3NQt>=%TK9xf>PL0O)-+K7X23ONmCZ(nVnWCkoT^zmT(_Z3Jvemdj<}AoD z`g@V_v~lcG111jxKOj8W(@lHV&(9A`reEZANS;2|H#Qo;8G=LBBPlr<$}2$Sh$0ph z6*Umug3W?(U9{xz#Y#^~I*lqlAq+haI>qlf6!=(V0fnBL_wrK9LtUOuLCeu1E zPQTbpA@;()w1=NQtRvn_FI3sv-FxU;ZQwm5B_ZMbsRz$y{bJI2R`0li z7cA4KjI&IjoBa?Z_UqR>Iyl5j5wn!g+OJ>=*F&3eu(`9-2k|V_<~#g*Cl}8{0E-zH zEUEh&)Ad1G(bnErE;sjGWHuD1)_DdMr4X#WU;)$YBvj^9`7{l1&fF)eMm@OYL? zk4p$+LwqihGC`}u6o$gI{7vI_o)DmmtAj&>3Coo^Qd7Y~ru(Mtje}8AP;Ts2w`9z$ z&1OyyGcQd(Mw50IMzJ`V@H77K&d3*b=%&)!OUOw05I00XP-yI}4xNh~wD;5(kV*Im zSXIDrs1jV(eXUW%AQMxErI8zQ#5KC7p@9{9YY2nLm5;2KY3$^~TQ&Y5OLY%*($sz? z4V#dh`qxb;JMvF5Hiq1&tf)RNKu2Sni_Q>OfeUPH@M1z25ZL85pNY9A2L}f{ z*it6uev~|FFG&jx4=*b#)9WSr{@??R-nk0gC-YF-F5)r~)yE-;Mikr2(7+Gb^g`x^ zZn}B$M}yE?z=_QVt05X;k0T(w5?pv3vCWykOjxwmVDoBSEnc8qy}IaU>lva-ft)B4 zLdP?rZrd9f4AeM;_@x`vPuUQjP@da%&`{T+Kf#@Zn>94aLUO5f zm6hM#?TLN=_HEpHsBBOyk7Zfe!WKY0a#;Q1WRo$I7@KWL>kft|W`O5^ZE}yPVXZ** zLa(4Y8JPRRD!9=kJL?^wZo)^4o<1ZZB30nm#=WupdCSS7i-X1`5b8V&T}^Xb%;}U3 zfs{Ol9t$lK_iu#1c-1e4+V_7}QAYp4>MzIB!@0zD7*2?PtI>G)1KhH)JATOndN+hh z#g?jEi469BhHRTHOiW1r?i(IH2&?T;ZZ=0EV(R|IV3KYPVjhTLgDw>-1?GTQS+0Pt zq34CjJVAYQV80OQ7o$$0;m<$+Ou7y;6GV-txX1V2zITte8O8u2uPAQfmW~HbLo0ks zJpO97W<8!e7^87BunkKd8bZHOagv7Y{U%EhwQ|Zr4;~Txi!E|0mSz#JgAtu*YmWbp zZ2~-?2BgYGfB5)*Xj2r2;2P2;+J+MbB)6xTz`YO)3xckBiMOm8pbY{=|9z6ncoK_N z51+qOb`4F?%XX92|Edabh*mp;n56%xjWj@_71OL zcoj_dMVH+rqDgT=0ae@`TbdlrJW;TXkx{t;@p#LQAL-A`4sUpgaV&aToRvHvprJRy zTgvkbzlnfE0|OiwsVHH}gV?P1(gCmRrLNo(^h=K*Ja-2=IXt{ara5KDDZ+UvQg%Wo z&yKZ(rb{cqrS--3s%4cnS5PwHA>Y8<+tt;zJnM0;n%hijisF9x^J7_?lFgoRP$8!0 z=6n!U#$M+>B2R=2tCb+9iy%rQke9tm2bPHvGTROpdu;tPCGqQPm2qtiOavpPlq!{< zgr2Rz$snPimex7ncYq)QI9;b;0EVA9_m?KDFJ8m)q8QF%mW(um-`GS>*(k!M-*5zu zwgQ{N36XPj@+wPsaK14uP9|u_1Qt*4wo6k~^KZ$Xdp7!LPmG#ty6e~Eo~i$Sfka}p zMtlp;H>5(CdNW3P-VOhYiAhBTHcs@W4ewJlb3`!lnXmh;8E!E_>V)Ctb$04~oT5KMi-;l|_8M#m);t;q-a$ywaikr7~UnXp&aF)Q8?=N^RlU_X*4lBgc`{W*D%HKef6DmHNUID*l3A>0ZVfwCzL&18aP_=SIy2YSW?Z#H|= zLeywPKF9}LH91gMnGq`pSQ_+m6}T9m`*99lXY3JpmhbR|*19(?Z~1`<_Fr&!m$ZgW zNN->JGZ=AHS3Fmb2dZpV(Lxbi+_c62>n#VP_i^pDX02vP1J?RhwG;~yZ@|-k$P6`3 z;ZpAlI*+};9>0nZBJ@~ipKaN%avD>0b|T%DrwzXzN2C+MhR2L#OT$+x62O4z(QTSr z47+YgrgeQS&+w(~7Fk4`n$~s;8`Aq{PHbL&e(`vS*_`^;o+mQ3ED@|rEJxi%#lt|m{z&ij zesb1oG9B9WpqAP~i$E6)w!m!H?#y>NgS9O;KcZB{N0Up?Vmp3#gIz85+tY^1gCof; z5?-enf3A=(f(gi|?-Uo6o8IOP%}yj_WOhb zAWJxu)e+8L84|nj-8%FW4Drk^kFtG6t(y9eZ`DinNNEg7iPgGyayIjq?s48Uw3hwh zsh|VlWj{2WAisuR4iUWr1uBqAurQ9Ys*6xeH`E@kEo0xj88l^`ak;p>thbUrntG1f5G7N>$ zM~17t1y%NCGOi+ANKowv2@B(q@iUdad2?QOS%6&Bemk2nbWf#?!cq=661-7iVY>&L zTkUl9=?`fT6U_fAozVRU@hVLlg~NplKjB-7@XIC!UE(eO>+{Gy$zVxMQDxOYMjrwO z6O*5yX#p|VPoiXch`#wB($^7bK6v#es!jreFdUVU zX~!3DZgxc-JeEe2%CLDe{xY;>7!id;M)I%{R9)~+fK(|6@f*^!r#tFKw|kkv*Y2trRjCAkIXWevi<(`})R-x5}c zeF_ybU2*^|9^#kh1S0)GXZ#?c5NsX1S#O>G>@*})0`-52OKgxUy<;2RNKd|-GE3M` zOmjcOy|+h`{PmH*A8CO&lccP-A~hkKhQwG{@)wEvVPy6YNEA0#5|2y;W+0GZhw9Qi zet&>;%BJe7&EABK%@OhIO!8D&?FFwC{|wr@x9t7K;U&H_ zE-){WW-<7k7#s6I2a4D@W!4ZEQ2r6#JA>K;j~Ou7)cjWf=Pnr`HhgUR9BzFq9#)8wXi6W+NBxG&k4Fk z;i~8Mg{xKtn;e9!Fg3oeaRw?&@V?7AF5dkAtu@$uuCrJxsu!sn{!usL;{B!u>pmFf ztRmgP`)uW%{D(w5BfRFgl=~&4YvSgumuy5*a^>KH)@wv)dW>G6>CJJ%;X2DXh0V*q zf#!uw)ywNvSA_Zb6GwDR^Hhs%TldjG74j?t+)#iMh{l6};BGdY023OktF_H7v~Mlf zT03BBo`dfSDFj^k=#qh!^-w}(o%(LNwRK{}KM&3C`TQBh2N*2rC>POpvS|Kc@7RV% zF?a%%&Kf`{q&PxAgsG0Ho}MG*Jz!Y|vxulNHf0_?MYcvh41|}BgYaf`c5z7-^8XH8 zT<`&y_(8Lp4zu6BedFhdx<{d~Zr!TxgM^qP_hlqeXTX^K2$dDHxO3-(lGCa9C($Eg zgo4Qvm_3YLbtxc4L$)gvHdpqylh$j18gjG!iO^f-draCQ`wZS85}@5VgfrYE)$yem z89y|0pXrSNc_=9@rGdp=kJ^J+BkpYUrICQ?-m*r`FR4EVzY;B$e6076PqLOQ^4rYe zbGHTJtE2Ws$pV+cxe4aS~7=eoLF2{WchUmS9k%*|M6=1?O-{=`e+m# z6yq(9m6u318^viNPxUq>b94Mr+g?b=jT1XMS&5b~X;A*ZVAMw1K-kb94!s-6kQBx${)#!P)PnPq7+*+ePNqL(}_g3 zli(-LS5Pr0qT42AK-JszH&YKw1Fj?d0jofz7*A{g`PIwQQ^M{LLCIro1KtcWa&>+E zLB}3Hp5FD>Q)cA|-$*w5LWK<|`i@_N515;~yC8|$PqaV#$u{IoEbQ!OHU6+s?dXvH zDAO8=&I{W&w2jC{Y}`WJvFQk47p-dAP16=9`H|*$aF}rf#qrP2dqkq1y-X@BjLuoE zrjv7nliwYg=fYHJuQ7}OujatE1<@~P{Ex@5p`OpK|X?`CXnt5_#%*^ka zChVoadQtQznAHH%LL;SJg-W>W;33W4WfXArEou2w0RMaDrT-O-`KS9KRz<`aeD+y2 zdyF_wJOr&14(d=iUEU0I9O@9qkSFVwZUGrl{x*9HGcml7FiV;b@k^^M*OGQD3i{2f zzUO{@kz`4|EQ-5FthfB$oPg6PbNox`BYOlzwOR|qjuNK6jT?R)&m+hGkk_}pvX3T3 zB-~0!aUFOfx(4vT<_T*XJS{0$RzE#_pwxuq?S0UiiSe$XK4##ID(C_F0^VEF^_AC0 z$HWkLXTa%zbW1C%u^?B_wLV|WArJi@6QjhXq%gl-&?>gGol#x;T3){H99krPJc zZ=eQ+cS0}cDTZJIAUnxO$6A5QgM3k2Q`3N1UPE=xsdbzGnkDhw|Ej1%!NeiwZFU-S zqceMpSdEnXdEQT%L`e_#PblQ5i+ubnFwdy*z*J8yPOJ5JewbNaDKG{3BET?lc@W3H zgg+DR(zHWPk5{~imNNI(Ig^b?l;_T-`CbKfTf9|2hB;y7bX$XoP+W-rf+Ury0?qdS zcDe)D2#$2XGyvuv?SSXnAL2a95})gX%yV+IyEH*PWmpd|3EG^#fq{2ZR!|xt69Tx= zGns@kW&Sm5*8ES^0%=QXKntcpq;g*_p)WC^Q;v1(_Q%NzZU%2<-0lXMYH_-MeQN)z zLyWLrw1QMHG)J}R#^CRV#yX-uD4MP+TTSo;6$yY~n8 zA9FmyienGw1F*n;!J=ripatj$#`-@N0~9VLV!vL*2?k?H%)Tr3)9}M^6qSr@1rOCz zs=Ng^THVejn9=`C`{ia4qR}+jI{|=k;9~UMyZR8)4JE^+9QwGS?rzvK!D*bgSra1o zjT=)qTTeVh0`E)ZpfcbMVDeJI^~WI$WJ7eD?i;&-5qf6k4rhx#K`{zZ8iy>U(VUuE!=uKnMN1lFxzPbzeKGOy1hwK%r< zbMffrza&o1{8^z8b6r*cD~@TL9RE9~+5Wj=^6t%)7+uW(@l?oo&YcvMm5IX%JC-#V zo2BHwWxpm(a;RaZN zjO*V~{$<$s-}>n-S^ud1k|0sPba_+S4!0|75_YUrWe|R2zlz@AW&t-h$Jxd=V*BoB z-7N2`op-!P7UiP^shWSe=l0n@;EHj#|CVFw3973=He4;aYG)a_@aNQbnKLbo@2P)? zu#0$p@)>#H@gP67AoYQDO29BCZO@={L1PN>D~OmjXTmD^_%)n03^{SHV_NvYqU7L^ zF7^Ztv5fY&=9O&savPiiB$1)Cw@v+yLN9|V(vuTD|DH5j4<3Ftxe0z#mjlgjI{n+yK>s5g) zBY2^fZLqKJC(5mU4(qU>5F^7hud-u7tYUEL;%N3}$Xlg~)`RAdvVuX<#B3cVt;8ju zw&E}!*nRjej*OXp6<-Cs<^k*bX!px=@ygive|_1uP8B-q1^0Oo_bYeF)uPP>pd0_+%ByZAB6afQSm z&V;tBpQu1Qv3!Z`e89GmjGhxMku1PWbP|&1dbEjRF+AZ}WOzQPAsD2Jz_2!* zQc=cZtfID9@S~Wa1z3L(rqi59O(?O1HY<#wkLZ_J`?sy)-4_(jo_j3J&S!%Qtyn%Zo9)jC_=AUF_U?m*w-T#== zqeOM=St5kl)ng1wI4@Le!uSk1nuTWV0vbT`9M&OI?dZ_ybqjd&d8?Nz{9a>30IfS=e&l zB-G!9K1<%Zq0!OrZ^`mE3hln|Sm&q{)P$jNhTz6!=v*8<&{;8!#Q{!!w8`Paewm}v zX@5Qt=!g93Wa)a{U0X}^JuC?A0BCh((c)I8LNgMW+aLtLa%E+8eI0rPhEiv!qrg~*X0HO!kT(00 z7(~-=x#UteCw8Y~skWe|1s|vP0A~=rlTC&6VhBd%Y!7(v>)i_p0jllL{rU3?rqDOv z9E~!KB2>RRg>zQ4jW{YFUR%Mr??mDO{>_A7d=%9)d?d7+LA4DC&&m?){Hc?-rF+K~ zTRGNcqhpvU`Jh<}jTE)nEXQRx*7J_ND>>=vThhzu@BRjF8hJvpAKY z7F@1vZAZ_2+YKhSVrMXBCB0YH!}8v4`_{`FLp{G&R6xT5U1=|m$s@1XV%0(KC0$jX z6KBrw2LLxp*6YpYgFSGbXz{ETMT1Cd%Ty+133cd&`57n|z0e7X&nz1;BVoCp(QlPLpb+7+A9TU&`ctSC;(@kT%wm&b%0qZ7EZqOmlo8?fUV35Ub{RJ!QP*Y- z3|zsPMZb8V_ez=E)UjQwis+59vjh#i)ByO=!VQex72Or-s4G>nI%G;$2r{a)^CF2S%n^E9PZI7(jN({=kjwQ&d#60-2@xGIUs>wbM#f|U|m;vCbH@4uGv0b(gX#*3=ld8y*?j~#1QWA;xGwSnND zdG;ME8ykV%2;n6?&CTuIQv@GMc)^{#qxt(i89!88kN1S93y&Stm%!!quEA1~_uDfN zItIa5xe2?h?Cu!`nYY=%0KC7?Kr$rl+#hFFJN@<3w-h>+^&0uPd_UF}xne)j{rRU1 z-Z>DsI0awwOB|k#=`91p^!H#XYcH3WY4#<=ktK>SEGQy_m<0qRZS^8~MzrLN}?kaI!;$+x1TqcK90w>XS^3aHmTKuSZqF#fO;HhCYJ%#dtk^V_2 z_-OF*e9o0H+^T$aDe7{yU_>rYU8bqXY@dK3gYwm%$vE#ZshOzy38N}Z1HL>TmELW) zD>oeDy?QnefIs1aM+g5dL>89BTSG8jS5&^bz4FT(9|{qs*JiAjR>Kmj4EP_wK>jT> z1_wRXDB!A8Rp<>nvT~E5-_puYc}{yQXE=DTwRUE7@5$IFMkhOIp2xvUCWj~vm2~P6 zlDulih2;yg$_H({WTo*_R2$|qpVyadU|njz*g=i=(|hvNsCQe}KHkyj3*L%bJ9|<^ z`#ZRx0{!HzYMNKZ)hi}`Igs>1D)QUOL_{T%ns6BQTnQ-W6BZP^uiDAmyw&-6f1J&G zk9CR1Q2OM%kEgJ&&d7l~5I!v!hTib#K|4f0ZcE(XGZi{L=zuXSh6U;a^Ma>vCn9>& zUt3hzr)4`AIsZm}g+?<{n?7kBoE)Fd!DAWxc zF5f>opn0kY@+`d6m8p7B`YK9>@nH3c>4vT$1kidpBtMG-x({TYNrN|o$yS)$z_<{R zf;z833ToAp=~(u4XAINzu5sm`(N|5|KSVNz-GE#XeL*~UIGPE@6vmG?B83mKbTzSy&fi~VK)SIq1d z0PV+5E%C45V=D69F@Kw2@mT7Z?vfpdxf0z(X0d3f)$a`Z7ILMYNQZ-b7pL^or%%lk zWUl(=bg$?GQLLf~6oT{N;{M(}Kr6@4fmW;z@)<5V*Q%5B=IGoTS7lC)vU3+$W2TaI zF1m8r{81LXtx_daN7e1DVqy$;wAdNu1Fz6^AVg*n)qqM{%1qY@jpKFiC;t+Vsv%sg zFtGA9)7c5e&(Th1v%Mk>$!*Q@b9!hQ9C;g zr_g;~Q((xzb-Ep&Dm{$PzT0k_=77g>Uc8J0@NSfRprS=-rSXyuD;)S7`QEd2QuZW&%$+$9*+7=%XNYt zq94xIh0b?|#SP?zFY1U(Bqz`uKL&6iQug9g_N?2}ifz35DeBgn4>qYQWSs6kS0A4! zR(m4!R;DEKgNZ@BnI(){kBGm03wr&v?y zxE(JWVT3#oBZKeEx05*NH*N4Zz4lVeK#az>)?9wV2{crJyCW|ocH*HcbHy|zez#RmrumEx&J0LB% z+#flAegq}4N-oqLkp*F@7wJ8*KxAZOGJkaIG8AwaoM#dIupoaf*6D49M;{Fy&vQ@gISPzlG9G&!emc`wR~!X z(FUgLBiMrj_SK79JL<3mC8w?;HPo=7~8EvOvX%Z0E$?(6HE3= z0^Bt3e3Lunqr%LxXAd}raU@x!Fw}mN6G-CxVgSUG80K zzKCVbcUz5r>g~hRH5GS!3UH+*a{kFSa>$s;Aq&SNLno*ClRJhIbu}rX0TU14M$+~z zRegPZb#=g8WRe9zGyChWD&@wvZ*^N!g7iZH{-hsoST{K1Z$vSiB*CPP@AgKcIByqJn4 zsbN=8L_$Jygh29kj>&bGlG3;IT!1Q|Z%~y@a^wv9P6AhBmbk@aI z9&0Z@sB7L`jdxL{N=k5He6!sbW@#wFm(zzDE*+*y<)665t;_bxDA@=*b>3m$!%sB+ zLsFC$7yMb2Nt$JA{F}6Nbg;>43Op zx`A2B`LV$*5e~87HCVYNO(d0%f5vx)m2Ac1%WX^%BFqbsx9{8$w>4h5VGAb{le9w{ zpM0v?3FTWjmpFeh;Lv~hVgzNFN`Ayx{vFP8zYCl1KTB79G}|$PG@vH z0Qe-?cx!X=8sKp_Q^~qZO$8mFKHyo0@BNu1y#!Dj&S6|6M`!);&-a#;$Ul+Vzy5Pp zNO(AF43kxbmkU%l{j+N**TF-uTyNxcMKQ^%=4Lw~I>D}$ZDnyu$=A1!7Epw`ofv6& z@uJIKAX&CC3NKHOW_(tPHV#bpJgshFA4BPl_lHhm)y@j6EaSU(C|>fIIssHIEkSKF zp@~N(;5E zzL5G3N>TFnlkf9G^Eml3gbjJ*EY-F-&SJ89?e^hZEzm0vq3{-+oSjP}H#IcScG}EM z@H<40%wD0Vaq^VX1BrV0uBX^;l)h z-4+2SJsG|0Y1I;29AY6Uh;>m|;}4363>%AkUb+7f>=87b6_44+UV7m`Mm-Z^y-Y+I zOiZV}7v|^i27K^;kcsOffRQW0I})FYxg(O%qqem5kg z4b~*aB>7wNMh#V+gh@4&(U`9lz=AgnUGxxINd#)sQat&gCmWO^|9s|ye`zVh+K^v3 z%Or1$owJiuY8=$FOt863p2XjX$~G`_KC9n-2Pu5KSqz)5hK}YIDhwHK0nF&8Nd~5% z=!7-h-t_`xEW|Mcw1L&kfNgh6Np14nvPkp7aoJ1Nv#+_dgd)lwZn!j(I>G*mOZK!i zP6)QU=~`s2jH*Fu!mJ16SnCyHh)c_l0U($f!h-GM7EGZ=t3ba0Lrw;2^U z0YDWh^cwGnI27Sc#Du!vWaGitcd)WmF4eD;wyFHWubl$KR~?oFFz-8b`+YsabGiE{ zD6n}!z8&!1s;UFxg#5deJV+nXOm*gLzVmo}XY=CQKgjvY$mGkia+LFN$W3@H&%2?e zumZc@K8gqH$`8iNZq-;KT0=+=M=At0#I7bC6dX!5L92o)*$nv#&jbT*{aFkxHoj1} zt>o*2ZyhxS(#e;vUooNn3NkmGTWlhvER|y)>>2WD$bCnWTU;DAJoaJk9|n2^h}ZG# zZR7&DLM#F2DGxMLxMJZki|iUo%HQJa5)EV#S6ySg&S%pk7)e#QRc;|$C~_1A?_PKgEn#{AYjGvNMl*|boXDk@^^xnfL5X8t%frn|cr{Isyw_+PM{1lz&5 z<&T}ZC_Bn>;RL|XgsP^bWF=0?KmLI$v%~&bYvCpa2GZyrK76?E%ETMC6E^)@izEHt zfU9}BA2|+voijY*D)v~u{fD{Bg{o15ktgV9S5}_r z5_f4mjbj03LJ!n5HTuvB!jv*A|SzaIAym!jsF~&bGoi(9<+nNQ*NRHc^zOFjy=s1GaaK=>asD)yk z(5J1fF7K-Yeo^+{jE>$`vhzFqilg>LJKQx>N)pw#**zrOIz5K+%0*s6A|GH6kZ@uj zxBAN;627$%5}TeD2O!Neu+~i&a?uuIJ7-r%p@)PPkFD@%sbitRH7)S zCN9=XTGZZpmx4kCggLKq058FnSY}7*kpEI&75^a7{>W_UV^8S;A|ZTo?)JFGi`h5= zE&1`QC2_L7FY_$UfvllO3w6;dX++aDV zqmx23uWH8;KEPXtFH(+CcJ!l1zMzr`_S>vrkhJYqS@!F&TU5A-3_<*Ug!vl!q9p2X zkh^yupg(pj^*9L#q(jS@pm@PtG-KK*cJ_l2XTw0EG$P1fV%qgKbkR~VJIQXv0~{P2 z-n-4w7va-F4-6gh2Vl{t=RN_A@mcPrnzAQ=Wo-gI2ox}6vo~{ea{VQe2^S7uu;^Vo zZfu^toTWgY;2Jua!XNL7u@br@#7gzMmpIXQor2-zg9P5i2V^Qu?ua9X&yGDbp}C2e zwG`3Nz6fnP2s=>X97mIfnIaB&e}6t?HaNOK@i3L)`xl6IP2lFWylym27%aj$ZB+aK zLYk%-F7@*^bx48!XJCU7R&pB(k>J_3{)U{{Lg8N`xi?`BwG&-B{1!m+F(khCVP}SL zpj!@LQTHP3hMZ)PH6c85+azgt%Q`7Yw);F6krfun{Bn>;d+L#KIDCEeGnytn=#C8z z4TZ8vs-(>2EiGkcc?*g5ZJ84uAc2-v-S{+jIm=M{b(v|vo}qaJ7q^Q;lVGui z2E89TJMvS-ZjH!TxEm1`nTe2jSShAV4|$^qmoRZ6ODGA^&=78j;?MD^Zx%u<6F-#6 zG;m^ZKGIe&ep2|GaWuyz(kv5b+_D z7Dplq#`|8iY89QqcjJ{&YIxnm-ZW8kgBHNi8&$6`@g^z?KL(-7?3?jRU*i0a+Z0jIa^P9cBKc3aB3*`ZVyq|)Ng+8Z@Ck$ z?k6vUr-!SQw5v?BT~t6JLe8cklIPrN>sWQGbcrLTrfj*7XVV@xseBbMq#ivwnuR3t z2vQ~Be|Te0%w{)UgYX;?EVy&AB%@>pluA>)$kGts`Jd^WEAp3nYY3lp{D@w%A+b=i z>H0X;r-$Mp zloeh)X=9^0WYn=MPbI?R`Z)9Dr8YzC;lo_7-arqGY2jxS5z)Kf+!EZmGy1;XPbVdc zJ6_XxMnNlk#`|Z^t*dD>FsrzA{rX?5rfVPG)r$%a%GLQQR3eJA-f_?J7v!9c=teNC zQ%5NOMG<9@u`bmG6U9#s2a>V{k=`7L9t=#;=+m9LTN%*+KAnLCdYaA0+Y&g0l3KB@ z)a3-7!8iOfuseo48E{e}<{lfP@VY0)m#S%nh!l-9W_`|sY=oBZzpA!89%nx${XcIk zmFqYrQ(t;Zwtp4npM1_LHRb;X1Jct+F{40*A!cr>KKWxcg_(T6j@<#lxDcpn(b9~d z`*OWiEU4`Jf8Zi*N&8mmXDJ9AUd~u@za}@k2CjJXD67VE!{uBtr%X1gk{2^8y!>4A zbuC4dRc0XgTb?D(tno?|58qw^>*|AdI2>gpH_}@RO@Na zIN<|y<~^OA_wlJ9HbZlZ6-*BTulfeCl%yqckiCK*TKU?MamPM?2Fzmry|A$GKOne> zu+G1qQFgXS?jTyXcz$3csr3jZK)6wH-#gFjuq-vOAv@#LkpP~tM1w2QoMH{J{$RR) zZToe=uEVu-G@%chk5s6K*q+25NHT$EW}5Ep!3=jHWna!c-qK=H=YBZJ$H4y@`)Xgm zeQOmta)&A+yZBfdy(WJi;0{Cq7(a*08zXAw3NxDI;;M#qkcgU_{}~z#-|h>K4u7Gb zm#NoIUAezGwr@^9Mg3VWC!W`SKU{z5dMUHM|KF(${ymx?v@=pQg%z?EZA zGla3_Kd_4@kx#p%nNqu`z<#*xpnQLeL}6!Vhe;5M5hS6ny(I??qgi4KM;h6C-a@$m zs9&!%3!6~dEA?b{?J9vCu5d`INk=G~cT}~2^O4%EW7aO4eRr25=vRV!=}MdY#8v)r z+65I8Bxxuy-LXIAWp)?xmRbP7eMj2C=Vx48Hp{zZ#2y-4!Mgp(Z&>EE+=jEjDE6qJ zJtOE-dSV{~E31HUA&QlE@7{qN-kD_-(!=(WNlh;z(=8ZP=Sl~C74dU}b^T2qd;$W# zGw-hg`gQe>YU|~`m2{vhRf{p$ieMvC3;pwgfe(_5TnHL6OW!YYqn5`;eMk+ucPyut zfvM4~jzg(wwrOsoCaxroc>H|t+xZV;W5lByoTEy6u?$t>%-!q+l4FO&;5PdL!?G== zyBwb??7EiSj+fCyDqrjCY)2^>GZ0?vRbmARkY^!sc}rbQD;1n%^L?cjr)~Kj9-CH3 z?ZYWSCjCe9ORh!*kDVWdMMWrfb<|Mt9TIrQnC4Ps|`e zBkg#hk^y5KZ(RQqa!;+!-TiK!omNhR0y;&@!C z{WS51K3GG9$^bs4t{&J)40^9aTk4wJXx<0h%QnJb0QdGpoTiBM>#0Pk#Hai1e9*|0 z<`SZv7CI5iWI5L4g06tzjqn!SAiPRBF)~)F%&@Q^2;Y zD`f|I;)hm%-yxI`6-8}oYt2W+QdBe$hjV7=HdxQ_e1gvt2(8>&=37tqrhmhRRnK^U z+DSI{_Xi-AT)%cL2bS!S<-<3S1&+L65Z&(mD@Aq0?O#ZW?B|Yy=v5AK1?$Moc)d@a z{P7lhzL;{2(&(MX@PN6;`WJ>1ymxh!4L3T*ML&2N(bEfuJqRObKuvZzj_ixE4460O zphRn6-|GIWf$fwW&ISIE!32B>pnyDJ5|#?}Kk%4UQwY^qG`!<@6nYuh z*&8CDCE{2ms1I9H%o+|Dp^6mP=^?sJZvInSuuE50pdbusP`HMC^5 zQ@bk0+SW-&oG_XhvB2z^nsDxkf8#D=nYgT?VNU4T(UBUyht%Nx>U(m_jWgr{gFa)rB^`ceR}&U_z;uz0IgkHgM#Iiwu{I9r-Mm({v5rqW z7_L1Mki$h|TZW64_yKPN!ZKH;#AJ5KqnDqSZDHR)RZZdQ5@%t&J9H-@0jr&#z(S)m z(QTNkyvu%bFv;?5_`oloJ;PGavO-OBJ^scs4rut2nM4C7_875C9bf&Z_FAFqx?Jvc z7IMoMBwM)G8tqOn0Q`FJeOHG5CEhX_BV+2}($AZF`~ZOw>jM@?TFhI0)q9saS5RMI z9mO(g&pw?~&EB`>UC9+b!ljw6h@gqRpc<;fqUlX6BNhMoVmm6e3ycG93Lx{JC0FB` z%G+ANcwkfs-vP1%8{hG&<$m3mF|keuOaG0`i5%xj!xv&1w3J|Sfj^>~u`vsE1Gi$1 z=nWRbXOQqZ1kbOPGo>3km*w`aDM$JKH4P0iGzsf;l~cZ=hGT9w5JdF#Fp7cVa_7SV#oJp#%@ zBY`^tKR|~)$$>G{JbtJR&u`Kboqj}D7J(wmU=A1>hGFksnpo-T=rF3OjbbPBQ51vt zYsq4%7rMc81Vw0=gTV&nN{+%dTBD(VKk6W0*uE9_s;i;6M+?=~n#kjGJk8V*`aD2= zX*+r`2t`a4XF-eEjI%fFu0|FeoL}zMJF|K!v(8QM_>7E#cjjiRa8$;0DO_y zPOh~+*^Y_LDiApC6Q^WcA71rQk#Z)*gMU|Xu;bnLe=F~c03q0smST;gh|S9IgR{OL0($HUAu+hU zAodPD01TtB(3I(Y_cot9yJCb(LK%5Z{9Z47Nq8;BqLnD0aAM1Gm?8ASwvk2`UeDm7 zcxxKd!&+JgkgLA49}_^})_w`vP^qx|1UL-|_0Mnb`Wm{cZ)3MgJeg58ts~h!5@)G$ zes&Zij@p+nC1JkXke`@DDj1BkFeXIXXA4UKayMT9w|j&~ip-0O9lmR*a??T?sCs`3 zy{*|)<(EMBC+O-6IKpupv=0n2)GdSBpaco<`asNU$>=C2uTa>gtRnWo5_?O%o=Fdb zFT2rN#Wy!Kb=ZGZ71pMv`wRbKPe+DaTl{@rgVT{CcS1wgO`Wi5#z%CC-o!p8O>c+Q zbwcMzvOMzOw0|LlFDByW@G_o{v<)SixfDwIT z)4yN9EL2sd1u9Hyo_>w&i?IcL666xe^w4g$p{$JB`xtN{p%uB&HgL)FX_sDHDR2-G z|NCPLb_&}l006Jkk`zB7l=1RVhHL2f_x-I*VHW1S@RU5jNe!BK#ydQeP-7^6?4b3M z<(X%jOF(o~x~^Wy(6!H#+QzRdq$dL6v7QLegA ztAW*#jD!WwgK8T(eZFT)ZIl5n5ITl`bJM1QuXW~G-OX#pY%C8W zezY}b)kA}*S;o0p=Z)h*QL2H&6ev(bGL|PINS!gaQTAq?tXzR}N{c}MeDud;`dy#4 zJ^E? zW<(-nymZm1XrpJYL{Rkae)cmkkOyw)2oN;D_Q7RG(E}PUw%d+RO}(@XKZ2(afj~;n zDNE1*G{d+`!-|8U0*l9B4%*gnO!SfLETF?VGc!y1BitRsfZ0*l`M!Q`SL6>fhx zc_R?l_d9U<3*hXisfxl3dowdL|Chjw@|_H8Hf)&w@dFQ}GDj^4L%L>|Ph@QiTs@|P z$`xe*Z1RYQ5JUoD9AK)d8=SZWhuDWnU}@WT7gE2t7#?)`c;?A0FRLX@-<;(%ELf0cXMz&HXtI5 zAm*cR_%S`5E+e8twJ|D;Kay{)3@C+@lM}r^5xP3wnEN&Thbq;LFpPy=plHyF8*Ct$ zCQlKa78KQ3tfK-GapVaE~JrO6e2`l zLXCV$SIkP&CrizFq|QzpHy5bIqr*}xVeedFqpZ`ap3V)cjnXXPHSqCcx@UklFU=Zn z3Q6MsWK5COxB!t_|D3lhyJF?r7Jg;I9}1 zkYdhOl+_+;Lw%0K4`QBZ5-EZVq-e?{qA2(y(X&f~uS%g@AVn0yZG(PM^{YKhF+uz8 z#g6Iu&j)s{U?wJv*~pfmSvZd};N_#SMZUzs9>@$QCME`d*gYe3qsOhkMu&%CA?IDX zH-x!7Js?NXs4JQibk942S5m71vRE53)3QAYNr{R z9C5hir778)RITTmqafB@^G0b4!f@0qKiZy;)`49Nj9a#dcix1HS9G)o`s4-syXLdNUQVwkO0(%vJ^azTl4Hl$ey>!J)*e*jp2C&;8ygG-3vZ7HJf5i&YsOUdO;`dOM|2 zt(nav73U(B3kkWZDO%hTjZGZEb1^jFMQMrcT-Q@R9K%<2Q&8vCa91ek!N&K@YRpny z&;(RhOBgo@+3tP?zq<@i9p!y<`VaYGU=^ngngXzlsQCE( zTr~tA%-VjqHTFTKy`_y1uoM}YsIVWXsN^=WvJztL{&-pa*W1Zx?mU;Ns_Js$B)i8u z9Af9cu6zZ#cZYSAUrS31x`;EES<>4O5rbtuI=GZI;nAkxR)Q=!S;`x;2ei=p8>)`# zFN^La3l3wKkuUli8{cU48;BUA}4+>EZED z!|4fZ-ek=zIn2cxdU|@=wSQ1GEoi+F-wCQ9^cySdGb07|6rkpMDJrLksQ13>5d_CU*fUP zP;&hx-JuH(xC#{^*+6t$sUq>O{*k!?&fOOqM7Hts6Gto9vO)mvTEJo+BRTQ?dwW~k zfxC)gcQ&(db00i4i$n;EvTD+Hf;@s96r|bZM3py?9*8b#pDOT(VcxwRNmNBR)L^3x z2Gg;;=LOVnfbzu9s8XlBo`evJ!WvS&F}=ZV5Bxu>eCHY2*aWxC8L&@=y*bqK_;C^l z3kdbknwnDAv0)u8tB}T^Lnf;HHkLcckO)?Yz3gMBADz_w-yHSxAT2dGqC@`gw(EuB zFHsxxi9(&cL4Qc^wGhP+mnE&V*DH@Xf>u0_u#Jq$x%^?|sq8lNdNUGIi(o+SR@lt; zsyEiw@{5WRQKI*+WAAU4t$F+F9(p4!~K#_#z83Mj-x5*nnJZhN)Nsm?US6Sq};a*5Z+Bb^G~Io(q>ej*Ua% z@=i2k<5k0cNOrGAETW0JMO@q9$*zpL4DsZJ29OiS$d|*Db=3myH^Bi3iL$4?@ECdf zNNGxAs4%{hT0)+n1TFJ?P}Ysu`zBIUcN;sq@2_7%y7f3BCr4E1#`Wt}CT2mu&Y(?H zvJk<&=fz=p|1+16JaQljG(3TL&1qKQCHeN}X&~#IXes2~H$w>sXgQ3yMcpw+QTV=wG|eDwHUKy!2?<D-v2nRYg zy`UdBQBjZPP432z;jM=eMEXfDDCmW3O!Uq;bVF_RxZp))ur`Cfd{7Xa>}^q{G$6(z zm#%5tm1};9DmujYC%27mWsfb)sX$9`yKlncV!nTqo=QqA-^`X>m~i54vlTo6?qL_J` zcJhrkPyx&)aI-r8wrh%2rh*jz@^gBe)9Xvnvhmh8}NZF$dtp}>4 zr;ZGRSr#`Q!cNH7#FtSrj)MaUh!4PdUCXOEbc-M}An99!A~rApp%{CZ&b~2}_5aN$ zb_ghw`NJkVm<<))ZO8@-1KZ(DZ{MC43O}8zSL;xjmud!vg?#}ujx&eaUEAHBzh7U= zf_>x0cZq6wo6!3Or{>C3Zp)Au-~0Fdef2M1#PD31P4V89r1%OPZKQ6)Y~xUG9_l09 zv+<^)e+>=0tM9(zma`P!f8L!&YIuYePl5(Wp)1OQ#Gp|h-1cp#awH`5!s5b{3eHjX zN%ZP_6NF>&k5{!Vo`yO=WrG`0rL1}SCF#Nc^(P*qu>-XH;N0{{(w#IdIX10l5j!Th zhjb*1|CIG7Qe+PeARmHzD#2s1 zV=ZgvTG4_n{;@>P#qaYL%?XwPj{oVUs=S?%;88W=Up~!6&lI!LWPKDn!LkvB=(~KY9ugn z3YUM@O82ZrSH{JqNblr6vyF22vaH;09YdIpuJ!pyZ1KIY!x+#VNCD-?3>B z$S>fR!|WLPGu(_vxY7DdTwGk_2ENQZB+wAd@P8fF^9>}hkgder_ zFx9)Yzf!c9=1r9up*N{py`zBxvTJp%U3?##&SZk%JP%;0VLoaF=z*`Dde z^Zj>y&gv&bM(2C%LGX0#x>#L}+D2a1EpRY}aD@}e;155YWc>L*+Rx~wrlwb~OkG?| z|HNr{C4-^>{w=A5b6z|ddfG+Y`+(@9_H$7_aB z6M=gz+rK6v58QApBgYWnlUev9^K6>pjCMw~Upe9p{3dc}U@!5Idt(!77CtL3*e-nP z?(Chm6Z)u?Um^#=C>Og6e9#F!(A289ejM;n#bz>M6a%2p(#yRzbX3H2kuiUhY^R^FJ4vjElT;ORJvO8ti~z0o{_+#;I>!>-|22^}Q4!Q-DBWbv>gO>0 z{i64E*Q_ne)hDXJk!JqF2C9w4=--#`XGGP(}6pTnU7S$?!-M-#3Xl+)vqZ z?5Js2RLWf~4b3}Ch5*8s0@S{a&vYI><>G+)*@o25X7kfOaa}}WK-_)rgwoFju$5e6 z`x+eL52DUdUb!j*olf?L)OuQUJU_Js6w-dh6Ti4Gg$=Z%sf@1|rE({JWPTO05>q{_ zS+_7QC10~v3oYi^9c*A$nFGj4LgHlax~(cyvd+;f-stS%m%YpKjJqemnz0}Nyis;q zYN}rJyg|?7$Nv2RwN|%5zR%UM2owr5ljldMJT$y##paPH{=a6oC+vFt=8cv2Cn^x> zkvnn1+u|XjqEva2I7%lbC)fSt$uS`Eh=zVfnp#?L47<)LbF0sP2f6?{bO9ol8j|7E z_uTgQ@o$N2c4x0O&BOui`j{h?p(^m>AKbX1LO=oWSjzrxwH>CT(()X<+M#AeeY!?z zIzQUV9NN3S*OVOO`5}$Xvb=`5fErK)D1Z>u%KSU#Y1M2a%v`j)Ts=3-!#-dwaU(@&v@!bm09M{BP`2eqKAFKB-sQwHm4vUj$9uB= z*)t*Y0v^)DA;)YWwN5Kp(h0Qs!pyfM3mn^@B$hET@oDI$dA_?=SM$@HF-SV?Mc0AN zJ7Urd4sCo4Yz5^2ME3rLsC)Vij{J>9^AR>%S}l{Lcyv|Ap9Z$|-!r2dG1gPRc6ZsK zGgTX)Jymm3qV`CXH-Ur$3)6G zANFm%4(6Ej4b>Ci#udt*uojbMA_`VA`amQmKOE-3O63d+4yNlOezY1H&fhKKV&ziW zzyrQ|<;oq!3vs*{I$A>Iff^0&)K4NXEh%y8h9mn;;WL9+?l$md0m4E#5^29Xy(O|E z0J|RM&!AnTSwCJH*5co90wn^!Mn?NM3vkp(UPu&D=aToRapw%W9aK(kmz2LN4Q5wl zC5}@()D9VFw=vJN10eMVZx|(7>sz@q9|C9D6V~5>R}DHU5JdttvBVj1FEjkmlP!pk zMjO>gCk_BoJA3NKk0UUYG3DSNHiEv@3Do|YC^lhvpy7}_IBa+9$aoLe58$r_t9J}d zlI|*M9TFpc8k*r_{%LR!ro>{bvFdpBZeu-B7a15B8veTZMW)X4=8g|r!i8m42zlY) zf~$7$;0stgGAWilBPvzy?TLxyDmJQfD}!n+i7iPvu+2 zXMc4}8$Q6;7wt%98r-Ta(oRW4{;P?p;E!zCeapn&OIAu$w5hgs2+x?Yh$-qi#_RSL zr=;A%HI%2xF{m&XGDXz_dVi?LVB9=78bQB`qO6_E3`c+hWT8nk^q)5{7w?qnD9d5y zI)7&jt{MZH2%2N_DCpO3QK*l=%zE6S2lN8D8?mwVCeN|mOoI~>b;rI6xdbPoT8yyr zor?-P4lo&FfoBZf%#};Ol5Tc&vEWEP%~tZ1Co~=a8roOJ%eq|TRoI8NS@*fhiu7qF zzNrStHNL^SGUA*2J=!~5u4d+pbGZNLX>;LB0W1tbY>4L}SG;1Emv^P!xn+m7+pT;m z2QaIh#=>0JRZIyp^}T>ra|)Flac5ZCyHxfjH60P@51C z)Xy1l&LzPAF)+r-`G!Cz18e0lwXH01IowW#?iv2V{hW5-Qu2xC1*!1-uLiP!icdzy zz5e>vjw-@(4dYbsYH4prEQ~KX$$_)wF)^&^=$I=`zLD3bd5oDC>feCuL3tlIUi zABo`sgc<+lk*_a;0a)VTWOYcdd0T}K?pYW$Z)eO~^_58vqV;y>b^C5FH!;8gQ z*D_P8>pNEr4Ws74qXzZ`t=&5U5~2M5*nHcQOnY*UJd~G~o;>CIs}~7dRthpv#a}_2 zWrL+p^(n~8nsy{Hz7e>4Udp9k)#Ymg0MUi#^JBesKXl4+qxueA?-0SP6fy6o${01{ zRK>VDY)}Q?AUTi;Z2*X{!rZU49D+}qpIT+|oQg!U=opj>GRIxJ2Z6@P6|Zj@i*%;x zD>%~h-1&voU^Si8h5^sb=Xcv~g}z@5u212QK{35SEaDMh9?j2YGd+TV2-6ZuM$^$_ z$7I+;A5^W-?nTo1>4Xc0u(bUp^0HCJr~?f$K@QU7ojUsIS)yyT&PJka8g|(aZZak_pfX zm3{jNozoTcSxkXYlLpGPpD?%>jrU_~Y!W-e|uZ0k2o{Z|}F~8D_7a4v|1)S!B z$M6=7A})q3%3t?~-%SJL&tNUhb83)R(ulTUFkSJ&6}*E~#NXBvpAx&%;#jwi|u^pS5diIs+b`lz0lYer?bYW|{EE#Xygk-mIp= zN&71OW|ih3-pPXA41HclbC^PYSe;OJ@zSMplf%l~4V>K-XTKvdMU5tzz@$4ncGt5R zL|y`TX{?LC2oNR?w(E;YaJ@c8)@zGBbyH~*SE?{&X$VQeygS!5T*G_^*VDYp+2A6> zGo3kRYT3WTk*2gc;&cv~AyBuWWKXKLH zGu-cB8Nl}WN}((En>*SfVQInLNfUb-V8VpgPCAGP95Qmb9jq*tO=CVe?(T|X$)tk> z2ZwKq9D!ZCrjeH8#rHtCh!Gx^zjfmh0M=2n_$n0mKx#iyP z16T)9&qfcRV&GVWejWo88-6W|k?;O=e@ShHUgdSy;x>zcz9C*xEr6vF3yT_om#w?6 zTV_T+aF?X_*rygv#>zUs_cbB+D$TsR)Y78oV$}ey+PEkKv&(UuVCc~Z7ug+?Sv9*> z#EB1sgQruM?<%;9dn%I)6po;V@X}b2JWYpz1hcaN^Vp$Ha=3DTYs0MiP~83CHYR;> zDaZnlZQ!yOHIE%?8Z|QEL|g&F0SFmz1k_Si_CMOX@S`6#H84TP6DmPTLQG-QXwC3Y zrZt1ThK?9=vw;U+&hE3}zY+`tRi&;JQ$TdRqwVQ0aP(?<=+g<3Cb5O2kc(qDc)-RN zT5+LeWdj%30D{Oqg2)GTN z_JVd+bu}SF8uT8QUIL>_+=i_b-jd69`Og2w0QAw^*r|Tj=C=#;o{m33 zR>7fsUk`Rk=K2c{Fg_0Bg}yIk>Nl`4-{0ePzO)z7U)rc4@I_dVMX%Y3SGn7^iA_gt z#aQ3Na^!4Rn)E+oYF0&s!tCF2xUPwbe{tmEjbKly-n~^6y&zN-aQbvuu;NTK^g4Gg z=3TJ#RsjJ!%oJTa%D!2!$F9EgMo$j^If_0ZUeS9}FyRz(iolmG&$>$7u`ULpB3|^> z9kDsIhh2KuX7HY0$q(rBdgn=MPansO##Sblx_D;$-N$(W|SYZKo~S_uc|q zk4&^+6{BJaKgcUS;%B|Q=s9-g@Z7x!Q!UpzdW3ULdp0G)Z2DAWFf*fte|v$fw*S!mJc#$Y1ITG5=urJ(v5@0 zh5_t7P_tl@m_1P;ZT*h`&Jym!kHYyCa)Xb2n^m^&XF7^$2`LM3x4{74G=qK$^hh>F zMqXA^S^DG0pzEW@$omNzPCmZlXvrXSVRcbl;ZOGm3}9OXRgXXI4Z|JPA&{?}<1PAi$G>|no1&FQK9vu(>(@D!&r!v6 z<$$stpn1GcCL-!hCXiCsVm4U#+uVx-b1N!J1D5 znhYkOnqDUw`cJHlaK#0uZ_sK7OLEOV6r#)&inT=pL>_o0q!U{5MfuoF6m{Djm)iFn`ExAb0fYzi7c1Xf)^hzVnE#?&bLQids=Iwt>>LU-qdV&8Ojzc$7uF z$6fQpeOtG1Q7CT^j`^-oMnVxBf|JVjb*<`dTOYK)r>5pIwK)0)m}|J+1#jnWCMG7L zHHI}#bQ@6KG6LM9c!4}S4mJrkAX}IU{RDP^p)e9B#@`0Q@O}xOG}9}i^S|e1Ym3&H z_b`$B9OXa%YMq{(`F7>9BT+-uRu#s^#-Q0D38ji0gx16~kLAe_IYX0+6fwe?Ydy^` zC1t=_$F`AU!Xa(S#9uAdemZl7JX3$`5=u)F7C~LY5f^rXRyED6_kR4#ITlG z<@?&6S5-AZ`u8JW2LdBKc>w{9IKXQXnA7dr)m3bWQEnqv&=6 zl-1%Vp8*cgZNRBkqdk+)k?2Z0a?$OfaAUx(8^GkRU;l=t2zTTmKo0l>h#xNaQT>mP zE|_}^>J;uy`#&F9!WKxO7wk8|4I%olf_Iq-yFG)qQjQfM)T4{vwryMR3U~i|&%^Jn z54!I2#e)6Oshy1{XrqHPsISkUG*6j||G+=& zn^%%;sQMCqu5i6=A|N#U)DSeyiPpOK?cj_ z8(BRK1(h_dfSU_Xhn zA2#-FonE?ItJ_5%7Z}{Kl{;d_xaHRp%F8VH?(+{HHMl<*4(b`* z++^ENc^EF73f%SQAAw)UVi@d6`AIc4?#r$hvkFIk`UH~_;xL!xOWx;qFwVRgX61F7peI*UcpLzNWwqt``WSZid zMx>6sGRFoxcd88UXAxbeP{???e3eJM*HGi{$%2FfHeNa%AfuxN<~H&N(B&YcPGLpa zqu10U{O&T1ol7Nb5h1Fxr6eRIP`lWHf`s#HYMxXnvuC@umKM?HsVO{fefgxJA((0t zN7h!NemUC;X0z9cNLiQu<=byKsHSDW4l;5`t<3Pl1VIL;2r^ieNDCV>Jg5``j3ZEb z`0Lm0T-vSmp@n$qc4j}!4uXODVc9)q@7Ei(b~M*ZH?9de?e%#Tg{_H59)Tx3`c}Ob z;;7>cW%(7eBiSH=;q?k0X06JAx4H!`R)V!2hTbsTOi)R#N%K0pYTfRxcj0Su{;q8v+I zJV?Z^Y;SW%M`Uxz_s2}skl^6dC~DVohxmx+)MwIAUY!ACR|)^nGMbsscC#oaUMV#Y z&{NtliEKYDitQ>T+cJ6@NkPCyoKO9f9k?1Z@A$Ahx%=&Li^R2B>I{YSHlivof!@ob z_r*FbW4_#{ymZcYmut0O+g}u)zuKgr&Ie4d+g$PFk%&7&gv1*HVO~(y1vCp_D2Rdz z2+Un_7B#*l%M!oY&%ikpn#G0s`uf28i#A*$u@eavX5p#34izNcPu_LX+gV**J$g)L z`15tmc4X$yP`2deI^)B`vksGzyzI2|#wO-FT%i>+j{u7_C1n6CgDI=iIJA?#tvM;U znQe?*@&U6klKm068Tc0Z;gOzHvP<>d%2MkZTG*q@CP-)0dus%myS9hhvqT_}q8iP| zO~d$r>MkSF9=M-D4&yCsXug7Gdz5a?8itUUe=6cxf_$(=b{52I_ona2N?%m@sl=mC z@B*tB5xg;)AM*%nHM)n~;yk*4ZjS{&_b+`|W~8aFVbQ{t3E?Q{l@3{0aE9bql(xNn z`?j{$=GhH?(LzAuM9+p%KYA{v5X#;Q*c}P4p`#vi$W$(%S?u<_XS${;u;uU(_=d3M z=Dyl6`pHPhWA(^7OD=&utw|{?!xF(7_l4mfN2~%|+}+VffgtdE?YNY@vB4z+jxO*=ZO-q|t?*39DZ>9Ra(HX)z}DwaG2h1d z*#>IbhRevYk=jET8iF!z|4ubz)ykEHJagRQ$v>SoAX_!-GP6w-aGSS=)xpgwJ-z5N z;Ju>`4xdIw8caZQ^%oFc!sd@#RB$408~Rw_S==i#*A3p z#%=pE?zTGwe{_#`OM0TVDwHLCnc$XoM@DY$1uUL?P+tDEyGR2Yz%H#n!QqRZvi+}+ z3u~{cWvBqs&B0}JazZn`@1s)4iAtZdmp$d|6W?pP`^3#5v;%q)|@*F-fG2HP57`8k>kS3~R-d-tW89T-g;$xD0c zgcO9mOQL(=z0{)&;C|lkI!H=N*>n{58g#%GmX_UW^ocCV(0L4A% zp2p5jVPq+gbvCBF%xmDTBU^6O>B(q9&;6+Av_)`3Gxg;S$zB9Ej4G?Q7IlXp*CGE7p>Y<0UAoPO#hStpNrq1HY()lm3T?hoJgYl*Am zEw21li!(;7LNNxzqi-N*)kyi3C3Y$nx}XLFXaV#IaRHDPXbEAaDYF5WFAHXkxm+VB z^Z4S)G&)h|I+UF8+Jb$|XN>&H$N#Y{CvSZ0+;`#OYwndfHuJ<2sB!fnD%l; zY(V%d|7GuF^)Ia^jriqz$~SBqw)H!AdE^ra8?YWHq)KijAJOO~9V=jNSo|#_6xVF{ zb!kyllo99%KxAj0^wM8hABYUUWXs}Xdb)%>CVOd%%z$I1u9-~&^`u8D_HDv4I9D|3 zz{AKsRM82vu?=?+!vMsNwQy@Is>jP|fZ64;){na? znJW#}z~k&QmP9!^3QL-K~ZU#}5C!kSo@ zF?vi+?dRQ1HCs52aUQ#mBU@C1r;3bDcK-I17aCC#y+3{b{46WZjfk+*4%|@?su}8i zbm7=*h)vssjXHfxtS@=^^x zefjeI?X?j(c_#Pq-cWpey-VaY$)xy%4P86c1Vr&Cx*km0LTym9JVelZJ+(Tqj0>x= zlkRk|ri&V8f&T_ZJBZ?UgmJj}2^6b;;PV8(`rTcU#GD$4o<5I&KwVSQXOPxZ0v^pz z<>4i*;D>3NJm$Hm;S4T8v$27WE;u-Nlkk}d5gTl$4G9UU&DeRKLwN69F@|qy2&k}K z`873)7U4mm5$)y|{S}>!Mz-DBJ?Zo8bO|N>nHKA2SQRPsDKy$-l*y6ti3w~0XV^+fvsVWuUnCsNRkRBxH+>C5+uBHNYIt~fak0!@vm}#~fC`{j1Ju<&ItnX5kG~nh>dYdfMP^VB zFHEK@=^q7<26*9Uf%Z!3Dq}5{2pE)=MS`thexG;ia^=12@)< zibL|Hr#KtNb4Gx_SC*g3&o9PXF`ju#$~~!%x^;Vn}kO z3+!$z@(^*R%&l9uZph_RbbUvX=vXC^VE$?{9)^BSI{C#GEsj?6yR2)NtK{3#h*l-=fL-S3M=kul|Z*4o1~dr9mj@m{#$aI4PU`C3E%83&6CUcCW51Nb|r zCA_E}ddJe1S0P)EHb3zC@*lkYHbCEjZ0GUNnGFZ<=KQ{^O4C)^m zVrFGEF*U8f*rEBKR^{%UJBn~N%PMjm(*9fMPSn%d>)L8!MYHDPj;J+>gM<#O#q4Zt zvuHBlAHVKVH`;C)NkavLA!NAbC=LSd^^l&||#dr>4E3|3*LfWmgPvI#rj~CZ>eS-H4WZjq5 zVo@Ta!yM1Kb1wA-Lrd}Q>Xj}1$k^0cP}zyP1M{~DM@UDLFC;xVz=6Hfrxkg#vu$pL z{!OnGLj+Se?`^(jqLd6Dw=pn`Vtjs&YrH-Qy&?!k_Qbr2lBJKxs;Q~Dckf;-lnHtF zO;yc_z)18oVk=EuT^D6@d zkNX#SZ!TOj`T z%KZ1EiPMN}Y-$=*;x^3Sc6u5z9GPEKbj-n0tkH@7*i0!+sbf2%_tyB`o(J$SY>|NA zK-P!@51ja~XcFPEhnVmzDH8FR@nbwNG1X;-Npuu0srSuWI)|~11E=QYcdG^5fM@B2 zrtnF#GJlJAZ1Mrj<|>i=z~e!7E|Qax2AQ9M&1=tzO81ccgGm=b2t|)%Hj6$Qb<}BB z*W{IGJcy9$=FKO;Fo`|YSMe++*<(ig-#u6dj6lko+lYrE`%6wGpWmn%sO`a7g}r-M zy+=T8GXUPLUN#x*XZR`_MDr=u$@ zDY5J2wY1dNkDzU{(lcq4;&{?gZ@~`nQwI>t8bQCu58;Ibqr;z&Ta52FBag&So(>5X zg$T;tUicS5|6=+B&?iV4HrbS_Gxbf>2(U7tsXDX*)_}7_T+#2;km~eip_z&jn$G3G zsDY^X73s8))R~*lP%Ur!Z6A~*4`c=Qc`)8P%FyFudB!0+I=cEbTivJxqye!2e&9i! zQH-^lEKK(wcXk?&GDUn)*!=RiLnX_Fk=5OBahu%$o7W+Nb5p&)L?~+P?fSC1mvQ4p z3FjUfM%Pe{^za=KHoU3sRxDa1xnH-Lx};+h_Ok$U_kx8lHo}+=;%(qdke|J|i}c|P zEmQ%Zi1~@Du0kCRowHvr)2$#1zvVpNnrZ-7$sB`~6w%$7)>;7*aKig6&l@U=HWh>E;Eqk42$co5}ib7VUl99-W zvYob+QIgdlk#$;8Qe-C)CBpA`bKTeHbKl?J{dj!tKe~$Ze7|4g`8=M-Ky$P0YF0WO z7**0^SaZwyz0ms2F(2Zhza%I!icFxbEqiWH6<0*7ao}q6B+nZy{ zT)wO{orh_Fp+Tc0b&zJLD-PxBWQDQ0gy)p905NwV`E{)$-Y5AL2v)Aht3U<#*bzkv#sHms zB=U`SCdT*~xb)oN5t`+K;m+(Fz?nxJ*NrO1B9J!f|*xW z{kLz9vk<%1oG1Y&{^ZFI7`UfWD9sAj?0=241u>``7TCSp0u58^k)lVam&(mw9wPVQ zzSBF1%w;JlAMjHIFtF6*k336C_|WIjoPN7qAc;ZHtn?mb`Xi_JZNG=zfCZA|>&JWE zqjJIOnoZwz^n5Bn;8N@QF<_0vQDIKjzHq_rc%~jzMf3hXl!80O_W&1pM}=k#PRIzI zqc`;jhP3oFjfwJ;M1Jmn*2 z9u*f7cIj|!K<$A3>4LaGp$ebVheRE%TW(`rZ7*LY;|cs-f8jLps!`a1PncTa>ehR1 z*mx>4C59UkNeJL1vK!flFRa!Rzj*U%VIKxI79oV8X}jhkCj?ypuCN-P>asL<<*Qz_ zGR#a?9HiFZ$O3`lHIK{~;f9N!iz^z59*+gi_f^xCJXo0PS@gl8jmaXOC5gOk=}s?d zz<3qR&DXv%E+A)MLq=q-AXh-Rsh&gzAgY?qzdH6Hhkmx@*y0$tEQmpVonc(Xl0%Ad z^0Sv4$E@jZNCN+J5;+dGZfeA=hffFf-_-S~wXFCIzexn5qfn@p_=Yj^he?J6| zUr>Dd{+)S@5>6Pi4W8|UWm}*wgF55K#2~iX(YihzYl~=8& z>@rir&J}2%K{kLhWk3Pr4a-NF!WpAO0+b7p4Tck35BI=*(cJU*ckjgo@5iJ>Ap++o zyql?*uOlx4djP}YQ}nKPmVX1G>LexJCRoBDA@u?DoG#DzXEdUiluNn??*3cQED}Z(O0=bX4Wc-nazU ztfpst@#SKHpTt~REcP2zV3tmpkeoknh)jeG*zQ3qas+JSf8Gyy)6)A99|uQ_ZNG)g z>C;?Ntk-81Gxfmm<0skki%UB+3R6YlDuzi%3ed@VtoM)Q-uH=_5s zwYazR_!xqSm`YfBkC*=3l;HeIcwwn(SWSFLl2wXMCKA!;p*+G2nWVfOrR`Xk8&vk7DDnEZa)6r858QX26o-gQf^ItM z)ORt{I%g)rb9#C;u_`KU85kM!kDHi$L>X4cNW4tHasVzMMb=VVtIoT)JbLnE)5eXb z!vJsssVK?F80uVU@oo9N;xb``H^q(}&+=Hv1+B$!fz1st*mstA41Oz?9&T`gPNpLU z3l!1E>RA2hDQA!z3|<3{kXTX&=9MF=jDU4Vle85^P2gd5H0&C|m7 z(BF7~l=&D8-D``YV;~IyhnNH2uWhV ztoJ#XqaTQ`W5Khu^gQ=TN_ICie20hKi^f)b87N(Lec!W|>`io&FqzsTe}lX$n23{@ zc(HC5${>Q{Y&|NM8x1hc^MIw&V)}cX57RL#DNRc`w6La6aE;_2Iq3G*9o`ewq{kk zw%&H)M>8+IWYPi+sP+&t+GQHz52v*(EiHX~%9+>rjil>jLR3>`T^B{Lbrmx1+E`ll z4h%ejk2xbKP$8kAu$uFD!pz(bDG~#16=q4V{|H6$adEwV`LY-9j%fp5h=CG6ML*~y z0lislSz7!vR+v))VI>Y}c%Rkb_=zWwBd}9^=vI-{Bs?a+0&Xk43q`Zd$de+>`hd*{ zY-MAU1o;IjgCx!~%;?u}eXB(Y45Jw}Bonj+Jn&e;Glb-~c+}^wyNb$sZdElkyVpXD ztMK|KAUMR_-6VLWOz!q=+YaJ&NY4*z;T4?;LzFh*p^o(vK%8ATr_OAU=^u(!L+cB0 zRyXrZYlgXCguzx~SCA5ImKLuJ{PvDw;E!i60)HX_+zpE@X}->V3f z|NDBp8RA&lP6}?uL2@F;Z~~1Ec*T#1Oi&<;Wu>JJ@sf2MI3|PPQHwMtSQivJi<5~4qogT21*ab_L~M(>5vhyUK^Z;kTA#|l&s2Ii z{~(_K#AMb|wMO#9Npm~iTo0et3T*ZnbUQ)XBvKLlVs)8_*pk2B!%%}5@N5Tl0HXte z{L^p4aXA5K0G)WeGu$m|z{D6uGfrG&#<&waJ`O@|6Qf?|96}q6o*3x&%a?MDuur%h8k!z-8k-`h)%d2^02N(4_|3e3^hPQ& zp8f?>YQqa!B5w}XVrNmoRf~qDEn%2DO%?EpG5e?rax_}nWjs#-7%oD=gVXeOaPaoJ zg_&1J%Fk^q+QRNns+L`xYwkFNX0@u|;EF_5oS_L49_P{W;MTAV15!CVJ6lp*{9{f9 zv9>?(dqE7I#m!~(6$RK|&G5F|#6$~_|MC1RuRM7s3NkaEqncFstZ>(JAXT)>A2SVl z6HimZuE^_!o^*TWwiNx;S>yKF%Is^j2X8OxMSfH8U~SenKT)cgF&VNM!|6kRG}aUn zUx_5M20t-WT51fPhXgyi3}6ZcB>k0}d zz0jOpkOQ)7=fq6(s_Cezs>CC#=N?~K! z9=Z69xlAa-m%H2|D?v^p*dT1g!6=*0i0#ed4i+Nd(2!ly z@!ijZKV2L9_Kh%=YG0MXBSEtw_}0Sjl)UTMm(M%QE^7p@B(?g7hi@&pLrA&Mf}aip z41)Ix$xYLzPw@)q7}3fe$=U(~Rt|i<*&Y>pB_4Z-8I_Q`t} zs;{ZJspuDMVhCOZGze3d5X^-ccZz!_cdgRsqMXAck*rkN_8K@Dam^d?g*?Io1kh>4 zZuH3FifA^~@cFxHTR|#I&UyXfsPkeJEv;o4rhZ~^u{$mvGzEL=z|JcM071}=Pi{!O z`eXO%{UV;9Ld!4KHZ(BG<2ZPSC1uo$9g3v`r~Y)6~uIwQEjQxr=}rYiKBGulaiAHSRMZO^38U6TRMrejaY3 zn2G`Y!S3^&=vA=GwDGp{1i={I1<7zSg0%x-hyoQ21P0Z$wOJ_2K(-n3><>MkzT9fr-ws(g4A1JwCWeVf6N=i^3pEm~$k}0(W*oA{(rK z;3?y--C5Ge5n)*Dati&K-3B{zSlhtjKw)017RR8jr@C!)=E|z!$zrcRlV_YV^_G!h zel|Kjf|#`{tXT)Q6xt8hqt-^lI$v>AweD`Tce=?&3;tLVstm6%WV}8)4r&pQWJ}9r zb=^q?+U|AaN0 z`p|71L%6)Q&9=7eV`!`ZJP+$AjwVaOPD9*0a9`os;HK@SZ&1tEGwu;hb3k^&)SHyq zDbc0dojh$jBsYHpj-s~Si7YbDKFiYRzr2&(QY2(LA)Zuw*en63kqrV*|K7I8jZg3U z8dK^^IE;w-e53EeT?PE$v5}E3FtVW_(f$Quua)Ua%d=-2w*KW*d(||!O~`Ln(MG8L z)hkXcMfhHrWkt}@(0r!+y>{6S>jzXQQ~<6<7M-{%aEAR4t&SQSQ3gjFIk~H_QMU%3 zSEp)s7jt`XR8WNdfe9-?*=gP8Otr@KV7q~G;m`xQln*Ll2ulG2W*;W1yu5Z`Md9l2 zQ?MSD3L+=tQoyE$&kz!d!3AsHJMrzLb6Hh3=7-IPbRR6hnq%^V4V>N{K|nTj7?2S( z*kG;`JNu8$GTn%_G2dTx{&^v;ejl8^e=pfhj{R7pf)W5#wd^gz2#0=5fHJ&G<9Q=r zjVQM+*98*A)~JhjIPdw_4-xEF;5EK(-8$nnac-EcW0ijygXh!%5XH8_S{GN9NNAlS zoTvQ3{+?QV8LE%9PDI49o`OuoR@cZl&FGJ$<$B)XVZA4*>R}Jt-hR98Lb4_nkX`}K zwQq}VpuGT)0)sm6QD++d72t_SI;NNR6!gc=@zd1`6r+U2&Ewon7Ch^igNFa zwY7rtD+B@&!#4*~#5#6=GB;m^_{UJQjdo4xo6;NSha3v9Lgwek!8pUf_@?*XhLY7_ zNug>%DRai?)!jw^4T$?7*9>tgJk=F;W;E%WhShU^{Je<=QoQIk}bmkBi3Vx3@A8!b3MO&ikbM0eZUYZ*m}_5k@t*qUK`{Na!r2YeBTok&jciT`{5fS*L}wbQRG1|R)%KSr9feOFpE>9WzF@l}{t={oN#Xs@mbW_}HG- zcYuaFVa`-L*_hY)TXl_BnLyqBw$!E}9i7yS4CMft^_s@7r4M(+_TR!;J_(Xx2}0e~ z&|N+-U8SL+(b+widilj>k-ACIDzI(QK{?O=Y4o+B|8sHXDnUyB_We5O%K)Ez2n!xm z!@xr{4P?`JV>n_~)gZF2zN3SX#ZVJRJe*WR{h{_=Ls_{@A|RK1wynHCNL{*nj!`pruAAS=d&>IjK|N8>lbu z?@fVlZ$%&Zz3fis`TF_DwbqQOi&qDHmAIc@dzrMw!28dnwdWoXulZX=7tKXjIYs-? z)S&ZJH7Rv(hGU&^Dm5>iAdQgr%Ms0z!^*O0ou@K;p3Tu&+1NY*H|g=ARxwwzTj{Z~ zJKH6dtFLV_e7S$KT;=?bhumm2jfVbPY`&vi6UfpcItMFlJ-yS;&Wo`1f}a!0HUBq7 zztpqt)0aAs^p55VE4FWIVMtmXV(6g_cVjZ2slnbls+Um6{4A)H$d$J?y3&-hw_YbE zfP9=u$W);upSJsgUF!>MOU;ZrsdP4 z5R-N~Q1q}C3$nHi(1>5}8QMSlH1lY5_2xbZ4YykZtqov!>&PsY;jmIA;j%=OpciAa zZ>WDFneRfH3a7~BJp$ZId!Z(7zV|03+RU<|KDllsYcgRJjc(7T%{5ogrjAw2J_42| zg2_&I7DV)oxk8#2O-D^)-)*XO)<=De8U+kmI|&#OWj_O7-*C%5i`9(!hjzO zl_}=Sm6(Oz&{$JrGiXow8KFE5Wu= zEa+4B>pQpORoq@ZU+cFQ&+~fhLz+42zJz;!(7945FY`r=qT1a;l~^KqYCml-Rkby^ zYm=$|x}iY`qp&wUgx#b*jTjITTw8s zKsk5Y`zGvt?oj_ebKvV-da|KPwqv4OKSIqH)0;l!+|tnzz1XErkqZ9C9*TNT)H0c# zUpV>HhF$V+9q+vhp(9SRU!#(|fj`!H)QV;=vagq&ZxppVjzvv5eMmixUhdjQjOU?1 z{q;d$_9iu8251je*n4vJ<)6I;{g|gL&URF!Dxi;-K#1nG#5Hz!f!?9f(qe!Bqyc zGC+5JVbrdJnP;n~9AN zBh@3vj*Z{->c8DX4*ONp-hQzvkO5njc-mV&%kMGG&E)#+{?%Odt{tdtVCKnr-Ymgx zypNmY`OjvW2r6MLM-kC@yZ!CXN|fb`NMW_!kkDLFkEbB+N_|zc*1V7t<`xm{TvNhx z0B!VHLXxz7#_5Z>8HU9|$iiAE2dd*L@>9h!#%8*Qb5F)%%-)ciZ`U71 zyu0yMR1Re?6H-@QKFhEt?E#>pJ1kwtSz7K={?_s6T)gM$(_b~jREtYWChtG55l}v< zEMG&AftMnQH^Zo>%K9SNR^z?$Y$Mg^_~J)=CP4ApKS{NY!2_c~vB_+IK=APJZ%O~> z$l8j2B;{!tFb`Xw=c{EBJ3Fb{;!Hs((93W(<%z%Arf72~c-@{y{x8`5{pOkr{2zwU z$7cPV9~z}C+1+#}c&)o7*2sbX{Wgu5G*9?@S_7dubLr==>1opnpRz(dL*k$U2MhAo z#P7C{n$C3d-h*L3QMy;Y`1tW7QiMUUD=eZ~QzF;IQbY(tVpNgZJ(0gMFv3DH7IyY) z!5Y^y4B;nVwA>ajEzvWE7x8~H0#Wv{mq!$`eBiAHaR7u>^h#d#N|fhucvHr_ZqGcf zf#7{YV*cW1Nc4C$=s(?7y`(Fm@UmT%lPVb9D>m(X0o8pgH#G5k2o{R9thoFP7eA(y z4*@QKwZRbrCgW>_&EMV^CkGWKm4l^IBVM8tzAOeEK+cc}j%1igoj=6OwIeSc)Cd^r z+E7n%b-Jf|i8Cu*S{HXEduUTlgr-g4Pnta82hOn{c88FyyL4H_5Eqe4XCKmZ^_$Tu zB8n-u|D5SDp2EG3UjgxB5HhUV3znnrf>%B6vjfO6h8zxr4$NK0jK=HNEH$*KA?fm)c*TqYhn6zHl>t2z~2aeHH!{^#a8TK8$hzc0b?)i&Bs@-9UPnn_m^t=l?lV#7-J3@6T(U!sA zOjjkUk}pM=G5sy?2f0-N0O%wbj9^Fc9LQ4a(78U#D9}qWSi-3-HomX#Ct&RI9V=~h z-+nQ2aoJxab0*H6!(elaR*tIz8t3{Pxjyz#2KOyjX@9457@DwTPU7Sc1Q~{Cq^p%r zH2QPn6M$>(1G`(yA_?=mham#-_wTDYUjz%}ImX>>Ak5cbx+WyR|7zxw7>TdZQ0c|2 z$u{8l7{c7TF$PYN<&{{egrCc^5!vo}#dv@&a$?zE4|EL9sp>0t>@#?2rp$@YVPl}p zuvw1$#b=5oNR3n9M|!qo2tckS6xGE;BQeSaeA9>d2s&yReH77)P{!kRV(aWh+Aq=h zsb&>jI+G-|$4!ZH_-Jc_RL5#ybx9k7ii)POSYEFblN^^`=83E=xiM8#!6ekJTu;{? zEEAdWRXaCL>jJ>jlX`kwiqleM6nY67*@M{`f$R2UxJY}3R8hkCDt39BiXsMBoSQgR z>6_aQhS|ix)p~)|LG>G;Z}kb?LPs>bolLHuAml(V{P@O1IVy>8olL#f+VmSO#RC8y z(jPv*cI_3qts)Sl=Lg#g&5%2gwcb=33<~8F>?O&8Oq~Qaix(i%ai{$3^h>eBh6h*b zCx_&=r@*i4z?d;sl`zt(H6S z=47lj?2NH|4ZEmRSdQdiY8>GL>NxV4k(j~HvfrW-Hz;^X8N!7ioTEwlp_F;9t#xkY z{*?qX_Jk5ndFaVAeT(uAp>wGx%%T*F0H&ak0N@&b^nwlAG(-KXrl;^#SWOQO*8=TU ziDoN_3XDEMw*+cgB_2&ZGw-I!0I`h|UYPtN;dZiT5P*Xr!N-)k&Zzwdt8=?;^@+UpM!8s`;Q zt}Rux#G<5il7=X9GB7BJUqImN1TjOxwIuoo(PF&%Gmy@uPD@HiWcU~uv=fH5tXsBJ zs`AQqf}RS2HZHxh%Tk?i*B3bH0rfrpaQ4ps1ruWJOzHI%oXGS=jUmjc4C_DG=%P7~nfPQyK0P~jg zUj)hqJr?HW7%CSR7q>R7+oN}*eQ_l-or3{9dIv&Yc8Oqi4+Yt{Hl>?;sEirFqTB4!*pC`0YJtYss-nqipPJzAj& z?vbrJ6gGMA%Pe{~i89mw;e*~PJwmvG>+wjAm9lW~h!ObEoYX|UQ>XUmCu&O9<#4K(lPK+GPd&Kky+3f8hriujbu|4baB@3)SE)zJ7%^Z! z=wz0{?<%ONQ$%yD^2#a!BA<_`2weRFWmi{MoSu}E$>c^A9{c`lTlnOY#wtkDR|sTx z)CVL4^nwRyN#r-fBkpPid~RArP!qPco$5UG>c;TVXhp&2&z{+>WnjTG+b=OvgNbkK zjiUm%xx1knY_2Q7uv?W=`~G zjFiDWe?!3`htBB zYT!OdWlF(8M8zi{C}`~lh`*sFwmNu+d>;!-rOq*o`(@$?OH9&!VpDtR) zhMP^~gtd!Q@z`lfn7_Y2XnT2ppahgXr-qV@GzcXazs{Fj>uomZ>>~{BFoKB}xTad| z2zevj&-e6J#7fJWm8u7O_ndqY>Q}88k?WGeA+N4&sXQ{|EA7d-A2OxQQZq8dRKQw< z&6!Y*{70=ZKu18Upf~~!hj}eQ?@aFmV%&mL3ou~khY#ykueSAeah{$oC;1^aNd}zt zkZZQ@YdA2BXTt&jc^If5`N=~wycn>RfJAw~cI@#+QsTpI@Lb$bv^+v$92;lNr4MZVG^+#zXGSeO(B=3k$m;`|9% z{>~xH7-hcO#KK+Ja7?6a%1#r)R5~$W<5=WXrZ|Ejfyo3! zHSXd3B$=vzzk(>qlqiYTf;&noz@Tbf47k zhE)w`0x!I5@ONy&z<>nlIut({r?mCxN=zP?c`qvlsEH=T&%W^+ycWb*s1sX9gQ$DH z-$BTRi;D{y!E$?<`WycKO?4!)D zvloz9@@(l#kP^dzq=2T99NWzIBSP2Bcg^6Rf8;BH|O) zn)qb>$p{=LwLX9cSU&)2%>NV5V*Gi`#3|$4Id9UmI;uN}LUF=815Fh>k+kujf4nJs zkV@J(ydQ^rq8t%~grQDER1^VElE~vA%HarFy>=~}K?3qyPZ4InhU@XKmmG%CKbWxi zM6dPK`Fshk4Hxin-$Ts|!XQys;-4ei{sO#H!L`TXOfZ~UcP{T7eA)=Y%PY|a@iSre)kL!Lp<2ABR3k#9w+WY+s)LL>#4nwk zBWW00Umy$sG2)6@S??q7=&2(ENuJCX374C1eKd*kvg?jZD3bb@(ap8`N204sj7stu zbh$%h7_z=rq~JXGpZ;>{p=*?XCyi5Ym!o)|sNWA2)5m1AorUyZF z*my>UhPYo*X{%6jHTH6G`RAvlrRn+N#DxK^KtmS%rC&h43W__jl6@B!MA!Chus7Yn zS>aKsvPi#NU#IvR?tPr+IY31np}07K`V=`>Ab18;ku1IusVfH%O+zYb1C8+qT08{w zQpvX!(C4a-4?tlpaFV{V3Hv_8aG&};GMT*lw#_KN_;y#B?IVo=ulv>{?pj`kcVg5~ zOD~twr)9HR9-Wf+^W|@plj#noc~`Y7yo>V>7FmWy)QRO$s0Yc z*7a4t5D1R>mDDa_9g_e!3V20H$k!SFco0u5s0;~S#; z4K?hD0D%7(VenJ@3(uRGvDYy&F{v>{8wLFxxDp}v!6X(PkINKciD7Vjy`6tOYDk+g$!r!3lgt)m$C^G7 zl5rwz{ze>i-#mZk!qhtSsOd$LJQuqdNpkrGUwLN|E1K*n{v{$dmhbh^Q@nP>SN6nk z^RY~d2DRXfR-l04Bf>5lGG;1mY$Sy~rl`i5U3tCIy&VT_HXdu;XkEpkHP$kI$&P`n zqeCUc_JSw#o%SC*2(YaiuK#|nG&Tc3kc)%#I?xsoPnAiW^-Nx!LuLG zk1xW;3amJDeCY0!={|b>$lDe1n_?OMwQE7)-~`ryVcxII^2ZXb>;CEeiwbIHFH&g; zQ;E+YQ1~C&C%|1_EBpb0;C$Vs9tDPpIx+X|(VTpFwm16jUHM_0zG@vDj(%Ihmfx9+ ze+;lZ)J^x;oK$V&9-Yq0Tda?dwm}tDe69~C#T{wkdi>wa_e*)xXrxxhy@N7>*k!I> z)uFovdl*H6xm+zX`i3)$kIi=??f-&a<9N2# z{O#gxhof%Jl9q4g!i$WZsR5#L|0(8JH2Rk`-ZyUOEJ-UKMTqiO2&@609G1-pJh}`3 z7+;LQjv0#VT5hl$MQK^Lb;MSOa9{nWtbC~Op0tOffbmcLD&8+NYSx*zn)905^m40CSwN0%Qoe|KRU#i)0M2jBrP1$$<|98_)wJyQ5)C$Fo8s%zV zZSVd3*}~Ft^5cKpUJ99D_A)s!(YfUIqVHtok+JWe{he086S5!mL~9Z3unr=m>%s+A zBG|q`?K;IDrx*Y-W^q?roT?epgTuqmaC_MiJEWg z>m}jrsRrx27M@Hr-{6Ld1w}+eNMzHJH}7o!H4&hilJ^PIX2AXAUhFA7{Kw;V#!v7o zbL8CJivbDZe1LFhNSK0J{bgX`#X0x}6OlnwG(oAN^Yw4vCPkmYe7j=)*GYpy1a=VW zo6;rq&DXD7Y?6c@9+Vr6PRG+~AmGIWNm4TI&@n!~EMNx$4SGF>>?5m|@5ZJ!qt#8S z4!~K~e)sM8Je*7ZhqRY9nLS6qOck3R>_2rCW*XqGzT-rQ#~mAe7XHZ2wYdt$*YqFK zcIZ4z+xS-;VJ|0^%GzU>cdheo`tnj&Vw8470pr>*imomJzn{f;6+@aOnKeNX&p9MB zpW^U0gXhDE1W`L3w3pmNd6}7n9EN9}h+vMFh|&KsJ>6Y=jx%o;JNx&+!8cSnU3E>( z+eju>gHZx%i^*h&?0!+?BWJ%%;PmZRAjl(FZW`kU2!94K2)7m=YHq9EP2Ta(`IB8h zlNj0luwr53$HjI}&w@tpLyqr1kB>Wp>Ht=Mh3_J|1XVS$QMDEVi9lN@C?HVcIt(L) zUtsgX=jf2=%<%s}i%75`@J&K=gOb>%Jww$Ee)cTYO)eB9Z;7@iUv#HGX^^Qmi|%mU zYSpMY^ELG}bd(Gqg6hAdl&yhs#Z2$X_W~MjF#FyklDJE*D;j>bFo%2g{JCyawH?(; z?zuVx&-dQm{3RCGaJhVd-1+-qzzYy`cT*TDvB#+QjfF#3uUYe$v+_v@+lt!?Q$4bF zWEClYvCP1DXN$sb=ASR!61z$QLnE2r`N z@^7KV$V1b+;G3Q?*a?t~5%lr((}&~R){@xzlp?DGt|omch@m%1WZsCD? z`Ym76{)1Sp9qAw(7~2NIw?@0M;z}&MtXN&iu?*Ur)H8Q=3rfXQk;ys15uV~Gm` z8wID4R0-8t@S$60dOSx3&9JlWdRi{uf&(TB>c^|kC{&ig;1$i)`n)E zhKrR>WK5IeDobCdBbO9^#u)JVi z&9_9$wbUbMAGLF{&x#WjK385q{n?|GpTG~*xAE}%v8d+QhT?1*Rb0m_VFQ(Q-}%|`h({w3a;#gk1~?{vYpUAB z(gc0-*DvtE3sfZorhosAX3X5UAf7df{xN=GC8@Ehyo1BL9$CwvS!^4uFO@O z8zL3w-(o%d1^2)!o`|Xigokr$@AQ5n|Ji+wj3mE6s<;mqSe#&bP~-o?liBW3rQ!kC z6{(^jXWi{^pX2J3dK)4+b7|Y3s;C>6{~LkcRq*}_tQtE0?8^tzK9-CLJ$EI^V^sYk?mJaA&P@}=%I6B<3H>T5ygm^lT+UK_(}fxD~W~5EJ+2jrU3_z~{Yw?K%N%hXd1(qn$JlBBoF(>YmcFNwvGfsn3TeQN0ze)s&@W2d>ZDePKZReSWDs*2eQe7e%<56Ro|2$IX7~G^ME4zYCNZiTRN_6~?&F7A= zbA)si^bjCY?y6~xm0)e7Twdr|oHsWxh$_6@+~jqakE!(Va2^h$MGH^FDx*>S4i7z8 zV^nh_cuf-2Pq;4lCB&{^j&J{c)fm2ZB{;<`3%fpxZ;t#2yK+OZCHC;FcSG{@lubgw zaNwhTG0T>BbGV*RMcj>|C01rvW8*mLRe0V2jgcFh<0%jZBQe?Iw&rja z0m&4(ylx;=Aza<%<4jz*6IYxdYQ+>LSJeBM0_T4}XYii6d#;+STgYkdJslZ9)Am;? zi&eKmswG|k`f+&kk)g)&Jqn%h<39N>rB ze*szBb`@sk=8oYqJ1W1bOzQOPz?pTva8ToayNr}&TI7Rk2>d!RlCpLsZM-i;r+=aKX z-)~09?3!O;obN!&oc-15+F#4iWmJ+wIQJeJqY*gB_ z_G0F~9c^b4^nU338K1(&f(1yJQqd3f*z?cN_1%zIO-iKv4mZ3QhN%g6ZQ#ut;ozQu zmJD)&5W-0VrT+eq*VY?lE-AT(fY)8?_Rc3TXWExnXM+r@z!EZmYYp?dok!u>NCYd$ z%cI1o2?GTa1VreI-X%yUa7NH<+(FmDh2-^R?hoYKw9-)k*fSP61!>fi|!CIIPm_`^c*EI%fZjww%^t zmN4f5B;VSq=W)dVqRhBeuAX&`?)$p{Mk&mKu@JtMl#xDVwl%13|F9(c;-K$>lJQM| zmfB(XNTrFt_Pe?ffaaSk+6HFw*&H42xLc{V05mW7Z_THn{I*3ZPYmbO(TsKi##g#H z{)sKC$hk*~2o}b81ZF>m5+WBcO%gID(ua=9t*@oNd6*%uM)3EepU68%~`hTl~rrJ=D9-KSL?nHSM6Ebz1EFWEc+^}ZrHh~N$A6-;Z=2P zq;&^_7enRi=27@`Zi5P4xGDKA3YZU&W%@k4){N=62+V=P7^Fo=ezWT1+y~5Ws34Ze z{Q1QYHC$u!pn4Y}uIb&oU^U)7rll9PcNCX^u_AndMlTER+l8L{xPRUR82d-ILIAcd zYU>RSOpAJJP#=5vI6%C)GikLFcEBt8B4f4;)FiaGfsBhB=O^6Zame;R6FrxSMoz`p z1?2zVgh9sCV#u<&sc+Xz_Bc$2 z(Td^(z`6bu7SNCN?CnR8jft|#$=bUA+cyc@rbINgw{&Kc@mEeb0OXY(j{99~H2ZM0 zuMZ7+3e_j(gdr2t`ee5L`n0@{AP5oJ?F9v+nE0MQpKtgBY$!sGZOhv=i3J0eqVe`- z${}xOXWZa8M`786#h?)8IHqF)q$?k14*5P2FYp;fPB*M4yO_i`p+uv`a_kujd1U`d zgLl|QdB@M)A=KF7g|xeY?MGlhRw5c_Go~Ta@g=GRj|*bty#n9AL!Ou!V>7 z2UfdzV(Uz*lE{riWn7F*7Er+v8nOP!6FkSxH0%_D&XLvnOns~Z1?5umc|mL2zCRuA zE3Ny*3bPhjHj@&)FlR$ZjLB^Ix36EPx*YNp5U}VWM(m`fMtOxLKzL-OJX6pO_QlGc zWX!^0dVe=OymxR=sT0nrE_O09Bx`8F5Wsr@NuN;W6RBG!+gVv1Y;3AG0Az~V8o|(F z_tBA%(_nQ2SbSGf9MN)h(&n>I>9Iu(QAz6g^r-VasKz%~8Qu3NTK=5=pUpb6&6Ow?Heu>j-uIxBh;GJgGS9WWmmO z`spi#g$3_p_$5UC(tI?@vix`lHn4_4hF-d)*i=K?Vg0A4VkkM93Z_E1{zJEoPF}z+ z(HVJ+^T--`(B+!j_Y#lzBkb+KBCCzNkJAk-2v|wM=`@%6M}Tz0hn;U(<K(jjaU!&MizYhhN?AQ;76g`x#7EA z*2CT3P{}nc8HmGXs=#-)C4q;3J}e55la>NXg$MnE&Sh{6e$a1YovMHtPejApw_!G* zCc(YU!p@F2Hxtx@u&ns*2b9V z(3kWCAHMG`YD1SxR4;28d+b^_G?--hpA+o*8)+9r1K%&0qQvIIs`~-M;(OTCj13PT zwRv|Bhy6Kv1y`oj-Df;9p_*<`y>_F$ilSxD`nVIrhzEkaykSBOAELs-UKsHTg~MBY zP^Tfvw0F@ZtT=D?nW{~yOrjBowr4JMN9YWHFz4Krsy#b1d;iuO8zN^NfXT-7>%j%$ zzwBusGSTYk*QG2mx`t0vV(-4)yAwf01ib<+Jj|eE=JS<$a5g?x<^&{XAX)yr5}Ono zKQ|`_DpNR?T<)$dQd@JF-71GG3x$%l>fXz&`% zy{lPg7r}y)MgyfGllR-Bi0V*+G*1_dI${cnR)-o(A~7IwUa;AG!gp7;%b>cSr`9<4 zxw2&HrI0hoM{-BP-PQ6x_M)-qTmyV>#vXPyv$eH_JsecIN-#|aMykT5ZEVb|;B^*@t|Xs5@~+>Hfm+#^YpUWJEOEgXriJ5F92oUZwqY=i5a8pzlptzXNF|)a&2Sd`o z(29U-negDjyD)^WzRO-AW1Vz%Nl5A|k0wd%@{i9~O4&)Rte(QRMj7xZst-Wkh5onlnB;8Vk!IkmvSk=f`0{fv1ReoP9rF4ZEc6ZEC4(3NO)u< z_rSa0DcrD_dxIJqSWa`{b<-KyHJ6q5vb=3<)KXFT11t|XF%^prEQEXpjqS4@88pjx zVB&8}?JpCXAN>0H6M9qu)5VF67@6KLZhiCS=EG~ayERVSgqK1(M+wb9GQJr!>v1#>MeMfA9V)K>Z84OEDyaWJ4=W!FG@1kSg?-vA%4B)&duQNB9 z#sYI})-MM(be2;jpW}LtXzp{}l7Cj2j+Qsh-8By@fU6Ncki{h>fgjEx^PG(00B0s# zdgbPIa9u)~w>NJEY5K+|wO&t!FD#AB{pHoG{KT)77wGPL1n=~}f4y$Q>H8S+PQb6R zG|0g~sr3Xz<}+Zc?)-zUD6;|2e&{)u(y#Fzt+5C25kZ5uGm{p#BPc}okfv0;>g)Jg zsSPv7iYi}#J_<#fv60cU;$lcZwP#&!VlM(cf8W(5h2T&?n(elt$pPC|3M%vr*|8pf zO)mH<4ZldRl|bwp8W>!v|NVj*v#xgZfS)z+8a)zd90KKjD@e+cEwAXo118KYVT1tO(j(^9i-SK&Sq<#o z(XXdf>&^OB_^E&v-i5nLb;iRhsTcsY0+iX=D|=E zoWVNyE7#V-7yTs4v?D^-|8wIaG0pGc&DZ0v)B`WFC^z=+ZB3*t=WtEa-r(B)R_pZ{ zJrk3^gwVRYv?+0rli>|HysbyU1SzxhT45(_pP-nDL+@l}vTR{V`KVZY9z|KbD}RL{nV1)4q_ zQPDF(OuKeT!{`dE3K#}ZKorUluD;EtCaDgcRYvx$kdXQQ9hq$-AScwO=wG{O7r%at zehk?oOoD2c`FcD^8O-v1>C;MU@+N#zyCMjFW>ySF zFp9yIhZ0$p?+Nh6Bv!5fWqGtzqy&({E`d1KWaT9K>&aj~=?=rpj8WK3J^ik&2JOE% z!fltO9w_|N@eju{3cqS+Xft>y4DB3+aWtx&zuR**0#F3`fUxcIPWW0wI1>RWMctau zup;rS@ng$1Ze*N^A}>M@n)ZKJvl~}L3`kI4haD-hu4%?@Ui-Vxty94am7pwncuCu< zx}3&KlBj^EPR04JFvFkt`SZfLbM%cDC_y`G(dC{4+OiW~6fX#n&6p1wM9wL?0M*QM z!v`xX-Iu>Ve&0roBg4Na9LXn%G<1Bv7k1ZeaOFoFYR!@3q*b7F4a%w`?hmGdg+jBM zg2IZ@n;Dik{u!M19W$J*0%hi;VA(TFaaL_d7l4&~85;wWmJJ%|Ff6PIZwAr`^WFK1 zEoHUc(NXr#bw@sC4J~dZjR-EiRfSoKPVi$nZ{qqAAM5Mut8y+S|qhoNgtwFVy8G-ZLmji5WO?P7bH>ul57}Qw0Xi+H8r0U6-6pFH_9(lG)HcOGn&EY zVlI#&J(FE^Ftc+moFHL)EvDub;lKxpa*H_$=9$Vpw8yRCdanM*r^<79Q<}tG)e3VV z5;Kc*t~B3!;rXiv3^JVHYbM504^hLB%kZ%*Y6n;7Xg=CDWJ1B9Ccyj#(Rw?7EItr7 z0*%|}8lcqJ#5iSm<3*nUBP5)ByAXBQ7clS`NbdR7>QPCJD?#+TcaQnp&uYwavBB}F z0?Z6%6`#S;0(aAeu(Re_$A+QHyb~LXEEQF0=?b$lPcVDWnIv_h$3@HCl1Z3r&Z^mU z+r$tr8jN&2W#F)I9$CPUyR58C;o8c7@BcWt=s6r2e12J91_lhADwK7j?%qXw!%Mqa zPsG>U#eDApx-m{%$GidpUOKEK`)hESCQEN)W#wO_nx_zSNgz)s3nIU0M@}Y5>f0qa z3QKPxkYM#B{iat!H{-3UaGi;Ju2HzA|}gm)n|F;V7SnQYwYp@Q8aB2+vq z__n%6>ZPLtf-(o2e7rejU7Xv_jxjX_e`zsg{5;gym>w~~#`6zyaH6@v_RJ}sKQ}_5f7l=Dvtj=H@4K~Pfytr&o_H;OSh@t zQk;A+_VklyQ27ZWLmd9KJCA~wu0XI0=h47T@{shhBtc@$()96x`O;koWO9no@C{$< zxrKNsr#2WJrOKuq8<|kwAGLx!T-zM-<4(r%lWP*basUlC&p;*IaAxjbotclqV>6Y$ zuvA?n8o;E~{t!gHTm=1ceUGjggEA4>x{;iPfrQ_0DwD&yraI9@Nwp5# zgh2VYJqiQA_&!VISZbs|eg-qB>4dlDA_PIOafcijsS>?4sKjsYl0N%Ynqme8{-;kq zz$@HIM`YS~-|Ti*_&PW^H#c|E(9jF^VJ8YPw16R$rtGk5?8_t1lZwOk+t88EPOUdH zF%bxj%4XGe5A9H7_{cP+=Eh)3`Z>Q|ZC4KyxZ08kpUE`{niF^IDVJQ%kv)mNRmlf+ zKxJj6G(;1CSNm$vWejgTaPZ(Z`iJtUF*%%WE(Jap3dK9W^5#tRyf^9e3RDy?IDgJ2 zv+UY6{{6d@b?tVK5I)753fC_O%X=(MM@Wg~TQ-|w`qO-DytD-*dz8Ej;BoGZk@l7H z{!@Xy6=ThQ8JHo)wS=!W{=j1gNpG$Ewa*~`U;x&ia2vg&%3|HUbuWfZhsVczV19}& z7cI7`v#q@I2tGB0TTS=7J30>I%WWt42~psL7Y5vc_QCIJ@9@OO^4+;_Dfu*NDk=oE z9T6S#l)}=P1HneCA^<#t2ZRR$o6k4+Mgi{6o`=C#5xN*{J0Js5LZ*DGps%1NR!vv{ zwG9OiYD&~B_j&Y(P8Ay!8ROht0;Z&>hLo|q<8de+0-HRK&Z+0#;@ELL86^DGw%T%L zznEt!v8X#<$GsEA;V1kCdU4eK^+Y7pq+3^2J3v41IDDc7x|CJ|Judcu zUpOB7UiME0lK=2UrOimyOQduX=`Swyu~4bmAuvth-}Jc#98JudaEY8*xYUgjMhwLV z_+3-ouke6j2n3ZC`IP6n7x>EXyFw!Z%t_u^QI%{EeC_9qNSPCGqsTql?^1l0{r4xf5{}i7d=V&Ex?Tw;`^D73mu^ z>A&pA!&_I5_Jm0_^h58$004EeZMUOfoLeZ_`)L4OX5kBt4dl(4ZT6lQK!U4Xo!(+k z%SJ1{n{Uk5rY4lh@7(ffLGlDS3_dAL&SletFT_z12(s9(5GL@(PaKaTWI*CLUEh0~G zZnxnUm7+4FL5hPADoQBhF=QS?gYifj%rZ2WQYnWbQyk7QmZ^}`Z4yc55SkF86pF~Z zHl=%izxRFp)#u)FzGr{;e)jXMXFY3qAI>I5YiWC~5uO+~g3v-Po8yV43w+-Km}pn~ zQ<`thQSt^rz26BA0R)L3y2;AOWP|t(BN0|zA)SJY$`IUtT6!}r6 z$bW~zDvS;+qraW5McLyWNw8soA?OO$SiaFPL!A--A(%%DSkt{wT;`wqt59RgZ%Ll9 z&7RA0_KeQpbB@^$LT3H=_E_ojOB0x$X}sq-d_&bv+9GB*Z9(gM0f6y6&uG}C% zwC_QWmA1D2;YW==?`+7mozsk95IC%g3c*P^mvB4RF*WNMi;$Kd777#b-{eq^hRe`0 z{Xe)==Si>H0+N)oi%Xdrv@y;tKw%qpM=YdM-Hu5RIn$CbWC$pHb2^3ZeWtHfrO)qO}O@2gE;_~7_FW)_| z)?rOZpwBA)KLZU5_Z*8T^6tBqb3|Y5t2aT6fctriG6ppcaEF>zy^-!#Wb}WZ8#LUG z3J0iY{LOqO(;oDC(D7b(cW(?B@ixgX;Id#t*F{Uq2lp*RGKE@d-pp_zBW+HkpcQ?Ue`gq@{`r>TKPevDbVntVwC;_4QDKh5Vj%S2{pv}y z0S8(Wc0)!H39Tmr+SjjSm>ANo@8n9=m`hZS`X2w7xh46=tgmL3j_2>>%QloZd>eGh zipo}GTd(_jt^({vnK?(KpoB>!cbx1u2-fOf2v$|~;yDuUjTB{Iu`w-BR6;V~!y;U7 z#&^-TLmM5O;~$?+Dm_m=h{*r*;CcQM+NTgsQp{@s(>> zUp~Eb+uA?p2&PRVVFoia6s_n-OeW@sF_%Sjos-lSLI?o7h^utMrU;lfJ`r*W?NtEI zKz#wk_VlX!mtZp43{6tZGCb53vga&a9Gp$Me=PCws~f)sN#pdng13P){JguloY^$L z)mzsL^!3HxAsYTQ5@}Ff3Ry2b;r<$7vQ<{RTiE7M@_A*`5NoaX;2s!rl+V zeb+R-4p}U00Er!C1G0bIS_3PA%Q16LkuQb11-yvmWxc&aubUot+Kj zEvxPA8(I=VR0%k*!Xvid_n z%}!X?*&iO;H*h&#W#1)}d)a^BnHU*$9zu*cqw}#K##{uzq);yBpdMivQ};_IbtOjA zQlDQAJCfpJkr|u`>bEB<3$6wvJ|+#T3(-|ZFF%}CCv3(3d)<49D*iNg^^Av?>5po- z-iIX(lcw!A-?Tc;BTCg`8MFV-&*KwVWaRuLfsxo{S(o}I^*a3KQLG zb|{Lf_OPGPc=A--LR)q)Qy=7RGBR46Sz~h4ZSb>ClG*k}&!z;?%(@FgX(t0P&PGX@ zNm!v2icVz9erZM>u0HH7LQQsbB)%`We4N>Pp}z-HWuSA{v$76&d7XzfIMiFLa_Q)G zGy{x8mhW8tGel@3cPAW&Zf$hLG#>o-*t+%wRy$S-k;gLF@cqJ!_$Q2_;f+ z#ba|!EDIdU`7r;Zz-KIrEUV8+!IBPE8xl9-plWPv46URGDDdg6xl)XlnN9#@Zz?l1DA&u3lN-bRN^+E5qmi zRm3mk60DaDp*EXiV6wvg;tit4iX(kAYv0xnNjl7rx8(%?zh#cefb`4;kVv3Z0Md^r zlnR#7(AtW#vW9+JM5(L?bg%PSg*5XsF4e0bELqg|wY7!H*hh zo7<4!hlWbqmCR#!zR@iptxM+(?mW?q|hK^fUgKxl2c%VJ~t!X%7LDY z6+)=Vsd0?;$JUW)Tp8;BHe|i390n~L9fGTEH8eE#H$8<|2L`OhomhdMph-%YJiFKc z24Yd7R~ge?T(kp4qpw_Xc65x0joro-;|lSBy|pPk5wx2j3s$&{%%L5fHCtUxZS?ir zKyz>mFv|({Fnk{>z&8obzPclayXZkq4a|X{^-C_>vJ}w?GA>5a7BygS@ikmr7Bm>1 zHS4{KCNI&`V=JQ(cw zzRbp<<<5D?VXzp8x>b=7%X=j*Y~1L)_;*r>SP|wA@yx`s-lm)9vkQzB60E5`)!C}y ze88(0sjXOZ=2XaPRNPs6Ao`)2i(_ygGR-oVrh|HWI@ZRFo0u)`uAt>=pI#zfTL&hp zqA-h%I?eDJNKhjsIRKfzLXcEkSo>63ANa~taR~A)06i%9&$nK*k0}jUCcL3?=iTen z8@Z!zz-QJF!pM%DPD?Rm9(G_F&m*z2s_zc#?Psk%FTHOL#kgQtUf8yCBI>RA8Kz{5 z?ssphyA&H+(Lge*Q&q_m?9*AZW^oYqDM`K-+CzyRmRx2R=6AQHIhjV#9JymwASur} zCB9tq%!6YgEoqvN6AJcLS3eOQy(Af#!OjeO^vrK6hV>rbPy&c{4~p8bZ!oSvZKZx1 z@31tYam7#Yd~+{yx%A)pWZmvbfkN%OnDl7 zP1McpBibGM(6MhIigw1qKHUEOcN%oBeBcQ*-7tefwNCF=r!E;5#_MLS_!ZWDA3yYt zxvzh0J}%{JBA9|Rg&5uPGH2gGXmLRn<-nU+Y9LhrP*(jw(Jm zx;uC|1}lYKB;bY<==~L@kDuJK-`Bp@NGd{*gV0+WU43tqY!zBIaP!kVQ2Yd0;pI`x0QRAh_Z?xIR;~ADu%vH<;c@#d_7|j|Ce%rwEs1Klw!!?kYHEJLW?GTt;l7Q+O`0%3lJflv?)6GRXT6w7Ydjmy5qKCM9ca@(P~BBn7{tNn8yf@pQ-eOkVa8Z0#Ju%%Ej=~ zaFdb)gz1Q+jF8RaK49wtlUO+o0kg;H0UswliVrK+Uki$QNy8XJ*WR4F)tXKE%?V)AA`Qq5g=^u35k zC&0DVLtk{cIw9SJw+o+($3sHp)L5d8p#Y$1s(&JU zji1+o)%RuY$y4+@`#puI5^e7G?BI2=TGQ&!jo--}6Hr8umS5Mc%X?SK%jd(P18PDT zb-*P`Sk;CNS+gwkBrS7FV6_I)ZbO3)SPa)z{WIHQrlxkIT6A_{meIt@-ec>_@|C06 z1+NRI^JIGG-weWoUS1tbh}3ir-;x&Wx~3N|WFcgY1AuH`p|(~kgC6)?{T|fH&XnA2 z4bXNq+^+h-5Y)(=HR!yZd!M(8XouytTjHhp^4IXkPXmU8&})Oid}y9=tv`@#$M1tl zAdH0gs({rAWS8xCm1muLoiTfm*AE4Np0>81;dkl(Z;|Z7%;NR!IQk*a@;lx)VmjNH zYO-ff+M(OY;i<2j7S+r`FN1%r-Kk9}YRR$_w774+Iv0(oxR_*Ez3k>w?ki}K z8ERqct>Q}-zmLGLygTn#Ziik2gC^(EWjy4)O~UM6 zP}JslNO7=6WuMXR_tsZ0UR(?K0YZR4!F~F6FV3FMa`!Fd>U?)e+PQgVa)g8x3`1rB zdhqi4ifJa0p$mZ1pa#a)f{c@FPR;+4eyx$HZJBYI3O+K3Y@eY+Ur}1>+jV67%2P>y z7OCXzxOapi(co6iBtd`i)`ZFr?6ozw4*64(CTsyHNzZC)Ys<<~uV2^S{LUy!^sJ}K z66MUykPuy%cHdS$qvwDJM&>+}Z&Tb;xqjx}(*8SV(AmHgw1|2El<9ngB}n0Pxv6qODzP8X?1IkYvra^u7^69Vm$Sm5!W$dmScSA&?ZOBpNqOcw$Oro?b-^4XIFG~>1>)= ze3^denKQE`OGLyn{aUUHkF95SxhPs-X> zD{xwkJzA|&uFy8Vm@zQx4!>A6c}C;mM`>WU4cOhXOhp2)U3TZ+f1cC7*57woZhUHE z8GyytXuMg#n}>8S1qCVI02E?da$@n3tHSYUzuL4)}j6 zh_<-=1d@+Q&jwS3g9jYRFGv3HQf1l~uIh~-{6?~Mz8r?<=mrhe9~y|~k3xa@9e4m~ zJt5qP0%WWY@alu}*TE8Ky9ROD@=&C>rM|wtxW$_Uh+}nJ9Ri9xm>&eiXiOwd<^q`R zS01{ShnHf5P{ z$Cy_YWJ9PUAD3KSJaP7F=F}ck;tWbT;g`4gn%BISVeI}8i!sz2sQTWtCCRG2W8`>0 zjSL*y4^VRROa!P={7=Bqd@vjcMP^NuO)%~W+J*li7DZX<=f+)VWC3f#R(;*JwD_F8 z$2zWo9m4>VM_+%($dLl3;fde}c8dw>8J=UCatr9Di!9%8Sp$B*a}Jtr^5bT^@Q1_H z+GQb(nKlWggG{vV9f+P#K~AhFM+5B~lDz1SCj=}$$GvFLm+g&^_EkOB(F9Y=-RE8w zc(|Y-0lmQOcHeZ!uZ~Ywp^Sl`g8U22zvA|*QV~J#LsLv5E<*d~i+M)+E5g!+=v7Br0WNo+JoWa8ab}-8pTeE0)CZRCev#<}D>U zktVTpQ~KpAC?=d0^Ubbnv?3D9$T}?Hdk<>LyFw_d6QUr`pa;?Pb1@&lv~j>Y1n*#Nz&!|Ym(Z9TJjf2g zZ;5S+|C1n_XFo)AMUipbZvmfPO>qS0d`M;#6aNAzEN5@~hz|=9su}u197w1dfaLK*~OUV?8BIC zvfh58ba4Clt`*s+UDmIUsHW)8>3@{`wH<&{+o*%dguT$`^eL>L*Z|T=A7J>pSK_5z z!XYFumtoQ?-HqrxI*=LY;py1|ha?RE`$8w&r*z3+M{Uy+NhXRCiYRVja0D_mkUriN z_EovCx)4yFj#r^=R0z>!#Hq8k*YTUeu(qt6Bg?GxR}pkY#H;vE6Cz)oQ2AV5G~g*w zIf%Kr5kv19fHQgd_!JzTF5W-mnXq>FC&>=eOq=phjAw2FM}zuA;erosC$p* zV3W~^{Fd4Mr5B+U~HqxSk&e7+9Y-(i}@oO5YqtyJo=0H!| zRCM%Jl8(>QVK#OD(_zWLA#IGn+4{6GKoIfaRrbGjlRs2Xm6wJ*3|UP*5GvePXnd?# z@%PV{{|*>+&I;UWaLfbQzvbIBqFi=qMV5k&+jDQm3(3Q$-&zy^Ll5>dTO};qCmwxE z(jH!2NVyP~Kt6dEN~|lSq&~r^U|um3{&}Oe3Xb4Js~zi}C%szZ%$Lmm2k9GO?U18% zwMnRM&ED+4c0~3E+?h$HKz(~DNutmmD zkGoql0iHoFqP@1{s0j7ik==E8Xd{yb87XAui^R>PJU^H}!{E^^nQ9%^!E!sL z9}QLJ1S|v~>|W!93ErbZl(n!vb>A{PG{m4g)`081QZj?`lzEu_ zv;9R0(wZQiP{qZ=&I?~o3_fd7z1bHgVgUN)s??S|eJTKRbx7wa?YK+94rw+l1ej!Y zFMv$;*Vai+FoBu3sAecdwGq4Hw)kamgcNx^!E+U zkVg*U8na^ix#!YKC$vk&-YvrBIX$^~{xV3dMN1^5;LPB&KLdwufaGUu+lqS) zhT{e{)AgI4TRkOxik7MOb+T>$V8s&SHVDpvYzuhd0J(2)se;$c<#l=F)zP_N=3zMZ z7Q`&hkumL&jq(O3H#Z;?*LHKQ)B|JH;Z^D5=i4oDfb5!`0W_!Sqf>x5>bkW+&ZaWL$h5EzqLtW(tkb)=z%Bs3>CmpN5<1=0^@ z3DUTgxutUtI`5$W>|RnR%OYZ8?%3 zm;i`cG?1jxW(758!~A*k;$Q;Z)ALYqHRPp~JvI-$yMzw)0XzH!FpRWlw1R^jb2N1B z0p!APv%N~uct`}L<)V5C+Fhs!?eBfYX8FDSDT{>x*t}d!m67>^_?qwm{3O#nBKdUp zBc?!*C%4IND<17o8sjQH%&!!12$Gaz-vh_CJ-s{h{d*xuJB5YNtU721a1^7hgvs~y zO5%zTbt6m5(gs>Ycz7Ko{MW++1MHU-EUz``DgW9Zlo$(W;h3A7<6@74Z4V>Nh9!$bU5H!b`w< zTEI#MnT`Bsc)1lr4HJpuoAvu}1;YUztsWeaM1?VE>LWsFFCBXjl3^pur>mlJ4?7(3 zpe9abDuaf3z1=YX15th+F2{*f5Ff!3fTq}0kgPBqvB3|i2No=eJd$$m+oeT{aPZ8= zmt=~CLwiwrDmnqSP~67vfjT;x8koc|v4D$RXoZ)F@INmPiZTQL(*-#lazP|S!je<* zJEauCjmo`o8#A)|4Y7QTHg-2-6+=FRw#bHnxm zPD>WDD)Gtno%aomj6_etHDu%*(Gev-L3EU&xQNNnX={<6nGN|a`Uj!c(>b3BQVGt} z0XvUl#C~OaqXgAT1w|%8>d%nZq$5 zmjuS~{jTgGB^#0C`xJ1_lP8^Ug2JcxXlb3!(ev~i#FC&m16)~ydle9ANjOiUHe(ke z-P~W7AVtRvt&Z5u{;=M{9rq3@g4jwrP>xstJP`1j5@sgA$3v47WzXY2(AEIABC;S~ zHi!m!nc$sS_MHDdo|g*%{}3+PP}wGtw1+ z5P(Aibxgy{g7@G1BE1i3BB<(+&bSA_52c|%zW?_;OeSE@*-Hhi3Hk6czq+|Ox;l*b zeO-C;*r@>utS#d}Ak12R$XGX(Q2%x7Q|LF)`-FuNA}MqT^d{c9bcJjLsD!&+UCTR> z7ac!&68!M8FeEilDBgv!??q7mc0+Owof^;}t>Djw3gw`=W1l6WgZd!QuYb+Ta%8vp9q#5c&CXwXq1zKgG}UF%zhtIMMnhSmSI&Qt8&iFe^W>upCB5-Pk~Ikdu`K>_l4Nxm$dZ~_*R7s~xB-JsO$ z$Jh1k$*spWLFY(x;)H%+A9O~z1%{18sUKRvxZNQQ_t^O!h5!}Ep__;w=xYS@S88nU z$B@b+*yAN9+vXpz$CVAN6~)Kf6|kF^lKXwU7C~nV0dL!B)X>vr%&346*2q3MEK`&v z;eT4kG9V_~V3^_^MTCWEc4M*@@;;DE$#rcSgk5amWe0FI4}xG14oLf}SM%_*WQl}z z3O6oP-`}URcoSwov5p{kpl~r0DF66T57l(r!qMkIHZ++Av8T$&sR$Z|?`Qc>xUJ1Zjwqs9vJY*f(C18^Q{~>1O9Pznj}g{> z9aQ~TRxKTXBPJ>7m-P}%o(DU57+U?8!d~a`Z&M5i^VM^#rg8 z?jnAamrO1=MWh%lt^K?3x`_D^RHc!(Ol)Eb>*3@(r7)m-shMtC46`OOkUO)LlYA&8 z&J@Wr`2&88Pa_tAQTH@bPHgpRjqx)@(bxV}av|`NQ4z4vrI9a>g93n8C$4tNWrfKD zq3q$^|2`B00#Q*-i);@ORLMu0{Qe-V2~2PNvtmIj0t4exH9>w5y+{XcJRVSj{`$Qu zYR&?OLBb0F*!Zgl&qk;^bEkVi!V|YW3ch+e0|g0U-7e5Y=iL`D<~s-wR0(L0Rw-^b553{Gsmr z^A}B-{6)$V3wd~Ik@W%7RuC3e`}r<*PJX4JM)cSEY>}$q|@xKVBZJAg-vF4Wv}%1FT$ zfsYEXlH!_xoQr!Gj@#28p_NyHqQ<-?!?~p==bHN5&%eR5PZuII6 zO9y}*b?oFxgbpwXFy|j$$CIN$ei0-7$E7jR*X&}w-`lrF6492-zDCNq41&=|b_@M4 zGcz+(f(5dnronjIEYF%VK!X}E?%whw96@vZv$0vugQAZ7>LGepUK()lE$~Ps3CRK| zS!5Wp$pp<(o($iS3(I|SE{=0tzI4UC?0O_-BI?(d7P2_SO~ghFc=XBR#|@%tGD{0B z|N6bO{z&!eu|~j0iIy$i`g?iPe?QO2wON4>a(g4gatib&EI*8n<;Ia&LVR_;*qgT(m7>+(c0tyla|_l?9o@n zxc^8EL=ZVta74_7EXk$ou;O9R2B2SEa`ISe3{6`weWgi#mJQ>le=F*0qERvK-x`4L zP%4Kl4lU@C1fKTSuchJifF7&Q;mQX$N+B{>*Mb_H2pAFvCHQpT#;)O(EPRk%`Q7q8 zr>QDawj_kikX6Mp&w<4X{S4IVD+prgoM-IVGmAgrrl#BVDw8*sF>KK;ZT9AY)Xy0c zrZf}p_5cbh=+qQL49CDA^fsj9lRBfdjhxfB=U2717K3?Qb9A7mX}!F>g=Go|BQ|+^ zERbwNz3pXlGY0vKk;M@$Vk;|jpXH>b4J;3$HHaF=xCXo=6r`J-F>8kyjcNjQgfo;* zU}&Bz6zo08+y=y!4*FH0r$p_|++6?O{0>mc(kh));jFrCMc6m+Gr*XD=hOEr+m70j8MxRNf{ zlXH(>xOnk1Qs*;jFo<#01Irg8jfqJ~R9WWs#I=Vg_Bd@vjvRS!v`v+}F-&j@nZ#09 z0CYezkgb`c45iWc9UW#V(FWvdJ0<4!0yU4a7;}23$?Umv%@jA65Kbo2V^ukIuEtGz zV(U|{Yg{|G4A6hoisQAsjkBAlIyv3vkOSwuHbG;q!O3$y0Po))TNDbJ&VcUyqhm34 z^97`H+P15x|H-pZytY>pB?0W?`cb`AMQQWZ7apZPi5K}v8@ej_$jLfK0}1zh?bF9v zNFR9A94VFL7KjCaKCyhXPh|35pp+63)vG0CWx%sr!RVFBolZ$o-bwsW--4O?Q+8mF zvT~3J&(yC~!&UCUI@A+@wp`_$Gv^K(a9BuD5buT3wHhGTo0ypRZD`2A6M61-T9n;? z5zdJpDngcyl}L0pm$AapZ`{tUcL*Mjc34I9MuPvNsTzDO%cJbKV@-YDKhi#otz4?Kv-bag`|DsdD8>f(gAj6Vm9ucqY| zYlBPr4S>e_zCzhH&j&}|!IlpIL)-(TTC7u^;Z^-xs(TMkJD$WH%snTLTS9xI@Tf<` zfv75>dAz(0XrKJ_Lq%=M({ol(5%!B$=i}=NAUvNE+habFWivC+Y%m4&`z6#ToQ{DC z8M2O1J*%Ahk!y8gVzN=g#kFcDOp~uK%9_f$zVifMd?Xs{Bfhwq(MN|WyU{VnC=`yM zw>@N@7~Hb6%;T#WpRu_VmD)8o@Y{U=a0p(s)d!Ih$!A$w_Yn(E0H356i*IhHEF zMtc}m2DIca7zmPhv?!-oRZFGd%-_sN^AG@htBMG$V zVx&mh%b(kb?8)!_LFi?eh=%ajsTC?aXV{ESBV;8+~`cn{3AJFfy5RrLQ;Dhcn=tWVZBw%GBh-w@^D8Q ziWqJP!ZbTEBLyZ^wWG5daqut>ZFT$t3!2ffYOpa-UFM7MfguBYQ$GFr&VFi%%_0Lk zh-Ak*FuuNj^2hnpaeLW0CC|IK2e)`qc-HB}hXQv7zHId7(zea7EnfVCxfRCOGW)nh zeX}h%k}AGD?zYi}50`{3nbnX|L1tXwVmgBn-rLP2w4mEXMfGVGTTg>AiZN_w1JU2X zErnPE0@)!}qT(o}g?=S#DI!mqyutc^KYgmhje}PPQ9i1jyhMA|w|cj%{2cU*4w$Of zrLAc;Jbo&Tb?ep({m}TdQiy0G^#J`xGB}YVcNKg(R7U#Czd@?*fF&ry;o%OucW(^@ zs(UDI^~7^eL__B;^oUF#orF0!UUD7M&grDwGHqPR7VHowu+g& z_zbiV^{|?yYSXe&`xGJrSa1Dtd*t79sN+tefN(H21?UVIn8#POoxAPS+;i*D#iWsG z7J9BF=x&n-)c@$y}6Zn3Z~euJbvVsGLpF*_55uio5B=9uV>!j!Pc#kDn&`#^h>&SyP8 z2NKwa`2C^oGk}_6aeCZ zdyA+vAfMgujIn=IUD??OG2?~Dhg3W|gV^>SO_gNT*PXP zxe*k&AOZuWoRRh@w_t+*!+T02Gwsx=;jAyZJIltUcKEHU?EcM*%e($xyttn)t&_pb zK4tTgpo~D{3TEg-Pp;LrhP$T(-ZsK3#-)iT@?ScR(R!>7hzNZ!7cVVKnLqb1`>vDw zt@m+H&I<)Oi#^_MiKC8QE!#E=_JsojA*W7VnBWrn!ZQe zA0uULmDh~+o>A~~%Mx!6X9Y$2Jn;)x2sV>i{m|;->EOgSO#MHnsv6JBe`{^Du_C6` zQ+|$&P_W3<*sn`($8>z%)NOJ9fO)lxzm*I4k-&a4Jik8QIv4C~KNwZjtGh~C{b()8 zG5_HeY4Nbp&A?O4MKY~scm=b5uMwFJGX+WEtglRJfoWxXR8ec`o$1xVk!bgwPH zE?ksjZor=sXp5d1dJinK)Y|mXBMzxoib{~B`S|&z%A7`@1h}uwAf?e;+J5W~j^#)A zBtdepJ3DhZREEgUEl23sf5H?fAq^Hl))7m-UN8SXp4da7nOM>b3htF!TvxYJVRyzp z?V9C=GfJD9tXxy)L=RQ|nQ|Q;#{Qb_J2%R9e%?X*%(GMPF1dje8e6gUHa+nfv+G^L zv()xv%LR5n`2=1lTlw*_7tfn_9XzNnH#Y7>b6p{NFB)?8#WNFE-RjZ))U~hZ%d?I2 zgS~o3i(Vk*#m=jZS|=|4bcEBjWAFF5yp%nfy1M=!Zajv@z|$FLF(y>|WVNDV^T-~T zBjN-XrBGh2$w%dsVv-7aN8)#+SWdPXru(rYK!25!(G*L6A?)q(T*31LBzo)vbPiKR zB_z_3Lm{?xWp0*~tiWegP(PpKpe$rBIFp*{0+QcQkb(Rdf6%W_Xj!c2>yGb(3O^NW%4D{%HXYn+GHuazm)oZ@ z=OlC*OzRE91*0jXq!gH43DpfIN>{xi8zs~uNTW6FQ6sCUgU1zCigux(&pR%NqNC@p z&1A7e;J1k-uK)313gzZglxRs_iGTfC1L`}FK^mJ4P@w?=7o$=O_LqJ{YU*+DpiD^h z9y{k014F}$z^X8oUyC#-v-9dky{1lU(|geunacrN7A;7Gu;ZH3^#~M9q!_IFZg89s zd=s;v2dH(s4wnN1;vPtEy}i8;Vcyn|7sS>PHJ#Ya)>M#zf2ackTW{_7{(0#3Rgn~m zc{zb$7cA_iJX`>xxx9zx+(vUV+*Jfg6m`u<9YRS%=gKWexw$ zTk`ycQJejJ&4g;DmKL56Pw&Dy8h(5Ykx8T$Y+wMi_8f@wu)#As!G{7#TNu6#fn$(5 z`~k#R! zLql(13kjGrxfi;Aa;<1d;+R;YCJLmt>zt4fHJ;)`vx}FGT=6H z#%5=#Yo1!>(w)y}sx^f+=t)pF7UOQj@E^$PFkR7a23FH@>tVS?Qzr^5`$bzk${iPn zG8r1^iYA5nZlkFcDZU%)#Z`XH7<*;qPBfUpN=cWOkB<*811d}mbkg&{Lck)SE--|z z(2;jmjiXki%iR`>(V?gA&jNpR1k$b8#nbX-bgX>9OuEQ)Z7wjOqF;-li5tGhfyjl@ zF#J2R&}(^L%E~S?rGWM+Ougo3>8p3NMTTh+f7=))rfN%*`e0&>SqT6(mZM9f8t z95-sq_&<6JQ(t=p4Jewkmt&f!b9i_-r5ATS^E(zhH3L)xcaKMorCL_0CFhG3{XZi)uM#RxH0W3u*Uf` z=j9iSN%g9xL4fbebhJtu1x}yiW{Y6c5uh760U77w=_JNzmcBJ`F3JB$Te6S6>HCN5 ziw?r8S8J<{o+(qQo^!@hwVm}f-WUb2P&cbylxLuEWouOc*OQwVyY2%KO4}Z}$Y+ti zvxdUyn$z+a{{3RGp1v?XBuJsW;MLNn*Jq^5Y>vMH%@ibXl@?E`baLsnUC55t7GN7I zjdpH>G(()Fin__x6Uh9G&F*ZbJ$d%b)Y_ybyof2TORa0y+z6fox$BY=+8kXkVdct> zL?SLexj=W~c~XTUJ8>-%JNX)*E=k6w8QVn}cke2*;k~R)J+C-;**M4U{rSL=1Uo&D zTEb}vzlke4BZn7-?FEWu|2NW5;V@rtdzfe|O{)d7qyxN=M3O^m>7WVYrlppiWbbUb zcRju}!co_NubeFvr_X@6%F{a=i2z6?WNkVUul-;Mmm6lPqIs`8xeAy1`}+ZLK{!k+ zKnQv$9;R8cwZOZY0H>htWEa3wFuXE3#+T*+YDt{>>{+vNo-pmRWb@6Q%4$~|t_Mw| z)!nK(&-r1aKy_X&&Bwe+wf9jqD`SWwVWXcdVirs9_fACSu6t>@46-Si@{@@ykGTLK zK)HYY+F<+kv;ssix-5o8bHVG_tI+U)_k2pcjL)Nlcb-}CpOHR9?zKuam8g!kv{Pu! zaZNWAtXqc(`S-*E(Iw?XS7e3M3X+M`O@6xtJ@JQ<_5|8Swgb>IWFQT!?X6*7q7&z3 zUS3|*XGxbhr^9saXl5ovSwBPD!epz5iGeySY_2(+6OdmE8qxCQulpV^UEiFCc8$W@ zFLRkLp`C}uzv_#Yl}#nL>ElU)`PT3W>d20-rB|2|7Fnt$s7H+bpj`#s3{nJpdBHs9 zVuRh!D4duC=-7}S&^X+mPohx-N>I&nOit?FjD|Ng4t-f~V_2tC!xek6w*CB3m;d9t zDW0*g4B0|HlnOoj@hl~%Sx8%mtN`QK&#dBZZzwYqJ3fdu{x|Wrc6=?VBJV?4_*d3; z-R~kZ{>b=$v-p)*d7l4X<^Gb8VW_|Eo&WQf2VDX1R4x~zFth#fv|ApNzrsz%f)5Y2 zJ)yq4==SY*QOn}z99LM@{&?msp2@%SaUFKj-%d8URy-rtcm!j9fGb_c+IxD?eIHL1 zcXZX8%}`k~%R{+lr?irxaz6Pwq3%G*nQoce)pYYC@POP(Fy_8} z|6Y%70Xpb-^XS3Xov^bgviS&+i>|JeMqGurhOznBdyWR; zA(;|iV0m?wG~=uwe4py;%{+kq2qmD2W73RR($U_Iu}L?OvbJp=O5|V{fq0z^kPRbQ z2Ql>u7$!x=;XqQ^=Dr6DaO+_(E#>pWMYgO`xTh~$5JoBhlT~_Gz4=ou60$Ec;ec+s zkSoPy^ZireoXT=Y;MaLjWky?9#f>kk$Em01`Sj;ZzU_)#;j8*y{QGhdwyHvO^(ge{ zUS*yC*B;D)A(k3ef~u{?36C#Lv%N>X--T)G zrGhmYZT!a{eLdl+vjwtaA4rQJonxKgixsbtoWsm9hY=;nPo=d%6Ztb?{C)!0Jwc=UpT%jS5bxPm*3$MD@2wyj5E0D_O z9_j`UBqcR~zF=io6_uW3jP4`z02-U8vj{Z|4aE#iw0R{OP3NB$H8em57*~K);*NXg zMPqEV)fSQAhe<>E;@!6PcA7mDJyM`8cNy=HQ9Rn?How_fvJ*=cephnUDs`%5-3D|7 z*?`p5+sE^GybIse^UB|WTQCgw}Y0#8`X=3X1qst*&SM)aq8Q3h_gUCX<77c+A z$h>Cn*QkO-`QlMifX+N|Cz|$jX5W3s{Y|o~za_`n$hDtgW)rHerS${}R_w)#E1H4q zZW{S?9~g~^65dBjc|AkE0h%;`o6ic!8>Wg|7vw;o0fDB=IPRGQ{m8n0xB@`!%21-a ztxXR7Hdnb?eLpgdiAc1!;8gB%kMQ@ksS(2xaGlu<8y^%)u9vE48!8gie@A`n_(;XK z1~G5UpE+)#L(*%rTgxW7cbHz_8KUN*AmCs9BTC%GR9sZl2Vt+xkUfmyYqsLN59>^` zOB!>?G6OWqI!7-#DqQx4uRGchZq!5J!>hxQn(hZI=RDmLqCEN1y#O9VOOfKQ)`fo# zU&^$TN|?KWzMj7RbCjjb&v*m0yyO-M!z&y1U$fZz6}&Q|AL*#K5=rzaxe7L?RvSjJ zLOp7Z7#eWqCZL@|_k&zP#4$s^<6Ux5!aiMJ4T~MnnRP#$au*xd`HBqDO>BEo(6uDv z#JjxR;4bC4+W!sWI69qzuK1Y6jy4=qLC zF@3*kE9zj3vKmXm6I^3-Pvy1ad6Cb)O$obt^-#6i9u8n5Cr_Sqw6|wR6d~S|%x?Cx zFRYnA%TP+8W8X0Q-VS_K*u&{Un$r7I9G#UxEoG_BNlHj51P_}R3Lur;0|139Dk^Mm z>^jc(8HYQbjBHd^-oStgQo>RY4Rmy_DtOQlA#@`cd2AeZ9mm^ZdZQeioV8syZ(3U9 zCEN2~G1J`_l3P&KYh9hCD8U0&n9x#y)is6IMG{0HmuDd0!uLT?oP-#FxitT{i9s0l z*`-P?7*{PXcZIX7ArT&X=ZW53PM(Rodq0v*ov*nFP)~Z`oRzpD^Am_?wKg*PdJC0i z)5@+cC){^X18Vh^YCHZ$5Hlw7+_;d|#-j(_rJGuA3+#XR?1j9Cm(msdT-Gb5u0MpW zu`cn)^G%A1%+VU7Z4$P3w(~I##kI_(@Oy?9`>bD_X zLrrqV0NF9hW;Umm4rrHYNMTbe(Oxf)QMBS8#T+A1RJo=$8-UhHL0>0?7EnqXosh$0 zgpzOl-VaDRJ3BE+5IFFMoo0Bg10Ag}W7vR3_Z2=jZgPLW&QvV*YIWLcJ~67EpT1*f zu3J1rU@yGv1zplm3-3b4Q4gZa_*^ED)_MYse5=(w17;9@8#}2qqEa4K3O1QY;Oqsf zbS}_TRY5;_EK{*5VcpHVXNXJ5I#;gMcSD{Z0pNK8ySDzh17Q)kfgRMKL8xPx>CjTYU5sxKGRZJzz~*#)43U^;;8c@V@P zB|`QXsDAiRt=4`^gE-iFx{V9B<#j36-SPKx280w*e&d)$cv54MMWm@@ZvLr|<-$;` zEjo#sIDJs~Yl}0Y+lv4FD=A}Q2bRw%#m9+7D^XDLEegQM3JCQVX?AvrFQ1YnGiU6P^u_1V!iZl`lAj*v@{ zhv$lEOu(@7fF!_3eflB#HTrj3zYA{cKHl>v$12IBRbJm&jobquq+@0_G1WmYX4B9k z(J_a?vl_K|;mii}2ahhWfxKYNE}Q=Mx6x=QE4+EkB~95L!#XNm#z? z?ain&n4v#v+=EN_$pz0WlasQ@-ypz=Su`mrDM`s~U0tmY5nJ$-UA9U>Lc8H216tIj zcTzm=q_W4&lXnM(RWmY~thZPvddYR|B9IkJwLc_7+B zv7jq+00q0@>GS7_Hz&>{vYAAXP+k^~v`GSFX}tN^AM9APicA9A8^1`Hv{h;>m5WZu z^97uwTW=s12-qR%yP+Q%M7MK3rUTMOB3}&nq0!pE*lJANJjclZ++2G7kNOBxnms5w zDHtYTHIi`*R}<-GJ77vcc=kmrc+^zjkkUPNXAMcB(Sf!O$jHWz(-RXP*i{Ec8z9MT z@9JvA+Ybr~!aRbj6ZRIeQkK=t4Cojm?LY<2v>6oGyPL~pD@q8{vAC}5vd&fGd<+_` zYF%jhhKjd&ze^wlM3-|}^*i1Esy9Czxe9L>XLYm|X+F&!*B^?=+0X(+wvhN4y2%5* z%}vnn`2H+E5N=9%!Y+3%US3hgg$wiYBlM!OaU0~f>REMw*+SRA6;2Yt(k0S}Hv=?; zP9j&AVSeKcAl>ZDiX%{(L(q#d6XWdgG5&M1db-q|%vzRl(ZfjqSI62ES9 zc~F-rSRvgv9t%Q#*%@0HLA}%LmdUz*?M{vGBov(b_a8ibNTj+i#?}HcM3sn7OM4wV zZQZ_q-Dg>{NEGC-wpSsti`)(A+8ywFP+X2Y`w~!g_{*lf|0qi@GoN^DZR**`Tw8Zr znCIn2Ecr$d8(!kpMXKV7M*^r;*M*CD*}tR5!|vpyq43a{l>7AtUbkhe*Wd!yShrV>1+S>Wl3`5{LMJV zvmrPKTI*37OZ{t}JYnMm;~mB#7~(x*-@uKOC;_^rPJqm~zd*)L2l*TnzqKhKhp^y6 zHU~)CD{wACp@&q>X|I_e!MtJ4{ktOG7s8_~x1;YrpVi`a0G)4RgHwHqiFV^c4F=K% z5Qcz)b>6|H37GWCdbb!lWQ5I|QvM6cEoDI%;yQ}-m`y$hkTK9fuTp7ic<#Q)-h!VG zU9&wR#`T9zaMhbnF`oLrF6%|X<{W%oS7$2$6I3Q98`rO|&jA<695@w3np~_1Q?mdg zV<{leuCz8nK}|1dZniGSTQA$JW>I$nK4W%U$Dz|(k7mX3UH@jGPaoy*(au@GK66GJ zs&O`8Az=T&z2$O6YRZ4T*8`Pbl6s;XoIw{zYKE7Ii;V8Lp*o0R(o2Z!VeF6oWK7jQ zhn`PYia`vgZWF#69cb|$7D@Fu*e6UwUD7Z_VuQkfBOFQXf0c&8|5+L`%-<)uN|aLNY?kM)tM;t7EZoz^ zPL46`f!!1Qae278!vgPTB_ySB5*@5{+yqo8X_Tu&!wobPllrPGq~RcM6Mq0Ce4(VM z1zj&*X0x&(6)hx=S+j=GbthRa17q;H&j5cW&ZaQ#J#sv(9t?;B@UHN=Ho&xhu9wnndcMp*F~at6#4oETT z!%Hjx$GX8W)>#JC5dXMgAqd-zz*|9UciLJXacdPSAqinu{xZmdLD|HxNGdmNSafXc zFb7*5jTlTvyA>e!!iW;G1F%~`2|xgboE)vWCR(u~A?aTQCN0RW5J2>zTFi0Sp@7}8 z~o}CBoC%iX#_`U#%37s9R;wG;r18B^ygQ{820%yXQ~S@V}(v_m8lFi zM-nGyNZ>JR&R^9PiBT(Xs-2t62eA_^F+8>oMq6vEWr~OUD^KhZpQu7oQaLT$zgB$t z2aFv<0;)<_t|uDCpypus4kK{SfwAMVu#9ppbV;|)%YuA;t`Oj3^gxlGGXn1eokw#$ z=Yzn`8|DEf9egeZ29?0WnMH6^CBnwg|E#xp0muX~0hwgyII?hpPghF|wc1%@N{#u? zk}C>%P7?;5RrU_m-q~Q33qJ$h)hssov&sBbUWk1;8Vq@PX(6bdMUlQCmBiS_%|kr%AI(4=5`yT+A~b`PgahUG{&Q;q^_<`U<-181DHYT^=#_gO&2a-7GdP8gRm

    4-K8Bnt?EoG#nNE5Xx_eNTSjG#$VW7fKb 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 BDyIMd literal 0 HcmV?d00001 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg new file mode 100644 index 00000000..5d1c7f68 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg @@ -0,0 +1 @@ +dataPoint   properties   if   then   else   incidence   componentCharacteristics   emergence   direction   wavelengths   polarization   oneOf       polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf       wavelength   uncertainty   numbernanometerbandwidthamplificationFactorintegral   infraredsolarultravioletvisibleotheroneOf       s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   slatTilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/slatTiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf       polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericalincidence   wavelengths   integral   constvisibleresults   transmittance   reflectance   absorptanceEmittance   colorTransmittance   colorReflectance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColor   colorRenderingIndices   typestringlStar   aStar   bStar   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintytwoDegreestenDegreesAD65oneOf       Ra   observer   illuminant   numbernumberBetweenZeroAndOneHundredWithUncertaintytwoDegreestenDegreesAD65Raout-in   observer   illuminant   numbernumberBetweenZeroAndOneHundredWithUncertaintytwoDegreestenDegreesAD65$ref#/$defs/colorReflectanceresults   transmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertainty \ No newline at end of file diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml index a22c4bd3..25cde1ec 100644 --- a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml @@ -171,6 +171,7 @@ "observer": ["twoDegrees", "tenDegrees"], "illuminant": ["A", "D65"] }, + "": { "Raout-in": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, "observer": ["twoDegrees", "tenDegrees"], @@ -180,9 +181,9 @@ }, "colorReflectance": { "$ref": "#/$defs/colorReflectance" - }, + } } - } + }, "else": { "results": { "transmittance": { From a095e68903925f8f3ed41dafe0712c254aa7ee61 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 7 Aug 2024 12:44:42 +0200 Subject: [PATCH 143/362] Simplify to 7 columns by neglecting Raout-in. --- .../opticalDataPointSchema.png | Bin 242748 -> 243289 bytes .../opticalDataPointSchema.svg | 2 +- .../opticalDataPointSchema.plantuml | 90 +++++++++--------- 3 files changed, 48 insertions(+), 44 deletions(-) diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png index b96a040e6df9a76b839addcd746b893c847ac39f..b47d4524315d496ccfbca5bfe15811bc3921d08d 100644 GIT binary patch literal 243289 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

    56WUAe1Kgs20x7opDOBNc}B)I{&? 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 z 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
    jfb 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

    @+gR6j=BI`5x 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 literal 242748 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 z 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

  2. !u`<>%AJ612yWn~u_h34%_|}T@^%^I6sqbO+ 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

    4-K8Bnt?EoG#nNE5Xx_eNTSjG#$VW7fKb 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 BDyIMd diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg index 5d1c7f68..3a55b6f0 100644 --- a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg +++ b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg @@ -1 +1 @@ -dataPoint   properties   if   then   else   incidence   componentCharacteristics   emergence   direction   wavelengths   polarization   oneOf       polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf       wavelength   uncertainty   numbernanometerbandwidthamplificationFactorintegral   infraredsolarultravioletvisibleotheroneOf       s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   slatTilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/slatTiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf       polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericalincidence   wavelengths   integral   constvisibleresults   transmittance   reflectance   absorptanceEmittance   colorTransmittance   colorReflectance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColor   colorRenderingIndices   typestringlStar   aStar   bStar   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintytwoDegreestenDegreesAD65oneOf       Ra   observer   illuminant   numbernumberBetweenZeroAndOneHundredWithUncertaintytwoDegreestenDegreesAD65Raout-in   observer   illuminant   numbernumberBetweenZeroAndOneHundredWithUncertaintytwoDegreestenDegreesAD65$ref#/$defs/colorReflectanceresults   transmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertainty \ No newline at end of file +dataPoint   properties   if   then   else   incidence   componentCharacteristics   emergence   direction   wavelengths   polarization   oneOf       polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf       wavelength   uncertainty   numbernanometerbandwidthamplificationFactorintegral   infraredsolarultravioletvisibleotheroneOf       s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   slatTilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/slatTiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf       polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericalincidence   wavelengths   integral   constvisibleresults   transmittance   reflectance   absorptanceEmittance   colorTransmittance   colorReflectance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColors   colorRenderingIndices   typestringlStar   aStar   bStar   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintytwoDegreestenDegreesAD65Ra   observer   illuminant   numbernumberBetweenZeroAndOneHundredWithUncertaintytwoDegreestenDegreesAD65name   cielabColors   typestringlStar   aStar   bStar   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintytwoDegreestenDegreesAD65results   transmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertainty \ No newline at end of file diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml index 25cde1ec..d424756f 100644 --- a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml @@ -137,52 +137,56 @@ } }, "then": { - "results": { - "transmittance": { - "number": "numberWithUncertainty" - } - , - "reflectance": { - "number": "numberWithUncertainty" - } - , - "absorptanceEmittance": { - "number": "numberWithUncertainty" + "results": { + "transmittance": { + "number": "numberWithUncertainty" + } + , + "reflectance": { + "number": "numberWithUncertainty" + } + , + "absorptanceEmittance": { + "number": "numberWithUncertainty" + }, + "colorTransmittance": { + "name": { "type": "string" }, + "cielabColors": { + "lStar": { + "number": "numberWithUncertainty" + }, + "aStar": { + "number": "numberWithUncertainty" + }, + "bStar": { + "number": "numberWithUncertainty" + }, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] }, - "colorTransmittance": { - "name": { "type": "string" }, - "cielabColor": { - "lStar": { - "number": "numberWithUncertainty" - }, - "aStar": { - "number": "numberWithUncertainty" - }, - "bStar": { - "number": "numberWithUncertainty" - }, - "observer": ["twoDegrees", "tenDegrees"], - "illuminant": ["A", "D65"] + "colorRenderingIndices": { + "Ra": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + } + }, + "colorReflectance": { + "name": {"type": "string" }, + "cielabColors": { + "lStar": { + "number": "numberWithUncertainty" }, - "colorRenderingIndices": { - "oneOf": - { - "Ra": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, - "observer": ["twoDegrees", "tenDegrees"], - "illuminant": ["A", "D65"] - }, - "": - { - "Raout-in": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, - "observer": ["twoDegrees", "tenDegrees"], - "illuminant": ["A", "D65"] - } - } - }, - "colorReflectance": { - "$ref": "#/$defs/colorReflectance" + "aStar": { + "number": "numberWithUncertainty" + }, + "bStar": { + "number": "numberWithUncertainty" + }, + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] } - } + } + } }, "else": { "results": { From ad411b9d0cfcecf0dca7f476b794cc76caba2dac Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 5 Jun 2024 14:03:37 +0200 Subject: [PATCH 144/362] First valid mutation for createMethods, checked with 'make examples' --- queries/metabase/createMethods.graphql | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 queries/metabase/createMethods.graphql diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql new file mode 100644 index 00000000..509a0f94 --- /dev/null +++ b/queries/metabase/createMethods.graphql @@ -0,0 +1,22 @@ +mutation { + createMethod( + input: { + categories: MEASUREMENT + description: "Perform measurement mit Lambda900." + name: "Lambda900" + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + availability: { from: "2024-06-05T12:00:0.000+01:00" } + } + ) { + method { + availability { + from + } + } + } +} From cbe712a0cbd3081b663d1d1e022007a09ab48f45 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 5 Jun 2024 14:48:03 +0200 Subject: [PATCH 145/362] Separate between minimum and maximum input for 'createMethod' --- queries/metabase/createMethodMaximum.graphql | 49 +++++++++++++++++++ ...ds.graphql => createMethodMinimum.graphql} | 3 +- 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 queries/metabase/createMethodMaximum.graphql rename queries/metabase/{createMethods.graphql => createMethodMinimum.graphql} (88%) diff --git a/queries/metabase/createMethodMaximum.graphql b/queries/metabase/createMethodMaximum.graphql new file mode 100644 index 00000000..0bdd0bc5 --- /dev/null +++ b/queries/metabase/createMethodMaximum.graphql @@ -0,0 +1,49 @@ +mutation { + createMethod( + input: { + availability: { + from: "2024-06-05T12:00:0.000+01:00" + to: "2025-06-05T12:00:0.000+01:00" + } + calculationLocator: "https://github.com/building-envelope-data/" + categories: [CALCULATION, MEASUREMENT] + description: "Perform measurement mit Lambda900." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Lambda900" + publication: { + abstract: "Very short abstract" + arXiv: "2406.01666" + authors: ["Max Mustermann", "Martina Muster"] + doi: "10.1016/j.solener.2017.05.065" + section: "1" + title: "Optical measurements" + urn: "isbn:0451450523" + webAddress: "https://www.sciencedirect.com/science/article/pii/S0038092X17304607" + } + standard: { + abstract: "Very short abstract" + locator: "https://www.dinmedia.de/en/standard/din-en-410/138424295" + numeration: { mainNumber: "410", prefix: "", suffix: "" } + section: "1" + standardizers: [CEN, DIN] + title: "Standard for optical measurements" + year: 2024 + } + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + validity: { + from: "2024-06-05T12:00:0.000+01:00" + to: "2025-06-05T12:00:0.000+01:00" + } + } + ) { + method { + availability { + from + } + } + } +} diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethodMinimum.graphql similarity index 88% rename from queries/metabase/createMethods.graphql rename to queries/metabase/createMethodMinimum.graphql index 509a0f94..9568196e 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethodMinimum.graphql @@ -3,14 +3,13 @@ mutation { input: { categories: MEASUREMENT description: "Perform measurement mit Lambda900." - name: "Lambda900" institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Lambda900" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] - availability: { from: "2024-06-05T12:00:0.000+01:00" } } ) { method { From 2463282f468727ca21f2ee4fe87504b0b64183bc Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 6 Jun 2024 15:14:17 +0200 Subject: [PATCH 146/362] Create methods for the input values of Lambda900, TAUWIN, RHOWIN, photogoniometer, gValue and uValue --- queries/metabase/createMethodMaximum.graphql | 4 +- queries/metabase/createMethodMinimum.graphql | 4 +- queries/metabase/createMethods.graphql | 104 +++++++++++++++++++ 3 files changed, 106 insertions(+), 6 deletions(-) create mode 100644 queries/metabase/createMethods.graphql diff --git a/queries/metabase/createMethodMaximum.graphql b/queries/metabase/createMethodMaximum.graphql index 0bdd0bc5..3bc019fc 100644 --- a/queries/metabase/createMethodMaximum.graphql +++ b/queries/metabase/createMethodMaximum.graphql @@ -41,9 +41,7 @@ mutation { } ) { method { - availability { - from - } + name } } } diff --git a/queries/metabase/createMethodMinimum.graphql b/queries/metabase/createMethodMinimum.graphql index 9568196e..4bac4f9a 100644 --- a/queries/metabase/createMethodMinimum.graphql +++ b/queries/metabase/createMethodMinimum.graphql @@ -13,9 +13,7 @@ mutation { } ) { method { - availability { - from - } + name } } } diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql new file mode 100644 index 00000000..9aea30f4 --- /dev/null +++ b/queries/metabase/createMethods.graphql @@ -0,0 +1,104 @@ +mutation { + Lambda900Input: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Collect the required input for Lambda900 measurements." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Lambda900 input" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + TAUWINInput: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Collect the required input for TAUWIN measurements." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "TAUWIN input" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + RHOWINInput: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Collect the required input for RHOWIN measurements." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "RHOWIN input" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + PhotogoniometerInput: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Collect the required input for Photogoniometer measurements." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Photogoniometer input" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + gValueInput: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Collect the required input for gValue measurements." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "g value input" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + uValueInput: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Collect the required input for U value measurements." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "U value input" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } +} From 0d7ef98886578eb043e61c925c77f0acd033fa94 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 6 Jun 2024 16:04:48 +0200 Subject: [PATCH 147/362] Add methods for g values --- queries/metabase/createMethods.graphql | 119 +++++++++++++++++++++++++ 1 file changed, 119 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 9aea30f4..2be05753 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -101,4 +101,123 @@ mutation { name } } + gValueRawDataMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Run the g value measurement." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "g value raw data measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + uValueRawDataMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Run the U value measurement." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "U value raw data measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + gValueIrradianceRawDataMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the irradiance in the plane of the sample in the g value test facility." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "g value raw data irradiance measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + gValueCalculation: createMethod( + input: { + categories: CALCULATION + description: "Calculate the g value based on the measurement raw data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "calculate g value" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + gValueMeasurementWithFrame: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the nearnormal g value according to ISO 19467-1 including frame." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "g value ISO 19467-1" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + gValueMeasurementCenterOfGlazing: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the nearnormal center-of-glazing g value according to ISO 19467-2." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "g value ISO 19467-2" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + gValueMeasurementBeyondNearnormal: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the g value for irradiance which is not nearnormal." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "g value beyond nearnormal" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } } From 4458c493114eda1f0fef6d4550399e654620b1b4 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 6 Jun 2024 16:27:46 +0200 Subject: [PATCH 148/362] Add methods for Lambda900. --- queries/metabase/createMethods.graphql | 102 +++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 2be05753..ed3f237b 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -16,6 +16,108 @@ mutation { name } } + Lambda900BaselineMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the baselines with 0% and 100% irradiance." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Lambda900 measure baselines" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + Lambda900RawDataMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the raw data for transmittance and reflectance with Lambda900." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Lambda900 raw data measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + Lambda900ReferenceMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the references like a mirror and a white standard." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Lambda900 reference measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + Lambda900Calculation: createMethod( + input: { + categories: CALCULATION + description: "Calculate the transmittances and reflectances based on the measurement raw data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "calculate transmittance and reflectance" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + opticalDataEN410: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Determine the optical data according to EN410:2011." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "optical values EN410:2011" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + opticalDataISO9050: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Determine the optical data according to ISO9050:2003." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "optical values EN410:2011" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } TAUWINInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] From 085053348c5f1b04ad74baa3cb52ff9f2eb75470 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 6 Jun 2024 16:41:20 +0200 Subject: [PATCH 149/362] Add methods for TAUWIN --- queries/metabase/createMethods.graphql | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index ed3f237b..e2b32c19 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -135,6 +135,40 @@ mutation { name } } + TAUWINRawDataMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the raw data for transmittance with TAUWIN." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "TAUWIN raw data measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + TAUWINRHODIFFMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the diffuse reflectance with RHODIFF." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "TAUWIN measure diffuse reflectance" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } RHOWINInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] From 82511c1a54f09167efca55a7f34a0b04e58394b0 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 6 Jun 2024 16:45:31 +0200 Subject: [PATCH 150/362] Minor change --- queries/metabase/createMethods.graphql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index e2b32c19..1ea3bbed 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -169,6 +169,23 @@ mutation { name } } + TAUWINCalculation: createMethod( + input: { + categories: CALCULATION + description: "Calculate the transmittances based on the measurement raw data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "TAUWIN calculate transmittance" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } RHOWINInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] From f1486dc98701a5e7737eae750a14b8a0b6e1d551 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 10 Jun 2024 10:18:39 +0200 Subject: [PATCH 151/362] Add methods for RHOWIN and photoniometer --- queries/metabase/createMethods.graphql | 106 ++++++++++++++++++++++++- 1 file changed, 104 insertions(+), 2 deletions(-) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 1ea3bbed..d03c5c24 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -73,7 +73,7 @@ mutation { description: "Calculate the transmittances and reflectances based on the measurement raw data." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "calculate transmittance and reflectance" + name: "Lambda900 calculate transmittance and reflectance" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -203,13 +203,115 @@ mutation { name } } + RHOWINRawDataMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the raw data for transmittance with RHOWIN." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "RHOWIN raw data measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + RHOWINRHODIFFMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the diffuse reflectance with RHODIFF." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "RHOWIN measure diffuse reflectance" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + RHOWINCalculation: createMethod( + input: { + categories: CALCULATION + description: "Calculate the transmittances based on the measurement raw data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "RHOWIN calculate transmittance" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } PhotogoniometerInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for Photogoniometer measurements." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Photogoniometer input" + name: "photogoniometer input" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + PhotogoniometerRawDataMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the raw data for transmittance and reflectance with photogoniometer." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "photogoniometer raw data measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + PhotogoniometerKlemsCalculation: createMethod( + input: { + categories: CALCULATION + description: "Calculate a Klems matrix based on bidirectional raw data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "calculate Klems matrix" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + PhotogoniometerTensorTreeCalculation: createMethod( + input: { + categories: CALCULATION + description: "Calculate a tensor-tree based on bidirectional raw data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "calculate tensor-tree matrix" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" From ea2cfb6aee75d830bd8939b6d147a569cf10adc3 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 10 Jun 2024 10:51:46 +0200 Subject: [PATCH 152/362] Improve EN410, ISO9050, RHOWIN --- queries/metabase/createMethods.graphql | 88 ++++++++++++++++++-------- 1 file changed, 61 insertions(+), 27 deletions(-) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index d03c5c24..80800b40 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -84,30 +84,13 @@ mutation { name } } - opticalDataEN410: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Determine the optical data according to EN410:2011." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "optical values EN410:2011" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - } - opticalDataISO9050: createMethod( + TAUWINInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Determine the optical data according to ISO9050:2003." + description: "Collect the required input for TAUWIN measurements." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "optical values EN410:2011" + name: "TAUWIN input" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -118,13 +101,13 @@ mutation { name } } - TAUWINInput: createMethod( + TAUWINBaselineMeasurement: createMethod( input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for TAUWIN measurements." + categories: MEASUREMENT + description: "Measure the baselines with 0% and 100% irradiance." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN input" + name: "TAUWIN measure baselines" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -203,6 +186,23 @@ mutation { name } } + RHOWINBaselineMeasurement: createMethod( + input: { + categories: MEASUREMENT + description: "Measure the baselines with 0% and 100% irradiance." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "RHOWIN measure baselines" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } RHOWINRawDataMeasurement: createMethod( input: { categories: MEASUREMENT @@ -220,13 +220,13 @@ mutation { name } } - RHOWINRHODIFFMeasurement: createMethod( + RHOWINReferenceMeasurement: createMethod( input: { categories: MEASUREMENT - description: "Measure the diffuse reflectance with RHODIFF." + description: "Measure a white standard as reference." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN measure diffuse reflectance" + name: "RHOWIN reference measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -254,6 +254,40 @@ mutation { name } } + EN410Integral: createMethod( + input: { + categories: CALCULATION + description: "Calculate integral values according to EN410:2011 based on spectral data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "EN 410 integral" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + ISO9050Integral: createMethod( + input: { + categories: CALCULATION + description: "Calculate integral values according to ISO9050:2003 based on spectral data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "ISO 9050 integral" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } PhotogoniometerInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] From 5251a391433a16eb5cb49a837e0f5ef7fad46f60 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 10 Jun 2024 13:28:45 +0200 Subject: [PATCH 153/362] Add U value --- queries/metabase/createMethods.graphql | 75 ++++++++++++++++---------- 1 file changed, 46 insertions(+), 29 deletions(-) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 80800b40..1d6a2430 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -373,13 +373,13 @@ mutation { name } } - uValueInput: createMethod( + gValueRawDataMeasurement: createMethod( input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for U value measurements." + categories: MEASUREMENT + description: "Run the g value measurement." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "U value input" + name: "g value raw data measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -390,13 +390,13 @@ mutation { name } } - gValueRawDataMeasurement: createMethod( + gValueIrradianceRawDataMeasurement: createMethod( input: { categories: MEASUREMENT - description: "Run the g value measurement." + description: "Measure the irradiance in the plane of the sample in the g value test facility." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value raw data measurement" + name: "g value raw data irradiance measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -407,13 +407,13 @@ mutation { name } } - uValueRawDataMeasurement: createMethod( + gValueMeasurementWithFrame: createMethod( input: { - categories: MEASUREMENT - description: "Run the U value measurement." + categories: [MEASUREMENT, CALCULATION] + description: "Measure the nearnormal g value according to ISO 19467-1 including frame." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "U value raw data measurement" + name: "g value including frame ISO 19467-1" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -424,13 +424,13 @@ mutation { name } } - gValueIrradianceRawDataMeasurement: createMethod( + gValueMeasurementCenterOfGlazing: createMethod( input: { - categories: MEASUREMENT - description: "Measure the irradiance in the plane of the sample in the g value test facility." + categories: [MEASUREMENT, CALCULATION] + description: "Measure the nearnormal center-of-glazing g value according to ISO 19467-2." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value raw data irradiance measurement" + name: "center-of-glazing g value ISO 19467-2" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -441,13 +441,13 @@ mutation { name } } - gValueCalculation: createMethod( + gValueMeasurementBeyondNearnormal: createMethod( input: { - categories: CALCULATION - description: "Calculate the g value based on the measurement raw data." + categories: [MEASUREMENT, CALCULATION] + description: "Measure the g value for irradiance which is not nearnormal." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "calculate g value" + name: "g value beyond nearnormal" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -458,13 +458,13 @@ mutation { name } } - gValueMeasurementWithFrame: createMethod( + uValueInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Measure the nearnormal g value according to ISO 19467-1 including frame." + description: "Collect the required input for U value measurements." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value ISO 19467-1" + name: "U value input" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -475,13 +475,13 @@ mutation { name } } - gValueMeasurementCenterOfGlazing: createMethod( + uValueRawDataMeasurement: createMethod( input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the nearnormal center-of-glazing g value according to ISO 19467-2." + categories: MEASUREMENT + description: "Run the U value measurement." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value ISO 19467-2" + name: "U value raw data measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -492,13 +492,30 @@ mutation { name } } - gValueMeasurementBeyondNearnormal: createMethod( + uValueCalculation: createMethod( + input: { + categories: CALCULATION + description: "Calculate the U value based on the measurement raw data." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "calculate U value" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + uValueEN674: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Measure the g value for irradiance which is not nearnormal." + description: "Measure the U value according to EN 674." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value beyond nearnormal" + name: "U value EN 674" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" From e648b4172c4df54d0e037630a76c485c05fc85f1 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 10 Jun 2024 13:51:19 +0200 Subject: [PATCH 154/362] ISO 19457 only nearnormal? Suffixes "" and "-2"? Powerpoint? --- queries/metabase/createMethods.graphql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 1d6a2430..b3b32f67 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -261,6 +261,14 @@ mutation { institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "EN 410 integral" + standard: { + locator: "https://www.dinmedia.de/en/standard/din-en-410/138424295" + numeration: { mainNumber: "410", prefix: "", suffix: "" } + section: "5" + standardizers: [CEN, DIN] + title: "Glass in building - Determination of luminous and solar characteristics of glazing" + year: 2011 + } userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -278,6 +286,14 @@ mutation { institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "ISO 9050 integral" + standard: { + locator: "https://www.iso.org/standard/35062.html" + numeration: { mainNumber: "9050", prefix: "", suffix: "" } + section: "3" + standardizers: ISO + title: "Glass in building — Determination of light transmittance, solar direct transmittance, total solar energy transmittance, ultraviolet transmittance and related glazing factors" + year: 2003 + } userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" From 5671cc3caca7712a0f91cae8fbb00ade9af16479 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 10 Jun 2024 14:19:15 +0200 Subject: [PATCH 155/362] Add standard EN 674 --- queries/metabase/createMethods.graphql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index b3b32f67..a21e0fc4 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -532,6 +532,13 @@ mutation { institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "U value EN 674" + standard: { + locator: "https://www.dinmedia.de/en/standard/din-en-674/142706443" + numeration: { mainNumber: "674", prefix: "", suffix: "" } + standardizers: [CEN, DIN] + title: "Glass in building - Determination of thermal transmittance (U value) - Guarded hot plate method" + year: 2011 + } userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" From 58a21992607e4708888a5d76155814a8fb31e6bf Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 10 Jun 2024 14:34:21 +0200 Subject: [PATCH 156/362] Add standards for g value measurements --- queries/metabase/createMethods.graphql | 30 +++++++++++++++++++------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index a21e0fc4..7dee145c 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -423,13 +423,20 @@ mutation { name } } - gValueMeasurementWithFrame: createMethod( + gValueNearnormalWithFrame: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Measure the nearnormal g value according to ISO 19467-1 including frame." + description: "Measure the nearnormal g value according to ISO 19467 including frame." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value including frame ISO 19467-1" + name: "g value nearnormal including frame ISO 19467" + standard: { + locator: "https://www.iso.org/standard/64989.html" + numeration: { mainNumber: "19467", prefix: "", suffix: "" } + standardizers: ISO + title: "Thermal performance of windows and doors — Determination of solar heat gain coefficient using solar simulator" + year: 2017 + } userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -440,13 +447,20 @@ mutation { name } } - gValueMeasurementCenterOfGlazing: createMethod( + gValueCenterOfGlazing: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Measure the nearnormal center-of-glazing g value according to ISO 19467-2." + description: "Measure the center-of-glazing g value according to ISO 19467-2." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "center-of-glazing g value ISO 19467-2" + standard: { + locator: "https://www.iso.org/standard/73824.html" + numeration: { mainNumber: "19467", prefix: "", suffix: "2" } + standardizers: ISO + title: "Thermal Performance of windows and doors — Determination of solar heat gain coefficient using solar simulator Part 2: Centre of glazing" + year: 2021 + } userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -457,13 +471,13 @@ mutation { name } } - gValueMeasurementBeyondNearnormal: createMethod( + gValueMeasurementBeyondStandard: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Measure the g value for irradiance which is not nearnormal." + description: "Measure the g value for irradiance beyond the definition of existing standards." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value beyond nearnormal" + name: "g value beyond standards" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" From 375e105c6029edc56be0a1dc54463265a8902929 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 10 Jul 2024 16:36:51 +0200 Subject: [PATCH 157/362] Update the format of the methods --- queries/metabase/createMethods.graphql | 135 ++++++++++++++++++++----- 1 file changed, 110 insertions(+), 25 deletions(-) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 7dee145c..4515ff1d 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -1,5 +1,22 @@ mutation { - Lambda900Input: createMethod( + lambda900Measurement: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the transmittance and/or reflectance with the spectrometer Lambda900." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Lambda900 measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + lambda900Input: createMethod( input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for Lambda900 measurements." @@ -16,13 +33,13 @@ mutation { name } } - Lambda900BaselineMeasurement: createMethod( + lambda900BaselineMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the baselines with 0% and 100% irradiance." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900 measure baselines" + name: "Lambda900 baseline measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -33,7 +50,7 @@ mutation { name } } - Lambda900RawDataMeasurement: createMethod( + lambda900RawDataMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the raw data for transmittance and reflectance with Lambda900." @@ -50,7 +67,7 @@ mutation { name } } - Lambda900ReferenceMeasurement: createMethod( + lambda900ReferenceMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the references like a mirror and a white standard." @@ -67,7 +84,7 @@ mutation { name } } - Lambda900Calculation: createMethod( + lambda900Calculation: createMethod( input: { categories: CALCULATION description: "Calculate the transmittances and reflectances based on the measurement raw data." @@ -84,7 +101,24 @@ mutation { name } } - TAUWINInput: createMethod( + tauwinMeasurement: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the transmittance with TAUWIN." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "TAUWIN measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + tauwinInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for TAUWIN measurements." @@ -101,13 +135,13 @@ mutation { name } } - TAUWINBaselineMeasurement: createMethod( + tauwinBaselineMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the baselines with 0% and 100% irradiance." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN measure baselines" + name: "TAUWIN baseline measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -118,7 +152,7 @@ mutation { name } } - TAUWINRawDataMeasurement: createMethod( + tauwinRawDataMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the raw data for transmittance with TAUWIN." @@ -135,13 +169,13 @@ mutation { name } } - TAUWINRHODIFFMeasurement: createMethod( + tauwinRhodiffMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the diffuse reflectance with RHODIFF." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN measure diffuse reflectance" + name: "TAUWIN measurement diffuse reflectance" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -152,7 +186,7 @@ mutation { name } } - TAUWINCalculation: createMethod( + tauwinCalculation: createMethod( input: { categories: CALCULATION description: "Calculate the transmittances based on the measurement raw data." @@ -169,7 +203,24 @@ mutation { name } } - RHOWINInput: createMethod( + rhowinMeasurement: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the reflectance with the RHOWIN." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "RHOWIN measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + rhowinInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for RHOWIN measurements." @@ -186,13 +237,13 @@ mutation { name } } - RHOWINBaselineMeasurement: createMethod( + rhowinBaselineMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the baselines with 0% and 100% irradiance." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN measure baselines" + name: "RHOWIN baseline measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -203,7 +254,7 @@ mutation { name } } - RHOWINRawDataMeasurement: createMethod( + rhowinRawDataMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the raw data for transmittance with RHOWIN." @@ -220,7 +271,7 @@ mutation { name } } - RHOWINReferenceMeasurement: createMethod( + rhowinReferenceMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure a white standard as reference." @@ -237,7 +288,7 @@ mutation { name } } - RHOWINCalculation: createMethod( + rhowinCalculation: createMethod( input: { categories: CALCULATION description: "Calculate the transmittances based on the measurement raw data." @@ -254,7 +305,7 @@ mutation { name } } - EN410Integral: createMethod( + en410Integral: createMethod( input: { categories: CALCULATION description: "Calculate integral values according to EN410:2011 based on spectral data." @@ -279,7 +330,7 @@ mutation { name } } - ISO9050Integral: createMethod( + iso9050Integral: createMethod( input: { categories: CALCULATION description: "Calculate integral values according to ISO9050:2003 based on spectral data." @@ -304,7 +355,24 @@ mutation { name } } - PhotogoniometerInput: createMethod( + photogoniometerMeasurement: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the transmittance and/or reflectance with the photogoniometer PGII." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Photogoniometer measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } + photogoniometerInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for Photogoniometer measurements." @@ -321,7 +389,7 @@ mutation { name } } - PhotogoniometerRawDataMeasurement: createMethod( + photogoniometerRawDataMeasurement: createMethod( input: { categories: MEASUREMENT description: "Measure the raw data for transmittance and reflectance with photogoniometer." @@ -338,7 +406,7 @@ mutation { name } } - PhotogoniometerKlemsCalculation: createMethod( + photogoniometerKlemsCalculation: createMethod( input: { categories: CALCULATION description: "Calculate a Klems matrix based on bidirectional raw data." @@ -355,7 +423,7 @@ mutation { name } } - PhotogoniometerTensorTreeCalculation: createMethod( + photogoniometerTensorTreeCalculation: createMethod( input: { categories: CALCULATION description: "Calculate a tensor-tree based on bidirectional raw data." @@ -488,6 +556,23 @@ mutation { name } } + uValueMeasurement: createMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "Measure the U value." + institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "U value measurement" + userDeveloperIds: [ + "d1f19101-e1e7-4e16-a09a-78b7b127b89f" + "2c103b27-eb15-423a-a184-fdd6c64eefe2" + ] + } + ) { + method { + name + } + } uValueInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] From 6173607a7742e92e07298d640f4b008a2f4d1e8b Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 10 Jul 2024 16:54:11 +0200 Subject: [PATCH 158/362] Add mutation updateMethod. `make examples` fails, because metabase.graphql is behind the repo metabase. --- queries/metabase/createMethods.graphql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 4515ff1d..85e4a3c3 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -1,4 +1,19 @@ mutation { + updateGeneralTestLabSolarFacadesMethod: updateMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "The general method of TestLab Solar Facade at Fraunhofer Institute for Solar Energy Systems for measurements of building envelope components." + methodId: "f8c2283a-7fe0-45b5-9608-9fbda4e2d415" + name: "General TestLab Solar Facades Method" + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/general" + } + } + ) { + method { + name + } + } lambda900Measurement: createMethod( input: { categories: [MEASUREMENT, CALCULATION] From 38a5ef81a324f370369eddfd572b0248c1c56a85 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 10 Jul 2024 17:23:01 +0200 Subject: [PATCH 159/362] Add URL of publications. Split invalid updateMethod into separate file --- queries/metabase/createMethods.graphql | 114 ++++++++++++++----------- queries/metabase/updateMethod.graphql | 20 +++++ 2 files changed, 83 insertions(+), 51 deletions(-) create mode 100644 queries/metabase/updateMethod.graphql diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 85e4a3c3..a030053b 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -1,19 +1,4 @@ mutation { - updateGeneralTestLabSolarFacadesMethod: updateMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "The general method of TestLab Solar Facade at Fraunhofer Institute for Solar Energy Systems for measurements of building envelope components." - methodId: "f8c2283a-7fe0-45b5-9608-9fbda4e2d415" - name: "General TestLab Solar Facades Method" - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/general" - } - } - ) { - method { - name - } - } lambda900Measurement: createMethod( input: { categories: [MEASUREMENT, CALCULATION] @@ -25,6 +10,9 @@ mutation { "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/lambda900/general" + } } ) { method { @@ -127,6 +115,9 @@ mutation { "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/lambda900/general" + } } ) { method { @@ -144,6 +135,9 @@ mutation { "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/tauwin/general" + } } ) { method { @@ -229,6 +223,9 @@ mutation { "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/rhowin/general" + } } ) { method { @@ -381,6 +378,9 @@ mutation { "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/photogoniometer/general" + } } ) { method { @@ -455,71 +455,87 @@ mutation { name } } - gValueInput: createMethod( + gValueNearnormalWithFrame: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for gValue measurements." + description: "Measure the nearnormal g value according to ISO 19467 including frame." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value input" + name: "g value nearnormal including frame ISO 19467" + standard: { + locator: "https://www.iso.org/standard/64989.html" + numeration: { mainNumber: "19467", prefix: "", suffix: "" } + standardizers: ISO + title: "Thermal performance of windows and doors — Determination of solar heat gain coefficient using solar simulator" + year: 2017 + } userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/gValue/nearnormal_including_frame/general" + } } ) { method { name } } - gValueRawDataMeasurement: createMethod( + gValueCenterOfGlazing: createMethod( input: { - categories: MEASUREMENT - description: "Run the g value measurement." + categories: [MEASUREMENT, CALCULATION] + description: "Measure the center-of-glazing g value according to ISO 19467-2." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value raw data measurement" + name: "center-of-glazing g value ISO 19467-2" + standard: { + locator: "https://www.iso.org/standard/73824.html" + numeration: { mainNumber: "19467", prefix: "", suffix: "2" } + standardizers: ISO + title: "Thermal Performance of windows and doors — Determination of solar heat gain coefficient using solar simulator Part 2: Centre of glazing" + year: 2021 + } userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/gValue/center-of-glazing/general" + } } ) { method { name } } - gValueIrradianceRawDataMeasurement: createMethod( + gValueMeasurementBeyondStandard: createMethod( input: { - categories: MEASUREMENT - description: "Measure the irradiance in the plane of the sample in the g value test facility." + categories: [MEASUREMENT, CALCULATION] + description: "Measure the g value for irradiance beyond the definition of existing standards." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value raw data irradiance measurement" + name: "g value beyond standards" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/gValue/beyond_standards/general" + } } ) { method { name } } - gValueNearnormalWithFrame: createMethod( + gValueInput: createMethod( input: { categories: [MEASUREMENT, CALCULATION] - description: "Measure the nearnormal g value according to ISO 19467 including frame." + description: "Collect the required input for gValue measurements." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value nearnormal including frame ISO 19467" - standard: { - locator: "https://www.iso.org/standard/64989.html" - numeration: { mainNumber: "19467", prefix: "", suffix: "" } - standardizers: ISO - title: "Thermal performance of windows and doors — Determination of solar heat gain coefficient using solar simulator" - year: 2017 - } + name: "g value input" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -530,20 +546,13 @@ mutation { name } } - gValueCenterOfGlazing: createMethod( + gValueRawDataMeasurement: createMethod( input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the center-of-glazing g value according to ISO 19467-2." + categories: MEASUREMENT + description: "Run the g value measurement." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "center-of-glazing g value ISO 19467-2" - standard: { - locator: "https://www.iso.org/standard/73824.html" - numeration: { mainNumber: "19467", prefix: "", suffix: "2" } - standardizers: ISO - title: "Thermal Performance of windows and doors — Determination of solar heat gain coefficient using solar simulator Part 2: Centre of glazing" - year: 2021 - } + name: "g value raw data measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -554,13 +563,13 @@ mutation { name } } - gValueMeasurementBeyondStandard: createMethod( + gValueIrradianceRawDataMeasurement: createMethod( input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the g value for irradiance beyond the definition of existing standards." + categories: MEASUREMENT + description: "Measure the irradiance in the plane of the sample in the g value test facility." institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value beyond standards" + name: "g value raw data irradiance measurement" userDeveloperIds: [ "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" @@ -582,6 +591,9 @@ mutation { "d1f19101-e1e7-4e16-a09a-78b7b127b89f" "2c103b27-eb15-423a-a184-fdd6c64eefe2" ] + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/uValue/general" + } } ) { method { diff --git a/queries/metabase/updateMethod.graphql b/queries/metabase/updateMethod.graphql new file mode 100644 index 00000000..d921cafb --- /dev/null +++ b/queries/metabase/updateMethod.graphql @@ -0,0 +1,20 @@ +mutation { + """ + When metabase.graphql is updated from repo metabase, this mutation should be valid. + """ + updateGeneralTestLabSolarFacadesMethod: updateMethod( + input: { + categories: [MEASUREMENT, CALCULATION] + description: "The general method of TestLab Solar Facade at Fraunhofer Institute for Solar Energy Systems for measurements of building envelope components." + methodId: "f8c2283a-7fe0-45b5-9608-9fbda4e2d415" + name: "General TestLab Solar Facades Method" + publication: { + webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/general" + } + } + ) { + method { + name + } + } +} \ No newline at end of file From e16cc996804be01ab142a6cc50117abe1b441a90 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 14 Oct 2024 13:06:19 +0200 Subject: [PATCH 160/362] instiutionDeveloperIds is an array --- queries/metabase/createMethods.graphql | 72 +++++++++++++------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index a030053b..3e9bef99 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -3,7 +3,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the transmittance and/or reflectance with the spectrometer Lambda900." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Lambda900 measurement" userDeveloperIds: [ @@ -23,7 +23,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for Lambda900 measurements." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Lambda900 input" userDeveloperIds: [ @@ -40,7 +40,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the baselines with 0% and 100% irradiance." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Lambda900 baseline measurement" userDeveloperIds: [ @@ -57,7 +57,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the raw data for transmittance and reflectance with Lambda900." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Lambda900 raw data measurement" userDeveloperIds: [ @@ -74,7 +74,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the references like a mirror and a white standard." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Lambda900 reference measurement" userDeveloperIds: [ @@ -91,7 +91,7 @@ mutation { input: { categories: CALCULATION description: "Calculate the transmittances and reflectances based on the measurement raw data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Lambda900 calculate transmittance and reflectance" userDeveloperIds: [ @@ -108,7 +108,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the transmittance with TAUWIN." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "TAUWIN measurement" userDeveloperIds: [ @@ -128,7 +128,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for TAUWIN measurements." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "TAUWIN input" userDeveloperIds: [ @@ -148,7 +148,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the baselines with 0% and 100% irradiance." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "TAUWIN baseline measurement" userDeveloperIds: [ @@ -165,7 +165,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the raw data for transmittance with TAUWIN." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "TAUWIN raw data measurement" userDeveloperIds: [ @@ -182,7 +182,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the diffuse reflectance with RHODIFF." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "TAUWIN measurement diffuse reflectance" userDeveloperIds: [ @@ -199,7 +199,7 @@ mutation { input: { categories: CALCULATION description: "Calculate the transmittances based on the measurement raw data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "TAUWIN calculate transmittance" userDeveloperIds: [ @@ -216,7 +216,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the reflectance with the RHOWIN." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "RHOWIN measurement" userDeveloperIds: [ @@ -236,7 +236,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for RHOWIN measurements." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "RHOWIN input" userDeveloperIds: [ @@ -253,7 +253,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the baselines with 0% and 100% irradiance." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "RHOWIN baseline measurement" userDeveloperIds: [ @@ -270,7 +270,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the raw data for transmittance with RHOWIN." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "RHOWIN raw data measurement" userDeveloperIds: [ @@ -287,7 +287,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure a white standard as reference." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "RHOWIN reference measurement" userDeveloperIds: [ @@ -304,7 +304,7 @@ mutation { input: { categories: CALCULATION description: "Calculate the transmittances based on the measurement raw data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "RHOWIN calculate transmittance" userDeveloperIds: [ @@ -321,7 +321,7 @@ mutation { input: { categories: CALCULATION description: "Calculate integral values according to EN410:2011 based on spectral data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "EN 410 integral" standard: { @@ -346,7 +346,7 @@ mutation { input: { categories: CALCULATION description: "Calculate integral values according to ISO9050:2003 based on spectral data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "ISO 9050 integral" standard: { @@ -371,7 +371,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the transmittance and/or reflectance with the photogoniometer PGII." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Photogoniometer measurement" userDeveloperIds: [ @@ -391,7 +391,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for Photogoniometer measurements." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "photogoniometer input" userDeveloperIds: [ @@ -408,7 +408,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the raw data for transmittance and reflectance with photogoniometer." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "photogoniometer raw data measurement" userDeveloperIds: [ @@ -425,7 +425,7 @@ mutation { input: { categories: CALCULATION description: "Calculate a Klems matrix based on bidirectional raw data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "calculate Klems matrix" userDeveloperIds: [ @@ -442,7 +442,7 @@ mutation { input: { categories: CALCULATION description: "Calculate a tensor-tree based on bidirectional raw data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "calculate tensor-tree matrix" userDeveloperIds: [ @@ -459,7 +459,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the nearnormal g value according to ISO 19467 including frame." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "g value nearnormal including frame ISO 19467" standard: { @@ -486,7 +486,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the center-of-glazing g value according to ISO 19467-2." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "center-of-glazing g value ISO 19467-2" standard: { @@ -513,7 +513,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the g value for irradiance beyond the definition of existing standards." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "g value beyond standards" userDeveloperIds: [ @@ -533,7 +533,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for gValue measurements." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "g value input" userDeveloperIds: [ @@ -550,7 +550,7 @@ mutation { input: { categories: MEASUREMENT description: "Run the g value measurement." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "g value raw data measurement" userDeveloperIds: [ @@ -567,7 +567,7 @@ mutation { input: { categories: MEASUREMENT description: "Measure the irradiance in the plane of the sample in the g value test facility." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "g value raw data irradiance measurement" userDeveloperIds: [ @@ -584,7 +584,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the U value." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "U value measurement" userDeveloperIds: [ @@ -604,7 +604,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Collect the required input for U value measurements." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "U value input" userDeveloperIds: [ @@ -621,7 +621,7 @@ mutation { input: { categories: MEASUREMENT description: "Run the U value measurement." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "U value raw data measurement" userDeveloperIds: [ @@ -638,7 +638,7 @@ mutation { input: { categories: CALCULATION description: "Calculate the U value based on the measurement raw data." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "calculate U value" userDeveloperIds: [ @@ -655,7 +655,7 @@ mutation { input: { categories: [MEASUREMENT, CALCULATION] description: "Measure the U value according to EN 674." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "U value EN 674" standard: { From b6b415a631143586a09f3ca6a31bf358f92b06aa Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 14 Oct 2024 13:12:03 +0200 Subject: [PATCH 161/362] Add the field `errors` to the mutations. --- queries/metabase/createMethods.graphql | 180 +++++++++++++++++++++++++ 1 file changed, 180 insertions(+) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethods.graphql index 3e9bef99..4a94f665 100644 --- a/queries/metabase/createMethods.graphql +++ b/queries/metabase/createMethods.graphql @@ -18,6 +18,11 @@ mutation { method { name } + errors { + code + message + path + } } lambda900Input: createMethod( input: { @@ -35,6 +40,11 @@ mutation { method { name } + errors { + code + message + path + } } lambda900BaselineMeasurement: createMethod( input: { @@ -52,6 +62,11 @@ mutation { method { name } + errors { + code + message + path + } } lambda900RawDataMeasurement: createMethod( input: { @@ -69,6 +84,11 @@ mutation { method { name } + errors { + code + message + path + } } lambda900ReferenceMeasurement: createMethod( input: { @@ -86,6 +106,11 @@ mutation { method { name } + errors { + code + message + path + } } lambda900Calculation: createMethod( input: { @@ -103,6 +128,11 @@ mutation { method { name } + errors { + code + message + path + } } tauwinMeasurement: createMethod( input: { @@ -123,6 +153,11 @@ mutation { method { name } + errors { + code + message + path + } } tauwinInput: createMethod( input: { @@ -143,6 +178,11 @@ mutation { method { name } + errors { + code + message + path + } } tauwinBaselineMeasurement: createMethod( input: { @@ -160,6 +200,11 @@ mutation { method { name } + errors { + code + message + path + } } tauwinRawDataMeasurement: createMethod( input: { @@ -177,6 +222,11 @@ mutation { method { name } + errors { + code + message + path + } } tauwinRhodiffMeasurement: createMethod( input: { @@ -194,6 +244,11 @@ mutation { method { name } + errors { + code + message + path + } } tauwinCalculation: createMethod( input: { @@ -211,6 +266,11 @@ mutation { method { name } + errors { + code + message + path + } } rhowinMeasurement: createMethod( input: { @@ -231,6 +291,11 @@ mutation { method { name } + errors { + code + message + path + } } rhowinInput: createMethod( input: { @@ -248,6 +313,11 @@ mutation { method { name } + errors { + code + message + path + } } rhowinBaselineMeasurement: createMethod( input: { @@ -265,6 +335,11 @@ mutation { method { name } + errors { + code + message + path + } } rhowinRawDataMeasurement: createMethod( input: { @@ -282,6 +357,11 @@ mutation { method { name } + errors { + code + message + path + } } rhowinReferenceMeasurement: createMethod( input: { @@ -299,6 +379,11 @@ mutation { method { name } + errors { + code + message + path + } } rhowinCalculation: createMethod( input: { @@ -316,6 +401,11 @@ mutation { method { name } + errors { + code + message + path + } } en410Integral: createMethod( input: { @@ -341,6 +431,11 @@ mutation { method { name } + errors { + code + message + path + } } iso9050Integral: createMethod( input: { @@ -366,6 +461,11 @@ mutation { method { name } + errors { + code + message + path + } } photogoniometerMeasurement: createMethod( input: { @@ -386,6 +486,11 @@ mutation { method { name } + errors { + code + message + path + } } photogoniometerInput: createMethod( input: { @@ -403,6 +508,11 @@ mutation { method { name } + errors { + code + message + path + } } photogoniometerRawDataMeasurement: createMethod( input: { @@ -420,6 +530,11 @@ mutation { method { name } + errors { + code + message + path + } } photogoniometerKlemsCalculation: createMethod( input: { @@ -437,6 +552,11 @@ mutation { method { name } + errors { + code + message + path + } } photogoniometerTensorTreeCalculation: createMethod( input: { @@ -454,6 +574,11 @@ mutation { method { name } + errors { + code + message + path + } } gValueNearnormalWithFrame: createMethod( input: { @@ -481,6 +606,11 @@ mutation { method { name } + errors { + code + message + path + } } gValueCenterOfGlazing: createMethod( input: { @@ -508,6 +638,11 @@ mutation { method { name } + errors { + code + message + path + } } gValueMeasurementBeyondStandard: createMethod( input: { @@ -528,6 +663,11 @@ mutation { method { name } + errors { + code + message + path + } } gValueInput: createMethod( input: { @@ -545,6 +685,11 @@ mutation { method { name } + errors { + code + message + path + } } gValueRawDataMeasurement: createMethod( input: { @@ -562,6 +707,11 @@ mutation { method { name } + errors { + code + message + path + } } gValueIrradianceRawDataMeasurement: createMethod( input: { @@ -579,6 +729,11 @@ mutation { method { name } + errors { + code + message + path + } } uValueMeasurement: createMethod( input: { @@ -599,6 +754,11 @@ mutation { method { name } + errors { + code + message + path + } } uValueInput: createMethod( input: { @@ -616,6 +776,11 @@ mutation { method { name } + errors { + code + message + path + } } uValueRawDataMeasurement: createMethod( input: { @@ -633,6 +798,11 @@ mutation { method { name } + errors { + code + message + path + } } uValueCalculation: createMethod( input: { @@ -650,6 +820,11 @@ mutation { method { name } + errors { + code + message + path + } } uValueEN674: createMethod( input: { @@ -674,5 +849,10 @@ mutation { method { name } + errors { + code + message + path + } } } From a471879808a31984cff29d74acc97e7e38f58211 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 14 Oct 2024 13:33:18 +0200 Subject: [PATCH 162/362] The methods on metabase for TestLab Solar Facades were created with this version of createMethodsTestLabSolarFacades.graphql --- ...teMethods.graphql => createMethodsTestLabSolarFacades.graphql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename queries/metabase/{createMethods.graphql => createMethodsTestLabSolarFacades.graphql} (100%) diff --git a/queries/metabase/createMethods.graphql b/queries/metabase/createMethodsTestLabSolarFacades.graphql similarity index 100% rename from queries/metabase/createMethods.graphql rename to queries/metabase/createMethodsTestLabSolarFacades.graphql From 1ed23045b983ee159b316f78c559cbf7e75c2a72 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 14 Oct 2024 14:03:19 +0200 Subject: [PATCH 163/362] Move the mutation createMethodsTestLabSolarFacades.graphql to https://gitlab.cc-asp.fraunhofer.de/cmaurer/private-queries-mutations because it should not be executed twice. --- .../createMethodsTestLabSolarFacades.graphql | 858 ------------------ 1 file changed, 858 deletions(-) delete mode 100644 queries/metabase/createMethodsTestLabSolarFacades.graphql diff --git a/queries/metabase/createMethodsTestLabSolarFacades.graphql b/queries/metabase/createMethodsTestLabSolarFacades.graphql deleted file mode 100644 index 4a94f665..00000000 --- a/queries/metabase/createMethodsTestLabSolarFacades.graphql +++ /dev/null @@ -1,858 +0,0 @@ -mutation { - lambda900Measurement: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the transmittance and/or reflectance with the spectrometer Lambda900." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900 measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/lambda900/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - lambda900Input: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for Lambda900 measurements." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900 input" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - lambda900BaselineMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the baselines with 0% and 100% irradiance." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900 baseline measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - lambda900RawDataMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the raw data for transmittance and reflectance with Lambda900." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900 raw data measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - lambda900ReferenceMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the references like a mirror and a white standard." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900 reference measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - lambda900Calculation: createMethod( - input: { - categories: CALCULATION - description: "Calculate the transmittances and reflectances based on the measurement raw data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900 calculate transmittance and reflectance" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - tauwinMeasurement: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the transmittance with TAUWIN." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/lambda900/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - tauwinInput: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for TAUWIN measurements." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN input" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/tauwin/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - tauwinBaselineMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the baselines with 0% and 100% irradiance." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN baseline measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - tauwinRawDataMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the raw data for transmittance with TAUWIN." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN raw data measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - tauwinRhodiffMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the diffuse reflectance with RHODIFF." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN measurement diffuse reflectance" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - tauwinCalculation: createMethod( - input: { - categories: CALCULATION - description: "Calculate the transmittances based on the measurement raw data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "TAUWIN calculate transmittance" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - rhowinMeasurement: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the reflectance with the RHOWIN." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/rhowin/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - rhowinInput: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for RHOWIN measurements." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN input" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - rhowinBaselineMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the baselines with 0% and 100% irradiance." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN baseline measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - rhowinRawDataMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the raw data for transmittance with RHOWIN." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN raw data measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - rhowinReferenceMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure a white standard as reference." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN reference measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - rhowinCalculation: createMethod( - input: { - categories: CALCULATION - description: "Calculate the transmittances based on the measurement raw data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "RHOWIN calculate transmittance" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - en410Integral: createMethod( - input: { - categories: CALCULATION - description: "Calculate integral values according to EN410:2011 based on spectral data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "EN 410 integral" - standard: { - locator: "https://www.dinmedia.de/en/standard/din-en-410/138424295" - numeration: { mainNumber: "410", prefix: "", suffix: "" } - section: "5" - standardizers: [CEN, DIN] - title: "Glass in building - Determination of luminous and solar characteristics of glazing" - year: 2011 - } - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - iso9050Integral: createMethod( - input: { - categories: CALCULATION - description: "Calculate integral values according to ISO9050:2003 based on spectral data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "ISO 9050 integral" - standard: { - locator: "https://www.iso.org/standard/35062.html" - numeration: { mainNumber: "9050", prefix: "", suffix: "" } - section: "3" - standardizers: ISO - title: "Glass in building — Determination of light transmittance, solar direct transmittance, total solar energy transmittance, ultraviolet transmittance and related glazing factors" - year: 2003 - } - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - photogoniometerMeasurement: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the transmittance and/or reflectance with the photogoniometer PGII." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Photogoniometer measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/optical/photogoniometer/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - photogoniometerInput: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for Photogoniometer measurements." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "photogoniometer input" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - photogoniometerRawDataMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the raw data for transmittance and reflectance with photogoniometer." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "photogoniometer raw data measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - photogoniometerKlemsCalculation: createMethod( - input: { - categories: CALCULATION - description: "Calculate a Klems matrix based on bidirectional raw data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "calculate Klems matrix" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - photogoniometerTensorTreeCalculation: createMethod( - input: { - categories: CALCULATION - description: "Calculate a tensor-tree based on bidirectional raw data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "calculate tensor-tree matrix" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - gValueNearnormalWithFrame: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the nearnormal g value according to ISO 19467 including frame." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value nearnormal including frame ISO 19467" - standard: { - locator: "https://www.iso.org/standard/64989.html" - numeration: { mainNumber: "19467", prefix: "", suffix: "" } - standardizers: ISO - title: "Thermal performance of windows and doors — Determination of solar heat gain coefficient using solar simulator" - year: 2017 - } - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/gValue/nearnormal_including_frame/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - gValueCenterOfGlazing: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the center-of-glazing g value according to ISO 19467-2." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "center-of-glazing g value ISO 19467-2" - standard: { - locator: "https://www.iso.org/standard/73824.html" - numeration: { mainNumber: "19467", prefix: "", suffix: "2" } - standardizers: ISO - title: "Thermal Performance of windows and doors — Determination of solar heat gain coefficient using solar simulator Part 2: Centre of glazing" - year: 2021 - } - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/gValue/center-of-glazing/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - gValueMeasurementBeyondStandard: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the g value for irradiance beyond the definition of existing standards." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value beyond standards" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/gValue/beyond_standards/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - gValueInput: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for gValue measurements." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value input" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - gValueRawDataMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Run the g value measurement." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value raw data measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - gValueIrradianceRawDataMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Measure the irradiance in the plane of the sample in the g value test facility." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "g value raw data irradiance measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - uValueMeasurement: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the U value." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "U value measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/calorimetric/uValue/general" - } - } - ) { - method { - name - } - errors { - code - message - path - } - } - uValueInput: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Collect the required input for U value measurements." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "U value input" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - uValueRawDataMeasurement: createMethod( - input: { - categories: MEASUREMENT - description: "Run the U value measurement." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "U value raw data measurement" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - uValueCalculation: createMethod( - input: { - categories: CALCULATION - description: "Calculate the U value based on the measurement raw data." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "calculate U value" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } - uValueEN674: createMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "Measure the U value according to EN 674." - institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "U value EN 674" - standard: { - locator: "https://www.dinmedia.de/en/standard/din-en-674/142706443" - numeration: { mainNumber: "674", prefix: "", suffix: "" } - standardizers: [CEN, DIN] - title: "Glass in building - Determination of thermal transmittance (U value) - Guarded hot plate method" - year: 2011 - } - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - errors { - code - message - path - } - } -} From 0ac1657be39a648af23b7f7d11ec6a080a0529f4 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 14 Oct 2024 14:04:03 +0200 Subject: [PATCH 164/362] Keep only one file as example for creating a method. --- queries/metabase/createMethod.graphql | 68 ++++++++++++++++++++ queries/metabase/createMethodMaximum.graphql | 47 -------------- queries/metabase/createMethodMinimum.graphql | 19 ------ 3 files changed, 68 insertions(+), 66 deletions(-) create mode 100644 queries/metabase/createMethod.graphql delete mode 100644 queries/metabase/createMethodMaximum.graphql delete mode 100644 queries/metabase/createMethodMinimum.graphql diff --git a/queries/metabase/createMethod.graphql b/queries/metabase/createMethod.graphql new file mode 100644 index 00000000..75fb56fa --- /dev/null +++ b/queries/metabase/createMethod.graphql @@ -0,0 +1,68 @@ +mutation { + createSimpleMethod: createMethod( + input: { + categories: MEASUREMENT + description: "Perform a measurement." + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Measurement" + userDeveloperIds: ["d1f19101-e1e7-4e16-a09a-78b7b127b89f"] + } + ) { + method { + name + } + errors { + code + message + path + } + } + createDetailedMethod: createMethod( + input: { + availability: { + from: "2024-06-05T12:00:0.000+01:00" + to: "2026-06-05T12:00:0.000+01:00" + } + calculationLocator: "https://github.com/calculator" + categories: [CALCULATION, MEASUREMENT] + description: "Perform a specific measurement and evaluate it with detailed calculations." + institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] + managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + name: "Complex measurement with calculations" + publication: { + abstract: "Very short abstract" + arXiv: "2406.01666" + authors: ["Max Mustermann", "Martina Muster"] + doi: "10.1016/j.solener.2023.05.065" + section: "1" + title: "Optical measurements" + urn: "isbn:0451450523" + webAddress: "https://www.sciencedirect.com/science/article/pii/S0038092X17304613" + } + standard: { + abstract: "Very short abstract" + locator: "https://www.dinmedia.de/en/standard/din-en-410/138424213" + numeration: { mainNumber: "410", prefix: "", suffix: "" } + section: "1" + standardizers: [CEN, DIN] + title: "Standard for optical measurements" + year: 2024 + } + userDeveloperIds: ["d1f19101-e1e7-4e16-a09a-78b7b127b89f"] + validity: { + from: "2024-06-05T12:00:0.000+01:00" + to: "2026-06-05T12:00:0.000+01:00" + } + } + ) { + method { + name + } + errors { + code + message + path + } + } +} diff --git a/queries/metabase/createMethodMaximum.graphql b/queries/metabase/createMethodMaximum.graphql deleted file mode 100644 index 3bc019fc..00000000 --- a/queries/metabase/createMethodMaximum.graphql +++ /dev/null @@ -1,47 +0,0 @@ -mutation { - createMethod( - input: { - availability: { - from: "2024-06-05T12:00:0.000+01:00" - to: "2025-06-05T12:00:0.000+01:00" - } - calculationLocator: "https://github.com/building-envelope-data/" - categories: [CALCULATION, MEASUREMENT] - description: "Perform measurement mit Lambda900." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900" - publication: { - abstract: "Very short abstract" - arXiv: "2406.01666" - authors: ["Max Mustermann", "Martina Muster"] - doi: "10.1016/j.solener.2017.05.065" - section: "1" - title: "Optical measurements" - urn: "isbn:0451450523" - webAddress: "https://www.sciencedirect.com/science/article/pii/S0038092X17304607" - } - standard: { - abstract: "Very short abstract" - locator: "https://www.dinmedia.de/en/standard/din-en-410/138424295" - numeration: { mainNumber: "410", prefix: "", suffix: "" } - section: "1" - standardizers: [CEN, DIN] - title: "Standard for optical measurements" - year: 2024 - } - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - validity: { - from: "2024-06-05T12:00:0.000+01:00" - to: "2025-06-05T12:00:0.000+01:00" - } - } - ) { - method { - name - } - } -} diff --git a/queries/metabase/createMethodMinimum.graphql b/queries/metabase/createMethodMinimum.graphql deleted file mode 100644 index 4bac4f9a..00000000 --- a/queries/metabase/createMethodMinimum.graphql +++ /dev/null @@ -1,19 +0,0 @@ -mutation { - createMethod( - input: { - categories: MEASUREMENT - description: "Perform measurement mit Lambda900." - institutionDeveloperIds: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - name: "Lambda900" - userDeveloperIds: [ - "d1f19101-e1e7-4e16-a09a-78b7b127b89f" - "2c103b27-eb15-423a-a184-fdd6c64eefe2" - ] - } - ) { - method { - name - } - } -} From 304abc6c1eb9721abd9a42b96982bd3dbf158f00 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 14 Oct 2024 14:27:35 +0200 Subject: [PATCH 165/362] Move updateMethod.graphql to https://gitlab.cc-asp.fraunhofer.de/cmaurer/private-queries-mutations . When metabase.graphql is updated from repo metabase, this mutation should be valid. --- queries/metabase/updateMethod.graphql | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 queries/metabase/updateMethod.graphql diff --git a/queries/metabase/updateMethod.graphql b/queries/metabase/updateMethod.graphql deleted file mode 100644 index d921cafb..00000000 --- a/queries/metabase/updateMethod.graphql +++ /dev/null @@ -1,20 +0,0 @@ -mutation { - """ - When metabase.graphql is updated from repo metabase, this mutation should be valid. - """ - updateGeneralTestLabSolarFacadesMethod: updateMethod( - input: { - categories: [MEASUREMENT, CALCULATION] - description: "The general method of TestLab Solar Facade at Fraunhofer Institute for Solar Energy Systems for measurements of building envelope components." - methodId: "f8c2283a-7fe0-45b5-9608-9fbda4e2d415" - name: "General TestLab Solar Facades Method" - publication: { - webAddress: "https://gitlab.cc-asp.fraunhofer.de/cmaurer/bed-resources/-/tree/main/TestLabSolarFacades/general" - } - } - ) { - method { - name - } - } -} \ No newline at end of file From 0a93efea655239ea10765a7f8f3290e09f372b80 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 14 Oct 2024 17:16:49 +0200 Subject: [PATCH 166/362] Rename folder `queries` to `requests` to include mutations. --- CHANGELOG.md | 2 +- README.md | 2 +- {queries => requests}/database/allData.graphql | 0 {queries => requests}/database/data.graphql | 0 {queries => requests}/database/hasData.graphql | 0 {queries => requests}/database/tutorial.graphql | 0 {queries => requests}/metabase/createMethod.graphql | 0 {queries => requests}/metabase/tutorial.graphql | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename {queries => requests}/database/allData.graphql (100%) rename {queries => requests}/database/data.graphql (100%) rename {queries => requests}/database/hasData.graphql (100%) rename {queries => requests}/database/tutorial.graphql (100%) rename {queries => requests}/metabase/createMethod.graphql (100%) rename {queries => requests}/metabase/tutorial.graphql (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4060547b..c2e5fc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to ### Added -- +- Add createMethod.graphql as example of a mutation on the metabase [#324](https://github.com/building-envelope-data/api/pull/324) - - - diff --git a/README.md b/README.md index d77eba91..85712def 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This specification of an Application Programming Interface (API) is designed to facilitate the exchange of data about building envelopes. Several [databases](https://github.com/building-envelope-data/database) use the same API specification to offer data about components. A [metabase](https://github.com/building-envelope-data/metabase) manages for example the identifiers of components and institutions which must be the same for all databases. -This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries in the directory `./queries`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/queries/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). +This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries and mutations are in the directory `./requests`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/queries/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. A [visualization of the JSON Schema of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png) is available together with [visualizations of examples of optical data points](docs/diagrams/out/opticalData). A [visualization of the JSON Schema of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png) is available together with [visualizations of examples of calorimetric data sets](docs/diagrams/out/calorimetricData). diff --git a/queries/database/allData.graphql b/requests/database/allData.graphql similarity index 100% rename from queries/database/allData.graphql rename to requests/database/allData.graphql diff --git a/queries/database/data.graphql b/requests/database/data.graphql similarity index 100% rename from queries/database/data.graphql rename to requests/database/data.graphql diff --git a/queries/database/hasData.graphql b/requests/database/hasData.graphql similarity index 100% rename from queries/database/hasData.graphql rename to requests/database/hasData.graphql diff --git a/queries/database/tutorial.graphql b/requests/database/tutorial.graphql similarity index 100% rename from queries/database/tutorial.graphql rename to requests/database/tutorial.graphql diff --git a/queries/metabase/createMethod.graphql b/requests/metabase/createMethod.graphql similarity index 100% rename from queries/metabase/createMethod.graphql rename to requests/metabase/createMethod.graphql diff --git a/queries/metabase/tutorial.graphql b/requests/metabase/tutorial.graphql similarity index 100% rename from queries/metabase/tutorial.graphql rename to requests/metabase/tutorial.graphql From 120db363fb8685581389c2529e0c8241ef3b723d Mon Sep 17 00:00:00 2001 From: Matthias Pazold Date: Mon, 13 May 2024 11:38:31 +0200 Subject: [PATCH 167/362] add first draft hygrothermal data schema --- .../hygrothermal/fullHygrothermalData.json | 269 ++++++++++++++++++ schemas/hygrothermalData.json | 242 ++++++++++++++-- schemas/number.json | 73 ++++- 3 files changed, 551 insertions(+), 33 deletions(-) create mode 100644 examples/dbe/hygrothermal/fullHygrothermalData.json diff --git a/examples/dbe/hygrothermal/fullHygrothermalData.json b/examples/dbe/hygrothermal/fullHygrothermalData.json new file mode 100644 index 00000000..0cd12aa3 --- /dev/null +++ b/examples/dbe/hygrothermal/fullHygrothermalData.json @@ -0,0 +1,269 @@ +{ + "components": [ + { + "name": "esb-Platte elka strong board P5", + "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", + "description": "This is an example of all values the hygrothermal data about a component.", + "roles": { + "manufacturer": { + "id": "75263c05-d81a-41f0-825b-fc8446532fe9" + } + }, + "hygrothermal": [ + { + "id": { + "value": "8ca1102b-264a-4023-8351-5897ec38e388", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "This hygrothermal data has been provided by WUFI.de.", + "data": [ + { + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "referenceWaterContent": 79, + "freeWaterSaturation": 554, + "waterAbsorptionCoefficient": 0.002, + "moistureDependentConductivitySupplement": 1.5, + "temperatureDependentConductivitySupplement": 2E-4, + "typicalBuildInMoisture": 0, + "moistureStorageFunction": [ + { + "relativeHumidityAbsolut": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolut": 0.1, + "waterContent": 2.55 + }, + { + "relativeHumidityAbsolut": 0.2, + "waterContent": 5.7 + }, + { + "relativeHumidityAbsolut": 0.3, + "waterContent": 9.7 + }, + { + "relativeHumidityAbsolut": 0.4, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolut": 0.5, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolut": 0.55, + "waterContent": 26.79 + }, + { + "relativeHumidityAbsolut": 0.6, + "waterContent": 32.52 + }, + { + "relativeHumidityAbsolut": 0.65, + "waterContent": 39.71 + }, + { + "relativeHumidityAbsolut": 0.7, + "waterContent": 48.99 + }, + { + "relativeHumidityAbsolut": 0.75, + "waterContent": 61.44 + }, + { + "relativeHumidityAbsolut": 0.8, + "waterContent": 79 + }, + { + "relativeHumidityAbsolut": 0.85, + "waterContent": 105.64 + }, + { + "relativeHumidityAbsolut": 0.9, + "waterContent": 150.86 + }, + { + "relativeHumidityAbsolut": 0.91, + "waterContent": 163.97 + }, + { + "relativeHumidityAbsolut": 0.92, + "waterContent": 179.21 + }, + { + "relativeHumidityAbsolut": 0.93, + "waterContent": 197.13 + }, + { + "relativeHumidityAbsolut": 0.94, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolut": 0.95, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolut": 0.96, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolut": 0.97, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolut": 0.98, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolut": 0.99, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolut": 1, + "waterContent": 554 + } + ], + "moistureStorageFunctionGenerated": true, + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.36239E-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 4.952495E-11 + } + ], + "liquidTransportCoefficientSuctionGenerated": true, + "liquidTransportCoefficientRedistribution": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.8E-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 8E-9 + } + ], + "liquidTransportCoefficientRedistributionGenerated": false, + "thermalConductivityMoistureDependent": [ + { + "waterContent": 0, + "thermalConductivity": 0.102 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityMoistureDependentGenerated": true, + "thermalConductivityTemperatureDependent": [ + { + "temperature": -20, + "thermalConductivity": 0.096 + }, + { + "temperature": 80, + "thermalConductivity": 0.116 + } + ], + "thermalConductivityTemperatureDependentGenerated": true, + "waterVaporDiffusionResistanceFactorMoistureDependent": [ + { + "relativeHumidityAbsolut": 0, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolut": 0.25, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolut": 0.725, + "diffusionResistanceFactor": 36.18 + }, + { + "relativeHumidityAbsolut": 1, + "diffusionResistanceFactor": 36.18 + } + ], + "enthalpyTemperatureDependent": [ + { + "temperature": 0, + "enthalpy": 0 + }, + { + "temperature": 5, + "enthalpy": 6000 + }, + { + "temperature": 11.25, + "enthalpy": 13983 + }, + { + "temperature": 14.5, + "enthalpy": 18838 + }, + { + "temperature": 17, + "enthalpy": 23083 + }, + { + "temperature": 18, + "enthalpy": 24943 + }, + { + "temperature": 19, + "enthalpy": 27075 + }, + { + "temperature": 20, + "enthalpy": 29721 + }, + { + "temperature": 21, + "enthalpy": 33537 + }, + { + "temperature": 22, + "enthalpy": 40586 + }, + { + "temperature": 23, + "enthalpy": 49226 + }, + { + "temperature": 24, + "enthalpy": 53772 + }, + { + "temperature": 25, + "enthalpy": 55000 + }, + { + "temperature": 26, + "enthalpy": 56200 + }, + { + "temperature": 30, + "enthalpy": 61000 + } + ] + } + ] + } + ] + } + ] +} diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index f5c6c687..9364032e 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -5,11 +5,46 @@ "description": "Hygrothermal data which can be used for hygrothermal simulations. Humidity needs to be handled properly to create sustainable buildings with high comfort.", "$defs": { "data": { - "title": "The hygrothermal data of a component.", - "type": "object", - "properties": { - "WUFI": { - "title": "Hygrothermal data from the database of WUFI.de.", + "oneOf": [ + { + "title": "The hygrothermal data of a component.", + "type": "object", + "properties": { + "WUFI": { + "title": "Hgrothermal data from the database of WUFI.de.", + "type": "object", + "properties": { + "id": { + "$ref": "identifier.json#/$defs/decentral", + "description": "The id represents the hygrothermal data set." + }, + "description": { + "type": "string", + "description": "An explanation with more details about the hygrothermal data in natural language." + }, + "dataFormat": { + "$ref": "common.json#/$defs/webAddress", + "description": "The web address provides a definition of the format of the 'xmlData'." + }, + "xmlData": { + "$ref": "string.json#/$defs/extensibleMarkupLanguageDocument", + "description": "Hygrothermal data in Extensible Markup Language (XML) format in the exact data format specified by the property 'formatting'." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [ + "xmlData" + ] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + { + "title": "The hygrothermal data of a component.", + "description": "short description", "type": "object", "properties": { "id": { @@ -20,24 +55,189 @@ "type": "string", "description": "An explanation with more details about the hygrothermal data in natural language." }, - "dataFormat": { - "$ref": "common.json#/$defs/webAddress", - "description": "The web address provides a definition of the format of the 'xmlData'." - }, - "xmlData": { - "$ref": "string.json#/$defs/extensibleMarkupLanguageDocument", - "description": "Hygrothermal data in Extensible Markup Language (XML) format in the exact data format specified by the property 'formatting'." + "data": { + "type": "object", + "title": "The object is used to store hygrothermal data.", + "properties": { + "thermalConductivityDry": { + "$ref": "number.json#/$defs/wattPerMeterKelvin" + }, + "bulkDensity": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "porosity": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "specificHeatCapacity": { + "$ref": "number.json#/$defs/joulePerKgK", + "description": "short description" + }, + "waterVaporDiffusionResistanceFactor": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "short description" + }, + "referenceWaterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "freeWaterSaturation": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "waterAbsorptionCoefficient": { + "$ref": "number.json#/$defs/kilogramPerSquareMeterAndSquareRootSeconds", + "description": "short description" + }, + "moistureDependentConductivitySupplement": { + "$ref": "number.json#/$defs/percentPerMassPercent", + "description": "short description" + }, + "temperatureDependentConductivitySupplement": { + "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", + "description": "short description" + }, + "typicalBuildInMoisture": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "moistureStorageFunction": { + "type": "array", + "items": { + "type": "object", + "properties": { + "relativeHumidityAbsolut": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + } + } + } + }, + "moistureStorageFunctionGenerated": { + "type": "boolean" + }, + "liquidTransportCoefficientSuction": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" + } + } + } + }, + "liquidTransportCoefficientSuctionGenerated": { + "type": "boolean" + }, + "liquidTransportCoefficientRedistribution": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" + } + } + } + }, + "liquidTransportCoefficientRedistributionGenerated": { + "type": "boolean" + }, + "thermalConductivityMoistureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" + }, + "thermalConductivity": { + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "short description" + } + } + } + }, + "thermalConductivityMoistureDependentGenerated": { + "type": "boolean" + }, + "thermalConductivityTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$ref": "number.json#/$defs/degreeCelcius", + "description": "short description" + }, + "thermalConductivity": { + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "short description" + } + } + } + }, + "thermalConductivityTemperatureDependentGenerated": { + "type": "boolean" + }, + "waterVaporDiffusionResistanceFactorMoistureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "relativeHumidityAbsolut": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "diffusionResistanceFactor": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "short description" + } + } + } + }, + "enthalpyTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$ref": "number.json#/$defs/degreeCelcius", + "description": "short description" + }, + "enthalpy": { + "$ref": "number.json#/$defs/joulePerKg", + "description": "short description" + } + } + } + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } - }, - "additionalProperties": false, - "minProperties": 1, - "required": ["xmlData"] + } } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + ] } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/number.json b/schemas/number.json index 32c9ff87..bca23320 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,7 +16,7 @@ }, "confidenceInterval": { "type": "number", - "enum": [68.3, 95.4, 99.7, 100], + "enum": [ 68.3, 95.4, 99.7, 100 ], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -40,7 +40,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -75,7 +75,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -100,7 +100,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -131,7 +131,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -207,6 +207,10 @@ "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "A square meter (m^2) is a unit for an area. With this type, the uncertainty can be defined." }, + "squareMeterPerSecond": { + "$ref": "number", + "description": "Square meter per second (m^2/s) is is a unit in the category of kinematic viscosity." + }, "squareMillimeterWithUncertainty": { "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "A square millimeter (mm^2) is a unit for an area. With this type, the uncertainty can be defined." @@ -246,7 +250,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -271,7 +275,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -296,7 +300,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -321,7 +325,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -346,7 +350,7 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] } ] }, @@ -363,13 +367,18 @@ "description": "Watt (W) is the SI unit for power. This type is used for rare cases in which the option of an uncertainty is not desired." }, "kelvinWithUncertainty": { - "$ref": "#/$defs/numberWithUncertainty", + "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "Kelvin (K) is the SI unit for temperature. With this type, the uncertainty can be defined." }, "kelvin": { - "type": "number", + "type": "#/$defs/numberWithUncertainty", "description": "Kelvin (K) is the SI unit for temperature. This type is used for rare cases in which the option of an uncertainty is not desired." }, + "degreeCelcius": { + "type": "number", + "minimum": -273.15, + "description": "degree Celcius (°C) is the unit of temperature on the Celsius temperature scale." + }, "voltWithUncertainty": { "$ref": "#/$defs/numberWithUncertainty", "description": "Volt (V) is the SI unit for electric potential. With this type, the uncertainty can be defined." @@ -418,10 +427,26 @@ "type": "number", "description": "Hertz (Hz) is a derived SI unit of frequency. This type is used for rare cases in which the option of an uncertainty is not desired." }, + "kilogramPerCubicMeter": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "The density of a material has the SI units kg/m^3." + }, "kilogramPerCubicMeterWithUncertainty": { "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "The density of a material has the SI units kg/m^3. With this type, the uncertainty can be defined." }, + "kilogramPerSquareMeterAndSquareRootSeconds": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "Kilogramm per square meter and per square root seconds (kg/(m^2*s^0.5)) are the SI uniut for the water absorption coefficient" + }, + "joulePerKg": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "Joule per kilogram (J/kg) are the SI units of the enthalpy." + }, + "joulePerKgK": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "Joule per kilogram and per Kelvin (J/(kg*K)) are the SI units of the specific heat capacity." + }, "joulePerKgKwithUncertainty": { "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "Joule per kilogram and per Kelvin (J/(kg*K)) are the SI units of the specific heat capacity. With this type, the uncertainty can be defined." @@ -434,6 +459,14 @@ "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "Watt per square meter and per kelvin (W/(m^2*K) are the SI units of a heat transfer coefficient. With this type, the uncertainty can be defined." }, + "wattPerMeterKelvin": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "Watt per meter and per kelvin (W/(m*K)) are the SI units of the thermal conductivity." + }, + "wattPerMeterSquareKelvin": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "Watt per meter and per kelvin (W/(m*K²)) are the SI units of the thermal conductivity supplement per kelvin." + }, "wattPerMeterKelvinWithUncertainty": { "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "Watt per meter and per kelvin (W/(m*K)) are the SI units of the thermal conductivity. With this type, the uncertainty can be defined." @@ -444,6 +477,12 @@ "minimum": -100, "maximum": 100 }, + "percentPerMassPercent": { + "description": "Percent per mass percent (%/M-%), for example used for moisture dependent conductivity supplement without uncertainty.", + "type": "number", + "minimum": 0, + "maximum": 10 + }, "percent": { "description": "Percent, for example, the number 5 of this type means 5 %.", "type": "number" @@ -456,6 +495,16 @@ "$ref": "#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", "description": "Percent. For example, the number 5 of this type means 5 %. With this type, the uncertainty can be defined." }, + "percentDecimal": { + "description": "Equivalent decimal value to percent, for example, the number 0.05 of this type means 5 %.", + "type": "number" + }, + "percentDecimalBetweenZeroAndOne": { + "description": "Equivalent decimal value to percent, for example, the number 0.05 of this type means 5 %.", + "type": "number", + "minimum": 0, + "maximum": 1 + }, "latitude": { "$ref": "#/$defs/degreeBetweenZeroAndNinetyWithUncertainty", "description": "The angle between the equatorial plane and the straight line between the location and the center of the earth. North is positive. For example, Berlin has a latitude of 52.52 ." From d8be84cb2ea2cda3d9f179864a4335815ae992ec Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 23 May 2024 15:06:43 +0200 Subject: [PATCH 168/362] Make format --- .../hygrothermal/fullHygrothermalData.json | 10 +++++----- schemas/number.json | 20 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/dbe/hygrothermal/fullHygrothermalData.json b/examples/dbe/hygrothermal/fullHygrothermalData.json index 0cd12aa3..2c03ef89 100644 --- a/examples/dbe/hygrothermal/fullHygrothermalData.json +++ b/examples/dbe/hygrothermal/fullHygrothermalData.json @@ -27,7 +27,7 @@ "freeWaterSaturation": 554, "waterAbsorptionCoefficient": 0.002, "moistureDependentConductivitySupplement": 1.5, - "temperatureDependentConductivitySupplement": 2E-4, + "temperatureDependentConductivitySupplement": 2e-4, "typicalBuildInMoisture": 0, "moistureStorageFunction": [ { @@ -135,11 +135,11 @@ }, { "waterContent": 79, - "liquidTransportCoefficient": 1.36239E-13 + "liquidTransportCoefficient": 1.36239e-13 }, { "waterContent": 554, - "liquidTransportCoefficient": 4.952495E-11 + "liquidTransportCoefficient": 4.952495e-11 } ], "liquidTransportCoefficientSuctionGenerated": true, @@ -150,11 +150,11 @@ }, { "waterContent": 79, - "liquidTransportCoefficient": 1.8E-13 + "liquidTransportCoefficient": 1.8e-13 }, { "waterContent": 554, - "liquidTransportCoefficient": 8E-9 + "liquidTransportCoefficient": 8e-9 } ], "liquidTransportCoefficientRedistributionGenerated": false, diff --git a/schemas/number.json b/schemas/number.json index bca23320..ba14ebf4 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,7 +16,7 @@ }, "confidenceInterval": { "type": "number", - "enum": [ 68.3, 95.4, 99.7, 100 ], + "enum": [68.3, 95.4, 99.7, 100], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -40,7 +40,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -75,7 +75,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -100,7 +100,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -131,7 +131,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -250,7 +250,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -275,7 +275,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -300,7 +300,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -325,7 +325,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -350,7 +350,7 @@ } }, "additionalProperties": false, - "required": [ "uncertainValue", "uncertainty", "confidenceInterval" ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, From fdeae91f03fd23205c63c605862ee38d669aa9a6 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 23 May 2024 15:26:07 +0200 Subject: [PATCH 169/362] Changing the type of "kelvin" from nonNegativeNumber to "number" reduces the errors of make compile. Why? --- schemas/number.json | 65 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 53 insertions(+), 12 deletions(-) diff --git a/schemas/number.json b/schemas/number.json index ba14ebf4..7deb6ddf 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,7 +16,12 @@ }, "confidenceInterval": { "type": "number", - "enum": [68.3, 95.4, 99.7, 100], + "enum": [ + 68.3, + 95.4, + 99.7, + 100 + ], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -40,7 +45,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -75,7 +84,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -100,7 +113,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -131,7 +148,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -250,7 +271,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -275,7 +300,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -300,7 +329,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -325,7 +358,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -350,7 +387,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -371,7 +412,7 @@ "description": "Kelvin (K) is the SI unit for temperature. With this type, the uncertainty can be defined." }, "kelvin": { - "type": "#/$defs/numberWithUncertainty", + "type": "number", "description": "Kelvin (K) is the SI unit for temperature. This type is used for rare cases in which the option of an uncertainty is not desired." }, "degreeCelcius": { @@ -518,4 +559,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} +} \ No newline at end of file From 999095df27035299ceb1a1842cb6b4a37c2d7489 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 23 May 2024 15:31:53 +0200 Subject: [PATCH 170/362] Update the id of the JSON schemas --- schemas/building.json | 34 ++++++-- schemas/calorimetric.json | 2 +- schemas/calorimetricData.json | 25 ++++-- schemas/common.json | 63 +++++++++++---- schemas/component.json | 27 +++++-- schemas/dbe.json | 6 +- schemas/dsb.json | 6 +- schemas/gaps.json | 8 +- schemas/geometricData.json | 52 ++++++++---- schemas/hygrothermal.json | 2 +- schemas/identifier.json | 7 +- schemas/layer.json | 8 +- schemas/material.json | 2 +- schemas/method.json | 41 +++++++--- schemas/number.json | 6 +- schemas/optical.json | 2 +- schemas/opticalData.json | 103 ++++++++++++++++++----- schemas/photovoltaic.json | 2 +- schemas/photovoltaicData.json | 148 +++++++++++++++++++++++++++------- schemas/stakeholder.json | 21 +++-- schemas/string.json | 2 +- schemas/unit.json | 2 +- 22 files changed, 438 insertions(+), 131 deletions(-) diff --git a/schemas/building.json b/schemas/building.json index 0ae8890d..87e64610 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -168,7 +168,10 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["owner", "BIMmanager"] + "required": [ + "owner", + "BIMmanager" + ] }, "approvals": { "$ref": "common.json#/$defs/approvals", @@ -205,7 +208,12 @@ } }, "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] + "required": [ + "id", + "webAddress", + "dataFormat", + "createdAt" + ] } }, "additionalProperties": false, @@ -243,7 +251,12 @@ } }, "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] + "required": [ + "id", + "webAddress", + "dataFormat", + "createdAt" + ] } }, "additionalProperties": false, @@ -268,7 +281,9 @@ } }, "additionalProperties": false, - "required": ["webAddress"] + "required": [ + "webAddress" + ] } }, "additionalProperties": false, @@ -278,7 +293,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches.", @@ -307,7 +324,10 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["latitude", "longitude"] + "required": [ + "latitude", + "longitude" + ] } }, "additionalProperties": false, @@ -320,4 +340,4 @@ } }, "$ref": "#/$defs/building" -} +} \ No newline at end of file diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index f6c0e0c7..944b287c 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -77,4 +77,4 @@ } }, "$ref": "#/$defs/calorimetric" -} +} \ No newline at end of file diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index d026c4ec..b5a0bada 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -38,7 +38,10 @@ "properties": { "conditions": { "type": "string", - "enum": ["dynamic", "stationary"], + "enum": [ + "dynamic", + "stationary" + ], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "primeSurface": { @@ -51,7 +54,9 @@ } }, "additionalProperties": false, - "required": ["conditions"] + "required": [ + "conditions" + ] }, "fluxes": { "title": "Characterize several kinds of energy fluxes towards the sample. Energy flux from the sample has negative values.", @@ -368,10 +373,14 @@ } }, "then": { - "required": ["description"] + "required": [ + "description" + ] }, "else": { - "required": ["category"] + "required": [ + "category" + ] }, "additionalProperties": false }, @@ -412,9 +421,13 @@ }, "side": { "type": "string", - "enum": ["exterior", "interior", "lateral"], + "enum": [ + "exterior", + "interior", + "lateral" + ], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/common.json b/schemas/common.json index 3a9f19df..09276c55 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,7 +62,9 @@ } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", @@ -73,7 +75,9 @@ } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,7 +228,10 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -237,7 +248,10 @@ } }, "additionalProperties": false, - "required": ["I", "V"] + "required": [ + "I", + "V" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -397,7 +413,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -419,14 +437,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -575,7 +601,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -606,14 +635,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file diff --git a/schemas/component.json b/schemas/component.json index 2f626ae0..cee1f770 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,7 +145,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "categories": { "title": "The categories which a component can have.", @@ -155,7 +157,11 @@ "type": "array", "items": { "type": "string", - "enum": ["material", "layer", "unit"], + "enum": [ + "material", + "layer", + "unit" + ], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -229,7 +235,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", @@ -313,7 +321,10 @@ } }, "minProperties": 2, - "required": ["surface", "rootMeanSquare"] + "required": [ + "surface", + "rootMeanSquare" + ] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -337,10 +348,14 @@ }, "surface": { "type": "string", - "enum": ["nonPrime", "prime", "symmetric"], + "enum": [ + "nonPrime", + "prime", + "symmetric" + ], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} +} \ No newline at end of file diff --git a/schemas/dbe.json b/schemas/dbe.json index 6b498213..8473cd0c 100644 --- a/schemas/dbe.json +++ b/schemas/dbe.json @@ -15,5 +15,7 @@ } }, "additionalProperties": false, - "required": ["components"] -} + "required": [ + "components" + ] +} \ No newline at end of file diff --git a/schemas/dsb.json b/schemas/dsb.json index e35df6e9..61ad6fcb 100644 --- a/schemas/dsb.json +++ b/schemas/dsb.json @@ -15,5 +15,7 @@ } }, "additionalProperties": false, - "required": ["buildings"] -} + "required": [ + "buildings" + ] +} \ No newline at end of file diff --git a/schemas/gaps.json b/schemas/gaps.json index ad47841e..02f3739c 100644 --- a/schemas/gaps.json +++ b/schemas/gaps.json @@ -10,7 +10,11 @@ "properties": { "reveal": { "type": "string", - "enum": ["inside", "outside", "other"], + "enum": [ + "inside", + "outside", + "other" + ], "description": "The item defines whether the shading is inside the reveal or outside or something beyond both categories." }, "dTop": { @@ -39,4 +43,4 @@ } }, "$ref": "#/$defs/gaps" -} +} \ No newline at end of file diff --git a/schemas/geometricData.json b/schemas/geometricData.json index c3b46860..50b43276 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -105,7 +105,10 @@ } }, "additionalProperties": false, - "required": ["latitude", "longitude"] + "required": [ + "latitude", + "longitude" + ] }, "location": { "title": "The location of the center of mass of the component.", @@ -125,7 +128,10 @@ } }, "additionalProperties": false, - "required": ["east", "north"] + "required": [ + "east", + "north" + ] }, "orientation": { "title": "The orientation of the prime surface of the component.", @@ -145,7 +151,10 @@ } }, "additionalProperties": false, - "required": ["azimuth", "componentTilt"] + "required": [ + "azimuth", + "componentTilt" + ] }, "assembly": { "title": "The geometry of the subcomponents which are used for this assembly.", @@ -157,10 +166,6 @@ "$ref": "identifier.json#/$defs/centralOrDecentral", "description": "The id represents a specific component of the assembly." }, - "dimensions": { - "$ref": "#/$defs/dimensions", - "description": "Height, width and depth of the component." - }, "location": { "$ref": "#/$defs/location", "description": "The location of the center of mass of the component." @@ -172,7 +177,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 2 }, @@ -191,7 +198,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -208,7 +219,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "coordinateSystem": { "title": "Definition of the coordinate system of the data set", @@ -251,7 +266,10 @@ } }, "additionalProperties": false, - "required": ["uDirection", "vDirection"] + "required": [ + "uDirection", + "vDirection" + ] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -282,7 +300,9 @@ } }, "additionalProperties": false, - "required": ["weights"] + "required": [ + "weights" + ] } ], "minItems": 2, @@ -302,7 +322,11 @@ } }, "additionalProperties": false, - "required": ["degree", "controlPoints", "knots"] + "required": [ + "degree", + "controlPoints", + "knots" + ] }, "body": { "type": "object", @@ -322,4 +346,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 6ecb7f9f..864fa79d 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/hygrothermal" -} +} \ No newline at end of file diff --git a/schemas/identifier.json b/schemas/identifier.json index 1d2c2388..c960ec60 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -28,7 +28,10 @@ } }, "additionalProperties": false, - "required": ["value", "issuedBy"] + "required": [ + "value", + "issuedBy" + ] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -44,4 +47,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} +} \ No newline at end of file diff --git a/schemas/layer.json b/schemas/layer.json index 1ff84153..ccaa3ebb 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -87,7 +87,11 @@ }, "orientationAxis": { "type": "string", - "enum": ["horizontal", "vertical", "neither"], + "enum": [ + "horizontal", + "vertical", + "neither" + ], "description": "The orientation axis is important for example for venetian blinds." }, "slat": { @@ -153,4 +157,4 @@ "required": [] } } -} +} \ No newline at end of file diff --git a/schemas/material.json b/schemas/material.json index a2e80cbb..cadc9da6 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -104,4 +104,4 @@ "required": [] } } -} +} \ No newline at end of file diff --git a/schemas/method.json b/schemas/method.json index 1a8e127b..0fcb51d2 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -24,7 +24,10 @@ "type": "array", "items": { "type": "string", - "enum": ["calculation", "measurement"] + "enum": [ + "calculation", + "measurement" + ] }, "uniqueItems": true, "minItems": 1 @@ -76,12 +79,16 @@ } }, "additionalProperties": false, - "required": ["endpoint"], + "required": [ + "endpoint" + ], "minProperties": 1 } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "calculation": { "title": "A web address which defines the calculation procedure in detail.", @@ -112,7 +119,11 @@ } }, "additionalProperties": false, - "required": ["method", "arguments", "sources"] + "required": [ + "method", + "arguments", + "sources" + ] }, "namedArgument": { "type": "object", @@ -126,7 +137,10 @@ } }, "additionalProperties": false, - "required": ["name", "value"] + "required": [ + "name", + "value" + ] }, "namedSource": { "title": "Source data which is an input for a method. A creator uses a method and source data to create a new data set.", @@ -142,7 +156,10 @@ } }, "additionalProperties": false, - "required": ["name", "value"] + "required": [ + "name", + "value" + ] }, "dataReference": { "title": "Data reference", @@ -166,7 +183,11 @@ } }, "additionalProperties": false, - "required": ["dataId", "dataTimestamp", "dataKind"] + "required": [ + "dataId", + "dataTimestamp", + "dataKind" + ] }, "database": { "description": "Information about a database which has implemented the same API specification.", @@ -206,8 +227,10 @@ } }, "additionalProperties": false, - "required": ["webAddress"] + "required": [ + "webAddress" + ] } }, "$ref": "#/$defs/method" -} +} \ No newline at end of file diff --git a/schemas/number.json b/schemas/number.json index 7deb6ddf..5e8ea665 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -189,7 +189,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, diff --git a/schemas/optical.json b/schemas/optical.json index 13d9b203..ccece9cf 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/optical" -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 3c7fb759..432e9686 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,7 +25,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, { "title": "Internal data node with non-leaf children", @@ -46,7 +48,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] } ] }, @@ -96,7 +100,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -106,10 +112,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -138,7 +150,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -196,13 +213,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -232,12 +255,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -269,7 +300,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -297,13 +330,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -320,7 +358,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -352,7 +392,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -364,7 +407,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -487,7 +532,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -509,7 +558,9 @@ } }, "additionalProperties": false, - "required": ["Ra"] + "required": [ + "Ra" + ] }, { "type": "object", @@ -528,20 +579,28 @@ } }, "additionalProperties": false, - "required": ["Raout-in"] + "required": [ + "Raout-in" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 300544bd..4df8af2d 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/photovoltaic" -} +} \ No newline at end of file diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index 07a93d4f..23f26e1e 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,7 +15,9 @@ } }, "additionalProperties": false, - "required": ["module"] + "required": [ + "module" + ] }, { "type": "object", @@ -26,7 +28,9 @@ } }, "additionalProperties": false, - "required": ["inverter"] + "required": [ + "inverter" + ] }, { "type": "object", @@ -37,7 +41,9 @@ } }, "additionalProperties": false, - "required": ["system"] + "required": [ + "system" + ] } ] }, @@ -131,7 +137,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -156,7 +164,9 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -172,11 +182,16 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] } }, "additionalProperties": false, - "required": ["longitudinal", "transversal"] + "required": [ + "longitudinal", + "transversal" + ] } }, "additionalProperties": false, @@ -199,7 +214,10 @@ } }, "additionalProperties": false, - "required": ["id", "cellType"] + "required": [ + "id", + "cellType" + ] }, "minItems": 1 }, @@ -240,7 +258,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 0 }, @@ -385,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -449,7 +472,10 @@ } }, "additionalProperties": false, - "required": ["years", "percentage"] + "required": [ + "years", + "percentage" + ] }, "minItems": 1 }, @@ -492,7 +518,10 @@ } }, "additionalProperties": false, - "required": ["direction", "modifier"] + "required": [ + "direction", + "modifier" + ] } } ] @@ -601,12 +630,20 @@ }, "smoke": { "type": "string", - "enum": ["s1", "s2", "s3"], + "enum": [ + "s1", + "s2", + "s3" + ], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": ["d0", "d1", "d2"], + "enum": [ + "d0", + "d1", + "d2" + ], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -666,7 +703,9 @@ }, "additionalProperties": false, "minProperties": 2, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -690,7 +729,9 @@ } }, "additionalProperties": false, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -743,7 +784,9 @@ } }, "additionalProperties": false, - "required": ["years"] + "required": [ + "years" + ] }, "minItems": 1 }, @@ -935,7 +978,10 @@ "type": "array", "items": { "type": "string", - "enum": ["EN IEC 60529", "ISO 20653"], + "enum": [ + "EN IEC 60529", + "ISO 20653" + ], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -980,17 +1026,31 @@ }, "thirdDigit": { "type": "string", - "enum": ["A", "B", "C", "D"], + "enum": [ + "A", + "B", + "C", + "D" + ], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": ["f", "H", "M", "S", "W"], + "enum": [ + "f", + "H", + "M", + "S", + "W" + ], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": ["firstDigit", "secondDigit"] + "required": [ + "firstDigit", + "secondDigit" + ] }, "minItems": 1 }, @@ -1007,12 +1067,21 @@ }, "class": { "type": "string", - "enum": ["0", "I", "0I", "II", "III"], + "enum": [ + "0", + "I", + "0I", + "II", + "III" + ], "description": "The appliance class." } }, "additionalProperties": false, - "required": ["standard", "class"] + "required": [ + "standard", + "class" + ] }, "minItems": 1 } @@ -1088,7 +1157,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -1129,7 +1200,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 1 }, @@ -1223,13 +1297,20 @@ } }, "additionalProperties": false, - "required": ["id1", "id2"] + "required": [ + "id1", + "id2" + ] }, "minItems": 1 }, "category": { "type": "string", - "enum": ["parallel", "series", "complex"], + "enum": [ + "parallel", + "series", + "complex" + ], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1261,12 +1342,19 @@ }, "grounding": { "type": "string", - "enum": ["plus", "minus", "neither"], + "enum": [ + "plus", + "minus", + "neither" + ], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": ["id1", "grounding"] + "required": [ + "id1", + "grounding" + ] }, "minItems": 1 } @@ -1274,4 +1362,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/stakeholder.json b/schemas/stakeholder.json index 227aba3f..2cbc9380 100644 --- a/schemas/stakeholder.json +++ b/schemas/stakeholder.json @@ -43,7 +43,10 @@ } }, "additionalProperties": false, - "required": ["standard", "approvals"] + "required": [ + "standard", + "approvals" + ] }, "institution": { "title": "Institution", @@ -115,13 +118,18 @@ } }, "additionalProperties": false, - "required": ["kind", "person"] + "required": [ + "kind", + "person" + ] }, "minItems": 1 } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "person": { "title": "Person", @@ -165,7 +173,10 @@ } }, "additionalProperties": false, - "required": ["kind", "institution"] + "required": [ + "kind", + "institution" + ] }, "minItems": 1 }, @@ -189,4 +200,4 @@ } }, "$ref": "#/$defs/stakeholder" -} +} \ No newline at end of file diff --git a/schemas/string.json b/schemas/string.json index 5a290155..77e53842 100644 --- a/schemas/string.json +++ b/schemas/string.json @@ -29,4 +29,4 @@ "description": "[GnuPG](https://gnupg.org) key" } } -} +} \ No newline at end of file diff --git a/schemas/unit.json b/schemas/unit.json index 79a23976..f3b595ea 100644 --- a/schemas/unit.json +++ b/schemas/unit.json @@ -86,4 +86,4 @@ "required": [] } } -} +} \ No newline at end of file From eb0105995a9fb9c5d6872fbe87e6121df4cead35 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 23 May 2024 16:05:44 +0200 Subject: [PATCH 171/362] Fix confusion with "$ref" and "type". Make compile without errors. --- schemas/number.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/schemas/number.json b/schemas/number.json index 5e8ea665..b9fac235 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -233,9 +233,13 @@ "description": "A square meter (m^2) is a unit for an area. With this type, the uncertainty can be defined." }, "squareMeterPerSecond": { - "$ref": "number", + "$ref": "#/$defs/nonNegativeNumber", "description": "Square meter per second (m^2/s) is is a unit in the category of kinematic viscosity." }, + "squareMeterPerSecondWithUncertainty": { + "$ref": "#/$defs/nonNegativeNumberWithUncertainty", + "description": "Square meter per second (m^2/s) is is a unit in the category of kinematic viscosity. With this type, the uncertainty can be defined." + }, "squareMillimeterWithUncertainty": { "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "A square millimeter (mm^2) is a unit for an area. With this type, the uncertainty can be defined." @@ -416,7 +420,7 @@ "description": "Kelvin (K) is the SI unit for temperature. With this type, the uncertainty can be defined." }, "kelvin": { - "type": "number", + "$ref": "#/$defs/nonNegativeNumber", "description": "Kelvin (K) is the SI unit for temperature. This type is used for rare cases in which the option of an uncertainty is not desired." }, "degreeCelcius": { From 3a318a98c74ca145e64e6cf7aa5a5a1cfc9b0250 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 23 May 2024 16:59:07 +0200 Subject: [PATCH 172/362] Hygrothermal examples fail with make example: instancePath: '/components/0/hygrothermal/0/data/0', schemaPath: '#/properties/data/items/oneOf', keyword: 'oneOf', params: { passingSchemas: [Array] }, message: 'must match exactly one schema in oneOf' --- .../dbe/hygrothermal/fullHygrothermal.json | 22 +- .../dbe/hygrothermal/simpleHygrothermal.json | 18 +- schemas/hygrothermalData.json | 398 ++++++++---------- 3 files changed, 204 insertions(+), 234 deletions(-) diff --git a/examples/dbe/hygrothermal/fullHygrothermal.json b/examples/dbe/hygrothermal/fullHygrothermal.json index 777bc912..cea66a3e 100644 --- a/examples/dbe/hygrothermal/fullHygrothermal.json +++ b/examples/dbe/hygrothermal/fullHygrothermal.json @@ -12,19 +12,21 @@ { "data": [ { - "WUFI": { - "id": { - "value": "8ca1102b-264a-4023-8351-5897ec38e388", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "This hygrothermal data has been provided by WUFI.de.", - "dataFormat": "https://wufi.de/de/wp-content/uploads/sites/9/How-to-import-an-xml-file.pdf", - "xmlData": "" - } + "hashValue": "B5C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", + "locator": "https://oc.ise.fraunhofer.de/index.php/s/z2uW4Veh4fWyF1c", + "format": { + "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", + "timestamp": "2019-09-01T12:00:00+01:00", + "name": "WUFI-XML-Format", + "abbreviation": "xml", + "description": "An XML format for hygrothermal data", + "mediaType": "application/xml" + }, + "archivedFilesMetaInformation": [] } ] } ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/hygrothermal/simpleHygrothermal.json b/examples/dbe/hygrothermal/simpleHygrothermal.json index c2ba4927..71861ca2 100644 --- a/examples/dbe/hygrothermal/simpleHygrothermal.json +++ b/examples/dbe/hygrothermal/simpleHygrothermal.json @@ -2,18 +2,26 @@ "components": [ { "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", - "description": "This is the smallest example of hygrothermal data about a component.", + "description": "An example of hygrothermal data in an XML format.", "hygrothermal": [ { "data": [ { - "WUFI": { - "xmlData": "" - } + "hashValue": "B5C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", + "locator": "https://oc.ise.fraunhofer.de/index.php/s/z2uW4Veh4fWyF1c", + "format": { + "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", + "timestamp": "2019-09-01T12:00:00+01:00", + "name": "WUFI-XML-Format", + "abbreviation": "xml", + "description": "An XML format for hygrothermal data", + "mediaType": "application/xml" + }, + "archivedFilesMetaInformation": [] } ] } ] } ] -} +} \ No newline at end of file diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 9364032e..eba76ccc 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -5,238 +5,198 @@ "description": "Hygrothermal data which can be used for hygrothermal simulations. Humidity needs to be handled properly to create sustainable buildings with high comfort.", "$defs": { "data": { - "oneOf": [ - { - "title": "The hygrothermal data of a component.", - "type": "object", - "properties": { - "WUFI": { - "title": "Hgrothermal data from the database of WUFI.de.", - "type": "object", - "properties": { - "id": { - "$ref": "identifier.json#/$defs/decentral", - "description": "The id represents the hygrothermal data set." - }, - "description": { - "type": "string", - "description": "An explanation with more details about the hygrothermal data in natural language." - }, - "dataFormat": { - "$ref": "common.json#/$defs/webAddress", - "description": "The web address provides a definition of the format of the 'xmlData'." - }, - "xmlData": { - "$ref": "string.json#/$defs/extensibleMarkupLanguageDocument", - "description": "Hygrothermal data in Extensible Markup Language (XML) format in the exact data format specified by the property 'formatting'." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [ - "xmlData" - ] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "title": "Hygrothermal data of a component", + "description": "A schema including all hygrothermal properties which are currently relevant for Architecture, Engineering and Construction.", + "type": "object", + "properties": { + "id": { + "$ref": "identifier.json#/$defs/decentral", + "description": "The id represents the hygrothermal data set." + }, + "description": { + "type": "string", + "description": "An explanation with more details about the hygrothermal data in natural language." }, - { - "title": "The hygrothermal data of a component.", - "description": "short description", + "data": { "type": "object", + "title": "The object is used to store hygrothermal data.", "properties": { - "id": { - "$ref": "identifier.json#/$defs/decentral", - "description": "The id represents the hygrothermal data set." - }, - "description": { - "type": "string", - "description": "An explanation with more details about the hygrothermal data in natural language." - }, - "data": { - "type": "object", - "title": "The object is used to store hygrothermal data.", - "properties": { - "thermalConductivityDry": { - "$ref": "number.json#/$defs/wattPerMeterKelvin" - }, - "bulkDensity": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "porosity": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" - }, - "specificHeatCapacity": { - "$ref": "number.json#/$defs/joulePerKgK", - "description": "short description" - }, - "waterVaporDiffusionResistanceFactor": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "short description" - }, - "referenceWaterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "freeWaterSaturation": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "waterAbsorptionCoefficient": { - "$ref": "number.json#/$defs/kilogramPerSquareMeterAndSquareRootSeconds", - "description": "short description" - }, - "moistureDependentConductivitySupplement": { - "$ref": "number.json#/$defs/percentPerMassPercent", - "description": "short description" - }, - "temperatureDependentConductivitySupplement": { - "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", - "description": "short description" - }, - "typicalBuildInMoisture": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "moistureStorageFunction": { - "type": "array", - "items": { - "type": "object", - "properties": { - "relativeHumidityAbsolut": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" - }, - "waterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - } - } + "thermalConductivityDry": { + "$ref": "number.json#/$defs/wattPerMeterKelvin" + }, + "bulkDensity": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "porosity": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "specificHeatCapacity": { + "$ref": "number.json#/$defs/joulePerKgK", + "description": "short description" + }, + "waterVaporDiffusionResistanceFactor": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "short description" + }, + "referenceWaterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "freeWaterSaturation": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "waterAbsorptionCoefficient": { + "$ref": "number.json#/$defs/kilogramPerSquareMeterAndSquareRootSeconds", + "description": "short description" + }, + "moistureDependentConductivitySupplement": { + "$ref": "number.json#/$defs/percentPerMassPercent", + "description": "short description" + }, + "temperatureDependentConductivitySupplement": { + "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", + "description": "short description" + }, + "typicalBuildInMoisture": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "moistureStorageFunction": { + "type": "array", + "items": { + "type": "object", + "properties": { + "relativeHumidityAbsolut": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" } - }, - "moistureStorageFunctionGenerated": { - "type": "boolean" - }, - "liquidTransportCoefficientSuction": { - "type": "array", - "items": { - "type": "object", - "properties": { - "waterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "liquidTransportCoefficient": { - "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" - } - } + } + } + }, + "moistureStorageFunctionGenerated": { + "type": "boolean" + }, + "liquidTransportCoefficientSuction": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" } - }, - "liquidTransportCoefficientSuctionGenerated": { - "type": "boolean" - }, - "liquidTransportCoefficientRedistribution": { - "type": "array", - "items": { - "type": "object", - "properties": { - "waterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "liquidTransportCoefficient": { - "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" - } - } + } + } + }, + "liquidTransportCoefficientSuctionGenerated": { + "type": "boolean" + }, + "liquidTransportCoefficientRedistribution": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" } - }, - "liquidTransportCoefficientRedistributionGenerated": { - "type": "boolean" - }, - "thermalConductivityMoistureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "waterContent": { - "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" - }, - "thermalConductivity": { - "$ref": "number.json#/$defs/wattPerMeterKelvin", - "description": "short description" - } - } + } + } + }, + "liquidTransportCoefficientRedistributionGenerated": { + "type": "boolean" + }, + "thermalConductivityMoistureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" + }, + "thermalConductivity": { + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "short description" } - }, - "thermalConductivityMoistureDependentGenerated": { - "type": "boolean" - }, - "thermalConductivityTemperatureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "temperature": { - "$ref": "number.json#/$defs/degreeCelcius", - "description": "short description" - }, - "thermalConductivity": { - "$ref": "number.json#/$defs/wattPerMeterKelvin", - "description": "short description" - } - } + } + } + }, + "thermalConductivityMoistureDependentGenerated": { + "type": "boolean" + }, + "thermalConductivityTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$ref": "number.json#/$defs/degreeCelcius", + "description": "short description" + }, + "thermalConductivity": { + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "short description" } - }, - "thermalConductivityTemperatureDependentGenerated": { - "type": "boolean" - }, - "waterVaporDiffusionResistanceFactorMoistureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "relativeHumidityAbsolut": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" - }, - "diffusionResistanceFactor": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "short description" - } - } + } + } + }, + "thermalConductivityTemperatureDependentGenerated": { + "type": "boolean" + }, + "waterVaporDiffusionResistanceFactorMoistureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "relativeHumidityAbsolut": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "diffusionResistanceFactor": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "short description" } - }, - "enthalpyTemperatureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "temperature": { - "$ref": "number.json#/$defs/degreeCelcius", - "description": "short description" - }, - "enthalpy": { - "$ref": "number.json#/$defs/joulePerKg", - "description": "short description" - } - } + } + } + }, + "enthalpyTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$ref": "number.json#/$defs/degreeCelcius", + "description": "short description" + }, + "enthalpy": { + "$ref": "number.json#/$defs/joulePerKg", + "description": "short description" } } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } - ] + } } }, "$ref": "#/$defs/data" From 303f490f2be437b075e28a38951216d22e238384 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 23 May 2024 17:02:25 +0200 Subject: [PATCH 173/362] Make format --- .../dbe/hygrothermal/fullHygrothermal.json | 2 +- .../dbe/hygrothermal/simpleHygrothermal.json | 2 +- schemas/building.json | 34 +--- schemas/calorimetric.json | 2 +- schemas/calorimetricData.json | 25 +-- schemas/common.json | 63 ++------ schemas/component.json | 27 +--- schemas/dbe.json | 6 +- schemas/dsb.json | 6 +- schemas/gaps.json | 8 +- schemas/hygrothermal.json | 2 +- schemas/hygrothermalData.json | 2 +- schemas/identifier.json | 7 +- schemas/layer.json | 8 +- schemas/material.json | 2 +- schemas/method.json | 41 ++--- schemas/number.json | 63 ++------ schemas/optical.json | 2 +- schemas/photovoltaic.json | 2 +- schemas/photovoltaicData.json | 148 ++++-------------- schemas/stakeholder.json | 21 +-- schemas/string.json | 2 +- schemas/unit.json | 2 +- 23 files changed, 108 insertions(+), 369 deletions(-) diff --git a/examples/dbe/hygrothermal/fullHygrothermal.json b/examples/dbe/hygrothermal/fullHygrothermal.json index cea66a3e..61e6ad38 100644 --- a/examples/dbe/hygrothermal/fullHygrothermal.json +++ b/examples/dbe/hygrothermal/fullHygrothermal.json @@ -29,4 +29,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/hygrothermal/simpleHygrothermal.json b/examples/dbe/hygrothermal/simpleHygrothermal.json index 71861ca2..8247684c 100644 --- a/examples/dbe/hygrothermal/simpleHygrothermal.json +++ b/examples/dbe/hygrothermal/simpleHygrothermal.json @@ -24,4 +24,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/schemas/building.json b/schemas/building.json index 87e64610..0ae8890d 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -168,10 +168,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "owner", - "BIMmanager" - ] + "required": ["owner", "BIMmanager"] }, "approvals": { "$ref": "common.json#/$defs/approvals", @@ -208,12 +205,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "webAddress", - "dataFormat", - "createdAt" - ] + "required": ["id", "webAddress", "dataFormat", "createdAt"] } }, "additionalProperties": false, @@ -251,12 +243,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "webAddress", - "dataFormat", - "createdAt" - ] + "required": ["id", "webAddress", "dataFormat", "createdAt"] } }, "additionalProperties": false, @@ -281,9 +268,7 @@ } }, "additionalProperties": false, - "required": [ - "webAddress" - ] + "required": ["webAddress"] } }, "additionalProperties": false, @@ -293,9 +278,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches.", @@ -324,10 +307,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "latitude", - "longitude" - ] + "required": ["latitude", "longitude"] } }, "additionalProperties": false, @@ -340,4 +320,4 @@ } }, "$ref": "#/$defs/building" -} \ No newline at end of file +} diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index 944b287c..f6c0e0c7 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -77,4 +77,4 @@ } }, "$ref": "#/$defs/calorimetric" -} \ No newline at end of file +} diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index b5a0bada..d026c4ec 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -38,10 +38,7 @@ "properties": { "conditions": { "type": "string", - "enum": [ - "dynamic", - "stationary" - ], + "enum": ["dynamic", "stationary"], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "primeSurface": { @@ -54,9 +51,7 @@ } }, "additionalProperties": false, - "required": [ - "conditions" - ] + "required": ["conditions"] }, "fluxes": { "title": "Characterize several kinds of energy fluxes towards the sample. Energy flux from the sample has negative values.", @@ -373,14 +368,10 @@ } }, "then": { - "required": [ - "description" - ] + "required": ["description"] }, "else": { - "required": [ - "category" - ] + "required": ["category"] }, "additionalProperties": false }, @@ -421,13 +412,9 @@ }, "side": { "type": "string", - "enum": [ - "exterior", - "interior", - "lateral" - ], + "enum": ["exterior", "interior", "lateral"], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/common.json b/schemas/common.json index 09276c55..3a9f19df 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "I", - "V" - ] + "required": ["I", "V"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -413,9 +397,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -437,22 +419,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -601,10 +575,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -635,20 +606,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} diff --git a/schemas/component.json b/schemas/component.json index cee1f770..2f626ae0 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,9 +145,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "categories": { "title": "The categories which a component can have.", @@ -157,11 +155,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "material", - "layer", - "unit" - ], + "enum": ["material", "layer", "unit"], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -235,9 +229,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", @@ -321,10 +313,7 @@ } }, "minProperties": 2, - "required": [ - "surface", - "rootMeanSquare" - ] + "required": ["surface", "rootMeanSquare"] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -348,14 +337,10 @@ }, "surface": { "type": "string", - "enum": [ - "nonPrime", - "prime", - "symmetric" - ], + "enum": ["nonPrime", "prime", "symmetric"], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} \ No newline at end of file +} diff --git a/schemas/dbe.json b/schemas/dbe.json index 8473cd0c..6b498213 100644 --- a/schemas/dbe.json +++ b/schemas/dbe.json @@ -15,7 +15,5 @@ } }, "additionalProperties": false, - "required": [ - "components" - ] -} \ No newline at end of file + "required": ["components"] +} diff --git a/schemas/dsb.json b/schemas/dsb.json index 61ad6fcb..e35df6e9 100644 --- a/schemas/dsb.json +++ b/schemas/dsb.json @@ -15,7 +15,5 @@ } }, "additionalProperties": false, - "required": [ - "buildings" - ] -} \ No newline at end of file + "required": ["buildings"] +} diff --git a/schemas/gaps.json b/schemas/gaps.json index 02f3739c..ad47841e 100644 --- a/schemas/gaps.json +++ b/schemas/gaps.json @@ -10,11 +10,7 @@ "properties": { "reveal": { "type": "string", - "enum": [ - "inside", - "outside", - "other" - ], + "enum": ["inside", "outside", "other"], "description": "The item defines whether the shading is inside the reveal or outside or something beyond both categories." }, "dTop": { @@ -43,4 +39,4 @@ } }, "$ref": "#/$defs/gaps" -} \ No newline at end of file +} diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 864fa79d..6ecb7f9f 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/hygrothermal" -} \ No newline at end of file +} diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index eba76ccc..713b9327 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -200,4 +200,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/identifier.json b/schemas/identifier.json index c960ec60..1d2c2388 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -28,10 +28,7 @@ } }, "additionalProperties": false, - "required": [ - "value", - "issuedBy" - ] + "required": ["value", "issuedBy"] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -47,4 +44,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} \ No newline at end of file +} diff --git a/schemas/layer.json b/schemas/layer.json index ccaa3ebb..1ff84153 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -87,11 +87,7 @@ }, "orientationAxis": { "type": "string", - "enum": [ - "horizontal", - "vertical", - "neither" - ], + "enum": ["horizontal", "vertical", "neither"], "description": "The orientation axis is important for example for venetian blinds." }, "slat": { @@ -157,4 +153,4 @@ "required": [] } } -} \ No newline at end of file +} diff --git a/schemas/material.json b/schemas/material.json index cadc9da6..a2e80cbb 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -104,4 +104,4 @@ "required": [] } } -} \ No newline at end of file +} diff --git a/schemas/method.json b/schemas/method.json index 0fcb51d2..1a8e127b 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -24,10 +24,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "calculation", - "measurement" - ] + "enum": ["calculation", "measurement"] }, "uniqueItems": true, "minItems": 1 @@ -79,16 +76,12 @@ } }, "additionalProperties": false, - "required": [ - "endpoint" - ], + "required": ["endpoint"], "minProperties": 1 } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "calculation": { "title": "A web address which defines the calculation procedure in detail.", @@ -119,11 +112,7 @@ } }, "additionalProperties": false, - "required": [ - "method", - "arguments", - "sources" - ] + "required": ["method", "arguments", "sources"] }, "namedArgument": { "type": "object", @@ -137,10 +126,7 @@ } }, "additionalProperties": false, - "required": [ - "name", - "value" - ] + "required": ["name", "value"] }, "namedSource": { "title": "Source data which is an input for a method. A creator uses a method and source data to create a new data set.", @@ -156,10 +142,7 @@ } }, "additionalProperties": false, - "required": [ - "name", - "value" - ] + "required": ["name", "value"] }, "dataReference": { "title": "Data reference", @@ -183,11 +166,7 @@ } }, "additionalProperties": false, - "required": [ - "dataId", - "dataTimestamp", - "dataKind" - ] + "required": ["dataId", "dataTimestamp", "dataKind"] }, "database": { "description": "Information about a database which has implemented the same API specification.", @@ -227,10 +206,8 @@ } }, "additionalProperties": false, - "required": [ - "webAddress" - ] + "required": ["webAddress"] } }, "$ref": "#/$defs/method" -} \ No newline at end of file +} diff --git a/schemas/number.json b/schemas/number.json index b9fac235..d193f94d 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,12 +16,7 @@ }, "confidenceInterval": { "type": "number", - "enum": [ - 68.3, - 95.4, - 99.7, - 100 - ], + "enum": [68.3, 95.4, 99.7, 100], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -45,11 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -84,11 +75,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -113,11 +100,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -148,11 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -279,11 +258,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -308,11 +283,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -337,11 +308,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -366,11 +333,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -395,11 +358,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -567,4 +526,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} \ No newline at end of file +} diff --git a/schemas/optical.json b/schemas/optical.json index ccece9cf..13d9b203 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/optical" -} \ No newline at end of file +} diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 4df8af2d..300544bd 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/photovoltaic" -} \ No newline at end of file +} diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index 23f26e1e..07a93d4f 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,9 +15,7 @@ } }, "additionalProperties": false, - "required": [ - "module" - ] + "required": ["module"] }, { "type": "object", @@ -28,9 +26,7 @@ } }, "additionalProperties": false, - "required": [ - "inverter" - ] + "required": ["inverter"] }, { "type": "object", @@ -41,9 +37,7 @@ } }, "additionalProperties": false, - "required": [ - "system" - ] + "required": ["system"] } ] }, @@ -137,9 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -164,9 +156,7 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -182,16 +172,11 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] } }, "additionalProperties": false, - "required": [ - "longitudinal", - "transversal" - ] + "required": ["longitudinal", "transversal"] } }, "additionalProperties": false, @@ -214,10 +199,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "cellType" - ] + "required": ["id", "cellType"] }, "minItems": 1 }, @@ -258,10 +240,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 0 }, @@ -406,9 +385,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -472,10 +449,7 @@ } }, "additionalProperties": false, - "required": [ - "years", - "percentage" - ] + "required": ["years", "percentage"] }, "minItems": 1 }, @@ -518,10 +492,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "modifier" - ] + "required": ["direction", "modifier"] } } ] @@ -630,20 +601,12 @@ }, "smoke": { "type": "string", - "enum": [ - "s1", - "s2", - "s3" - ], + "enum": ["s1", "s2", "s3"], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": [ - "d0", - "d1", - "d2" - ], + "enum": ["d0", "d1", "d2"], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -703,9 +666,7 @@ }, "additionalProperties": false, "minProperties": 2, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -729,9 +690,7 @@ } }, "additionalProperties": false, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -784,9 +743,7 @@ } }, "additionalProperties": false, - "required": [ - "years" - ] + "required": ["years"] }, "minItems": 1 }, @@ -978,10 +935,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "EN IEC 60529", - "ISO 20653" - ], + "enum": ["EN IEC 60529", "ISO 20653"], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -1026,31 +980,17 @@ }, "thirdDigit": { "type": "string", - "enum": [ - "A", - "B", - "C", - "D" - ], + "enum": ["A", "B", "C", "D"], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": [ - "f", - "H", - "M", - "S", - "W" - ], + "enum": ["f", "H", "M", "S", "W"], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": [ - "firstDigit", - "secondDigit" - ] + "required": ["firstDigit", "secondDigit"] }, "minItems": 1 }, @@ -1067,21 +1007,12 @@ }, "class": { "type": "string", - "enum": [ - "0", - "I", - "0I", - "II", - "III" - ], + "enum": ["0", "I", "0I", "II", "III"], "description": "The appliance class." } }, "additionalProperties": false, - "required": [ - "standard", - "class" - ] + "required": ["standard", "class"] }, "minItems": 1 } @@ -1157,9 +1088,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -1200,10 +1129,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 1 }, @@ -1297,20 +1223,13 @@ } }, "additionalProperties": false, - "required": [ - "id1", - "id2" - ] + "required": ["id1", "id2"] }, "minItems": 1 }, "category": { "type": "string", - "enum": [ - "parallel", - "series", - "complex" - ], + "enum": ["parallel", "series", "complex"], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1342,19 +1261,12 @@ }, "grounding": { "type": "string", - "enum": [ - "plus", - "minus", - "neither" - ], + "enum": ["plus", "minus", "neither"], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": [ - "id1", - "grounding" - ] + "required": ["id1", "grounding"] }, "minItems": 1 } @@ -1362,4 +1274,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/stakeholder.json b/schemas/stakeholder.json index 2cbc9380..227aba3f 100644 --- a/schemas/stakeholder.json +++ b/schemas/stakeholder.json @@ -43,10 +43,7 @@ } }, "additionalProperties": false, - "required": [ - "standard", - "approvals" - ] + "required": ["standard", "approvals"] }, "institution": { "title": "Institution", @@ -118,18 +115,13 @@ } }, "additionalProperties": false, - "required": [ - "kind", - "person" - ] + "required": ["kind", "person"] }, "minItems": 1 } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "person": { "title": "Person", @@ -173,10 +165,7 @@ } }, "additionalProperties": false, - "required": [ - "kind", - "institution" - ] + "required": ["kind", "institution"] }, "minItems": 1 }, @@ -200,4 +189,4 @@ } }, "$ref": "#/$defs/stakeholder" -} \ No newline at end of file +} diff --git a/schemas/string.json b/schemas/string.json index 77e53842..5a290155 100644 --- a/schemas/string.json +++ b/schemas/string.json @@ -29,4 +29,4 @@ "description": "[GnuPG](https://gnupg.org) key" } } -} \ No newline at end of file +} diff --git a/schemas/unit.json b/schemas/unit.json index f3b595ea..79a23976 100644 --- a/schemas/unit.json +++ b/schemas/unit.json @@ -86,4 +86,4 @@ "required": [] } } -} \ No newline at end of file +} From 94fe35c7278610d348c4c2f7ae025e1094ad0b55 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 23 May 2024 17:09:02 +0200 Subject: [PATCH 174/362] Rename hygrothermal examples. --- .../dbe/hygrothermal/fullHygrothermal.json | 32 ------------------- ...Data.json => fullHygrothermalDataSet.json} | 0 ...ermal.json => hygrothermalAsResource.json} | 0 3 files changed, 32 deletions(-) delete mode 100644 examples/dbe/hygrothermal/fullHygrothermal.json rename examples/dbe/hygrothermal/{fullHygrothermalData.json => fullHygrothermalDataSet.json} (100%) rename examples/dbe/hygrothermal/{simpleHygrothermal.json => hygrothermalAsResource.json} (100%) diff --git a/examples/dbe/hygrothermal/fullHygrothermal.json b/examples/dbe/hygrothermal/fullHygrothermal.json deleted file mode 100644 index 61e6ad38..00000000 --- a/examples/dbe/hygrothermal/fullHygrothermal.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "components": [ - { - "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", - "description": "This is an example of all key value pairs for the hygrothermal data about a component.", - "roles": { - "manufacturer": { - "id": "75263c05-d81a-41f0-825b-fc8446532fe9" - } - }, - "hygrothermal": [ - { - "data": [ - { - "hashValue": "B5C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", - "locator": "https://oc.ise.fraunhofer.de/index.php/s/z2uW4Veh4fWyF1c", - "format": { - "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", - "timestamp": "2019-09-01T12:00:00+01:00", - "name": "WUFI-XML-Format", - "abbreviation": "xml", - "description": "An XML format for hygrothermal data", - "mediaType": "application/xml" - }, - "archivedFilesMetaInformation": [] - } - ] - } - ] - } - ] -} diff --git a/examples/dbe/hygrothermal/fullHygrothermalData.json b/examples/dbe/hygrothermal/fullHygrothermalDataSet.json similarity index 100% rename from examples/dbe/hygrothermal/fullHygrothermalData.json rename to examples/dbe/hygrothermal/fullHygrothermalDataSet.json diff --git a/examples/dbe/hygrothermal/simpleHygrothermal.json b/examples/dbe/hygrothermal/hygrothermalAsResource.json similarity index 100% rename from examples/dbe/hygrothermal/simpleHygrothermal.json rename to examples/dbe/hygrothermal/hygrothermalAsResource.json From a937b7e0e61a8760199205a0253acb9feefd2c13 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Tue, 28 May 2024 10:19:53 +0000 Subject: [PATCH 175/362] Do not allow additional properties. The error message 'must match exactly one schema in oneOf' means that the example was valid against more than one subschema. --- schemas/hygrothermalData.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 713b9327..63c58aa9 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -197,6 +197,9 @@ "required": [] } } + "additionalProperties": false, + "minProperties": 1, + "required": [] } }, "$ref": "#/$defs/data" From d0c23020dd52b41a6836015378ddaf1a6eab8c8d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 28 May 2024 13:20:11 +0200 Subject: [PATCH 176/362] Add missing comma, make format. --- schemas/hygrothermalData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 63c58aa9..42d5e9b9 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -196,7 +196,7 @@ "minProperties": 1, "required": [] } - } + }, "additionalProperties": false, "minProperties": 1, "required": [] From bb422613f5f490a0fc3f64fa8c8e61ed81b88de9 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 28 May 2024 13:36:14 +0200 Subject: [PATCH 177/362] Remove metadata from hygrothermalData.json . Make compile, make example all valid. --- schemas/hygrothermalData.json | 339 ++++++++++++++++------------------ 1 file changed, 161 insertions(+), 178 deletions(-) diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 42d5e9b9..1c6baa76 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -9,192 +9,175 @@ "description": "A schema including all hygrothermal properties which are currently relevant for Architecture, Engineering and Construction.", "type": "object", "properties": { - "id": { - "$ref": "identifier.json#/$defs/decentral", - "description": "The id represents the hygrothermal data set." - }, - "description": { - "type": "string", - "description": "An explanation with more details about the hygrothermal data in natural language." - }, - "data": { - "type": "object", - "title": "The object is used to store hygrothermal data.", - "properties": { - "thermalConductivityDry": { - "$ref": "number.json#/$defs/wattPerMeterKelvin" - }, - "bulkDensity": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "porosity": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" - }, - "specificHeatCapacity": { - "$ref": "number.json#/$defs/joulePerKgK", - "description": "short description" - }, - "waterVaporDiffusionResistanceFactor": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "short description" - }, - "referenceWaterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "freeWaterSaturation": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "waterAbsorptionCoefficient": { - "$ref": "number.json#/$defs/kilogramPerSquareMeterAndSquareRootSeconds", - "description": "short description" - }, - "moistureDependentConductivitySupplement": { - "$ref": "number.json#/$defs/percentPerMassPercent", - "description": "short description" - }, - "temperatureDependentConductivitySupplement": { - "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", - "description": "short description" - }, - "typicalBuildInMoisture": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "moistureStorageFunction": { - "type": "array", - "items": { - "type": "object", - "properties": { - "relativeHumidityAbsolut": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" - }, - "waterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - } - } + "thermalConductivityDry": { + "$ref": "number.json#/$defs/wattPerMeterKelvin" + }, + "bulkDensity": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "porosity": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "specificHeatCapacity": { + "$ref": "number.json#/$defs/joulePerKgK", + "description": "short description" + }, + "waterVaporDiffusionResistanceFactor": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "short description" + }, + "referenceWaterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "freeWaterSaturation": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "waterAbsorptionCoefficient": { + "$ref": "number.json#/$defs/kilogramPerSquareMeterAndSquareRootSeconds", + "description": "short description" + }, + "moistureDependentConductivitySupplement": { + "$ref": "number.json#/$defs/percentPerMassPercent", + "description": "short description" + }, + "temperatureDependentConductivitySupplement": { + "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", + "description": "short description" + }, + "typicalBuildInMoisture": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "moistureStorageFunction": { + "type": "array", + "items": { + "type": "object", + "properties": { + "relativeHumidityAbsolut": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" } - }, - "moistureStorageFunctionGenerated": { - "type": "boolean" - }, - "liquidTransportCoefficientSuction": { - "type": "array", - "items": { - "type": "object", - "properties": { - "waterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "liquidTransportCoefficient": { - "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" - } - } + } + } + }, + "moistureStorageFunctionGenerated": { + "type": "boolean" + }, + "liquidTransportCoefficientSuction": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" } - }, - "liquidTransportCoefficientSuctionGenerated": { - "type": "boolean" - }, - "liquidTransportCoefficientRedistribution": { - "type": "array", - "items": { - "type": "object", - "properties": { - "waterContent": { - "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" - }, - "liquidTransportCoefficient": { - "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" - } - } + } + } + }, + "liquidTransportCoefficientSuctionGenerated": { + "type": "boolean" + }, + "liquidTransportCoefficientRedistribution": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "short description" + }, + "liquidTransportCoefficient": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" } - }, - "liquidTransportCoefficientRedistributionGenerated": { - "type": "boolean" - }, - "thermalConductivityMoistureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "waterContent": { - "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" - }, - "thermalConductivity": { - "$ref": "number.json#/$defs/wattPerMeterKelvin", - "description": "short description" - } - } + } + } + }, + "liquidTransportCoefficientRedistributionGenerated": { + "type": "boolean" + }, + "thermalConductivityMoistureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "waterContent": { + "$ref": "number.json#/$defs/squareMeterPerSecond", + "description": "short description" + }, + "thermalConductivity": { + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "short description" } - }, - "thermalConductivityMoistureDependentGenerated": { - "type": "boolean" - }, - "thermalConductivityTemperatureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "temperature": { - "$ref": "number.json#/$defs/degreeCelcius", - "description": "short description" - }, - "thermalConductivity": { - "$ref": "number.json#/$defs/wattPerMeterKelvin", - "description": "short description" - } - } + } + } + }, + "thermalConductivityMoistureDependentGenerated": { + "type": "boolean" + }, + "thermalConductivityTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$ref": "number.json#/$defs/degreeCelcius", + "description": "short description" + }, + "thermalConductivity": { + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "short description" } - }, - "thermalConductivityTemperatureDependentGenerated": { - "type": "boolean" - }, - "waterVaporDiffusionResistanceFactorMoistureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "relativeHumidityAbsolut": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" - }, - "diffusionResistanceFactor": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "short description" - } - } + } + } + }, + "thermalConductivityTemperatureDependentGenerated": { + "type": "boolean" + }, + "waterVaporDiffusionResistanceFactorMoistureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "relativeHumidityAbsolut": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "short description" + }, + "diffusionResistanceFactor": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "short description" } - }, - "enthalpyTemperatureDependent": { - "type": "array", - "items": { - "type": "object", - "properties": { - "temperature": { - "$ref": "number.json#/$defs/degreeCelcius", - "description": "short description" - }, - "enthalpy": { - "$ref": "number.json#/$defs/joulePerKg", - "description": "short description" - } - } + } + } + }, + "enthalpyTemperatureDependent": { + "type": "array", + "items": { + "type": "object", + "properties": { + "temperature": { + "$ref": "number.json#/$defs/degreeCelcius", + "description": "short description" + }, + "enthalpy": { + "$ref": "number.json#/$defs/joulePerKg", + "description": "short description" } } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } } }, "additionalProperties": false, From 75dfad5fa434fa1d13699053b956fd5bb04d1ebd Mon Sep 17 00:00:00 2001 From: Matthias Pazold Date: Mon, 23 Sep 2024 15:34:29 +0200 Subject: [PATCH 178/362] added description; added some tests; no make format --- schemas/hygrothermalData.json | 126 ++++++---- .../hygrothermalData/definedCurves.json | 237 ++++++++++++++++++ .../valid/hygrothermalData/definedCurves.json | 237 ++++++++++++++++++ .../valid/hygrothermalData/generateData.json | 13 + .../hygrothermalData/minDatasetThermal.json | 7 + 5 files changed, 566 insertions(+), 54 deletions(-) create mode 100644 tests/invalid/hygrothermalData/definedCurves.json create mode 100644 tests/valid/hygrothermalData/definedCurves.json create mode 100644 tests/valid/hygrothermalData/generateData.json create mode 100644 tests/valid/hygrothermalData/minDatasetThermal.json diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 1c6baa76..6c9c8f1a 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -10,123 +10,132 @@ "type": "object", "properties": { "thermalConductivityDry": { - "$ref": "number.json#/$defs/wattPerMeterKelvin" + "$ref": "number.json#/$defs/wattPerMeterKelvin", + "description": "The heat conductivity of the material in dry condition and at 10°C. (ASTM C518, ASTM D5335, DIN EN 12664, DIN EN 12667)" }, "bulkDensity": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" + "description": "The ratio of the mass of the sample and the total volume (including pore volume) of the material (reference: ASTM D2395, ASTM D792)" }, "porosity": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" + "description": "The amount of pore volume which is accessible to water (either as liquid or as vapor)" }, "specificHeatCapacity": { - "$ref": "number.json#/$defs/joulePerKgK", - "description": "short description" + "$ref": "number.json#/$defs/joulePerKilogramKelvin", + "description": "The specific heat capacity by mass of the dry material (ASTM D5334, ISO 24144)" }, "waterVaporDiffusionResistanceFactor": { "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "short description" + "description": "The diffusion resistance factor (µ-value) of the material in dry condition. The µ-value states by how much the diffusion resistance of the material in question is higher than that of stagnant air." }, "referenceWaterContent": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" + "description": "The specific moisture level in a material used as a standard or baseline for various testing and comparison purposes." }, "freeWaterSaturation": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" + "description": "The amount of water of a capillay-active material it will take up in contact with water. Not the maximum water saturation, which regard water that additionally can be absorbed via vapor diffusion and condensation, regarding the poroxity, until completly filled pores." }, "waterAbsorptionCoefficient": { "$ref": "number.json#/$defs/kilogramPerSquareMeterAndSquareRootSeconds", - "description": "short description" + "description": "The amount of water a material can absorb over time (ASTM C1794, DIN EN ISO 15148)" }, "moistureDependentConductivitySupplement": { "$ref": "number.json#/$defs/percentPerMassPercent", - "description": "short description" + "description": "The supplement gives the fractional increase [in %] of the heat conductivity per mass-% moisture if a simple linear dependance of the heat conductivity on moisture content is sufficient." }, "temperatureDependentConductivitySupplement": { "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", - "description": "short description" + "description": "Descibes the supplement of heat conductivity in dependance to the material temperature, if a simple linear dependence is sufficient." }, "typicalBuildInMoisture": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" + "description": "The inherent moisture content present in materials during construction, originating from sources like manufacturing processes, environmental exposure, or water used in installation." }, - "moistureStorageFunction": { + "thermalEmissivity": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "Typically the hemisperical long-wave radiation emissivity of the dry material surface (ASTM E408)" + }, + "thermalAbsorptivity": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "The fraction of the total (i.e., visible and non-visible) solar radiation incident on the component surface which is absorbed (ASTM E903)" + }, + "sorptionIsotherm": { "type": "array", + "description": "In a porous hygroscopic material, the specific equilibrium moisture content corresponding to the humidity of the ambient air. Also known as moisture storage function (ASTM C1498). Free water saturation is at 100% relative humitidy. Higher water content at 100% relative humidity is possible up to maximum water saturation and completly filled pores", "items": { "type": "object", "properties": { "relativeHumidityAbsolut": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" + "description": "Is the percentage of moisture in the air compared to the maximum amount the air can hold at a given temperature expressed with an absolut value (1 = 100%)" }, "waterContent": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" + "description": "The amount of water present within a material" } } - } - }, - "moistureStorageFunctionGenerated": { - "type": "boolean" + }, + "minItems": 0, + "uniqueItems": true }, "liquidTransportCoefficientSuction": { "type": "array", + "description": "Describes the capillary uptake of water when the imbibing surface is fully wetted. The suction transport is dominated by the larger capillaries, since their lower capillary tension is more than compensated by their markedly lower flow resistance.", "items": { "type": "object", "properties": { "waterContent": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" + "description": "The amount of water present within a material" }, "liquidTransportCoefficient": { "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" + "description": "The capillary uptake of water when the imbibing surface is fully wetted." } } - } - }, - "liquidTransportCoefficientSuctionGenerated": { - "type": "boolean" + }, + "minItems": 0, + "uniqueItems": true }, "liquidTransportCoefficientRedistribution": { "type": "array", + "description": "Describes the spreading of the imbibed water when the wetting is finished, no new water is taken up any more and the water present in the material is redistributing. The redistribution is dominated by the smaller capillaries since their higher capillary tension draws the water out of the larger capillaries.", "items": { "type": "object", "properties": { "waterContent": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "short description" + "description": "The amount of water present within a material" }, "liquidTransportCoefficient": { "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" + "description": "The spreading of the imbibed water when the wetting is finished, no new water is taken up any more and the water present in the material is redistributing" } } - } - }, - "liquidTransportCoefficientRedistributionGenerated": { - "type": "boolean" + }, + "minItems": 0, + "uniqueItems": true }, "thermalConductivityMoistureDependent": { "type": "array", + "description": "The dependence of the heat conductivity on the moisture content.", "items": { "type": "object", "properties": { "waterContent": { - "$ref": "number.json#/$defs/squareMeterPerSecond", - "description": "short description" + "$ref": "number.json#/$defs/kilogramPerCubicMeter", + "description": "The amount of water present within a material" }, "thermalConductivity": { "$ref": "number.json#/$defs/wattPerMeterKelvin", - "description": "short description" + "description": "Is the measure of a material's ability to conduct heat" } } - } - }, - "thermalConductivityMoistureDependentGenerated": { - "type": "boolean" + }, + "minItems": 0, + "uniqueItems": true }, "thermalConductivityTemperatureDependent": { "type": "array", @@ -134,18 +143,17 @@ "type": "object", "properties": { "temperature": { - "$ref": "number.json#/$defs/degreeCelcius", - "description": "short description" + "$ref": "number.json#/$defs/kelvin", + "description": "Is a measure of the thermal energy within a substance, reflecting how hot or cold it is." }, "thermalConductivity": { "$ref": "number.json#/$defs/wattPerMeterKelvin", - "description": "short description" + "description": "Is the measure of a material's ability to conduct heat" } } - } - }, - "thermalConductivityTemperatureDependentGenerated": { - "type": "boolean" + }, + "minItems": 0, + "uniqueItems": true }, "waterVaporDiffusionResistanceFactorMoistureDependent": { "type": "array", @@ -154,14 +162,16 @@ "properties": { "relativeHumidityAbsolut": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "short description" + "description": "Is the percentage of moisture in the air compared to the maximum amount the air can hold at a given temperature expressed with an absolut value (1 = 100%)" }, "diffusionResistanceFactor": { "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "short description" + "description": "The value describes a material's resistance to the movement of water vapor through it" } } - } + }, + "minItems": 0, + "uniqueItems": true }, "enthalpyTemperatureDependent": { "type": "array", @@ -169,20 +179,28 @@ "type": "object", "properties": { "temperature": { - "$ref": "number.json#/$defs/degreeCelcius", - "description": "short description" + "$ref": "number.json#/$defs/kelvin", + "description": "Is a measure of the thermal energy within a substance, reflecting how hot or cold it is." }, "enthalpy": { "$ref": "number.json#/$defs/joulePerKg", - "description": "short description" + "description": "Is a thermodynamic property that represents the total heat content of a system, encompassing both internal energy and the product of pressure and volume." } } - } + }, + "minItems": 0, + "uniqueItems": true } }, "additionalProperties": false, - "minProperties": 1, - "required": [] + "minProperties": 5, + "required": [ + "bulkDensity", + "porosity", + "specificHeatCapacity", + "thermalConductivityDry", + "waterVaporDiffusionResistanceFactor" + ] } }, "$ref": "#/$defs/data" diff --git a/tests/invalid/hygrothermalData/definedCurves.json b/tests/invalid/hygrothermalData/definedCurves.json new file mode 100644 index 00000000..673ca078 --- /dev/null +++ b/tests/invalid/hygrothermalData/definedCurves.json @@ -0,0 +1,237 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "sorptionIsotherm": [ + { + "relativeHumidityAbsolut": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolut": 0.1, + "waterContent": 2.55 + }, + { + "relativeHumidityAbsolut": 0.2, + "waterContent": 5.7 + }, + { + "relativeHumidityAbsolut": 0.3, + "waterContent": 9.7 + }, + { + "relativeHumidityAbsolut": 0.4, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolut": 0.5, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolut": 0.55, + "waterContent": 26.79 + }, + { + "relativeHumidityAbsolut": 0.6, + "waterContent": 32.52 + }, + { + "relativeHumidityAbsolut": 0.65, + "waterContent": 39.71 + }, + { + "relativeHumidityAbsolut": 0.7, + "waterContent": 48.99 + }, + { + "relativeHumidityAbsolut": 0.75, + "waterContent": 61.44 + }, + { + "relativeHumidityAbsolut": 0.8, + "waterContent": 79 + }, + { + "relativeHumidityAbsolut": 0.85, + "waterContent": 105.64 + }, + { + "relativeHumidityAbsolut": 0.9, + "waterContent": 150.86 + }, + { + "relativeHumidityAbsolut": 0.91, + "waterContent": 163.97 + }, + { + "relativeHumidityAbsolut": 0.92, + "waterContent": 179.21 + }, + { + "relativeHumidityAbsolut": 0.93, + "waterContent": 197.13 + }, + { + "relativeHumidityAbsolut": 0.94, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolut": 0.95, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolut": 0.96, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolut": 0.97, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolut": 0.98, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolut": 0.99, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolut": 1, + "waterContent": 554 + } + ], + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.36239e-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 4.952495e-11 + } + ], + "liquidTransportCoefficientRedistribution": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.8e-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 8e-9 + } + ], + "thermalConductivityMoistureDependent": [ + { + "waterContent": 0, + "thermalConductivity": 0.102 + }, + { + "waterContent": 100, + "thermalConductivity": 0.12 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityTemperatureDependent": [ + { + "temperature": -20, + "thermalConductivity": 0.096 + }, + { + "temperature": 80, + "thermalConductivity": 0.116 + } + ], + "waterVaporDiffusionResistanceFactorMoistureDependent": [ + { + "relativeHumidityAbsolut": 0, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolut": 0.25, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolut": 0.725, + "diffusionResistanceFactor": 36.18 + }, + { + "relativeHumidityAbsolut": 1, + "diffusionResistanceFactor": 36.18 + } + ], + "enthalpyTemperatureDependent": [ + { + "temperature": 0, + "enthalpy": 0 + }, + { + "temperature": 5, + "enthalpy": 6000 + }, + { + "temperature": 11.25, + "enthalpy": 13983 + }, + { + "temperature": 14.5, + "enthalpy": 18838 + }, + { + "temperature": 17, + "enthalpy": 23083 + }, + { + "temperature": 18, + "enthalpy": 24943 + }, + { + "temperature": 19, + "enthalpy": 27075 + }, + { + "temperature": 20, + "enthalpy": 29721 + }, + { + "temperature": 21, + "enthalpy": 33537 + }, + { + "temperature": 22, + "enthalpy": 40586 + }, + { + "temperature": 23, + "enthalpy": 49226 + }, + { + "temperature": 24, + "enthalpy": 53772 + }, + { + "temperature": 25, + "enthalpy": 55000 + }, + { + "temperature": 26, + "enthalpy": 56200 + }, + { + "temperature": 30, + "enthalpy": 61000 + } + ] +} diff --git a/tests/valid/hygrothermalData/definedCurves.json b/tests/valid/hygrothermalData/definedCurves.json new file mode 100644 index 00000000..673ca078 --- /dev/null +++ b/tests/valid/hygrothermalData/definedCurves.json @@ -0,0 +1,237 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "sorptionIsotherm": [ + { + "relativeHumidityAbsolut": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolut": 0.1, + "waterContent": 2.55 + }, + { + "relativeHumidityAbsolut": 0.2, + "waterContent": 5.7 + }, + { + "relativeHumidityAbsolut": 0.3, + "waterContent": 9.7 + }, + { + "relativeHumidityAbsolut": 0.4, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolut": 0.5, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolut": 0.55, + "waterContent": 26.79 + }, + { + "relativeHumidityAbsolut": 0.6, + "waterContent": 32.52 + }, + { + "relativeHumidityAbsolut": 0.65, + "waterContent": 39.71 + }, + { + "relativeHumidityAbsolut": 0.7, + "waterContent": 48.99 + }, + { + "relativeHumidityAbsolut": 0.75, + "waterContent": 61.44 + }, + { + "relativeHumidityAbsolut": 0.8, + "waterContent": 79 + }, + { + "relativeHumidityAbsolut": 0.85, + "waterContent": 105.64 + }, + { + "relativeHumidityAbsolut": 0.9, + "waterContent": 150.86 + }, + { + "relativeHumidityAbsolut": 0.91, + "waterContent": 163.97 + }, + { + "relativeHumidityAbsolut": 0.92, + "waterContent": 179.21 + }, + { + "relativeHumidityAbsolut": 0.93, + "waterContent": 197.13 + }, + { + "relativeHumidityAbsolut": 0.94, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolut": 0.95, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolut": 0.96, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolut": 0.97, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolut": 0.98, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolut": 0.99, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolut": 1, + "waterContent": 554 + } + ], + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.36239e-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 4.952495e-11 + } + ], + "liquidTransportCoefficientRedistribution": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.8e-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 8e-9 + } + ], + "thermalConductivityMoistureDependent": [ + { + "waterContent": 0, + "thermalConductivity": 0.102 + }, + { + "waterContent": 100, + "thermalConductivity": 0.12 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityTemperatureDependent": [ + { + "temperature": -20, + "thermalConductivity": 0.096 + }, + { + "temperature": 80, + "thermalConductivity": 0.116 + } + ], + "waterVaporDiffusionResistanceFactorMoistureDependent": [ + { + "relativeHumidityAbsolut": 0, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolut": 0.25, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolut": 0.725, + "diffusionResistanceFactor": 36.18 + }, + { + "relativeHumidityAbsolut": 1, + "diffusionResistanceFactor": 36.18 + } + ], + "enthalpyTemperatureDependent": [ + { + "temperature": 0, + "enthalpy": 0 + }, + { + "temperature": 5, + "enthalpy": 6000 + }, + { + "temperature": 11.25, + "enthalpy": 13983 + }, + { + "temperature": 14.5, + "enthalpy": 18838 + }, + { + "temperature": 17, + "enthalpy": 23083 + }, + { + "temperature": 18, + "enthalpy": 24943 + }, + { + "temperature": 19, + "enthalpy": 27075 + }, + { + "temperature": 20, + "enthalpy": 29721 + }, + { + "temperature": 21, + "enthalpy": 33537 + }, + { + "temperature": 22, + "enthalpy": 40586 + }, + { + "temperature": 23, + "enthalpy": 49226 + }, + { + "temperature": 24, + "enthalpy": 53772 + }, + { + "temperature": 25, + "enthalpy": 55000 + }, + { + "temperature": 26, + "enthalpy": 56200 + }, + { + "temperature": 30, + "enthalpy": 61000 + } + ] +} diff --git a/tests/valid/hygrothermalData/generateData.json b/tests/valid/hygrothermalData/generateData.json new file mode 100644 index 00000000..8878b073 --- /dev/null +++ b/tests/valid/hygrothermalData/generateData.json @@ -0,0 +1,13 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "referenceWaterContent": 79, + "freeWaterSaturation": 554, + "waterAbsorptionCoefficient": 0.002, + "moistureDependentConductivitySupplement": 1.5, + "temperatureDependentConductivitySupplement": 2e-4, + "typicalBuildInMoisture": 0 +} diff --git a/tests/valid/hygrothermalData/minDatasetThermal.json b/tests/valid/hygrothermalData/minDatasetThermal.json new file mode 100644 index 00000000..a23884f9 --- /dev/null +++ b/tests/valid/hygrothermalData/minDatasetThermal.json @@ -0,0 +1,7 @@ +{ + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58 +} From 7a33dae02fa4eacb529d511834b642c449fa440f Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 23 Sep 2024 15:58:49 +0200 Subject: [PATCH 179/362] Change from `KgK` to `KilogramKelvin` to make the tests valid. --- .../calorimetricDataSchema.svg | 4 +- .../calorimetricDataSchema.plantuml | 2 +- schemas/calorimetricData.json | 27 ++++++-- schemas/hygrothermalData.json | 4 +- schemas/number.json | 69 +++++++++++++++---- 5 files changed, 80 insertions(+), 26 deletions(-) diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg index 92627336..657dd78c 100644 --- a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg +++ b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.svg @@ -1,4 +1,4 @@ -description   characteristics   fluxes   results   typestringconditions   primeSurface   componentTilt   dynamicstationaryexteriorinteriorlateralcommoncomponentTiltconduction   convection   longwaveRadiation   conductionConvectionLongwaveRadiation   shortwaveRadiation   mixed   fluid   electricity   side   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberkelvinWithUncertaintynumberkelvinWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   emittanceSurroundings   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumbernumberBetweenZeroAndOneWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   direction   exteriorinteriorlateralnumberwattWithUncertaintyopticalDataincidenceDirectionside   flux   exteriorinteriorlateralnumberwattWithUncertaintyflux   temperatures   massFlow   specificHeatCapacity   numberwattWithUncertaintyinlet   outlet   numberwattWithUncertaintynumberwattWithUncertaintynumberkilogramPerSecondWithUncertaintynumberjoulePerKgKwithUncertaintyflux   currentVoltage   numberwattWithUncertaintycommoncurrentVoltagearea   uValue   gValue   efficiencies   category   description   centerirradiatedAbsorberouterDimensionsprojectedIrradiatedAbsorberothertypestringnumberwattPerSquareMeterKelvinWithUncertaintynumbernumberWithUncertaintyphotovoltaic   solarThermal   commonefficiencies/photovoltaiccommonefficiencies/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 IUl;}cFFnGdEdT%j literal 0 HcmV?d00001 From d617ff3ebd688adc963c6960d54ae338752e4b6c Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:37:30 +0000 Subject: [PATCH 194/362] Remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2d11f6..d7564f6c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The following introduction explains the structure for new users and the section [How to use this repository](#how-to-use-this-repository) - [For beginners](#for-beginners) -- [In your browser] (#in-your-browser) +- [In your browser](#in-your-browser) - [On your Linux machine](#on-your-linux-machine) [Code of Conduct](#code-of-conduct) From fde4711fff3999f6dfea68cac2c6f2fa9a2202b9 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 23 Oct 2024 10:52:15 +0200 Subject: [PATCH 195/362] Improve description of codespaces --- README.md | 6 ++---- docs/images/open_codespace.png | Bin 87209 -> 0 bytes 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 docs/images/open_codespace.png diff --git a/README.md b/README.md index d7564f6c..787ab138 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,11 @@ With you web browser, you can search our [wiki](https://github.com/building-enve ### In your browser -In order to browse the code conveniently, you can click on `Code` and then `+` to start a new codespace. - -![Start a new codespace](docs/images/open_codespace.png) +In order to browse the code conveniently with [Codespaces](https://docs.github.com/en/codespaces/overview), open [building-envelope-data/api](https://github.com/building-envelope-data/api) in your favorite web browser, click on the button "Code" in the top-right corner, select the tab "Codespaces", and on the first usage click on `+` to create a new codespace and on subsequent usages click on the name of an existing codespace. If you are developing this repository further, you can use the following steps to test and format your contributions: -1. Use the terminal at the bottom right of the codespace to prepare your environment with +1. Use the terminal at the bottom right of the codespace to prepare your environment with ```shell cp ./.env.sample ./.env ``` diff --git a/docs/images/open_codespace.png b/docs/images/open_codespace.png deleted file mode 100644 index 9f49807b995083d3a91970366bde4105b0f4b985..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 87209 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

    lIeL&hy`FrUZSk8}h$EI3 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 IUl;}cFFnGdEdT%j From ed9d673a72d69c2ae3d6477170901424afa06295 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 23 Oct 2024 10:56:21 +0200 Subject: [PATCH 196/362] Differ between web browsers and other browsers like file browsers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 787ab138..81465541 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Similarly, [calorimetric.json](https://github.com/building-envelope-data/api/blo With you web browser, you can search our [wiki](https://github.com/building-envelope-data/api/wiki), the [issues](https://github.com/building-envelope-data/api/issues) and [pull requests](https://github.com/building-envelope-data/api/pulls) and contribute to them. -### In your browser +### In your web browser In order to browse the code conveniently with [Codespaces](https://docs.github.com/en/codespaces/overview), open [building-envelope-data/api](https://github.com/building-envelope-data/api) in your favorite web browser, click on the button "Code" in the top-right corner, select the tab "Codespaces", and on the first usage click on `+` to create a new codespace and on subsequent usages click on the name of an existing codespace. From faf9a9be4fc2e6a65526cc289c3b42f81a0cfc06 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 23 Oct 2024 11:03:58 +0200 Subject: [PATCH 197/362] Refer to section `With Docker`, keep an example --- README.md | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 81465541..331e9e4c 100644 --- a/README.md +++ b/README.md @@ -54,37 +54,16 @@ With you web browser, you can search our [wiki](https://github.com/building-enve In order to browse the code conveniently with [Codespaces](https://docs.github.com/en/codespaces/overview), open [building-envelope-data/api](https://github.com/building-envelope-data/api) in your favorite web browser, click on the button "Code" in the top-right corner, select the tab "Codespaces", and on the first usage click on `+` to create a new codespace and on subsequent usages click on the name of an existing codespace. -If you are developing this repository further, you can use the following steps to test and format your contributions: +If you are developing this repository further, you can follow the description [With Docker](#with-docker). For example, you can test and format your contributions with -1. Use the terminal at the bottom right of the codespace to prepare your environment with - ```shell - cp ./.env.sample ./.env - ``` -1. Run - ```shell - make shell - ``` - to enter a docker container with a shell with development tools. -1. List all GNU Make targets by running - ```shell - make help - ``` - - `compile` validates the JSON schemas against the - [JSON Schema meta-schemas](https://json-schema.org/specification-links.html#draft-7) - and the GraphQL schemas against the - [GrahpQL specification](http://spec.graphql.org/June2018/), - - `test` validates the tests against the schemas, - - `example` validates the examples against the schemas, - - `format` formats source files. -1. Do something with the project like validating the schemas by running - ```shell - make compile - ``` -1. Drop out of the container by running - ```shell - exit - ``` - or pressing `Ctrl-D`. +``` +cp ./.env.sample ./.env +make shell +make compile +make examples +make test +make format +``` ### On your Linux machine @@ -151,7 +130,7 @@ In order to use our development tooling, for example, to format code and to run and the GraphQL schemas against the [GrahpQL specification](http://spec.graphql.org/June2018/), - `test` validates the tests against the schemas, - - `example` validates the examples against the schemas, + - `examples` validates the examples against the schemas, - `format` formats source files, - `introspect` introspects the GraphQL schemas, - `dos2unix` converts Windows-style to UNIX-style line endings, From 88f35a69cf67601fe0cd02d497036382cb3c10c9 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 23 Oct 2024 11:09:51 +0200 Subject: [PATCH 198/362] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ac37f0..17d010b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -196,6 +196,7 @@ and this project adheres to - Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260) - Move `color` to the `results` of an optical data set [#326](https://github.com/building-envelope-data/api/pull/326) - Remove the shortcut `nodes` to reduce the implementation effort [#318](https://github.com/building-envelope-data/api/pull/318) +- Describe codespaces as an option for Windows users [#336](https://github.com/building-envelope-data/api/pull/336) ### Removed From e560cc3d7470d5ab7268b8405f357e25e6a9f0b0 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 23 Oct 2024 11:20:41 +0200 Subject: [PATCH 199/362] Fix typo in table of contents --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331e9e4c..358a7519 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The following introduction explains the structure for new users and the section [![Watch the video introduction](https://img.youtube.com/vi/QsulJnpvuh0/maxresdefault.jpg)](https://www.youtube.com/watch?v=QsulJnpvuh0) -## Table Of Contents +## Table of Contents [I don't want to read this whole thing, I just have a question!](#i-dont-want-to-read-this-whole-thing-i-just-have-a-question) @@ -19,7 +19,7 @@ The following introduction explains the structure for new users and the section [How to use this repository](#how-to-use-this-repository) - [For beginners](#for-beginners) -- [In your browser](#in-your-browser) +- [In your web browser](#in-your-web-browser) - [On your Linux machine](#on-your-linux-machine) [Code of Conduct](#code-of-conduct) From f766fd51e06c33a0cf8146e085e1fd692db81d67 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 24 Oct 2024 19:29:37 +0200 Subject: [PATCH 200/362] Add missing digit for seconds --- requests/metabase/createMethod.graphql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requests/metabase/createMethod.graphql b/requests/metabase/createMethod.graphql index 75fb56fa..37341733 100644 --- a/requests/metabase/createMethod.graphql +++ b/requests/metabase/createMethod.graphql @@ -21,8 +21,8 @@ mutation { createDetailedMethod: createMethod( input: { availability: { - from: "2024-06-05T12:00:0.000+01:00" - to: "2026-06-05T12:00:0.000+01:00" + from: "2024-06-05T12:00:00.000+01:00" + to: "2026-06-05T12:00:00.000+01:00" } calculationLocator: "https://github.com/calculator" categories: [CALCULATION, MEASUREMENT] @@ -51,8 +51,8 @@ mutation { } userDeveloperIds: ["d1f19101-e1e7-4e16-a09a-78b7b127b89f"] validity: { - from: "2024-06-05T12:00:0.000+01:00" - to: "2026-06-05T12:00:0.000+01:00" + from: "2024-06-05T12:00:00.000+01:00" + to: "2026-06-05T12:00:00.000+01:00" } } ) { From cded5e6e4903bf7a66672ca19dc9317498f3e07d Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 24 Oct 2024 19:36:56 +0200 Subject: [PATCH 201/362] Upgrade metabase schema to latest version --- apis/metabase.graphql | 2053 +++++++++++++++++++++++++++-------------- 1 file changed, 1379 insertions(+), 674 deletions(-) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index ed60c9c8..91c3404f 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -72,11 +72,17 @@ schema { interface Data { appliedMethod: AppliedMethod! componentId: Uuid! + createdAt: DateTime! + creatorId: Uuid! + databaseId: Uuid! description: String + locale: String! name: String + resources: [GetHttpsResource!]! resourceTree: GetHttpsResourceTree! timestamp: DateTime! uuid: Uuid! + warnings: [String!]! } "The node interface is implemented by entities that have a global unique identifier." @@ -94,6 +100,71 @@ interface Stakeholder { name: String! } +type AddComponentAssemblyError { + code: AddComponentAssemblyErrorCode! + message: String! + path: [String!]! +} + +type AddComponentAssemblyPayload { + assembledOfEdge: ComponentAssembledOfEdge + errors: [AddComponentAssemblyError!] + partOfEdge: ComponentPartOfEdge + query: Query! +} + +type AddComponentGeneralizationError { + code: AddComponentGeneralizationErrorCode! + message: String! + path: [String!]! +} + +type AddComponentGeneralizationPayload { + concretizationOfEdge: ComponentConcretizationOfEdge + errors: [AddComponentGeneralizationError!] + generalizationOfEdge: ComponentGeneralizationOfEdge + query: Query! +} + +type AddComponentManufacturerError { + code: AddComponentManufacturerErrorCode! + message: String! + path: [String!]! +} + +type AddComponentManufacturerPayload { + componentManufacturerEdge: ComponentManufacturerEdge + errors: [AddComponentManufacturerError!] + manufacturedComponentEdge: InstitutionManufacturedComponentEdge + query: Query! +} + +type AddComponentVariantError { + code: AddComponentVariantErrorCode! + message: String! + path: [String!]! +} + +type AddComponentVariantPayload { + errors: [AddComponentVariantError!] + query: Query! + reverseVariantOfEdge: ComponentVariantOfEdge + variantOfEdge: ComponentVariantOfEdge +} + +type AddInstitutionMethodDeveloperError { + code: AddInstitutionMethodDeveloperErrorCode! + message: String! + path: [String!]! +} + +type AddInstitutionMethodDeveloperPayload { + developedMethodEdge: InstitutionDevelopedMethodEdge + errors: [AddInstitutionMethodDeveloperError!] + methodDeveloperEdge: InstitutionMethodDeveloperEdge + query: Query! +} + type AddInstitutionRepresentativeError { code: AddInstitutionRepresentativeErrorCode! message: String! @@ -107,6 +178,19 @@ type AddInstitutionRepresentativePayload { representedInstitutionEdge: UserRepresentedInstitutionEdge } +type AddUserMethodDeveloperError { + code: AddUserMethodDeveloperErrorCode! + message: String! + path: [String!]! +} + +type AddUserMethodDeveloperPayload { + developedMethodEdge: UserDevelopedMethodEdge + errors: [AddUserMethodDeveloperError!] + methodDeveloperEdge: UserMethodDeveloperEdge + query: Query! +} + type AddUserRoleError { code: AddUserRoleErrorCode! message: String! @@ -120,32 +204,36 @@ type AddUserRolePayload { } type AppliedMethod { - method: Method + arguments: [NamedMethodArgument!]! + method: Method @cost(weight: "10") methodId: Uuid! + sources: [NamedMethodSource!]! } type CalorimetricData implements Data { appliedMethod: AppliedMethod! - component: Component + component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! + creator: Institution @cost(weight: "10") creatorId: Uuid! + database: Database @cost(weight: "10") + databaseId: Uuid! description: String gValues: [Float!]! id: String! locale: String! name: String - resourceTree: GetHttpsResourceTree! resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! timestamp: DateTime! - uValues: [Float!]! uuid: Uuid! + uValues: [Float!]! warnings: [String!]! } type CalorimetricDataConnection { edges: [CalorimetricDataEdge!]! - nodes: [CalorimetricData!]! timestamp: DateTime! totalCount: NonNegativeInt } @@ -192,68 +280,94 @@ type ChangeUserPasswordPayload { user: User } +type CielabColor { + aStar: Float! + bStar: Float! + lStar: Float! +} + type Component implements Node { abbreviation: String - assembledOf: ComponentAssembledOfConnection! + assembledOf: ComponentAssembledOfConnection! @cost(weight: "10") availability: OpenEndedDateTimeRange + canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [ComponentCategory!]! - concretizationOf: ComponentConcretizationOfConnection! + concretizationOf: ComponentConcretizationOfConnection! @cost(weight: "10") description: String! - generalizationOf: ComponentGeneralizationOfConnection! + generalizationOf: ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! + manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! @cost(weight: "10") name: String! - partOf: ComponentPartOfConnection! - uuid: Uuid! - variantOf: ComponentVariantOfConnection! + partOf: ComponentPartOfConnection! @cost(weight: "10") + uuid: Uuid! @cost(weight: "10") + variantOf: ComponentVariantOfConnection! @cost(weight: "10") } type ComponentAssembledOfConnection { - edges: [ComponentAssembledOfEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [ComponentAssembledOfEdge!]! @cost(weight: "10") } type ComponentAssembledOfEdge { - node: Component! + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + canCurrentUserUpdateEdge: Boolean! @cost(weight: "10") + index: Byte + node: Component! @cost(weight: "10") + primeSurface: PrimeSurface } type ComponentConcretizationOfConnection { - edges: [ComponentConcretizationOfEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [ComponentConcretizationOfEdge!]! @cost(weight: "10") } type ComponentConcretizationOfEdge { - node: Component! + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: Component! @cost(weight: "10") } type ComponentGeneralizationOfConnection { - edges: [ComponentGeneralizationOfEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [ComponentGeneralizationOfEdge!]! @cost(weight: "10") } type ComponentGeneralizationOfEdge { - node: Component! + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: Component! @cost(weight: "10") } type ComponentManufacturerConnection { - edges: [ComponentManufacturerEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [ComponentManufacturerEdge!]! @cost(weight: "10") } type ComponentManufacturerEdge { - node: Institution! + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: Institution! @cost(weight: "10") } type ComponentPartOfConnection { - edges: [ComponentPartOfEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [ComponentPartOfEdge!]! @cost(weight: "10") } type ComponentPartOfEdge { - node: Component! + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + canCurrentUserUpdateEdge: Boolean! @cost(weight: "10") + index: Byte + node: Component! @cost(weight: "10") + primeSurface: PrimeSurface } type ComponentVariantOfConnection { - edges: [ComponentVariantOfEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [ComponentVariantOfEdge!]! @cost(weight: "10") } type ComponentVariantOfEdge { - node: Component! + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: Component! @cost(weight: "10") } "A connection to a list of items." @@ -264,7 +378,8 @@ type ComponentsConnection { nodes: [Component!] "Information to aid in pagination." pageInfo: PageInfo! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -411,8 +526,16 @@ type CreateMethodPayload { query: Query! } +type CrossDatabaseDataReference { + database: Institution @cost(weight: "10") + databaseId: Uuid! + dataId: Uuid! + dataKind: DataKind! + dataTimestamp: DateTime! +} + type DataApproval { - approver: Institution + approver: Institution @cost(weight: "10") approverId: Uuid! keyFingerprint: String! query: String! @@ -423,7 +546,6 @@ type DataApproval { type DataConnection { edges: [DataEdge!]! - nodes: [Data!]! timestamp: DateTime! totalCount: NonNegativeInt } @@ -434,19 +556,20 @@ type DataEdge { } type DataFormat implements Node { + canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! extension: String id: ID! - manager: DataFormatManagerEdge! + manager: DataFormatManagerEdge! @cost(weight: "10") mediaType: String! name: String! reference: Reference schemaLocator: Url - uuid: Uuid! + uuid: Uuid! @cost(weight: "10") } type DataFormatManagerEdge { - node: Institution! + node: Institution! @cost(weight: "10") } "A connection to a list of items." @@ -457,7 +580,8 @@ type DataFormatsConnection { nodes: [DataFormat!] "Information to aid in pagination." pageInfo: PageInfo! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -469,118 +593,38 @@ type DataFormatsEdge { } type Database implements Node { - allCalorimetricData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: CalorimetricDataPropositionInput - ): CalorimetricDataConnection - allData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: DataPropositionInput - ): DataConnection - allGeometricData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: GeometricDataPropositionInput - ): GeometricDataConnection - allHygrothermalData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: HygrothermalDataPropositionInput - ): HygrothermalDataConnection - allOpticalData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: OpticalDataPropositionInput - ): OpticalDataConnection - allPhotovoltaicData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: PhotovoltaicDataPropositionInput - ): PhotovoltaicDataConnection - calorimetricData( - id: Uuid! - locale: String - timestamp: DateTime - ): CalorimetricData - data(id: Uuid!, locale: String, timestamp: DateTime): Data + allCalorimetricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: CalorimetricDataPropositionInput): CalorimetricDataConnection @cost(weight: "10") + allData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: DataPropositionInput): DataConnection @cost(weight: "10") + allGeometricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: GeometricDataPropositionInput): GeometricDataConnection @cost(weight: "10") + allHygrothermalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: HygrothermalDataPropositionInput): HygrothermalDataConnection @cost(weight: "10") + allOpticalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: OpticalDataPropositionInput): OpticalDataConnection @cost(weight: "10") + allPhotovoltaicData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: PhotovoltaicDataPropositionInput): PhotovoltaicDataConnection @cost(weight: "10") + calorimetricData(id: Uuid! locale: String timestamp: DateTime): CalorimetricData @cost(weight: "10") + canCurrentUserUpdateNode: Boolean! @cost(weight: "10") + canCurrentUserVerifyNode: Boolean! @cost(weight: "10") + data(id: Uuid! locale: String timestamp: DateTime): Data @cost(weight: "10") description: String! - geometricData(id: Uuid!, locale: String, timestamp: DateTime): GeometricData - hasCalorimetricData( - locale: String - timestamp: DateTime - where: CalorimetricDataPropositionInput - ): Boolean - hasData( - locale: String - timestamp: DateTime - where: DataPropositionInput - ): Boolean - hasGeometricData( - locale: String - timestamp: DateTime - where: GeometricDataPropositionInput - ): Boolean - hasHygrothermalData( - locale: String - timestamp: DateTime - where: HygrothermalDataPropositionInput - ): Boolean - hasOpticalData( - locale: String - timestamp: DateTime - where: OpticalDataPropositionInput - ): Boolean - hasPhotovoltaicData( - locale: String - timestamp: DateTime - where: PhotovoltaicDataPropositionInput - ): Boolean - hygrothermalData( - id: Uuid! - locale: String - timestamp: DateTime - ): HygrothermalData + geometricData(id: Uuid! locale: String timestamp: DateTime): GeometricData @cost(weight: "10") + hasCalorimetricData(locale: String timestamp: DateTime where: CalorimetricDataPropositionInput): Boolean @cost(weight: "10") + hasData(locale: String timestamp: DateTime where: DataPropositionInput): Boolean @cost(weight: "10") + hasGeometricData(locale: String timestamp: DateTime where: GeometricDataPropositionInput): Boolean @cost(weight: "10") + hasHygrothermalData(locale: String timestamp: DateTime where: HygrothermalDataPropositionInput): Boolean @cost(weight: "10") + hasOpticalData(locale: String timestamp: DateTime where: OpticalDataPropositionInput): Boolean @cost(weight: "10") + hasPhotovoltaicData(locale: String timestamp: DateTime where: PhotovoltaicDataPropositionInput): Boolean @cost(weight: "10") + hygrothermalData(id: Uuid! locale: String timestamp: DateTime): HygrothermalData @cost(weight: "10") id: ID! locator: Url! name: String! - operator: DatabaseOperatorEdge! - opticalData(id: Uuid!, locale: String, timestamp: DateTime): OpticalData - photovoltaicData( - id: Uuid! - locale: String - timestamp: DateTime - ): PhotovoltaicData - uuid: Uuid! + operator: DatabaseOperatorEdge! @cost(weight: "10") + opticalData(id: Uuid! locale: String timestamp: DateTime): OpticalData @cost(weight: "10") + photovoltaicData(id: Uuid! locale: String timestamp: DateTime): PhotovoltaicData @cost(weight: "10") + uuid: Uuid! @cost(weight: "10") + verificationCode: String! + verificationState: DatabaseVerificationState! } type DatabaseOperatorEdge { - node: Institution! + node: Institution! @cost(weight: "10") } "A connection to a list of items." @@ -591,7 +635,8 @@ type DatabasesConnection { nodes: [Database!] "Information to aid in pagination." pageInfo: PageInfo! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -664,6 +709,12 @@ type EnableUserTwoFactorAuthenticatorPayload { user: User } +type FileMetaInformation { + dataFormat: DataFormat @cost(weight: "10") + dataFormatId: Uuid! + path: [String!]! +} + type ForgetUserTwoFactorAuthenticationClientError { code: ForgetUserTwoFactorAuthenticationClientErrorCode! message: String! @@ -705,16 +756,19 @@ type GenerateUserTwoFactorRecoveryCodesPayload { type GeometricData implements Data { appliedMethod: AppliedMethod! - component: Component + component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! + creator: Institution @cost(weight: "10") creatorId: Uuid! + database: Database @cost(weight: "10") + databaseId: Uuid! description: String id: String! locale: String! name: String - resourceTree: GetHttpsResourceTree! resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! thicknesses: [Float!]! timestamp: DateTime! uuid: Uuid! @@ -723,7 +777,6 @@ type GeometricData implements Data { type GeometricDataConnection { edges: [GeometricDataEdge!]! - nodes: [GeometricData!]! timestamp: DateTime! totalCount: NonNegativeInt } @@ -734,7 +787,8 @@ type GeometricDataEdge { } type GetHttpsResource { - dataFormat: DataFormat + archivedFilesMetaInformation: [FileMetaInformation!]! + dataFormat: DataFormat @cost(weight: "10") dataFormatId: Uuid! description: String! hashValue: String! @@ -742,6 +796,7 @@ type GetHttpsResource { } type GetHttpsResourceTree { + nonRootVertices: [GetHttpsResourceTreeNonRootVertex!]! root: GetHttpsResourceTreeRoot! } @@ -754,20 +809,24 @@ type GetHttpsResourceTreeNonRootVertex { type GetHttpsResourceTreeRoot { value: GetHttpsResource! + vertexId: String! } type HygrothermalData implements Data { appliedMethod: AppliedMethod! - component: Component + component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! + creator: Institution @cost(weight: "10") creatorId: Uuid! + database: Database @cost(weight: "10") + databaseId: Uuid! description: String id: String! locale: String! name: String - resourceTree: GetHttpsResourceTree! resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! timestamp: DateTime! uuid: Uuid! warnings: [String!]! @@ -775,7 +834,6 @@ type HygrothermalData implements Data { type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! - nodes: [HygrothermalData!]! timestamp: DateTime! totalCount: NonNegativeInt } @@ -787,41 +845,39 @@ type HygrothermalDataEdge { type Institution implements Node & Stakeholder { abbreviation: String + canCurrentUserDeleteNode: Boolean! @cost(weight: "10") + canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") + canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! - developedMethods( - pending: Boolean! = false - ): InstitutionDevelopedMethodConnection! + developedMethods(pending: Boolean! = false): InstitutionDevelopedMethodConnection! @cost(weight: "10") id: ID! - managedDataFormats: InstitutionManagedDataFormatConnection! - managedInstitutions: InstitutionManagedInstitutionConnection! - managedMethods: InstitutionManagedMethodConnection! - manager: InstitutionManagerEdge - manufacturedComponents( - pending: Boolean! = false - ): InstitutionManufacturedComponentConnection! + managedDataFormats: InstitutionManagedDataFormatConnection! @cost(weight: "10") + managedInstitutions: InstitutionManagedInstitutionConnection! @cost(weight: "10") + managedMethods: InstitutionManagedMethodConnection! @cost(weight: "10") + manager: InstitutionManagerEdge @cost(weight: "10") + manufacturedComponents(pending: Boolean! = false): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! - operatedDatabases: InstitutionOperatedDatabaseConnection! + operatedDatabases: InstitutionOperatedDatabaseConnection! @cost(weight: "10") + operatingState: InstitutionOperatingState! publicKey: String - representatives( - pending: Boolean! = false - ): InstitutionRepresentativeConnection! + representatives(pending: Boolean! = false): InstitutionRepresentativeConnection! @cost(weight: "10") state: InstitutionState! - uuid: Uuid! + uuid: Uuid! @cost(weight: "10") websiteLocator: Url } type InstitutionDevelopedMethodConnection { - canCurrentUserConfirmEdge: Boolean! - edges: [InstitutionDevelopedMethodEdge!]! + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + edges: [InstitutionDevelopedMethodEdge!]! @cost(weight: "10") } type InstitutionDevelopedMethodEdge { - node: Method! + node: Method! @cost(weight: "10") } type InstitutionManagedDataFormatConnection { - canCurrentUserAddEdge: Boolean! - edges: [InstitutionManagedDataFormatEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionManagedDataFormatEdge!]! @cost(weight: "10") } type InstitutionManagedDataFormatEdge { @@ -829,8 +885,8 @@ type InstitutionManagedDataFormatEdge { } type InstitutionManagedInstitutionConnection { - canCurrentUserAddEdge: Boolean! - edges: [InstitutionManagedInstitutionEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionManagedInstitutionEdge!]! @cost(weight: "10") } type InstitutionManagedInstitutionEdge { @@ -838,8 +894,8 @@ type InstitutionManagedInstitutionEdge { } type InstitutionManagedMethodConnection { - canCurrentUserAddEdge: Boolean! - edges: [InstitutionManagedMethodEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionManagedMethodEdge!]! @cost(weight: "10") } type InstitutionManagedMethodEdge { @@ -847,26 +903,28 @@ type InstitutionManagedMethodEdge { } type InstitutionManagerEdge { - node: Institution! + node: Institution! @cost(weight: "10") } type InstitutionManufacturedComponentConnection { - canCurrentUserAddEdge: Boolean! - canCurrentUserConfirmEdge: Boolean! - edges: [InstitutionManufacturedComponentEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + edges: [InstitutionManufacturedComponentEdge!]! @cost(weight: "10") } type InstitutionManufacturedComponentEdge { - node: Component! + node: Component! @cost(weight: "10") } type InstitutionMethodDeveloperEdge { - node: Institution! + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: Institution! @cost(weight: "10") } type InstitutionOperatedDatabaseConnection { - canCurrentUserAddEdge: Boolean! - edges: [InstitutionOperatedDatabaseEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionOperatedDatabaseEdge!]! @cost(weight: "10") } type InstitutionOperatedDatabaseEdge { @@ -874,12 +932,12 @@ type InstitutionOperatedDatabaseEdge { } type InstitutionRepresentativeConnection { - canCurrentUserAddEdge: Boolean! - edges: [InstitutionRepresentativeEdge!]! + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionRepresentativeEdge!]! @cost(weight: "10") } type InstitutionRepresentativeEdge { - node: User! + node: User! @cost(weight: "10") role: InstitutionRepresentativeRole! } @@ -888,10 +946,11 @@ type InstitutionsConnection { "A list of edges." edges: [InstitutionsEdge!] "A flattened list of the nodes." - nodes: [Institution] + nodes: [Institution!] "Information to aid in pagination." pageInfo: PageInfo! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -899,7 +958,7 @@ type InstitutionsEdge { "A cursor for use in pagination." cursor: String! "The item at the end of the edge." - node: Institution + node: Institution! } type LoginUserError { @@ -954,27 +1013,32 @@ type LogoutUserPayload { type Method implements Node { availability: OpenEndedDateTimeRange calculationLocator: Url + canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [MethodCategory!]! description: String! - developers(pending: Boolean! = false): MethodDeveloperConnection! + developers(pending: Boolean! = false): MethodDeveloperConnection! @cost(weight: "10") id: ID! - manager: MethodManagerEdge! + manager: MethodManagerEdge! @cost(weight: "10") name: String! reference: Reference - uuid: Uuid! + uuid: Uuid! @cost(weight: "10") validity: OpenEndedDateTimeRange } type MethodDeveloperConnection { - edges: [MethodDeveloperEdge!]! + canCurrentUserAddInstitutionEdge: Boolean! @cost(weight: "10") + canCurrentUserAddUserEdge: Boolean! @cost(weight: "10") + edges: [MethodDeveloperEdge!]! @cost(weight: "10") } type MethodDeveloperEdge { - node: Stakeholder! + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: Stakeholder! @cost(weight: "10") } type MethodManagerEdge { - node: Institution! + node: Institution! @cost(weight: "10") } "A connection to a list of items." @@ -985,7 +1049,8 @@ type MethodsConnection { nodes: [Method!] "Information to aid in pagination." pageInfo: PageInfo! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -997,111 +1062,75 @@ type MethodsEdge { } type Mutation { - addInstitutionRepresentative( - input: AddInstitutionRepresentativeInput! - ): AddInstitutionRepresentativePayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - addUserRole(input: AddUserRoleInput!): AddUserRolePayload! - changeInstitutionRepresentativeRole( - input: ChangeInstitutionRepresentativeRoleInput! - ): ChangeInstitutionRepresentativeRolePayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - changeUserPassword( - input: ChangeUserPasswordInput! - ): ChangeUserPasswordPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - confirmComponentManufacturer( - input: ConfirmComponentManufacturerInput! - ): ConfirmComponentManufacturerPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - confirmInstitutionMethodDeveloper( - input: ConfirmInstitutionMethodDeveloperInput! - ): ConfirmInstitutionMethodDeveloperPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - confirmInstitutionRepresentative( - input: ConfirmInstitutionRepresentativeInput! - ): ConfirmInstitutionRepresentativePayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! - confirmUserEmailChange( - input: ConfirmUserEmailChangeInput! - ): ConfirmUserEmailChangePayload! - confirmUserMethodDeveloper( - input: ConfirmUserMethodDeveloperInput! - ): ConfirmUserMethodDeveloperPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - createComponent(input: CreateComponentInput!): CreateComponentPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - createMethod(input: CreateMethodInput!): CreateMethodPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - deletePersonalUserData( - input: DeletePersonalUserDataInput! - ): DeletePersonalUserDataPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - deleteUser(input: DeleteUserInput!): DeleteUserPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - enableUserTwoFactorAuthenticator( - input: EnableUserTwoFactorAuthenticatorInput! - ): EnableUserTwoFactorAuthenticatorPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - loginUser(input: LoginUserInput!): LoginUserPayload! - loginUserWithRecoveryCode( - input: LoginUserWithRecoveryCodeInput! - ): LoginUserWithRecoveryCodePayload! - loginUserWithTwoFactorCode( - input: LoginUserWithTwoFactorCodeInput! - ): LoginUserWithTwoFactorCodePayload! - logoutUser: LogoutUserPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - registerUser(input: RegisterUserInput!): RegisterUserPayload! - removeInstitutionRepresentative( - input: RemoveInstitutionRepresentativeInput! - ): RemoveInstitutionRepresentativePayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! - requestUserPasswordReset( - input: RequestUserPasswordResetInput! - ): RequestUserPasswordResetPayload! - resendUserEmailConfirmation( - input: ResendUserEmailConfirmationInput! - ): ResendUserEmailConfirmationPayload! - resendUserEmailVerification: ResendUserEmailVerificationPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! - resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - setUserPhoneNumber( - input: SetUserPhoneNumberInput! - ): SetUserPhoneNumberPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "ManageUser") - updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") - verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! - @authorize(apply: BEFORE_RESOLVER, policy: "Write") + addComponentAssembly(input: AddComponentAssemblyInput!): AddComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentGeneralization(input: AddComponentGeneralizationInput!): AddComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentManufacturer(input: AddComponentManufacturerInput!): AddComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentVariant(input: AddComponentVariantInput!): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionMethodDeveloper(input: AddInstitutionMethodDeveloperInput!): AddInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionRepresentative(input: AddInstitutionRepresentativeInput!): AddInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + addUserMethodDeveloper(input: AddUserMethodDeveloperInput!): AddUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + addUserRole(input: AddUserRoleInput!): AddUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") + changeInstitutionRepresentativeRole(input: ChangeInstitutionRepresentativeRoleInput!): ChangeInstitutionRepresentativeRolePayload! @authorize(policy: "Write") @cost(weight: "10") + changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + changeUserPassword(input: ChangeUserPasswordInput!): ChangeUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + confirmComponentManufacturer(input: ConfirmComponentManufacturerInput!): ConfirmComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + confirmInstitutionMethodDeveloper(input: ConfirmInstitutionMethodDeveloperInput!): ConfirmInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + confirmInstitutionRepresentative(input: ConfirmInstitutionRepresentativeInput!): ConfirmInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! @cost(weight: "10") + confirmUserEmailChange(input: ConfirmUserEmailChangeInput!): ConfirmUserEmailChangePayload! @cost(weight: "10") + confirmUserMethodDeveloper(input: ConfirmUserMethodDeveloperInput!): ConfirmUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + createComponent(input: CreateComponentInput!): CreateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") + createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") + createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + createMethod(input: CreateMethodInput!): CreateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + deletePersonalUserData(input: DeletePersonalUserDataInput!): DeletePersonalUserDataPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + deleteUser(input: DeleteUserInput!): DeleteUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + enableUserTwoFactorAuthenticator(input: EnableUserTwoFactorAuthenticatorInput!): EnableUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") + loginUserWithRecoveryCode(input: LoginUserWithRecoveryCodeInput!): LoginUserWithRecoveryCodePayload! @cost(weight: "10") + loginUserWithTwoFactorCode(input: LoginUserWithTwoFactorCodeInput!): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") + logoutUser: LogoutUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + registerUser(input: RegisterUserInput!): RegisterUserPayload! @cost(weight: "10") + removeComponentAssembly(input: RemoveComponentAssemblyInput!): RemoveComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentGeneralization(input: RemoveComponentGeneralizationInput!): RemoveComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentManufacturer(input: RemoveComponentManufacturerInput!): RemoveComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentVariant(input: RemoveComponentVariantInput!): RemoveComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + removeInstitutionMethodDeveloper(input: RemoveInstitutionMethodDeveloperInput!): RemoveInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + removeInstitutionRepresentative(input: RemoveInstitutionRepresentativeInput!): RemoveInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + removeUserMethodDeveloper(input: RemoveUserMethodDeveloperInput!): RemoveUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") + requestUserPasswordReset(input: RequestUserPasswordResetInput!): RequestUserPasswordResetPayload! @cost(weight: "10") + resendUserEmailConfirmation(input: ResendUserEmailConfirmationInput!): ResendUserEmailConfirmationPayload! @cost(weight: "10") + resendUserEmailVerification: ResendUserEmailVerificationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! @cost(weight: "10") + resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + setUserPhoneNumber(input: SetUserPhoneNumberInput!): SetUserPhoneNumberPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + switchInstitutionOperatingState(input: SwitchInstitutionOperatingStateInput!): SwitchInstitutionOperatingStatePayload! @authorize(policy: "Write") @cost(weight: "10") + updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") + updateComponentAssembly(input: UpdateComponentAssemblyInput!): UpdateComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") + updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") + verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") } type NamedMethodArgument { name: String! + value: Any! +} + +type NamedMethodSource { + name: String! + value: CrossDatabaseDataReference! } type Numeration { @@ -1111,26 +1140,29 @@ type Numeration { } type OpenEndedDateTimeRange { - from: DateTime - to: DateTime + from: DateTime @cost(weight: "10") + to: DateTime @cost(weight: "10") } type OpenIdConnectApplication { + applicationType: String authorizations: [OpenIdConnectAuthorization!]! clientId: String clientSecret: String + clientType: String concurrencyToken: String consentType: String displayName: String displayNames: String id: String + jsonWebKeySet: String permissions: String postLogoutRedirectUris: String properties: String redirectUris: String requirements: String + settings: String tokens: [OpenIdConnectToken!]! - type: String } type OpenIdConnectAuthorization { @@ -1176,10 +1208,15 @@ type OpenIdConnectToken { type OpticalData implements Data { appliedMethod: AppliedMethod! - component: Component + cielabColors: [CielabColor!]! + colorRenderingIndices: [Float!]! + component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! + creator: Institution @cost(weight: "10") creatorId: Uuid! + database: Database @cost(weight: "10") + databaseId: Uuid! description: String id: String! infraredEmittances: [Float!]! @@ -1189,8 +1226,8 @@ type OpticalData implements Data { nearnormalHemisphericalSolarTransmittances: [Float!]! nearnormalHemisphericalVisibleReflectances: [Float!]! nearnormalHemisphericalVisibleTransmittances: [Float!]! - resourceTree: GetHttpsResourceTree! resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! timestamp: DateTime! uuid: Uuid! warnings: [String!]! @@ -1198,7 +1235,6 @@ type OpticalData implements Data { type OpticalDataConnection { edges: [OpticalDataEdge!]! - nodes: [OpticalData!]! timestamp: DateTime! totalCount: NonNegativeInt } @@ -1220,18 +1256,61 @@ type PageInfo { startCursor: String } +"A connection to a list of items." +type PendingDatabasesConnection { + "A list of edges." + edges: [PendingDatabasesEdge!] + "A flattened list of the nodes." + nodes: [Database!] + "Information to aid in pagination." + pageInfo: PageInfo! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") +} + +"An edge in a connection." +type PendingDatabasesEdge { + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Database! +} + +"A connection to a list of items." +type PendingInstitutionsConnection { + "A list of edges." + edges: [PendingInstitutionsEdge!] + "A flattened list of the nodes." + nodes: [Institution!] + "Information to aid in pagination." + pageInfo: PageInfo! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") +} + +"An edge in a connection." +type PendingInstitutionsEdge { + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: Institution! +} + type PhotovoltaicData implements Data { appliedMethod: AppliedMethod! - component: Component + component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! + creator: Institution @cost(weight: "10") creatorId: Uuid! + database: Database @cost(weight: "10") + databaseId: Uuid! description: String id: String! locale: String! name: String - resourceTree: GetHttpsResourceTree! resources: [GetHttpsResource!]! + resourceTree: GetHttpsResourceTree! timestamp: DateTime! uuid: Uuid! warnings: [String!]! @@ -1239,7 +1318,6 @@ type PhotovoltaicData implements Data { type PhotovoltaicDataConnection { edges: [PhotovoltaicDataEdge!]! - nodes: [PhotovoltaicData!]! timestamp: DateTime! totalCount: NonNegativeInt } @@ -1266,92 +1344,29 @@ type Publication implements Reference { } type Query { - component(uuid: Uuid!): Component - components( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [ComponentSortInput!] - where: ComponentFilterInput - ): ComponentsConnection - currentUser: User - dataFormat(uuid: Uuid!): DataFormat - dataFormats( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DataFormatSortInput!] - where: DataFormatFilterInput - ): DataFormatsConnection - database(uuid: Uuid!): Database - databases( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DatabaseSortInput!] - where: DatabaseFilterInput - ): DatabasesConnection - institution(uuid: Uuid!): Institution - institutions( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [InstitutionSortInput!] - where: InstitutionFilterInput - ): InstitutionsConnection - method(uuid: Uuid!): Method - methods( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [MethodSortInput!] - where: MethodFilterInput - ): MethodsConnection + component(uuid: Uuid!): Component @cost(weight: "10") + components("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [ComponentSortInput!] @cost(weight: "10") where: ComponentFilterInput @cost(weight: "10")): ComponentsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + currentUser: User @cost(weight: "10") + database(uuid: Uuid!): Database @cost(weight: "10") + databases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): DatabasesConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + dataFormat(uuid: Uuid!): DataFormat @cost(weight: "10") + dataFormats("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DataFormatSortInput!] @cost(weight: "10") where: DataFormatFilterInput @cost(weight: "10")): DataFormatsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + institution(uuid: Uuid!): Institution @cost(weight: "10") + institutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): InstitutionsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + method(uuid: Uuid!): Method @cost(weight: "10") + methods("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [MethodSortInput!] @cost(weight: "10") where: MethodFilterInput @cost(weight: "10")): MethodsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") "Fetches an object given its ID." - node("ID of the object." id: ID!): Node + node("ID of the object." id: ID!): Node @cost(weight: "10") "Lookup nodes by a list of IDs." - nodes("The list of node IDs." ids: [ID!]!): [Node]! - openIdConnectApplications: [OpenIdConnectApplication!]! - openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! - openIdConnectScopes: [OpenIdConnectScope!]! - openIdConnectTokens: [OpenIdConnectToken!]! - user(uuid: Uuid!): User - users( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [UserSortInput!] - ): UsersConnection + nodes("The list of node IDs." ids: [ID!]!): [Node]! @cost(weight: "10") + openIdConnectApplications: [OpenIdConnectApplication!]! @cost(weight: "10") + openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! @cost(weight: "10") + openIdConnectScopes: [OpenIdConnectScope!]! @cost(weight: "10") + openIdConnectTokens: [OpenIdConnectToken!]! @cost(weight: "10") + pendingDatabases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): PendingDatabasesConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + pendingInstitutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): PendingInstitutionsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + user(uuid: Uuid!): User @cost(weight: "10") + users("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [UserSortInput!] @cost(weight: "10")): UsersConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") } type RegisterUserError { @@ -1366,6 +1381,71 @@ type RegisterUserPayload { user: User } +type RemoveComponentAssemblyError { + code: RemoveComponentAssemblyErrorCode! + message: String! + path: [String!]! +} + +type RemoveComponentAssemblyPayload { + assembledComponent: Component @cost(weight: "10") + errors: [RemoveComponentAssemblyError!] + partComponent: Component @cost(weight: "10") + query: Query! +} + +type RemoveComponentGeneralizationError { + code: RemoveComponentGeneralizationErrorCode! + message: String! + path: [String!]! +} + +type RemoveComponentGeneralizationPayload { + concreteComponent: Component @cost(weight: "10") + errors: [RemoveComponentGeneralizationError!] + generalComponent: Component @cost(weight: "10") + query: Query! +} + +type RemoveComponentManufacturerError { + code: RemoveComponentManufacturerErrorCode! + message: String! + path: [String!]! +} + +type RemoveComponentManufacturerPayload { + component: Component @cost(weight: "10") + errors: [RemoveComponentManufacturerError!] + institution: Institution @cost(weight: "10") + query: Query! +} + +type RemoveComponentVariantError { + code: RemoveComponentVariantErrorCode! + message: String! + path: [String!]! +} + +type RemoveComponentVariantPayload { + errors: [RemoveComponentVariantError!] + oneComponent: Component @cost(weight: "10") + otherComponent: Component @cost(weight: "10") + query: Query! +} + +type RemoveInstitutionMethodDeveloperError { + code: RemoveInstitutionMethodDeveloperErrorCode! + message: String! + path: [String!]! +} + +type RemoveInstitutionMethodDeveloperPayload { + developedMethodEdge: InstitutionDevelopedMethodEdge + errors: [RemoveInstitutionMethodDeveloperError!] + methodDeveloperEdge: InstitutionMethodDeveloperEdge + query: Query! +} + type RemoveInstitutionRepresentativeError { code: RemoveInstitutionRepresentativeErrorCode! message: String! @@ -1374,9 +1454,22 @@ type RemoveInstitutionRepresentativeError { type RemoveInstitutionRepresentativePayload { errors: [RemoveInstitutionRepresentativeError!] - institution: Institution! + institution: Institution @cost(weight: "10") + query: Query! + user: User @cost(weight: "10") +} + +type RemoveUserMethodDeveloperError { + code: RemoveUserMethodDeveloperErrorCode! + message: String! + path: [String!]! +} + +type RemoveUserMethodDeveloperPayload { + developedMethodEdge: UserDevelopedMethodEdge + errors: [RemoveUserMethodDeveloperError!] + methodDeveloperEdge: UserMethodDeveloperEdge query: Query! - user: User! } type RemoveUserRoleError { @@ -1493,9 +1586,21 @@ type Standard implements Reference { year: Int } +type SwitchInstitutionOperatingStateError { + code: SwitchInstitutionOperatingStateErrorCode! + message: String! + path: [String!]! +} + +type SwitchInstitutionOperatingStatePayload { + errors: [SwitchInstitutionOperatingStateError!] + institution: Institution + query: Query! +} + type ToTreeVertexAppliedConversionMethod { arguments: [NamedMethodArgument!]! - method: Method + method: Method @cost(weight: "10") methodId: Uuid! sourceName: String! } @@ -1507,6 +1612,55 @@ type TwoFactorAuthentication { recoveryCodesLeftCount: Int! } +type UpdateComponentAssemblyError { + code: UpdateComponentAssemblyErrorCode! + message: String! + path: [String!]! +} + +type UpdateComponentAssemblyPayload { + assembledOfEdge: ComponentAssembledOfEdge + errors: [UpdateComponentAssemblyError!] + partOfEdge: ComponentPartOfEdge + query: Query! +} + +type UpdateComponentError { + code: UpdateComponentErrorCode! + message: String! + path: [String!]! +} + +type UpdateComponentPayload { + component: Component + errors: [UpdateComponentError!] + query: Query! +} + +type UpdateDataFormatError { + code: UpdateDataFormatErrorCode! + message: String! + path: [String!]! +} + +type UpdateDataFormatPayload { + dataFormat: DataFormat + errors: [UpdateDataFormatError!] + query: Query! +} + +type UpdateDatabaseError { + code: UpdateDatabaseErrorCode! + message: String! + path: [String!]! +} + +type UpdateDatabasePayload { + database: Database + errors: [UpdateDatabaseError!] + query: Query! +} + type UpdateInstitutionError { code: UpdateInstitutionErrorCode! message: String! @@ -1519,48 +1673,61 @@ type UpdateInstitutionPayload { query: Query! } +type UpdateMethodError { + code: UpdateMethodErrorCode! + message: String! + path: [String!]! +} + +type UpdateMethodPayload { + errors: [UpdateMethodError!] + method: Method + query: Query! +} + type User implements Node & Stakeholder { - canCurrentUserDeleteUser: Boolean! - developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! - email: String - hasPassword: Boolean + canCurrentUserDeleteUser: Boolean! @cost(weight: "10") + developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! @cost(weight: "10") + email: String @cost(weight: "10") + hasPassword: Boolean @cost(weight: "10") id: ID! - isEmailConfirmed: Boolean - isPhoneNumberConfirmed: Boolean + isEmailConfirmed: Boolean @cost(weight: "10") + isPhoneNumberConfirmed: Boolean @cost(weight: "10") "Full name" - name: String! - phoneNumber: String - representedInstitutions( - pending: Boolean! = false - ): UserRepresentedInstitutionConnection! - roles: [UserRole!]! - rolesCurrentUserCanAdd: [UserRole!]! - rolesCurrentUserCanRemove: [UserRole!]! - twoFactorAuthentication: TwoFactorAuthentication - uuid: Uuid! - websiteLocator: Url + name: String! @cost(weight: "10") + phoneNumber: String @cost(weight: "10") + postalAddress: String @cost(weight: "10") + representedInstitutions(pending: Boolean! = false): UserRepresentedInstitutionConnection! @cost(weight: "10") + roles: [UserRole!] @cost(weight: "10") + rolesCurrentUserCanAdd: [UserRole!]! @cost(weight: "10") + rolesCurrentUserCanRemove: [UserRole!]! @cost(weight: "10") + twoFactorAuthentication: TwoFactorAuthentication @cost(weight: "10") + uuid: Uuid! @cost(weight: "10") + websiteLocator: Url @cost(weight: "10") } type UserDevelopedMethodConnection { - canCurrentUserConfirmEdge: Boolean! - edges: [UserDevelopedMethodEdge!]! + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + edges: [UserDevelopedMethodEdge!]! @cost(weight: "10") } type UserDevelopedMethodEdge { - node: Method! + node: Method! @cost(weight: "10") } type UserMethodDeveloperEdge { - node: User! + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: User! @cost(weight: "10") } type UserRepresentedInstitutionConnection { - canCurrentUserConfirmEdge: Boolean! - edges: [UserRepresentedInstitutionEdge!]! + canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") + edges: [UserRepresentedInstitutionEdge!]! @cost(weight: "10") } type UserRepresentedInstitutionEdge { - node: Institution! + node: Institution! @cost(weight: "10") role: InstitutionRepresentativeRole! } @@ -1572,7 +1739,8 @@ type UsersConnection { nodes: [User!] "Information to aid in pagination." pageInfo: PageInfo! - totalCount: Int! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") } "An edge in a connection." @@ -1583,6 +1751,18 @@ type UsersEdge { node: User! } +type VerifyDatabaseError { + code: VerifyDatabaseErrorCode! + message: String! + path: [String!]! +} + +type VerifyDatabasePayload { + database: Database + errors: [VerifyDatabaseError!] + query: Query! +} + type VerifyInstitutionError { code: VerifyInstitutionErrorCode! message: String! @@ -1595,20 +1775,67 @@ type VerifyInstitutionPayload { query: Query! } +input AddComponentAssemblyInput { + assembledComponentId: Uuid! + index: Byte + partComponentId: Uuid! + primeSurface: PrimeSurface +} + +input AddComponentGeneralizationInput { + concreteComponentId: Uuid! + generalComponentId: Uuid! +} + +input AddComponentManufacturerInput { + componentId: Uuid! + institutionId: Uuid! +} + +input AddComponentVariantInput { + oneComponentId: Uuid! + otherComponentId: Uuid! +} + +input AddInstitutionMethodDeveloperInput { + institutionId: Uuid! + methodId: Uuid! +} + input AddInstitutionRepresentativeInput { institutionId: Uuid! role: InstitutionRepresentativeRole! userId: Uuid! } +input AddUserMethodDeveloperInput { + methodId: Uuid! + userId: Uuid! +} + input AddUserRoleInput { role: UserRole! userId: Uuid! } input BooleanOperationFilterInput { - eq: Boolean - neq: Boolean + eq: Boolean @cost(weight: "10") + neq: Boolean @cost(weight: "10") +} + +input ByteOperationFilterInput { + eq: Byte @cost(weight: "10") + neq: Byte @cost(weight: "10") + in: [Byte] @cost(weight: "10") + nin: [Byte] @cost(weight: "10") + gt: Byte @cost(weight: "10") + ngt: Byte @cost(weight: "10") + gte: Byte @cost(weight: "10") + ngte: Byte @cost(weight: "10") + lt: Byte @cost(weight: "10") + nlt: Byte @cost(weight: "10") + lte: Byte @cost(weight: "10") + nlte: Byte @cost(weight: "10") } input CalorimetricDataPropositionInput { @@ -1623,7 +1850,7 @@ input CalorimetricDataPropositionInput { input ChangeInstitutionRepresentativeRoleInput { institutionId: Uuid! - newRole: InstitutionRepresentativeRole! + role: InstitutionRepresentativeRole! userId: Uuid! } @@ -1654,60 +1881,56 @@ input ClosedIntervalInput { upperBound: Float! } -input ComparableGuidOperationFilterInput { - eq: Uuid - neq: Uuid - in: [Uuid!] - nin: [Uuid!] - gt: Uuid - ngt: Uuid - gte: Uuid - ngte: Uuid - lt: Uuid - nlt: Uuid - lte: Uuid - nlte: Uuid -} - -input ComparableInt32OperationFilterInput { - eq: Int - neq: Int - in: [Int!] - nin: [Int!] - gt: Int - ngt: Int - gte: Int - ngte: Int - lt: Int - nlt: Int - lte: Int - nlte: Int +input ComponentAssemblyFilterInput { + and: [ComponentAssemblyFilterInput!] + or: [ComponentAssemblyFilterInput!] + assembledComponent: ComponentFilterInput + partComponent: ComponentFilterInput + index: ByteOperationFilterInput + primeSurface: NullableOfPrimeSurfaceOperationFilterInput } input ComponentCategoryOperationFilterInput { - eq: ComponentCategory - neq: ComponentCategory - in: [ComponentCategory!] - nin: [ComponentCategory!] + eq: ComponentCategory @cost(weight: "10") + neq: ComponentCategory @cost(weight: "10") + in: [ComponentCategory!] @cost(weight: "10") + nin: [ComponentCategory!] @cost(weight: "10") } input ComponentFilterInput { and: [ComponentFilterInput!] or: [ComponentFilterInput!] - id: ComparableGuidOperationFilterInput + id: UuidOperationFilterInput name: StringOperationFilterInput abbreviation: StringOperationFilterInput description: StringOperationFilterInput categories: ListComponentCategoryOperationFilterInput + partOf: ListComponentFilterTypeFilterInput + parts: ListComponentFilterTypeFilterInput + partOfEdges: ListComponentAssemblyFilterTypeFilterInput + partEdges: ListComponentAssemblyFilterTypeFilterInput + concretizations: ListComponentFilterTypeFilterInput + generalizations: ListComponentFilterTypeFilterInput + variants: ListComponentFilterTypeFilterInput + manufacturers: ListInstitutionFilterTypeFilterInput + manufacturerEdges: ListComponentManufacturerFilterTypeFilterInput +} + +input ComponentManufacturerFilterInput { + and: [ComponentManufacturerFilterInput!] + or: [ComponentManufacturerFilterInput!] + component: ComponentFilterInput + institution: InstitutionFilterInput + pending: BooleanOperationFilterInput } input ComponentSortInput { - name: SortEnumType - abbreviation: SortEnumType - description: SortEnumType - availability: SortEnumType - id: SortEnumType - xmin: SortEnumType + name: SortEnumType @cost(weight: "10") + abbreviation: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") + availability: SortEnumType @cost(weight: "10") + id: SortEnumType @cost(weight: "10") + version: SortEnumType @cost(weight: "10") } input ConfirmComponentManufacturerInput { @@ -1743,17 +1966,11 @@ input ConfirmUserMethodDeveloperInput { input CreateComponentInput { abbreviation: String - assembledOfIds: [Uuid!]! availability: OpenEndedDateTimeRangeInput categories: [ComponentCategory!]! - concretizationOfIds: [Uuid!]! description: String! - furtherManufacturerIds: [Uuid!]! - generalizationOfIds: [Uuid!]! manufacturerId: Uuid! name: String! - partOfIds: [Uuid!]! - variantOfIds: [Uuid!]! } input CreateDataFormatInput { @@ -1828,25 +2045,30 @@ input CreateStandardInput { input DataFormatFilterInput { and: [DataFormatFilterInput!] or: [DataFormatFilterInput!] - id: ComparableGuidOperationFilterInput + id: UuidOperationFilterInput name: StringOperationFilterInput + extension: StringOperationFilterInput description: StringOperationFilterInput mediaType: StringOperationFilterInput + schemaLocator: UrlOperationFilterInput + standard: StandardFilterInput + publication: PublicationFilterInput + manager: InstitutionFilterInput } input DataFormatSortInput { - name: SortEnumType - extension: SortEnumType - description: SortEnumType - mediaType: SortEnumType - schemaLocator: UriSortInput - standard: StandardSortInput - publication: PublicationSortInput - reference: IReferenceSortInput - managerId: SortEnumType - manager: InstitutionSortInput - id: SortEnumType - xmin: SortEnumType + name: SortEnumType @cost(weight: "10") + extension: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") + mediaType: SortEnumType @cost(weight: "10") + schemaLocator: UriSortInput @cost(weight: "10") + standard: StandardSortInput @cost(weight: "10") + publication: PublicationSortInput @cost(weight: "10") + reference: IReferenceSortInput @cost(weight: "10") + managerId: SortEnumType @cost(weight: "10") + manager: InstitutionSortInput @cost(weight: "10") + id: SortEnumType @cost(weight: "10") + version: SortEnumType @cost(weight: "10") } input DataPropositionInput { @@ -1869,20 +2091,23 @@ input DataPropositionInput { input DatabaseFilterInput { and: [DatabaseFilterInput!] or: [DatabaseFilterInput!] - id: ComparableGuidOperationFilterInput + id: UuidOperationFilterInput name: StringOperationFilterInput description: StringOperationFilterInput - locator: UriFilterInput + locator: UrlOperationFilterInput + operator: InstitutionFilterInput } input DatabaseSortInput { - name: SortEnumType - description: SortEnumType - locator: UriSortInput - operatorId: SortEnumType - operator: InstitutionSortInput - id: SortEnumType - xmin: SortEnumType + name: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") + locator: UriSortInput @cost(weight: "10") + verificationState: SortEnumType @cost(weight: "10") + verificationCode: SortEnumType @cost(weight: "10") + operatorId: SortEnumType @cost(weight: "10") + operator: InstitutionSortInput @cost(weight: "10") + id: SortEnumType @cost(weight: "10") + version: SortEnumType @cost(weight: "10") } input DeleteInstitutionInput { @@ -1927,10 +2152,10 @@ input FloatsPropositionInput { input GeometricDataPropositionInput { and: [GeometricDataPropositionInput!] componentId: UuidPropositionInput - thicknesses: [Float!]! not: GeometricDataPropositionInput or: [GeometricDataPropositionInput!] resources: GetHttpsResourcesPropositionInput + thicknesses: FloatsPropositionInput } input GetHttpsResourcePropositionInput { @@ -1953,67 +2178,201 @@ input HygrothermalDataPropositionInput { } input IReferenceSortInput { - title: SortEnumType - abstract: SortEnumType - section: SortEnumType + title: SortEnumType @cost(weight: "10") + abstract: SortEnumType @cost(weight: "10") + section: SortEnumType @cost(weight: "10") } input InstitutionFilterInput { and: [InstitutionFilterInput!] or: [InstitutionFilterInput!] - id: ComparableGuidOperationFilterInput + id: UuidOperationFilterInput name: StringOperationFilterInput abbreviation: StringOperationFilterInput description: StringOperationFilterInput - websiteLocator: UriFilterInput + websiteLocator: UrlOperationFilterInput state: InstitutionStateOperationFilterInput + developedMethods: ListMethodFilterTypeFilterInput + developedMethodEdges: ListInstitutionMethodDeveloperFilterTypeFilterInput + managedMethods: ListMethodFilterTypeFilterInput + managedDataFormats: ListDataFormatFilterTypeFilterInput + manufacturedComponents: ListComponentFilterTypeFilterInput + manufacturedComponentEdges: ListComponentManufacturerFilterTypeFilterInput + operatedDatabases: ListDatabaseFilterTypeFilterInput + manager: InstitutionFilterInput + managedInstitutions: ListInstitutionFilterTypeFilterInput + representatives: ListUserFilterTypeFilterInput + representativeEdges: ListInstitutionRepresentativeFilterTypeFilterInput +} + +input InstitutionMethodDeveloperFilterInput { + and: [InstitutionMethodDeveloperFilterInput!] + or: [InstitutionMethodDeveloperFilterInput!] + method: MethodFilterInput + institution: InstitutionFilterInput + pending: BooleanOperationFilterInput +} + +input InstitutionRepresentativeFilterInput { + and: [InstitutionRepresentativeFilterInput!] + or: [InstitutionRepresentativeFilterInput!] + institution: InstitutionFilterInput + user: UserFilterInput + role: InstitutionRepresentativeRoleOperationFilterInput + pending: BooleanOperationFilterInput +} + +input InstitutionRepresentativeRoleOperationFilterInput { + eq: InstitutionRepresentativeRole @cost(weight: "10") + neq: InstitutionRepresentativeRole @cost(weight: "10") + in: [InstitutionRepresentativeRole!] @cost(weight: "10") + nin: [InstitutionRepresentativeRole!] @cost(weight: "10") } input InstitutionSortInput { - name: SortEnumType - abbreviation: SortEnumType - description: SortEnumType - websiteLocator: UriSortInput - publicKey: SortEnumType - state: SortEnumType - managerId: SortEnumType - manager: InstitutionSortInput - id: SortEnumType - xmin: SortEnumType + abbreviation: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") + websiteLocator: UriSortInput @cost(weight: "10") + publicKey: SortEnumType @cost(weight: "10") + state: SortEnumType @cost(weight: "10") + operatingState: SortEnumType @cost(weight: "10") + managerId: SortEnumType @cost(weight: "10") + manager: InstitutionSortInput @cost(weight: "10") + name: SortEnumType @cost(weight: "10") + id: SortEnumType @cost(weight: "10") + version: SortEnumType @cost(weight: "10") } input InstitutionStateOperationFilterInput { - eq: InstitutionState - neq: InstitutionState - in: [InstitutionState!] - nin: [InstitutionState!] + eq: InstitutionState @cost(weight: "10") + neq: InstitutionState @cost(weight: "10") + in: [InstitutionState!] @cost(weight: "10") + nin: [InstitutionState!] @cost(weight: "10") +} + +input IntOperationFilterInput { + eq: Int @cost(weight: "10") + neq: Int @cost(weight: "10") + in: [Int] @cost(weight: "10") + nin: [Int] @cost(weight: "10") + gt: Int @cost(weight: "10") + ngt: Int @cost(weight: "10") + gte: Int @cost(weight: "10") + ngte: Int @cost(weight: "10") + lt: Int @cost(weight: "10") + nlt: Int @cost(weight: "10") + lte: Int @cost(weight: "10") + nlte: Int @cost(weight: "10") +} + +input ListComponentAssemblyFilterTypeFilterInput { + all: ComponentAssemblyFilterInput @cost(weight: "10") + none: ComponentAssemblyFilterInput @cost(weight: "10") + some: ComponentAssemblyFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") } input ListComponentCategoryOperationFilterInput { - all: ComponentCategoryOperationFilterInput - none: ComponentCategoryOperationFilterInput - some: ComponentCategoryOperationFilterInput - any: Boolean + all: ComponentCategoryOperationFilterInput @cost(weight: "10") + none: ComponentCategoryOperationFilterInput @cost(weight: "10") + some: ComponentCategoryOperationFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListComponentFilterTypeFilterInput { + all: ComponentFilterInput @cost(weight: "10") + none: ComponentFilterInput @cost(weight: "10") + some: ComponentFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListComponentManufacturerFilterTypeFilterInput { + all: ComponentManufacturerFilterInput @cost(weight: "10") + none: ComponentManufacturerFilterInput @cost(weight: "10") + some: ComponentManufacturerFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListDataFormatFilterTypeFilterInput { + all: DataFormatFilterInput @cost(weight: "10") + none: DataFormatFilterInput @cost(weight: "10") + some: DataFormatFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListDatabaseFilterTypeFilterInput { + all: DatabaseFilterInput @cost(weight: "10") + none: DatabaseFilterInput @cost(weight: "10") + some: DatabaseFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListInstitutionFilterTypeFilterInput { + all: InstitutionFilterInput @cost(weight: "10") + none: InstitutionFilterInput @cost(weight: "10") + some: InstitutionFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListInstitutionMethodDeveloperFilterTypeFilterInput { + all: InstitutionMethodDeveloperFilterInput @cost(weight: "10") + none: InstitutionMethodDeveloperFilterInput @cost(weight: "10") + some: InstitutionMethodDeveloperFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListInstitutionRepresentativeFilterTypeFilterInput { + all: InstitutionRepresentativeFilterInput @cost(weight: "10") + none: InstitutionRepresentativeFilterInput @cost(weight: "10") + some: InstitutionRepresentativeFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") } input ListMethodCategoryOperationFilterInput { - all: MethodCategoryOperationFilterInput - none: MethodCategoryOperationFilterInput - some: MethodCategoryOperationFilterInput - any: Boolean + all: MethodCategoryOperationFilterInput @cost(weight: "10") + none: MethodCategoryOperationFilterInput @cost(weight: "10") + some: MethodCategoryOperationFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListMethodFilterTypeFilterInput { + all: MethodFilterInput @cost(weight: "10") + none: MethodFilterInput @cost(weight: "10") + some: MethodFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListStandardizerOperationFilterInput { + all: StandardizerOperationFilterInput @cost(weight: "10") + none: StandardizerOperationFilterInput @cost(weight: "10") + some: StandardizerOperationFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") } input ListStringOperationFilterInput { - all: StringOperationFilterInput - none: StringOperationFilterInput - some: StringOperationFilterInput - any: Boolean + all: StringOperationFilterInput @cost(weight: "10") + none: StringOperationFilterInput @cost(weight: "10") + some: StringOperationFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListUserFilterTypeFilterInput { + all: UserFilterInput @cost(weight: "10") + none: UserFilterInput @cost(weight: "10") + some: UserFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListUserMethodDeveloperFilterTypeFilterInput { + all: UserMethodDeveloperFilterInput @cost(weight: "10") + none: UserMethodDeveloperFilterInput @cost(weight: "10") + some: UserMethodDeveloperFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") } input LoginUserInput { email: String! password: String! - rememberMe: Boolean! } input LoginUserWithRecoveryCodeInput { @@ -2023,44 +2382,66 @@ input LoginUserWithRecoveryCodeInput { input LoginUserWithTwoFactorCodeInput { authenticatorCode: String! rememberMachine: Boolean! - rememberMe: Boolean! } input MethodCategoryOperationFilterInput { - eq: MethodCategory - neq: MethodCategory - in: [MethodCategory!] - nin: [MethodCategory!] + eq: MethodCategory @cost(weight: "10") + neq: MethodCategory @cost(weight: "10") + in: [MethodCategory!] @cost(weight: "10") + nin: [MethodCategory!] @cost(weight: "10") } input MethodFilterInput { and: [MethodFilterInput!] or: [MethodFilterInput!] - id: ComparableGuidOperationFilterInput + id: UuidOperationFilterInput name: StringOperationFilterInput description: StringOperationFilterInput + standard: StandardFilterInput + publication: PublicationFilterInput + calculationLocator: UrlOperationFilterInput categories: ListMethodCategoryOperationFilterInput + institutionDevelopers: ListInstitutionFilterTypeFilterInput + institutionDeveloperEdges: ListInstitutionMethodDeveloperFilterTypeFilterInput + userDevelopers: ListUserFilterTypeFilterInput + userDeveloperEdges: ListUserMethodDeveloperFilterTypeFilterInput + manager: InstitutionFilterInput } input MethodSortInput { - name: SortEnumType - description: SortEnumType - standard: StandardSortInput - publication: PublicationSortInput - reference: IReferenceSortInput - validity: SortEnumType - availability: SortEnumType - calculationLocator: UriSortInput - managerId: SortEnumType - manager: InstitutionSortInput - id: SortEnumType - xmin: SortEnumType + name: SortEnumType @cost(weight: "10") + description: SortEnumType @cost(weight: "10") + standard: StandardSortInput @cost(weight: "10") + publication: PublicationSortInput @cost(weight: "10") + reference: IReferenceSortInput @cost(weight: "10") + validity: SortEnumType @cost(weight: "10") + availability: SortEnumType @cost(weight: "10") + calculationLocator: UriSortInput @cost(weight: "10") + managerId: SortEnumType @cost(weight: "10") + manager: InstitutionSortInput @cost(weight: "10") + id: SortEnumType @cost(weight: "10") + version: SortEnumType @cost(weight: "10") +} + +input NullableOfPrimeSurfaceOperationFilterInput { + eq: PrimeSurface @cost(weight: "10") + neq: PrimeSurface @cost(weight: "10") + in: [PrimeSurface] @cost(weight: "10") + nin: [PrimeSurface] @cost(weight: "10") +} + +input NumerationFilterInput { + and: [NumerationFilterInput!] + or: [NumerationFilterInput!] + prefix: StringOperationFilterInput + mainNumber: StringOperationFilterInput + suffix: StringOperationFilterInput } input NumerationSortInput { - prefix: SortEnumType - mainNumber: SortEnumType - suffix: SortEnumType + prefix: SortEnumType @cost(weight: "10") + mainNumber: SortEnumType @cost(weight: "10") + suffix: SortEnumType @cost(weight: "10") } input OpenEndedDateTimeRangeInput { @@ -2091,19 +2472,37 @@ input PhotovoltaicDataPropositionInput { resources: GetHttpsResourcesPropositionInput } -input PublicationSortInput { - title: SortEnumType - abstract: SortEnumType +input PublicationFilterInput { + and: [PublicationFilterInput!] + or: [PublicationFilterInput!] + authors: ListStringOperationFilterInput + "The Digital Object Identifier (DOI) is a very important persistent identifier for publications. It MUST be defined here if it is available for a publication." + doi: StringOperationFilterInput + "The website arXiv.org is a free and open-access archive for publications. The arXiv identifier can be used to define a publication." + arXiv: StringOperationFilterInput + "A Uniform Resource Name (URN) can be used to define a publication. TODO: Improve the regex pattern to further restrict the string." + urn: StringOperationFilterInput + "If a persistent identifiert like DOI is defined above, this webAdress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." + webAddress: UrlOperationFilterInput + title: StringOperationFilterInput + abstract: StringOperationFilterInput "Referenced section" - section: SortEnumType + section: StringOperationFilterInput +} + +input PublicationSortInput { "The Digital Object Identifier (DOI) is a very important persistent identifier for publications. It MUST be defined here if it is available for a publication." - doi: SortEnumType + doi: SortEnumType @cost(weight: "10") "The website arXiv.org is a free and open-access archive for publications. The arXiv identifier can be used to define a publication." - arXiv: SortEnumType + arXiv: SortEnumType @cost(weight: "10") "A Uniform Resource Name (URN) can be used to define a publication. TODO: Improve the regex pattern to further restrict the string." - urn: SortEnumType + urn: SortEnumType @cost(weight: "10") "If a persistent identifiert like DOI is defined above, this webAdress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." - webAddress: UriSortInput + webAddress: UriSortInput @cost(weight: "10") + title: SortEnumType @cost(weight: "10") + abstract: SortEnumType @cost(weight: "10") + "Referenced section" + section: SortEnumType @cost(weight: "10") } input RegisterUserInput { @@ -2111,6 +2510,32 @@ input RegisterUserInput { name: String! password: String! passwordConfirmation: String! + returnTo: Url +} + +input RemoveComponentAssemblyInput { + assembledComponentId: Uuid! + partComponentId: Uuid! +} + +input RemoveComponentGeneralizationInput { + concreteComponentId: Uuid! + generalComponentId: Uuid! +} + +input RemoveComponentManufacturerInput { + componentId: Uuid! + institutionId: Uuid! +} + +input RemoveComponentVariantInput { + oneComponentId: Uuid! + otherComponentId: Uuid! +} + +input RemoveInstitutionMethodDeveloperInput { + institutionId: Uuid! + methodId: Uuid! } input RemoveInstitutionRepresentativeInput { @@ -2118,6 +2543,11 @@ input RemoveInstitutionRepresentativeInput { userId: Uuid! } +input RemoveUserMethodDeveloperInput { + methodId: Uuid! + userId: Uuid! +} + input RemoveUserRoleInput { role: UserRole! userId: Uuid! @@ -2125,6 +2555,7 @@ input RemoveUserRoleInput { input RequestUserPasswordResetInput { email: String! + returnTo: Url } input ResendUserEmailConfirmationInput { @@ -2148,30 +2579,90 @@ input SetUserPhoneNumberInput { } "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." -input StandardSortInput { - title: SortEnumType - abstract: SortEnumType +input StandardFilterInput { + and: [StandardFilterInput!] + or: [StandardFilterInput!] + "It is important to define the year in which the standard was issued because there can be relevant updates of one standard." + year: IntOperationFilterInput + numeration: NumerationFilterInput + standardizers: ListStandardizerOperationFilterInput + locator: UrlOperationFilterInput + title: StringOperationFilterInput + abstract: StringOperationFilterInput "The section of the standard to which the reference refers to." - section: SortEnumType + section: StringOperationFilterInput +} + +"`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." +input StandardSortInput { "It is important to define the year in which the standard was issued because there can be relevant updates of one standard." - year: SortEnumType - numeration: NumerationSortInput - locator: UriSortInput + year: SortEnumType @cost(weight: "10") + numeration: NumerationSortInput @cost(weight: "10") + locator: UriSortInput @cost(weight: "10") + title: SortEnumType @cost(weight: "10") + abstract: SortEnumType @cost(weight: "10") + "The section of the standard to which the reference refers to." + section: SortEnumType @cost(weight: "10") +} + +input StandardizerOperationFilterInput { + eq: Standardizer @cost(weight: "10") + neq: Standardizer @cost(weight: "10") + in: [Standardizer!] @cost(weight: "10") + nin: [Standardizer!] @cost(weight: "10") } input StringOperationFilterInput { and: [StringOperationFilterInput!] or: [StringOperationFilterInput!] - eq: String - neq: String - contains: String - ncontains: String - in: [String] - nin: [String] - startsWith: String - nstartsWith: String - endsWith: String - nendsWith: String + eq: String @cost(weight: "10") + neq: String @cost(weight: "10") + contains: String @cost(weight: "20") + ncontains: String @cost(weight: "20") + in: [String] @cost(weight: "10") + nin: [String] @cost(weight: "10") + startsWith: String @cost(weight: "20") + nstartsWith: String @cost(weight: "20") + endsWith: String @cost(weight: "20") + nendsWith: String @cost(weight: "20") +} + +input SwitchInstitutionOperatingStateInput { + institutionId: Uuid! +} + +input UpdateComponentAssemblyInput { + assembledComponentId: Uuid! + index: Byte + partComponentId: Uuid! + primeSurface: PrimeSurface +} + +input UpdateComponentInput { + abbreviation: String + availability: OpenEndedDateTimeRangeInput + categories: [ComponentCategory!]! + componentId: Uuid! + description: String! + name: String! +} + +input UpdateDataFormatInput { + dataFormatId: Uuid! + description: String! + extension: String + mediaType: String! + name: String! + publication: UpdatePublicationInput + schemaLocator: Url + standard: UpdateStandardInput +} + +input UpdateDatabaseInput { + databaseId: Uuid! + description: String! + locator: Url! + name: String! } input UpdateInstitutionInput { @@ -2183,95 +2674,192 @@ input UpdateInstitutionInput { websiteLocator: Url } -input UriFilterInput { - and: [UriFilterInput!] - or: [UriFilterInput!] - absolutePath: StringOperationFilterInput - absoluteUri: StringOperationFilterInput - localPath: StringOperationFilterInput - authority: StringOperationFilterInput - hostNameType: UriHostNameTypeOperationFilterInput - isDefaultPort: BooleanOperationFilterInput - isFile: BooleanOperationFilterInput - isLoopback: BooleanOperationFilterInput - pathAndQuery: StringOperationFilterInput - segments: ListStringOperationFilterInput - isUnc: BooleanOperationFilterInput - host: StringOperationFilterInput - port: ComparableInt32OperationFilterInput - query: StringOperationFilterInput - fragment: StringOperationFilterInput - scheme: StringOperationFilterInput - originalString: StringOperationFilterInput - dnsSafeHost: StringOperationFilterInput - idnHost: StringOperationFilterInput - isAbsoluteUri: BooleanOperationFilterInput - userEscaped: BooleanOperationFilterInput - userInfo: StringOperationFilterInput -} - -input UriHostNameTypeOperationFilterInput { - eq: UriHostNameType - neq: UriHostNameType - in: [UriHostNameType!] - nin: [UriHostNameType!] +input UpdateMethodInput { + availability: OpenEndedDateTimeRangeInput + calculationLocator: Url + categories: [MethodCategory!]! + description: String! + methodId: Uuid! + name: String! + publication: UpdatePublicationInput + standard: UpdateStandardInput + validity: OpenEndedDateTimeRangeInput +} + +input UpdateNumerationInput { + mainNumber: String! + prefix: String + suffix: String +} + +input UpdatePublicationInput { + abstract: String + arXiv: String + authors: [String!] + doi: String + section: String + title: String + urn: String + webAddress: Url +} + +input UpdateStandardInput { + abstract: String + locator: Url + numeration: UpdateNumerationInput! + section: String + standardizers: [Standardizer!]! + title: String + year: Int } input UriSortInput { - absolutePath: SortEnumType - absoluteUri: SortEnumType - localPath: SortEnumType - authority: SortEnumType - hostNameType: SortEnumType - isDefaultPort: SortEnumType - isFile: SortEnumType - isLoopback: SortEnumType - pathAndQuery: SortEnumType - isUnc: SortEnumType - host: SortEnumType - port: SortEnumType - query: SortEnumType - fragment: SortEnumType - scheme: SortEnumType - originalString: SortEnumType - dnsSafeHost: SortEnumType - idnHost: SortEnumType - isAbsoluteUri: SortEnumType - userEscaped: SortEnumType - userInfo: SortEnumType + absolutePath: SortEnumType @cost(weight: "10") + absoluteUri: SortEnumType @cost(weight: "10") + localPath: SortEnumType @cost(weight: "10") + authority: SortEnumType @cost(weight: "10") + hostNameType: SortEnumType @cost(weight: "10") + isDefaultPort: SortEnumType @cost(weight: "10") + isFile: SortEnumType @cost(weight: "10") + isLoopback: SortEnumType @cost(weight: "10") + pathAndQuery: SortEnumType @cost(weight: "10") + isUnc: SortEnumType @cost(weight: "10") + host: SortEnumType @cost(weight: "10") + port: SortEnumType @cost(weight: "10") + query: SortEnumType @cost(weight: "10") + fragment: SortEnumType @cost(weight: "10") + scheme: SortEnumType @cost(weight: "10") + originalString: SortEnumType @cost(weight: "10") + dnsSafeHost: SortEnumType @cost(weight: "10") + idnHost: SortEnumType @cost(weight: "10") + isAbsoluteUri: SortEnumType @cost(weight: "10") + userEscaped: SortEnumType @cost(weight: "10") + userInfo: SortEnumType @cost(weight: "10") +} + +input UrlOperationFilterInput { + eq: Url @cost(weight: "10") + neq: Url @cost(weight: "10") + in: [Url] @cost(weight: "10") + nin: [Url] @cost(weight: "10") + gt: Url @cost(weight: "10") + ngt: Url @cost(weight: "10") + gte: Url @cost(weight: "10") + ngte: Url @cost(weight: "10") + lt: Url @cost(weight: "10") + nlt: Url @cost(weight: "10") + lte: Url @cost(weight: "10") + nlte: Url @cost(weight: "10") +} + +input UserFilterInput { + and: [UserFilterInput!] + or: [UserFilterInput!] + id: UuidOperationFilterInput + developedMethods: ListMethodFilterTypeFilterInput + developedMethodEdges: ListUserMethodDeveloperFilterTypeFilterInput + representedInstitutions: ListInstitutionFilterTypeFilterInput + representedInstitutionEdges: ListInstitutionRepresentativeFilterTypeFilterInput +} + +input UserMethodDeveloperFilterInput { + and: [UserMethodDeveloperFilterInput!] + or: [UserMethodDeveloperFilterInput!] + method: MethodFilterInput + user: UserFilterInput + pending: BooleanOperationFilterInput } input UserSortInput { + postalAddress: SortEnumType @cost(weight: "10") + websiteLocator: UriSortInput @cost(weight: "10") + version: SortEnumType @cost(weight: "10") "Full name" - name: SortEnumType - postalAddress: SortEnumType - websiteLocator: UriSortInput - xmin: SortEnumType - id: SortEnumType - userName: SortEnumType - normalizedUserName: SortEnumType - email: SortEnumType - normalizedEmail: SortEnumType - emailConfirmed: SortEnumType - passwordHash: SortEnumType - securityStamp: SortEnumType - concurrencyStamp: SortEnumType - phoneNumber: SortEnumType - phoneNumberConfirmed: SortEnumType - twoFactorEnabled: SortEnumType - lockoutEnd: SortEnumType - lockoutEnabled: SortEnumType - accessFailedCount: SortEnumType + name: SortEnumType @cost(weight: "10") + id: SortEnumType @cost(weight: "10") + userName: SortEnumType @cost(weight: "10") + normalizedUserName: SortEnumType @cost(weight: "10") + email: SortEnumType @cost(weight: "10") + normalizedEmail: SortEnumType @cost(weight: "10") + emailConfirmed: SortEnumType @cost(weight: "10") + passwordHash: SortEnumType @cost(weight: "10") + securityStamp: SortEnumType @cost(weight: "10") + concurrencyStamp: SortEnumType @cost(weight: "10") + phoneNumber: SortEnumType @cost(weight: "10") + phoneNumberConfirmed: SortEnumType @cost(weight: "10") + twoFactorEnabled: SortEnumType @cost(weight: "10") + lockoutEnd: SortEnumType @cost(weight: "10") + lockoutEnabled: SortEnumType @cost(weight: "10") + accessFailedCount: SortEnumType @cost(weight: "10") +} + +input UuidOperationFilterInput { + eq: Uuid @cost(weight: "10") + neq: Uuid @cost(weight: "10") + in: [Uuid] @cost(weight: "10") + nin: [Uuid] @cost(weight: "10") + gt: Uuid @cost(weight: "10") + ngt: Uuid @cost(weight: "10") + gte: Uuid @cost(weight: "10") + ngte: Uuid @cost(weight: "10") + lt: Uuid @cost(weight: "10") + nlt: Uuid @cost(weight: "10") + lte: Uuid @cost(weight: "10") + nlte: Uuid @cost(weight: "10") } input UuidPropositionInput { equalTo: Uuid } +input VerifyDatabaseInput { + databaseId: Uuid! +} + input VerifyInstitutionInput { institutionId: Uuid! } +enum AddComponentAssemblyErrorCode { + UNKNOWN + UNKNOWN_ASSEMBLED_COMPONENT + UNKNOWN_PART_COMPONENT + DUPLICATE + UNAUTHORIZED +} + +enum AddComponentGeneralizationErrorCode { + UNKNOWN + UNKNOWN_GENERAL_COMPONENT + UNKNOWN_CONCRETE_COMPONENT + DUPLICATE + UNAUTHORIZED +} + +enum AddComponentManufacturerErrorCode { + UNKNOWN + UNKNOWN_COMPONENT + UNKNOWN_INSTITUTION + UNAUTHORIZED + DUPLICATE +} + +enum AddComponentVariantErrorCode { + UNKNOWN + UNKNOWN_ONE_COMPONENT + UNKNOWN_OTHER_COMPONENT + DUPLICATE + UNAUTHORIZED +} + +enum AddInstitutionMethodDeveloperErrorCode { + UNKNOWN + UNKNOWN_METHOD + UNKNOWN_INSTITUTION + UNAUTHORIZED + DUPLICATE +} + enum AddInstitutionRepresentativeErrorCode { UNKNOWN UNKNOWN_INSTITUTION @@ -2280,15 +2868,28 @@ enum AddInstitutionRepresentativeErrorCode { UNAUTHORIZED } +enum AddUserMethodDeveloperErrorCode { + UNKNOWN + UNKNOWN_METHOD + UNKNOWN_USER + UNAUTHORIZED + DUPLICATE +} + enum AddUserRoleErrorCode { UNKNOWN UNKNOWN_USER UNAUTHORIZED } +"Defines when a policy shall be executed." enum ApplyPolicy { + "Before the resolver was executed." BEFORE_RESOLVER + "After the resolver was executed." AFTER_RESOLVER + "The policy is applied in the validation step before the execution." + VALIDATION } enum ChangeInstitutionRepresentativeRoleErrorCode { @@ -2304,7 +2905,7 @@ enum ChangeUserEmailErrorCode { UNKNOWN UNKNOWN_USER UNCHANGED_EMAIL - INVALID_EMAIL + UNKNOWN_CURRENT_EMAIL } enum ChangeUserPasswordErrorCode { @@ -2373,12 +2974,6 @@ enum ConfirmUserMethodDeveloperErrorCode { enum CreateComponentErrorCode { UNKNOWN UNKNOWN_MANUFACTURER - UNKNOWN_FURTHER_MANUFACTURERS - UNKNOWN_VARIANT_OF_COMPONENTS - UNKNOWN_GENERALIZATION_OF_COMPONENTS - UNKNOWN_CONCRETIZATION_OF_COMPONENTS - UNKNOWN_PART_OF_COMPONENTS - UNKNOWN_ASSEMBLED_OF_COMPONENTS UNAUTHORIZED } @@ -2412,10 +3007,24 @@ enum CreateMethodErrorCode { UNAUTHORIZED } +enum DataKind { + CALORIMETRIC_DATA + HYGROTHERMAL_DATA + OPTICAL_DATA + PHOTOVOLTAIC_DATA + GEOMETRIC_DATA +} + +enum DatabaseVerificationState { + PENDING + VERIFIED +} + enum DeleteInstitutionErrorCode { UNKNOWN UNKNOWN_INSTITUTION UNAUTHORIZED + MANAGING } enum DeletePersonalUserDataErrorCode { @@ -2451,12 +3060,21 @@ enum ForgetUserTwoFactorAuthenticationClientErrorCode { enum GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriErrorCode { UNKNOWN UNKNOWN_USER + RESETTING_AUTHENTICATOR_KEY_FAILED + GETTING_AUTHENTICATOR_KEY_FAILED + GETTING_EMAIL_FAILED } enum GenerateUserTwoFactorRecoveryCodesErrorCode { UNKNOWN UNKNOWN_USER TWO_FACTOR_AUTHENTICATION_DISABLED + CODE_GENERATION_FAILED +} + +enum InstitutionOperatingState { + OPERATING + NOT_OPERATING } enum InstitutionRepresentativeRole { @@ -2501,6 +3119,11 @@ enum MethodCategory { CALCULATION } +enum PrimeSurface { + INSIDE + OUTSIDE +} + enum RegisterUserErrorCode { UNKNOWN PASSWORD_CONFIRMATION_MISMATCH @@ -2514,6 +3137,47 @@ enum RegisterUserErrorCode { NULL_OR_EMPTY_EMAIL } +enum RemoveComponentAssemblyErrorCode { + UNKNOWN + UNKNOWN_ASSEMBLED_COMPONENT + UNKNOWN_PART_COMPONENT + UNKNOWN_ASSEMBLY + UNAUTHORIZED +} + +enum RemoveComponentGeneralizationErrorCode { + UNKNOWN + UNKNOWN_GENERAL_COMPONENT + UNKNOWN_CONCRETE_COMPONENT + UNKNOWN_GENERALIZATION + UNAUTHORIZED +} + +enum RemoveComponentManufacturerErrorCode { + UNKNOWN + UNKNOWN_COMPONENT + UNKNOWN_INSTITUTION + UNAUTHORIZED + UNKNOWN_MANUFACTURER + LAST_MANUFACTURER +} + +enum RemoveComponentVariantErrorCode { + UNKNOWN + UNKNOWN_ONE_COMPONENT + UNKNOWN_OTHER_COMPONENT + UNKNOWN_VARIANT + UNAUTHORIZED +} + +enum RemoveInstitutionMethodDeveloperErrorCode { + UNKNOWN + UNKNOWN_METHOD + UNKNOWN_INSTITUTION + UNAUTHORIZED + UNKNOWN_DEVELOPER +} + enum RemoveInstitutionRepresentativeErrorCode { UNKNOWN LAST_OWNER @@ -2523,6 +3187,14 @@ enum RemoveInstitutionRepresentativeErrorCode { UNKNOWN_USER } +enum RemoveUserMethodDeveloperErrorCode { + UNKNOWN + UNKNOWN_METHOD + UNKNOWN_USER + UNAUTHORIZED + UNKNOWN_DEVELOPER +} + enum RemoveUserRoleErrorCode { UNKNOWN UNKNOWN_USER @@ -2540,6 +3212,7 @@ enum ResendUserEmailConfirmationErrorCode { enum ResendUserEmailVerificationErrorCode { UNKNOWN UNKNOWN_USER + UNKNOWN_EMAIL } enum ResetUserPasswordErrorCode { @@ -2610,18 +3283,57 @@ enum Standardizer { WELL } +enum SwitchInstitutionOperatingStateErrorCode { + UNKNOWN + UNKNOWN_INSTITUTION + UNAUTHORIZED +} + +enum UpdateComponentAssemblyErrorCode { + UNKNOWN + UNKNOWN_ASSEMBLED_COMPONENT + UNKNOWN_PART_COMPONENT + UNKNOWN_ASSEMBLY + UNAUTHORIZED +} + +enum UpdateComponentErrorCode { + UNKNOWN + UNKNOWN_MANUFACTURER + UNKNOWN_FURTHER_MANUFACTURERS + UNKNOWN_VARIANT_OF_COMPONENTS + UNKNOWN_GENERALIZATION_OF_COMPONENTS + UNKNOWN_CONCRETIZATION_OF_COMPONENTS + UNKNOWN_PART_OF_COMPONENTS + UNKNOWN_ASSEMBLED_OF_COMPONENTS + UNAUTHORIZED + UNKNOWN_COMPONENT +} + +enum UpdateDataFormatErrorCode { + UNKNOWN + TWO_REFERENCES + UNAUTHORIZED + UNKNOWN_DATA_FORMAT +} + +enum UpdateDatabaseErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_DATABASE +} + enum UpdateInstitutionErrorCode { UNKNOWN UNAUTHORIZED UNKNOWN_INSTITUTION } -enum UriHostNameType { +enum UpdateMethodErrorCode { UNKNOWN - BASIC - DNS - I_PV4 - I_PV6 + TWO_REFERENCES + UNAUTHORIZED + UNKNOWN_METHOD } enum UserRole { @@ -2629,47 +3341,40 @@ enum UserRole { VERIFIER } +enum VerifyDatabaseErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_DATABASE + WRONG_VERIFICATION_CODE + REQUEST_FAILED + DESERIALIZATION_FAILED +} + enum VerifyInstitutionErrorCode { UNKNOWN UNKNOWN_INSTITUTION UNAUTHORIZED } -directive @authorize( - "Defines when when the resolver shall be executed.By default the resolver is executed after the policy has determined that the current user is allowed to access the field." - apply: ApplyPolicy! = BEFORE_RESOLVER - "The name of the authorization policy that determines access to the annotated resource." - policy: String - "Roles that are allowed to access the annotated resource." - roles: [String!] -) repeatable on SCHEMA | OBJECT | FIELD_DEFINITION +"The authorize directive." +directive @authorize("Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!]) repeatable on OBJECT | FIELD_DEFINITION -"The `@defer` directive may be provided for fragment spreads and inline fragments to inform the executor to delay the execution of the current fragment to indicate deprioritization of the current fragment. A query with `@defer` directive will cause the request to potentially return multiple responses, where non-deferred data is delivered in the initial response and data deferred is delivered in a subsequent response. `@include` and `@skip` take precedence over `@defer`." -directive @defer( - "Deferred when true." - if: Boolean - "If this argument label has a value other than null, it will be passed on to the result of this defer directive. This label is intended to give client applications a way to identify to which fragment a deferred result belongs to." - label: String -) on FRAGMENT_SPREAD | INLINE_FRAGMENT +"The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." +directive @cost("The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." weight: String!) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION + +"The purpose of the `@listSize` directive is to either inform the static analysis about the size of returned lists (if that information is statically available), or to point the analysis to where to find that information." +directive @listSize("The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." assumedSize: Int "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." requireOneSlicingArgument: Boolean! = true "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." sizedFields: [String!] "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." slicingArguments: [String!]) on FIELD_DEFINITION "The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy( - "The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." - url: String! -) on SCALAR - -"The `@stream` directive may be provided for a field of `List` type so that the backend can leverage technology such as asynchronous iterators to provide a partial list in the initial response, and additional list items in subsequent responses. `@include` and `@skip` take precedence over `@stream`." -directive @stream( - "Streamed when true." - if: Boolean - "The initial elements that shall be send down to the consumer." - initialCount: Int! = 0 - "If this argument label has a value other than null, it will be passed on to the result of this stream directive. This label is intended to give client applications a way to identify to which fragment a streamed result belongs to." - label: String -) on FIELD +directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR + +scalar Any + +"The `Byte` scalar type represents non-fractional whole numeric values. Byte can represent values between 0 and 255." +scalar Byte "The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https://www.graphql-scalars.com/date-time") +scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") "The NonNegativeInt scalar type represents a unsigned 32-bit numeric non-fractional value equal to or greater than 0." scalar NonNegativeInt From ce84a83c2b3a481ea95208a7fc2191655911c68e Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:31:15 +0000 Subject: [PATCH 202/362] Add test for RETROLux solar control triple glazing --- ...SolarControlTripleGlazingCalorimetric.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json new file mode 100644 index 00000000..109797af --- /dev/null +++ b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json @@ -0,0 +1,21 @@ +{ + "fluxes": { + "shortwaveRadiation": [ + { + "side": "exterior", + "direction": { + "polar": 0, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "area": { + "category": "center" + }, + "gValue": 0.05 + } + ] +} From 96b77bf0b05a3e682dcd8169b10d2e094f2275c8 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 30 Oct 2024 11:53:30 +0100 Subject: [PATCH 203/362] Update description of the tilt angles --- schemas/common.json | 67 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 51 insertions(+), 16 deletions(-) diff --git a/schemas/common.json b/schemas/common.json index 3a9f19df..1d56c1a9 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,7 +62,9 @@ } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", @@ -73,7 +75,9 @@ } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,7 +228,10 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -237,7 +248,10 @@ } }, "additionalProperties": false, - "required": ["I", "V"] + "required": [ + "I", + "V" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -295,11 +311,11 @@ "$defs": { "componentTilt": { "$ref": "number.json#/$defs/degreeBetweenZeroAndOneHundredEightyWithUncertainty", - "description": "The tilt angle of the component is the angle between the non-prime surface and a horizontal plane. If the prime surface is horizontal and faces the sky, then the tilt angle equals 0°. If the prime surface is vertical, then the tilt angle equals 90°." + "description": "It is assumed that the prime surface and the non-prime surface are parallel. The tilt angle of the component is the angle between a horizontal plane and the plane of the non-prime and prime surface. If the non-prime and prime surfaces are horizontal, then the component tilt angle equals 0°. If the non-prime and prime surfaces are vertical, then the tilt angle equals 90°." }, "slatTilt": { "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "For horizontal slats, the slat tilt angle is measured from the horizontal plane. 0° means fully open slats and 70° almost closed slats." + "description": "For horizontal slats, the slat tilt angle is the angle between the plane of a slat ant the horizontal plane. 0° means fully open slats and 70° almost closed slats. For vertical slats, the slat tilt angle is the angle between the plane of a slat and a vertical plane which is perpendicular to the plane of the building envelope. 90° means that the slats are parallel to the plane of the building envelope." }, "slatMaximumClosing": { "$ref": "number.json#/$defs/degreeWithUncertainty", @@ -397,7 +413,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -419,14 +437,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -575,7 +601,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -606,14 +635,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file From 37eed9c4c362f8c596b8d6531b66e05bd17605fb Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 30 Oct 2024 12:14:04 +0100 Subject: [PATCH 204/362] `make format` --- apis/metabase.graphql | 616 +++++++++++++++++++++++++++++++++++------- schemas/common.json | 63 +---- 2 files changed, 531 insertions(+), 148 deletions(-) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 91c3404f..0e04dce2 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -296,7 +296,8 @@ type Component implements Node { description: String! generalizationOf: ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! @cost(weight: "10") + manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! + @cost(weight: "10") name: String! partOf: ComponentPartOfConnection! @cost(weight: "10") uuid: Uuid! @cost(weight: "10") @@ -593,31 +594,117 @@ type DataFormatsEdge { } type Database implements Node { - allCalorimetricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: CalorimetricDataPropositionInput): CalorimetricDataConnection @cost(weight: "10") - allData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: DataPropositionInput): DataConnection @cost(weight: "10") - allGeometricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: GeometricDataPropositionInput): GeometricDataConnection @cost(weight: "10") - allHygrothermalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: HygrothermalDataPropositionInput): HygrothermalDataConnection @cost(weight: "10") - allOpticalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: OpticalDataPropositionInput): OpticalDataConnection @cost(weight: "10") - allPhotovoltaicData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: PhotovoltaicDataPropositionInput): PhotovoltaicDataConnection @cost(weight: "10") - calorimetricData(id: Uuid! locale: String timestamp: DateTime): CalorimetricData @cost(weight: "10") + allCalorimetricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: CalorimetricDataPropositionInput + ): CalorimetricDataConnection @cost(weight: "10") + allData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: DataPropositionInput + ): DataConnection @cost(weight: "10") + allGeometricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: GeometricDataPropositionInput + ): GeometricDataConnection @cost(weight: "10") + allHygrothermalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: HygrothermalDataPropositionInput + ): HygrothermalDataConnection @cost(weight: "10") + allOpticalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: OpticalDataPropositionInput + ): OpticalDataConnection @cost(weight: "10") + allPhotovoltaicData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: PhotovoltaicDataPropositionInput + ): PhotovoltaicDataConnection @cost(weight: "10") + calorimetricData( + id: Uuid! + locale: String + timestamp: DateTime + ): CalorimetricData @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") canCurrentUserVerifyNode: Boolean! @cost(weight: "10") - data(id: Uuid! locale: String timestamp: DateTime): Data @cost(weight: "10") + data(id: Uuid!, locale: String, timestamp: DateTime): Data @cost(weight: "10") description: String! - geometricData(id: Uuid! locale: String timestamp: DateTime): GeometricData @cost(weight: "10") - hasCalorimetricData(locale: String timestamp: DateTime where: CalorimetricDataPropositionInput): Boolean @cost(weight: "10") - hasData(locale: String timestamp: DateTime where: DataPropositionInput): Boolean @cost(weight: "10") - hasGeometricData(locale: String timestamp: DateTime where: GeometricDataPropositionInput): Boolean @cost(weight: "10") - hasHygrothermalData(locale: String timestamp: DateTime where: HygrothermalDataPropositionInput): Boolean @cost(weight: "10") - hasOpticalData(locale: String timestamp: DateTime where: OpticalDataPropositionInput): Boolean @cost(weight: "10") - hasPhotovoltaicData(locale: String timestamp: DateTime where: PhotovoltaicDataPropositionInput): Boolean @cost(weight: "10") - hygrothermalData(id: Uuid! locale: String timestamp: DateTime): HygrothermalData @cost(weight: "10") + geometricData(id: Uuid!, locale: String, timestamp: DateTime): GeometricData + @cost(weight: "10") + hasCalorimetricData( + locale: String + timestamp: DateTime + where: CalorimetricDataPropositionInput + ): Boolean @cost(weight: "10") + hasData( + locale: String + timestamp: DateTime + where: DataPropositionInput + ): Boolean @cost(weight: "10") + hasGeometricData( + locale: String + timestamp: DateTime + where: GeometricDataPropositionInput + ): Boolean @cost(weight: "10") + hasHygrothermalData( + locale: String + timestamp: DateTime + where: HygrothermalDataPropositionInput + ): Boolean @cost(weight: "10") + hasOpticalData( + locale: String + timestamp: DateTime + where: OpticalDataPropositionInput + ): Boolean @cost(weight: "10") + hasPhotovoltaicData( + locale: String + timestamp: DateTime + where: PhotovoltaicDataPropositionInput + ): Boolean @cost(weight: "10") + hygrothermalData( + id: Uuid! + locale: String + timestamp: DateTime + ): HygrothermalData @cost(weight: "10") id: ID! locator: Url! name: String! operator: DatabaseOperatorEdge! @cost(weight: "10") - opticalData(id: Uuid! locale: String timestamp: DateTime): OpticalData @cost(weight: "10") - photovoltaicData(id: Uuid! locale: String timestamp: DateTime): PhotovoltaicData @cost(weight: "10") + opticalData(id: Uuid!, locale: String, timestamp: DateTime): OpticalData + @cost(weight: "10") + photovoltaicData( + id: Uuid! + locale: String + timestamp: DateTime + ): PhotovoltaicData @cost(weight: "10") uuid: Uuid! @cost(weight: "10") verificationCode: String! verificationState: DatabaseVerificationState! @@ -849,18 +936,26 @@ type Institution implements Node & Stakeholder { canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! - developedMethods(pending: Boolean! = false): InstitutionDevelopedMethodConnection! @cost(weight: "10") + developedMethods( + pending: Boolean! = false + ): InstitutionDevelopedMethodConnection! @cost(weight: "10") id: ID! - managedDataFormats: InstitutionManagedDataFormatConnection! @cost(weight: "10") - managedInstitutions: InstitutionManagedInstitutionConnection! @cost(weight: "10") + managedDataFormats: InstitutionManagedDataFormatConnection! + @cost(weight: "10") + managedInstitutions: InstitutionManagedInstitutionConnection! + @cost(weight: "10") managedMethods: InstitutionManagedMethodConnection! @cost(weight: "10") manager: InstitutionManagerEdge @cost(weight: "10") - manufacturedComponents(pending: Boolean! = false): InstitutionManufacturedComponentConnection! @cost(weight: "10") + manufacturedComponents( + pending: Boolean! = false + ): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! operatedDatabases: InstitutionOperatedDatabaseConnection! @cost(weight: "10") operatingState: InstitutionOperatingState! publicKey: String - representatives(pending: Boolean! = false): InstitutionRepresentativeConnection! @cost(weight: "10") + representatives( + pending: Boolean! = false + ): InstitutionRepresentativeConnection! @cost(weight: "10") state: InstitutionState! uuid: Uuid! @cost(weight: "10") websiteLocator: Url @@ -1016,7 +1111,8 @@ type Method implements Node { canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [MethodCategory!]! description: String! - developers(pending: Boolean! = false): MethodDeveloperConnection! @cost(weight: "10") + developers(pending: Boolean! = false): MethodDeveloperConnection! + @cost(weight: "10") id: ID! manager: MethodManagerEdge! @cost(weight: "10") name: String! @@ -1062,65 +1158,226 @@ type MethodsEdge { } type Mutation { - addComponentAssembly(input: AddComponentAssemblyInput!): AddComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentGeneralization(input: AddComponentGeneralizationInput!): AddComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentManufacturer(input: AddComponentManufacturerInput!): AddComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentVariant(input: AddComponentVariantInput!): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionMethodDeveloper(input: AddInstitutionMethodDeveloperInput!): AddInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionRepresentative(input: AddInstitutionRepresentativeInput!): AddInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - addUserMethodDeveloper(input: AddUserMethodDeveloperInput!): AddUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addUserRole(input: AddUserRoleInput!): AddUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - changeInstitutionRepresentativeRole(input: ChangeInstitutionRepresentativeRoleInput!): ChangeInstitutionRepresentativeRolePayload! @authorize(policy: "Write") @cost(weight: "10") - changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - changeUserPassword(input: ChangeUserPasswordInput!): ChangeUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - confirmComponentManufacturer(input: ConfirmComponentManufacturerInput!): ConfirmComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionMethodDeveloper(input: ConfirmInstitutionMethodDeveloperInput!): ConfirmInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionRepresentative(input: ConfirmInstitutionRepresentativeInput!): ConfirmInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! @cost(weight: "10") - confirmUserEmailChange(input: ConfirmUserEmailChangeInput!): ConfirmUserEmailChangePayload! @cost(weight: "10") - confirmUserMethodDeveloper(input: ConfirmUserMethodDeveloperInput!): ConfirmUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - createComponent(input: CreateComponentInput!): CreateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - createMethod(input: CreateMethodInput!): CreateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - deletePersonalUserData(input: DeletePersonalUserDataInput!): DeletePersonalUserDataPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - deleteUser(input: DeleteUserInput!): DeleteUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - enableUserTwoFactorAuthenticator(input: EnableUserTwoFactorAuthenticatorInput!): EnableUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + addComponentAssembly( + input: AddComponentAssemblyInput! + ): AddComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentGeneralization( + input: AddComponentGeneralizationInput! + ): AddComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentManufacturer( + input: AddComponentManufacturerInput! + ): AddComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentVariant( + input: AddComponentVariantInput! + ): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionMethodDeveloper( + input: AddInstitutionMethodDeveloperInput! + ): AddInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addInstitutionRepresentative( + input: AddInstitutionRepresentativeInput! + ): AddInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserMethodDeveloper( + input: AddUserMethodDeveloperInput! + ): AddUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserRole(input: AddUserRoleInput!): AddUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + changeInstitutionRepresentativeRole( + input: ChangeInstitutionRepresentativeRoleInput! + ): ChangeInstitutionRepresentativeRolePayload! + @authorize(policy: "Write") + @cost(weight: "10") + changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + changeUserPassword( + input: ChangeUserPasswordInput! + ): ChangeUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + confirmComponentManufacturer( + input: ConfirmComponentManufacturerInput! + ): ConfirmComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionMethodDeveloper( + input: ConfirmInstitutionMethodDeveloperInput! + ): ConfirmInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionRepresentative( + input: ConfirmInstitutionRepresentativeInput! + ): ConfirmInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! + @cost(weight: "10") + confirmUserEmailChange( + input: ConfirmUserEmailChangeInput! + ): ConfirmUserEmailChangePayload! @cost(weight: "10") + confirmUserMethodDeveloper( + input: ConfirmUserMethodDeveloperInput! + ): ConfirmUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createComponent(input: CreateComponentInput!): CreateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createMethod(input: CreateMethodInput!): CreateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deletePersonalUserData( + input: DeletePersonalUserDataInput! + ): DeletePersonalUserDataPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + deleteUser(input: DeleteUserInput!): DeleteUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + enableUserTwoFactorAuthenticator( + input: EnableUserTwoFactorAuthenticatorInput! + ): EnableUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") - loginUserWithRecoveryCode(input: LoginUserWithRecoveryCodeInput!): LoginUserWithRecoveryCodePayload! @cost(weight: "10") - loginUserWithTwoFactorCode(input: LoginUserWithTwoFactorCodeInput!): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") - logoutUser: LogoutUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - registerUser(input: RegisterUserInput!): RegisterUserPayload! @cost(weight: "10") - removeComponentAssembly(input: RemoveComponentAssemblyInput!): RemoveComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentGeneralization(input: RemoveComponentGeneralizationInput!): RemoveComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentManufacturer(input: RemoveComponentManufacturerInput!): RemoveComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentVariant(input: RemoveComponentVariantInput!): RemoveComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionMethodDeveloper(input: RemoveInstitutionMethodDeveloperInput!): RemoveInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionRepresentative(input: RemoveInstitutionRepresentativeInput!): RemoveInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserMethodDeveloper(input: RemoveUserMethodDeveloperInput!): RemoveUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - requestUserPasswordReset(input: RequestUserPasswordResetInput!): RequestUserPasswordResetPayload! @cost(weight: "10") - resendUserEmailConfirmation(input: ResendUserEmailConfirmationInput!): ResendUserEmailConfirmationPayload! @cost(weight: "10") - resendUserEmailVerification: ResendUserEmailVerificationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! @cost(weight: "10") - resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - setUserPhoneNumber(input: SetUserPhoneNumberInput!): SetUserPhoneNumberPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - switchInstitutionOperatingState(input: SwitchInstitutionOperatingStateInput!): SwitchInstitutionOperatingStatePayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponentAssembly(input: UpdateComponentAssemblyInput!): UpdateComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + loginUserWithRecoveryCode( + input: LoginUserWithRecoveryCodeInput! + ): LoginUserWithRecoveryCodePayload! @cost(weight: "10") + loginUserWithTwoFactorCode( + input: LoginUserWithTwoFactorCodeInput! + ): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") + logoutUser: LogoutUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + registerUser(input: RegisterUserInput!): RegisterUserPayload! + @cost(weight: "10") + removeComponentAssembly( + input: RemoveComponentAssemblyInput! + ): RemoveComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentGeneralization( + input: RemoveComponentGeneralizationInput! + ): RemoveComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentManufacturer( + input: RemoveComponentManufacturerInput! + ): RemoveComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentVariant( + input: RemoveComponentVariantInput! + ): RemoveComponentVariantPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionMethodDeveloper( + input: RemoveInstitutionMethodDeveloperInput! + ): RemoveInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionRepresentative( + input: RemoveInstitutionRepresentativeInput! + ): RemoveInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserMethodDeveloper( + input: RemoveUserMethodDeveloperInput! + ): RemoveUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + requestUserPasswordReset( + input: RequestUserPasswordResetInput! + ): RequestUserPasswordResetPayload! @cost(weight: "10") + resendUserEmailConfirmation( + input: ResendUserEmailConfirmationInput! + ): ResendUserEmailConfirmationPayload! @cost(weight: "10") + resendUserEmailVerification: ResendUserEmailVerificationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! + @cost(weight: "10") + resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + setUserPhoneNumber( + input: SetUserPhoneNumberInput! + ): SetUserPhoneNumberPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + switchInstitutionOperatingState( + input: SwitchInstitutionOperatingStateInput! + ): SwitchInstitutionOperatingStatePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponentAssembly( + input: UpdateComponentAssemblyInput! + ): UpdateComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") } type NamedMethodArgument { @@ -1345,28 +1602,164 @@ type Publication implements Reference { type Query { component(uuid: Uuid!): Component @cost(weight: "10") - components("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [ComponentSortInput!] @cost(weight: "10") where: ComponentFilterInput @cost(weight: "10")): ComponentsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + components( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [ComponentSortInput!] @cost(weight: "10") + where: ComponentFilterInput @cost(weight: "10") + ): ComponentsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") currentUser: User @cost(weight: "10") database(uuid: Uuid!): Database @cost(weight: "10") - databases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): DatabasesConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + databases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): DatabasesConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") dataFormat(uuid: Uuid!): DataFormat @cost(weight: "10") - dataFormats("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DataFormatSortInput!] @cost(weight: "10") where: DataFormatFilterInput @cost(weight: "10")): DataFormatsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + dataFormats( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DataFormatSortInput!] @cost(weight: "10") + where: DataFormatFilterInput @cost(weight: "10") + ): DataFormatsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") institution(uuid: Uuid!): Institution @cost(weight: "10") - institutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): InstitutionsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + institutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): InstitutionsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") method(uuid: Uuid!): Method @cost(weight: "10") - methods("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [MethodSortInput!] @cost(weight: "10") where: MethodFilterInput @cost(weight: "10")): MethodsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + methods( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [MethodSortInput!] @cost(weight: "10") + where: MethodFilterInput @cost(weight: "10") + ): MethodsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") "Fetches an object given its ID." node("ID of the object." id: ID!): Node @cost(weight: "10") "Lookup nodes by a list of IDs." nodes("The list of node IDs." ids: [ID!]!): [Node]! @cost(weight: "10") openIdConnectApplications: [OpenIdConnectApplication!]! @cost(weight: "10") - openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! @cost(weight: "10") + openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! + @cost(weight: "10") openIdConnectScopes: [OpenIdConnectScope!]! @cost(weight: "10") openIdConnectTokens: [OpenIdConnectToken!]! @cost(weight: "10") - pendingDatabases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): PendingDatabasesConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") - pendingInstitutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): PendingInstitutionsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + pendingDatabases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): PendingDatabasesConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") + pendingInstitutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): PendingInstitutionsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") user(uuid: Uuid!): User @cost(weight: "10") - users("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [UserSortInput!] @cost(weight: "10")): UsersConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + users( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [UserSortInput!] @cost(weight: "10") + ): UsersConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") } type RegisterUserError { @@ -1687,7 +2080,8 @@ type UpdateMethodPayload { type User implements Node & Stakeholder { canCurrentUserDeleteUser: Boolean! @cost(weight: "10") - developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! @cost(weight: "10") + developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! + @cost(weight: "10") email: String @cost(weight: "10") hasPassword: Boolean @cost(weight: "10") id: ID! @@ -1697,7 +2091,9 @@ type User implements Node & Stakeholder { name: String! @cost(weight: "10") phoneNumber: String @cost(weight: "10") postalAddress: String @cost(weight: "10") - representedInstitutions(pending: Boolean! = false): UserRepresentedInstitutionConnection! @cost(weight: "10") + representedInstitutions( + pending: Boolean! = false + ): UserRepresentedInstitutionConnection! @cost(weight: "10") roles: [UserRole!] @cost(weight: "10") rolesCurrentUserCanAdd: [UserRole!]! @cost(weight: "10") rolesCurrentUserCanRemove: [UserRole!]! @cost(weight: "10") @@ -3357,16 +3753,38 @@ enum VerifyInstitutionErrorCode { } "The authorize directive." -directive @authorize("Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!]) repeatable on OBJECT | FIELD_DEFINITION +directive @authorize( + "Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." + apply: ApplyPolicy! = BEFORE_RESOLVER + "The name of the authorization policy that determines access to the annotated resource." + policy: String + "Roles that are allowed to access the annotated resource." + roles: [String!] +) repeatable on OBJECT | FIELD_DEFINITION "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." -directive @cost("The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." weight: String!) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION +directive @cost( + "The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." + weight: String! +) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION "The purpose of the `@listSize` directive is to either inform the static analysis about the size of returned lists (if that information is statically available), or to point the analysis to where to find that information." -directive @listSize("The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." assumedSize: Int "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." requireOneSlicingArgument: Boolean! = true "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." sizedFields: [String!] "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." slicingArguments: [String!]) on FIELD_DEFINITION +directive @listSize( + "The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." + assumedSize: Int + "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." + requireOneSlicingArgument: Boolean! = true + "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." + sizedFields: [String!] + "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." + slicingArguments: [String!] +) on FIELD_DEFINITION "The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR +directive @specifiedBy( + "The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." + url: String! +) on SCALAR scalar Any @@ -3374,7 +3792,7 @@ scalar Any scalar Byte "The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") +scalar DateTime @specifiedBy(url: "https://www.graphql-scalars.com/date-time") "The NonNegativeInt scalar type represents a unsigned 32-bit numeric non-fractional value equal to or greater than 0." scalar NonNegativeInt diff --git a/schemas/common.json b/schemas/common.json index 1d56c1a9..b8b92b64 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "I", - "V" - ] + "required": ["I", "V"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -413,9 +397,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -437,22 +419,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -601,10 +575,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -635,20 +606,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} From 9646d83bb22291aa75d3132fe4d9a558d89e7092 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:52:57 +0100 Subject: [PATCH 205/362] Upload MicroShadeGlassTnh --- .../opticalData/FG422004tm2.spectral.json | 35557 ++++++++++++++++ 1 file changed, 35557 insertions(+) create mode 100644 tests/valid/opticalData/FG422004tm2.spectral.json diff --git a/tests/valid/opticalData/FG422004tm2.spectral.json b/tests/valid/opticalData/FG422004tm2.spectral.json new file mode 100644 index 00000000..ab81502d --- /dev/null +++ b/tests/valid/opticalData/FG422004tm2.spectral.json @@ -0,0 +1,35557 @@ +{ + "components": [ + { + "id": "031c9043-db85-4c8f-a706-236ad530da12", + "optical": [ + { + "id": { + "value": "95f50daa-073d-4715-b755-9080f1ff5c40", + "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" + }, + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.599 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.62 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.584 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5749 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5701 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5594 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4711 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4682 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4459 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4307 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2717 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2656 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2601 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1856 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1771 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1612 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1597 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1509 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1469 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1444 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1494 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1582 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1585 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1671 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1698 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1839 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2405 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2433 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3351 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3299 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.28 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.27 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2678 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2662 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2628 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2559 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2496 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2443 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1726 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1744 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.17 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1754 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1645 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1658 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1571 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1531 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1522 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1497 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1457 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1375 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file From b6686ed1d5322a9d78e55cb785f5cdacb4b85f34 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 30 Oct 2024 16:56:52 +0100 Subject: [PATCH 206/362] Add calorimetric tests for MicroShade --- ...oShadeInTripleGlazingAlt0Calorimetric.json | 42 +++++++++++++++++++ ...ShadeInTripleGlazingAlt45Calorimetric.json | 42 +++++++++++++++++++ ...ShadeInTripleGlazingAlt60Calorimetric.json | 42 +++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json create mode 100644 tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json create mode 100644 tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json diff --git a/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json b/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json new file mode 100644 index 00000000..4639e373 --- /dev/null +++ b/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json @@ -0,0 +1,42 @@ +{ + "characteristics": { + "conditions": "stationary", + "componentTilt": 90 + }, + "fluxes": { + "conductionConvectionLongwaveRadiation": [ + { + "side": "interior", + "temperatures": { + "surrounding": 298 + }, + "coefficient": 7.7 + }, + { + "side": "exterior", + "temperatures": { + "surrounding": 301 + }, + "coefficient": 25 + } + ], + "shortwaveRadiation": [ + { + "side": "exterior", + "flux": 560, + "direction": { + "polar": 0, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "area": { + "category": "center" + }, + "gValue": 0.29 + } + ] +} diff --git a/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json b/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json new file mode 100644 index 00000000..38e79237 --- /dev/null +++ b/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json @@ -0,0 +1,42 @@ +{ + "characteristics": { + "conditions": "stationary", + "componentTilt": 90 + }, + "fluxes": { + "conductionConvectionLongwaveRadiation": [ + { + "side": "interior", + "temperatures": { + "surrounding": 298 + }, + "coefficient": 7.7 + }, + { + "side": "exterior", + "temperatures": { + "surrounding": 299 + }, + "coefficient": 25 + } + ], + "shortwaveRadiation": [ + { + "side": "exterior", + "flux": 500, + "direction": { + "polar": 45, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "area": { + "category": "center" + }, + "gValue": 0.17 + } + ] +} diff --git a/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json b/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json new file mode 100644 index 00000000..7dcf7cc6 --- /dev/null +++ b/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json @@ -0,0 +1,42 @@ +{ + "characteristics": { + "conditions": "stationary", + "componentTilt": 90 + }, + "fluxes": { + "conductionConvectionLongwaveRadiation": [ + { + "side": "interior", + "temperatures": { + "surrounding": 298 + }, + "coefficient": 7.7 + }, + { + "side": "exterior", + "temperatures": { + "surrounding": 300 + }, + "coefficient": 25 + } + ], + "shortwaveRadiation": [ + { + "side": "exterior", + "flux": 470, + "direction": { + "polar": 60, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "area": { + "category": "center" + }, + "gValue": 0.09 + } + ] +} From c74b98d2990adf19ed093e6daa8a4887aa8995d1 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:13:03 +0100 Subject: [PATCH 207/362] Upload Microshade Tnh --- .../MicroShadeGlassTnh_FG422004tm2.json | 35540 ++++++++++++++++ 1 file changed, 35540 insertions(+) create mode 100644 tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json diff --git a/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json b/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json new file mode 100644 index 00000000..5d79f3c0 --- /dev/null +++ b/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json @@ -0,0 +1,35540 @@ +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.599 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.62 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.584 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5749 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5701 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5594 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4711 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4682 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4459 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4307 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2717 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2656 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2601 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1856 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1771 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1612 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1597 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1509 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1469 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1444 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1494 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1582 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1585 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1671 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1698 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1839 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2405 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2433 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3351 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3299 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.28 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.27 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2678 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2662 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2628 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2559 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2496 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2443 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1726 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1744 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.17 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1754 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1645 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1658 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1571 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1531 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1522 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1497 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1457 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1375 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + } + ] +} From d268931f001f84f8ce7e6456521c9349fef4c976 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 30 Oct 2024 17:14:50 +0100 Subject: [PATCH 208/362] Remove old version of test --- .../opticalData/FG422004tm2.spectral.json | 35557 ---------------- 1 file changed, 35557 deletions(-) delete mode 100644 tests/valid/opticalData/FG422004tm2.spectral.json diff --git a/tests/valid/opticalData/FG422004tm2.spectral.json b/tests/valid/opticalData/FG422004tm2.spectral.json deleted file mode 100644 index ab81502d..00000000 --- a/tests/valid/opticalData/FG422004tm2.spectral.json +++ /dev/null @@ -1,35557 +0,0 @@ -{ - "components": [ - { - "id": "031c9043-db85-4c8f-a706-236ad530da12", - "optical": [ - { - "id": { - "value": "95f50daa-073d-4715-b755-9080f1ff5c40", - "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" - }, - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0054 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.401 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.479 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5841 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5857 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5949 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.599 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.62 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6098 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5882 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.588 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.584 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5846 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5833 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5783 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5799 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5761 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5749 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5701 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5665 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5665 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5621 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5594 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5471 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5161 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4804 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4711 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4682 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4459 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4307 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4226 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2946 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2826 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2717 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2656 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2652 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2601 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1905 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1856 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1771 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1753 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1703 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1649 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1646 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1612 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1617 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1597 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1509 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1487 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1469 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1444 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1434 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1387 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1446 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1494 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1536 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1555 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1558 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1582 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1585 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1652 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1671 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1698 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1805 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1839 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.191 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.226 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2405 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2433 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2558 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2655 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3351 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3299 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2946 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2878 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2835 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.28 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2772 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.27 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2678 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2662 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2643 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2628 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2559 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2515 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2496 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2493 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2443 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.212 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1882 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1849 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1821 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1726 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1736 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1744 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.17 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1735 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1721 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1754 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1704 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1677 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1645 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1658 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1644 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1644 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1633 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.161 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1571 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1581 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1531 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1525 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1515 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1522 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1497 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1457 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1424 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1424 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.14 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1375 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1292 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0833 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0905 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0846 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1014 - } - } - ] - } - ] - } - ] - } - ] -} \ No newline at end of file From d3c2e9ffe14be85195642f7dcada7a5227a2c5c2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 4 Nov 2024 17:10:49 +0100 Subject: [PATCH 209/362] Define the state of switchable layers in a component --- .../dbe/calorimetric/bistMeasurement.json | 2 +- examples/dbe/optical/igsdb196.json | 8 +- schemas/calorimetricData.json | 40 +- schemas/common.json | 71 + schemas/number.json | 4 + schemas/opticalData.json | 40 +- .../onlySecondSwitchableLayers.json | 12 + ...rControlTripleGlazingAlt0Calorimetric.json | 28 + ...ControlTripleGlazingAlt60Calorimetric.json | 28 + ...SolarControlTripleGlazingCalorimetric.json | 21 - .../threeSwitchableLayers.json | 19 + .../MicroShadeGlassTnh_FG422004tm2.json | 71080 ++++++++-------- 12 files changed, 35778 insertions(+), 35575 deletions(-) create mode 100644 tests/invalid/calorimetricData/onlySecondSwitchableLayers.json create mode 100644 tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json create mode 100644 tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json delete mode 100644 tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json create mode 100644 tests/valid/calorimetricData/threeSwitchableLayers.json diff --git a/examples/dbe/calorimetric/bistMeasurement.json b/examples/dbe/calorimetric/bistMeasurement.json index 75cb1985..aa4685f4 100644 --- a/examples/dbe/calorimetric/bistMeasurement.json +++ b/examples/dbe/calorimetric/bistMeasurement.json @@ -46,7 +46,7 @@ { "characteristics": { "conditions": "stationary", - "primeSurface": "interior" + "surface": "interior" }, "fluxes": { "mixed": [ diff --git a/examples/dbe/optical/igsdb196.json b/examples/dbe/optical/igsdb196.json index 956a10ea..45d36abe 100644 --- a/examples/dbe/optical/igsdb196.json +++ b/examples/dbe/optical/igsdb196.json @@ -25,7 +25,9 @@ } } }, - "slatTilt": 9.9999, + "firstSwitchableLayer": { + "slatTilt": 9.9999 + }, "symmetries": "azimuthalAngleInvariance" }, "dataPoints": [ @@ -68,7 +70,9 @@ } } }, - "slatTilt": 9.9999, + "firstSwitchableLayer": { + "slatTilt": 9.9999 + }, "symmetries": "azimuthalAngleInvariance" }, "dataPoints": [ diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 4eae8f82..59ddcb43 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -41,17 +41,49 @@ "enum": ["dynamic", "stationary"], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, - "primeSurface": { + "surface": { "$ref": "#/$defs/side", - "description": "This subschema defines the orientation of the prime surface. The prime surface is defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`." + "description": "Defines which surface is irradiated" }, "componentTilt": { "$ref": "common.json#/$defs/angles/$defs/componentTilt", "description": "The tilt angle of the component." + }, + "firstSwitchableLayer": { + "title": "Switchable layer which is the closest to the exterior", + "$ref": "common.json#/$defs/stateSwitchableLayer", + "description": "Define the state of the switchable layer which is the closest one to the exterior. No switchable layer can be indicated by `Layer is not switchable`. Additional switchable layers can be defined by `secondSwitchableLayer` and `thirdSwitchableLayer`." } }, - "additionalProperties": false, - "required": ["conditions"] + "dependentSchemas": { + "firstSwitchableLayer": { + "properties": { + "secondSwitchableLayer": { + "title": "Layer which is the second closest to the exterior", + "$ref": "common.json#/$defs/stateSwitchableLayer", + "description": "Define the state of the switchable layer is the second closest to the exterior." + } + }, + "minProperties": 0, + "required": [], + "dependentSchemas": { + "secondSwitchableLayer": { + "properties": { + "thirdSwitchableLayer": { + "title": "Layer which is the third closest to the exterior", + "$ref": "common.json#/$defs/stateSwitchableLayer", + "description": "Define the state of the switchable layer is the third closest to the exterior." + } + }, + "minProperties": 0, + "required": [] + } + } + } + }, + "minProperties": 1, + "required": [], + "unevaluatedProperties": true }, "fluxes": { "title": "Characterize several kinds of energy fluxes towards the sample. Energy flux from the sample has negative values.", diff --git a/schemas/common.json b/schemas/common.json index b8b92b64..a96e485f 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -307,6 +307,77 @@ } } }, + "stateSwitchableLayer": { + "title": "Define the state of switchable layers", + "description": "Layers can be switched by extending and retracting, by tilting slats, electrochromic, photochromic or thermochromic layers.", + "oneOf": [ + { + "title": "Slats which can be rotated and or extended e.g. venetian blinds", + "type": "object", + "properties": { + "slatTilt": { + "$ref": "common.json#/$defs/angles/$defs/slatTilt", + "title": "Tilt angle", + "description": "The tilt angle, for example of venetian blinds." + }, + "extensionRatio": { + "$ref": "number.json#/$defs/percentBetweenZeroAndOneHundred", + "title": "Ratio covered by the switchable layer", + "description": "Ratio of the area which is covered by the switchable layer, for example of venetian blinds. 100 means that the switchable layer covers the full area of the component. 0 means that the switchable layer is fully retracted and does not cover any an area of the component." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + { + "title": "Electrochromic layers", + "type": "object", + "properties": { + "voltage": { + "$ref": "number.json#/$defs/voltWithUncertainty", + "title": "Voltage of the switchable layer", + "description": "The voltage on the switchable layer in volt (V). It is important for electrochromic layers." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": ["voltage"] + }, + { + "title": "Thermochromic layers", + "type": "object", + "properties": { + "temperature": { + "$ref": "number.json#/$defs/kelvinWithUncertainty", + "title": "Temperature of the switchable layer", + "description": "The temperature temperature the switchable layer in kelvin (K). It is important for thermochromic layers." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": ["temperature"] + }, + { + "title": "Photochromic layers", + "type": "object", + "properties": { + "irradiance": { + "$ref": "number.json#/$defs/wattPerSquareMeterWithUncertainty", + "title": "Irradiance on the switchable layer", + "description": "The irradiance on the switchable layer in watt per square meter (W/m2). It is important for photochromic layers." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": ["irradiance"] + }, + { + "type": "string", + "const": "Layer is not switchable" + } + ] + }, "efficiencies": { "title": "Definitions of effiencies for the conversion of energy.", "$defs": { diff --git a/schemas/number.json b/schemas/number.json index fdfcef2c..736a3ee5 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -459,6 +459,10 @@ "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "Kilogram per second (kg/s) are the SI units of the mass flow. With this type, the uncertainty can be defined." }, + "wattPerSquareMeterWithUncertainty": { + "$ref": "#/$defs/numberWithUncertainty", + "description": "Watt per square meter (W/(m^2) are SI units for the power flowing through an area, for example for irradiance. With this type, the uncertainty can be defined." + }, "wattPerSquareMeterKelvinWithUncertainty": { "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "Watt per square meter and per kelvin (W/(m^2*K) are the SI units of a heat transfer coefficient. With this type, the uncertainty can be defined." diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 3c7fb759..09a96a4e 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -152,11 +152,6 @@ "title": "Spot", "description": "Size and profile of the irradiance on the sample." }, - "slatTilt": { - "$ref": "common.json#/$defs/angles/$defs/slatTilt", - "title": "Tilt angle", - "description": "Tilt angle, for example of venetian blinds." - }, "symmetries": { "title": "Choose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.", "type": "string", @@ -172,11 +167,42 @@ "surface": { "$ref": "component.json#/$defs/surface", "description": "Defines which surface is irradiated" + }, + "firstSwitchableLayer": { + "title": "Switchable layer which is the closest to the exterior", + "$ref": "common.json#/$defs/stateSwitchableLayer", + "description": "Define the state of the switchable layer which is the closest one to the exterior. No switchable layer can be indicated by `Layer is not switchable`. Additional switchable layers can be defined by `secondSwitchableLayer` and `thirdSwitchableLayer`." + } + }, + "dependentSchemas": { + "firstSwitchableLayer": { + "properties": { + "secondSwitchableLayer": { + "title": "Layer which is the second closest to the exterior", + "$ref": "common.json#/$defs/stateSwitchableLayer", + "description": "Define the state of the switchable layer is the second closest to the exterior." + } + }, + "minProperties": 0, + "required": [], + "dependentSchemas": { + "secondSwitchableLayer": { + "properties": { + "thirdSwitchableLayer": { + "title": "Layer which is the third closest to the exterior", + "$ref": "common.json#/$defs/stateSwitchableLayer", + "description": "Define the state of the switchable layer is the third closest to the exterior." + } + }, + "minProperties": 0, + "required": [] + } + } } }, - "additionalProperties": false, "minProperties": 1, - "required": [] + "required": [], + "unevaluatedProperties": true }, "polarization": { "title": "Polarization", diff --git a/tests/invalid/calorimetricData/onlySecondSwitchableLayers.json b/tests/invalid/calorimetricData/onlySecondSwitchableLayers.json new file mode 100644 index 00000000..09cb8fbc --- /dev/null +++ b/tests/invalid/calorimetricData/onlySecondSwitchableLayers.json @@ -0,0 +1,12 @@ +{ + "characteristics": { + "secondSwitchableLayer": { + "voltage": 10 + } + }, + "results": [ + { + "gValue": 0.1 + } + ] +} diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json new file mode 100644 index 00000000..08ab7f04 --- /dev/null +++ b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json @@ -0,0 +1,28 @@ +{ + "characteristics": { + "firstSwitchableLayer": { + "slatTilt": 80, + "extensionRatio": 100 + } + }, + "fluxes": { + "shortwaveRadiation": [ + { + "side": "exterior", + "direction": { + "polar": 0, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "gValue": { + "uncertainValue": 0.04, + "uncertainty": 0.05, + "confidenceInterval": 68.3 + } + } + ] +} \ No newline at end of file diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json new file mode 100644 index 00000000..a1b43944 --- /dev/null +++ b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json @@ -0,0 +1,28 @@ +{ + "characteristics": { + "firstSwitchableLayer": { + "slatTilt": 0, + "extensionRatio": 100 + } + }, + "fluxes": { + "shortwaveRadiation": [ + { + "side": "exterior", + "direction": { + "polar": 60, + "azimuth": 0 + } + } + ] + }, + "results": [ + { + "gValue": { + "uncertainValue": 0.05, + "uncertainty": 0.05, + "confidenceInterval": 68.3 + } + } + ] +} \ No newline at end of file diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json deleted file mode 100644 index 109797af..00000000 --- a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingCalorimetric.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "fluxes": { - "shortwaveRadiation": [ - { - "side": "exterior", - "direction": { - "polar": 0, - "azimuth": 0 - } - } - ] - }, - "results": [ - { - "area": { - "category": "center" - }, - "gValue": 0.05 - } - ] -} diff --git a/tests/valid/calorimetricData/threeSwitchableLayers.json b/tests/valid/calorimetricData/threeSwitchableLayers.json new file mode 100644 index 00000000..cc688387 --- /dev/null +++ b/tests/valid/calorimetricData/threeSwitchableLayers.json @@ -0,0 +1,19 @@ +{ + "characteristics": { + "firstSwitchableLayer": { + "slatTilt": 45, + "extensionRatio": 50 + }, + "secondSwitchableLayer": { + "voltage": 10 + }, + "thirdSwitchableLayer": { + "temperature": 300 + } + }, + "results": [ + { + "gValue": 0.1 + } + ] +} diff --git a/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json b/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json index 5d79f3c0..929a80a3 100644 --- a/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json +++ b/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json @@ -1,35540 +1,35540 @@ -{ - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0054 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.401 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.479 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5841 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5857 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5949 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.599 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.62 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6098 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5882 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.588 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.584 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5846 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5833 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5783 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5799 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5761 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5749 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5701 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5665 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5665 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5621 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5594 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5471 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5161 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4804 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4711 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4682 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4459 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4307 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4226 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2946 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2826 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2717 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2656 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2652 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2601 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1905 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1856 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1771 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1753 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1703 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1649 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1646 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1612 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1617 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1597 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1509 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1487 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1469 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1444 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1434 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1387 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1446 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1494 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1536 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1555 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1558 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1582 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1585 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1652 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1671 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1698 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1805 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1839 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.191 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.226 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2405 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2433 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2558 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2655 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3351 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3299 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2946 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2878 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2835 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.28 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2772 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.27 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2678 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2662 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2643 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2628 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2559 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2515 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2496 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2493 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2443 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.212 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1882 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1849 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1821 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1726 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1736 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1744 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.17 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1735 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1721 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1754 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1704 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1677 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1645 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1658 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1644 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1644 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1633 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.161 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1571 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1581 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1531 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1525 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1515 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1522 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1497 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1457 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1424 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1424 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.14 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1375 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1292 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0833 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0905 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0846 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1014 - } - } - ] -} +{ + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.599 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.62 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.584 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5749 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5701 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5594 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4711 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4682 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4459 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4307 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2717 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2656 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2601 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1856 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1771 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1612 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1597 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1509 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1469 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1444 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1494 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1582 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1585 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1671 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1698 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1839 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2405 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2433 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3351 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3299 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.28 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.27 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2678 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2662 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2628 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2559 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2496 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2443 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1726 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1744 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.17 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1754 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1645 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1658 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1571 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1531 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1522 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1497 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1457 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1375 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + } + ] +} From d4177eec517484c895cc723f3d635d083e11d941 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 5 Nov 2024 19:35:54 +0100 Subject: [PATCH 210/362] Add prettier configuration --- .prettierrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..94ef026f --- /dev/null +++ b/.prettierrc @@ -0,0 +1,22 @@ +{ + "arrowParens": "always", + "bracketSameLine": false, + "bracketSpacing": true, + "embeddedLanguageFormatting": "auto", + "endOfLine": "lf", + "htmlWhitespaceSensitivity": "css", + "insertPragma": false, + "jsxSingleQuote": false, + "printWidth": 80, + "proseWrap": "preserve", + "quoteProps": "as-needed", + "rangeStart": 0, + "requirePragma": false, + "semi": true, + "singleAttributePerLine": false, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "all", + "useTabs": false, + "vueIndentScriptAndStyle": false +} From 0c2a274e76dd48f54384bea0793f6b0b47d5d729 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 5 Nov 2024 19:36:25 +0100 Subject: [PATCH 211/362] Specify config file explicitly --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2eec8dad..de929bb8 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,11 @@ example : ## Validate explicit examples, for example, `make SCHEMA_NAME=dbe EXAM .PHONY : example format : ## Format files with Prettier - npx --no-install prettier --write . + npx --no-install \ + prettier \ + --config ./.prettierrc \ + --write \ + . .PHONY : format introspect : ## Introspect GraphQL schemas writing results to ./apis/*.graphql.schema.json From c3b986ac0a26ff5da2c6e08549d71430308d4352 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 5 Nov 2024 19:37:13 +0100 Subject: [PATCH 212/362] Format all file according to the new config --- apis/metabase.graphql | 616 +++++++++++++++++++++++++++++++++++------- 1 file changed, 517 insertions(+), 99 deletions(-) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 91c3404f..0e04dce2 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -296,7 +296,8 @@ type Component implements Node { description: String! generalizationOf: ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! @cost(weight: "10") + manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! + @cost(weight: "10") name: String! partOf: ComponentPartOfConnection! @cost(weight: "10") uuid: Uuid! @cost(weight: "10") @@ -593,31 +594,117 @@ type DataFormatsEdge { } type Database implements Node { - allCalorimetricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: CalorimetricDataPropositionInput): CalorimetricDataConnection @cost(weight: "10") - allData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: DataPropositionInput): DataConnection @cost(weight: "10") - allGeometricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: GeometricDataPropositionInput): GeometricDataConnection @cost(weight: "10") - allHygrothermalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: HygrothermalDataPropositionInput): HygrothermalDataConnection @cost(weight: "10") - allOpticalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: OpticalDataPropositionInput): OpticalDataConnection @cost(weight: "10") - allPhotovoltaicData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String timestamp: DateTime where: PhotovoltaicDataPropositionInput): PhotovoltaicDataConnection @cost(weight: "10") - calorimetricData(id: Uuid! locale: String timestamp: DateTime): CalorimetricData @cost(weight: "10") + allCalorimetricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: CalorimetricDataPropositionInput + ): CalorimetricDataConnection @cost(weight: "10") + allData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: DataPropositionInput + ): DataConnection @cost(weight: "10") + allGeometricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: GeometricDataPropositionInput + ): GeometricDataConnection @cost(weight: "10") + allHygrothermalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: HygrothermalDataPropositionInput + ): HygrothermalDataConnection @cost(weight: "10") + allOpticalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: OpticalDataPropositionInput + ): OpticalDataConnection @cost(weight: "10") + allPhotovoltaicData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + timestamp: DateTime + where: PhotovoltaicDataPropositionInput + ): PhotovoltaicDataConnection @cost(weight: "10") + calorimetricData( + id: Uuid! + locale: String + timestamp: DateTime + ): CalorimetricData @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") canCurrentUserVerifyNode: Boolean! @cost(weight: "10") - data(id: Uuid! locale: String timestamp: DateTime): Data @cost(weight: "10") + data(id: Uuid!, locale: String, timestamp: DateTime): Data @cost(weight: "10") description: String! - geometricData(id: Uuid! locale: String timestamp: DateTime): GeometricData @cost(weight: "10") - hasCalorimetricData(locale: String timestamp: DateTime where: CalorimetricDataPropositionInput): Boolean @cost(weight: "10") - hasData(locale: String timestamp: DateTime where: DataPropositionInput): Boolean @cost(weight: "10") - hasGeometricData(locale: String timestamp: DateTime where: GeometricDataPropositionInput): Boolean @cost(weight: "10") - hasHygrothermalData(locale: String timestamp: DateTime where: HygrothermalDataPropositionInput): Boolean @cost(weight: "10") - hasOpticalData(locale: String timestamp: DateTime where: OpticalDataPropositionInput): Boolean @cost(weight: "10") - hasPhotovoltaicData(locale: String timestamp: DateTime where: PhotovoltaicDataPropositionInput): Boolean @cost(weight: "10") - hygrothermalData(id: Uuid! locale: String timestamp: DateTime): HygrothermalData @cost(weight: "10") + geometricData(id: Uuid!, locale: String, timestamp: DateTime): GeometricData + @cost(weight: "10") + hasCalorimetricData( + locale: String + timestamp: DateTime + where: CalorimetricDataPropositionInput + ): Boolean @cost(weight: "10") + hasData( + locale: String + timestamp: DateTime + where: DataPropositionInput + ): Boolean @cost(weight: "10") + hasGeometricData( + locale: String + timestamp: DateTime + where: GeometricDataPropositionInput + ): Boolean @cost(weight: "10") + hasHygrothermalData( + locale: String + timestamp: DateTime + where: HygrothermalDataPropositionInput + ): Boolean @cost(weight: "10") + hasOpticalData( + locale: String + timestamp: DateTime + where: OpticalDataPropositionInput + ): Boolean @cost(weight: "10") + hasPhotovoltaicData( + locale: String + timestamp: DateTime + where: PhotovoltaicDataPropositionInput + ): Boolean @cost(weight: "10") + hygrothermalData( + id: Uuid! + locale: String + timestamp: DateTime + ): HygrothermalData @cost(weight: "10") id: ID! locator: Url! name: String! operator: DatabaseOperatorEdge! @cost(weight: "10") - opticalData(id: Uuid! locale: String timestamp: DateTime): OpticalData @cost(weight: "10") - photovoltaicData(id: Uuid! locale: String timestamp: DateTime): PhotovoltaicData @cost(weight: "10") + opticalData(id: Uuid!, locale: String, timestamp: DateTime): OpticalData + @cost(weight: "10") + photovoltaicData( + id: Uuid! + locale: String + timestamp: DateTime + ): PhotovoltaicData @cost(weight: "10") uuid: Uuid! @cost(weight: "10") verificationCode: String! verificationState: DatabaseVerificationState! @@ -849,18 +936,26 @@ type Institution implements Node & Stakeholder { canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! - developedMethods(pending: Boolean! = false): InstitutionDevelopedMethodConnection! @cost(weight: "10") + developedMethods( + pending: Boolean! = false + ): InstitutionDevelopedMethodConnection! @cost(weight: "10") id: ID! - managedDataFormats: InstitutionManagedDataFormatConnection! @cost(weight: "10") - managedInstitutions: InstitutionManagedInstitutionConnection! @cost(weight: "10") + managedDataFormats: InstitutionManagedDataFormatConnection! + @cost(weight: "10") + managedInstitutions: InstitutionManagedInstitutionConnection! + @cost(weight: "10") managedMethods: InstitutionManagedMethodConnection! @cost(weight: "10") manager: InstitutionManagerEdge @cost(weight: "10") - manufacturedComponents(pending: Boolean! = false): InstitutionManufacturedComponentConnection! @cost(weight: "10") + manufacturedComponents( + pending: Boolean! = false + ): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! operatedDatabases: InstitutionOperatedDatabaseConnection! @cost(weight: "10") operatingState: InstitutionOperatingState! publicKey: String - representatives(pending: Boolean! = false): InstitutionRepresentativeConnection! @cost(weight: "10") + representatives( + pending: Boolean! = false + ): InstitutionRepresentativeConnection! @cost(weight: "10") state: InstitutionState! uuid: Uuid! @cost(weight: "10") websiteLocator: Url @@ -1016,7 +1111,8 @@ type Method implements Node { canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [MethodCategory!]! description: String! - developers(pending: Boolean! = false): MethodDeveloperConnection! @cost(weight: "10") + developers(pending: Boolean! = false): MethodDeveloperConnection! + @cost(weight: "10") id: ID! manager: MethodManagerEdge! @cost(weight: "10") name: String! @@ -1062,65 +1158,226 @@ type MethodsEdge { } type Mutation { - addComponentAssembly(input: AddComponentAssemblyInput!): AddComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentGeneralization(input: AddComponentGeneralizationInput!): AddComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentManufacturer(input: AddComponentManufacturerInput!): AddComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentVariant(input: AddComponentVariantInput!): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionMethodDeveloper(input: AddInstitutionMethodDeveloperInput!): AddInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionRepresentative(input: AddInstitutionRepresentativeInput!): AddInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - addUserMethodDeveloper(input: AddUserMethodDeveloperInput!): AddUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addUserRole(input: AddUserRoleInput!): AddUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - changeInstitutionRepresentativeRole(input: ChangeInstitutionRepresentativeRoleInput!): ChangeInstitutionRepresentativeRolePayload! @authorize(policy: "Write") @cost(weight: "10") - changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - changeUserPassword(input: ChangeUserPasswordInput!): ChangeUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - confirmComponentManufacturer(input: ConfirmComponentManufacturerInput!): ConfirmComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionMethodDeveloper(input: ConfirmInstitutionMethodDeveloperInput!): ConfirmInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionRepresentative(input: ConfirmInstitutionRepresentativeInput!): ConfirmInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! @cost(weight: "10") - confirmUserEmailChange(input: ConfirmUserEmailChangeInput!): ConfirmUserEmailChangePayload! @cost(weight: "10") - confirmUserMethodDeveloper(input: ConfirmUserMethodDeveloperInput!): ConfirmUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - createComponent(input: CreateComponentInput!): CreateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - createMethod(input: CreateMethodInput!): CreateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - deletePersonalUserData(input: DeletePersonalUserDataInput!): DeletePersonalUserDataPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - deleteUser(input: DeleteUserInput!): DeleteUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - enableUserTwoFactorAuthenticator(input: EnableUserTwoFactorAuthenticatorInput!): EnableUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + addComponentAssembly( + input: AddComponentAssemblyInput! + ): AddComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentGeneralization( + input: AddComponentGeneralizationInput! + ): AddComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentManufacturer( + input: AddComponentManufacturerInput! + ): AddComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentVariant( + input: AddComponentVariantInput! + ): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionMethodDeveloper( + input: AddInstitutionMethodDeveloperInput! + ): AddInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addInstitutionRepresentative( + input: AddInstitutionRepresentativeInput! + ): AddInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserMethodDeveloper( + input: AddUserMethodDeveloperInput! + ): AddUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserRole(input: AddUserRoleInput!): AddUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + changeInstitutionRepresentativeRole( + input: ChangeInstitutionRepresentativeRoleInput! + ): ChangeInstitutionRepresentativeRolePayload! + @authorize(policy: "Write") + @cost(weight: "10") + changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + changeUserPassword( + input: ChangeUserPasswordInput! + ): ChangeUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + confirmComponentManufacturer( + input: ConfirmComponentManufacturerInput! + ): ConfirmComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionMethodDeveloper( + input: ConfirmInstitutionMethodDeveloperInput! + ): ConfirmInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionRepresentative( + input: ConfirmInstitutionRepresentativeInput! + ): ConfirmInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! + @cost(weight: "10") + confirmUserEmailChange( + input: ConfirmUserEmailChangeInput! + ): ConfirmUserEmailChangePayload! @cost(weight: "10") + confirmUserMethodDeveloper( + input: ConfirmUserMethodDeveloperInput! + ): ConfirmUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createComponent(input: CreateComponentInput!): CreateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createMethod(input: CreateMethodInput!): CreateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deletePersonalUserData( + input: DeletePersonalUserDataInput! + ): DeletePersonalUserDataPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + deleteUser(input: DeleteUserInput!): DeleteUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + enableUserTwoFactorAuthenticator( + input: EnableUserTwoFactorAuthenticatorInput! + ): EnableUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") - loginUserWithRecoveryCode(input: LoginUserWithRecoveryCodeInput!): LoginUserWithRecoveryCodePayload! @cost(weight: "10") - loginUserWithTwoFactorCode(input: LoginUserWithTwoFactorCodeInput!): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") - logoutUser: LogoutUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - registerUser(input: RegisterUserInput!): RegisterUserPayload! @cost(weight: "10") - removeComponentAssembly(input: RemoveComponentAssemblyInput!): RemoveComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentGeneralization(input: RemoveComponentGeneralizationInput!): RemoveComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentManufacturer(input: RemoveComponentManufacturerInput!): RemoveComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentVariant(input: RemoveComponentVariantInput!): RemoveComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionMethodDeveloper(input: RemoveInstitutionMethodDeveloperInput!): RemoveInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionRepresentative(input: RemoveInstitutionRepresentativeInput!): RemoveInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserMethodDeveloper(input: RemoveUserMethodDeveloperInput!): RemoveUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - requestUserPasswordReset(input: RequestUserPasswordResetInput!): RequestUserPasswordResetPayload! @cost(weight: "10") - resendUserEmailConfirmation(input: ResendUserEmailConfirmationInput!): ResendUserEmailConfirmationPayload! @cost(weight: "10") - resendUserEmailVerification: ResendUserEmailVerificationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! @cost(weight: "10") - resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - setUserPhoneNumber(input: SetUserPhoneNumberInput!): SetUserPhoneNumberPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - switchInstitutionOperatingState(input: SwitchInstitutionOperatingStateInput!): SwitchInstitutionOperatingStatePayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponentAssembly(input: UpdateComponentAssemblyInput!): UpdateComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + loginUserWithRecoveryCode( + input: LoginUserWithRecoveryCodeInput! + ): LoginUserWithRecoveryCodePayload! @cost(weight: "10") + loginUserWithTwoFactorCode( + input: LoginUserWithTwoFactorCodeInput! + ): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") + logoutUser: LogoutUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + registerUser(input: RegisterUserInput!): RegisterUserPayload! + @cost(weight: "10") + removeComponentAssembly( + input: RemoveComponentAssemblyInput! + ): RemoveComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentGeneralization( + input: RemoveComponentGeneralizationInput! + ): RemoveComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentManufacturer( + input: RemoveComponentManufacturerInput! + ): RemoveComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentVariant( + input: RemoveComponentVariantInput! + ): RemoveComponentVariantPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionMethodDeveloper( + input: RemoveInstitutionMethodDeveloperInput! + ): RemoveInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionRepresentative( + input: RemoveInstitutionRepresentativeInput! + ): RemoveInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserMethodDeveloper( + input: RemoveUserMethodDeveloperInput! + ): RemoveUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + requestUserPasswordReset( + input: RequestUserPasswordResetInput! + ): RequestUserPasswordResetPayload! @cost(weight: "10") + resendUserEmailConfirmation( + input: ResendUserEmailConfirmationInput! + ): ResendUserEmailConfirmationPayload! @cost(weight: "10") + resendUserEmailVerification: ResendUserEmailVerificationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! + @cost(weight: "10") + resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + setUserPhoneNumber( + input: SetUserPhoneNumberInput! + ): SetUserPhoneNumberPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + switchInstitutionOperatingState( + input: SwitchInstitutionOperatingStateInput! + ): SwitchInstitutionOperatingStatePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponentAssembly( + input: UpdateComponentAssemblyInput! + ): UpdateComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") } type NamedMethodArgument { @@ -1345,28 +1602,164 @@ type Publication implements Reference { type Query { component(uuid: Uuid!): Component @cost(weight: "10") - components("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [ComponentSortInput!] @cost(weight: "10") where: ComponentFilterInput @cost(weight: "10")): ComponentsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + components( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [ComponentSortInput!] @cost(weight: "10") + where: ComponentFilterInput @cost(weight: "10") + ): ComponentsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") currentUser: User @cost(weight: "10") database(uuid: Uuid!): Database @cost(weight: "10") - databases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): DatabasesConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + databases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): DatabasesConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") dataFormat(uuid: Uuid!): DataFormat @cost(weight: "10") - dataFormats("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DataFormatSortInput!] @cost(weight: "10") where: DataFormatFilterInput @cost(weight: "10")): DataFormatsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + dataFormats( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DataFormatSortInput!] @cost(weight: "10") + where: DataFormatFilterInput @cost(weight: "10") + ): DataFormatsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") institution(uuid: Uuid!): Institution @cost(weight: "10") - institutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): InstitutionsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + institutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): InstitutionsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") method(uuid: Uuid!): Method @cost(weight: "10") - methods("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [MethodSortInput!] @cost(weight: "10") where: MethodFilterInput @cost(weight: "10")): MethodsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + methods( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [MethodSortInput!] @cost(weight: "10") + where: MethodFilterInput @cost(weight: "10") + ): MethodsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") "Fetches an object given its ID." node("ID of the object." id: ID!): Node @cost(weight: "10") "Lookup nodes by a list of IDs." nodes("The list of node IDs." ids: [ID!]!): [Node]! @cost(weight: "10") openIdConnectApplications: [OpenIdConnectApplication!]! @cost(weight: "10") - openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! @cost(weight: "10") + openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! + @cost(weight: "10") openIdConnectScopes: [OpenIdConnectScope!]! @cost(weight: "10") openIdConnectTokens: [OpenIdConnectToken!]! @cost(weight: "10") - pendingDatabases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): PendingDatabasesConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") - pendingInstitutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): PendingInstitutionsConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + pendingDatabases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): PendingDatabasesConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") + pendingInstitutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): PendingInstitutionsConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") user(uuid: Uuid!): User @cost(weight: "10") - users("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [UserSortInput!] @cost(weight: "10")): UsersConnection @listSize(assumedSize: 2147483647, slicingArguments: [ "first", "last" ], sizedFields: [ "edges", "nodes" ]) @cost(weight: "10") + users( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [UserSortInput!] @cost(weight: "10") + ): UsersConnection + @listSize( + assumedSize: 2147483647 + slicingArguments: ["first", "last"] + sizedFields: ["edges", "nodes"] + ) + @cost(weight: "10") } type RegisterUserError { @@ -1687,7 +2080,8 @@ type UpdateMethodPayload { type User implements Node & Stakeholder { canCurrentUserDeleteUser: Boolean! @cost(weight: "10") - developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! @cost(weight: "10") + developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! + @cost(weight: "10") email: String @cost(weight: "10") hasPassword: Boolean @cost(weight: "10") id: ID! @@ -1697,7 +2091,9 @@ type User implements Node & Stakeholder { name: String! @cost(weight: "10") phoneNumber: String @cost(weight: "10") postalAddress: String @cost(weight: "10") - representedInstitutions(pending: Boolean! = false): UserRepresentedInstitutionConnection! @cost(weight: "10") + representedInstitutions( + pending: Boolean! = false + ): UserRepresentedInstitutionConnection! @cost(weight: "10") roles: [UserRole!] @cost(weight: "10") rolesCurrentUserCanAdd: [UserRole!]! @cost(weight: "10") rolesCurrentUserCanRemove: [UserRole!]! @cost(weight: "10") @@ -3357,16 +3753,38 @@ enum VerifyInstitutionErrorCode { } "The authorize directive." -directive @authorize("Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!]) repeatable on OBJECT | FIELD_DEFINITION +directive @authorize( + "Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." + apply: ApplyPolicy! = BEFORE_RESOLVER + "The name of the authorization policy that determines access to the annotated resource." + policy: String + "Roles that are allowed to access the annotated resource." + roles: [String!] +) repeatable on OBJECT | FIELD_DEFINITION "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." -directive @cost("The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." weight: String!) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION +directive @cost( + "The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." + weight: String! +) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION "The purpose of the `@listSize` directive is to either inform the static analysis about the size of returned lists (if that information is statically available), or to point the analysis to where to find that information." -directive @listSize("The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." assumedSize: Int "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." requireOneSlicingArgument: Boolean! = true "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." sizedFields: [String!] "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." slicingArguments: [String!]) on FIELD_DEFINITION +directive @listSize( + "The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." + assumedSize: Int + "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." + requireOneSlicingArgument: Boolean! = true + "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." + sizedFields: [String!] + "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." + slicingArguments: [String!] +) on FIELD_DEFINITION "The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR +directive @specifiedBy( + "The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." + url: String! +) on SCALAR scalar Any @@ -3374,7 +3792,7 @@ scalar Any scalar Byte "The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") +scalar DateTime @specifiedBy(url: "https://www.graphql-scalars.com/date-time") "The NonNegativeInt scalar type represents a unsigned 32-bit numeric non-fractional value equal to or greater than 0." scalar NonNegativeInt From ad2719d02e6a4baeb4d33c895e8420eae7fca4d8 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:46:09 +0100 Subject: [PATCH 213/362] Explain the difference between GraphQL and JSON Schemas better in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 358a7519..208da717 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This specification of an Application Programming Interface (API) is designed to This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries and mutations are in the directory `./requests`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/queries/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). +GraphQL queries deal with metadata about data sets. They are used to find suitable data sets. The response to a GraphQL query is in JSON. For example, [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json) defines the metadata about an optical data set. It can include a URL as `locator` to download the pure data. + +The format [BED-JSON](https://github.com/building-envelope-data/api/blob/develop/schemas/data.json) is used for the pure data. [solarTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/solarTransmittanceReflectance.json) is an example of a pure data set. It must be valid against the JSON Schema [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json). + JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. A [visualization of the JSON Schema of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png) is available together with [visualizations of examples of optical data points](docs/diagrams/out/opticalData). A [visualization of the JSON Schema of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png) is available together with [visualizations of examples of calorimetric data sets](docs/diagrams/out/calorimetricData). The following introduction explains the structure for new users and the section "On your Linux machine" explains how you can work with the API specification. From 083ec557a3f0b46ac1bd02f66de3ad28909947ec Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 6 Nov 2024 16:20:00 +0100 Subject: [PATCH 214/362] Make it possible to login as user `me` (needed for the terminal in vscode) --- Dockerfile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6648c7f9..17779b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,16 @@ ARG GID=1000 # see https://medium.com/@mccode/processes-in-containers-should-not-run-as-root-2feae3f0df3b RUN \ userdel --remove node && \ - addgroup --system --gid ${GID} us && \ - adduser --system --uid ${UID} --ingroup us me + groupadd \ + --gid ${GID} \ + us && \ + useradd \ + --no-log-init \ + --create-home \ + --shell /bin/bash \ + --uid ${UID} \ + --gid us \ + me #-------------------------------# # Make `bash` the default shell # From 45edd422ad641821a5dafe7cccd458bcc3402d54 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 6 Nov 2024 16:31:45 +0100 Subject: [PATCH 215/362] Put NPM version into a environment variable --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17779b92..2e6a5a43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,7 @@ RUN \ # https://www.gnu.org/software/make # * Node package manager to install Node development tools, see # https://www.npmjs.com +ENV NPM_VERSION=10.8.2 RUN \ # Retrieve new lists of packages apt-get update && \ @@ -78,7 +79,7 @@ RUN \ make \ npm && \ # Upgrade Node package manager - npm install --global npm@9.5.1 && \ + npm install --global npm@${NPM_VERSION} && \ # Remove unused packages and configuration files, erase archive files, and remove lists of packages apt-get autoremove --assume-yes --purge && \ apt-get clean && \ From f2d78c02ae087e7b17f0d5826a906c90c7d21274 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 6 Nov 2024 16:32:07 +0100 Subject: [PATCH 216/362] Mention `jq` in comment --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2e6a5a43..26f1bff9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,8 @@ RUN \ #----------------------------------# # Install system development tools # #----------------------------------# +# * `jq` to slice, filter, map, and transform JSON data, see +# https://stedolan.github.io/jq/ # * GNU Make to run often needed commands, see # https://www.gnu.org/software/make # * Node package manager to install Node development tools, see From 8198ba40d7c599544c34173f76ff3774da011736 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 6 Nov 2024 16:32:19 +0100 Subject: [PATCH 217/362] Install neovim --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 26f1bff9..6451fe82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,8 @@ RUN \ # https://stedolan.github.io/jq/ # * GNU Make to run often needed commands, see # https://www.gnu.org/software/make +# * Neovim to edit text files and to show the difference between files, see +# https://neovim.io/ # * Node package manager to install Node development tools, see # https://www.npmjs.com ENV NPM_VERSION=10.8.2 @@ -79,6 +81,7 @@ RUN \ apt-get install --assume-yes --no-install-recommends \ jq \ make \ + neovim \ npm && \ # Upgrade Node package manager npm install --global npm@${NPM_VERSION} && \ From 7e08d5aa6d6d27ec28327d783b908ea880cfb5ca Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 6 Nov 2024 16:32:44 +0100 Subject: [PATCH 218/362] Remember installed vscode extensions in volumes --- Dockerfile | 15 +++++++++++++++ Makefile | 2 ++ 2 files changed, 17 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6451fe82..6859414c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -133,12 +133,27 @@ RUN \ npm ci --no-optional && \ npm cache clean --force +#---------------------------# +# Prepare volumes and binds # +#---------------------------# +# Create empty directories /home/me/.vscode-server/*` for user `me` and group +# `us` to make the respective mounted volumes be owned by the user `me` and the +# group `us`. For an explanation for the Visual Studio Code Server directories +# see https://code.visualstudio.com/docs/remote/containers-advanced#_avoiding-extension-reinstalls-on-container-rebuild +RUN \ + mkdir --parents \ + /home/me/.vscode-server/extensions \ + /home/me/.vscode-server-insiders/extensions + #-------------------------------------------# # Set-up for containers based on this image # #-------------------------------------------# # Create mount points to mount the project and the installed Node development # tools. VOLUME /app/ +VOLUME /app/node_modules +VOLUME /home/me/.vscode-server/extensions +VOLUME /home/me/.vscode-server-insiders/extensions # Run commands within the process supervisor and init system `dumb-init` ENTRYPOINT ["/usr/bin/dumb-init", "--"] diff --git a/Makefile b/Makefile index de929bb8..91e69454 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,8 @@ run : build ## Run command `${COMMAND}` in fresh container for image with name ` --user $(shell id --user):$(shell id --group) \ --mount type=bind,source="$(shell pwd)",destination=/app \ --mount type=volume,destination=/app/node_modules \ + --mount type=volume,source=api_vscode_server_extensions,destination=/home/me/.vscode-server/extensions \ + --mount type=volume,source=api_vscode_server_insiders_extensions,destination=/home/me/.vscode-server-insiders/extensions \ ${OPTIONS} \ ${NAME} \ bash From 24ba07d1b4badf4bff3c1936afb3a4017b2767d2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 11 Nov 2024 15:38:52 +0100 Subject: [PATCH 219/362] `make format` --- README.md | 2 +- .../RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json | 2 +- .../RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 208da717..364b8990 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This specification of an Application Programming Interface (API) is designed to This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries and mutations are in the directory `./requests`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/queries/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). -GraphQL queries deal with metadata about data sets. They are used to find suitable data sets. The response to a GraphQL query is in JSON. For example, [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json) defines the metadata about an optical data set. It can include a URL as `locator` to download the pure data. +GraphQL queries deal with metadata about data sets. They are used to find suitable data sets. The response to a GraphQL query is in JSON. For example, [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json) defines the metadata about an optical data set. It can include a URL as `locator` to download the pure data. The format [BED-JSON](https://github.com/building-envelope-data/api/blob/develop/schemas/data.json) is used for the pure data. [solarTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/solarTransmittanceReflectance.json) is an example of a pure data set. It must be valid against the JSON Schema [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json). diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json index 08ab7f04..cde3416e 100644 --- a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json +++ b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json @@ -25,4 +25,4 @@ } } ] -} \ No newline at end of file +} diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json index a1b43944..f72f906c 100644 --- a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json +++ b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json @@ -25,4 +25,4 @@ } } ] -} \ No newline at end of file +} From 5c85d89d06ce6900896c5870b68639fd99c745de Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 11 Nov 2024 16:05:06 +0100 Subject: [PATCH 220/362] Pass `make compile` --- schemas/calorimetricData.json | 58 +++++--------- schemas/common.json | 85 ++++++++++++++++----- schemas/component.json | 31 ++++++-- schemas/opticalData.json | 140 +++++++++++++++++++++------------- 4 files changed, 198 insertions(+), 116 deletions(-) diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 59ddcb43..0852e61e 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -38,7 +38,10 @@ "properties": { "conditions": { "type": "string", - "enum": ["dynamic", "stationary"], + "enum": [ + "dynamic", + "stationary" + ], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "surface": { @@ -49,41 +52,14 @@ "$ref": "common.json#/$defs/angles/$defs/componentTilt", "description": "The tilt angle of the component." }, - "firstSwitchableLayer": { - "title": "Switchable layer which is the closest to the exterior", - "$ref": "common.json#/$defs/stateSwitchableLayer", - "description": "Define the state of the switchable layer which is the closest one to the exterior. No switchable layer can be indicated by `Layer is not switchable`. Additional switchable layers can be defined by `secondSwitchableLayer` and `thirdSwitchableLayer`." - } - }, - "dependentSchemas": { - "firstSwitchableLayer": { - "properties": { - "secondSwitchableLayer": { - "title": "Layer which is the second closest to the exterior", - "$ref": "common.json#/$defs/stateSwitchableLayer", - "description": "Define the state of the switchable layer is the second closest to the exterior." - } - }, - "minProperties": 0, - "required": [], - "dependentSchemas": { - "secondSwitchableLayer": { - "properties": { - "thirdSwitchableLayer": { - "title": "Layer which is the third closest to the exterior", - "$ref": "common.json#/$defs/stateSwitchableLayer", - "description": "Define the state of the switchable layer is the third closest to the exterior." - } - }, - "minProperties": 0, - "required": [] - } - } + "switchableLayers": { + "$ref": "common.json#/$defs/switchableLayers", + "description": "Defines the state of switchable layers." } }, + "additionalProperties": true, "minProperties": 1, - "required": [], - "unevaluatedProperties": true + "required": [] }, "fluxes": { "title": "Characterize several kinds of energy fluxes towards the sample. Energy flux from the sample has negative values.", @@ -400,10 +376,14 @@ } }, "then": { - "required": ["description"] + "required": [ + "description" + ] }, "else": { - "required": ["category"] + "required": [ + "category" + ] }, "additionalProperties": false }, @@ -444,9 +424,13 @@ }, "side": { "type": "string", - "enum": ["exterior", "interior", "lateral"], + "enum": [ + "exterior", + "interior", + "lateral" + ], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/common.json b/schemas/common.json index a96e485f..ea44e087 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,7 +62,9 @@ } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", @@ -73,7 +75,9 @@ } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,7 +228,10 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -237,7 +248,10 @@ } }, "additionalProperties": false, - "required": ["I", "V"] + "required": [ + "I", + "V" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -307,6 +323,16 @@ } } }, + "switchableLayers": { + "title": "If a component contains one or more switchable layers, then the switching state can be defined here starting with the switchable layer which is the closest to the exterior, followed by the second closest and so on until the switchable layer which is closest to the interior of the building.", + "type": "array", + "items": { + "$ref": "common.json#/$defs/stateSwitchableLayer", + "description": "Define the state of the switchable layer. One option is `Layer is not switchable`." + }, + "uniqueItems": true, + "minItems": 1 + }, "stateSwitchableLayer": { "title": "Define the state of switchable layers", "description": "Layers can be switched by extending and retracting, by tilting slats, electrochromic, photochromic or thermochromic layers.", @@ -342,7 +368,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["voltage"] + "required": [ + "voltage" + ] }, { "title": "Thermochromic layers", @@ -356,7 +384,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["temperature"] + "required": [ + "temperature" + ] }, { "title": "Photochromic layers", @@ -370,7 +400,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["irradiance"] + "required": [ + "irradiance" + ] }, { "type": "string", @@ -468,7 +500,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -490,14 +524,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -646,7 +688,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -677,14 +722,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file diff --git a/schemas/component.json b/schemas/component.json index 2f626ae0..425ade6f 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,7 +145,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "categories": { "title": "The categories which a component can have.", @@ -155,7 +157,11 @@ "type": "array", "items": { "type": "string", - "enum": ["material", "layer", "unit"], + "enum": [ + "material", + "layer", + "unit" + ], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -229,7 +235,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", @@ -262,13 +270,13 @@ }, "definitionOfSurfacesAndPrimeDirection": { "title": "Definition of surfaces and prime direction", - "description": "The prime surface and the prime direction are used to define the orientation of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry.", + "description": "The prime surface and the prime direction are used to define the orientation of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry. The reference can also define which layers are switchable e.g. electrochromic.", "type": "object", "properties": { "reference": { "$ref": "common.json#/$defs/reference", "title": "Reference", - "description": "Reference that defines which surface of the component is defined as non-prime and which as prime. Often, the non-prime surface faces the exterior and the prime surface faces the interior. The reference should also define a prime direction which is used to calculate the azimuth of the direction of incidence. Ideally, the manufacturer defines the surfaces and prime direction of a component in one document and refers to this document in optical data." + "description": "Reference that defines which surface of the component is defined as non-prime and which as prime. Often, the non-prime surface faces the exterior and the prime surface faces the interior. The reference should also define a prime direction which is used to calculate the azimuth of the direction of incidence. Ideally, the manufacturer defines the surfaces and prime direction of a component in one document and refers to this document in optical data. The reference can also define which layers are switchable e.g. electrochromic." }, "description": { "type": "string", @@ -313,7 +321,10 @@ } }, "minProperties": 2, - "required": ["surface", "rootMeanSquare"] + "required": [ + "surface", + "rootMeanSquare" + ] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -337,10 +348,14 @@ }, "surface": { "type": "string", - "enum": ["nonPrime", "prime", "symmetric"], + "enum": [ + "nonPrime", + "prime", + "symmetric" + ], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 09a96a4e..10d3e765 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,7 +25,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, { "title": "Internal data node with non-leaf children", @@ -46,7 +48,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] } ] }, @@ -96,7 +100,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -106,10 +112,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -138,7 +150,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -168,41 +185,14 @@ "$ref": "component.json#/$defs/surface", "description": "Defines which surface is irradiated" }, - "firstSwitchableLayer": { - "title": "Switchable layer which is the closest to the exterior", - "$ref": "common.json#/$defs/stateSwitchableLayer", - "description": "Define the state of the switchable layer which is the closest one to the exterior. No switchable layer can be indicated by `Layer is not switchable`. Additional switchable layers can be defined by `secondSwitchableLayer` and `thirdSwitchableLayer`." - } - }, - "dependentSchemas": { - "firstSwitchableLayer": { - "properties": { - "secondSwitchableLayer": { - "title": "Layer which is the second closest to the exterior", - "$ref": "common.json#/$defs/stateSwitchableLayer", - "description": "Define the state of the switchable layer is the second closest to the exterior." - } - }, - "minProperties": 0, - "required": [], - "dependentSchemas": { - "secondSwitchableLayer": { - "properties": { - "thirdSwitchableLayer": { - "title": "Layer which is the third closest to the exterior", - "$ref": "common.json#/$defs/stateSwitchableLayer", - "description": "Define the state of the switchable layer is the third closest to the exterior." - } - }, - "minProperties": 0, - "required": [] - } - } + "switchableLayers": { + "$ref": "common.json#/$defs/switchableLayers", + "description": "Defines the state of switchable layers." } }, + "additionalProperties": false, "minProperties": 1, - "required": [], - "unevaluatedProperties": true + "required": [] }, "polarization": { "title": "Polarization", @@ -222,13 +212,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -258,12 +254,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -295,7 +299,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -323,13 +329,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -346,7 +357,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -378,7 +391,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -390,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -513,7 +531,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -535,7 +557,9 @@ } }, "additionalProperties": false, - "required": ["Ra"] + "required": [ + "Ra" + ] }, { "type": "object", @@ -554,20 +578,28 @@ } }, "additionalProperties": false, - "required": ["Raout-in"] + "required": [ + "Raout-in" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From e60ded9ef439830023fa54ab5f2a6622ae34128d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 11 Nov 2024 16:13:43 +0100 Subject: [PATCH 221/362] Pass `make test` and `make examples` --- examples/dbe/optical/igsdb196.json | 28 +++++++++++++------ schemas/common.json | 6 +--- .../onlySecondSwitchableLayers.json | 12 -------- .../fourSwitchableLayers.json | 24 ++++++++++++++++ .../threeSwitchableLayers.json | 19 ------------- 5 files changed, 44 insertions(+), 45 deletions(-) delete mode 100644 tests/invalid/calorimetricData/onlySecondSwitchableLayers.json create mode 100644 tests/valid/calorimetricData/fourSwitchableLayers.json delete mode 100644 tests/valid/calorimetricData/threeSwitchableLayers.json diff --git a/examples/dbe/optical/igsdb196.json b/examples/dbe/optical/igsdb196.json index 45d36abe..06e97988 100644 --- a/examples/dbe/optical/igsdb196.json +++ b/examples/dbe/optical/igsdb196.json @@ -25,9 +25,11 @@ } } }, - "firstSwitchableLayer": { - "slatTilt": 9.9999 - }, + "switchableLayers": [ + { + "slatTilt": 9.9999 + } + ], "symmetries": "azimuthalAngleInvariance" }, "dataPoints": [ @@ -70,9 +72,11 @@ } } }, - "firstSwitchableLayer": { - "slatTilt": 9.9999 - }, + "switchableLayers": [ + { + "slatTilt": 9.9999 + } + ], "symmetries": "azimuthalAngleInvariance" }, "dataPoints": [ @@ -149,7 +153,10 @@ "airPermeability": { "permeabilityFactor": 9.9999 }, - "positionOfCoatings": [0, 0], + "positionOfCoatings": [ + 0, + 0 + ], "layer": { "possiblePositions": [ "exterior", @@ -167,11 +174,14 @@ }, "version": "99999999-9999-9999-9999-999999999999", "categories": { - "componentType": ["material", "layer"] + "componentType": [ + "material", + "layer" + ] }, "available": { "from": "1999-09-09T09:09:09+00:00" } } ] -} +} \ No newline at end of file diff --git a/schemas/common.json b/schemas/common.json index ea44e087..23982933 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -328,7 +328,7 @@ "type": "array", "items": { "$ref": "common.json#/$defs/stateSwitchableLayer", - "description": "Define the state of the switchable layer. One option is `Layer is not switchable`." + "description": "Define the state of the switchable layer." }, "uniqueItems": true, "minItems": 1 @@ -403,10 +403,6 @@ "required": [ "irradiance" ] - }, - { - "type": "string", - "const": "Layer is not switchable" } ] }, diff --git a/tests/invalid/calorimetricData/onlySecondSwitchableLayers.json b/tests/invalid/calorimetricData/onlySecondSwitchableLayers.json deleted file mode 100644 index 09cb8fbc..00000000 --- a/tests/invalid/calorimetricData/onlySecondSwitchableLayers.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "characteristics": { - "secondSwitchableLayer": { - "voltage": 10 - } - }, - "results": [ - { - "gValue": 0.1 - } - ] -} diff --git a/tests/valid/calorimetricData/fourSwitchableLayers.json b/tests/valid/calorimetricData/fourSwitchableLayers.json new file mode 100644 index 00000000..f1c1e858 --- /dev/null +++ b/tests/valid/calorimetricData/fourSwitchableLayers.json @@ -0,0 +1,24 @@ +{ + "characteristics": { + "switchableLayers": [ + { + "slatTilt": 45, + "extensionRatio": 50 + }, + { + "voltage": 10 + }, + { + "temperature": 300 + }, + { + "irradiance": 500 + } + ] + }, + "results": [ + { + "gValue": 0.1 + } + ] +} \ No newline at end of file diff --git a/tests/valid/calorimetricData/threeSwitchableLayers.json b/tests/valid/calorimetricData/threeSwitchableLayers.json deleted file mode 100644 index cc688387..00000000 --- a/tests/valid/calorimetricData/threeSwitchableLayers.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "characteristics": { - "firstSwitchableLayer": { - "slatTilt": 45, - "extensionRatio": 50 - }, - "secondSwitchableLayer": { - "voltage": 10 - }, - "thirdSwitchableLayer": { - "temperature": 300 - } - }, - "results": [ - { - "gValue": 0.1 - } - ] -} From 45c0fac111fcd56d50fcda0a4abd17b486481fba Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 13 Nov 2024 16:49:34 +0100 Subject: [PATCH 222/362] Include the comments of the review --- schemas/calorimetricData.json | 2 +- schemas/common.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 0852e61e..ded0e46b 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -57,7 +57,7 @@ "description": "Defines the state of switchable layers." } }, - "additionalProperties": true, + "additionalProperties": false, "minProperties": 1, "required": [] }, diff --git a/schemas/common.json b/schemas/common.json index 23982933..e97bb312 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -327,14 +327,14 @@ "title": "If a component contains one or more switchable layers, then the switching state can be defined here starting with the switchable layer which is the closest to the exterior, followed by the second closest and so on until the switchable layer which is closest to the interior of the building.", "type": "array", "items": { - "$ref": "common.json#/$defs/stateSwitchableLayer", + "$ref": "common.json#/$defs/switchableLayerState", "description": "Define the state of the switchable layer." }, "uniqueItems": true, "minItems": 1 }, - "stateSwitchableLayer": { - "title": "Define the state of switchable layers", + "switchableLayerState": { + "title": "State of a switchable layer", "description": "Layers can be switched by extending and retracting, by tilting slats, electrochromic, photochromic or thermochromic layers.", "oneOf": [ { From d1945f22f0d2ccd94e6cf445f90b1a320cce293e Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 13 Nov 2024 17:11:14 +0100 Subject: [PATCH 223/362] Treat `surface` in calorimetricData.json equally as in opticalData.json. `make format` --- .../dbe/calorimetric/bistMeasurement.json | 2 +- examples/dbe/optical/igsdb196.json | 12 +- schemas/calorimetricData.json | 23 +--- schemas/common.json | 75 +++---------- schemas/component.json | 27 +---- schemas/opticalData.json | 103 ++++-------------- ...rControlTripleGlazingAlt0Calorimetric.json | 10 +- ...ControlTripleGlazingAlt60Calorimetric.json | 10 +- .../calorimetricData/characteristics.json | 3 +- .../fourSwitchableLayers.json | 2 +- tests/valid/calorimetricData/fullTest01.json | 2 +- ...gIntegratedPhotovoltaicThermalDiagram.json | 2 +- .../uValueOpaqueInsulationLayerDiagram.json | 10 +- 13 files changed, 79 insertions(+), 202 deletions(-) diff --git a/examples/dbe/calorimetric/bistMeasurement.json b/examples/dbe/calorimetric/bistMeasurement.json index aa4685f4..f94085e1 100644 --- a/examples/dbe/calorimetric/bistMeasurement.json +++ b/examples/dbe/calorimetric/bistMeasurement.json @@ -46,7 +46,7 @@ { "characteristics": { "conditions": "stationary", - "surface": "interior" + "surface": "nonPrime" }, "fluxes": { "mixed": [ diff --git a/examples/dbe/optical/igsdb196.json b/examples/dbe/optical/igsdb196.json index 06e97988..7041659d 100644 --- a/examples/dbe/optical/igsdb196.json +++ b/examples/dbe/optical/igsdb196.json @@ -153,10 +153,7 @@ "airPermeability": { "permeabilityFactor": 9.9999 }, - "positionOfCoatings": [ - 0, - 0 - ], + "positionOfCoatings": [0, 0], "layer": { "possiblePositions": [ "exterior", @@ -174,14 +171,11 @@ }, "version": "99999999-9999-9999-9999-999999999999", "categories": { - "componentType": [ - "material", - "layer" - ] + "componentType": ["material", "layer"] }, "available": { "from": "1999-09-09T09:09:09+00:00" } } ] -} \ No newline at end of file +} diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index ded0e46b..87480203 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -38,14 +38,11 @@ "properties": { "conditions": { "type": "string", - "enum": [ - "dynamic", - "stationary" - ], + "enum": ["dynamic", "stationary"], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "surface": { - "$ref": "#/$defs/side", + "$ref": "component.json#/$defs/surface", "description": "Defines which surface is irradiated" }, "componentTilt": { @@ -376,14 +373,10 @@ } }, "then": { - "required": [ - "description" - ] + "required": ["description"] }, "else": { - "required": [ - "category" - ] + "required": ["category"] }, "additionalProperties": false }, @@ -424,13 +417,9 @@ }, "side": { "type": "string", - "enum": [ - "exterior", - "interior", - "lateral" - ], + "enum": ["exterior", "interior", "lateral"], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/common.json b/schemas/common.json index e97bb312..92c01d2b 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "I", - "V" - ] + "required": ["I", "V"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -368,9 +352,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "voltage" - ] + "required": ["voltage"] }, { "title": "Thermochromic layers", @@ -384,9 +366,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "temperature" - ] + "required": ["temperature"] }, { "title": "Photochromic layers", @@ -400,9 +380,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "irradiance" - ] + "required": ["irradiance"] } ] }, @@ -496,9 +474,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -520,22 +496,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -684,10 +652,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -718,20 +683,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} diff --git a/schemas/component.json b/schemas/component.json index 425ade6f..a132ca15 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,9 +145,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "categories": { "title": "The categories which a component can have.", @@ -157,11 +155,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "material", - "layer", - "unit" - ], + "enum": ["material", "layer", "unit"], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -235,9 +229,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", @@ -321,10 +313,7 @@ } }, "minProperties": 2, - "required": [ - "surface", - "rootMeanSquare" - ] + "required": ["surface", "rootMeanSquare"] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -348,14 +337,10 @@ }, "surface": { "type": "string", - "enum": [ - "nonPrime", - "prime", - "symmetric" - ], + "enum": ["nonPrime", "prime", "symmetric"], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 10d3e765..f8424c83 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,9 +25,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, { "title": "Internal data node with non-leaf children", @@ -48,9 +46,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] } ] }, @@ -100,9 +96,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -112,16 +106,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -150,12 +138,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -212,19 +195,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -254,20 +231,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -299,9 +268,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -329,18 +296,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -357,9 +319,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -391,10 +351,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -406,9 +363,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -531,11 +486,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -557,9 +508,7 @@ } }, "additionalProperties": false, - "required": [ - "Ra" - ] + "required": ["Ra"] }, { "type": "object", @@ -578,28 +527,20 @@ } }, "additionalProperties": false, - "required": [ - "Raout-in" - ] + "required": ["Raout-in"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json index cde3416e..3ea1d783 100644 --- a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json +++ b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json @@ -1,9 +1,11 @@ { "characteristics": { - "firstSwitchableLayer": { - "slatTilt": 80, - "extensionRatio": 100 - } + "switchableLayers": [ + { + "slatTilt": 80, + "extensionRatio": 100 + } + ] }, "fluxes": { "shortwaveRadiation": [ diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json index f72f906c..bd325c90 100644 --- a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json +++ b/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json @@ -1,9 +1,11 @@ { "characteristics": { - "firstSwitchableLayer": { - "slatTilt": 0, - "extensionRatio": 100 - } + "switchableLayers": [ + { + "slatTilt": 0, + "extensionRatio": 100 + } + ] }, "fluxes": { "shortwaveRadiation": [ diff --git a/tests/valid/calorimetricData/characteristics.json b/tests/valid/calorimetricData/characteristics.json index 6d533902..b7049d37 100644 --- a/tests/valid/calorimetricData/characteristics.json +++ b/tests/valid/calorimetricData/characteristics.json @@ -1,6 +1,7 @@ { "characteristics": { "conditions": "stationary", - "primeSurface": "interior" + "surface": "nonPrime", + "componentTilt": 90 } } diff --git a/tests/valid/calorimetricData/fourSwitchableLayers.json b/tests/valid/calorimetricData/fourSwitchableLayers.json index f1c1e858..caf429ff 100644 --- a/tests/valid/calorimetricData/fourSwitchableLayers.json +++ b/tests/valid/calorimetricData/fourSwitchableLayers.json @@ -21,4 +21,4 @@ "gValue": 0.1 } ] -} \ No newline at end of file +} diff --git a/tests/valid/calorimetricData/fullTest01.json b/tests/valid/calorimetricData/fullTest01.json index 8c3ae2f8..e4839855 100644 --- a/tests/valid/calorimetricData/fullTest01.json +++ b/tests/valid/calorimetricData/fullTest01.json @@ -2,7 +2,7 @@ "description": "test", "characteristics": { "conditions": "dynamic", - "primeSurface": "exterior", + "surface": "prime", "componentTilt": 45 }, "fluxes": { diff --git a/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json b/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json index 7678edfb..529a2fb2 100644 --- a/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json +++ b/tests/valid/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermalDiagram.json @@ -1,7 +1,7 @@ { "characteristics": { "conditions": "stationary", - "primeSurface": "interior", + "surface": "nonPrime", "componentTilt": 90 }, "fluxes": { diff --git a/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json b/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json index 67d9caa1..bbcea9f7 100644 --- a/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json +++ b/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json @@ -1,7 +1,7 @@ { "characteristics": { "conditions": "stationary", - "primeSurface": "interior", + "surface": "symmetric", "componentTilt": 90 }, "fluxes": { @@ -9,12 +9,16 @@ { "side": "exterior", "flux": 3, - "temperatures": { "sample": 308 } + "temperatures": { + "sample": 308 + } }, { "side": "interior", "flux": -3, - "temperatures": { "sample": 288 } + "temperatures": { + "sample": 288 + } } ] }, From 4c1a059969cca6036e768788fbf47a68ff373e21 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 13 Nov 2024 17:19:06 +0100 Subject: [PATCH 224/362] Update CHANGELOG --- CHANGELOG.md | 1 + schemas/common.json | 77 ++++++++++++++++++++++++++++++++++----------- 2 files changed, 60 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d010b8..55f3c4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -164,6 +164,7 @@ and this project adheres to - Add release actions [#281](https://github.com/building-envelope-data/api/pull/281) - Add JSON schema for hygrothermal data [#322](https://github.com/building-envelope-data/api/pull/322) - Add example of double glazing including subcomponents [#334](https://github.com/building-envelope-data/api/pull/334) +- Allow definition of switchable layers [#339](https://github.com/building-envelope-data/api/pull/339) ### Changed diff --git a/schemas/common.json b/schemas/common.json index 92c01d2b..fe19b41d 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,7 +62,9 @@ } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", @@ -73,7 +75,9 @@ } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,7 +228,10 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -237,7 +248,10 @@ } }, "additionalProperties": false, - "required": ["I", "V"] + "required": [ + "I", + "V" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -319,7 +335,7 @@ }, "switchableLayerState": { "title": "State of a switchable layer", - "description": "Layers can be switched by extending and retracting, by tilting slats, electrochromic, photochromic or thermochromic layers.", + "description": "Layers can be switched by extending and retracting a layer, by tilting slats, by electrochromic, photochromic or thermochromic layers.", "oneOf": [ { "title": "Slats which can be rotated and or extended e.g. venetian blinds", @@ -352,7 +368,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["voltage"] + "required": [ + "voltage" + ] }, { "title": "Thermochromic layers", @@ -366,7 +384,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["temperature"] + "required": [ + "temperature" + ] }, { "title": "Photochromic layers", @@ -380,7 +400,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["irradiance"] + "required": [ + "irradiance" + ] } ] }, @@ -474,7 +496,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -496,14 +520,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -652,7 +684,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -683,14 +718,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file From 4aae8a9234db7fbdf5a98cd9c83c970cd31266a5 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 26 Nov 2024 18:21:34 +0100 Subject: [PATCH 225/362] Update tools to latest compatible versions and correct version of engine node in ./package.json --- Dockerfile | 2 +- package-lock.json | 62 +++++++++++++++++++++++++++++------------------ package.json | 2 +- 3 files changed, 40 insertions(+), 26 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6859414c..3325990f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN \ # https://neovim.io/ # * Node package manager to install Node development tools, see # https://www.npmjs.com -ENV NPM_VERSION=10.8.2 +ENV NPM_VERSION=10.9.1 RUN \ # Retrieve new lists of packages apt-get update && \ diff --git a/package-lock.json b/package-lock.json index 2dbf36ff..084ca027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "yargs": "^17.7.2" }, "engines": { - "node": "18.13.x" + "node": "20.13.x" } }, "node_modules/@ampproject/remapping": { @@ -1440,6 +1440,7 @@ "resolved": "https://registry.npmjs.org/ajv-cli/-/ajv-cli-5.0.0.tgz", "integrity": "sha512-LY4m6dUv44HTyhV+u2z5uX4EhPYTM38Iv1jdgDJJJCyOOuqB8KtZEGjPZ2T+sh5ZIJrXUfgErYx/j3gLd3+PlQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^8.0.0", "fast-json-patch": "^2.0.0", @@ -1918,10 +1919,11 @@ } }, "node_modules/dset": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.3.tgz", - "integrity": "sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.4.tgz", + "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -2023,6 +2025,7 @@ "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-2.2.1.tgz", "integrity": "sha512-4j5uBaTnsYAV5ebkidvxiLUYOwjQ+JSFljeqfTxCrH9bDmlCQaOJFS84oDJ2rAXZq2yskmk3ORfoP9DCwqFNig==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^2.0.1" }, @@ -2034,7 +2037,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-querystring": { "version": "1.1.2", @@ -2192,10 +2196,14 @@ "dev": true }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/gensync": { "version": "1.0.0-beta.2", @@ -2592,6 +2600,7 @@ "resolved": "https://registry.npmjs.org/json-schema-migrate/-/json-schema-migrate-2.0.0.tgz", "integrity": "sha512-r38SVTtojDRp4eD6WsCqiE0eNDt4v1WalBXb9cyZYw9ai5cGtBwzRNWjHzJl38w6TxFkXAIA7h+fyX3tnrAFhQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^8.0.0" } @@ -2645,10 +2654,11 @@ } }, "node_modules/license-checker/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -2754,10 +2764,11 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -2857,10 +2868,11 @@ } }, "node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -3114,10 +3126,11 @@ } }, "node_modules/read-installed/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver" } @@ -3594,10 +3607,11 @@ "dev": true }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index d3abb01a..24943852 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "", "engines": { - "node": "18.13.x" + "node": "20.13.x" }, "directories": { "example": "examples", From 104de0ed83b4dc783c6e4cb58293378fc9de7965 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 26 Nov 2024 18:36:11 +0100 Subject: [PATCH 226/362] Format `common.json` with `make format` --- schemas/common.json | 75 ++++++++++----------------------------------- 1 file changed, 17 insertions(+), 58 deletions(-) diff --git a/schemas/common.json b/schemas/common.json index fe19b41d..2972f442 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "I", - "V" - ] + "required": ["I", "V"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -368,9 +352,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "voltage" - ] + "required": ["voltage"] }, { "title": "Thermochromic layers", @@ -384,9 +366,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "temperature" - ] + "required": ["temperature"] }, { "title": "Photochromic layers", @@ -400,9 +380,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "irradiance" - ] + "required": ["irradiance"] } ] }, @@ -496,9 +474,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -520,22 +496,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -684,10 +652,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -718,20 +683,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} From 732620819c802b11c6ddd0cc46b7d323d2221ea8 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 27 Nov 2024 16:38:11 +0100 Subject: [PATCH 227/362] Generate diagrams with GNU Make target and track PNG and SVG files with Git LFS --- .gitattributes | 2 + Dockerfile | 5 +- Makefile | 10 + .../calorimetricDataSchema.png | Bin 239875 -> 131 bytes .../calorimetricDataSchema.svg | 217 +------ ...egratedPhotovoltaicThermalCalorimetric.png | Bin 66035 -> 130 bytes ...egratedPhotovoltaicThermalCalorimetric.svg | 103 +--- .../uValueOpaqueInsulation.png | Bin 30228 -> 130 bytes .../uValueOpaqueInsulation.svg | 46 +- .../incidenceSchema/incidenceSchema.png | Bin 59019 -> 130 bytes .../incidenceSchema/incidenceSchema.svg | 78 +-- .../infraredDataPoint/infraredDataPoint.png | Bin 13542 -> 130 bytes .../infraredDataPoint/infraredDataPoint.svg | 33 +- .../opticalDataPointSchema.png | Bin 243289 -> 131 bytes .../opticalDataPointSchema.svg | 4 +- .../opticalDataPointSchema.png | Bin 188000 -> 131 bytes .../opticalDataPointSchema.svg | 204 +------ .../opticalDataSchema/opticalDataSchema.png | Bin 393175 -> 131 bytes .../opticalDataSchema/opticalDataSchema.svg | 547 +----------------- .../polarizedVisibleDataPoint.png | Bin 14521 -> 130 bytes .../polarizedVisibleDataPoint.svg | 41 +- .../spectrallyResolvedDataPoints.png | Bin 41225 -> 130 bytes .../spectrallyResolvedDataPoints.svg | 87 +-- 23 files changed, 45 insertions(+), 1332 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..206b15a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.svg filter=lfs diff=lfs merge=lfs -text diff --git a/Dockerfile b/Dockerfile index 3325990f..1586f9f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Use Node on Debian as base image, see # https://hub.docker.com/_/node -FROM node:20.13-bullseye-slim +FROM node:22.11-bookworm-slim ################## # As user `root` # @@ -82,7 +82,8 @@ RUN \ jq \ make \ neovim \ - npm && \ + npm \ + plantuml && \ # Upgrade Node package manager npm install --global npm@${NPM_VERSION} && \ # Remove unused packages and configuration files, erase archive files, and remove lists of packages diff --git a/Makefile b/Makefile index 91e69454..fb59cc7a 100644 --- a/Makefile +++ b/Makefile @@ -244,3 +244,13 @@ licenses : ## Print licenses # --failOn # --onlyAllow .PHONY : licenses + +diagrams : ## Draw images from textual UML diagrams (does not work in the container until Debian features a newer version of PlantUML with JSON support) + for directory_name in $(shell ls --indicator-style=none ./docs/diagrams/src/) ; do \ + echo "Directory Name: $${directory_name}" && \ + for output_format in png svg ; do \ + echo "Output Format: $${output_format}" && \ + plantuml -t$${output_format} -output ./docs/diagrams/out/$${directory_name}/ ./docs/diagrams/src/$${directory_name}/*.plantuml ; \ + done ; \ + done +.PHONY : diagrams diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png b/docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png index efb1a070c5a1bd70c54917b00ec68b4765161c7f..451f74c60b4418b2a3858b8d018b6358c028e172 100644 GIT binary patch literal 131 zcmWN_K@x)?3;@8puiyg}!9djCkdPE++Ts-T(AU?~&g>=MUfai%(yh!ju-XeD5rFl)Nc N4ZZ%v_<3D041Z)0DJ1{^ literal 239875 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:xJmkYRmmA3J*6354T7-`>Qa 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

    b8+@koAyaG46MTy=jKEhXd9kuR{JbS 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

    sbY3#*%wk~j{^h1 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 JtSz2r{{nJg#qdescription   characteristics   fluxes   results   typestringconditions   primeSurface   componentTilt   dynamicstationaryexteriorinteriorlateralcommoncomponentTiltconduction   convection   longwaveRadiation   conductionConvectionLongwaveRadiation   shortwaveRadiation   mixed   fluid   electricity   side   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberkelvinWithUncertaintynumberkelvinWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   temperatures   emittanceSurroundings   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumbernumberBetweenZeroAndOneWithUncertaintyside   flux   temperatures   coefficient   exteriorinteriorlateralnumberwattWithUncertaintysurrounding   sample   numberwattWithUncertaintynumberwattWithUncertaintynumberwattPerSquareMeterKelvinWithUncertaintyside   flux   direction   exteriorinteriorlateralnumberwattWithUncertaintyopticalDataincidenceDirectionside   flux   exteriorinteriorlateralnumberwattWithUncertaintyflux   temperatures   massFlow   specificHeatCapacity   numberwattWithUncertaintyinlet   outlet   numberwattWithUncertaintynumberwattWithUncertaintynumberkilogramPerSecondWithUncertaintynumberjoulePerKilogramKelvinWithUncertaintyflux   currentVoltage   numberwattWithUncertaintycommoncurrentVoltagearea   uValue   gValue   efficiencies   category   description   centerirradiatedAbsorberouterDimensionsprojectedIrradiatedAbsorberothertypestringnumberwattPerSquareMeterKelvinWithUncertaintynumbernumberWithUncertaintyphotovoltaic   solarThermal   commonefficiencies/photovoltaiccommonefficiencies/solarThermal \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb20c533a1019b03a5665f95f0aa2c33ee1129d0438f2a38b289396d0b4c46a +size 93258 diff --git a/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png b/docs/diagrams/out/calorimetricData/semiTransparentBuildingIntegratedPhotovoltaicThermal/semiTransparentBuildingIntegratedPhotovoltaicThermalCalorimetric.png index 91e80b0f1dce8f48842290db429e671cf0a2415f..def37b3b3333dc1efc77a364ad651ca9f1e1d328 100644 GIT binary patch literal 130 zcmWN`$qmCG5J1s8RnS1pzS!LWGX$h0SQ+d?st>0xy?^7E`uOlR=ShbU&pscoO519? z@>a%M(1}Idij5AOTGGxRO1fm6j}{>9CWVqEq=Halbb3dvatJl5nuE1*?F8OH)Yc)I NvXoK(A@^Py$NvA}C@ug1 literal 66035 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 z zaWQ&J!gqezZeY0}jdFkzY+^-w&Ul4wAB@p#JbpZ{a^!*5cYEl9(FJm3AIRWG9z3SB zouL<(Bk2m&xpreSv8(#^nW6p|Rq#5>5>{JPi{PT8X|HQ!YATF)wXR{n&@2$(q>YUt z)tlf4@-(m{O`!(CC=zpi2iM4(bki-I6Lb?HPNJYc(HutuDNj8B1isf>cRsVLE^W(|@C$eu=QU5%DI0j@Dm!qSw zBHW&c0eb5V%g1A_U=`>&A44tCT`4OQr>G7$^vfqg+9`GTgZy399fL$M6zv|{lsr&A zCTrKoj7nV)RAE&U%;&!ZkTV?rf@-BKTWH9)^S+**)#V6$Ut}pj`U&_p#|qn4T3>qu(qE&&)&ZT0W z7Xp*|b`W}>N_i%B4vVCBeX}CMJo6*0LXOfh^Qi#U@MuwtK)^bpoRGbwLhRJ1yFAt0 z>9n~eZ99vkPeCY6?|^Rc{(v_+;Rzk>#^S+ex|uU9Lwsm;iqt3S9?gV@P_5cri^Kcharacteristics   fluxes   results   conditionsstationaryprimeSurfaceinteriorcomponentTilt90convection   longwaveRadiation   mixed   shortwaveRadiation   fluid   electricity   sideexteriortemperatures   coefficient18surrounding293sideexteriortemperatures   emittanceSurroundings0.9surrounding293sideinteriorflux   uncertainValue-60uncertainty3confidenceInterval95.4sideexteriorflux   direction   uncertainValue1000uncertainty50confidenceInterval68.3polar30azimuth0temperatures   massFlow0.02specificHeatCapacity4179.6inlet293outlet298flux-200area   gValue   efficiencies   categorycenteruncertainValue0.06uncertainty0.01confidenceInterval68.3solarThermal0.5photovoltaic0.2 \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7d23c06be62a6c72ccc99436ec6e4263135eca600b62c564d52f249cc5ad69 +size 35966 diff --git a/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.png b/docs/diagrams/out/calorimetricData/uValueOpaqueInsulationLayer/uValueOpaqueInsulation.png index f85f4d73573092fdfe956f418d52c450147f72db..dc74d459ad2057616fdae0ad6dd5f7b3df80cc02 100644 GIT binary patch literal 130 zcmWN?K@!3s3;@7;U%>|~kU-n%ZxWgaGb$Z}J@|Uv%U<%f)?coUaoXs1Hd-@0R6@&82|tP literal 30228 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

    ($>~|jQMfwe-t~L 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 QA%1Z{characteristics   fluxes   results   conditionsstationaryprimeSurfaceinteriorcomponentTilt90conductionConvectionLongwaveRadiation         sideexteriorflux3temperatures   sample308sideinteriorflux-3temperatures   sample288area   uValue   categorycenteruncertainValue0.15uncertainty0.015confidenceInterval68.3 \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:d441a9518f9ce8eea84ac9ccf6a04bd3063a4da7971e0468144a841820b21c29 +size 17521 diff --git a/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.png b/docs/diagrams/out/opticalData/incidenceSchema/incidenceSchema.png index eba53d45d0a2a57b02de73cf3a9d81fd10b047be..2657e69f4c54b6a102c1f3e79ddb8ae6ed3214c1 100644 GIT binary patch literal 130 zcmWN?%MHUI3;@tOQ?Nh-4!=0tU@!%#Em0vkboxf`@Gkz2)<3e&d5m4DXPb{#8Owb= zX-WO9#=%KlAbQJk)VMmoC)~(~6>?%7HZ&F~qX`~eNhRB8AQWV8GjMb_a@t$3Au$*t MBr)2Lr9%xU{_5~2r~m)} literal 59019 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   direction   wavelengths   polarization   oneOf         polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertainty$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintytitleHemisphericaltypestringconsthemisphericaloneOf         wavelength   uncertainty   $refnumber.json#/$defs/nanometer$ref#/$defs/wavelengthUncertaintyintegral   typestringenum   infraredsolarultravioletvisibleotheroneOf         s   p   $refnumber.json#/$defs/numberWithUncertainty$refnumber.json#/$defs/numberWithUncertaintytitleCircular polarizationtypestringenum   leftHandedrightHanded \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:69eb4bb98746a29ad11d74437f86154d4623ed08fe25cdc8408ede886d1676d2 +size 30976 diff --git a/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.png b/docs/diagrams/out/opticalData/infraredDataPoint/infraredDataPoint.png index 741fd42f9e697fa37d8665d47ee8cc89022487a8..4cb765523e43f8ad7f1eb1552b8b865558870074 100644 GIT binary patch literal 130 zcmWN{xe>!45CFhjRnUON9q*xT_+*%|jmC!*xOywvWUu<=K0cz&dGIFXv(LwC=k>Oo zY0cv;`KVc5xQt!|x2UY!bO2D%Ju6MdD-*N>KuX@z-4M|L OrLb`SRe{dC;j$3~S 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 t;I|NR&jEuS$brIvj;4h9INJHht%S8incidence   emergence   results   directionhemisphericalwavelengths   integralinfrareddirectionhemisphericaltransmittance0reflectance0.16absorptanceEmittance0.84 \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8646f44532921511552ca53d591fc9b36b3f51c5270594c11f8a8c9f3bf004 +size 8075 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png index b47d4524315d496ccfbca5bfe15811bc3921d08d..45ce01b49b45280e11ede50379ed26365efa8c4e 100644 GIT binary patch literal 131 zcmWN?%MrpL5CG77s-OV_%b#?^?t(C*k`c_o>h)dTRo=6YmuPF9^N{l1*X>c~{=a>2 zr}32YEF>@3MrScw*3KW<5wZ`pI)Ivj1yaREr4n!mnIL(u*(<{04YJJ~v2rpsAR4CV Nw%NZ$Xlry#+YcsOC}aQt literal 243289 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

    56WUAe1Kgs20x7opDOBNc}B)I{&? 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 z z#0l}mWv5ur!53_cXALBy@L-V$00~Rvi?CQ7Y(9{YO;Q;Wm+0RG@SnVLRoaE}kL&2v z-G)C}oBr&P7+@HNda6Cmb#<4Th_1`X&@fjjM9w?bYVQU)9|JA!Rq^35_HUgtzHi|8 zKk6mpqT}~I3=Tfgv;@{C{emM%modRT59|H%l`C-ULk1&e(#q=U8Fkjb(Kx-$hAvv> za-Zq%7+1!1@F)q6V#oXiqgTdsJ_WUq#j2K)lZQ#=A;=v~OzefPZ4LFA%uf4;Kr+%r z%vh)x=Zs8=jW8p$W+mb8k0+(xTW9m@3;qapV z4r|4>`(7=}5uZQ+`{FlY_})!TQg$|H&GA{6I3Bh1>+KR_dMv0v6XWCk5bwecJ2-35 z9~`HBU@5ONu3wb!XSbzkQQa(JMrBeC03&RKT)L?Ld8Q?fan6SOP@#UrG8!34jEV68 zofaZNFjc;IrWYA(m?|36K0lLDp6z_-J$cP;8Zc^_!FQv^ySQi8|DQ){_XZ>Clx-N67cw5m91;(UXkkuQKHo2 zyR|QBXS0XuGha@eB5+&PMPUn}9I@xImIpWki3JdZei1o-yLKts>UqytmeHmjbj2z& zFZ8H*+8beXwO?wr+}8(z1^KVn{e(IVT18;0LEUC{pwP_>_K>EFX}Dfiox7!X(BYDP z$X#3Fxuo7BKbM`?GJ(tFRIw{9hlGZ zeBN#6q_xV3`$HR1jQLw*wj`%`RrxQyql@PkScy{65jsXaYX+Uf#QP zRr_M zUfEZi&D*6GivlVgs5u@Q^6K7ms(F>5RRlj;QW!Ej0Qb{}C&4)u12Cgdlg%G4hI68&q5uALc>=zic5Pf*k85NZ^Nk72?F=&TN>6w|KgU7-XhT4&qbLIIu z&{k8UhNG2a(LTeKmk35nz#D=|EFw5GgA-r?277%b7hB(ZRw)0jS52DmY~9bl+Wli? za6xZ&S|AhoKAa*-+mJWMEU3a-epb9WHL&!T3rWfrh%3?!+)tn0Gr8%4;tdH0Vp~%k zFZ6+|heznwE&*mbx`P_)-jU$D!yxB3tqWUTI7iu0DL;@1x()V-H&6J4Y@x3zC;QrRMll zvuU|OK!4HapuJ1X-er9U!4@b_Cj{^o%MF(28I!N4)mD@NMsLg?s&oI09#s$Od)Pi& zl9ByWC*lh7b92o*=jVNgN&kG?x~_GtwXRzy zFG6W_2K$nzLgNZ-n*yuSy)eqmR^#d8Cr@VKx9)aJn9=D|02NOpW)}<$@NrDTFE+JR ze(oa!Y+$6%4Kc0WiBdiU;s*pJYF2l8A%oI z=M(={$v4ZK5yskgo0-V?TGC{PuI41Hd zW*q^aTtL}BArP|VqbwJUj*ENcyZb(lRK+;Y3GAY{fuFWE4K&n&o$_08n#gBNt}GK& zB<`ugp^b!Q4U}`3;MyK(ZErUmioB3)9w%qxSJ1=Ru-fS`C>5zuMws4a-E}k@ze8EV>KmGvrLL!#EM$=AL(R z8*HVXu71qpga)CJ5r=>(|E=(eBB4hgh-mOZnaBnYjtYperVVyJoN{bplbAgaTbgLh zySAl+`Z8zHxh{0-iNAdgr`GVufnRHb{_5Yi3pgVVqq=<^%QuSs^Hs1kFjMB#hjQE^ zs=JsP<%n6A0GMG{SB1WcRueHp^^?h~vf0bm^8Z~m+B_#r7hN@NI4a(s#zKuWY*-V) zztzRAA;5dATb4pX_Gs?E>E*mDfYxf`x^9R_Y_$DNEF%g9i`l)O%lH z;Zptw_`B1z+z$$inO8YL@IYM~mn**QesSR~5PdY}tP(ZI!zT~^LV=^Kq7tNcUr0cp zv-q4n#>hhts|+?Y;cDYr+Nw1A(ltE8->rZ0;7f`evYu{fOGU`6jv`8EEP15FSxuV>ChiI)C>>Le!cpFZVYT_k^|ei>fN@ zucy!(PxcTcwv@P$-Hg+w9=!+0{4KGxa9TgIzu}HVm;Kf(6`tD8qLB;KtbWJDiNDY5M1^*b0HY9|E+=F|6V2)mCTy)It(8R)DR-ZlyP0=g>iUQD% zADL`sxDDF~N>@TuWE8@&HxN`3&!R7OE;v$| zOs!VmT=)xIV2YREpHI|0aNy$Pu(;}m|0~(i>^KWh25P6~W*{U$pu$3%Ov{aN`@!r6 z$qzaQFrKOMEo(}c5?2dwG~7@ z`M0+WB`ZDdDAn$%k?p@ZcCf>cax!f9p#U+O#zbP`7E9AbI`g=TSJDmGJ_3Z!oP#Pu z22x^hnUN`f;=l}70QZDX0cZFVe+-oY)K~5!|LV}4oiCeGlHkPaL7!~J&wZp?sRf;s z`i~fbYuHgckwrHqhc3nj_JoMR+uE>#XDsGvn`9(w9~jwImSamE46TE94|w^@tq=_+ zmnFk5xTNeJC%E63-MsFe^)sJqvM@gSCgXVReTmd__{|Jv+rxzu^o99{5xhntW=Xgm z=HQdE{@##+y}vL=)`ruAM7UGPCy>#t9vcpuypp%SE-NSUJHM*;_A>rofwGi^#(0O# zKUw86AS2%NH0pn5SwB`+rJ9kQUQrBV+z|};2s);%riyzx?eq$dJozZ2Y|Qc)dd&$$D_7Tf!w#WxK=wEQ*vZj88K z7!3}LmMVe%-k8z7_fW>&yBCCf5T04goM!G0muD=3rqJe|n^7RRz0z>)ZTjmVraJ1n z{bGy@z^#+Jj1tqm+p4jt33=2=J-Q%7Kte&l*%4H}@de^F#DTqKB zxW_rIfVi5S1sY@r`uml=2i7Kg-grRr-OW(IS$dX?{6R2q+oZ4q4Wx#44i1)mMANHh z%A`P)MToLZ>CJ_C-*fP~$ouLrvb>+;&jL;xU1{<8C-nbgHK&zZVenCvA^82!K0T}H zEekENy3^VshPo7%7ch^q)ZPCR%Ht(~B)q-oj|Fixy@*adiZzok%{`ffisiC~x^COj z6nz7D%s?lmt{sb|RbT(DiIXV({dHKiRakE&20Sb3YvVc2KI$89{aj;{0H;~73|
    jfb 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

    @+gR6j=BI`5x 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 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg index 3a55b6f0..b9b770c6 100644 --- a/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg +++ b/docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.svg @@ -1 +1,3 @@ -dataPoint   properties   if   then   else   incidence   componentCharacteristics   emergence   direction   wavelengths   polarization   oneOf       polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf       wavelength   uncertainty   numbernanometerbandwidthamplificationFactorintegral   infraredsolarultravioletvisibleotheroneOf       s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   slatTilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/slatTiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf       polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericalincidence   wavelengths   integral   constvisibleresults   transmittance   reflectance   absorptanceEmittance   colorTransmittance   colorReflectance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColors   colorRenderingIndices   typestringlStar   aStar   bStar   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintytwoDegreestenDegreesAD65Ra   observer   illuminant   numbernumberBetweenZeroAndOneHundredWithUncertaintytwoDegreestenDegreesAD65name   cielabColors   typestringlStar   aStar   bStar   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintytwoDegreestenDegreesAD65results   transmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertainty \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:81a131365bb8a0052a2fac6f671145d32e7769dd541e7b2436148ceaf4573380 +size 106260 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png index 0fb8f350c36361a510b9eca4b243691f81c3fdb0..7b6b076d7a7fa3f7203e8255cb01190bb3f601bd 100644 GIT binary patch literal 131 zcmWN?NfN>!5CFh?UcmT^WLhoHMy2j#SCbWPWJ;nwBLIW3~r(7ad OfQ`qOgbqO|wfzA4fF}C@ literal 188000 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 z zbP$?Wn0{52k^ekfhprs{8A;S|xnc5(*9Oue+K9U{t zJQae>rz{TgDzQR=?Y25oGwFp59)LQtg1>zp8mjKW%2f6%zZLY%qR7eZ698-U=P6C5 z2^g(O*@ePOB$L(^vg@MJIEP4Da}yIUd5+I-czg>-1_n4j1lBvy`-h$D_sX@Xzfmrr z;IS5ZSNL#_&yrYKSw+m9awwmu;A*4NQ&Nk!XliQC?R}f^OX&1RiTr^Z_kCdc1?1`a znaQ`pZVyGg#9REhH5oAH-uVdGrxka?G}YAD3qd8}$!Lc^d7?P-x$02Qo=&vp)dc|i zwGUzj!Csz#$jA?&TLXHiAMy2E44)xc#s$;6J75DyW>x|&X8aM{l_*`#)!_?>u5oq6 zJivRYO(j(Dp$V}Q`oF?&T)TD|fwrbC!jwB4vaTE)XAjvb+sKl!UAFw>78?1S6RhGx zLD&kr;X1ndOcbsYn*3_mjXsmH*rI~a=oEDt1=}mc`u_9E^OdJ=&hPKHn0vTo>sI4e z&X8Fh{n)Ux54(&Z#@| zI?=t7GOt@(g90NCo%3{k$K*#m-IH?`)v$ia?296x(BCt9(A?;BjkJY%{m)3crwfKM zD>RPuClN)6{;l6z`=}3Ik^7&KbbbdQ(NsrPa-00t*x)3b_FR7iO|Hq_Co>9?o%Kx(7;kgqCQWkP3>av?UqJW zHC9-3HLxV-b5bIaFOV(naV&TcnT7<2^>x=qv;qA9D4n&0kTY)VGzaI!Vx>#GFV zISS*b>_S6A%HO_)ngCa|iIMNt_wq5ObCeVtnS&!D^dY##G;3Id0u2E>!!!)0hmZ~+ zDgeTbGaD|zx5GL0+Q8WiFqZ!p#Un{u0}*j2>Ndy!R8>y)oP`vUsUhrxdI2QrMh4!q zs2v&@l4mi889DR~PQSbk1U5O)zu~CA)BL}q>t3%s`|S}ac2InO*y7}K-_zA&vd1fd zc*3)|2g+`HHqddO)u;7h{PiL*TCu|>10w>OZ?2byVGUr;;S*&Y1-)gCHuFfO?7I9d@i)0eM9 z(;5{w{Ftw(GO`2+)fuQ(ew|%w>5&(F1C?Yb?~fT`D>}!B2$gRiBF;E(-yVie2y`ZH z+p~51+GEdzz^D^2dg~6SQ8Ij%b(Bw^J}r;q_e|4!(EzX)U=b7@;;*HSNZSBFEkTYh zb`UtmAwfBNn&paAI2t(>JdJ*($)BB9u`N}-PO@FqBl`|aP|^@|@`|1k3E$Z|Az$^V zOgcG5O?CZ|M)%-sbt9~hbDQO!q+k}Iwr8<+J)6y3`mt^=t#5e3=v*6tyO2tQi9%NZ z1^SoRP1~{M_~lr+Tx$@=hDs2oK0f$eOe4t~N*3q1HUQQtL?;CoE)hU7fbQne?2=Nc7mUx;{ z=G42H=C4&ClYq#vbTBpDXFE1<4L!^Wr%@69=meL)zte;3-M0%QnuWx>Yi9t*VFJo; zUAvc#n25fDk`TwyF8pFwss)}V$Mj->%HKYa;}AntvHC!U{rN*p)+`ju4_RnHbk}Vi z_4zQl?H_*o5R;4GvFd(tQRe4gKbZs(qmMeKKHTlR{c-b8b60RPQ1liQ79MpPmHdet zx%?+d96uIT`3cvLpPBe3zvB~bz<|P^zxL39G)XcQzr67Ib3)D!G28{#zy5L~p>@FQ zWkMQ-4(9ZWzkaLaT6FsTg9!74H{imuRRjMB}cF)Y;1`zy8umn=l17!kwPIL zQ`!Io4M9ub&o3;4BKS*>{rFW)pf|I^m%$tSug%1d$^cRZ%B_d?1H{W$iNAi2072UG zu(6rH@!Em}(CAO-AC~__c@A!ubOTIecY&yNh(D6lV0k?sg@uV?0tA?y>c8%Doez4t zI^G=;uE@7fK{1Rg(fsS4d3>WJ{+a)yM`I|x!2OYuo?yh@9+Lbmg`=}R1hSk&jc>tJ zPSBOv*<9ysHPtM2Cph8M2_WB*?V z7$^V5BjnOv3SuI^`}fBEC!x$#P0Sxck&d_I9WEg1CSd7QwG>#b@!_0%PWT0>o_*H8 z*Ch9>9vN|09X)U(_7u3y=Mi_b^LatR+}s?K<-k*1mf!Kjm_G&3zj$znEin&7MOC#A z7h>T6&L=1?h(`z;I%fbU263jl zGi*}pmfIBZa9LaWkAI>_SkoYI0GlgMEaKa^oXkYJcT<~sja-`Zk>`D+xrxa{wjjf# zWX_1`c`O%xsELpiU{kT5)N@l!u56#P9Nos*Y)*qh`0^9jVW96 zjE#)SuIAe6glL*EJrv$&YZdOn!)1h3O!Syi_~Q8VANc@h1N{AodpXL0y(H;xN#y>Q zhd|T5M3AFc4&no0Fu5a?8rc<|C(kueCAZq@VZc!FRy=wEPl+$xNEkZmi7_?NiYU&bnMwpxS%Ev)*@vroP|}8 zH7|$Cx}lhm^Ut|$Ic&3~?`Ke8phCECJ<7O^03&5)ZwUOn!5@!-2KbN0RJjcQJ9pN) z$EQ5;c)m51w7n9_*v5~5zCRo$P(d`zgo2d+auP&SB&AeHivb~RE{uD`6f}-V^7scOtNKQqED|4yg}Gu=_C0+`1PPjK?fJ! z7Vj{P;MMYWKFF&sT%=;jf+{2PdBytC&)|-L$FsA3MncecDm#t8FHw>PVz9)Fi#Qsh zobjwtz-Yu53*Qqc=b`(L_R0_yC^Kd^oF2nD!wxR&z)&_QjF*HC|G63=C6HC~ezn;Y zlmsM~k|F<1lhydO{SyN;x)Q~Z6_oE46#RuWny9m%o;wVOW*{C0$D+z8Y~zg`G={R2 zT5`IyVJf9}^_i|bNnlI&MmHH(0~^*ANE&ziP(Y0Nn;+wny=$B#W$^Zds81tiuK&l6 znzjF2$8WHkjRLJb-&LfI-OQq5S+fr%<11?}!klz@U~7)3YXm}Fjn}SS+k)!vtqZ|- z+&goZ=#a0n$Xa7OP*B+DR)s8!beyAgdg`if zjcw1evtyiqSuG^S8rzjb+rHbtoSIH#yzX$Acu{>!Tq7#yf&t9Ur}oR45b_M-r< zh0}4LS2=oMNWIM+2xG>Nj=fbJ*nw=YksK@>5TT30uuDZ%5pdBI|gLIPP7JUwE8S+E z1*{9kji><0dvz3U|Ktl4~KDteE zU9$hb2!#ys&?umdhAu~t6onGW?(+2^@T(H!4RM0bXSIs|Z^(##31H%gh=_=b>yb@r z4JNRsr{_;m)~n0FtVxQEH3cICw#4C5^-OQRjf|ix7+j@`C+|bDRnwEm5BU=DoiV^v zLRD7*Q;DCy6Zv#dK!7?XWc+B-_tTJ3C>M1`nM*Dn-tp|;obcK7$I3HLy7-Fb@e(CE1}TN2D#FgootD6&Wz z@kz|g9esVYxwhJP$dCKz%YzZiBVW(RsIRLl2Sp9C^VkR+AG_|HM`AkGTUYe@^&LDa z?eA}DYl(H)@LY;yY~2A_;>|}nIuCz+9)coWEvPa*wX+%8yYC1XNhVL6E)*bt1y*%nd=~I-Gq74f z5~^4tu?Xa`4n@j9Nug{kTxiSZ; zvRq^lVD&h))qP8+(eY=kMRYH=OECqa~*}==IG7Oi2ed_eK(Y z8Fd8+DLNIyxLmICjA>4QZZr@u$bACZ=Ms#UpBPApkzU^$-v67Wlu`c%f zTApxgJM;k{nEZ^oV=dBqatW)*CDbC|IDB}z$!5+~6EvJu6Tk!y>DLaZT26Dw?hsol zxp3IgPNEVWeb5#Vukd49PF}zXG_^x?D22pff1r1P(-GQGuYso;GyytGZC*@#VxlhZ z?5Je~2l5){j{E3zp=}g4N&cR4l^ro&aRAv6AT3}uP78c$Y7IQ^T4Vp+v}2UiZxh5o zym|}C`*9o1%fs{gv&cZL?nEB_j*0tU+S{Qh5x~7~4rtgB8cF{6gnW^ibKQHI z0}g#7%!on@pYPWV-&{^^m`oNz8qy`` z{L`F}${az7o9GJSSE*SicvGhKKmKIJ8f;O&qh0?R0$N-NaBT|<3lyt{+G`Ytd>1i; zjzcE;xM(f^v&B)O>MDqtU5b%|xIJ{}F$OB_y?GWb&&t|b0$DbBGrLF5VsrL_juCQe zu82fwABd5q9R9OI*S$5Rp(nWl)MC>WM3BlNm?mtJlZ(;ofpvJ(dO$k$@9B+$UTif! zZfqWJeId=p*K5|S0sSsMe&<#5iDx=4T5wLLm5=wo{feb82v$stlYd3r1S=QUH28hk zM&zfCM2O3L0sw@;nz^CUEIF)NHdLBPhoe7OkpwP7nRs`!7q_wWo(bl30DjPHK3 zukL;xEEv(;8zp#+QVwG0m%hG<&VqTii>WIM-@GZd*^GzdLyA-p1h*}CGGGxEDp-6c zZbl)`!LuTQP2gusk3N0;xcUXyu{IV>J30>f zjnx<|vwC%SS6O%&*HcIOF(F=CdnmMBjAEhmU!Wgm;*t$&Pel1@R}no_E?-)6rBWgd zjf`qlK&E?LdK6U1pcg-61M=q8iRfRoXma;mm!n@*VBe211n$^#36^x)F6W`2rtFD0 zAHZtfU)krkY%bRooGvOCi!b&3ygFA#B;$o9-g-5uI`-=Tz(#c-Hj~Np@+3K#Ad|4Z zAZmX6_y?>5gt~_l0=E$x3b~)BdriCFwzPNMo;23?hC>2*h@uxpGcRw+)#ChUZq*Oi966 zjDw>z#@onB{&XnuzyRo;xIbe3>G~UmQWTEWGPktc!~UT+zS$bhP9P9DvgCaf-*|aE z#*7avhcGht6=mW01Mlg6bXJgrpy>>=pMbk}E%5$L_{GF@6UH|m$uzn?ld+i}Kpt&> z`{gUZ&TfgAy+)eXdCjQy)c3TRhC>N|@h>W4UaBD#Nm$8kA)oY!wDVr;V=uTq_zh#N zOpI3#V6L{>RPKehfybjk!h|D2K+*Ug)uI#E=%_r*g_g33e8iOrJjlBY3ikmMtJ(e+ zGyUlMX&o_FuXY?!)Hvlc7 z*#q8cdxP1rWXPCsx|6}02JLdWrRCr$kcJ1^KIoxLczklRV`IXZg_8?*bC^ea4GkTT zCN+${;miU9HWPs<-7Nn{&03ThiSwgx-9p8Y@BK!-12l5mhd2r$aAwsD>Pw*0y?EKC9Lj*<1zn|4sbObOJNWJSY12Z07V0Vxbe$ zEZDDiw6`1h8Ox&C~xDDgT?{Rn2fy$4@XnIj;++> z@yW9dAD&|Tm19H4Yv$<-nF;@+TIFBc;y!)5wtQk5Z32N9QZ&NMZnH+CsiGJnfzE+} zDME+m`mUq?{rF!t6)YoCE*V?x;@N~v@}yx$SMW}BuWldBzD?*HO3G#i z2yNZO3NiYiGhgzS&xVGY5pUUaUV2HY0!6g5u*f$D880B~2Ct@pLC=>j2tlY>UKiH2 zAhhiE9{3+(QlJY$UM!#`yjVE=AYnsx6A6XM+p@A0oMqHXvEmJauii|dRP_4tq?`Jp z$mIC{2Z6zgVqn>@H1hpb4E~rtExC;x;Q)e>+NU#me)n`=_|hA0=8z~3lK!9V&YZM7 zqG{m$#H6RWEJct(s&{=X<*9h_Bh&4hwD5iv|i2k?ES$_tf5Vq}{QZC1Iby>>9`edF{ zj{1Lib{ymmr|EoGKD8sJEbv@-2D1Yj!p`WiN(k1GrAx?Zs6Ka}5<@@cfb37-9dKy4 zpkd3pa^*_nGeZTa0w!d)jL)$pdT?T@*sKT$uMhmUm<&@YI;)B(N07q8bvN&QoYz{v z|7^_qeC~lkGt!;%k`l9u7c<`<9B@9r<<5f;XiUz0y098`ip5#4oF; zpKFLtym}7uy^149Z=dC6zn@bm42y~#JHm+-hU-)2mpdW+MbDZ>iG=+h=Y4m2F-F{p zo*a67(hLqG$Uirq_Sr^!KjAqBS5eoGFXudAij}}~|M8$cYI(&cWd)K);GBV~%Jl*n zIWYPFm@O(5X^zNk3O_*DhYK$u44k4OzH?`p)RCc4Jqzxh2J;wfWgJ)_W#p{j=5B=! z45>#cm!kg|=3hqa04i&PV6EzatwRhMr>}%F?+cs&?ZsPRTQoByr*`8amty z6nmi81?C-^MRC3n6T`E7d0=?>=F@DU0C}_4!XFhW57KBHEA6@P<0O(=u!?x#a{%Wd z*VW{scPk)p$L>N()dxFyDEuD0GBhwa{LDoiA8!Sc5|+sn8CrOnA|{6?NnE~RQV3<; z=(kS_rPVKRI@hK{xpqy)Yu#T;8CwEOis=9y@IV9XU5-7O|EQe|oCx*9CZ@R^LqPEv z*+kZ&3-Co`Wq{*BVT-rAk0N1i5<^tDyX?Q6Xv;%ZI|Yk(V4Iock>d7fR&AWAHU_lW zh|(4Z`lQ6pAfK{r>?u2nDz|Ch$p^V(k?)rlcA$Mcwc4c+u~zZ*?!NlA4DC+&^i%x&4GaJnX}DQMHe=FOu9z z4M9^CuZgywWANUs+NE6VlCs&Z9ns3=AlY<ZSd8qxyQ+`woRZ zr6?&~z7~4s2S+igj_pvHpnM*VImrhu*XNy zd24j_B2n0lFuXX~3*ae8hrVE`mc;adM_fm@Tjx^T-M#j)8+du%_=zCeVOet2=QtqC z!(5pm+y;DK%E`C7;a%yRr{B%h1>{RkIXfSxf64bP(baYx7zVAmdTUJ!fYsF;9Q>!* z;z0b6Ob2W-yiRoA_gxnja&0o2$F=R}+C~Maua+=&-gt!T=92TeRghhVcm(G0ELO(^ z1dinAt}piR(#VEYlCfGcYMVh-S?ctu7IiV;fthjd*>N-_oMKi;Vp{H`%7Zh{_iM=< zh@0+imc(wippU(=1diN^faG45hWNgr6;o|&M+!P;2;0#U6KCy;a^qqw;{#R0CjCbGHJi2sly$opQ6)) za0vY$lB`rn-KU5;6>tgaTKA*3TJ;b!KEi?Jw3E|tT{QhU+(TQ-hr>2y#qN=~G-|E# z>aAF2AAr;pkm-!Kzld?Q%w!sHT`8cNZXxF$ytzXxc9xR(UGD1UwnYgyB7gX@Y;yK3 zc`O80o8qJXsx2CEV05Yi-I~OaDwsv>)doBVCLCt+eC*9ow*#0)th-_0`?~`m#)QyV zzuO|f$5Zdx<;%p+F*H=q)bu0PzQMuoZ$D!C9nL&Nbs2GS=ZVo?F+YMQ42#2Q&d7ePa;h5MRetMqcdMw6c*F?f zvPBCQ+BVQu3BXhB{C7;13Lk?2w&7?_>Y~V?!sqoWM|cinCc^-lVY6+slimoG=0S*x znca(4_f${Ko3~ciX+^imH*%T1x52K$g)B=?#gI$=@)RNV^D5_N4 zb?#gFY7S!%3SpjK;OAakRn<1HdjF4uPe`APn=#XY!aERDwj%vd7Ys?EL<4vc&}qo2 z*vozkax&P%M}@Y*_zJ`r{-$^DvSbl$bdP|Ng+l=FMUu2rXYpjPyl4$yyhh*8kJ?z$ zn0!H|qM%58YfPoB^{{FvPG~?AObL9%Jwq7QdTF2U3Ftg^qalq)m7SoTis1@{9uiCP zWz0Ex;m!))@)7(;4%st5u<+hIT#yMafQgBT3;&$RB|@(;DAm!KywaNsns-o`El>S1 zFzXL}g60!=py|1#1lgQ~x-x}EGx!M)Zgg#HWx-}nEp_wo7_p0c@{M_;Z8FnV@ukfI zDfe8A(m-(L@RWUe=Z-mYCtVjuM>F+-ni@3VF-d^-6m~=B_dhB+#t^NsxxDde-;V3aih?mUO zr(P+Hov{T6&Xvc7D`T~IdU5WPD0P`fuZF_|^;0}QN7$f+yMsRaJzDqPh>cV6x zc4O~pXS0Xax>d*1zinb+XKzM~B<3~8l6FXbM~1E+>7J52?zTWpK`jFaEfmV_sw6oU zng9Dez81>OK3XZdQx#H2OZ_e^u)@e#_95m`Q$cCx+QXI)Qp0Fg!f}8VcNF^T!)Mj@ z0j&8pb1&=Hsv23wY75#m$Moseg71V3Ysx|vck$ zx?ZpyePcT<_QTh&Z)63W!9X49ZUD)s`WTwuohyzKMRGu=4nSGglv*Xu!lfIQDnC_G z-G9PoSFi}H(>ClEpN2hH0=~R?^Zr<3Ib2z>^L<*0c0;Jupjr zVDH_{iv5YNHjC-TTqjeiWT(C<7<Yal%gsPXH{M@2wnOzLhYq?a6a9l6D3O$X0 z7cXAq=6af%#*X%iNc4e;4mB?a{G%=3cpqB2fyZ;S#^Sn+HQK*6HsO(xr5*A+j14e? zGBMExU)jS_9xe6u!-pemu0RG>8@s+LD6oQB5Ehzf+g0zzsAdphW?BvU9yA=av&Rgl zJV=*FO);Lx1urep>9P$lqY;#nJ?7C=xjj{N5;13W$K?8e^mTsEOpJ|ZkOUC`_Y<1o zo%7VcoJ&^$>4Y2bceItH4zvaxHl;rplsCsMHI<3L9*ZQ>6X|m=y0JFCnFgXsv1e@A za@`AUPh{ABzpwzc9%4<<`w*|b{=~7xnF5_&k)5~a%wtfF^1YpT7aeCbR0>Mr5*s+E z;Cg~jM&<~|BlTIc9!)R@0CJAO+8FT=C(9y7 zEDN4FW5`pf`1r~LlF`=!+Vc(1hJss4?JQow&)K}%Zm-=qp#>9bO&*@A5tGjYb5k;R z!r;<4({hn`jTW3<;IbgY^Lj}p=SwL~oau)QBdXUWSX8EnS5V2C-o3bFhMqpJbi%&r zgsP%kC{ICtykCaovk9+}%(%9zxJV_VIcR35$9J-pxA_Cp!i9k+ge*R9 zW%F92pp*((ed;l%d9I&kXTHwfcKgiUx^Cyrn~jVQ8pVDVEX0x#VxUL8);Z^Bd>=kU zEIMtUsq1WI_;#gHhIs*27Bn>c5@JHltM1gmZ6>)!?p6VYlLlbj5s7}Sfk5}*pb%GRR8$#lZon(IMCE<^E@bnwFm}{B9M(U0 zkkf^apWoc7MG6Ii{=ER3cZI-dhG(#NQum{MIRl#~9W!jRfrtkv3}?TbesTA8%*<#a z>LFQGzVz*$ckp35?Scos)O}V-G%tTY|5FDt$L|=6R{aJ3UWOA-p09m2=Q&uaMMW2_ z#!;26z`K+ZRX;;t4E|@yV#qx06U+bl!;vEhI*6r$OHAY;F(O49X44h;S#NqKFXmqB z%OdwMwcJSnG*3VE&mqmiXSiThR0^?LY6%YJ94BO5Vb^Z(o{tw}=st4k8%?aT_MD$% z^Y&Fu2bD_DY{mqq{8IE~LqG7F%|pU5Jw1(_1JF$IMBOojV}UJOhTxT_Zx%8ju}}}a z@jMmriA6v4w=9iYHXv|c+xpA7?5E%)v<#p(OQ=TxRs5pT#Pm6^d_F^rt9pTqc;348 zT2Vw{9vjZ^*aUg{87{S3bJZumwEHI?@v7+^4BI5UE?Q%}T7d~}O1z??I>+qwGf4zL z_?ZJ4<&qhc4M$ykYNzs0;5SB_mkE!FE#k zdfn4LR1DQhNf;LOZ9k9A=dH>qK=fhD`4b1suX~dN%@TRmbuKBzw*~N{b-iU*Pd_n? zM94`Rm^<$ey=~7;(wKk8IxV#x000Qok)UonJB#~QE7gB7UtxLhlH!4flBO>y`kST_ z7W;j;8lHe!)Ii6{DYF{hp(6S0jO-GNRv71GWr1@QCrX@kxw$JlYG*R7_+ioc4gQme zSb(3dT)k>ZoN>`s2ZHhghQMGQ;51}qZ~_IPrpIKgbOXT0_=VnOdjc#&{QZg9kkTpD z^YT0#O%F_7fCvLk3KZz5#%95rSTV7%0l%>WVuOjz8#jIv_K1A4q*fhMT8`wpi&tc! zKt&zM#;usJG*CnP?kxA#=nH`LK74gQkZ*hyTR4`Ro-TSUSV%K>ePOiu@u6V7w*o2I z*;LG;1^N6Wl{z{y5(PVJtU^O(c$Dg7?pIYy0`HTT_g*gdDn_0(a}LWzAK>)33Na!A zj113juNFv8T1VhY#cr^$-K_~u1M-Lw_pRVEq9co-A0iQ9Vhpqq{ZScdY2OEH?i*y> zLFEAl8oWdxPg9AF@uFzI|?*p&S$yMt=|)1I9w z$(6=;1(FkMIHJH!keR_r%=g?tLqa)9GVvQbr0bOxiD?Ee)x{-@;exEMemHoH=g-eO zLL1;(=I0r&_w*@v3vN%dkz0fRUv&<9g&Le~bR3{vuOE}lE^67$iw_P2G7=ey zSbO?KzfAVp07!#&(ef70jR#oh|L0n+X^uF*)E%xgm2(W8ZPJ z5D8(J;5=2*UFFf!V6!M8K3*D(2Ov#grD;Q_T!QZ} zGj9efLs0Si=c!XZ?p=o<(XFb}BsJ2*9QVV@=%dl9$)s67Te;TLo=T_S1 ztK}~x&)^uQej z$xy~@9y})?&tI9cxB;&rC7#rUT8{p5|+GLV-a3xHfQSX}F@QqxNF2Xohg z@oZLf5?zSw(~#Rjog?T3v)?p*wTs0@+$Tk^jrotAe(k$RJEv9VrtrC>UkpIdUqf?jp4<#PX+4kK@1{X^Sx*FMM7F>=x$4 zsB(Ijxpfo+-d!Jy?cUb-RIT#6RB3)B%@D&M^%5eakD>c zz=jmm-+q7>Kx&Jx-qd1`MaJwl?pm z7zjt+P}IW;qAt(VW8&F3jz`EC^#*j6IHngbuvc1gJ&x4QJZll+O zO>ek2u@0%Of9N5$W&!^=0RmMVi?;v5HHBlDw2H3FjIk{_I{N5Us!B^hQ1sc*UiYA} zV;rwPJN_8X+=c1@rD${SJlm}(8eQp3aBjBWeWg^05f1+7sF)`m;WDdh^lD1lc6E|*Jew`@jDtJ zVS%*j(9A>?Xb(tI4oUE_S8y+Kd=39}V6El{HJ2KBwO^sDGMA8JvuQ*41`JaO&kcYv zSn9y1Pp=$W+29#b-lpc%!O&ETpr_vHEY-RQdz#%CkHFWRNm_-&uk?g2@5^01cy0dm{$npYx9V?HWD_80kV71y3+m$iiYmJXL}ku;j*MRv#;jXtu?(n4m78% zGc*c_jGvb<5;eeEAp|V|0+1*$aF`@UV(XSi)%);dFQ{uu4hEYC8wf6wwm1?6Z$w5$ zhJ;XIUV;7h_KW=JtiwCyd8zYmq=t;#ql|F8 zO!LR?-}wcItR1H*NZmxp>3{g~$+*~9pBd?vmKGue!2Cuqc*hr@`A4BhFQ=zN6)Vym zZo}y#(I_o!G1^_0j=h7PFTAFcK+ZS)p&XJOHPlVLw?9JLz@XS`I|y%AmqtMNqSyQI z8z46V6C(3UZhJl}O zs2f9`fax`oCW4u0L;xUb_|j00`<0JUJ@f_O4@TyKbJ;fnTEW|%7tvhkC-nE*qf{Oo zoCZhbTlmV_nF%t)8<_`t#H-@hCysredVkMEUPuwCgr43ifx1XXK!q^(N0&E?84$OWY6| z7FOt2&2@M5Q8$JQ5}}WQz+}KKyWnr!4U*0l6PU3)c-5w@@6Af>&DndAsADIQuDG!Dkj0 zS`8rdhHEl|5)J{uTmf&aPi$_arm=JV!9IumOxst&xS^P;{Pn2`e)T0FrvNu<$AK{3 zTX%6EnOu%KxbaIvAZpZPvqj>mWGR3}n2Onw)?xOCvTaxR_fRD}TgZpKys~zZ!So!> z>5sK)(aFJJkDB0H2~r0oUcp1Zm-hulVj6_jjlhqE)N-Nd&6VUSOkj3HCgH_gJq%R~ zg<>F1b{1lY7_A(R1+()EAk87eQ%Y!1@nx@uE`s)_bMfohnz(p7jfAx7h3C#NI?n{w75YP^FQuW)bl ztPGGPF{|Ue9!L{NIZ)M1V7sIjBXYqh*4>+29%Z*0ea+KKSNI4v+|#f`jQe&_1^o6@ zqZ}Gc(_B_(CE?miR?_a@uPiAc{&@zW58qc--bcfW*cBUgfCu?d{M>XnZb~B7-L>Fzav>hISiIZr~QN6 z!u6dXPv#Vo52YlnBsZMIuSCf-vh0hWGo-7A#sCJ?6PrxX!&{EbjIe>q@D56Ex4i&F zvAK|!w&1jY(&I<)b)=qE(j(;rtPM@5VLrFt&aM|(8A#6`dwMXu zY6s@c0{_b5jod6KnCfzR$(?K^>!Smk;v0?Uy*O_KS8{R5pch39PPRSxK<}MX z`WOkg9pdyyEH~?I$qY+07n|@HpjEjU8Tk}^d>{joETEuZ&<`<8wt67Aq4^OC!VLYb zyu5zm8AsDv!}i*}!%1wrx}{(1EX|xL*YAit^re?BUFv!JfX924-I+5}NJYrtIZn-I z!t}cqqmYMbn>6rlp3Q=pDC=rWYXV}<0p$sJoEyhdF1nwHVoUR15Vc3L@0E2@uzO`& zdNQ*>XhcLWt*A0QARqu{9g1H{&AH&_Kb78kXP>{T4odfAI~<2V&XM-&e!(Pop4VEP zn96}BK-~3{PELJT^oojp)M4UsMi_B4y5Z=4^`z|M zg>u(q3+n1d;MV}||D#WQr>r$wOzoa1{(R0is0(u;WC)lYgHwgXL72CFKt_V*>zFLtS0a!3_Ap5(*bbTLnc; zqARe9DVD5{(}tr|$qzW4wrH&8@J~M>=4NL039=RY(++$6-W4uv-mx8I=*GSCxy{rr zNkr{~eNfpop)||Ig@uLaQ~T^gzs7mC`g}obj_T&EJ9oOG$AiwgNixHr;Gh#$&fpA! z$eRxO1LpYEXY;g>Gc2g75b>{zX7IRkF>V;~(2&{xW^;g9)#vo>_Lvj7z0B~(C3q3(r-B33C-}UPrwG1qGHH-*NLUoa=T~ylanf+GvbDWKb(E-L!FIb#D|r^Q^2A zT#q)Kb(z8>^!lFJjw`NIvcv1={O+2eh0X#})F7&1u^WeB*UF{`-anG7qO0r*XzQMA zeDmdg#Q?9T#KnDopr=xsjFFD$OjNEs1x-bW#y-(sfVlm}0~F};4(Ln{tydpBF1kJL z(?gX*R&poc#HovMTQF#-1)grc^Y>Gb@G`bMePw#032)a>k2R)kd8Px?e)KP&oR$~H z0K_i99oo%sCG0tc`isobu2W!=d9(f)%h%nj7wX|Wc9LuLau!x_1JA;63Z|mWLr0l42X-2p46w5dm_2TW+`otBdZfn^KiT!$wgsst z)%E`99G9i_){iJ;_@=I&TtaLPhvI2fDD#{5@pEq=cf0DZN@p0IS5!LVttG{^M^UK>0(&wd=? zY_Hm?#gkwY9w-^K2`zmrZf$JC)Ge6BYzr+Vy436Tj_F$b>Qaw2`*Rp{wknB7yL<74 z1%3xLtX8=(J+fv`tiqlJd!-f0&GG;FD#w-<;Y89+X*fFi!iqOQY42VZ3?6(C0#03s zxQfGM#eg*%a3<>pazregRJE3uKWEmebW_#HvoAR@Ng76^V5lB6@ziUvobi?4Ya6N$ z21W9d@rt_H>9$!tj!i;K^!~cR0*sdRnE;E$f9dB0jUU&$IOY5Hh7E-3o%-qvgNs0o z7+AW@-f#|>5n2o&7%&-1Hn>DPJReeo?V~+p*JyA#QmL53xm*tbDi=)E8`dfKf$CrD z3oueL=GK8G%f6p+2J($+cF{WmpeEl|eshK%+x<0;M?n~Zx=d! ziIaKx^0mjc`Tuc$4X~-Sdw#zvFJj*KEwVnt7ON@e^kr2-fCkAWWQTeqv1*rQsn!+e zE319}d0D-!FvKU`{it!kotv7o<_09-EG+OK1${Fe+E{LzlIW){qF0e@_<07M!gUJ% z?y1-4{sxJ|%Y4tuhdzvvm0>;Q%f-?T$l>Vy)^c65mH z9ZxsIxTrhXI#g*$3VWd#>FblkOz$y?MQ5oq3w%5@3{?;6`}=N+H~MbaJ$iaO2F1== z#x))DTfo_%{EzFO^P)w^dq9ZUDD5H096(}p$A*ShNEwQp`eGVzW`yO1%f=L0!$m0; zl`FT;wOi7^=~-oSn*us|Gm0cSxw^ZI%?T=#hM7jy=O`0%{A@5D@uKa2&X|{VOlm z>&2?k=$Ga>b(I3gN7v}(%iU%n+52ZtJv4oFPCIwJ&3hK=h7K-l2d7h~V4m0zQV=!|mF0ZUB(%b_%U?)Jx_rQ}y{7 z_%K~jwHYGh?Z(bdt#Qa6c4YoBIsW(V2f$84C^o(ad=NAhY#5(|;> z{<+7>kQMYiM051dgyC$Y?dXmwXL*0$Fjb@t0SN^g?r+vCR?XJ^zTfi9h3pFrxV6{r zw(lOMiLn=ze69?UL{y%m!6TaLb6!DpQ(%u-&9Xh`%~cXPW=37 zM=4ia!f+sWOHc(qGICVi--^Jkzz?w`*Uj)?RUtNf{iiUst;JxLK~{+b8MVF!CcrG4u@3 zoB~}4E$F6nPGJFOFR+>+v_s4VHynqKL3Kev7rgu}o=C{%qw&0YKw0(gzi=rnD(3st&11|uyYEsEVt_fHg z3@*cyC>rZ4nwt%8n&EfRJAt4O&Nr`tvm36#GeQ|!c>di!iVuUSg$4Y;j%-_8YMHfC zNKb~DUHOnf9?Ckb^($JTX{S2=-Z>Oo3chmRSek}zXz1>-v;xvm{r2tB<;yFaPST9J z3(eSZ6F!maCK)jL=w*4TuVPjD`?WoFAZfVfyz1@_xtErdgkQINpfsO$MP?LlWHF2b zXy?x>ppL;HAGc+d<<9pR3`kKMYfYZTZc!0Yff`r#j7Y`XhgExZ?%ciGEFnUAL+g&4 ztwQX_{VCX#qElW{(hHF`e4oWnMW@UO+lG%wVn=;KS!xRZ62v*?yRqfU`sbE?&UXj= zVr{pDb%!7!P#{jCS!nqR{X3+fh_(wD7@*_~nji7c{)9>1nTV>FLkoHS*W%#Ae~@J= z4q2%rhW4QpYoo~PWnAR0Wo<+!u&}D?dbBzxCntsx0u2v%EqRbr&;pmKDN6PU$IA`Z zr2!lADej5T9upE5|L!H($K7aYV13);%dRW&iHU0GQI#UGaGoJe19iNMRo2yPmSk2Z zp_d#=ehxRb{Oi^*O?ep^Vq0F8N9v(WUjAm(RUxG15nZPZ1b(K?O|tOHyUvd3P`lZGNoK_S@%vL!$S1C zx6q^576NX7JSc%g<8_Y7<+ue|)x6bLy_-0=H072Sy*T)DDER(Co}KM#+ge^&h_Quhoc=-71EL5%f!h z1NM$9fcVdq0!%fx+kz{stf=Ukht{b<;KL{m$*H^15$FO(WyD|v9;zZN@=1N~Hkby(~{se2C}zIE|p z5!OGUn%kXFOD?b30?Kw2n2ta%>GnV?9PaGGzuL6`i2=NvX$qz9_3PI$Q3|txk1~GV zk27TP;ycaYS^;(`2C1xBXvNI|(>2(9YA(^3bfJ>M|M$U5**)(jHaz+o!ngzyY30Y% za}dZ&!aF4%E-(mW64~qX*D;OXZUX23#msl%zapjRYD7xmW@qE7@1_a=Se8E4YokJK zllvl$??D#9e*aX!A1Oz3jD&?BVAIp!=Hv>~P|)bG`%p=Dn7G|L@prQFn-bSfupDP9 zb)YVhsUlzM0UVL)>awt(z<7$m2vu0_Q&~&`GxM#^pSh%w=mE!omPZa>J3B{VG7=;0 zcH?y52l-`xpNSM(20z2gtXFNeax?yV9%^srg`ylq4(fyfr!*-+~qYxaf6wV#h-m~WwIMHy6Kxu0$(aV=NhkiB10E#gu zPm?wd`u_{~1wKDN!0PmmfG*~P>I6Ni%UYU+nJZ0Yu{eTuH9x}0QI!r)#1L2ym|OL^ zVBBNt8=G&Vqlce3ZMrU6?+)cQ$26lZnK^uY$^7O|nR{g8e`hycNSr`F524>Q{dD^s zQ7Ip~9zq9y_1t!nF-w6N}({uiJ2v4q7N(J$!|Z< zxlRHC1P|O%8jZgdbFxaxh$}K*2mOhI84+`9G2B%D*P8=bpjN#Xe!y=SH0kSrQFMj# zxnFr&?f12*0qD(5PE25WHtEm-auX{LXV(W52%W`t)0aMIaIrru4GUljUpfql)K=+9 zT#}iE#Rh6%TB9lbe0@sJ*J_a-zn{R!SKN)=P0w1b*Z2MLD^ai#HNP4j{uTlKG(ZrJj6C{7dwv4_8)Pj(7^r=;6~n?8 zaapE_|9br=ex2umBp>sOxFkuo2i`)>6SyV@->!xp=^>`{0nslsJ#L%R0-#xH*Dj3Z zqH{}rZjZyTuoHdF2&rRtwBz)WkDYmZERYGMHgsq3OgnY@v^V64P5oT)_)6bpbLaQ^ zTq+_AyxsFr<56tc;1UdSz^c2kl;#~H>n5#pF(0MpJ^EM&q?7wZVNEK@Lf!qwf;4es z=hE}At2i71pJAz1CpA9;?j8>S9A+GZi2N>cUZ%s*&;9+JD_6d5(~Z^0o`mE9JRs)l zFkwYg6ul9=CA6kQF-3LT;>8@|ld##@9ZZZtv$J)N*)PMnioF1%)-iY8Sm3Zs%{x-U z&}T|?0HcDY{<7v;-IuyOuw7^Q*GFzO$$O50dicnYOb0*@phkft51$pFg*Ie{WIKmU ztGba@7XaT{w7{VxN-fp8h*rl^Sge1h{s{>)#B7$8Z7nJ)`tZRMyNk-;b_OgSP?-^# zU{FKw%%KJO68W02-l6Iw^N&?4j8)JFw^AAY!LdJDU0J*JqOWiDmjjVvD$-kV^As9* ze-w(?yo3SHXIkA8pli0LmOfKS8TYUktCAVNl})P|k5h>cLcJvM4XwQJLUeV?+F^2C z`?S*bHA-VOBZuZ}xEdOitXJ-N7fM?Z|~Fu6fM=0o47?(U0;t@x(hUF7AGqtWw} zqhs6;KwlSjJ_`s>%XC7s{ui{lR7w_ zG_Dy&u>T2_Q+0*o; zK+eE}vI~CpOez$^*W+a_0}<&jgnVL&XP>Y4o!HxL(g_`bF)_0M%S@iT2JM4uKsQVU zQ7d2YOD{%yllT{`S)+gdaLIZy81K6wTGqH51G3nWdak19$<|n`-m{Z!1$@O?rFnqX z{_ey}GIC4bEHL!Ck{iAj*q&a3dhN!@?9ev_1zKPfCqqISE|D>C2m>a*mZW!ojVC?> zqsh!Om(THf^uGp(i6iWFDefFl7KprX-df;KhEO7h1+7SW7;a{3WZbi9v@3eQI#06n zJu8B4q!)Je8~PPF!lop48D;>b0$<k&lTon#|MpHN+mD-k%G;=}&ys&GsNgs-)0Y(PV?;@m z&TD5VK}hGU>js`Ygj`S?mgg1H8oUQ?mrsDIq1Hhf^)%3Hr>1#6tY#PiXUrW(kLf%g`BfbwxZFabRVR%SNN^2JD*jX zQ9NseXD}w|-V6%TLiRwz;pzeb=G*&RRYi6=Eoj~hkq8L@1b`zn#i(829~sFue_nB3 zMAel{hfI{p&{tKIV(RhNhLmuBe=tTD`Jb5@DnbC4fs^M~QY=%dU(;i3Ae_FyjOJ5( zMagvdoHaHOMO=htr@wj=ejna&W-*!fjO%qp6__JMf0YIT^qQ*{)iM^Z@UOqMZ*Jc4 z3Wy;A*1;&e#vy)XAF7x!2s6v0b}$_XC4cG@3LYbj^of`fTYkk|Q*xdp^G{m$fHMJz z8x6gi1V$v(CJymF^v+rzJ6imHm0<`fsPh>FCmBBL93QLDR99Dbcb@R*>n>#W zge3@q9*O2Tlk|%fll%2_Kaww+YTj{*NUl>Fwt^7}%NxOA^dT6*im8oP!ShM`@b)lB ze&7Nuze}DH1^sS3=6REN{V1^u`0D-8{|@x@pa4*sh9Wr(oPrp?$!@vXT^Lq@d42Xd zEiIm1XmbOBn}Nv}A^SFwnunsfntm>(qbWrlY|*4g(*Tw%IEv`4RZ=IX8lX3na)VQL^Y+%uA$Q9k3aJj9S9y54=8wv9utt zy0A{rSqBN*Z=dXskLTNF#vT!R!F3+F8Hec(2ckRvhRP18Tqq`m*h`a7^l_u_PFLg< z<_nMFtU6PiCmw;46}%xLodeTrAMg{jNa5WE^caoTsx$0N{l17aCu z_k-V)b`!`T(?Q)D9Xo0gPFg5sa9T|kZ@3O=r6qzi{&ZSZy(z~I`jlG2c%D*4U<$Tb|H`XXKCrJ3FJfrTKkDnuYlX#WZh)rMgSwd zI}h9xiObBqv1}3m>KoBG4po6hr|MmIMEAW@u~C-}!X;C}h;YzHaR@bouu--$t{S-! zjC=LdjD~z!=)93g*FZIObt`oc6>41}lr_X?^}j?kSu&sqQ$;~{!bqaiGgEFyE6U35 zW`>8aR(o?(j%mqavBgiWqJ5!!QAcke?&83qIvDNVz3`^;ap{&c1Alp&E0wFG#fSEi z-Dbf3S11E)%g4Q9MNmwP96ZkXFJ8Qu#T#}9{PbT!lvKqVRwU^lrn6rU#1~l~qU$hs zc|1Li{#xqgDt(O3g(x@DvujAtz+_FKbXiE^8AD{x#m?1#4wI;N$%?#C5jo_DXC z27yzQZt)m=2sB9R9uD!mL?nd2X}pC81|oPRy;_56o_Y)tyMvP~$svkn1x6f_CfUi< zFK_BFQI2A2_IEObfy_I-DFLJlw>O3PDTQMASY_`X-PFrnx0@cRGI2@nwE|+&h#-|v zBX?sA)7~p1#et|^DzFpeEI@9dW&=Tzl^*n@E3P1s*NT`)zy#OIdF2+$cLU3kx_2CK zmOKJL8V(DD+`KoX0lukQrKL#{DL9NCZAFCWW*Hf-pF2BxL~8e7!XWeYJbpZGHHB_} ziO|YuS4sMEC6ZT408Enaz*X|1tNiwL(HMm29NkrUoBm8UYMTur;Btv3 zRzuIo>8bt{apxE%)6DaZ0YTBk65&hVZoxUt|!jshe0 z_wP{u&)g-!LCzq{B-wi19xFhb$Bj!vo6)XysK#vYzL=62_3rBXmt9O4C#j|;Wr zB;Ix}ZEKsw<}lAX%4Qgd=LsMMaU6-l3vdXoBfF}T2Yw%WA?U`9*B!@Hswd*LaPa>? zibQ7V;=l8MZOTw+=|0aS8{4(l|0hzJ&V2j*6}K=~I>-KCq==Z9n3Po1qx&$@)mSf7 zgTy<3Nzq9b|5MN9>~H9^k4;4aW`}QN{MV__u}^yZnmjF1V}&bw6W9DgcBm(9b?g@W zyjL4jit-#8UBp8K?T;X5x#ZLj*0q%BWt%Zp5T(YGzpD>Pyt6w3} zaurd(IQQ%4Sha_+cETNKt2#H4XcQnFBVccbZYxYj?Qc+LucOz~nuU5i)3aD^_Gi`8 z%KdZz71^4Xswx`8GqKh9Gy(M9&nDT0|spKGtI{@+15Z2O#8Rx}Qht#Tw|#Q`7rb zjjyTdlC4a?8^;@L*2ua5vcxxWD&72x#z@Yz*X zO8Z4H_w@8Y0OnQ7;MEViu@r4Y=&`jIE|zf%U0mBeY`HnLM(%4PO;137*}{c<;E#PU zM#9Kr7iiOUlQ&O{ycRl{of06hYuA%IcjT|qZfj@W-KVW8b2Hgcn-K>laBpiX@u`is zYR_3d_$YEFF%1yT=hiYeFuIZm-8*uWT}T~OIpNltU`{k%X=s8cMwe*ao#jRE|2~tb z%{?8RyR!lEy}tDq^>!gC55603wWawZz$ZR#I`~9w5ocv_SG5V_7K?j_M6}hdI~t@2 zY}be#n1(!T2V;R94}%!L2R)Q1qrZS}6ncC(4CcJyqZ83=dNK)?O8y(;x%+5tI*iz9 zeVEOTVRWzs#LT?4s!MKIwV{dP>xu+JeB8+rx28KbI%=sdc)(I4LWZj_)8WkHl8B!U zF)Ev>P~z*|2PDF)q*A7xxksK8dZe%lqPG4E<_Ew(1i5R)8WrJhRA3Zvl$j zkpoocTMi>tj8P}%@Q5)z#3Ii_4()inDg6^HHCNxIC58;x28B4WTOS=`Q2@3GvLC3Y zb{TQ=5r`0S@h{2xDGBnZKoW*7U0Nu)b6^rVCgL!M%&Ag{+S`#`z|=N*4J&J5Wce+_ zq_O_D*GmD5Bd>Zs&%%;r^6V3solXe0p8X!AKOe!rgDYMJxRF(dd_!4TKOwo2VK}WU z%a>~&K3x86+wV4^@7lKm;UxR@iTL$w0R*NTe875_R&;~QG|&3Lw)c6SQDnb*UixX_ zW=OV{9~^?eK{X8RI5(ijIC^j^-nF#!EhZN0Kz)cW(7J|AJm|?}>}wP;yvLTllJ$r? z>mznA)chd2oI(7BD;9#^h}%(e@f1q`pU4bZ7Exs)F$oE5Xl!&04sxwteHt9vjEbWK zl>2pFd#NuS+%ot8*gSGT_(Qtg+H@JyC+Gdf*ac&(GZoj%qlv5wW z>uNCjjst}<9zT$TjqlWr)c;A;`1*1}Ii(yJp9j=q!1Tf#E%xwhHh^RX#Yopu!^1cC z7@>5>0S8x>JIzQ(^P_s2KzSa?-i8_-HJiQ^em z6=y39hp6;KklqmE_yGTw+uk!jfnoSBn8QRsrP!$)EF`!*hm&l7c~Bq*e#48W22#Bu3Hf3DH?OZrcEP8Rt9)4tT@5k�hn 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   oneOf       incidence   componentCharacteristics   emergence   results   direction   wavelengths   polarization   oneOf       polar   azimuth   numberdegreeBetweenZeroAndNinetyWithUncertaintynumberdegreeBetweenZeroAndThreeHundredSixtyWithUncertaintytypestringconsthemisphericaloneOf       wavelength   uncertainty   numbernanometerbandwidthamplificationFactorintegral   infraredsolarultravioletvisibleotheroneOf       s   p   numbernumberWithUncertaintynumbernumberWithUncertaintyCircular polarization   leftHandedrightHandedtreatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   slatTilt   symmetries   surface   commonreferencecommonreferencecommonreferencenumbernonNegativeNumberabsoluterelativespeculardiffuseReflectancecommonreferencecommonreferencecommonangles/slatTiltazimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotationalcomponentsurfacedirection   oneOf       polar   azimuth   numberdegreeWithUncertaintynumberdegreeWithUncertaintystring   diffusehemisphericaltransmittance   reflectance   absorptanceEmittance   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyname   cielabColors   colorRenderingIndices   typestringlStar   aStar   bStar   direction   surface   observer   illuminant   numbernumberWithUncertaintynumbernumberWithUncertaintynumbernumberWithUncertaintyreflectiontransmissioncomponentsurfacetwoDegreestenDegreesAD65value   direction   surface   numbernumberWithUncertaintyreflectiontransmissioncomponentsurface \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:63b2f00aa97b88f453d9d973e1ed15fed14111bf17365560a412b72b5fad38fc +size 84318 diff --git a/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png b/docs/diagrams/out/opticalData/opticalDataSchema/opticalDataSchema.png index c3e40967a52da6e12ff9e203ccdfe1598d881c65..d9b97ad5ada3546a9c7bf0b8af08b9b2359afa0f 100644 GIT binary patch literal 131 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

    !_HkqDr15~l`4NjDz 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

    l@e2t&y#?kx3!}i zDY$D#oyToCq$3$o6omV|aH$PP+Zw=zVILf5HeC?6G5Xx6%6$C|lfKnPpCotPp3#Rb zPCX?D^80upV3+61juiN(^sjpyj?!OjyYk3=|1DBAVgJYBCM`&r2H}9+>DKx18eY_? zcAU1jhYgITgl zF_C-Y15c17n&O8*uaQ}j5t3Dbh=IohF~PvJD*5QP!~EIkx{AXkv^x@v)J|+q00L88 zh*^)(DEx>Bwmh-`-HSb0tkCYT?*up#t9E#9onoBdi441QBf<2=IR9>o+2Fb@907da zg^#6*2$P;y9pQJhx4kcHfaYDi<|hx1ME<88g5Jz5C#=Pk^WGPXqiPN4Aewdpq|7|G zy|X8L*Qtxe`#zf0B;KFt)0;aSLEeZPpO4naPDW4C_j>M33}G%iQP99)&vei_v$7fL zyufrSkwWAPxgWOe>2!FhBjxSEdqkn*+qihBH_I88m)X01gqwTFL~E9YLzF)R!eOzQn1%9ezG13% zZgfl7e|%&JyV_!^Uz6e9DctDtb2XfgHVn8n#qL{Yiq%Tm+RAs|`gfTMaO6b}{BPh% z-ub61bl8|Edaiw`B&`-Sn3@O9TLOp$W~tzGu7HXwZ4Aq2u2U4h0OV@{zV$pMn5nVMI%eVfl;GR9730))iqWuL8{U+<^iP#P zXh$Xrm8RwPEs%74(cEOR<3!{Uzh}>$LH^xASOTVrr3O^B3(6KS+^Cb#LQIbop%V_^ zUtx0cIm7bua@@CTSXh1yR~*+?eeEQ)c+P#$9tSR{s2Dx(2(&G+x5A1hj#0kZ_#^FP z;3L3~7vytOUax9Rx+uj?S-%)u90}S5qyjzpPq3ttKZ^w%ZWhrFbi7na95?3MyH~Z5 zL(gqcCX-5fCGlf86hf}_pPz+E(_g`zhMJwB_N>Nq&&(4RF$?;5mV342`g(isREoTw zv6oPQ)9k4-X&tHm~!e$Wv!ov&IjNm^$TU{$G41gi{c_CMMTl$CQjX;MO()_pG6z z0gVAk$Ojs4G{w{7X!=B3?zW%bV1MR-oKBiqZPUswT^X~+yIh{1)0Q+ozR_;hZ{H@VH5l83HhXvXaRmrEXe6Y=;> zkpAK4@%+~Ia=}UXc-kMC%cwSBEQk?tB)y)wR54M1uPbOR9{LWT&&{B*RQJLZgb@x6 zGIMZVchnhWbRlj(V|Oq2Z!rX;6mM^e!6c7jx9$=!q4q=*vmgDlizGSRXQ)kGF@XVq zO<%7jPHHh6?IDb?q%fBjx8~zDk{soCG<;?a8C9q&xbvYiXr+CH>Hz(D(5g<~OLz08 z_AVn!YB}AXON%dW9u6}27Y<70sWZDB7?_HX30b70#@@0FH5)T}a*fsHh$?KON1nqu z1n zMrvY|!O=Bi4LB4gfl>mR+T*AXEX(%MB6xD_Bk0W{f6F31%c-jAl%NY~rGO{7pn}8gu|O%^D3G zmyu7*&BsK6rJRhU6bs!H?%dAE=nOC((u}ko3fodLtYgl7C%yUozuI32etM)BCd??L z_uPu|Zrk8hTBhPFBd}JjmBN09CT7o1BW5Q7G9yLYScno&J_J~WSgxiuh-0mfRk?Ms z!(ouj9jTY6$}GKola_)BaB@aQPZnYW^I{~|faOmz9R!q!(Y7}cvrrb^UcPqiTG9^x zr>R{J75i*6-6+Ph@^uAe!r`xS&J@EZ*h0sMUl zeLPywqla|^ws-r8_3!F72Ng#$y~Ste1R(enif8}gwxBIsjW_iD`*+}@%&5~|<$K^f zB7zMlhtLUwA>1|rhsV(&7|Bt{Ty2G(*+HtL_@P_&&r-4SI8;f1B#}X$RvMZezovNZ zlSw%Wt_GZeK~~S~d(^~SbAX9sqJt6xUZf->pO0tY_vS>BnFIa&quCMg-)AL7MD-2Q z3^Bf;92aD7?-dx+M7g*~HY5h8z37?$cb@zIdfiwu`Fz0+)NjB)3IfL$bKQ(-BCqg4 zksQ!x^_QDbOCt{r`#8Q8T!kHI2Z1fQz>a&!5+^eY-a>8_?$RBDdNP8@<;ahY z&&nTPm@hEjxFjc{0f$5!09$+7FkGqjSL;@3i@U{>JdqpKD#- z9EaNt6vSbmQzfCQMxd7v2jmUZ`HZyxe2u?kUJU1v;h(Flcz(f~W8l)E zRyq0G@#)D;^FP1u$vLt8OPe-1G1qFe_ri|-I$}NcK;O|Mu?kzgNu2+T6kegf7QGoo z+T+z1CQ5ll1!ye#O`9y$!$x2yhT2Jv0TK3CAc@UOSe@p?Gk8|^JLi9oRmlH%X+^n> zlpm=5abkQa-Dq$d28_;Th%SaPlJUevC?9ySp}aco{kHN3@BHiB7o@Pg*6F3C5c?~p z0N=Mqc34e{@$qHk=zF+-k*y_h7k>fn6-+*XC-Yx_e{v+^CV5>}&xI(ha|AAr2HQSp zKyfzpnNZ$vKu|L0gdqQxjiGmz#9q(;NPk-Tj+SDR41UVU2=@d?QWE0|Z6dM^`Ef7n zM$POiIjg1}4-n~nrazobpZM)S~H`^A1S2n=##36R zSck7pzi!Efq*h$?ZF#z#eD(1^tRkoz(iX5`JL4n5VLDKg)P%yrPEt@X z4VpBBr9i9&5nF|G>N_!hekB)O2vo@xk3vQ**+BNj2tw}!A-ze!lXG$!CqC*-WBs$O z|5Qb&1LmrtK6Fy}wAzT=!e1&uEYHPk6}>yfG<;cX`+(2PLZbz4ECsZ%Qb5Sv7B~1D zF(Ae7Re>=6nX)RXH2;ra;`wLh6>&-_MTnyCpTjB|p84tg_;etRN*p(CA&q9cc@;8oX?P>o+n!X7SUEqR{*YhU3qX~ZZd z+s~s=F{^mY6Q`nlgAiB7#@=dwZ33*!qBc@?U7q0F+yRBd^f+3S<~iBd;AG*QZhajb z7;qHC##Ry$rILp%RT!e&_o<|ydTWS6turUYtCHQ^a#uG1CCkLQE~on?xAMf^Q;sXM z$mhnUq2My24!PPgE}HKU;$Npo?_066}O$(i{-C3jxDo7Yvbjx3_-Km7jEKWyqLp8z?^ z=KRUbP2fXwj&^=N18p-<#h)AEzE_p^0h{52$TAltMIo+H4xlhEF=snTj|2jV4_(jG zC_MkxFX|7Du0#(~4*BE9Bj5@BfPj`)C;3#PPM^T?S~Vcm$z zu4RL20RoMj7C1ym$PFY>2@ydSHJaWJ#PojbDLE73UX`;*B$`$3`A4Cf7RokEg$6z` zh%wXjPMT|9W@sp*0{67j8yxD;wh*JxS2|QQ9pI7u9mxp#x=qw?3kUy?CqZV%$daS? zs28D!NDaC+PX7ljY%{7R&SN;2VYyWegD4ZR7^hQ?K~_SnM8O&>*MG~0Kp;?f=gtyl z#jnwi)F8B_8Rb870xhAhW18q0C2#1>#cmM8&4@1IqLq(JM9p0FERBNtPQ`pEGPpe)1G_%^L5P;w1h3*y?U-=Q}ZyVjKf#}XRIVHIdot+ z4lSVeu)zF@)i4nR`zmmEjprV)o!;>(dC_;yj+G2thmrrqEoL9nRunK~h}dgS?!Uyg z5G;$QE_Z{O-be|sZKWQ2kVbk)f8>Q4TSpo-=|#2y_3&(z0-V_L7Qcv3pUU0? z6V^zrhq@0XbK7g1_bJD@>8NC3@Y|pN`_j&WZq7x$=~p|X%_`0# zmmX^YQA3PuY^=(*+h2weT@V{fIh^K&Xuyt1CwL)rb4ub*6TtjA;7g@xQ1D6FqgsI{ zS~~$AhFczv(}4T8LFU(yS+vpae>_*U_Ov<+v6{T`S`Skt>&_1(>meA zHuy@Ad6+QKp&O~A^7w>;jRZ0ahJ$5#0aOjd{m8i6U^M)rTbta+bSDNtJ+-|i)Uax| ztudzI0AYn&$Xkx=2{_R~ep*7wJi{{FB>AXRsQ}KVSpP7j)VN9c4Qw^3%_!9_v16-A znAe;k+4U=~I}9YWw8zMs7V1^vY)uE?ynZmld}jz%rCc7M5yFGFM<_rX<)>qtt*%_L zL{%!9I8n7NUde2XBYBWm2(4F1?gYA~FPJ^p-{y4aG_+o`81KE+3Gh&)cWK<~{79xL zy&WM4&vZ9zhXM*CqP=S0j7565@?<6JZi7tvL2P!*<%Dyck2+2_Qcb8;pxJNGWA&JL zXEYOa5lU}f#7T@O%~q+LD3!_anUrD>c$_gF?&0DBb9)2H@8rYCl%Osj2JuCva=*oR z^}^0{m0_0H#Bv9#3Jn z5eX7%$nK|Z_Ie4q%eMMJQHbjrfHrDJRlQ{f22IUOmRToWd$@P0B0&sug=^yD1;5(@hkk%H5RAej0mdbt*Ldq zx*+^XU@az7!P*3@S{=X^H272CBvqYF-Aq^Kk;Rp4(MH($|owZit9|rj}Inm4Oo|Q}jmBAq5taF)%1O2O2WRpg&MOBAAxaA@(+J_EXqQ4SQ@u%IRi(7jS{g4I#=MZM9ao?2R1Qx!gEo> zojN6|ptnh7@96z!d#`H_>lACV{S2_Q=++L&@~A4GMLLc`b8m`i(@4|9@&?rhrzZ;2 zK|l1Sh;4F%fF!*_J^g^fzMQfij`0g&7rA1y&LU1JOXNtPP89er^*FU-j-M~IEVQGJ zxev9v*A*S5SM3?NCRVTbtD^91?)C{~~I#e5N` zf=b0?*$kebN;{N)5n2~tBOf&Ig!~U^UDMBgW)F0RycQT1kLBsL(Zz6hR1QsYDnE%X z##3}0@e@Vo9!Qj9RYpUt1tuXmtcNc)>P>18+bRrPzHo z{_d)mQ@82`*qx$ygIIJNK&e51cVn_b|5R=ZDm#_)n-8x*92we#3^@+NufS4Ni>_BC z-8dd9xKlzx_t&D$BTLNf&NPfAe-l0>TX^8~|HDMyglkPn<@qQ1jHv91btBs(jDWqi z?G}5@pNZ#=i-Su+PA;SUo~cT&!=c*7*RyP^0vF*5EgFE3R;}88JN7I zi-`ZFi~l-kNGo5^Qc{vcOCcW+i=E82#Q9ZgPr0ZExg})etqDf>BwSktHkh2qS;$4A zdZZ>=@1V#F8si9bhH0_#^dwH9m}0D946IRwMFO*$qKhF&s#-gZ9J9=kdq~;Fk^meV z=yxU?Q4wgYkshtc7;=@lChR+0msLZPB$=kzu$7ppmo4Lj-wmA`{BPNy12WtP@f6*_ zwnoY&nm{c^Zs0(5eO7E@`ywEsft9gp2_}NoJNamQ)&&trw&W4rcze}Ab({t(UDM*p zvLyv^Y((f}V_GSrEElljVcjNSE9qQ%iFR1v#2fWfF@XEotr&kSBbRM!?^26~`_+%( z>l?W`(x?E;6Cx@QG8VU!z(L}TC7aQhRGbe#GH)r@(Bu36;V5@?mU@LFb1M>nED`QJ zYdlce@|dgqim%X-rJFBvT&64tP<_Y#jctX_qeE7-Teb+VyzaB`18sfB#zl+^7wLT2 z8hu@O?E<0oRv&8E*wt6p8qlq|ExmC6Qu(!79o?#j+TD9MdNuRh@3-5&wRP;*mWbG= zNZV6>>LNQ9Bk95|zdveZ_dOXS7Woe?Hsj?IDV!W{4m|6%0P9Ya%EBhzx1)UWqNqhT zKSsFd1Nsff!8xc9mAC?!_%=Ec8I*B!7Vb_JKZGjU?9L_XK#yi@m1k@41o@_cRhZmLU~;4S_R{ z3*Y(OB34%daf$?rcFuZV%NrBu9wJdOqRk>d`A@qiQ4*kMH8Rvq(Xr}%#u1%jBrYY@ zw7dUq(B&M987yLuzFfq*u3bKIxvgl_Y zX|D&;>e7tdptvR?{+e_fGJ8lA>9GIxo`%k|u&x#^iqd+!9OLqETZ^HHUUh!_J?dY} zoz#j$(8nU8gJ)H1Z?730%D^JhZQWvgys2U6M;3A)0Oz5*QfVcd9uko@M(NnDBj~B2 zWRC91SL^0?{}nfl=c6W1W#G%jE~c6pWD&izG~?n$D)|qC-q$9V{U9llGX&pfeJ$19 z1n%z!i1WJX3s$*$uX=6gUw|9V?ta@AgF)y!(EqWM@Xdl}9>RS+0#Q~Cna47-jnSz238N{Ztn&+Q= zLZL*zth9HMW?WN9O+VZqy&HzEI6Z?3xIqQAXjU9dtnP1{7NkNh6luS z12EgSZ0*Fvgk{#?)tnu(STYfCV276hX#nCVR-_ixySGLs#p?ThSs3_Tfp2j+VOzmg zqZfr|NKB_i%9qX9#k_ocpvq5I{fy4busz=g{C+jUUK)(pmKY9Xy;7Dp6mX?KPDGj< za5Efa@e>kX>ql>Q&=QDkibaEH>W24y8V2u?^MFimz3>SnF5E>0WO~Qb<6q%+Hbmvy_r9}wLCTuX>6ZE;G>Ci=)ujWD{O;s$3J7mk zI=9VeCNS-#&b2l6D5YbaX!ADRu)GL6kKq zU1hd@22K3i?I82yctm5RF)TVIy4Cfa%pI2Ho0_ezH#{QVG=zwL}gN| zm@*(APWu&40+EXL$Fi2oU4rC9nlKtQi473g5QkoJAV(e456*Ia2Z2X5xflX4zk%Th%)h8%exox6%x1^|*X&_&oSd01x5i#^fWO3YE!MFljhN^<@YGZ21F6 zbEvii+Eju$`vFk|`fY4%+|khyw^Y$&`t{(_!Kg@aF2`$bX`*gvqc@YyP(u%~pY++7o)`&f{e1 z+B~LJH&^RR$XDPPsv2n0rtwVqj_@iJWaj~L#1k_-9W~9r#~K%J;`;+HFFP$eGe}PX z(Y9^#=2Lj^v!lO?ozWbsWI>jXlUwRBmm>er&=9(E;FW_o5aROj%FrldCJK>!#pMI_ zC%Oo12js3P)G(s+g02pdm4|f`NJ~jcNkMYucDe?14s0H9^ZB2URuI zH#4Mnq3HHkKW>WMDV_V~KNJnc)9Yr>kJY@J_18! z>?GJu9(Gf~o{RJq>uLtddTq{ul`=NsEGQWPOB6yp-`GjJAXZWV&hgS48T!09acr@m{KT6ux@*ZohloHHdq#8`gpELdD9J z49y?P{g*)nx@{$%nX$LF5Ky;DM&^uqvM{F zZ#)5yAeIlHzjQLfO2>hNCSa}!-TL*@(C};ma6^!KcBoanu3wMFfrpYMfgMVYpyjZd z26b7x$Wz)bw=ns76%SVZ=2!mfrV4k?O&fw1DHa-NdZ2Z(c^toBZVc6qvBPe)WBCkB z$F+zglp1oUs4QU#<=?_uN9D;bc8&;Sxb|NcR|wvP1GR$x8?>*AGXA@^m@M!dLJ<%> z@e0lWtZ3kVBeyhrh;dUB4xduNbLAwbQJ~N|2r;eu6{5nnI7^=J17xmiQ$Vx{762o> z;H$9%212$S8pOtKBnhgWqjXU6gjnf9^1A-7uamLV6^l?rM1+_R^IpnHVr?g5WfYf| zBHI0RB#PFO1cmhG5qf%hFb4ZCLLOmsAIZJ=@3nbgCZ^mPxLb!gWV* z6R8|z&1KNF`;3<(;WlnX2ceTbT)TX$4h1e!TqB$_7@g0oFG1eR8>!!V39>y@bbM;Q z$C#!Pu}v3F9N7%iTCvecZt!n_4<-^Y`BoN4sx9neX)V!?!vu$GLt7xR98a*aibos7 zrvNW68A=57sC=K)u`W@gw0s3p_mn$3I|m(Fy*$saKF8e^>!(s!et&ZH#;2EaDAM(K z4xnb#yHLG3qvACV+F}L)TPRdI?ySt1_nUSo0 z=l{LnGIXFUtZG!Ip%9^{7m_W$i`bhZsH~@iJvC77cnH5tIYQxQaT^rBltaFmhT%?a zEP0Hb#8>G9CH;wRS|}qXVA~|H7P2EQGp6<|!C%PdU@01T5?HX7k9Q=0&oVD_}F8z7% zdx-o8$SNm_MMy`cU6GXt!5!}9UmOi_>U_4`fp|Yb8F$4n2%HpIJMDY5B_=x``-kHU z(0rRfGR|eu(#X4NSbV`l50v*L9JkWv_g)7gZq3Tk%!}qWy{r%Unu#jO>1fl-*=yJB!1`(gYmVRinDls=wpjqRXwOQJc zs8@kZuBM|$YVGK!3jT9*;5siF6czU^AtQ@ahf&kq8w3W;r=L?_FBb)%JgNu6$NVOo zq*~oy(&1qXZmU_9=7VWv(ZX58X}ekw%mxy#zE<&=80-UInWDW8&i zZ>OiHN$3tEzX1*(Q1$~uF2Deko}#=*=Q0gweyazp`x=h7!|FrgNv(WUFjb#wcdI_9}Xq=DR|kmjDP<8iC=6Upneb^3~kMj zMq|2VgqIGUF=UG9$j5Nask1-S|M`Rtp&2SMN0G!oF7pbP8WA^d&9r*nCn$O)R z5CHK3A3uInxVNX^mT6GJ2N=Oy_4g|bhh${1Z{2ZVWvJ9V zKgfIu^GCtFl-H6}WOA`VIs@#lZKTxIXuE3laYJjch7jlwRPd@wqkgUS7lb{-k8tbZ zicIEURtL`eXb({B>Z6~uXMCZ3$*ZODSVmm8dR1FO14pn9JD;9$b+W^8`^Px!f-Ib< z>mI-0GuG4<>2Qi1ZHO_)837j^68+e=4<{G#-VtIw^nP}8AS5Z}u>6LEKxxQ-JR{q( z-KW(%U8_9-J3MvMSx*l~?U=&uo%p8CV2vJJOxg z1&^<|TIHSjfhyyv-B;kw7Zi~&Ipq@n%DhvMXPd7%wsoeOgF$scQPCax)`SN> z8lvBpeXkUgH2W2nL~`XWA(9&uVGJt*nAGu6pG%qX%}4X%zBZbRb}B_AeAMtt{;!Z7ZjbisWTyN_hS10mcKA zmMXrN_T;39x!8&${n6cMq zRo_1E3y<0J>RYYPzgyOt`o?Bb&Qqo||7Xd%esD)`VP)b)~aW|8Ec}uCIv7Pu=LYF%3 zJBH_UM??K&bb>TYZlF<(+|Y${Su7@r#w^c+xquTVN?6pIfZl=txID@qaoWBO8;NL) zt6W?mDSY%B1Tihm%_=SsZv%iTDJrT%!86=ZcZ)Vd3G4e6)MC zZ>v|KmxQN($M)^UKyM)Y{A3T@j07T2k6YVw-t`g_>`ZgK(-^adgO+~%dSEb5v0aR- zC%xM!M9PVTE7#+?eovYg^gqWXXLFWhPSp(f-3yKWfL0EPg%3Pf$B}210lLPX{If{3b${czfUCb+s9_vIM^B+4D(TVAVPDq;NX!pO{;x@OHdR}{v)|##(NoN1 z^$Nau=rLMr4Cz0owKH`EDw&kMfmU^&`ZgR0@iw~FAZQ)NWD&?Bb|&px+QYhMcbT_` z-YS4f-k#;gDrVsy!-A6EMMr#AX-jqVfPVQ2rom7eRmZk$|K;thQTrkH1FUOM2XF=g zro(xv?6-L*YBO8RmRW_B*gd}{pMECfTu^-7=9l)W+v^4G#2oSp81pZ@lvtP1m%l!7 zZW$Yd-(SnJPO4-7@z@99>xxV7+SOaP9%Fsl!I3nzxid(9R_4?G#M{EqUJP z6}6Odsr7(`@9EjrgeNt>D!I?`ff_0KGPiuo0#r>lD}KXxjw>*%6aFrFv`7zaz6%^qr6frj?ama!4iJUBUj~2bJmP}Ak$K@&8c#zpywbw7>NCM=(e$z+ zr3x|vfhI4MXR?#2HF{!@bm6w->;f1Y_XtV01%(ygx~{r`Bjp_=8DCJ7-ad%fF;$(t z+^!;4-#l}Al?IMPf%^)$bH^5xk;|=~krI=j`0hp|T%pSc?aSANyn~c`2AB*4kcYP` zKmSO>^~5tbG%l8hpgqPg@CICdTxcJHkIdRHnhMl5`kG*aea)!OEY>petMV)uZxyZX zBj@e>8b3VWm!2JJM}zL|KFFw$E5^^5zoAd;m08gL*@Js=u1%z9Vg)G!5G*ZcY-rdO zad)q58yZ{1s3-yKT$OX_Ib9#g^bBO*%H|Je_Gk1=j`ne%a~6&cwSHyZPwyzE{AAb4 z7=^oMn7%3MyA9@cGq_!GDUN+{CPLmt@E(gp-3NXPuJ3BK&jpNVESNHAZx*!dsReO0 z!kzeXe@z#1?0~o1sV%FC;Tt+-Dx#0)7Pwr_1-b5`iR;h`DxTvEycQa@pG}v45x+JS zv$23~?{|LR7dlc(_2J7J91KX=HTcRnP3O^><_?`sS-MKwi)U74AIi%28xxk`b8c9* zFI{Jn?;^=jL7mLyjt!nCpZ;rU>%NZB9dN$~mZWrjq0P(7sbl_ezFV~m8w0n_1CIj2 zg7B{bq0w(IC1xS6pyJn}!uK(3Sy~+HScmbQ{-=3{#m893wlk-@holt!&tucrqh#^I z9Uny20r-}^vyFDct~VPc(g7Ls>b$gqZ;BM}Ud8Y%;{bvFW*BS6-bk0SBa^ww={l+p zSvTDK{*BL0U7Aqaip+PzRJ0Cpk3j3Wx{WRD#F-EDZFnFJIs)xx5;&=O%sdC`EBOyc z<0OGd$d;G;WZ&b^27V|zP@9t1lgWnv)2WoN_%$5&gM*FF9mGwq@`)7CD5P333p`fE zJCJ~8*@3keXAAuSw0;_)OIh?B{Vfg$ls352RTyOVj~z5refN8Hk@()cv6QzsW}~w? zllmwnq8U5hNNBZRt@G<%F3Q5lh~_1!+~3Mn|F}$-0dj-oGDnUH5p2NzttOl^1R1-1 zo2?7V&FF}W4s|&BtVIyC(7DX~i2XZeZTadR{z@c=V@)V`0nZOfh`C&2c)+)4{^HIw zZ??Yo*YPK=aOarOlcTKmYaSlm>U=aLbcc~?_-cjhy7$$6Ze7=WBgy=V3Q-)~AX5ai zL2}7okQ2vR@d?MQuWDd|Vw}*TaEVDC6*c@VTW$+XhGR zk&G8$;6WeV`G8v~5gH~sJ25c}o=m|lKFZlnw%ei;UCheLe8gqEUlp{>Twa%NdZBIj zFIWrA7kKR>L!zEX?bNKvl=*D25I#aym- zS?deT3VXxPv>~bbmq7YG%oOaZAlZQ7;WNP6NVs!Ge)*~U_GX{V2ezf`6Dh}x8RUvs zz{DUBJAJKXfmZU{{?ANb{JLKhA9CMsIH`)*lA6zvHhOyDa+^@}9y%1&F!_WD1InB* zWT#ldeo^RjV4ghwy=qKdyM=Z7W*eG}Do4|%R^hXw@pX!!3$~YXd7F(E}*nOG&4coA=3(VK&)>8dNixKLsOX`!roYCFE!?p%Q1fAhlh1^pmSmz2wj~-=d%Xb-yo7GRatoqv8SdPsTxFOAQJ` zG}8}Tvr#4K7zp9E^wBQp9Xj7_e+~(z=qi^lUk(Ub05r_pn(EDq{?D5Fn%SCfJ>09w zGCX_v@yin4qOLQ4A!H69NqO>;1gRMcsVHseEoaaM7U#qKR9MtDM8=q)!bECdVlr$i zSs;@@E{{Uy7NNO@QYe%z#5y~oKg%&V@0$1)q-`-c9{mVqp&UZAYTH+tXyI~TP9$e_LizHNZZhvsYe+~3eSi?%Nz4J6cyD5d^P5U zc2hBnu5HO)XqrRCS8sKPUqJ`A82@HfzyEEC;qN(PA94MHy77y)ZQUnx$M5&NEkcET zLbVO^O7HG`Ip1Xz86cKf9h(RRwHDN}&ilo(-*Wm~J6VunU+g#WjJDNH^fYoeWlhmi*48}$}U@okrlrxa+OwX zi0igI-MW;~2iorGD;GNPQk_?@>U~(l+24`-bZ*}n@xd~F7-HZ*4-p^_Z@^_*sGMp)0 zSf%P3%v`(V!|u3CGZ9wn(`yYy-2Vcd=c(XcKvx(v`V?}}aV)isS7tq6Z6<1}5WnOW zAZ-M4kb}KX5Y`GHu&#cZ^tbBf4~8T{s~Pok0@ox^V#|*sEF>w} z@+0oT#AdFz^3nV*T7?PV`VYM}3YtZ;L#>l$#=$4?ROp8j=Cfu&iIcJ~FwNNh)7s}t zFkbO9Ectrufn@vodNO>KWT0(IHPoNsCYu0Z3nEBp0{w*-_w*usj)d!~QQvFX z=!OnN=@ix!>dYEit;r`TKC~Hq4UyVV?Gyu0FDoNR83MXW<42fMTrC=wn)rIv`HA-T z|H%?Z`BrWXbRF(|j@62j7fXW+w&L7|Nu&O==#9`UyJODWR$^s_fKGN+C1rm7@r$rN zR?6CJZ+g(0$z)mKg`(TQ2Z+;uv>GLQoo;8!3G2EK@oKHoA`Ty!ozrO>uI9E{hnPJ= z;xS}f0LS=aBj^*A2gZLdy3GUE+MEoZ5}G69K}G!PBl9cIAng5Ko&WQEJNkWNF~9KG zQJ>5-<3PoaTi@7z-`Op)uSQ7hOgSC%;l@^LXFVIS%PHgRXLrMpc5dGxr6-?&d2Byt zN*gNuBrL@KkNYx7zU@UR5~86i2GScK(lT2ant8hdsuXY1Xo@!f?h5Lkpewi~bT<)a zTy*~K^o75qzVER3A0^oL}~)c1Q@;t=qz!`jL!d+eQtVw<}j29 zL=cA4nT+y7$M8Ayh$-Nd;Kk?!wjR&oI(x2q?TIc7_w70WP@`4mpn9l)u>u5az+ZT? zhn0%d_UoSC(tzoIZfF|p>Xl0T$;r3-rPcR$7z+>`!5R1(%FWx%T6T6Xm`4b##8Q-_ z@-89ymMpr>*6Y7VIMKoM9hYW3;z;)hXVDhft2SAvqYM(Z0@~j}OZZ<(jWc z(ek5i`@(43+8{Wbu>#!!f9>V013~4W?l)E)r>Ti?bo+h(-kuzBCsbm+@@p&Rxnq$- zyH)s_=}W4vTQ$E{XYuM*EyF5z=nxj67Fj)qx`e#jd)LsoUxf7uxqCSRb}##(<8;$S z;nPS78rDU5enQSV;lcGQzw_iQ)yhx9wgA|8yA%Ukg&Vovvft)3E)bRc_e`vbve9a5 zMTpufhy_hT;=IJdU2GX}W7*Kd$fM0-EheU?-Bf>3v{|s~=5FJxw{}&>gPAW`oUvFo zdH&srdZXa~s_TYqaS5*{m$3S+MHIMs2&-Z@is0j2%g+1 zT@%*kdRNcwTeeJ^(V)@nsnffu%kTdLOK&csEDc`$I(LP`f;R*#ac=bkQlm*z=m}n5 z#I}7JDnON5z>W&g0YF+>-XXwEC4J>iU?4}?D6Wc>oD~5JaP(VQ2m^nD404le?{3q5 zwI6?OE)BBv=nt&uSomNC=2BgYf5>)aY}vKBL6P&w6CDE$1+2BlO-5W4{5^Fl4T7x;mBiC}ucbtZggbO8%g<;$L80;FU!b@ZEckwtgZquMrx=* z@dPNiSZgt5DQe9_(6?0fY$UIXO}KjY-|j^5RM<}%3Xk_xZE$uzE2qf!26ZQGn%ga` zKw7i`1y^m7JyNaJvOay$T-*{g?!=6Bqi*hNLyf^$izCy;C4-UkDj7mVW@U8Y63!Ve zm%m`Qn6mmhNUYhp!gb+|KUYkRr9Q*`SCj|1AJ=MTIwV9AONT7TX{~bN4I93~ptqw7 zz&naj%t7DA#np`n^#&N5IYk!oqke28u(pH$k2~FvA0;TRkO=k<{CHKYst2QP#v9F%+qSGPZh6Rx?!CR~V| z5N+R!#5EbIwUp1df{IM))|wQ+#1Pf3%LK4?o!qELFcu+h;uX#&lxqSVW;dn^4oB%@ z4gpxOa80N|$xqm^zxHJ>4FygkESI~y|7xs-z4muT!15pf3NiKO^;k4*cX zZMDE^I$B!^&unzbNXs~?6j&iHT#ha>+~i)+bvdzqET(>cSl`s8#=lX^z5w5ods95< zU!Gp{k=)*?rJ+?SU!ThxrGnv-DF+4;I1F(LTNeg148-op8fHD#&Aa-Z*3sr8O$*+L z9=?Q1b{(VneFXL2Sdnx>Z=nbaPMou-E^zK_F=d>8D2jrAk-5oylpQ=g7}Mc<>lQhT zB%XSpIiDOs?Ggt+D`vTHj zpAF*QA48Cz6`IJf79sZA-jMFIW>V48x(Xj%{tD3d{&wI%+OA_;fD=yedM7{d`2~_D z_O27pxiP0Md6!JVoQTg^&9AX!343rt?=m(hj4dQ7`T0L6vEkysu7fEm%I>qD*ycR* zGqL)q>RlMDqk0NOo_{uEO7K}mCH7Uqqpby@+Ju&_=jX%9EDHe*hJ=*5`Lk7pojJZaDNM+@aS$ zgdS&&KbiU5M$*^q#j}bf?xFX{csD0f(x9gRcy`ChAnN*Ah5-YHb9XrYfT0pH@y3n6 zPr^d3f4(2yFk}@pq#xpYi|Q6Fvx~nuywi~!b0V1Ks4bOhOpFZ-qD@Ocwav*)IpPv; zU~FcMIbMS*JA^f9`il~^6uT&Kn#q`b=syfOoUM%w=H6^ei3XwWUs_oB6|>A{4^>+B zf&1MmCZ_%MRa=nuR@Yj?;966yOH#qvf%=0AoL+DXho%FCyoo8o`mee(4e~}N$Onr*8ePD zwSR9N3e@m_r#2=HoYeo>UQSt~^Zfv|LeM-JRX}46WBWuK?<6EwpWM38}(w0@z z8d+%`8Q#xcJq$@R*qKm*p@xRJ@Q_6bE#pfO$Xy+@i1L;=^?JYl=jH7B@0XMHly?%^ zrdyGal(2Py)c4J>1NBVS7A_uyZbF+Sz?t3RBW4#fnLUBrsqX8<4G63t1B^9PTNvkE zT|`}ZrR%L)iUDrujmUmLg@-SBM4X*{e{M%{$Q?kdx?rs2`?PDB{92H|@1LD+Qe}dM z#$xZzTG)?}5ho=m=m6p#&qtK?+jA%LUv^BVY!Aq9F{&=ta&Sn?*e;D#4hz@=e7mAG zi{dKjDd>PZ@LJLj&7(-3HW&ZAj)Nhc8j1qgW3wKG41mS^kQ7ED1~5L5D-AA$f@jeq z6plz99tv?K9`a$1DKCR370gr_&+Hfq-VK{J5p}0_^ZZ#Q?fe&$-&3zau_9C9nqJo+ zYUy->$_2D-j${X&!tBj^sXT7th9?)i0l?ayGi4#mjLBvAtFu$DXHA0;;4*|cJn(cT zFcQrmehL}>dN&;(sXXK3<8k_7G*39#Ogw6+?Vu@sp%(iFdFr_3T;a;Y3a!+lmoz-J z;0<0qnE@z!6xA@EWcBI!U;JSDFO<#Rf`=llsYp*xIg2&{YqGKy17OJPrb8n0|3Fc1 z(Q^u$nAp_$`TvansYrzkl!T^|0I%6Wq=*z=pIuf#MX5mTf(*zXNbuAAeU^FJ?0B$< zf_+QUu18wth7ryEmdnRcu0f(3-&7H>E0y9YMq#rHPqtp-NoKnd%~UNEmt7D)F3r}Q z|FaKn?QmJ}2EV&+&u5->t$r;>0}}^UEu!FvdbXO%amdOPKFcNl{Ob5k z*7svT)}mZ)?LMEo?(5T_e|{-t27k&C7ZScp^?;e&iupDpkRH306l31rs$Gaso%wut zlSE2AWHYCdD*y@F@Y#)s&;Jh3I;VIS(xv@K9Qe@zr{^9uDG$wY#nP>~5|; zzG?nf$sPMdL%{@yW;EF%@fYVZebzFfi04-rm_z=AltZ;({3p9Xawvu)2Pd zsgNWrdx>__XEdXT=rlW2e{Uqi_v)s%E7$-2er&6AGgoAMVSc@e%aCI-)h}xBbT9Xt zV^s0=!lL^XX9H{q(b3T)3z?)+d?O4t9T_Lt`2@Z5R&p@L^g_*!s3%R-2ymTrKd2c^ z^_w-piY;GKYY9{vVIv9hP%UZTS7I@swmT{mz4o3DiKhhiiTW|%5ERu9v~E+Aaq?{s z{tztXj--j24_xvxjZLn*;H2x)BT-d~CJ>GdV4mOY8BKJRg*51eM~&gd2Iixd9eCLw zVXwk6tM>CyKmdK$#`ohmwR39hH5Nk?5L*Z$!-cKiX*q10Dz0H()f%S0+gDWMmXc!O zx9p1dI2)WqTr4SWj)(V>i0WZYw`1bUb=OOX)63yy&Ci zck2*pZJaZ<(73RQ*c?oK?6E%wly0z&jVyBDET$_xJnjSpM3!Aq=n?hVxgN8gqoN8l z?>v0jn_L9bLuTfE0%0b0T%3aCnzc{k$eC%rJx+jcS_Pw#0D}(JpiJIyoi%NF2a8BQhXf z?O7-N@GiMLT&3*y10)DFli?G^nWuMOG#g=_`D(E1aXBH(2VWt^4sU%pcpX9L#jmS~ zVrin&(n~S&?!VDo9beOF!YDQHd*4}=(){4>w0eGi(=f;+IRj)H_~YAwefIZf?^?EQ z+Yv1}js~bXDVileI-nUu7g?=>%HTrfwFXe0>&S(1xGIpS*E*=JL7G#t!<9oLs=ecBZux<|rVE^Pf&#Gw-_`k22`G zi4-IQ4M?m{UEYI-Kfm~Bu?Oq9bV1Ub{ZumkvvrD3NRT9$)_#Z(;Uqv_sjpYj)nw;= z``!ZKgG4s5#}r@&jy~lG-_UanFVD~b*i)7o<0S!bsCZO!4dZYW0|jT5@~H1kyK*M< zFR_({$A@0wl_XXW3C_L5lSeG8k@mk()|Wx;68r?crJ&WfH(_DSw(p^V#ejOvL$b}- z(iZ4dyh5j$bsfX$UeN=29~_@p zh;pr7+=;jCKpk^q?u(=kq9>nzKz860(|=_2lO{(}olX*z1m8I;a+A}y1*!o^jIAYM zP~h6T3qKP<5WDYj&niqO#vuhEk41kvwyHm7Lt7~*l%i`h6FmFGUagx_Yb5L?YUVki9a>$|{i&k>B%H zozwY#9>4zhu%jIhAC|Lg3@!X|blb~rC87Jh}I3$P(46;c4NsakR z<9yEU$)n28fjs1j{l=Cn74{|7wM8T!2wB2YQ*V@2LsZ^Hcch@x`&TJ-?Pu2NmYe-4 z8D65qmWwG!y_<;X-=|4*EJ>p2M&q6l!T^{k4_TI1k-o4+?BhFbSzvu2inac zenVr$B~j$~cpylzrh4dlztz+m_Sx^EBrT2xy1~NeeDY5XB@C(LuYl#7ZfGywJK=|w2OHZZ*TJB*!Q9`9gk$7rp6TK{+D zl|Fn*5{pbSQBl#uhtcgkoBr-~!|*4J3&ddojtG(lD0J`NKM#v2?s98?!WAH*VJA|*(fI6*NvoP=rRY7&oZdC;`9*}C;i3=B- zo&tmcMM`LOpZPdHDJ~d%+8fc6wvd)qZyzjr=Jid&>Q3eT<9%;pKtRTYvt!k>YEDm@ z9=DCe{^aGpSbE^WT=aQC_sUKBC2w7@afjLr#4Pgh0yQ8|i*Vo8!J(FfTNZ#0qDywGiubp%sc2dLM z?#+bV?9POT=lnsPoT+m^F%%9oc`e`PpmK0SogYnr6<<&J^V2n!>ECvOh2A zU_0!`uKG}rW$TFV{X*t(Vmf3-!7f)Ywweowe46|&O6fh_AX`gX2(kaPxSCnBHJo7Mr( z9iGflPr4;~QNFz`W37JgOUL0-%+3DK_E+j)K+3SUasmu69rFvk3)Mz5O+p+GA|lc` zQhOE94z1u{qLhE*U;N(8?@JFB00g30S$e!;RiI;EybpHmy@W^X<>7Cb$Y)7e zocr#g*xYfQC7ovedb=V%!K=IVkDA^8zw6BTG&bzRuYQNJ(#$zKTYfX|-e1b2*pwT-MYlKF~``u`AOE6XzZ#C`5+(Yf}kCU}4VLcS@7NQnYFVj&`~8jPuCB?i4E6@Q-|S1xymg`5UfIxe zy~{dwgU1eW3KTolcRD{+w6sQX7d<%M(DBXVaQI)R6ybp_(LE#KedRh)bH6?$1VdJT6A23A;7Fu$b`~niCI;+g9I?P_ z>=G#WVc}`;?4FY3Gk4r=YdfFlg}pnv@;U)!|Mt>pr^^SlSrHh>Qh844;lkb$oY_HP zZ(xJVz-qb@XbW%R#TbB88?Rlu__M2~soH-e50 z-CPaz4D*A~&?K+KDix+qbY}ZrpeWAB)UA9s6vi+wv_-6}uwcS|D-iK|U6}@oEj>9g^vSO*1 zLXV1&W-7du!z@a*q@}J?ouAFSOOz^qt)>30=RMy!0Zd+TdjF)VExqA}{a$2G^?o7= zzo&Z4E5%W4ebUu{2Sr_!J$bJz#;6g$BW}o0`t;xo80+2gn6j#Q?AT$m(en1W5!=@0uUp2SXza3I{?fYYfjdC1oX36S2IxyR5iHX$d`3apfr6yj-su@^ zYEyF4?+o|s~OS18g&di&T;Kb5;HZo@ zd=*>F?+yT3=x4y~m`OEXFhNW5L}SEoVaJDtDwoEXcj@xOg_I`X`v{1>5r~Jc-HXN$ z{hVE!U*uEd+@P0RfW^5rraOCP!%S^%V3jyPj7WS<@T1ht1=YB7#BcHAh z9v*()@oe+d!h!3W&(w3WEx$CS+(~4K_jXPJ*%z(R%-^)IrU!BjkV769dud1XWhiD| zjV2>HSsO%zY718fs3Ze1umW6!6RJAh%Li5E?#1k4xygRQezF^?fq;xY*o;rL?6OvZ<%fVKPzTIC=TA{p@#}Tii->S?Um2_ z3ozK*e*PrW7a+_0sSHVxhP`uVhqgZsd+(VsQ3rUr752Cp$?t}9D?3r>*AkZ=C*r7! z^gr3h;z15EkuzvCMM9r58b0v}K>lW7`HgT`!S%foV}s+)t~F0er?_rgW78Zq=TS_89zsSDS4*aD>E z$j;}mt@?XU>bb5jWnuP=5IBXWL|UfR6IAf~M}tE{qQIQcSZEPgIbP_gZ{LWa#-3y1 zp8;nupe{c4nSXY;{UyS1?0dS^z5712+EP>sK=U;T=>X7Jckr;%0!I)pLgYGa(%$3^ z8^+N3!P#o_5^Pk&)=-vts<^RKCz<_u0s!r>8sU*wP)M^}%~9Zf#r7kpnEUgaG=%ot z{{4!mm+U?Bsu1^UH#B%#QUpwx|1BqDWuhmEebV$4H1*k4dX{Gy^> zFz_x2Yu-`G#cG4=vZA~kj%QTr{8Vjw9N*pNW!<+=qJ)^w&{=f&A#!8D84_qU0gNEp zaO6%?t+1Cs(fFG&uf2wIXjSJ*HW!u+>25#cjiV5B(0j}ow{G@*Uo*F`={4|3{>~w@ z*Q8W?J%H4j{BZC%wPcgoBY2|Y`@ zJ3WFyc%H(=bM(2TOp24=6td`ClK2f=KP{a^*+b6j>2OYRaCP1kCYc?)7n$o5kX zmtVsHi5wCN17g|T^>zU>zlWawD44gU-Y1o^ZF#2MqMP|Mij!83M7RNO)}gi$5Ej2@j8gSmN@{57p8CQZTy6tOD9d8g^}^)&!!E)N9)Dd&Lr3Vf>T7HQ*u)OrBf1H zlKgJh{m8*aqwX|lAyfCGF2lJnGt;U7Ut%UESn$@ zP!QhBG<1^ndBQeAhy(u1v?m$SLy1$JK58N}%^HV05;LGnZ00^0;WQSis}y7R_CTH3 z^2K-eHBVJY?N%V9LrTEZoSd9)>Gb;ds5;uTHn!xS@A*ZTfU?@~)~x>WL+?GByS3n= z3t;5s{f2^?SoHIBtWDrW01XGf-=yDcV+d*L`#wdKj=q< zGtG+XGYVT*2--T^3x6s$^5khX5&@uf}_L2lD%B56Yrp0m((ZHfkevA zR(@9QmtY9_QfiiB#~{$3bdekt2j+h|fsT&c>e!;CGa?tbbm$?56l3(%^#B5b!;Q#q z&NC(IpASf6DvAt#zs;);4GG3NSKx&hgDPi0r)Xuzxu%F?O4;80ht4y`4NIw#_AeO6 zDWl&b@Ua^Nwe=r(_EJ7GSGdIbx_5IDgKxkoO$ar?rk5F7?Kjo({`vXiKYBR0c*UTp zcuxE4yK70cO_N?!{O0t!$3jucqQzbgdkztw1jUxH9Uh`${IA&-pf2iRlE8F4Es?vC ziu%KhIKO{GQzG(QlIO{Qo3qn}mqGmWTL~KfArFSXHEFFZ2{z;MQwXr=5c{w}dzkwyRICEt z`m60AT|I(~qn+94FObzp1fLeQuH0VyPb?Q1v51ZeKHXehT@8lR$i`+IINA0+dty+) zPaHHL4bABxJ@ESA%i}Tg@N^QQ5&qGaD_vZ7f5JnBy+wQnWyd`qNx5iy$|C${kjN?n z)c)%}oAx(j(_*%E%mIC*z7@f90ZRdHbysBnG%a zlevqAhGzTrb08OY2|2yi`!g^BOK$pY?A4cZ5`@TY1BK&I%n?UMB)FjDXAIec=+_B=av<^=XlgSFj)zh z8Zi&uhTGvqP0@zQ=}`jn!}e;*A!`C(qSiE&ug36(~H1 zhya!5RJGPr3iGGZ|B_EW>qsO%m>m3b8LExPpKTOoySV2X^lKRf^%g$~*~gi3a_i=G zyuFP75=*aEU)uXM@1M(Ovy3w$WuSh#`S{~&-?jAeEPfhc(?T?cUV^k5?{A8T%{w#3 zb?5izZ7=`B%}I02n$?%T`hBUKJvE4pHwVE8PebN9Y2zXNYwiobu20qKB*~VwqO?t%s-KYKoEYdXU^4J{F|jZw4Fq=X7i=hVxt7- zc8K!(3r+UOx`p#XV+_AY*6@Mlq5uMHAF-#Q*|IP8r?RxgxI}# z+I`WYzyAG@h}i8UCmskFf>WTf2U!4Bb4vg2Jqdl5Ubm{Z|4?gZQh=JsM3@>d3v%_7 zju|+01=RUxPdqXXq^Zje`l1#1`G$4++Uysoft&(o6}vck+q*@uH_& z5R_$8Fm$4&K<4c};;Y=+c`jpHCaPLc#GbP*RqSr>x&>Trhi_%+E@OOuF#mWvjR|9@ z7c2Lzac3Z&p*n_^6BdE=C3%80T-{fa2!2*tTAHSqbno;Z9G1;!b?HXoQz*vHznu*~ z8um1FFk721fc4C8CMZRoibx}2d48Wr;xU5x0(-@y*DMHnI-^*>x$?eIpwK@LL*fND z2{Bev3a(_^`JNs2tsew{XK1IaX->7Vkkn1k?4fN=Lsz6X^TXu z2<7B6J4E(O-ctTNDwgPiViGjXZC~FJ#HXNTb%lnTJ1{0j%=8UZ%ww#~%z&{tXUTW> zk|5J}eu#tv5i>Xa{cYim(Q}LMCp@cwH@o4iGgreR8#||NK?Zwlf5*%L^dx(2p!+74@k5BT|KHaazM% z4TR9oa;Bme&B4`)Y$G!=Gp>CBA--=49TzefwOeb&fy7(MN#D zhJ5T~N84F)a^6i*4}2PMgXIMU?~pOa!s#Wy$fZTSy4!ZGjt*S`()MN(p~5FZ-MYFO zS5*qrdK?Te8UFOOd$-^3S4~0pQnwZ#ep7&1A;_=+jkj&EaDTQ6nBX>l=837eW$f4Ux-$ z??ky<m0yY zkGs`y0E-%&HKZloaDnG|&2YBpR1IC9)Mlo#J9U{IdG;;CAPaW_*9EZQ?*&^s8Uf72 z9dF6lenEj&b(-qr^ms>bcA!-!ZDDR`PW2GRYJoeJv0j=MI?9cF zk&6c!d06GP;kqWZXU7MH#5h7QeHymdQ49`^_yKX^;`>c1%lwbu3uW%`=UY>0wpi z&~XYwijc(ZK6w_-!@Qmo%D)v!D{n^X_V)L&W1A*s_I^6aRg2J!cs}InBr15&b@ZXF zZHdI@Av;sO<~@N7B3S1wE;&xX(1b!T`#A_{=^4ma^`4p6(xr=iytZwa!urzo8%HU7 z(zQ4vWXds(YI;A5s(<#yT4<+I#x$}BV>aGFI-c znEhTV^|l<C1g}#m^iI z){_t|JgVK%Q9`pQ3P)8!fSmjT&)E(INC0fkpPxrJHj+&0e~wn+A!6D)3)be8qHp8| z;q6QCI+nz7dIzOYfE!@33sAq47tOCm94D{g6Wux;E3$uUN_DMe;ucQ_ljK zqu~w@3!5EldpCTC&heqZl?CdCX9BT=3a*q?p&g;4VQD`zAJ#2E+fc%@R2;2~Dn)@R4d(S5Ry5tepvxmgNgq1AoA^Orr6-&!B zuOEIxaC;Ea+fLJL6U(>2fV?4aD=#m134U6UIIeWg|I1;>>yb)eIge(>8z@)k-TU|D zZAo+ij*)x(p8`WyzG@a;uwv3DnwJAUi)BB(I8Eh!WFLIsY zPq)->4mv&9i&BJ$;m8U#=IlLQX=6QhN7!F>N(5=5fObw&u{_F%g0C6=~T1T zcUd*wIE%ry5Z|>d9|;pJ|CTRz@%8Ita?SSU7dJc%@!is*a?d?}Ve#WWGx0`6=Af2T zROA&(%_JA)>S^9T&??FAiFs~#ne^xDwqs8XseCm}mV)xn28*h83C#%x%#vI>1K^a% zylO;nW(HHaz1O$M35N1|C!lblncl@SARiMW>G*nd*$|;eX{&cdhsYHQL(T{0)KGAb z30e@jvM70*<36TmWG}!8V5CTRd8ch#Qy#bxXJ1%&c*+0*^=2@t=$3uc+|`!&;~WPM zw&mYS$B`%F-F!2$aI0qEz1}JuPC0GjWE`9Il090~df#WUadPr{80h&xWEv5W83Sdfd8g_kv17Wi{?i6vMJ7hCwZ9rbe&N^~Ut@k`1sy-ph1d+F zAEjYqYd-lFC8M^JmKIGn65Wol&hB19gb{YqV?%V;9;HDSm6q1vq^nEVn$8-@&kA%8 zUj~j>AvD`uvLCcxXMzC7MG(B7Y#AQr)Ph@rAXfGu9+h z0Co1IX{k2xWyC%b#aa+sXt)FBDbe1o!DG-AttM(h4aHd$(r1(Uh;kaql`XrE0Yh=_ zzIG=6Mctdz*Hc~{`CQPH$f580FKYZyA)D<7ycoeZVDXC>&y@R$96zdejZ9|Q%+WKYYDnzM_10I##~)E@y9@h$4{IUIJLrC+$ulWGF;^f=@@mq# zQFlYT{5eNXFA4$kl#kRFiAl|ojNE&UZr!sS*q1l0{JNdZW_8EuE{CzVyU9Fv<-Z*z z4}3VQEwC}n@RmgWxoerNBh@8WyeTHOwm7i~IX+%nG8Ol#a`Q1p`EK@rPZTK)))I8L zxz&VUgB;N;yq7FP7htd{Jo5OxiC47aulXAvYwxG*%`w~9ZJN{K_Tp`yz;wT7hk-0iX!{UxnRjf935>>-V5o-K2jYbYhif41~tE?=_zOjxFZ z?Ay_=ac)8n#I}a!YRk)ysi8Gtq&+bP0eUV+OjC6HJ`0rA+qsaNTFUw6N!5-q^xy2`(KQJI| z1Vk0KO-So?kggkgS-Cl`V>}fubk!&K5B=J%ywT|q(z0H;9*;3@*Dm9S`#MxF_K8?A zGY8WKRp?)~Dlgl-S|KegNc^*Ihefisoc78#wI?G%rKf$y?3H;iQ*Ak?>S_&%3-SWg zF}q5hHnpvO|94rJ7$jwPHDJxG$K7qOtQx;PUtnxSJ62-+iqtC8%;Q*%jW8rpD9=F1 zheSqZgb+blZTr*5Z7a6k^CF4O&sP_u9J0uxB(MP+lJdmnpe85)QWa^NjBtU^UP~$I2km*)e>64)Tg<*s$*$WL5c?s z(M@RAf=Vv)Sm{wg>(pqo04^L0dWDCgV;_H{YpNU2A|_F2za+SjS)+t=XYM!?k&~mj zJW%dJh-XR6Z6S4||g!VI~Ly%46=Qqm$M z$Q?2ZE$GR|&m#jRG;@ZUm+dGMIi*S!T9uX@g9PJiy8_K$StJ+SrcKOv6d&5^W; z0gb!*vt?o~xAU9b*5;tHcRCrPPV6h0DxvX^3chG(18-~OU7+G;s2}{VP^ZeRP-iT-jeR0_-*3)_RrEWtKSj?fy+# zuD+W$ssqm?86|XhUEv3ZqS+7YgJYTIhg}7FL$e@NmluWh>z5N z?7y))F!2lZjUO-5X7uh>oKb9^UU;?VrvviHtnV{YvU0CKdYz~D2K(=ggWWh?ty6=| zrckcK?aJ&V50fFB@^3dy21@hH|);y7%+nr}h+@h|Y!9l7dx$Zy~i064VsR+}d< zTC>>TXuUjMp5`ygrdE}Mhw%E!)T?mD8eEr^Eq$z#&d%F$t>1?6iX{e|n%LA9GVarP5_$G29rc+O2zzO2zlkZi+E4@Oo#N9mqm zB`52iyK}cQhOm(pl$um-YI!>hts?ie&ZWZf*FAA(1@0d}$HO6#&=%#|s;g;Pc3#ay zB$qe7{%c5PlbJ2K5MwQAc|=+Ry>2y+wBBKMf&S9e)U$AKD5$m^!ITqEU)|3P@U}Y- zehD(vV^^Tkuv(kZ_%g8sZRt>YRL}Lonu=2?EpmB(R~QP83cB&RqTX{)dJPbsT9J%K z4TTb~l2Sg$Wu*<})#*$W~fXV>bT5SrC=V> z7X8XtU>&ImS=foRrt1Q`S3k79PB-`W>(5@s9<9?j=lCdrvvQm-s?X1az28tYZI;dP zwdCMq6O(Pj+fIB~$d^67=f-%xLZITTaXxdoI9afkfJM;pS<$?*u0P+Q&^wZPSsLIB(-5%zwdpSz0sl3DOY2|H_v;0?mUr+jtukd%1@3S z=U2Euem#p;A<_P*u}t&#<#2^VtI%=90R;JBGSPr}lCjl6Pdl{e_;@&E+1$;R!LV8D zw)i&Os5*aIv`p#(p@6L4hkCp{@q~53BC^9(c}vnH`X5|RI#i3J1R>e-6FQpOq-#hw zwm-7fmzFLkP9M&9{tOEE1J!T=f?S*hbB%$xVlcxc9XAtB7!K3+7@tRCsa9TkpR(yT zY3ZZz^h2qxt*zaI^Ni3zcr3+Mp}N2bHzz`BuY2J-F`yw2$We0$YJy>u5s%L{#KY#D z&XwkAXjU@}@~HuIjLL|XD8y#UMw=4X*=tDmz>*Jsr0wkL2MFB?7o~1_a?al5`GJ@L z)d(+;ip|M@vmk+MO1XG8ZDof@+ZlNx<8C{7DLxEA^zmohQMj{w3JmiJO}g(PnSaKu zxSYQ}FLR~wY3saR7^D=yw>>9TP2+7{ouT#*rc(8})axIECELy|=$(%Iy;Bf>UD6DC zV_Wa|p=@^|3bw1;BzyZZ&8!?cEmJI$j`uEQ9<z>#^y%IK<<-wfPXF2_5PqF} z`wT3Bde2-&)YElNxpkOTtoho<>}Ds#z+ogNo^ShJfW;dpy+`*r`PiEHbiJm0Pr&`zth#iOS{A7e~E#wgF^FRQdOu`pK zGgl{@|8B-Y2VZ~CB8D46o+_ZkA_g70o_2+K1hE|$HRT_6IAbqK2*``I7-6eg{O&^q zTX?$Jr}lx=WG_F2nOaGKCi3fPX9Mcu4-^v5bX2EpC;dWfKto1e={cKWErEOPY!z#c zGTq8+K3sSx@_4}6&|7>OCZ|o=Us21RB;Nc*#5L9z9Z5|XLx-H~ZTb@jQj0xjNQolR zYLIIQ`zAGS&`!E8&%cy62a72>42SCh0X&tDGa5qI|L!n$sr*|BEM*INN(QBKI#&f9 zFB2luL>-`0$FYY@>&gVXuop!Avcl2hFrH@F%cH)<5iP_#Sb?< zoZXn55WZ3YJelI_Sgb6ouecgwdo{1wsp~DW#kOaDEZ7^$BAp+%iM>_a^%zkI6fjBO z>aaXgzOzzY#z54PvEmYytcYd+UF2n@SQVbjfBFax=>r|~FRqLx?OhsudF~am(C_P{X%bdt6DotzTvmi+uui$7&^Hh0e zc<|dv`HPXK4rfzAW0laVMl-l>`>E5>#SIf&nAxcYgVPL!aw$V$tZL;8Py+0%(0|-) zyQHUA3)^9V?R#w+eI)^3up z_qIi821P)FiE!%ko==&$Vg~AIlAqy|5vP!znJ%rf$v-;mmTAAw?WP^prKlWyvz}uQ zBI5TL9zytw!Fr@wA?n;Lm;Ixv8&8z&(>?U0tB-E@q_%8KY2KLi=a+g_`(-02XxRAP zi*_f_`fM!~a`8;bS@($SuZ=;DWyFDg8sQ(9MS}MS$_Uk>+3EfKFmV~60SXNjSNruW1TNsA09(`4(%QMS zO+^Gzymt^0fUkzur0!JTIxfB>$Ge+Cd$Db&%u2gp``ntfZApYI3Cy8K6Pgg9y@WCLBOFmFk<7UWC?HvXv*L!&kD*CA`w zzo)$>Qjmxl1TaZVw6uuvG#5B;U@5U~Xowx1(a8?LUQsF{>H>n1>n5GHnkN zM`1{mTyW4PhJ8zN02{tu=XKzEB-Nrl^BGa0nyztzSJcD1!z8lW1twz5KLR}7g!RtPDjpF%Y<6S8X7kPHqE zUT!Li=()JC4eV4x_dwtGRl(mgx6L{1%C~MiFl*tc{%-T>`9{|JmTxwn_T(44=lj>f zcjyY*R3x!x%X+ft*nlTf&!BCAJFc^HZ+rFfVy~ML<>Y6dOci!zc17wc zK-EX_UQWWML+pzTUjp1xuX}u}NL$CwLmL4k%}OHZK`fKjy}K{{lq2_jtEn#7x&P7g z(|nE8iK_m4T|<0sU#KKA`c^Qar7&xJh9^s!Lm}JE94|B%kM;-n7vQ@U1$m<=kRKbAMq6czJ3ya|#>m1l-GbrGx zg+k%s`LB{hiOX(}jpWgJriY^2O?RHmFB+-twJ3c(Px5?H{!P@v-N!fj*UpfY;jBVQ zh!R-|Sv|1a7IKeXB`vu)a=(Tz@pAS->8$*pmp5JbBUU07bF9SHIotZl%VQFIb(!6h zkA1231~`1MWSCK(ey#pI;j8PHu-7YbNlOyUc_sEK$~m=XarJXd=}h$^>bjgry;&%oofiU4x~={4$SHy0&!Z26?vW4FaBmgv^g!p9ggKN@txCAc1iCs4cvg%Vz8<1j3(qnIVt)-x)gcOVVF{M#9%I)X)7dF1mX4fxJ4|Gp3^IYlMSn0Zc_Pvo)bKo;~QjO@@%ryxOFN&JYQi(ePalZZq`_6C=M1TE5;vz|FdXY zo13RcTgDJc-lTMuFREadsK(c2(G$k3*?|=^BUH(BNyo0g)V>{JE4+pC#?FQh->~Ce zI-aG2qWMeNoMA%X%3k{(O$=e+8z*Kly1qHQz$0YwZDjLqlAD*_9oQQ5`q(a3LZku_ zBBphT0vrckCvJ2={SIIKpyE5z z2%I5Q(@;d-^OAikbN($NcsJomX=rIBg@)-XCJgrVouPS!?MMXrR+C3SAmIx@je#by zc{HiMh%5CgwCWgeuA5L)lexczzBoBK84Jh!ice#s`rs*BtqKHus(q`jt9$z43WX+V z!3!kgWBD~f&Vjtsdla;gWj_7<=)I;FvbdZvMj|5oqpor45bmCn2_^%@#m`Fnfp!Nj z-S#Xa*X^?&%{@9z|9C(D^*Nl}sZqp?6%G@;`Q6C%)=qaPCXv&WI%Tw4V>6Y#(0b+< zK9R`7=${&BUcHIc>>eZceQJ7!VGK`jurhK=I~RrGY5}=A>bKa&ckxdqX*$IRs%Js} z;M3XB!nRVZMmDR_9r$83z4NAl#-p=IjFU2N7p8rKYpJBC(%hk*YH39~y6sy6a|TuW zweO}aE~aL(N7SXs*=vTid3oMdDd^lged;`U_LlUmz&afqCysoyjuzktCb7`G`>4{5 zS2pqHh8-LDbiS7=SAQxrHSxDTy}q%zytK=7qMy&}7B%n8tLn^89_)3gitOw5`m-p# zW=#t0lh?MCC)>F3KXrw=cADX>%T)U_T+8x^=PDYe=?!P5zz5@n`Ms zEq?7u?{e{j#}+wSGDC&iPo^NO)-^P=v%X3U?QC{{pyN@0s(sXsM~}Xwg-fu{VBXu_ za!fTOf>$32l)VTfZ{D7I3~?rbTNb~bz1e$1!X4Fd3)KAjktEZfn)%#G_OAX;{aeKM z`}c}NKk@Hg&(2*Q`V2hFFF7 zBt5P&(WD+!y#OeJY2WwD4dTx>ukkj7BMEgksL2?YMtL-8?TC%C4b;4{hvYfE(Z>J1 z0l|H9vHgE;d%_g4Bcl%?!Wd_L9ALLj-3m+i(Ce60sxOF;k;Gu-QK$nT_5Ol1$KIc_ zMGEscL-vooxKy(L#o%8DDf^nuBvK?PW&eEdl^;~wUOUpeF#hwP6Q+o$peL!RZ(3zO zf{s$V3dP36<@LKUjB{oW)oHj_uy|Ob9F8Lj5qlCy+Hf#6QJA67jid9C>q6X}zkcc7 zr59LUa$hr9{`+gi_bwNEZJQJrmU=$3_bwMzX$WoM6p@1LzvEC}%<^JN**-=V78Ycs zrvLS6;*u{!%cY-_8Bwt2J^VM@=GRAGmMWtZmT)+>f%*2@gGot`r?`p01+j{9V5Gaf z7af~QkwQx}#``gi(y>+7f{0alP5bY4U1Gkpo`mu42VKQ~{~7VqC2{qO^nBUtFPjE_ zNGkXm>dowvr6dHwHK1PvmVHJ#Uf~eP?>X{E7uP z`-*TaeRCu8#=rh={J7&~FX;p7KUaS}a}hubY#v3AAGi0YR$fHJ6K)51q!ENqJwxtk z7C}*`)*=a^g<8`cm|d*LUmqAGH?W>W)A`NaeaR!QH*`(Ey7WL9=poW9Tj69vz|#SP z5+n{3mzH)3OvU>7*OX8)pU4rXr~CWx!sj(!zFQ>0N-^u9%IpQJGPnm(PEKn`{Ow-q z+{_$Pie0rY>jzLH0Z|{SaocM=p*c00d9@FYw)LnA!oZK=B7FzF=Wp9VhA@J&30M0m zPrH{0M#AX?PfG{=Ul%RM5x9rstB|F&?Npvktb2-vfx$7*fiTG9+5 zQ2imE`ZI3JTT~R*Nug}EnU4bK_|tJaIHZY@654p*U2%)Rzi_xB%7!QH8)?E3_&JmW zy9riweEWe@XKhZhYVXMW6JzxI+pGJ%v#oc%Jm+y&|H9UfgzFe%dO;Nz29>o+9uz#X zHD?Pf0iOm335yoMeiXMZLiX?}RsjNO2hoU#QP3UVP!hL#7D~v=S79s37Qm38VPJ$` zCo?C>NSOl+58noU)5x!-^gf2`*DAfUtFk;j?Q*yb4ObgIl(d_%X(K!S!SjU3KzUQMILIqk+X|1 zEybO`In0Xve%q@4&ni!2_S{WUe+r{zvM*-c;CR5MbCb{z3ewQh=Jz0cUygrhHMy2m z-Lbh-d){T+^Xz3m($zu))io4wqQpuTWWQ|XGH4BkFK+A`WZ?$bDltm;4)^E%9OI)hqk1kpn15A?H%%p^kzvDhH)<7vBV9c z_4O?zbLrb{{nuWKB?H72PE7D$;lPNl!z0MK}ZX$CsUd{SN%NH#Bid zV0ih{g=1&&I?MDsXUPisv)C?7TQw#7TWRa)L)>BuVPuDC^H8lJQP4Z8qNC~<9v4Io6o$?a( zF_LYS_g(Z56(z|MT>&ypLrUZM!;rY+AIqDW3tLY z&qyybv!s#K2J>WHP0hpz6hC7SP~w|m>erk1ic{m;Hp-EklX0OP{A#yx;zA*ttKK}G zF@vDpDYPQUV)Sl*|JQvyt19J1vKIgkI|1+*+2p9)A+-|*X%V`JB>o>UZHmsN7TnMj z3to?=2ZeT!6Fo^8kGK}g8lI;*DaJ-N&AFAj%ODe&?m0A^+Nw*heYX|%l=QfO z^x8?kMDD#L%9Pb$keNKt!Mfuvb=2$Z11-{n%VS2%`M)e=zdo4Hfl-VEhUvdr#$&TC z>F@TJ{|~a=#n^l4^gBJgIw~;y;Kf0hqd|$weUbAJ58m%cFF}GIn_$H?vTZdKKYx)F zJ=m>m6GFALv@mS8Sb-R6E{KS-DO8wiUKPLmqa1fr9xCUSz9?ueYRVP@sq z_&-~9;sLv>vzNz?zLotav)fxO<#gV@jw^$AHFIA-?K5 zajH%&-Zol%IpcSRUw35>cO0gAEz!v7jj0v5|35%xeE$11Uh%XvO|!pZ*XrnSF-g_4u% z9Lvi;Czfq!NaXu~mi}b==aR+g{(n_%kQ2R&`=5%F#c;kCV+;YMJaPDV8~~iJ8bp<& zX(_`0d=iP}70=l#m$p5nRX$_E{om^$SuMXPFf2DbCP9)&=BV=%?oZ6&lr@6!o3LDA z^Jjj}UDOrN@esK`n?-bdlBaBFF)J<`xzfrUE1)$@BdT|qY>1-E3G4tNp|ip z)d#t_7I8A#a+8ofMB}Oz46jAO?HPBL7oID&@ReU%wVG(eEcpI=F=)j8({U$E5yveU z_-N-kAyf>r0wh#J7yzxoUyS)-Pfp&^q3Wvq=ONtX`br|c)v*=DTqWI+q1>NgMg}nR&BaNOZKI|l76Kz`Dc*^t;ND6sXP1MYmCkI?f}R&PTSdE)Wl1raH_LqU#I zX*rGwL8qhGpHd1p&cu3@#9&?KYX=+Gkx zqP*ZfEwt%mvYBS`pnx_sT$SV19$|7LN>OroEn9u}d>ae+UTt_>_^jghaN3Ma3aa}T z7(Lm2x65BF^SaAyt@d(@=;x2zEUS+(8%j@3LfxJA5i>gELmN4ob?*8GN4$CE$2ihN zEASyTX1niREhhRMim^$2QoGg$n7!zf^{+f)T$Z;((K3^#{M5n3z4tW3iuOCKWAT)f z8pwpRfI1$g>MjfoaD1s_RfU`uBsVY(vp7Wd$$G{la4o9 zFBVy?wpEY0A;;9(5GYWumAH2-aP7BkKLv&pw+wmQec@|tt#Q0;W7hh@T>qEGGfJ*wkeNK!F@ch(rY?_h`y2YOw&h-S}P0`-oFLe54|8N%`^l=glaqzs`hVF zQ?SF!E%id-iAaw4PCh8K&CG>;_DDM&4_qBfbS6MKEbNY-_Vid&pOF){31;+Ds;b1m zV`8xQ;s7gf)%&fA8vnd~C+R@m?MrKNFOAN~$Ut{~1P>g*=$<1EvGMVJFmaXvWDPm3 ztLJVY&Ej`MJW~9sl-w<6Pd7q|9wut{NnKVx#)mIfb?o+I4O3y6sV!CQlyuj%k~gcn z2Su|4Irb&GAEBj_6n-r^dGJlD+nDzJAeiMhbmiRC8ai?h8$m%g9?zIeOFh zm5)En&uGsy+1CZvRZ4oRZ?k<>duQ{wRJ@lV^J;o=C;7fDY6f|;nT_nMCL+s_U?Y>doeuNhqlgo)FTJj>Ere7P#zsd)N>8*yNf`! z3VVDfF^e>6SO3Qwdjt$%Cb$TPK-vMKb-=ter0$ywV6aXB3Q+7PXo*igvbo=2ZI3{D zC*&`XZr*LfN6Z0gL_qH1kl?epFj7IbmzV>Bd>{i`L{-)k_R*uU`ln7sg@+S4;mGvg zBjR2^oJ8+j>tHyY3~BcuSifwD;}=_Uypm)z^NVY{UD~c(i%cJB=Jz;2Yc)e)2CVUG zTMD?XCes#)0BHg&EGR|wN=$@n|4h%wM6)A-^Cai7-R+LjNUYzQJ4LJUNs{>pYXg8CE)^OSt1~VP(1z7 z_}cutF!8ozY!qEybk>=zA{B2k8-U!nE`mRU19D?tJ9J7W&z1k#txo%XT6GCE#>to# zPbBM}VPy;W+0XGnWm@Rd+vtd9yE4{`Bdt8F-u|(ZV$Zl9h$NYZ4WW6R0RzB2h#mzx z<$}zTRI>C_mRuR~|qJLe;tm&{e(Pde{t;`yr7yuy2HRubMbK+`Gnj;V@lfy<;S=DkIJ#W zj?Z1Ck$6A9&S3t>n(GW9$>rWp!&ExeC~Rs>dnz>pRoL^lnO>bEvKu(4v@%B9Q%$o9 zt{gh)!FsuWA3ba2PC==L^N$W}K1hSgMJeSAR=WpC?9Q-`Cuv_b-nCL7W=Wg~g>i%owKRa5( zT2GQHPHZS2CwER9eu~ajmhbrKf$<_;oedR}7sGb8cLk;KD)ujJ`ate=D(-GlRBZ z&4vW_DrsqjjuxJqFigmk*&NJfIb)zwz%IJp?DW_TSGg3Gk><1}0vOqd9Nff+g&3xm zBv8EBQQoXwTdO{Z-D0{JB~-|MX4x~?L(Ol!?YQ@2=j*yhq7N#Mmz*@u6ttFdo8K6g z$Mml4=-um@RpSeK{rLj4Y3b#uTy=}U<5mHFK!UIf<9@I7 z=6f^~s4iPLH|srv&)m;%V}i~Uv8rd>FxWWv=gdT%u7aS#H6;CH_Y{EnN!QtPNN>W~ zB)j!&#}zlV)c*AQ=IEDF{oC4KDz&(b(%pEg1yhHm2mxgt=UfJn+%z)}Nkw|6s*wv( zA2*e(+q*9JhO9xAO_N2iC_~oMu5=ZDVi8wiN%MqJt`k10*#BB|ywt^;z?5O~0YG3uDJtEi>l*aA zf1Q6sLkVqa<<*`6XHhlbPn-`TVBUS%_C$;6!6N?^`h~^(iYSq!BhlUu-yP}S=$sL3 z42Knt^Va-rM?XIK+g81!EKl(8k29BW+SXy#gzG_0&PY+u|3}?hhE=(CZKKmb6h#cM zC?y0YQqmpL-AIeVq>=70Km`Tq?rso}5>QdPQ>K)XlF~@YH*Sozp7(wBxBu?#507=M z#RBGiUoplx&Ts{^FHetfh6u+XR+1wWCX_d{OLNoHF)&4k623=zh99?=doXBhHT&^B z{I?P_YQdncz7>}LFL8CCtr*S*!%4FMz}2^Aa|&_;2oqwRJ$^#NqM^d!0S31Z0m}Hn z+x1AHdmuZ6M0tQ>?eaHZNnk;DINJ?66?k)cL)%tw4m}cg-gT|2=StFT)d>}Qui<)SdU#BXDcEk_F3P8j5Bb|-3PQ5U~WW8 zwnnE^`e6L_)zbV_j|BXVNAj9}G^q*91yRfTqB%1}I`5B&X>pkoK2|7YcqmeKeb3|; ztCYm%i7k8qJzZ^%s*U-X4HvFf#Ju;TpaXHCD_vQG)Py#@3rB)d)h-5kev@|3g(Xm@W-)|?9U1PmE|f-ch50(&?RZ{R};qf+TiG2MS4 zyW@SdUtxNqSG_GzP$Pe-y56F#y`7`r_z*~JyMQDfJtfV}Li*t)1$UCX74No~g^IeURaN8z0 zPxlx3J@oISp#gOzhlL3UWIZo_0#;_<5R#$3&GVlJ2o$9b_i$1Sw@36T3xj@etxYwA zQAW(qBp>Z3^H~=%sHPi-F-rG!><|8V&ju}?|8ZuV)VYBdS58PQw!#gxquSb9;C;tf zRZ5u;91ghmaG)}H!-I|wk5m;oEeJ$@7b6R^oI_5F ztb&eCi_G4aLD=B*!lu-t>GIhWc%(jg_~s_jvCKroPJsp&eDH5mwED@6lGDy7vhnS2 zZBK;EvMb|X!e$U+PZYhEfmxqDIEIq<^y*W`$mm#<i6RL?oJ1Y04wWE?9 z*~)lKoP6WryeQQ@8lB6RQvc(CV5j&oP<%)-D#@Fh3;tI8bwD(6_rbZ$CG5sl$NL84 zYaY-nPPOP-skV0O9pv~Xqo3GeAk-4ll%0R9StRjIaK z-=r|De!=x!=$_COz+7-eNIS6uJ4t`!3FKs^{kc)y2>xw#HG%m+pU2!4jZLG)3U+ZNpsEp$NF;eh&rm9(J#vtcy!zhEuRJUkJc zxAt=fh8n*Fs$ZtWNe(*gCA=$5G{mR{b3?TgQ->aa-v`k18gKq1@^~NyQ|+}|3u_;5Uz&3m?EE!hcmEY3a?}9g5fEmC=p^(` zs$yW~0#XT1=w`s80-Gjt5gD?C=_`GCVpscF5iDo8X*T5FgOO#lV%jE&B7ud3Uq{aA zfGcN1M^uAsVMZ#GB4{QWttZ?}L^J@bs(@{gtmNF>7s&3BP?g^u0O5%t99~-X4kOM<=uCY|vw`{S7Dx;7ERWuFG@>@8Q<(Hxe4uCTfA08P zC0gZw3ItPsMxW*j$A~NDc-e^2>-P*xQ+2s(@8#8KY-hl>*SG}RzPQhf=PSD3m-AQq zpjMNI^Fq;QSBBJMW zT3~vn{Oy~;IqJL`LQAthCxO|+X7s&nvN`B5q2t1rm2$|d3EQf2RH8Bn<2lpN6QkkW|Rf{bC~VNP-IR_L$nvcFrnH8 zhYD+4W&KBS#IYRhOzL}X?Yzkix_o!kVFQAfFmsl!KpKIl9CKdl5YLtoxaQ;p*N90l zJbM1Go7nmyR{i|&Dx0Xa|4pzK_o}~aT-e|znIb7qtBleUrra_-lIY<-1j%gMgm*7& zRbON%l>3VwBied!n{qJIf3przRopCV*ArHKySepedQ%q{`M=6c0)k=6y0m-KZ6$O} zEqi}yoq$kr%|(`h_m#$56C|Q?>f(`1@E>A27Rh;E52_DvrW$pf%LCd*>m|3xHj^5J z$PDs!W(mT)f;Mas8C$S-yPdv4FcJ_NSir+f>jCX$cwea6EGVx?{Hl!_x`~CG!!!z` z0k67QrW_U#QGE7EtFI~8X4yk#&o81Sglcv+3(*Kj-OG`;l{9$XX?*qGhh}9e1Cs7^ z!V1ItGkfMQDO?hrtECJicS1E1|FjC_EpkuQx+Aemhc7-Cp;cu7R2V)(syjQSv^Ah%5(e|%?3Q(>1msPdxYE0 zxJLZNH`R)^PMt3f@{m?KIg-u^NvKTKz1$b<2%;uOh1SFUO{M9rzWTE&V=_rFqNS8M zskWCo2>X5eQeE$#qg4{DNIiS&^V6oc57Fb9%IX1x4~VHlg6Y-CZ|bJg{nHhU_!eGH zFVZNy$`>VmoW8nc)wB<%7FBUF+PrN}b%q!0V(3ZP|z z=##+u1VkH_!w_eoF5RU(u&YQ#qfEsZQ3gHeu=NLg>2i=dsK(ZJpJ7+(o|WlJpCSqM z;Uo|^{aR=e^b>$MT7XPwG_>F+GC7|IS;Gi=a#TygG~n32(vACoxpg6imOm{WC zFj6xQt$?r5l&%0C`^J+b9Mh|QAVclfC`u|kNtk}RTF#Vb{)~m^;g?6Az+|aSkD!}? zFH>&z+t-hsJ-sWbQX##|Fn)d|O?K1p_(G=h{@!NTNYxFgeUdfk0^R~WYwvv9MP2)# zk<@C^1ePOqvd$LjXe}98U&PUB8b~sz<##Mt!z3$7Y{6zP zmBU;g9EVT=(C=;;<$${e1_W*ZIu?hT@u;NBb`{O8fHR@F3xEdmVwA}4Hv!Ja*48*w zC|B;?XU^aCd&DeHMH~*~VB#YH9pvJE4m!7@hI@?0@ux-$dLFE`uT;MRdiQgubn!sj zNuu2JY`Z<;HLLkg&e-F(rarO})Q#-20Z0pKfS8kF59Qs1>(%2X0&6cMbqLjixK*nCKgno&V+fy=D7fJGQTCRG9+mF(CLWk5v z+hPOz+W(8N9y|; z)ebT=HTG;xoAi6h^Y)WN(z+yHc^^zPyi-qKJNu!X5e9v_sWaa5R*8TiG9--nzWEw} z5)Zd!#5cV2sTO~s^Gvq@Gb`cDmowK{gYjiZWH5=YP)<2+W!@08I=W6U&i+X!#fVPJ z@6%(S2~od~LaQKPY=?Og65|Hf3j;kpZ~u~@s9b2twsJ`pH*THC>X&iFli^6zfIIuWId;WWl0& z&cmwp_1cw!Y33p#uWH$he4FxNX1+hyHKeaAjb{B;Lv9XKcN>R{0a*_bNP)a_dlz`J zv0InRj(Izgb6znIF;!Pn(?$6EG{5=#uhl^Ocq%L~HZ~S)o<4r-i|7NVNL@P6Aqs$f zz^e6qWRqX8_j2#%kfm2mG5Juo2gIV5ZuyOzg7p97db9Oc24wsql zyaTp7bS;bJKhq>t` z-;2L$7B;xcQ3rvCos8RXX_KV;7*SR2$#+arD+szz|9@bl%A8v)-#pE<*5Wc>{j{Twu zJ=EgceNUMzbu%zs%davo6gHEEBLR;%BlI#yhw5oo3S#a#|7HU|l>sHT5n=2vjPTE) zAfBfz6@EA{o5lTlT1DY4Z`lY_X$hjHmxclgOv|58Y3(MVQyzVHD~*b` zwoH@m53yyyUBB$nbLSJa zq5QXJP|*)i=GC(u;D0i6#Oqx3jEa#wYaD4ag|{TPmIY5=LWt%tEdT)9j0g0=)l0P} zVJuB*w1jY%{N*H)HX?xV2}GyPgqyGi8^8}x3u;(kxWkOMD?zcpNr^Waod-g^{%@~2 zd)T7K#>PN89tQ^-n0c_qe~+uGEGOi{q-%_7b?w4G)T9q0vs?b98lo1OAOEQ~^!!kNzAji-cfd>? z(gtZY>Lc;%iS(4N9+2Qd;n2v+gX`Mr+?!DmdZag>wvdo+)F8bS>IvLKGex2$gcyz| zI~QihE()sWN^npl-(ubf|AJSsf;Tb+*$kgcE!{w0pGl!QDVkd&(d_%O133Kj<1k0= z1`CV-u`f4#sXBivfXzB)&FQjm@#f_4Zhg+EI$U?wOk4Uewb`HkT<^Y)<1tiY(6st|B_-PeJTP*bosi>%=++7;sQPk4PuEFHwb?3i7mX*X( zOfPRR9(wb`R8+HpxFMx+wGy_WnB4=P*RP(JHs4_;7{pPoZu=AEI{b zpIf_KUi4;o^VR>hNAs<%kB3}tdQy8`81F`FkT6u~;j>s~-w{~wpi+ZZR&3WR+<`;$nfS_et}CfDw$OT z|M8BJg#}QG`u{JKzPd01p{v_VzXC{+4-x1%kil}CE9Gx*^6Qf+GNsOQnCK83HWh0| z!^>E55A_Kdxb@p1AHGKN!g~VLmlsbC{cql1>JR>JL#U4d;A1tUxA5z2~?Qs42 z&hU3I&VMK4NiAD;{{Q=bbat--X+Y_0d1}pyqW<_{l#pbwL!@+g0y$ZutZT53dG_)L)ZNAuY{6^3%`&%qS*^z0QHgp#%L<$VIyC=MuMVCX5dVL0m?Quj zRg~hrj484JP5~L4+x~lhp zbppd)VqehBiHuw+sQ267P;a%C{vKCgk=ey4XLiiU0hKpI=cv2^sAdzeT)9 zjE~@-ObE{?-nsTH`C0NCVKH(-F;U@(m8(Y|QcW;>V-pqy^!VO>57F|IcKSpTC3Q2f zV~0RbZ8SSSdoh3U1gkDuMEdh$F9roVJQpe8enJy)xutt}g&H z&Kf`_pv9}$3{uZeVdr7SLn9YW_2z0Dr2p7}wcf+=?pp9sR#TjXt}$@%=W=OPb*K({pnbE9@wrQ}L$@ti{) z)p`)}4)(l#EJ5CeaqIzEiBSaJW8lwLp!=p&whP+BQGl2bH=X^@_g{jryfG^c(;hoh zJ_33Zuwom8qShW#AHY3~rv?}$FcqezqGGccSb`S?euGaLr4ZKqn_F>yG54mQM{d>$~y;Pz*G>GGL9sYT?PxW`H08=(l0r z02dGo2I-9KIXM2A1=Fggx@cd>;<%irN8$kXV{D+j;pTRMcLv&S^zGZXo#AIS(*>rK zdG5KsPQq|xzCChVd?!bL&kTB4G$T>G^O&#x?$||JG^wCOqKnnsx5iY;()!^K9A&}P z#4LBc=d)rbp;L}ra3ed~p?8>|gRc|}gXCmnLTU`pHEZ^VbaI@ETN>)@D#)LAIi-fP z`Gu4MtKOCmoTl|}UAH#0aQGz_nJle=8D{GZ&Wxqt`vF{1yYG%c#ap;0n53taD{wHj_=d4~(~Y^ht>-lkpDrc6iC)D}~+7}OrEc--_# zS%G3^yHcc6oV*{)3>djfNck-_luY4jRNeSKtxZdv5CdrE_lZN|Q z-(4OK@Tl2resQ=MpNDNvA8DSjljGmMscdp=1%MpX3Ft~mx!RojBpzWX+1d_ zOkw@(!~O%#df9++1nqZcuK^LjXaH^b#(S7ACM@EFsa%?!t?k4&oB)}(;2MFBOGscc zR!p-b8Ez^C*uKdD>v&$vF=;?_b&yKAJ zH9^6wSk-#JHsZy5*-5`H;HznN<7%B!n3=7`I`Lti1#XPpt-&ws9T)hR$Z~? zpoB4KI>Bp1!!>56f7lL1i$zQ!2qWp8_KIp8gz1KN)J|EUR{*rgj z&w23-OM)lIobA;h`<$*qV_8dszY!tZv(9gK;OZ1IbwFD@v*UXzSUO1xOQ~P z8YWvJVpO!0#K05W?{cnMPPk{_7%)pXo`Vxp))U9?p~)o=+oB$r2a%S!3S3-67Mmkd{pIu zWsCYQfgKYcF#+E^ta4{4-HX1%UR;0x$biAqkMbf=A6Q>nf{7Hl+dNAXU<0z?`3`4N zcC_Us9)rQcn=idOEvae6fS#*YX>ST7A2sH8jYwJt0Q8Mmu!kRk%(>J@Ey`vTupUW&yS6o!amPCtMcIdS8PxTrPp(i zVSeJExi!P~&K|A3%vEuITbBq7R>MKG+`Td#yL&dXn_eSdmTnz*g`@=@vJXbua=Hoa zzw^;l7;cqs@w;` zt1SRpHp=N4Sw!cPCz@&Vr*d1ih4F{J<2$G3KH)kRH2GdS>l9#?j1t$R@j*ZMrQv+hEr6 zkWIr@w`RlX&)ewDs~+#Ij7}et7sdMRpWXh^CZ}4fj$IXD)-EJ<8EkjuFqs=Bw2~+_ ze?P%Rm^5_DVi=3j`jVB5`^7~Wm}-#U0(Jl<>lqTkpihe{j_VXni_M@^}RbLUnDftDoMz%&0LTb=EeUUE&UuS zb_H<7EOm&OZS!a#tHkfjotA8UR#2iDwNag208#;a-5sLRwJ$QG3g8B% zH0uT_Y94w8(WNv3AxuqFpVCb1X~CLCgW5z%kGx6{(B5*8yh$qUH;$HJ>*Ty&Al49F z1Y<3t8Bp>2xr0|Inu10|47&aT3W(6%Pon^_Tcw{4xNM*i+$9r9Q7oVU?zegn$iXzl zroucsq62dj#Nf(1K~w=25ULX}IaUio$|o^0xP^%>Lu#uZAE?RDws4nnQB($yND)C& z@6Tk4ZJJTQmvbmU%AD%=;tIR87(y?nK)ikZb{Fn@sRTg-k=Y1()=UaS@}@RHzW?K? z-$BS|az1+(Tn9whQp*@WsOf~oz>mV5sB2mzfwV#*>seq4o^+O9iAk4;7zo={Q(-KJ zE&^LKqM)4HViVmeL4q()MBj8;)FBGGM~ww0=37_=Cr+Hm?$zMYRvm+>8m~aoo+tL= ziPOX!H#j*r!7N(QK~-tAo2gm1#6$@Oajmzd2q1u&D3Q0j6GVq7DN$k7tZ<}^9LEov z1@ozokggO38vGwRo76K%K;QN>ZVaBz``r@ z3n5)JOkFds|FDHyRq*?vlO6R(2;RV1rtiM&Bb`&6+g45y#_Tc>2-2U<)Z}>Y$Lrq$SVL5 zon_jyl9!SZCGsh9ntI1auhA~MI$ziS%zs?e*^$b!nf{S<&P5d`pTxLhk@5}nE;g!x z5s|^c=fVWQ=Ed{wjY3rQV19F=+cb9*|6`7+_XL#&-0A+Oqcd6^{rHJrIhf&nE^lH% zJK*#9Sv+QmS{Rsh)4N(KZ~6GsiH?5R(l@WBPA*LL8CMMZa6RRJvk~Fn(9kd^u{7N3 z;Y6=pcB-QroC1N0$!6Lu`mj(i~Af!qGbA78v=I5J>Tt9(f8Vkx& zvn7~Jj)FtOuR>cX8gYd^Gwk?=xua%Ul_jRnv?DrQ@w(aZrolciWi zd;HL8TiSc23k6w2xNU@Miwj)(JaYrW+DLuCG?3SN?VT@|UelTF9}djlBKet)4x&W1 zQtFC@wZC&D*&DvOARBPYAZ8@V-Z;keVTK>?SIHQW%i`rvHSRluoi5^3iWyo(m-_b@ zyV$Tb?e~C5hndr7yVlBO)Z&Us$}GFmcR& z;lqd&Y+Gk8B~|j#Y{tCc*2H=CS87Uk?~W~3=t+Bhn1i;*BaQx9s%FLL?9&ODiQQO+ zt2?Z(cWR2#2z@ub?-B&cp-oL2blZZ|+{)m!dCjaI4GupP(+3)+8#AC#k)Vv`{T2`@ z%xbWh!t+E6oFP=2Yal>y+L*23V*=3WOK0q@>od-0qq)8|@^K#*@uart#GS zS8NL7j&}qYzFUb1lb)WKh+J2r2$eq~n=u|%#f5Gh{owjUlH#M_yTfaXH97Rco9%YN zZpTRZ2s}ISTUabrYh`zCWDN8_%TrP5te3-dYE=H{(KRG~(PYt}KDv5%S(9g7^H{<8 z_`EF!V-*_Nnod1EkMKd=XLbX{=3dzHU4Mhc+{gK*=FRo$`T>Jb1tG$rF#OGPj%@U} z(?Grt+NXpKz71}Ep&lnlBKF&5qi%}*)N5{OiQ%$Ij-?w8rSTAlcZI`fyO@J=`f;w$P0ZlWX!l8e z6VDdp9@m|1+!m=J2)!RzbEoX)QxwgZGxcMpiRC#S9?P70mury>KNuuNjIo*>$1JOP zz59X|w3wrW6U<$o_QhGI@IyJ)2mME4SIX6t$bQ7_xxhX^z#%`=%f+9 z7+$1?zEeL?J^jS^WNAyodmHBu+Ndu~dza%txYnt$oo}L}GX$ks_L$ia)Y3^s=!LSk z%V#NDlm04py%{f%JqCSJf*VYX6NQhM3ewSKfq^-w<(AxQ)$k$OUf|M|A6;r;0TYy| zg*l%#vCiS*7u^OA2=<14ud3JM~QR64*gu|V;F%m zz4u=7s~2P1FlkW97I@0lu8t$K(jNgHM9Dv+j;k3m79i2nd43b6tbkR)7^e|mbnE~~ za3JP}vbfpI%&uYFsiw#Yz3%YR?2r(UG=|}VS+{&W`;)Tl%BK2M3K{12o^cWh3M&5| zE20;_#`(i+s+5P}sn$#NfV@~<37n4Hb7Q5^mQ3~>ONDLI&J&_@OC5^(se+c5k1s`eN zzHP#IQuV|jchOecea~_FIjB?B#46=Faw$!6bhugDiji(qQQkYs5`5nEP=PTqbNS@b z8Q0`#I3;i@R_AIARS}+_rkP5>2vo_NRAo5qgYP$S2bqIS#|4Z6a`Vn=XQU_k4?Zg0 zE`1-_YH7L7&vZsRLwFo%FfpATn}bgmiiZ|OVn4*|?zGe+Ykz%|U(Qvh%K4Qv?#Of0 z;a)*7N%8C)T|KvPc}?AqH@S)04mfmNDMsTf*v!Jw)*NHAAicE6_5Dz(TOTjYIkS!o8yzmpRar-(UZy8*RP6GLLqEkMAr&2!6+zV8## zWJ&HFZURSKLypYu#oWsTSDG3dpFMxBVyZiv=?IQwE;YxY2U8OCPU1e6eh#L%V2)8L z-O@fQfg&ZXcsfnsqTN<{k%!oM0LGT1kn$^yl!QE1yvIxR9-UT@l9t{E{7F@-dLXOh zp!w^x(9gKV_ay#afT8vRmefmu9$ShyW95>86s405kfu>*{_c78$RXLuk- zU%?5enc^uqi^EuZ_}pHx-^H60jnu3#uo|t=P3yz&RJs-_e=AnrDge*+o`zQz9`}nW zChnt(u;52|?SgSnZ!h5L7h7IxDzQnpDbfG?BCr(J_87b)J5^e`9S@A-+lt#x5{tUkg%P-NT7=GL-Y;M$P<~F__Oh3ou zqmc_1oGh#+=0kS3s6$x>H$EAf)0j|}s-#50dWVj?j&-qYbCR2xm9+T@rk`Jndg%Pw zrXQAJP!AR33tW=k+HrvL6Pz zIqzcQ=YuBA4AI}M?-#X|jNbfTJ(|#-**nm-Q|{NmpiN+$SH5{u{;6i$g!4G1xbtbE zKNZncLbaVsC9bvW0N9_JJfX3Ao}?jz8^aMQp^>t3HaP0F!xd?B5ENrU4UiV0hejAF zJkq45)I!CjL8{-5l)t)Bdq@K?Y7y|~GB9qmb#n*%+`dUuWicp~?LMw=dLd!17#+cL zWsq&jil~f;G&I8;B?9hSw<0rEKdlmzBnrr&u(nu--i>th-E@v-@f7d(s(ZiJF$s)K zT-@E=#l@eb^eR~bEdml*yZ~=@bld>W;#yZZ^o)=RuBE7WwQQ)jSCvRsQt}5RsrH7P zsf=qN_i_it@>Uu+?q<{T^4Jm#kgpt^?frHGmG)qq4>(Lv4eX3AK-o#lNRMhWP1!JW z&q5iXlewyfI!KJ0ZNMrLR^wGG;i7GLX6 z1Zh2IGD2cfYQb$M?WCz_{XS^dB|qPIO(*gFcR3_i`k37QgJin@PAGTLA1q^~N{&t# z_a6k~n7>;ohBqdDXYu&wC%;eqq$*UCmnHBNb|ANK5nD_HT^QpM1j-}sNJ>3+Ooy#| z_d$5h2WDeKLprZ1Z6~vx%OeU?ut-7xr1y5`&QC!R@D@De-q~#Fr>?C)LoD+WqO1D% zvr0}BehQ!%#BRo-<5@?G)AKYt9!3dwlvqZ)1W0sg4u%#FUwAa~u{FTL-)%AdTyv!5 zj`<3oBIa}dvxQ#g#d4~N`}4qgMKZi$CRSPWA2-C}sju5V5b?R#$vEy97+`d=;KQ~0xm~4W;aNLG=eXiRnX6H88c$4>R$w!th zpc+r@ytNF-0(`!zH!FFi`o9)Is@{HXr+C(Aboyx67fUFKn^SU>wvIQoen!fjEU@06 zm2n~UkNF>)1AxNjhSd#P7+-}&MmmFe5)b`<;pqThURIb%^B+3P&D~=`$*H{r1=1`{L?!r}tOR)AW>mz)PdDbKG>&TAJmyht4#+^L zxtuhVJRLzX*x!8wi;pb@2^MgcH{hv)IG_!+P1H9b6nkf7V-k^WVzfJp&Sd<0$6)BW<~wY~q}m=GCqMR^c9t8P zmln@dd=E&p91v((VEo8UGIp{PIJmg@S9-yCDhmr9ovR%*c1%O|?3@y&1_ocDr7*&s zREUGsFrzPj5@{?TXW|K9mo2^sE7&D%V9a*R3MjWKGEyS@%TrFTNv>vc`B@l`+GRVp zyLTMiEtq5cJ*B2o++=k_{dUb;3}rq@t4;Z z!RCypDcUqNT6(ygZk2snloa)P_;M}(*`ODr2aq7H1@B5}+`2_){~NlYfZcHO_y2X@ z00;H6JMCzHjb*Gr%kz|xLb!Nfyls<#6ju1RE>|6N5ks9GNE>l=pB3!6igx!HY+M$0 z;aIT`daLu@o+}#%Zkh{`xBl8%W*!gQy;QQZdesZ7U`>)R#Z{EVS9xViLUQrgaNPFe z*Xba~qGe#Pgp%ErzSxE}4;#I%Ev}qI@TI=!IId0;EBW!})s0IhvuA%QQpX)8^4=oh zg{#00Ks(+PRC4MgD<`7f`4dn&8?>K6UCmz0=>Pz|3q;>VJ_cN-dUY`Gvvw~IG1~v2 z%)j~9)l)TH+Vd38yJ=ye+Z4OBdBMg4XH;89$o9W4?>91*tz-quKg6qb&)0&S(c9(L z2H*||=^ElM$@Ve?_nI`12!*P4F62Lo=1)Q*{0@F_t40DWcqD9q_S6TdRkV6L4yvz5 z%C7%Ur76^!J<*W3#do~x+*b+HFuv7?iFY?PZg1~;iAHE|sY+!C;TQ;L^*yGqyqEa}+i`laUXHi10C!J?BUz@1`fxv%-IhKvd;0EgWhyVLeD(B}B zb@o5tGdwUcI3#q*S>i9bLA3;)MRdpGGYn@vL)DQd?l+in%lp$WuE?_s7f{|0o&Fk2 z35n&v$LND6_ad_-ir{G7!r6nW;v?u0KZwf~x}z2c;p) z`k3+GA+xH_@3q+X^m`;^y;4z8>DYIPfq=m_^hzHkwZt2UJmVo=-^h{nc2h#$Pj!A4(WnZ)X-F03>>wb3=C}pnRx%a_Y-c1-a$zGV2LT^ zGGOw^eS}f^c6VCNuh6+BWf@f0z&%zz2mA_ta1(TJhf)p@`7lv1Wd@HMix{}ZfNBD> zaEVVWE*w_M3lKZdrg^6`j_0VQPP-55-%!qM5o*C>3tKLV4k={sIsbD|uHar8r}Yod z0eNfLv4i&v3=Ck3>_6DCFC{0(4^4fxA|&bfx&!zCx1SMbo`pcm?-z^KbUulKYjx6j z?(3@tGFGjVYV%c6XD@U(u_3;Eh+TE??bl{~06aUmgRMMRbi2VvaCfiTr5^;EivoBQ zgQso-Cxi`8>}qh8UQ}L zNJAfuC}0+Fr<(R<_rV;|3PNvw{BV|vdFg~ZvI{OcGSbpKFbGkz2Gs~0rC}Ff44;Ai zw*7EWv&c{i=7(vU0A*MVl`BQ0XJoW20TSrmBgg3hgMA*da&{@gix*qSkhynJ*^uq? z6x9sU@iO+g%`3iU!aZlJn*g>|R#Ab$+aQqe!19AsqtD_E$;sC0PD3XEs#K^@(0jEb4PIpFY@@{GS=O--q);;RUX2cZ631qjmYW1>g0rB%0nH3$#RjU0Xe zi%4bys=f#>uo|Y>FE#C%62uR~n_Q6J+we|)M02#GOFokM>xkR;u#fr>*9ROSV$FRriVJ8A9)hVKr)tQ_rgA&65KFH0kSmrOCd0# z=rCKxSp%fpk`lHP%~CUjvltx^ ziob##fF1^iv_g)z6Tvc6$pX&GNF#mD;B^XQcxw~E*EYXUh`LGrv0qgSsqcgP-d0+K zBlD(u@nu;bGCQ> zBD$1JH9wM@{lE`biUI=h9LuuiRDIFpzkX#!xPHJr5Z4!sL|XT}+*UoFzPs-fEu4@O zcYEqm-aQF6I>Z(QRuU}4hF^nRm=zLnBEekeY2^7}#sljHd})*ETN4Dm;Oc|z0DB*C zTS!$Kvbe^`$Vf?v7<_?6z9mGe;?2VQsfP`=4GCdVd^9x1kmCo8Mh%-{8*S1*4^r{O z@0Ic=&DJKA5yS1E5W%1WW%6Cpm}303aAJoMs3D z_gWc4u>a!b=7t$=T=to}yx>0zK$4KFYh@}d%p5;3Os2$wyaYBYyTCa2&&0f}62*l1 zj|~lPWYj*Bc>O`x)y%=`5ByI?Vas}??U<;q4ozM%SPbniG`PiXYYFDe*^=ilqHXSz z5OA-ts*>Iht{M1o9!! zn+0M4T^)vat0ERZ-LsbZVT)ZUPf2d+%6Ytg{MO<-EbBPV`|<5)1o4%#)idkO1R$7b z*XW<6D}CnVNz}RX=le3awQOyR(8^e_D@TTt_7K-$WAjS-Y55i~RaDiH`3(h}HX&=! z#O9*C2ijpPQUjx-peQ>N3d~?eT3SU-1{3qjbS+fkC)UU`v}J%G(wS$P#bbeHB%|fA z5egG%Q`6DhsfresT01^dQ&Y1{KZKRE9J>X6$Mt|tUBfk49;?HUWFCz#Ygo}uJ!C}) zTQ6)LhH+}@?m&1s2V?yB=Irgt61=)b=7Xmx1V`^juw31Ol5bo3t?gAt#zmNX?kU_# z6LEi|V&u?v-p8%gmJQJxdCkP|LjBaaj0o64(an?NN$Ut62ta0N@95AF=6*2hzUnUx zHhTJ;BbiE+>fr5Ujbm{B zy_osPALnz$C*aO7d3PT`#i|_EJm03KSeIcOwnVz~Lh7d)k%)!F9&=H9c8Tl!PuP>_ z92`rzPeUc9A%;MroMcopwc9-u{n}qtZM79iw5Yk)aRF!*n%(ej*>hYLZC@;rbU>d3 zr*5AK^)*dn|9gi!cE7*f*Q16cfMrN;EAkQYS*qd>|4xB#oq`y47$Q3=3`}%$10`YP ztES%fDNT)5{K>D9uvQPXl+fm0gCGEJfhO8@R=@GSQ+95?OS1Kgiq@LTa3lcB3F9gC zIQzyv;`I#xw947l%X=`0&%*oJz4>Bj^ys+LdJQZJIDWEVTf+Jd&P{>g9O9FWSg-W- zAP%f>F3px>%kzF!M(`#xk3J-S9Kh4j@fg}i>h}Odg2hCX4HW4v7Bgo!HDCls;(Ll* z0M3tTFfn4(=f#wQ$#JkAXfZ*{^$Vd)DscqS8nDoH!I3qXl-o8nr8h|ZFq=8Cl>ZfW zs+h1aq#}9y>C4komnp>HwTG_(PMPXQqRU(K>Kz9e_s#F&w&WBlw5IaJ(du2 z^IgPucjvHYme&I(mZ30(+r;7tM3g0GxcL#U6v%U_%`RU zDcwk1vej;Gar?^d;(4d|G+kd{M_Y1O<@_z3(ZaMZg(ZTZ zy+Js=>!tyYAm+=a2*Zy(ZDU8x&#$Wiy?Bb|wKd1qc~FwQy#Hm@pNwCt?r|x`Y^Z!0 z+QZ>Lz`?=H9;`LKFbyL7Unln?2?cO&A}+(|n>iK5uddcEdkd@rM|Ts5E4(Q}B`zam zEl$Y62XbLBz;0K9lg-Wd&0v<+zaGj1Ajn02=LNCM4va8%6>jBkk{+&lo>YXHJpah8 z^)1XK^gOqWq>uz>a4kl2!MP8N%^Z8szd@YQ2ps7xrI1N=zccYYfD{FOz*S&sU=M(41RKG>rHUp(*rM)Qx-oo&dvHZ*7w>fRF2{O{trOm<3N9WaDp8(!$mw;3=F|PQP zwp}2Ee7<}**${FYZ_+^VxDc5$`9|`{5G~NaoLU&l8ZDE+v2o>l8|Uba^V$*h?R8{- z?w^MjQ01dtT<$-XCYnMJUov0Bk_(~_xJCj$?VK)kV&S825ZH_am17MId!0W-9_yBlc?2Cq|5yjn#cat_9ekF+5uWupn7l#7H2W5)u67@(<4-MSy@@2=&1t?2MyWUed+O!NM}9? z=mvtG!<^li@Yxes6)hzs+_qE+kvo(%^#@0{P{~nEAb}QltOPu%=lu&RB#uGN4jJp+ z)2qO;{kRn+=aaR9gW@tpy4i}0C=*CqL5!>8l&;<^8+MFoZH4PZ9*p;(1okSZ?|uHO z@yN6lzJNNuF3$ShWH;_#jdvZAmIHKZsO@G~x1idc+$~9`c!ffBDNmk6A$Jg*8xi_P zgnAkDs>`6#SklqLdb_6IyL}Ai!O*3nJ=*Hco7kNW4ZV}nR)9|Lu z`i6tL3$tv1eZVBmYyWN9+fz$mM9yRW`*X6q{M(MAP<capA7AS|+P^LL_sTrxMkU#MwJ;rK#D(1eu zI~YFzLXZboHZ<=V!2TG|hR)ZG0WM5{v^6y4(C!;pwe0O)-mF+^TAGyTOTi`i z8H+Dwiw5-INoxVEJrHVIVPZ=hQ-(P43u9S{A* z$)CVMjUg;O*hFw4t2rWm4wyFN<^+T8gFiwRuvq{65n5NP!9k@%ualDuM@5v)x<$1! z;Nh*#&`sWCWgX7bg@hMOzsBc#a1XXg!eeN|ANHp;lbn6H0w1-*YyJ}ooc8GV;g+2| z2RG}>RCv=4+Dt&Iht?R9j{$B8LngYZA;G~^iv$K4syrs_Ap*f2g8Nmc5kQ7|DCV0a zJipV(vSnA^>J20Tr9f)K^#dx>BooSd0PN-S%0`gR24Oihf`f)eDc-Noptyef&xb*w z6g|T39})uKkbs0MFg~7f2L8uvign37m>I%jxFUt*j@BVfJQj3)5LJ_1&_~XE=K=OJ zoRFu<_{zbIhg2y|3nmHh5Y0D?)KyG31HrvZ72X6?lHfAQ4zdC0N$Kfx;6j|e_7esH zz}AHzg=62u7%m}U45^S`#5lvdSbmELXE^IjPQ_CO*Ud!+ETr22Gf2m2*a7nxqh*{X z4}(6yU8os$(q!nPxS0|5r&-`KZ(tS|2&VxZ9E{Wq^5ps&0hQ6WZl2OZZ&kf8zIr> zP+z~EZT7oagRA&kGdj7L0wmh7YT*ZRJRdUcxRwSb1Ax&9;a*ISmoGNu*3L?Jbx)C!aO~Z7D4H$?9+k+!;ZxSS!XkapS#Qc*Eg-GJX2!|)Oi0Q3$t_(q0?6H`;+dB4vH zRkHus%ZDzYAjLw8hn`->s4W@799eU^%?`Z-z(`eHMp9C-uLQ2`9EvdZPp2}UwS&vE zOcA*FCyaRQdlWauZIB@MqI;UcQp;N?=E54GNT(i7ks#RG1WGx;P1Vn!A{=$HI3Wxv zH}-tr`H+w&Od!G0EKmPl8 zkKXq^j=fuJ-S_8n4d->9=LLp~DO@hPc-**Lp>j*G1LkLP`~(O2M|^CgnocU_)OSry zO?yjWy_lTPmC#Tr_Q0r_1tC`^{sPulk&`n~tJwO82OYJ_>t!oeoycEaq`-8pVHZDXqn#RZONWnU1fn~RSlk3K0Yc_iR_@C4_bw67_5b~T zP+{34#J_w09(8mTya`=jNPOSigTSHyh~v~LthzaW?OMV8>i;V2bFKw^NzK(>QjeFx z3{m;r&L)5XHb{?ZSgU94XxV$dxB>=PaWvBeiOJvzC^4J-^ReAXlU`4toVX_hce>Ye zQwMPt{Uao=I^xq2EhkW-DoF72E0?gn=d|Gn;(e2R+=#T1YN{3!8*2pOhx<(D4hK`9 zKxP(SZ>0iopI=Omo(Gn^r@4_%_J-vo^(4S7RQa<1s)&tGBN}4^d@Hv1MbvEJ_+5uL z2eY;zoG`oKU3UoW70`r>s*4j3X-nIJ!2jeLkBc`~k`552&i7AG$oXvf`hwxAYfu3x zDlU#oRCEfRg*{VoB-ZQ!Z#))bUK!?4!l+ddDJd>4PO;=G_5v-h%#v`v!)&$}$Z zRM6dA!xq^zD)$)P1Chf)_cmzqirb1Z!9QNauB#N$rRQMMHTJyZ#S&Te?0~;|pR=JC$j@2YR-zN$;eRWuTOx(-= zU2+L9k#_2`yQ<{0(2|DxwQ9mYHHAy})IH+NG*@4fg0=!qVC)UsrgJmf_J^gh-f7fQkOXKd$aulX-Xl`>%t@OaY6>9*PRlV|Eh@V(2{f5n{ zr3UW^(O;Dv+krmHGI$b&v?kgW=XQ@xS+N06i=j)&Z2MuKgCw= z^hKm9@Mz8hPe^f}wP2jWQO7J-H;d^FnX*UW88JLcy!Mj)e2sk3Wus3=#6)-^^e5KK znVlvu+K;LiHWGnIrFF?CrAZFa-r{-lUYkRQWP>*kBytA1)Q(Ag1+hVJbeJ-NUX&P9 z0omu$TY2tf>!uYFox@zTD&sO;xdM@|1NH2kL|-K>9D;;hOF~6ftig2~*pR90_r8g<7fD{os*; z{{pxbNsl^MlQo5CQPe8^O zqCXN8CBS=~eOs}13{@>+RWp#7Ruhj(RDBd|kpUIwVe7peQigJBDk{i*Uve+^6y19W zQOj5C4JyCFx?=z4ZyuK}xvVde@DP)P9udZBT_Mm8^b;x>o-4x({cx0+$-nP^_f!Ut z%KBxIYu3x&q9bA7W+FV?KC#H^K)S^$VsjSs__1!PMi;!#=Ww>l>l5lNvt^9-Ra<&Q zqpDSK0k05m1yY*uXRvyVvWVPRVIXwV>eYFC?YUa(f{+QssN_y=@n_0 zOHbE8=`;Yit$|U(X(1S?L@enRaZPkXU1P#)xcm(U&;?d$o;Rw~zeRKC%}Nrn78~@m za8>P@U!A_(wm^wK;V|JN5%_rZV#3l|H?d`}7upuZb>M)i8A0|j7{B$`n?*E@AXFpD ziG=G+#R}{Zlr(q}6(t=bi;fH;9D+oDE6o{2qe9{fg_E~2NEpa5wkY1c;uj*cx(jOj zSI`HnZ>)dbL$c=}zd~U;{Xw3+cQHIC2>thsAXI-6mER&IA1uswOH??o#DfItR3 z!$gO-4;Y2wG++-3439AVLG_5^(*j!Ji5tW@QvU_5RpKKB$d5}gPEvPV(#$%1F#6%# z6jev`*d~70VCN8uY=w3!PU#pf>#fG5&zvWioe)H^OPO zDIUMn5Nykh(_bU}SW2;w?7 z{@vkDh8!v6>U;KV_hisJVsx7;zt}%(_;N?r9!(5I1DNC$=|1PoM(_X?at_zfk6Yw| z*PXIe6eW#=O6idVkz-xsF1(ol8@{Oqy-0s|z+ZqQE&B@{7SUT{211z0p#=;oB^JP- zIVuaC#=h9T7j7Mw+cpKkiZ4!7;%pJgy@{gf5sgq6|AK()w_A)AFWkBV-Vz_-6h-jh zu)YbmAMOOWu~JTE?tKa`5m*#6F*rc@lx(SV_<^}M^6v$p*&QX`Fh$b%Q15wRkyct( zUEKz`zDwB|Tc=~GnSG)p=XKb(9`m$ z`?HsSdYd+vR!v=%RA1;m58Mbe=tr|Z&}^h3W>lAzywV_DjXSAuVhx0@4={>)4cO0dahZo8wpj^FG4pEgGi+LgMXoy)v>0`O;J6V-ykd?fLMx3$DdPV^yA&8sFVM| z{QleGTb^QhmP5^&*DcIKz0bWXE)Hi@JO;Kcbl^ZL+Qbk8$0kf4`;uR@KyHYcnJBmn zU3Ua%R8}5u(KjC-A1AgqiHf6|bAyd3@lM|29(BKv&jd~JmD7isr%4F#gt#Z6F2$(L z=tpU3P#yN1qrx*nH9SqT(UP)I_{UW(shD#gI|9_g93nw4dl}3J6`sFJ6lTntTPU&H9W=3}+w$D_xp&Q>(^#*3oED{c|%C-_k7NCzAUfU1#y@< zBgQb#BI^v(Oz*m6QJy`MVXS;CWt0XBxnOt9S{)t%q7NuVMDX_VvR6^%i?jEvV{Jl5 zbE5XI+lJDoG8%u&Nusns@pgS%&5>X2E7m}L+(v)m>@Y`sX}l|-gz&IqMx=HdTaJPxj`iv^CA+m&ZlV z%*-I6CD8POuWza*M6bBaLXc zKxDu$P=GR+hD}08LKYyY|FPt~aK8VTj3G!!{(leNR9>V1715<5K`7dcY6Ob3SrlbX z!Mn1+gZ+wO>^xd`&NYnA1o+OUJAu#DY;ID|mLak^$>ZTSSH=H~ut|0A%2G*Z3E086 zXaRP(Mf)ug6&e8~VGg-xR}#eg&tJa$ptFKAY>#5FzWeMX?p7-@oYxEORAbaV$n<7B za+PJaiayb+Q~tVB^h+X01nX(St?~ba95!)l0~$C{KspP;5S~wpkXN90c!$w!zZP+^ zEc9g!@tHte;gXwSSz;$9YIRqY;r{^-L^{fXJsM@xg^?JN4(KANmtl51ks&GxA2x z7-9)M_vrjw+dNtTYn1B*I?s+0q!TUc#F$5sHmSY+?`|md&wn3b=F=2*0?ZH@Ga`K_ zHWA|PV9qH@XOqSQciX#!4*_^xNcn8In_e^Ugn=E`& zws%x!U6Bi?pUk6r$p%ef*RFHGHMqwxWnyAvoE6BH30a*oU`Gsmh5iuGaEMAsFe0tq zshj=$eCFk`ucgJ$wZ#Qe4@Ihkdz##5<7}xB|GLU@v$(kN{oRgo-Hy>dLcB|Q+$+tD zpg7-rgYrxpQ5>~(xN1@Kvu9m^xz+k`qB-~OJ!DZo*ldxakzI_EpH0N3NL0ypG{{bl zN7|FE%mY1LV)`yCM%rpe_20TssiHTmRC{VAT8H6I?9JUiQ4bv$sA<&8&;dVO3klL zWu@J9mC)^dL{spYhOy*;*6}Ryn@YDhdB&KdY-m{NBz|U;JIVN#v&zTZQ)pFo_<_GQ z7iMGj{)7)!4=@iXfd-T*O{-LvUQy&gyf^c3yf-BFdIP6c3^b=7&rdxD1R(ZQS_eQA z4kO+fHdSGcNMPJ3q?BrI#;7-sW*iMl%o)9MXkc}Ds+X_t;RcdSReGCOl%@a>9uYd_ zjWv=gPqLX@DmO;-aa8>%C1Ajc!1)mTkyVR#4K+Z;h z!c_}QqLyz(y~iCH5RjJjV0XoIH&al4qR7!dncItk^*$)y6x8#4mT70LH@xnxnrQx& zG>1#?P{M<$g-|~QgMc!J39y*THO4Ws7rWRTW;dRv4hZfDrVba3<_>KWceGq!tvIfs zI3E%RRRiLZGX9h4U|_NyJg?H8lkxr2nbV99T;ONj#pIU9CqQ-*BsFz;@g$2F>Ki`U zaq3a2-hSBug^54Yoo^kE;kuu@mG-Bn?3J{N%C|$hI4~O2%N3EYxm7i^{F)jtMHokv zrgT1E{eB-DXEt>zYw<0K{k$aUj0c@7)XyM{5l(uJgWBd9pU{J#TKo-5F>yMNG}i25 zq#k#~cy7t_AEHoGK%6q3keECcR9;@LR=5d+h-0B=!Jp}C$sNZvysva|9xv_p{q~xAGF=(L$Ov(Sz zOa$T@y~1nx%_>6MJ{kSwc{+=&shO91lo>;40nZf+TpOhm6~F(Ox;5-ukKjk(^k`piU`fBX?YoM z(1j@T_zWrI;?;eMUQE2&QJ-tpRIg*3?Jtj{(b2Hk@TJS@1FNeC`DP>?FgVsv2a^%; zeYZ=RlDN-*-hX~X?I`~^%<3|6QV4!_#bq|FHHF>!G~ZDIQ%^qI7kVh5el+TYcHJoJ zX^*#wo0i@8Fj25rb}04U$8o#W1KQ5Ro?+@5YGkW%yn^8vVx*5Z_mszz9n#`q2hUI3KiPs&wps!`)qtKrX8kj-b z<^5q#*$QI{ewQd-8fc35qR^yJz7wuSlbU-UTckO!|I9p>Bz@R|bxRMaq7<_V0!80? zdk&X=qQ6ct#zD!6<4|PCMU-ja8$YcjgjnYiGln)fj$3M4^|@r4D=Xh;%`dX;%O(&h zbY0zR6Ef~S6>rKyG=0VOfZ6J&`T=FCJGmf<>_L`1{ii@9PehwVSnm7Iza5T#?fusK zsXnLLA@qvXaJo;^NM_;s0z0;Yg|mbvaBJ-I^kKG%!NiuE>L>P2NS%;8E#om=u<_kU zV~b_6LDPuCE)iWg9X)P<)luA)A6B&49G^3zL>-Hnn~QFG%D1W!i|uYX*`?COCBgX zDs4uVO+3FHC)KwI9ok7Zrq)d5Ps@*>^4MvsgT>wu@_t3=1|iuiXoOhXjAFh6Cyaq}kO z?GO=>v_bZRDE8o#%%=?`#mysj!^P0^2-qR1m_EwO%TFI;tBA8+r+V;gkq402p)dIa z?wqh~Jvm$d1Z8fUw*?dxkinKb>m4F!ZL!L1IzvR$gV~PEm)<+HgJj+@Hq(P~PG63u z-~V~L%1YMWSnj}8P0jk2+{+lya0NOFi5a|#+qh*5*O8#&JYvZ%=921$s~mqfUk7dp zYok+t0EQ|@=db>ygwL{R2hAg`RqL}n3Le?7C#Md^w)VBxXW6}CpSnvmQ7)jx%{YZ{ zHHyYyW_H#r55|KY`WSsprT<`DA8eH!6rLQ>z3f8hr>0A;u|mxT>jq!NS|4@`(HSa7Evk^;aqJn!kJL9wSFKc^;I|NLr}t3s(tT&a^q&OSVJ=mF2;T*F}_ z+6girb41|bHn15{KUmzJKk*`G?F8GjdFt`t*n~~nw*7`Ll_ygvyw|ZQ=h=Ah&8fyFl5BcKl2Mu|utF`qN6uh=7p0&J4$+vcn>#bxOI@ z=ZB4*)f(CC979&dG9Pez;&^Y{Hk}@Y$3yj6TJ879*%rK7EsaJOYqgJ3%ouY54XgOg zR?&#F!b9wT)5cE*6~DG=W$tw zBD>hGoVImNhf{Rx0m_PBo4F!s?acIf@+0-zTh*WF1n>H8nOar2UGImE@Nm?)ml>U7 ztgo__;bQBz(79aUr)C@E+x4+zi#%*SN}ud-yCwbh4pO@|EJ%qNIj>(x_a4>Nw6vS1 z{QUeti^bS_AVg5-Aj*J=i3y+}-oM~ycx;y}1AOAzADCl4sj{=hfP)#7ETIB6;FMwk=<=VlwZUz_AjHs=R%DLu~c+^>40P zr%o`a%Cwaev~Bl~JPtbOn9n!~l5a@hZ>4+enr&~An{D?$O%(=U$J2>eK@p^Mi#1QS zX@@IMdL|U2OG4DhaeLDJ0*%Qm95?;Tmdh2dYlpG|K4zv%?Bok{oVYh)FGoqdZt!zr z==q2s#lW)3v-OyR^0o$+{D2;BRnrERh%fgI+$b9asJELP3|9sx^$jK$d1)1#W}#YL z&2``R;Zdf(z4DhlUteFBl~Ph}t>aX^!yBlz0DZKQu~T51HA?EI6**UFw^e$zg+SuZ zF?UhKaq!_Uw-@@kcK62t61`B1@xn$_g&@FTljeGw6D4<(4x)L3awU@%B<(0A=CiHYQOBMeRgDae ze`fP|r;FFJ?%xd-|`5nLx(RKgxQfP6Y7z~cWm~C zsg|#YC(3;P8KIFPsl%5Vj5~s;6&EYxI(#^aW^X!>tG}No*r$B|n>}+S-pJ2Zwv2O7L(TMNsd};agXA{Av z@6$FQzcJZ@i#o0)w3kOCVRr|jb9YyP*iPe`bNS7P^fKXLVHXcZ_itf|m6!a`plWqI z#<;{wP+rF6$kThT zr#4bE|Bm;fKlFCa%brSoRFd}CG4>{{ev@YM3(q}Ik4=qr*L`6)I(JSrn3cEHibvEy zoVub`@WRWMU&`hgl&y^pr!_v92s|>dZ20SV_sP=_SR{D;71oVvzP+W|Juy5Kp>^HN zLiEtpGb_ae8jf7fZz*Kxt<>cg3EXz;%HrlMLF(6YU`b~EOvmvsPayy&pp*i zwS^h;fzhkFfS8yC40-EIYzt5(Vz$XtC`FA^ z5A=19IYga}n6Pu)CnVBH@2**UCAY<0<3x#L5Z~!P@^7;~;u|qbPYYhx%-7mpe`By} zWklpexziO&rU-?ja`Z`n)cy|E!<4VX-!z20#5$Z#5&B__NfXHv}` zPu{=amVM+9uii^>x3$LOf(!9|;g6!rIt4@AJCyotWn^Rm_bLIw1oj-|o}zvJ{CR0< zX&g}K@Sklz-Jebepj$ObAA^bgUNG6jtGP-cPzijG|#)H`1G;pdA@EG+P? z)X6bwbgnUl8RrrU&Me4spgJIpao6h0`+o^pVZYltiylL6;! z(%SFt?(RQ=nZ`-rh8YMmhPfvwFAllSxuzE5os>7-J3N#(W_Yi=L}fh*HHF;V#dptU zjCDmxXVG3w_0+cYf7qrf&(V1>RLW20G_TRC1pVB!=`=&x$66)EXA-}7UE<;2C$|!e zq7r9D$`@V7Q@#eFs&TrR2`-)JhnrfPh7P3}cVQ?EBIfbYzA2#hKux5B`cs%9B%B4^ z(;bC$lPTV~AJxI@6p{~GF!MO_7;o%pz#=suMtJDeRG(HKN5xM(aSdW61x$~c-nAIH52z zoev0RWGjULZ_oVW!f>Krfs&i9{+}@^lYy6C{lB`_){?&Zy~S29|he{qN@jTo*SeGv!z>V`m(W- zgHw-Oa4Hqe;T0+H>=Pc^nys%?7IfruQc6`aTkO5Yp)l4&#s8>>~0M=zz1K4PC2K1ou>LWN*`S%Soj7w-GbwB~^?LD8rGUDTHvGeQp zyyY1=t{IQL)6>^dXN>yQzS59jJf97anXI{au_Sz`BW>a=&wy%oyZ;E#0q`mUPaoOm zYp%ndtw1)b=JZ4Yec7Or|mX!Yf{hQDNz61PmCI-W8ad60d3IXiT zR5n+h&mHEsGNm5TJH(Y+`@-NwW0GeK$~Y!Vy57{)puqE(q!L^w3-yO0 z!FkAjdz&S$d_SvPppm67PMH&F%}cgicGEjOPM-4db<(A7d)dJ)jKy_^_a`?MH$9ne zSV=?s(!QZVS!yR6=jFk}1;&S;w$>FTUv=S_atg)kUrYtrip_P|13t=+8hxZLeZR^mY6wVG=lMh)JK#VJuf9scQ3H1qQwuTIg`ZSZ^ z%Kp@wZz}}rIfvGZ#)hn7Gz=0(~*QRcj(H4!67n)JfMGzrm3o_=`(*V zBPvivrvc~5AD^L!o|u73)XY%%TUUWZ1JGGwu2liZ>{riPEmzD@?cRYsU+$APT&B%b zHt<9ZTz!Ds+q~1m)#W(?r9^R)ckFnKtH2T?Cv0n22s{%?cuXb+RxQL@X$|fGqGtGP3OW#Y^;&ao=7&xEM|M*0 z?fd(t@bBNhpPe17_A{)t7p1)ybA+cP&!HEMkI*73fD(I;=oA8S_QF#9-AS(|=oco# zT@x*H9UW(FUpX5zEnmfKt{R96O7E{+0e$f{WBO?Nnt8;Jlf^Fa5zBd7`4sdM! z!QC4pZP$JL#LU#*IqBaGg>w$zC4y06d*k=i6gC`G#a+l{TEAt|2)t}4PL9r8-=`%L zo+~&qywCFBXEf4i-o3~r7l|njVv<8RcKmp1mxI(+ys7Q#h~$AOv*GF45piT;4f z(U!K5Q$7X;r?#FWH|>yDYW`1`eAMxtUh?yB)5ZoW8oDzvttyH z2%=&_TFqt3f38^uMKFiLLHp62QjT`v%Q*_4b@oCbWzaLcP)ObEtZyyR*?uATk*=>s z)X!(TiCzKSVZX1wr1h!h#ZH<2u?Q{*bw^L*gbrWL|L^S53Br%3h_JARK!RcZE6%;F5HWexxP$i~x2~2L>u2q)sxm=*HcwR}uVlq}E~Ni$U8yW~)@o%A*nS>Lem%QpF%#fEYTLxh@VdF5K&C#}dV=LX-wLV^6 zYR*r?4#Wq@$?bI*+p|0W)9T%+OqjegC!%UIgYTe;iJ9SxYapP=^ptD`c~O2ZAsR_2 zn-7g@rsvCpoxAZ>FX}Of3O;Gw*+wV0cMo%q#-K}LL$(hpG8e4Cu)^sk>~hiS53+^Y z+d2xzTXRLIN{NZRLTWy8e?+x28gO{_;stLFjl(%r@JCAI z`4kLV-UR=1>1sInPSa>*1$8W>Dw$4fGaAetrRAS;ZscWaaJHTfb=6RCGPVVa9zuWq z+IC>LgV*;URVnE`_lK)$0gtpQML=_zjd7*?7@F=g8~++dw)_-V1DWR7d(lH~nnJH? zofoP(H@RGAmVe5*_FUdJ$I0@T_x&-n`6mm!-N(A*MdN!Na8~5#cZk`aECwyE#@p4+ zt^1i8UU~k?Y^MGw;RkCoeeDk%IKY?e>Yclqb>`<~VN#KZOnO=x_QHhv`JL^eBLiE) z{|KcQF$RYes~w9xAy`#f`cTS!4pJ(x3uQw^Z98s>lz@d4Ggl_(|574FHG{D7g2$VX zw}t)%aVG^m_dy#mQc1!?{*@)428H={?=C*I3=1!(Cv+%|m+*qdm|lGin`1Ef=LdQ8 zq`7|9aIaMNy;p{w$MXsX0W~!>>~R=^%!xsm=j(}nG~(gIUr^fh%N{*?lzsh%4b`Qk zek`&n&z-<1sT^V<(g6!1>UUR?kC z*V%`!m%h92x#H0S!dI2B7b_=pIf-H4?8g%`O}`6nhA_-0^XxzL5j5>~j=eJ7U_VrXn<9)kQEXnmx06Suwb2O<6lU8gN(n~ciAuNkeVT_G3ALs^_ zLrnHqZgmP-&76d=i~x_IfotW8s=fB($I7ia?}D-}$7W2Pc;82Q@X+`b14FwO1BpcY z_E#^xdmY&2Iy_Eqg=gvC{qu`R)n-#!iE}$Euf&m0DPva$ps#D!t`X3sl2T?O2RDd} z^YD5W^n%#>OU8vW*4EbU?(=|!_HuGkU6(P1nY3+HxKrRuTNJd6bR%vG?vsNpxgU8; z*+?n?;DsJFpnx*3czBL{orhQ8ZUc*LlLTa~K499;6s_2REk!R8#RWN(lL0ouG0JOa z?1vuVg)hjpeo5mK`8|tAL2j23gQG3UV+C@{&mTVyr8@%?yM$>lnJMRnVh0`@F^`Xw zyow^}k!WtuBp3kT;0j?hOUN)Y7l5&%x}twSfs)V3T-H!UNfJVSB>+Tf?tj{TO+01PX6 zZB~ZJ-0XJ7TgwD^kDLSHsXTe_=}7%_vJwis4M%=Sli`cAk%eX7HHac+L^&6}6&LN2 zpPe`46>U5f{c@m%jkL1@e#2Z`z2J$Fm#L`eZ(3&+(SW-26iA+ciZ_C zs(BDi7fwg?6TcpZ*QVy?u`w}aSKteRQ{IckHI2f8<1nu$mTn+dwNRW=Dxmg0h{|^H zW3DV;GD`U3D66`!%li%XAfgx4#C?ZTiqbpu#)mA<16Ljg_uvsu4gcLc$08d_2zxTZ zD-+hU2#C9d;C;cXl^mY4-VzR8WNZ&Z@BVub4+j>V^OuzueqS>4{~Q6eQs&#(Rw>=v zO8E)qYvqfe$9ADQ?Op+SyP=zdEO-CTo$Z)W#2FRNL0w5eAqs>@2%IAIIF%;|y3MEd zB;f(bd)>Py>Cpec=RLkEMAAdhx->!1Q6cf8(FFa`m2aWu06q5#VMUL!l2Xutg>Tfr z^zUbo9N_wyu_60d0hj*6Wh8i{fUVAqXjZU^vKwk|-0c>g6tq3z63%Lx`1Bj4knr{P z7d#u*$Qge%u~F+Tx*Kfo*#&AWc^JDxKr+xwF`R`PmEibmnjM%=bYpE=*I!yX1<@rR zzUeAHJpZo`e}(Q2hwyX7@?={Zc@Rv9iT-U`Mq-;dX8b`RBf}?TWMGX1^C)6q0}82X z3{2yY`G5TQVTF}o>go^53yH=f8P%B%FVCJmW|*`PP;#jctEgILd|a-=mpTKNH6peh z#l!?-1{CgfTlTku+Q4*GhFrXT11)WTQ+n*yJM?U9`IkN)IuH`R5HQ*k&MrK>g+Dxc z>=3}(gNg60zJi1xk6?9J=xT|HuO!os9oC4CgZy_FIH}KlTsVx1L1YY)<&Mv=ZZl*` zf^%GT2#*%On3ygTF;q0g5$EN+4O*S&Dad%nv*Y_8MNkt9M|KPP)oXs4oW02E<+JFcNO z{%cI4iL6-Jp^pRsL{Si>g=0u@d;3}ck%p8uxGtej=IOvEQrV~O7d(Wk^6GW#7;W(~ zCUSw921Z5}oPE8V{wJ*In5KUH@{~W|9nK)bE66UuX_lTaadF=|H?GR!m7MJC9mLcY zes*Sig@rRAd@!cK3s8m(-8?Mvg<&;oyY}yBdAsPJM~r0l6OWjm!hHLmF$aDFVMvQZ z%J3Q^+=?{)LTtVPO}COaDwVQZGeKRx%a=_&IPmxEF#8WQHL_z$v*>@ix(a5J3UdVd zOXXvb6w~64-KI4j14TI?@C|xDndg{b*s0ZP#b_yB=zW{X1+^3ct{~Hi5&*gI8*L!g zC&qRdIZlp_(x=Y3WOp`!6xuy90^Pug(D41|j^X*p&>ysk3LJ!XHd(^wp_towhMhIC-)Wq2|}8z(6840by){?;aFJWfgceAR+;;nE{!c zdJ2QtnW^!oPoHA>&u*cG2jpAwpXWqcC|d>)HRfE6>ZnAIh9Yy`E$e~S*|TSXHJY{n z#K1}9V$j1Uln zP{qN0n{t{AaK;Jrd`B!O2gz74@Zm$QBZI}~Dt0a;@tlIih`jJH7G@q>0dfT(3Su&5 z^z!U=PcZgJ+sqYn33~YCrCA&~9gw3|=jG=cgiFFC^uU2poK*IYcohCD(9prh1}er~ zJUNYo8wV6m$BrMD)qiqqrOxiQkF#LDX(sFMy8)$x_@#BS$A&}<5DB`g)DTnlc*{hY zcacbaU?>E>j}^%%067JVyYl`_y1YSh;sZgyafAxA7WAH@`ciC>>fh-N+O#>YOWWHjdG z&!WzUQH2v;4KdCNz3c011O+FIP}sI@<5@T>9v17D+^X)+$%t9g;_=6TSIqym+@}TM zGOROvV4Z=WVm8<@h%}CiO_03>kt-QT-RH)4=)5j*Bze4>+1XAwwL}`CntZmh1D6>!E#u{>-@l2p4s`<~o76Q|XfOd? zV7$aEMXbpJ!!SM1gTWZ&;c zoVN9U5DHkY3LPMJg?9M(Ep(#N@o$z~EKyQXLxWbq)r1EEMstPL!FHneBdU@MBa8rq zr0^VHUVNH(E_iH{@+{P4B$S^I0=;KmJI54zBfQb0bGU>*(-Q$ zg6a5eoR3}8P^DsDNJ3p^R_cj)sK*IGSHMB!;)ZbJ~-hBhqzDUihq>{yUTaM#=i3{tsA0{mvqD z;2*)uShR>AM+O{=l0J}yBz=K{|5to`JQ?iI2Y*@FExbhxh*pr;IXJp`CKZr#h{GPz z*;vvPgUGMJw|~D%O1q2rbQfUix$xIi3w)8q-<0wupKGv#MEZ(@3gO}Y^xP^4RC4XQ zkxMFhOM?I^Joj)#J}G`8Vp_WK9jS|9I`0k*K^PVI`M$Uq#5NP)s>CpEGaDNl1B3lX zrNir3MO4VpZsB(hw70ht3lA&sWS*Z2Whb}fIj2{kKn$4YBa!wHTvcR{4&7N);vi%M zyvDD2puD6E#t*xN`U~~Ur_Y~1x3#%LdjO5Lpny??6KhY-Aqv!GUGR(nN8A!6Q1k?` zf=-q{%VcR|`@u*%)nc72`+TH>_rMC0J-#vs`7Ux9Hp4BVEZ~@jv58A&W z>pftI7!ea>^7*0Hd3I7eJv!2%?tl@I5A@D64?>|M$0#%tBxkrjWmI6N80NHg9p?vO z+fxDhpg5)jkK=?8=R?=f(OpFvml21$CIIj8`nv5Bjql%|(7yt8I@g?-MeVaP%+dI- z3BZFkR0rlW`g@i<1;-U6g;U_D$k0STeF~ly%A-9U7)_;bN?xgDMk*pa@~}q&_dIN6 zE_{tJzneh85W3Psh@PGvw;Zgr?8fIr?G?df!G|~S2sUXJ^wJshVT2U zt&5$ZpWjAQs$fN7P;dqL6lKsf3iN~C%l^E-Lu#&&lx(J|stN=>$cKXiN^n+D^!17C&G*;-1kI#o;x`Hr>uRyuur|{|OZ8dyc)gzWU1@UhiHF)B zfC6{#Ch0p6o=5if89p5B?C6{&uyhrRfJ=$PRyJd5x z)pWPYr6+g;hg)oJ#uWmb(SfN^ve-XAmUJa~{;Iyc1`P>Dj+1>K-&a?s;NPE{n*$dM zXNtT>pDwwcL^=+uH{7|&3OEDtUV{vq4-$)u#k(!*`J6w5F-fMh!y}Z0UJ>jL4 zSV2e^I~sy8-gHCHD#)Q=o!cFZ06`E3$zU3QLH`+~c)(fZ6{x~shS3Tj+8R}bAO^8K zMlJM(bY&IzH%v)ILJ>G~EhbnDMQ6N5|Azy(VT=AZY~L`e>I1h?jkU&!uQ z^jscBf}z6M#bZJI>CyA5e+9{=H3xsfkc`kSfd_{IZHp{+PRFUo*CHt1lOT~wc8QB4 zU$%A}=Y#l@j8FJ&n7nS=q0$OO7_pu($*Wlv7}b>veBKUxtpZ;_&-QwR+ifD8gl$Dp1)>B z&u?hIN-|5|zwZIM&{gM7A}MhG`*84!l1N;8XoX1akKwyV48oVg2nS}_PbW|zY!P>S z;r|CI>L7e8g9Vrp=Qj}s3B*cFyh|L|%nDa9a&VBKcG9@{2T>F0+1;%^61ryHx+J5* zf>Iy2Y>>OY--PyR9=GU0C^7%E^Sm*=VA#i3D8zPbdx<5p|H*z$1mCzgS3PKW)|0wI3bZcQE%cH zql2^q)A6Y5w`;g0M7b48IGGfzokdegtw5#MjN zlyHyn7dVyZ^GiQCAfdpK(W># zFt(j-(VC%%S@Lr${s=m%D(W;GzP4*%^2RSlWimi-Zl`-LUk%CV$sJ*V6xvkaMrn!V zMjqq)`5Pz3l#GgHtPuu15f!H(zuqp@;qf38q6(_XDONwhaZt&qohs_}0}vlt5j05- zFJi%Ke)o)Gh$NJ!PjtP(h-0zn-v!ggOV43Ou5KWyb z$10dy?IzPJm6g#k^Owqn9k%8d>Tp_<+e@I(6*%5zA$s%x$?)>h+P8&twg&*5mH^vw5^2U?ykEM66Z6JvGdaKF1;-f2i9?`lm}7Ia z;7)-Vl_^y8>W>!{Fo8c#MvyZPMOgE#AOt5qE)kHn$dciSVk*ZgOa4SRJZ0o8U_%DT zG3`AzWfW2U82wn0@b!hRZ1I~!4!EGXxd|8*@N&XkcpPHGo}{r8+S=MELx8E7b}fFO zhuZyrf3o*75*K%jIjIOq8f+)nx0x|@5tDAhmqlmsgQD!0Jh4~YD@b{EW!k)AA|fKz zqRH~ae-3UlCZ7WLO)8lpTZKY5)YI3Cu-u{;{QSXxtJs-wlriM8-CBuN;(S- zLP}^k5AHieN`(W-l<@jR;QYUGFF)Fbv6vYkBj|AuvQ+oJ{Vx)phBMwgb}x@jPU2Tz z#4(14Vanm?guX!T;Ohaz%t0!bW?TCil%V-in?`I69I8qEhwCl~8iksy1+;oUBAMa2|? z2U(2iL{W6&z;CoAv_WP@Mn(s6@i%}d*#Jm9h1`H&=qAMtBr=eqy(y4md>ts{``}3&z^2c zvVk2cKp^e1f2@4e`Vuhg-*4l;3TS+OZ)jB1PJguDAp#S6&1gj8&cv(j5$)^j$b`~NxuU&W<9<_r=g!6P!B6rg(Bt~t5mIQ#=6pMw< z%}lKiED+vTXptxLrmN=A0Vh6lrM6KolBA)T?l#4NVa>QxdwS^1aXh*^`s?L0b?FW(fzMUEt5V#-xDU% zSrNE#&yt8jEm=l-gEx)&TK~|{(8vf@G!(&XC{zk>3g00C_ZL$ypm%II*56P=IKp%Q z1q7O5W5Ap)k6a|6F7oj308R(UJRhX1zL5Ecw%)BIj~hBK&%R!K>pQnv!iEdKvU2O~ zm&lXo+d~(QPEp-=3`e}BIAOC7Z_ONFAM@K9_BvmsjR_SgEY{guC7haG>}($C#ig_4 zgrQONSk5)PjD$wy?!9}$>4#uG-UbgPl$nn)FCdCK1PgrLe!x43FN6&R3K?PQLb%w& z#m;_ghELSA)DO_+_{b^!GqlcH%l62HTXgtr{_Q=#!p31qL9`IM{e1f)){`D$yaNHO z!`C+}(~HXC6ib*&n$&zlULFf(*2F9qoqu(NxcOpeQXm=^00Whu=Nqmc`=TK&zsWpY zWTd#sJkpQr=#n2r3>)`#J#~piM+WSWaGN35mm`@&ty*b0iuS`oTl=9m$Kr%cb`LxY zXLjwIQ$9HVrdT-6&xujxO|dhlW2gvC<;P8XZvRj2xb3PwQcm)KQyI##nu_L!Vh$H| zb;CmWR-wLk1CWaHAOluLi$;_xmV|rW=$~DvH7X1D+pgp8GFbUwzwMX1279ZHj%Uco zFG&Ll;6Q!?xiI`ls>KpPclR z8mfHor>z?u!_XyGhNWn^tM>W_o026&=dgkZY|{!$Lx3kKV6uey+`mseq0BL3d(1=; z?%Ysu5PXQmS1kM9isVuH2MtZ4{M66qAKCQ{g2mb01>K*o)`(MieX9G+3pN`qeT-OyKGxNXROX0IIVt^fBRv1j_ps9d8T1W?5DE%ONC0Ex#g8P+M&|LcBpE7QgPQb ze(B~V4GHDXZVw8p)E39`NzV7U*Ne_Rf^-MbtO5jc`Q{G4P++DLr)=n=>t7<-&_0sqiK?HbjRVtgJ8A zug&!Yc^F&;$(=i;SvR1-(|CXL<9aUe8>P^}u7;@;KR2}s&TY65t3)-2X1H%0#}_2Y z%N$iFc3u**fU>fL+t7X&6-hVgQRWiM9T^A3M6vA+Eg0A;Fz=DiGO=7HI&vwyHQ4d`3V9i;9CY+P_01e z1VPu~6EFA6L60$vV=tjHVBaVSY^egdLRJE}J{BagzkfbU_=6xkYVi4NJ3I`xY^rUe zJBvu%*(P~aa}?$%m_8#z0vw+V3b^hwg6;va$WvsV_Lajnnvx}DDs}9fs0wN7aXBSs z^<&oe@7@)_BbNLlLE-dicQj`ur_&dXx{8Y9&x3h(I?7^P0d32qu*+sN`!kwsnHHG& zYHTi1Y70B? z8WyASN(f6O9P|IBKPu2?)OM5xJ=oioem?876>3x^X=x8nqPr?QBZU_Ud=Ud~*+1aE z)r(AjO02i=BW-ZR#OSF1+qJjAObyby?lZ|3&)m(>hd{7cJ1o2qVmABMuE^kB;8~~K z-(A0u#K7qkO3#gi$`B+%xFM^b-j0$KM(edgT2y3A!ZQXtci@xybG~9hE#pBQ9KKNM z6vfBM#xONKT`nKvIyIKC*XvO;{VUva_)RgeXT4_}khNn1z*{+jDGYlt)rRQex2ETzhLPKoYYz*6oBrwrc=kTq9g@rIK0oSlvZ^6da=FM=V9HxRYM_@1x zT!wRmkB;VV?pZ_O0k%Ew#*&Z0i5y5l)ZUWE)tH$3r>Yt$ty;ATBfMVOHxQd_-@Msm z_vOKD^Z@lY>^Q>PiD^`P^bA<}6KK(}nxhb5kNsMg{|T2LgHvG4l(SQQ2nh+TSiT(V z>Dxf76ApNNVLn20|K5_C0w6pr7%J!`KWNPhpk&*sbS-I72Db-Os5~K|w>eYAN$7|F zlI$&uWOW*-zXSl5e5e7PS~>Qs>;^zTG%;b%p|cecyAWJ<+(7eFr+gND`d^-NI{g$; zb?lHVYBsyEFKIR^;HmB73_=_;ys)W6d1!Sj;INxFZlD(O$F>vP3^<4VCS1s5aRR`j zvc^nb>(hqCY1Jt&M`ARL0F6?Qxa_Fc-suM{lF((@=nq>q+Ta^UM*y2dMXFX;u|r!~ z0dO?v7C4%Dp7WC_?m_#`5WrMgX|mf_IC3SZ#gv0uog}z;HdvUL4xz?Wb;n2tu=*Ki zH@e139>(@V>%EwkbTzGS#}IT;Vg75Py@Q3N3D_eoBlkhrN`v3QJrYDMxrnzr_Vecm zw(693ik+2M6I|@CLP)#X{_5)5%SLgQu>l5yDgXxi&%`w1_LMM*fKL<-DnqH>!VaYU zO|2gviaS|BPlgd15oE*jvUyn<*8Ia&E-ah}2czV1c*5$E%CY1d-!b#U!Fmb)0MK{Z zb?Y>opB99jQc@zE&KgV5-vS*EJmn>o4aUuIPmdOcE_h)j@7`^_EKjiT8KFmf5coU) z7n;HG(a{TtEvWPoLZx1YKR^)e3A&ncym-u}HS5wN-ZTp%>~P=Q3TI`{a*-hfmMKo7 zt3#O(s*U1BGU;isjtj%Z75 z`K$e=;N5|nA$3oO(T4Vk8=MLgPUcGBd=DRvu-3wrIhvkH^cy#RK>W6FlO7 zk43`eW68@EiU65yJ9z#qIbvS|!uI|pVVnAAH%xptmVpgr33diMe2G&lXlQ7>%Yde1 z0GbE*gdH7kI&VOV6GayiGa@88Ch{S>^^CDaV+ zK^6tW>`{|G;4aKr_NT|x5Nc&qrC2g2s?0fYmS_=POFCWfq3u|fx77G z>K;4x230$Vg?rNP2(2aM^e?%qygPzHZZ+5qLB_;074(t*QW!%h4;OMUr#^oC|MB%5 z;9R%u``>m+N_I&lWJM8?*^riutP;wm>}*BbN@jd1G-Q^D?5L1gDJw*oCF4Od694n2 z=Y8`$@9*z8-j4S<%6EM3`@Zh$IlrE(M{sk6N$Jj%^fkfl zm{$g)uVWn1Ae&DEQ$YDVns==)8l12vI9-ZLK5RgP6n+8u6+6?Qk~HRlB_~6WHn}K; zBeg-XA%^q=rSNQGE*;t_v*N@(!2$l5@Z|r=5`Ddu@+r}9_C6th63VW&&=LwEYbn#r z@H>V~rip6z#Jznhj&bP^IHn$-y0a*YPFptdhPSslTGq`2oT~^XAsEf>JApImeErhqSGWOo9M!so!9y0ci9K?Qc?+hea-k*&Bv}=iL&24z3dS2N+Vh05Ig_6M z#X1zV*fXhkNSyBA;yJ;lli~@v@Yj{YSLxRA4+FY+JB*IBE~piPL2Q|cpLZTDmHBp( z;%NsCx9G^L^%G6g;QOi%qCuhV{tJHTE`X#Wx0??kW1P)7Kd}i8n15QMQJPD`d+Jeh z$*xq?Nq_%fS=_W`kuV|ChEN5BvkeerbiRD~5`NX6`})?gva&KU#SWE3{u0uBIdVV1 zt?p}ZJLE>-n-Htr9m^kOf#-tof^4;F{z@_r95vP$5hCHHoXrKYjv$^DX3Um{w^~Ye z+0NM*ZKot>%eJ8oXMjCmtzc-Z=+IC!1?WpN46ODAZsh0h!BuSXqtOW*FC3~Lh{Z%% zIFneNh|7wzmEoJI4YiP`YtN~h2OqO5#G-E2b+^mIPAMwdD>IC1Km&Sxkbj7|AG{Nc zMBr18Lc&$-tM}$8Z4g|j`5fR5-ocv~Bu)J%hdaUY-?w71ZjTw8Qxg3BR?CMwvhZTW zT2~b58ybGD`#=~DgKmmJ)J_nf??Fy@hCn#GN;bNmqDt_5Nd-+~zjlej#W}U} zwN74sQajfLx1&WyXc=W-ne*}U9~7A0#K)Hatk8Ae>OOL=P3lC!<~xsM9k)@N$IO1q zlC@E8cU8j{xH1UbESyiGy$(s=k~y)Fw9cBMLd-j0ebH^0j`Dp0ydB7+S z4-bzIZNCBjIQr0J{wK~#C>4z;G3%MxC0REcKE7W?1p#D}x7zE6xipTUeM9~;h3<2< zOstB;oJUo5ty7-wb6apbpuBwaaKF{3Xpup*aPczN_*8`48OYBM=%{MPx|fmNYV+{% zS`79s+#bZ++1zMsrQw)prZc?iUx5-y&4PaZj$u0_b14X}NL?+4&`%>CE9rKp5t_+F z3hIdZjMjU67z|#a&7dQpn;eumGnFPp@8;$><%;NvPf$88BXa z+uGXt=FI>agmr7tXFrV_1l$_XBk$e4`<;`KK{zRw1~1C7&0sHTE_6W2I)n0Cnirpk z|k&?!)HoS zl?m;Z_itOfnUU4=4T?f9#HfUNp$K&4Qhg=uJm=Iir;vQOK10VEw6_UP752R3e*Qe* z9pG8-vUr3g^2z5LzH0}V60Cpf&70ylx?s1T=rrDn_={eSZ#HbLF>8&-fJ%^Z5cD^8 zt-iJw&+2;ir<~pRLZ9ax)tQnyCg4rQ^6`!_cp3V6d8q{BF_BTbnp67FqQGuu$CJ0< z{tx4>6p0FhRv&@QT*yvg@lmMBh-*0%%Qk-x3nV=;X+KxqwPl}9T=7x(=xJ> zmbPX%sPpb;?Tv^7f6cj0{@#N_7iA>Rf4Z=wqp1fSp|9}o)X+ zg?M4ZV!LXaR-SNC)Czi4-TZ9q=QeRpr=wCPaXKKeg z;m*i~R{h+)g0jlvXV?}U&62xmV@diY;QxZ+l2%?3gOU+}RHV*30!K?c=%(*g!$r9$ z=8DMs{r;JS%(ON}hq3gQkqePDB@wI$_eF5eHuT1#w;Aq3w%-{*8MMbHv~ZsJ%@D3! zw>8G)A@t)Q6<)r)aN9WWZQnBF0N&Ba6O)rSwe}LRAZUEMckkZI4kDy4*d|54xm^|v zBmv(IE>Lmn9T8@!bUc2Mn>$t+K@IX*$2wo5)7S=`da##DwOLqM!-IkhxVEsYctzug zDDU-Wl&|PNmCZeVwz;ya{h-(@2P8+#Fop->58DXPJFsse#F8bf7>XYTtSu;1_J0#C z2e9W8*gzO{{*XY+zQb%%j)KC;ETM?gm|=AfDG8dRd9zhoaV08L0`70Q2(MDFGQ42< z0bH#I>r~k~$&@DrH1+qXB8mKaD}4qlfeh1Cv-g(kMnMOOe6%ppmDUxjy*G=LHM5l+sWNv^~wBBU~h*w_ADppn@q>fqG`-MTFB z?>qoI#N|()k+VHDeAE!-R~ok=tO0k{&CLz6h!f|oM5*>65|dz!ydGon`m@^o0grxj z;5i(wB2W*X#QP>5kc;kBg=fJu#wV~#IUcSQ;;GF{>+Cqs6dj(da%VRbH~=8yhW3rJ zYoR+53LPyLUxVYyeQS4x-YeLW<(5M8mn@K^8SZcf$_B)ka7=)_^NJ$gC46*x=ld%v zD$2@4buVgO;tzs|MN|PMz|mQ4$=;8VK-y56f}8*D1NN00*hW{`)H0Rz^9JqvrSAj&jucvG(Jw>wLZ&#y?*H;P4|*>{xTNX0Xg?`Z$@uP ziaLe6v$k>*zqVt@Ga?a)e-4BbFf%lh z_k#Ny^A09Zxjf8mK>y|ElZ$O(yPT%^LQWC=Rb(T;ok!M!NH>Hd z7<9hG>AMY#ztTs5D7~?e?{0UBb-3QXeH*&##Va`k4RGIlh}9j?z2>d)3QuR>zH+XE zNBZ1nhElD2gkt%Cqqlrypq4+ZHGP2tm9-CJ>t?TPa7S@yhZ_ciXX<%CI>ZT1XA8Ll z`u3v5i+wiVJCl>0?JYL}0?i|EH&3&Z@73%}o(0PCErSQ_K}3K^4v*u4#lAa!p?|&E zcIw4KOh4!omTz0HFi)O(@4t^CW~hABzy;0qy&@n#N9G0m?8(B|k2CxL5nZk=!#aaE z^=wklBQy-8`z)`O9MZf7$TmJ0TUhW%0OGe;{18QxZwtVE9|*ToDuWnF#`~03_b!yYUA5-wiENK%3bsn@*rdKMpMt$eagTFAQ1W zb|UF%aPWIb6^u-9sL;UARwO5-P`AVF$bxaGjAUEeaB~-d-q<(IyZN7t|HraDBsQ<8x2%R zZ5^HHoel>h>oEs;4DCn-8{Doq(qD6jF*ofi=q@A2LJ|lj9~OeJGzt3D@0~3Ftb6;( z`$IBGo^}GQ?C=WFfJCFCqb$1+kc{r^CJoYbNzw!;^aamMibFW{&exR+5(*W>ib}6Q>Zis;VoNoDYDciQaU;!&U zK~|EcWfl44i9On-P%0=)f)iXSB-t&qVh)4lC+ftfO$%FNUoq5 z$Fj!RsvMvD6}J!@>W4oJNbh>{a2lVXu&{6+>m6JpF4u7R99$6~w`LVe@Dj7}@$oVR zSOlQFK4lr^?Ole8pUVy5-9Z=GSctBOz4A*HpMzOizG{?DU0uW|r{{?z09bJt?5$lJ z>E*Sw`Yfha4h~kYEUzY6==9{#Xa!08$+1CPNj?QxXTS&Z)}GqBzyAVR2L2SBt-}4G zedr#Ad|KOtEm`G}GLJDLh8)yzQI#AAl~GtIH@ zxMd0?vf)RQ>q|;Z@WA;~n({d5_L%d1*4t7ZN*Ks6sxE43(rFFcbCwL-Ht_R;Ndx?Y z7yt5N@9*!&QJoMh-!V9Zz7W^u&2dnAs+yp%6`lt57GLt=#nLfDpGWZxzXQkO|WekYz(S^m{AJ z|Id5%>M6I!)TokAF#Dt8Vw=hy8+$pdXJDj!5UYxk{u~tCee0${8B&%R30Vr7-+Ab7 zrS6F#dnP2SH+MOAVk{qGp_D<97jm((O0)-%`ZKRt&O&I@dq6eS~>G^-EF)?e z*hV3y+s{nOJGsy=mLh-V4s;|IKtkE$wfNe-vJ;$YY{8z}DfsWpH62z=rDG4+Gk8nYDg_X}1^#{>Z%+JETK zdp~lhRF1G!NUrD~6Q*%gmHgb4G?x$-!@*MswW{S9uF?D~55@5hatY3RT2j9r6# zD;##05im&XN2l+>`m7!3B?5BXDk^&VV@}4wC<)u$qJ$$S@1puva)ryl5Gqj&YpJTL z!ahj)MmhsudSG;W*ww`aNgNqDgXrDT(vtIh{Pm`++*}y*zXOI`SLZl$0(GvO;kPK% z?OsMl2TwXvFb^<-y%o6~9K32ZHkywvD_22YnW30$)}z?L+hWch!ufmPFZmYyDHnxq zE*MS3j`6kal#r46h{5l;Hb5f^qT*HXEd)k+V!Wa1N)U2~&U)$hH8aT^F?+azmN?!UR!{#)G^D)8Z8Dx~n`e$M6BV9|BXZlp(pI*to( zzTFHN8^fS^MS+WlP#-_uI%CyA1w*yeZ>L8FICF2<6WQC)J)4t2&0BOra7n+$GT~a5 z_Hxhyo8fdoid+PIy{uogR@g_85ZqnAuGF9E1oV~%b#wHh{%YV15JDMG5?D1N;wdc7 zKYr9TshLMW%TLiq$$4wHBMBrhRR#FVEU?r9Rbb5t!a}59zeRx^{RRUJt?B#Z-c4_4 zlwx3P9IJaUmxfxFi6`^u(W9%kS{FKFV~}1Az-zHRSML8LfIA zY55aRvGbdM0gr#0nK^){*T2yTb;Tqi?u4L<2srcbJ5tjxhEshqluhv6I|Ymid&np7ez|ou&q)%l5HI@Hj&2bYOxFd2#=-{wZbjyD3fQK@bg!K_#z!WPNeC&rjWH%&BK(k*o(KR@5h)!Dftf6vYVegqv(5x}GdOgZze zRNf;7fqn^~X+67VP~EpZ#6H$x&648T;Z-vSQ@&H=;)9mec2)hjEFP-m9;v+ zzURrP!l0&ZUTpb^WtrKyRu(K+0DWf6p$DB=SFE9{QyX@6arv495b~bx z!4fr~&7z7yt z&^7e|EeO3%`h!Smre*utih()Z@=D5)q1aH<(09j<81f^3y8it`|es zM{&!P`H;e8>Uitn=21F?&-)!^* zx@R7@TJ%+M@s<-=Dga7fr=!urjU$E`6OQup&1==vZ4ZUad89B*(XG9_mzsPNr~)Z+u49#5q6qN6~5$=88Z^ntmCYs zt%QvEa_bULTYAM_JUb(4bOlXupaT^-=u;>nqClhpuv>pf>jcc;G}FcAC&14M-u$(r zhfZ@aF3N4pVr&P(!}4c6K@c9$A2tLbJ~!Te=MUs*tLy-c_+aiy8=J>oh|vO(X&4rGxCp>4r!44%Prp5y*(SFJdN7Ea zw+&o#?=j%YmAN&#ro1hSmm^ga$%fD+R8ZjRq);uQt6Y8ET3SSjAYIP4CLN)MpK)lJ zUU^RK-*OREdqYD5`caYL;Q+3cT5q?bn+qjajp;nYAMn!611TMHW#(&{m6(DcfMtd< zYFLBh9$OvJCp&oHKsEQUOq}hV?^eyizxT=Re`e=^cd`X365y$d^VNXOVDt0!6uOi2 zI@;Q$vwP$HP3F?WuC6%+1qIqEh@FvFwmUZmv=3G*EjllcVWHUT!?*7^uN6ETEvw4|6#ik5adALv>;#-=Eq3T_ zAK7FTtmRKSvtSWHVDu}{m8fosht-$a^4z}b@Hysqc@&HQZ}Uz*zlhZCFCYja=7xst zU%p7-`~m@~INahEhezN!)C+w(l2sr$Ux?C2q}6`SR<-dc4f*Whx0#@R2V|E#&S zRevGU`r0m}sZbjbtgg*8%4MHpSyS$Sxps>mqWGCdP<@)fr&{6t%a@y=cz7)$dG@Gz zB+!ogUhqd?1=$o5TT89#%{9hn^BYZ&IqdC4jgNU{U_LUZhltmS`DQ*xAqg|K7Py3J z6MrsI(POr%SJQ7CLFW4S$&=t4`xo9#SZ}M-BJc{R@Nuy8Z(kBysjU1aJe*Zm1X(lW zn7ylXIpQmePFEnl7adCCUuK5jggVdC(h}h0l+%$9g#bVpSFa9=h=@3S08b{Sc?`4c zHpz;k1iS}S3lFUTT=G94rU7&IX45(M8Dfb(@RvM89ar$Ij9So@irlen+XrYrdxNNM zYi?RU@R**udkpeG=!o^-hAiYgH}Sp9X_w_Nnb!8C&@wIQ3qy}cj-I7G7;|ZS*xF{f zG(HYhZI+J(nb1caBwhhq&opeM3JX|7Iso~0>@3xJ8525MZi`u8pwbe2o;@WS$v$vS z3sHkW5Q#u33%1^|q`wDs5paj#K`;g2PKi6})r{Q&vD^Wb4!-geD57&`E+-X7FuH27 z?QonblwUz|i<~-t*qp8KoZ>urwmB7Kc_u|3V^E?{Pi1G1!x9O{K52-9g98v3ei7je zg_tJF!2!K%omJ=#B%>VRd=J42^;nwGOw3b9PKJ<(gEKA^f7+*yWi1&9lJacgV7*4s zG6y!@lt*xxom|4<9D|UEX}K)p_+Z`ZG{Vj_U>Ub zol%=46r#^l9%&yZ%JORM2A=*7TM%XRz<68?ntl|*BPDrMxvdcHzKy6Bl3jk!1 zkV7T$Nh=$jcEW%)!QRKc5PbXgIaAVY{=`w{6pBd6MRZ97Nv@2J#tfwtj zGzpv}o_ux5d~#yT+b%sGa{|k7LOFcv?irj#@ZT6E@M^=Ytf)J`*AJ=~Wt^^O{t1SF z9F7j!{tUMGJl`+zUs$b|$g<>4_%8NL`uEbN>QBeEj{zS!r=B-|N5H6F36qL4m$>{2=;* zUzcdi2WlpFZsP2=OB3&21p(9hOa`l9H1D}r0Eob-0c`NjbY2K-<$P$5L`h3xJI`CN zm;`?j273Bxkc>9&xe9k2MUzMR1sueY8>`3ai<%O71@V^`M^f3`+>C7MJFGNxh>9}# z;X@QB95CLeVjM1xmuqLJmh9A+AvOE#*Pu8e&XB5=9yP*+0uEY&Mp7Mgb%S7`enc}Q zMqljmHvSo$j*$`~`6ptLfpDA&IxWai9(*emAlm%}JuWT`FrRC&dy9*?0Sd~+ujVa_ zb+sLHfYuW7J`Dse_z%@iH83usFdaDX zn*Y<(JxWaFpSfm&i?cH;?Ntyek1p^G;{AcI_9-9jT?1QXW#wPh)J?FX0@l?8C9}{# zcQ-_q+jP|=aOUxL!2RzIP*kFB$+&4Q#&JXT1EqKPghd0WiJ2C)P z4;w~JPEICH!U=E)GYO00L63LPRNsQ+<1d1fKG=gbsR-BQh7l=4Wg+QMg4Xgu5`B~ z?ThU7O^STIiDIlD$y+$4i0=7V9)0_EAKDGk)03}iYc-6|SXw@O_z>7)=ZXmg6=HaU zb{3ou@9A2gz22y-Y|sU;t2X)aL2b$gxnT4tP@ZZhS5#MTYdsY!FtB(j3Jg@WZZOME99#Ig7tgNhXOL7udBhQOPB_)gD^0QK;$L)J@_wqr#Ht@`IQ1Vnl zIa}M#4!SllZg1RBM&|l#&!$$U&w8p9m99U) zf6B>)upCV2zrnX3_CrW8U@-I+(F;t7Z?3PduN}pa`VvIpk3=R8rzy69rpz~3FWeW1 zNG4Ai^%J0wL=Pwa}gO58{!1uxtW&d0)q3qi(J_!uIGVi}%%zD|pLVd32})aHY{$=qV#?q-L)H3hQ5mnpA|?tuI!4%NWN;y>e&o~X zn59_D-O?))Zist1XYGgOJ!+}6jFw@TIm=BK1YZ!qZYAjSbarmVZU>y;tF&5CRYfJB zm*4DYhG-JJ#KDO5V6;W=K0_B}84B-S0&6orVNJxqIeV2TEN-DgP(OB4m2JJapR}FwIl;x(4GaimQ#FRFHOca z3x%QX`Dkb%S2XqT@DO_g-zWq4C>a|=M=Fu}MuX${Kduo9>jgMyTj3I#IAa9>`blPH zG*W&DYyf>HenU(!1U4wNjIt94$H&`SRbf6lC_|CweoamqnIO|xeChd%7Y4YzL?8se zii#4vlQ3f4w22v4ZMxq)iu_lYj;Uol$D!5Dcg={4i_5X~fXxK}Eo5drSDFfz*TBUO zfa756D8}{~Kfv=pa^wiH2L&0+c;Do-kgTFvx3|APv-PqXPTp%Y{1oC}`a{n~M@NS` zitb@oETCEmr?{yWr$N0`P_q)XiVzlSU&mkq?v4){Zy%ID5Moxm2NJZ`x7wt*z93hK zJ3n*mFa*Mrb|^2hwhPqML@TfQu44Xlr9Dx%RZ68n4yt$bULrK?bEjw#g~d*Ji15@2 zYw-201N--nL8J?D)BUwaasE@~ihuq7?Yd5BdOk}kLs0Ynv9K#}jHXJKJsV0hv*pf@u83D+R9)o)#0 z51!dhBQn^P-|2sW5n-ug0~ur-1Z<^5iPHVjlH9DU(v|ZsVy+lgEL^FI9oD@O5&VYg zTsSHF+X5OgPKU8V#=C+FvMGy_ZTfGBqQ(1s{iBNpy6>y2Rf}G~e%)5c{OZ0}@tve~ zJP~b=fz;jE_2htBi&E`tLBoeIT2yM{7T00#0K&xL^O%iT&qqHf{;7890o^X4-^d8m zTK@x{R~p<}dvRx@WM~j0#mu`e0rFSBT2>G^P?xl@h1>(A(iWKbfWOQW-A!Zv|H8Qx z%Dztkn!yNDtHS$bo~}RgKKc;4L-1U@|7O1Y2l|xb*bR10PB#du4>yuGWo5+LrENsX zB*$sM%Fu9AP!CTr)(@cD+xPE>fs%>X1Gof2!3NtHp4t4~zP)6{2gv*iCh5*Qv`=CE zbnOt|N)JPjgsc$JU=1B^2v~X{D1)m_}#c%oV zQwm#KQL(pXW@Oa1fWTzJL#ETvua|ay?4`S?IL8FtJq5v*dhZ$LM^{%@<0;$?oXkt| ztb*Kkh*=Bbc7*G+4Sa&ye%*g6K;RZ(##5plhP1@36qmhG*rYe@7L>YuYKu4zD?0>*P6hCrJpzkOfNrEcMHR9SS1h=X*NC0(LQ_63E^ax*0WS|a* zI?-n#&0Fl@PzW#-P;CRXL{Z5dfwmyAzR`2*6C2El>l*z2osFN@Ppw{8&6u7#8=gloG*D)|`5(R1R5d@gxn@aLv#nk2@kP(ub zn`=rZX7BEv#|ls34UuR##8Xb92IiawIi?rW^}zZVhVFxL@HZBtSwyz|6MVL-O-?OD z!PD^K#cnARxu}dx3Ec8C*B>DD{J6MEIqe&})aXvlo{OR4=;YbEWX%mdW zjP~`)_gzxh^$#KrW$QsC2tEDWU(vFo%AU)KjqSvKg`3>{zSSU1IZTe(;;H*J;vvkR zKOYHjJ1#fTwkxRCjA505nka~LwloveicfBp9xC0Gc1GSA9)!h@k;OrrSVkPZU=zn{ zf2GR?1X}ta=v}3_8i$nyOcrZy!dq+z!TvWxW!I#Aaq%0ksCZGj}OnQ5J zX(dO0Ci<}tmkXrC$970VV|hE`Sh4^z*<8n%Nj!V`^WM2%n3Ne@*5*juSC~S@$e8LJ z$vBJteBfr`yMJhH#i%;+`XQ;Y3|%@pI!*uw%)02&Fb^Wv3wBzp`y@uG*1x)Br%P^s z4jXp-YGs$f?<}bRB74D6V^LbU@&>v?QudvtxjwrccW)f##g)ilXi@*@Va2yPPOL)V zyLTdJvz4IeRnc|PN=NT5^b8UWj9%+M-*IVfZcm}K6WS5TW8a>vAtb8ENF7kqF}?;h z@xyN!>FF4fTE{&vW{9Zmd~l^A2Lt2a!NK`0F5R~=l;wF@8Q-Q&drUZ7I_NJwR{@z5 z+^+IUFdFc33OE!R$|G>St{8AeA1ah>@ZeeohL_*AP!NmDTOCM&SxM}+^G*uEWE=rV zWEd7Pxg9FP)o30*d5u=XMp3BGK-GL}f=LwBAO-fRwT+y}TjA*Bqzo5qDq-X#9~Zn! zlke#h7c<`zX=7RLyG|*#!IV7u6M5FEE($_w`@_WHQ;~WGGd`8;JHLGshztT52!-wN z>zLEb=?RV78nriD*X!=s^NmoCOd4w9!EG#Hhz4QpLQ532Ii{a7FEEH0(z!%ed zM=ZL%=OLI<52HbUxaf46^9Lw}fmG)l232MnavlsBMUEEY?EO0TcEG=OJsq|rZn9md z<)5`bMMn4rn;1MOTyZ8QCOsUQ<_OsCwtST4Bq(kYqjj)XiIf&g0H2D@qNIb6`RMB9 z%cXvK4k)PYu*xE$CkrWoUr~3#Ij55F1_g=dPSRQp*pP01@G;f!T8^q15*q**ptqzg zqf7@N;sd5zvT&hSm=yH`cnyM_}DMO;D`IizWk?$w0fZJgsyIJMTjF`U+D{{ z-MfYfCWnq)o4qU2U2vYq(Rk1B3K_ky)F4W8kxFLoY4gp4V9g1?K*)2&+Jc9o5k^z= znuS>FG8}brbE_ay6Bqy#2a+iYskhtYmQt_%`~JQMxCUn^lxSCxb;tGPhwmvN&bug3 zGxEX12n1}4$gY=8m~o;&_D8>ezlFg#i8UxAZ~6LG0HU}Z6(uyY`=36=_ItW!7^9cH z52H8%IBdMHj$`Re0l_9}B6uuq@8L)M&yemitXj1S^P|sy`-IX|grZ_a$PkgAYM)3! zt|CoT=dm;aFriS)WQVRtL=-Oc;}J3C*WnBEKH=!*!FL;(!`N^)xTGXH9}A%3G=S$= zhitd!=g9EuVchRzUYE`kSEeb@MT_Np+VlGhu)YDpA8$`|D!H_Xcl@)i^sL5o(7}ZBObBAeCB`mOEgAd64E)508pdH-& zPoHA?t1O{$%$s*aWByr;$40S;jJ9WO76A?be0jOxzTPBCuIs#731VS?{?~}s$5BTx z?IhsBk7YyV9?F)QH4(a?kT<^DU&7TP^V78}R~B`sT$wR*bEd&mYr>rnd1BXjaBw@c z0li3Qxkcd#z=}-9c?}1A{Y)UV*8Rrb6FCIwW9Jh))IT%R5qe6zB#XHKt3HTu0kS=G zETK*)Q&ECAnR!{#En8MCOG9B=wumx%c|L{Ed;XDksDX)$7N6|T(N=UOF%j^ka5SNk$oUl!o7q{2<8w2tq?o(ef^qnUfTrWV@T6bWA$H%6XgR-S*E|1 z61NH*U3l62LZMe$34f2us;U)>Ut(t(JwOm4a`2~5H4lxToIpup@SH?&zoevZh}*&@ zM=*Jnil%}3cHDTnBYo}QxCJ)d69G+ssLs^E{s;QL9es_7W1rF7sxj^u5MA1XG1z)q zY>fS=FYIoZFPA$@&C7h(GI(++>P!_%W=|B#$Of zpj3EA^!Lkaw~V!^PNEQMR9pjcS(6+^MS311rFl6Gh0y)xaDXXWHSqwDtxCW_2?M4f zHE?rvEh#R>7?n9`%(oP5!F}bV~9UUVRY$T_u_*gw?q{n$t`m#{J5@hg9 zOWrXP!nGC!Yg=TPAaE`}V$4H1uiTw%7>!GLN~?P)hvgd-@c~&+}BhGZz-66o!+G^xVCNN05Ud zzrf*s0#|JC0iYP&8bhPrK(3(tM8agk0ej~VEhp8|Z6>{wYN*^0JkHX3V^Qo9* z6^hE$Il#@~XPEJYx*nhyvXDSDlaMF^VgeA0lM??3vx13`o4huKa0Q4IzVQ88yPfWiX{@rcO|2{f#NI{ObrG0Jx0U zr7?__w6~vM&G*)ANaM-Syy%%F;tcHUn0RYK@8uEg z)-Op#QUT56`&r|3R^k8i_XW{_!p*x76**pp`8hH7I{(v>9+#dV?pr$I_YGhz<=Bj0 z!pR~6`0`S=3jM3@N4dWWTyR~mPlHK9e<39$<;jyLOK~fQViK4ezEFY>Vd+w47aYN? z{U5Dlif7=mrAv`CToVWV&;bf(aG8B2L`3XRA8|Uva|w-y4hjTLqNcCSSY}>~HAO^_ zvbE!_>42_z)zNv6*Z+@a!~+IqWu>5$l#V!@2{8xP1BVnIy<5}~rgZf@ivpDboR z@5}j~?{?4gd~u#v4t^IRoY$6qKbQG0+|M0TPI7Tomq|d*jH?b!w>L5!1;iW{NA<+- zWy{7D*P%P|2SAqd4~l2wAn>xMj~|mS2UoL{{7w2!PUm;&iU>{g5PWcnJ?YD2`jq?q zQaJ)55j8x#bkkAN(+&JrR(@{>q=L9c_LZPhh?Z;^5R6f%)6bLiFnDt-+Y0g(x7uA{ zq3kDJe=5p6vtZnXBcr2Xmx@jIS%%%et+>N-SL)gNTF_R^a=AWel%=jOCpNnlD~}MC z;I4V{uCA_!>F7faT>TSzV7h?!DwzIdO^?wq@i+#Y7&s*Z4A|KjH_0p95D)dqyHif4 z(+E>+X1F3Z{QMY+Yf9j;IdT{|$t++TcZpvcNRJ4v6~-CEUmk4X6>952zr6DkG@`)d z%)1jh8di4hMNZavD&e=-#n@<`r$mr(30jS^0tzYzL|Wa4uY(C{$v7&xXLj?=dLtz1CwQ1} zg?`|+b|Q=oFJd0!mN8s9R?wQMD<9_Po3#^(RyFB!rfMhjYAn|@>Ahxm7j_qod$hn& zu={KIKVX}ZZj|lVk?&2QQTYIv^gH{|p=x5G4p9v~gnrZLfHgj!`QZ07o#)Bp!Y{AE zNF_JrCn^t*i{Ycx-MD_8$(8`LwXf0V;cWZz4wL5%s7C47XiIY)7qj< zB?}6Lf|Qh$i;<5!`9uhgb5U*gN4Uv=6`_A&7EGKhpd`?E|LT<~4mWt!Fg>ZA;Zjpr z^YL8L*`N{$gt#ieY4|kmKaI23*(F7Ugsh+iZZs}dJVKAAh~Tzuwon^10!&BivrKJC_(D++i5;^Uw}09d-w zIOD5V*ua!eDXgeC#1o1Ntn?9d7Ckw%nPGk443}e?oI;a^iXc;34hib@#-B+%#elOiGb`J>u|{r(nmX-9gIjvCS6S&e9=|Bvv1~5`{|+(e10-q+%jUSrDJsr zF3`tK*L|H^yyd9QbUo2Gv-Ia&rXlkeEFd-p5eO>;7+FfbcDmU%5I9gL;%oR;f@y)m zId1m#`6+|dDHy8&q1HrGu&?iY&$Jg-J2>0eHb*(NeTehe-6s17hl1j%dhqb!^t7~h zruML}YJB%@2r?pMpV$xt%)T*mGFT zWZjtanUkR+aXQ!Y6rG{_uuN}gZk9&T<0MC3tnkZq%(y+dmDoF=jzHF0@It~{?yl?= zyM59HMNbY(*B7lnBt7t5S)p0~kLDmH-i(-@qwp>#EfQ4103oYnh$4WZLhtPA`qZrY z1<1;qqfWbzdbr5{5s^H7$N(yTU*DsHkhvo|Mw?lqRiP|#;kl&aN6R`)nzN1dBozJbG{kJEj|6CuHYV?jU7`oIM zgn2M(5g(fX;~+6bd1p5xBf+ovEuQmn^e~7KOsMz>z+_|=CGMbe@EpPQg^^ss5x5Mh zV4;6-=4q1OMnnF;KYk4u+W~$xBqV4jJP3lWqXG8OOR;_HkrX3j)@FbSfJv;iGYg8} zUpn{qao6^L`{srqi3V}}{cG10p*&tH`|JBrF!Z59kXqjC2wUBAzxfWlt$%*ulSNPr zZzT-1A5TF?e1mI$Au)MHpXzA^TKJ&cAP=kOnOzCbq1gcZ`{VBuME(XUS9H}qTr@z0 z>P#>~5?~scIcXL=`>*6({@_JZJbf@|t{XY(YBEO)$CGD16g#lR`|=7F?zpo@_-21C zCU4GJti~$0Lam+<0RV7D*$Npe@I--&;07UdCd_joZ5}WhCuW$Y*!fW^|9#4oLN91R z5|AOFG=tTUdKsuFgg3ho2&x(C^m3LCKp!ZufFn*KrFb~7VD`7mSNy>fp|GX`UBx=# zxTOHgRVxEfPv%XY#16#DWr^mfkeQN0Ltwtl{Jy8%r9Tsvl82y;fIRos)E*piYqSqI z(fX+uNXff9Ak=`0P)0@u9KnQv-ygmFPc0e6PY3KWIG)NzHW3j#`jY3Ko=_%I-PWE%8_{AXtf9HtQWc=;8|;#t7vTxDdE>^<1Gm;*Lhodxy`MC?&;sBjHiT#s zj(jBVU+xtbXNpsan@)ZA#5B|2rxB5=VGKnO=CX)gqh)LB>)SFPY$D*E1@`@)5D&E$ z^w)w>Jc!Yp?%=9`g*qz-9jynlPP=#y){WS*$S$8e?(O|6MtL5Ef9IU1oQVxVng>9Y z)u`|pu*bI}RAVFZBYlOmAgY?Zov{WES-*&@8RhO4BJUDV2hMOrf&;KuF3$!TkVY7eglg-G# zaqfpKEG&$Ray=MbMcg2PN3p^FoELGrOZR}*I9c0f@Y?*rN&=`vmF|C|oXY2dGk zUx9TmCa|gTUJ`LNo?Je7&Jep+O?%x#a zCV{k^RJImA%KLEHBkxqB0{tViuo92$j(sNT;324_%=ZUJ8`Om)qzkPst7!(g(})U@swYD&})_?R~2JBftzZ#Kl8pr|NWv@GHEg2PF$r=7@w zu1E);_Vx>Z_3oY8l=j{hnN8Qcmtb;)wf7RM^4fR9Bz{ifxTdopnaNQ$MB#xFI(>qIbrq`qKL+>l!p^!33GYNok#&#EXAFTO6 z_HBW%G!S?74)6>TO$e)Qrn2-}c@!Nu7T;)CS)-)oyt$yJaXH(kFJD+eO%4p)Xx$v< zvW-lofD8+H*Et~ZHPVgOHnqWn@Jm7gYMnZ!g}Y3%61{)LLg_Y*S#g5|MkP zZ-L=io@b@c$4QujsRGcN2{S%6y^MA^)M>{$mN#}?WUi6nWn)YW9Pi&oc{?X!R7)XY zk`28E;v*=&BOgS>pjw8|1m8^>EY#K|*i{>Deub`)Fr}9wiTDn?3ZIiW*;oL^=eX{mT6Sn(l)8k-pe`cYM&Eb;b_GFMBQy#2 zq}j!waz;sIkq2TJEqOXXDCdRN`@`csfXrx4{^eFCUjj#j#s{>5f`V{NOdN8_ux$DP z^hpHL4(1!XOI$`nxrUHEO`M_2Fue?-(LM!*GH1v?#;u;*)m0gdF;Xer*OmK zh00Wg90Hr79;e>Y4$%#T##@u}ODO%XU}6x&r@zqLyakU#{3H7rvHoBBvD%cAkV-`Q zfE~TYT(IV)DjIPkh_JpVQHY^Q_hc!Ub%Z+N{Rvp@(2pOQo8U~34*kMym7wWXwSW4A zV>6##P&Y^2{eI8^l-_;*iN~His7#8bVGBShY}hx3c5s=<0tk$Db!u#A2NBEi=wcio z`qbOEKZ4<(u^24$h#ukNP!q5pB;HZn$wPdz==I5Ly}xI~irA znEgTCM703m^dYXCL`fVxoL9n@DFSsEt-4juajn&Q4)F;HoCY#Wx<{m^4e6;19uXJ? z*-OYn3{~f2rjU|eJQR3YLSV^m8Fp^C&4F9rwr4LwWaqg)#L9E9xFXF8Sx#>~NirGt zZnn+m7pP!}jsMk_>r)KQhk(Zc`FOPd`$;91bw@rytFo>Js{EAyI8yuCOs8_#KF zw5y3WCTPx0UX3o?&Dhvj3;5{}GqrwPV_xvE!6x?j$Y!Aq)D}Z(kAgu>csQ8$qS?O@ zUs#?y$a=i)8!kl5j^EOS&nh{1EL>>DXwi$D7=$MO(rLF7dbR zV@|K4@c&6t2JC?h9chrh82AR5TVu+NJ2>pHz7zTd8$SBxmCiCMyojM&xx97Hh9S{iaAru(9xe=LHmw_p% z-qzVkav7j**wAD|Z!Vc?9)sC<(0krFSacPoohr;}jEp)Uk7$C9z&=AGYTa3l!E6&? z3U@tlvmz^0*TY0Wr1qto+pC_A{P;mfLj&f@F^CxvwKLA$$D_vxpX!LJ)>f!SNm&W!-1e+Zu^6tVD+ zF5(XOOnSi_2X6`{d`o_auBNJAHY_5rsmR3Fr#HA3li_)QupYrj6IJr9iG+DCv(r9w zW>@+_LzSgbWPTnay7{#hJz23rnLql{_O+s(yZ!&HM%neihsP^?H$Q?j&=I1CIDe9> zlOzyuBjS)L6$2B%%{~X95p{X_2Nv>Z&s;?kCc4>KeiBy#k%~bHW&gX7BhQ}l=?o&W z)X73mLUJ8~!HhoWsw_LBfg|UmP$1oE)NjUV*ncqV0;Ixis)%1JeEygs|7sTtMIEDi zw{G2vXuNZ$E1o&&dp=u2DP&(h^YXKQNDvoH1m$>Oe9w-f+Q5eNwu8lElpNis?*Qf+ z(AowS0W>ic9t<%=`%eY*hu8l2b@>Y=^C|0==u-YdIKt4}OGx1GAUH7T9?|cAycNn6 zXiG_lR#V@l6EP_fv==WsMA6QJ6tmfZjv!o%!7hLY)B6sAAOBj9ywUR)vu}iwLQ4CO zPha?17f8(hKu+9!p|yC3fDAj(qrTgW90Sl{=a=gRL_N=p1gnKic0>pj&^q!u@-Z0q z=%coLAqYkDX+g@{Q%GbPch7nLv@j&kHYlb!H_;tUN^r0<1VQuX-@bjjsgzxo&F71P z#3L8)jg&SUIh&Ck*x+C(AqPqzwpN9@JY=a=;=fM2{YEm#hhK8`*M!44qc|KV;J!6+ zrL}~kw-K@V3X7guOWruFG&TeS&%^nh!rg)9Ya&6*Y`TGH?_?$r5zYEJ$5b4Noh_KW zBVTdvwXdH>=Dz+rpH(eVD$;w$A%zoeSqCZ>V9eNv6IfKcA7mF>Enud6d5r%VafjK{&kY*)gPo&)n2(Up7wf2|IW(7q>Bx)|`8X;E+F2g1yR*-1$BRAM?N-)z; z4^k=e*YNr(OH=WmfB$%j#)IAgR)q2R1!$V{A<+0 zrChwc@yOcXcv*@H$H*Y#IHV@$;c&ec%|=i#wJ9+#aijBIp0gp?2*C{fym&!a36h*S zv=b>a%(aI0$uUyUu0hz9L^mNB6w5rwWf2M1%ebZ=#^`3#s)!7b?*Qn}yhF@e!+D-` zI4d!$49FY){bTwVAPm0qxA$_>>>@^`!19b-pyrCk9NO28j2qxx5^x1|Ox};i)8rNa zY+}5ck+BBb56u(^$Pe%!8%e{Q{*Cv5pNz2m7UkJo8FmtfEhfTj9(hrt8)6{^tX1`O>w;4 zR$=Y4r}<=KDz(hMa{R-AT`H@NaJ|{KL9RD0@XzRXO9?k0d?3iqgW|~r8T16BzaUZ# z41v1|#!n4#x3p{&)XUT6A=-YdKCu?Wd8#O~$N(}{L53@^AGvUx5}@pKR{DqAQ{`Us zpB-@p47vC;h23>$_M419p<)o+kuqFaw*p4 zV%eE_g=CB^cN0K_Q)Le#0KJ3yt#x}AtEjvmBA@DFL#5rcNeqk)MQWc-Zonv=`>b#x{t9BbDm{aD4q(hcxy^o+A$-&v}|*0qyx zCKG-%g2@IuAcPa6`ZU(rSgr7$YHMN0v_-x|rmdpRrba3yXPqjt`q~t)v$t$cfMYlXq0ih_&W}+CU>?zy+fT(a+l;X3+J4~=DPDk z#bjn;9M}m4g?6+-ADGmglC94C$P8%Q%hbCh=Hr1V(FcZ(d|SGNlTIu)mlMA|8ST|; zB5^_do{p~7qjmN|?dm^Od%Hi^>E)RO^F)AS%q^Y(OV+W+uTTrZHA8t!HVNLLQ07z?MLzGd){RvDv;*#k-(GFo zbjg(q;+w9<2Z|gnd%Ix4|F#Qkz_4ub-kOBqgS|T3gMme|^_IxQ_`&9^{aF{^I ztvzyo83WJZztcwWLrM1kQrN9 zSXFsVwY0R5-MCo{R$91GN}JCZ6w?)3!SN89@BF+xyJZ-4{T3TlyJx z?AT$eS`?qYIjX{}Z!`a!q+36~z4%Kz(p>LEmA^mb~nzFELcL{?48y)P}V6Ct9G3O>7*>;mnj?mZOrp{$<(d zj~{h^X&c*aPLgZcp@>Nnm6enVuI0o^l!I(C|LFu@d_2@23T)*q1nOWvU~T%WPZD0 zEcUn6mdE@zqUZ`KKHr=BH4*tMV<*<4DJ}XUlkv8bmYF~Ue1<#M6iH)1L5ag zGGC}7C71=#AiPUV){(4MyzSMtNIJ2Tm97QOQ?hviAflj5 zHTqzK5J5+T?t*m3bIzI{6OU}b{yCmjQ0)P~`5yVJcO0F2G+7?PXr$V4l@v>`;QB;n z1|dgIozUi#(k;ptg=+d=*$franvL>x&V+*gnNV<2f}&AsUvjomDAp=qr^%)5?2(#L zw=;C8N+c9mRhqQd{0OY<`fQ>AtBEVTO~01Rx9kUzkvOAam~{^R3wN>%Na%-)R(ypg_Oo+t8T&Wz zHX*4L(#zvzz**--oye~qe{%erR1|!ZHbh?!Q5rfum4O6;ClWKpTcB2HSjveRiWXg(tV*9_~>A zyNckL6~)vw{fatFFONVRE&jo3il(vBdgIUCLN5I?*Z+z*g>w6Vs~Wmyb;lwjl}?_w za?pA9ijP|L@?pMnpLry0#W?%J#IEz?oQAIhgId#J&LzJYdNK?k5cBYu#-~DJtJXT% z9gSX$8SDpT7xmvJ38RebS=`?E@Hf4)E+7)u03$&|l8S;p4y8+5D@f#2Kcb7zvL)a* zkn6@9J?PkfD*AtDY5T{0*~ZwHBKz7V6j_RFLk&?BB`pXQk|bLRHDfGgmr6n@ zODbCnN-7juZ55?mDUnDaOFi#1W=1n}znU2`#5d6vX5ek<)F14L9p~ zc5b#pXpWF`9@mXNCT02d!IaUFSFi50#zO6j{f3IURr5e0rF7|(`RAaGtY~kU6%&;D zPDeW9Ryjh^OT=dY|o)6GxogVc7E%5n}rbyV`1|z z@JujIZx(MQ6)f1BTS~L_OgpL!Fzy;=geC9%9iV`Rl;?jUOm$H*=%^OfHo`t~!22DK zJSu|U7c!E$-G_j48=ahjJvt|)F8IZ#cBsX|yK?u|+z#ic7KTrAZ2$0LP@B}TE7pXy zO1XE=Hu;0PT$tn42$>7xSGq46;~QX@G46uB@`W~GOLDUlgW5Na#$=*}1h@Au9+gs$ ziZSJF;dG@>dFZkg9?WhxH<8G|>6INo z9fZx4m<5oMa!7br+#)Prqzu{BJ8PtK-KP0@G_JF%iQ?94YT8I>Up;ybD(xN_k`%hx ze#zEYA;%0oOJ3QKB-#ekGS7Vyx0n=vr^Bt&xhIA^HHvUN?&^Oe>Chmuw?4I!^XFrO zW_qiZa51=v!ByzmgP$vSeTBrl4x(kI4OB~rQl7P`eI~Df(jYhe5Mz%HDmwFQ5tx*} zyh1hw_3haH{mlHmjN` zOi#`v((Hig@#e$Ruv*?ZOIbLn?8w|Z_o=QS%wq_)LzKUA4AO0i-?g^BW3|3bmdski zikUW!sfRtYPK`X;btS8LtaIm|E}bAw_tpx}1<~)rb+?yn+B?@Y z^{Y~8Rn#yI&kE0foo{^t3W<3HT?DXyvSzPBNMB5IvtQr*Xg=Q)q)y4Uj=Coaeq?{q zYJ7bDm`Ue3Cnk#lSujNBBMPh$eE=HN8%mP8MEFwT)54jLt0YVW$%p-gO(l!qsDNgK z=m*@Un6#yg6x2hkd^^icH#ldqj#1}u1ymvGo` zuC(=iGDkOb*p@FJ@uf-ZJ6`X^`B^3=+0bv|Wp^H5yajal#7py8HdUfuIcVs@m@mR0 zB4*SVs}3g^R`^r$!i6R(7q(E8*|cueYB@mgwQEk~>XgC}Q{gst{EWrd$>}NI&%ZD_ zDe5hV`3dV}jP$nGdYjHS?&&6V)>AingwaC#RiiHfcuAKo2$?s$R=MB|+W1eO3-$;6YBb z+d-E^)&?sf)s)gM>3dUObq!T13(7wBM8_)SjZUiasYOd0?~~NxxsNMG_&z(7^8Cj7 z87d2$vgL2tPna5fuEzpPIj_gtvM$+NSsNPEtPw!!DiAPWaB?q*G@u!tg`9dor*2VO zzD7A*-zhT#eu@r!raP8%Vn>S+ZlXa9IRfFGd^nkI(l09}%Y3yU6~4ip%CmHq4`| zWpG&tFp5bkX`O<5qFRd8Q5`XYyZH%Kp|FyYCp+%C>lC#C%fCMnK8fZIpt5N280%oX zJ6-3uXxTDZv)ABpa|eog91)U81-M&Bkf^K`}Q=p8}| z0!?8ZUfAp5wiK~+bqMeykN9i=^SrOE0+Z(Oh+hV? zgN01zuL6Earyz8i{)>Y}FNvL3Bb3(tDjVC!=P4CC{FLCBW#a}7dVySRj7C#MGjhv_ zeO0v0SAquf1gJC*CQ?#hCO-kWB*{{e=9k=MWd2-4h%uGjnXa=dVRn$gAP*s^t_VZO zWF(J|&li@H(5Z$b#~Y-7XS1(df;`3jt{-Q}Id}N&R0~kJN(f@1c6i~|);|^<#sPJY zpB`O_NLjs!fZs$$huy+RWWq<5ZKF5shOGR2;ZFe+AE_gF(_%_M>PJZI47S@9!eWBq8kKeVVg{5hzg{w}w1C0tfsmLdj zdg;$?B57d^&+%h`(3}SgaEZd!Y8s*Eo92<6}mscHZYiP@LfLzY@r4_+d&*w+)|JUxSw%BgK=|^^5+dE4VBX zbpkVF#m1){fi-2K9dvaPF}*j(0QiOuMXG;)e3CQUi5!CY&BDA!ReQz^_YP}gAkwI! zGRho(AJq$r&SQicLxx7m7p+ z`^mmButK&Ng^yK{TwM|0S1tEeb(P9&@?;%407L4n1!ba`!@b`*ON_2QC`2V+gplNj z4g=z~)}TXncZ|7Si*C-)lM=dJE)6i`jPE<+Qyb zh$GZQc$x%(%ng*8^8wnxi`cf27end$Nc287!j{~p&766jp*qT&n8cJZ$80j|N6X{F z@|G?)<**FEAfJFAx{<`Bwp$tQO_uifj@Jg3ar!M5hh-H%J4pjL0$wNB0 zixmgY_7P5)MG2qNG%D}Pq6V##(|7&o)33fM%Q4jlf6FUWDXN{OcsQ#W47jaQe|e{^ zk^pKi@5^S|^-R@E6Ft8=XjVboDNmbhfD5ai#)b-;Cn`fP`YtVYKRj=><^1{cVIu1W zXDHoD9U{5w`mcu6r2eyM1{0uQ3SX6Z)z>Y;S#hB(T$B#2TYut#TG|)hY@z>^7S0(R z?*Z;?&t<;<79%m1z&==*RLaMGeea_qM1Jl>@T35s@XxAQ7?0^p_*6E~+eUPXgd3R9 z!IwC0hNY#N1?67{|CPb+MEJX!DF=1pH;M5|DfhsUEJJZ~8?z)*mTcN9kzAvnyRZru z>_T}y`z4joZcoioP}N`B z1H@Bw-@SLfl#^QRbeEP*k_GL4Rqg5154s-7fdB3tSgEHL?QGk>(^M}bz1(%R9F@hz zxx(wF^tb`^DI%CEbi&=y9oA^4ybsWQb!Un16W_Db?Hvu>G|dKmejGY__?I^Qg0f>f zzjszE2w`{dF4e{HKi8DS#?$z1Bbsn;M1%IPS7~8s=@pPZzN~_r+>587s0qvZ^lvID zxIAsvEU#@iW!JjcBVo~@^*2DO##s*;|EBx3V#Hpj`ZbAkLP~GWul}RyN|UA! zs9n(fYwwYfSpuW2MKb%1YN9Ut-;LVNkI(;{v|=AMr$k%x7lZk@1HV9lLYNdD?oXhQ zQ%jb-qNOE?>;KOz+YS>ueEqy&5MH||YSQp+Cyz2J-^YaU(O^B;$|iVR}=wrwxwh<&j)j)oms3Ka(K zt=W`V)Ruu}6R!28`HD$BlTCohK*-K!!eXY>_E6NniP8$HjFM;pKMCRo6iq@?3L9<> z$%|$c18mN2R`tniIB)+-l;FMB|CoJA@E2@_y6RB6b<7&BRzNAEuyY<}(P z1cx9l_s-v!sYEh!G4~Oby?+7381SF&^0KmK(GJ6>HmGU#CfYTbL}8)z1oAI>qlptI z>f1uW;_s%&2Z5Vn?Bvhl1m#-)qfH?H_P5Cf3G$&zJ42^wDhJzN399L%)bAGD2;Ihz z2^PCKWUDC7!-1y2Y_0;4{9ONbpRNg^_Ai3tF5ifi(3z5n z4tRGEDTwRB?TC=v={;7e+{2&Fi*3-0s@nyww`rY;hV25Bi@=vL_X> zFdQ^Dc1k=tt9(T; zmsjj1-OB<+KMl2qGU=s>FweIC{58k4g+(_i0&x%i^*Z{?ufP5(_Duf~BOYN=DNRH0 zE%{1WRL!?#jp``=;uLDDYYB^unVI)m|1KR#4B@V7x^|{thX`wKyR4a25bKD1H<9OU0`iVG%x7Wm{?(l%#IatyD6eAj=cI}h8#$^RfGwN zdPt?<>clnC($t(c#FHLnneVnCA)@Hr*0E8+z7!C^k?sQ26^HwrCKO{)# zbv_84X~E&>=xC~w<7^7&UZHy8i~N)QLw>jkj*DpS(m*6$9V|qw16k=Bc-hg-;yO|f zVkL}+cw$4gXOv_#dv($YZmhpwY0o$VtWkC`HZS>CR`~{zEo>m<99b{^QF|*2Nh(!7 zU(g4Dz_%#H$B!!;C~*mE7#H;CCoT1CkZJcf+zcB{X2?9hZ*kLsgsPOuI!z#{JgmPU zg8cVa`(;p4c&t*}!o$PC5Q4sdG=naodvnhabCwxj5h1>*of*Iej2cCYM)*PZwUv3B zDYN|TxGLF1!Q)1cUeAB!4v2ZsFddn<>NJWCZ6Te!MRnmi87nosEDiJUPNr6Ou1Zu; zi~7DQdmC@Q8(iQj^P^;2^Q4XePbOg;&Ddi5fbUYZf{Ts5)maS4-ta?$KE+GTLWGnQ zswk33uyOr!-+s7Dvmf&Wm&t{EcYel-N2gPHU(L$z|7u_(uz$w}7K;=)xeBP4CG`rZ zRpAB{o=1XXF7_QSmw&wJ3UnU)5odeCKIU{dWk~n#eazeYY!Iw(VM_a*<*(kcQ3!Lu znu4yImnD}GL)`R6@yk=KBZ7hsdU%}T8gKYZzl+=MuUD@;4#WWvqGaM;HymfJ$&Z8? zNstmS^ig*4gzx{n^{_^NOX&iu198w$pq!wwJA&%4yf}h~m*P?N)i;xqSHLI=0>u$8 z#eyG~+OMM{W)sCtB{!@i&~JVi^Hl727UB0@jlS9fU{t(=l#^R_=)+iL%e41B^I)98 zff1}ZaF|cuH>INaj~^db2z2)f_OF*1&xl9L!ckfP7NNrDdK5OkXmmb_bIQxF-;YmJ zvZJ)HuoD`?WR>VQlMyjlP~U}7#H)Ss27RogNkLc5cJp^Bo1S^2qUqK(E?&^OA+eb9 zkqUSKT&P@&jLa?b3ML0Xedf%|hFpTb8rNutoax-F*B9Z!Q3b+{15n7yF1p+Z+3^7T zr8c8|{(JzhNB#H!6g8{DB<3K%P}9*m_{E4dOdG7EWIaN#CmY@Ddsl+(V5Oyp;p7!J z%}2*?^;{KwpcDj|XhG`~j!46bs2`(B2II)*KoxYXuC#1eq=x^9J3%Ajq@c$$zwZf) zyU-JsK2(h}M{M0vtsV(>sNGmrIAY!q&cx?p_gO*&Al1wL>Q3>P6cT<6U3)74Ih;z5 zZ7^6zz0Tu0RDx9p;W+5D=?Dfph}N-KEcF;br(FqE2)Iu%2BF|?{JM1hk~%#5zh8Dr zbS>~jJwC)&eYHP;$e5?Avbm+vMpxm5V`XXi;wk^S;O=WG6;9y0>R2i90Q}xGehl{I z>1Tz5SQYuPFH^o(z9i2BQ9r9&^$Z*j06y~!pJQi1qR@4hCENScneqY`vGo+kHQIoe zC1`{AW;s1t?3tZ!c1)mN#c`%~2B^G?Z*Q2atzB2mx#25oJobQk->Rr%-l zy>@e2XC{d|29Ngd*WOg*qCy;&jWvBu?|Se?=6x9HUfK4flt=OsNNyGX+GWacQ%S#r zP&*_iYgC?{iWT&dvBNR^I5u-q^!{?y7L~aZAI+9 zSau5uD*A4Jp?@MH&nesZS*%N6RzL2<;h~bdC6~6$pQAi}wO98AKi_)enOl`->o{df zZN6!pQ&UMVQJnqtQum;0VCLw2IJbvjK9^!9W|IHxayi5z262c}GU+!s^OGh#x)3P) zL4MG%VHXiN0m&z05hs?X^2a`{=FYr89CcGwm6ro_RHQfwFmOV{5)S*qA6%S9kCc)eq z&j8=xj2_*)GuEfA{@k8D`Xt!dTz-{v@7}Ce^#o4;?C&!R3>aSv?)MTR%{A|KQ=s{$ z_c8JSC>h4Y&=sR;ZPQ>4ZohqNONsQPMpt|2th>}fi<#5u6X4fOK;)Su zm+^^;t$SU3fIL&TFS=@4u|2ze zP|n{xqCf;k<>u-Rl1WV(!2aw7yb7uqW?lmTqzXbJL-;~w8W_qh#L~nyE=<9;{s@4CV*f;$e1wnJ@ zEfnY1M&q{Du2rkVyLUU5kgtPaEH|wTXS-)0!D5QtA#r<6`fZ()j0CmFuX8;RI-EUz z^-=n^VQtr)3o_yQ7uqU!-A6&2t0)&2l#t+Nj=!qn-J7j2`Wn-4Utp2Q1x3;Q5=8l3 zukA{QR|e+BD(&iNI8@Tn*Mo+D|4Z|EEhN&4ji0fEj`StjRcX3W*>qr(*yFCz6veLqPs9d|2R3x`xWV{A9tH@@%-el zGfz<);U*BSJ6bpRqs3}Qd>ad^M1wr)XEDVt)H6%$fUsnc=s!6IscSfwmrty(56Ynx zEO=yHH-u6wp5MBti$u?_Q81q4&HY3tJZj0E_WH*uFt`<}$G`R``G++%tD$IW;gZ$V z1yt5Fln!G>?7b(J$zjX!oemActFHFK{Gz>cWNr>ij|eJ9H}=h)fQ#rcO4j)=Nga`3 zu8J_h;kR07W;W4>|EEUh%u_w1p>s~BP|T(;`QUawmfsc*!;e@)m6m<1GYT7_iOU%}DV=?WV(`3>o`OIS(R_RE7af>yCh z;>KHEmh@9sfAZ)NQ$Nm82-a`Dt;}t3liLuv#yo#bS1vJz2dYE;8dW%R#3u9HI%CKA zhS4*e>1o8bSc$$B>EYUQzYD#~5mBi_Mlm?<={Xt%u9GJXBmOx0{fqf}rZf$s%fzsh zmBFd!ol*GGQ6g4iAl{i)-=DuQVypAZb5}$!J7!ZY#!t#%-OsK5Bg*&(1PI7_R_b{8 zVFDpOv*97&0<471wN;i4Io#_(VJ#$fn&U3E|K|n%8!gA77%TdSenI4rR%KaXrTopB z7r7kEJ_I+mYI#o%lHKD=k~nX%U;c50H=~vIh&v!$8&!cYe|s#TJCeW^rj_T&b?7Ey z!DI^#n@=w4a*fP4?GLW72Hrj&_x;st9?%Xe9H^UwFFkr4;S6<%HbAZreLXel_=WR? z<@W=TnOwa#Pg0=sANj~x!g3*6K3^s>DhiS&H{hcWio*b#(d>8R;t-d9+%W~AD3Pdl z`|8s}{FiSpJ3BC;Dj5mTNEjl`m5=7k8ZY|yEA3aEn|H|{ZaH;ZrW*gap#3u$$x+vB zLZuGQ%L0#h7LRK^g5D^YL!?@-s$p``sP2EQYcndWCWekrS~!z z(py*-m?l0U^qT@J^x`ny|EXomi70S!;rKL~kII=lL}Di|eus3Q#=i#m)2XKXly1n} zUS)qkO7wQ! zRW%LhxrMW`n-%VK>e}@^><`#Ug5B8gZN7{b-=>9QlQ@2D&4c-?FYJ9;-I^-l!P}e% z$MTii51;mBv)QttjTUY+ZTOyu_Z2ai5Ee*JtG~gT%iVup#U_9{@JQ^Ok4{yQlDLDq zzIjb*$L;TCM{#dB%GY$v_*>e;+P<^6>|uOd!N|yHbG2IFqT(@qDptRHW#*7mWf0hI zRb`9ReK~hFncik|{7yZ%>t1rym-e|@wXu8NJ!{|Y;qj~?xp`aj@)9Fg*sc#(dz!yq zMy2|g-P4vSjq*|@u9~r9O?;mRktzz?k@R0IEG;9T1s&UvNB`)-6>`P``7YrtB((eaPJF2xT0g#xhw1UI5rso53)@EyeMV3EBmG@w-mHyWUwWlv z(!-TG9u?~=hss!mt#!(ccocd4_05ZwH~YUn`gDRrqeU~I^xKH_WP~vLdP%eD{NLhPvo$zS8z}L-_#sqn^ed?+2KD7EeE3ME`w%k zPPjSv9ZUy!3WtUm&o)b?!&7z{IcF_H&5bc1TU`sh7BD^@sfW?o*>Vp?!q|AAyKbb5YA!ln3JIc49dYbo1LwBFvcd~fjBGpHtejd^(M)|8x| z1nm@e&TOBr1?%e4E^ptOeqiB+*UUVjF4*OL;6&E;BEO<{epg!)#mVhn3mN4M9jCPq zeu=J*5578iTWis$yqc-x)xsxn-N*o|*$>tYi#}$%{$X2%UwS9U&@%qqe(d&V4=OYt zlz6@xj)phCZgS}ucgMWjo<~($`Xo-MP{`V{KlDtYcT)T9BQ988J@HiPzSxM2AiVn?1tp~*uzomJ)*XQMf#U4vwktJmr|#9>s+j;b5;T4T zH&{iHUS5rX|11<-_x1cg)Cmb^4#SLK^6On&t6O?VT_f%omi$8n z6126jAcCD@wKctSPq);+1Q`~~E}u|e2ALQW^n@gB2OH zU>P2jcpy?*M#d<1%jU@S%3k9G>#mec9!z8Z3w^qkS#93OJ0Ani?OcKxCz9LI^@ z?TiJMrqB@5EX!^`(~4s#gbD-$^q;Wmat5)ARV>TcGT;{8Tk!L|`Zb3NNz!^L(als9tqMl{*}Qm$7ub^Hs!IFW_A( z?oyL9h)xWiWzqiS^<~i?#l;q@b2#=-Qiu}$yxMPX*7d7126o1Eke62F^!cPVN<98= zuY!wY8Da(t!5Ry@1qNhE)H&71j;2vsiG_^`J;DBK6Dh*i4N+H zHVm1kKi30PBJngzc+*g4DL=vmwsOC~@<|~dR;gkxk+EU%^P)XRl^=MPbOXE4G=6m_ z#^=0==#Ow$gb)2ZW}1H2W|`|TZM&ejYs2oSW9m(AJ<>m+C@UwIRm$iFy#JKE41!^9 z0vQkSrPWqa)m}gT&w_SW?w(5^*^sMfzl1Ro(Ry&$qGcOaTs?7ls}jb@r;0n-G1+}TagJ3!J$f;Q>P|}c3S`yrQ!K@uQG!Xt<+o9+KhVX=aKASyY}Jz=l&tNXRMPNA9HJkZ2Lctxl@4q_N1X>?oBp| z@XkqboVhpEVoKPW;Ya1d28~)W+_6Q;Qu~x&gME4#3TidPk__9G&z#@mp+PKlJN?4;iSKhQz?E~^o0^@pvS~62 zV$u-j%_lx$>{C2&W2p9))Y!SuOf2Tip8Zg;)AC#?^>uOOj&P5}B>^xy*e%EG!^o3b z?+yo)Tu_aB$Rc0YXz2W?@RAEHBqS#h`O`ngg|Anb8TV$bLEs9*3~(;jdu_7i zP1EiuXUvH#YHeMbwMA=3>KAcfvxI~PQ?}MW|NN1v0=mc1@8wyYp>fWw^3fgDRsycA z?cFx`VSZMo&Hk}P$LV)DlGxDMSCYc+;NDErt}Wg^nB~dXv4oN3V-L@tI%4~dOjY9d zqKB^(`q!V^-aEW%4Cs^Xx{NO=7RRq#vMsgxJo2c;tzVwM(`h$robOX5tEDG`kK~Hy zm$lt$$B4fl-O1psj_M6 zZ7FGK5esn;fSAc?)7ftIE<{*9oQIZY93es3^!~O@S$_K856)$)IvLLE+PZOuk^!yh;QFRST#J}x5s6tS@mEX)DFKj8mM2c??-8=M)R5fieS+bO`6q(U z9fIB%*udsL=2G|~Q15Y25E)5%De1uKU(Yd;ug6UjI^^{L694%vZv|CvxIC)o$rId0x!GCEll?EkNHp&Hc*gkT z;2$5KrOEAq-~*l|JzeY9-H$!XA^P*x@&RA~iO+I(dKQq= z&3wvWY}Q#lZmS+npae#F!EuUZ*kBA7v!C4v?9c!IYc2-A&8xiqQ`Z@s3iRqH8$TsT z2aNZ?Y@Y$M3y6K|&IuI;Xo%3zs*33<9<%-uW9-_!TTHTu%Cwpaov{HA8W{Bd9S<`6 zr1A7fyV=Q4pK2&7D$2=O!U2My;6+ZJJ-(Z#)(L+5;)n4b8zKIctht`u-sw zm_tRLeQd1Xvy%Vs0z;prOys>mumB!lvuD{}xlIz1{oxFBC26T=Uwi zXSyB7Yg_bB&%Zn!JeFIv*7^PGaWUJS>Yq8-7>7_3?{C}V)hsq0?5 z4wfx`5j1^}T8W9Z(IvGj+SV#cm)%Ty{4uRUR@TDZuxqDFmIulzo!)(2H`cpYGh8$6 z=;L=C_T7t)&98+_rZDEtv*EtIUd!X#XLrli-)vTs zC>rub+e}E_;7BVv&&$4_82r^^bGu_Fv&mW#ma)cz4THk5+w0yVTmSmx0}+bxo33r5 zz?fUtFY425>DqBYrGZ@>7iG9@8Z-Wt*5IlE(i4Lw_zqAA^mv0eQ;gfmgJ#+hMGJ2q zNoaS@xL8ZMN_NJ_X}dNR$mJL3CZW1p(!Iot~ITRhjnU{<)*v}_Way9q6u=_l`N3E|xS?)_SeV&_s9^;4usgI!O& z44F_^q#&J#snI6dnxZZE_UxqS*!ueB6+3)h_vq0G6p-9$nCyN80k)j^y`kOk$F6frqDGnz zdl*V|x+6&*IY+u{V$|l(mxs{AgrL;5cklV;6s2*^?@Rm?%#@eCIVh=Xz2*0$ouo#@ z)wHA}L3rb#&P264=7-8gvfFUdq&V8);b#{iNWgnLJ3X99nw#-8CFa(?3cDA+gzphG z*R!YO&Bd!mT_omXm;JB`<{^-67?06=U6JpsV}ZHRj*oDV^I`Hc(>CBcS!_l=MiPdv z?C+u{Q@#Bs$@mkj$-h3vAaK8z*O{3JKgZ!&s1LzF4v%D}D2#VIh-L6BG6H5hfwi6K z&HCK$lqJ4}xkY&2ALC6ohSOBP%9U#|Sn^C&-{+qN zO0^ps>5Y^5MsaKJi*NM(HE9PL=QRW%(Ep%YbTn{tU-$dLT}_?Vk8bs$ZLOhn+yyd@E z^ALO{Iw@;(uTp*@9McU%kGhFC95JXa1a(_-5#5H~$W%#N;ldc%!C#q_rPa*kxcCjj zdXH@Q3g7-?*!2GW`=d{P_y?T0Oma9)C>ed35`^h;YV&dJp%j5n(5rt$C~4R%mR(qq zs^&c%%hhj~OFwooOVPR3xL#V8R zbImhdqMt@Lk?H)!T^B5`|Fk@38F%LYm$eH4B;_>!_a05-R7-O_ph zeE~3hPv40PG@6~Fc3Xl>7F+yI+c3nO+u|H}D9PcHM}H_j>r+0+DKN1^^)jPo zl7ioU+~IyxXqt1g2wRT~AyXA@2J3!*h%4?V`b`jm9ME8952tugIC=LciQ|XZ$(vjl z(m2t1L0ea6t*_~GW(|4-p0{MhiWN(ijNn1k3?M2IzOb#|uy$<@%)*U7?{hWQ-%viE54TJj$7khg<~Y8Uv~IBXsoXvo!K{9YdIrL#0=~Z26gjzyLRtx z+^`>B4AO2E2Z=f%Rv5}GgPP*sXTm0j!sR#Vm6f!nX+EbEQs|p^@8RE$FzUAKU19xdG=v#yjKu*VKO5!@KE34hO8Tr#McT3_;V z&}JZ|_4}q0zea~CPLb)yv0Uv(?D%=)-x+_jCZ=$8Oz|nw{<(d7oY+9%Fnf5`umMl` z-~Gv@KG(o&R;Cz06$qN9V*OTob~=rkW2#Hx3m|(4)%HVKU@xC#ItN=h)K3MGTq zXO!ue`iBlSZqaRGIXvv{P&_Rdp?n}Dp;%O!_$r7K5(ip=92oh zFNaKjDCsw0mRl4{1)3^T?>3ga*?ZswM>pENkNnSL=980f`}VJUl?bd`7WUk?OY9!g zdGmz0$V8er9@^EN!o_0fabvcfoR=2Nm5h6Sp#fa)#)I9)al-d?Xml(ef{=ZpAX;`) z2p00H>xD}kggc6sBdrv}7|ATAkCC0&LdcM(8;%3SAa&X&1qawDF82vHmm)0^JHNe9 z)V3TdPg6Yc6UUZ7 zt8Z_NR93jcWm+$`V)&>0kSb!*xCuXor2G45yUF9qAT2!7F$JVo8Zp9roEQ|tALPbU zR#ly?!Nz~%)!q6V6f4gN!U-$JnH&gF+$@Ay<=#C`Rr+;90*y9WNu#S7Idv9-kiI(96w6g6c!Yx1IyP;9FXYG2epci>tWQNf1IpLKv`h>i&H_ zIivNWG&`(E3IJ1|yjlA>r%wRE4l5xeJm(fwJ&O42@LYO>k*y?g&wk|||LYYHj!zY? za`UCg)<-BPOqEhXj-!D~?#k8yU3&M1q5YEGhCX6?!&d9Z9o72t)BHMltE4Rw?a`9J z(*>=ZWM|zOXxyAQyr)qdUJhgY!u9t@T=jSM=z>(WB91cqrxsSy<7jaS%ent)P44 zA+@_^-GP+Pvtc6y!;1HNC33nyUoJC?pFf}JJ7In%4@l^@uztKTXxJEW z~F4jlaj=o z`VeMWi%S@F)l#AP!8-V;BS5c&G?g}w_}FBe-;H2nLc)(*f{x^^13<`hKQe0wEPR$!Q|Fl^fTYl# zc=o9Q{r}XqoA3ex_vv!+_+~nT<(dH;cH-6J({ayMla&DG z2vbL)1W4rc#m}Is2%}7E0ZZ3KA#Pp|NqqOQ8XALrtZEIOee8Rl=<$z~1^ec#Cr<+1 zIlkD~&&WgtUH#^b-oB=@gkfo2%>`$=N7;BDiMzDRg{Me&f0t?^nY4VE=TDN?A5~f@ zcly_7Vm5c315s|lwI||O2vH=sc8kQXtqHu887kLt!Vg0_E+l?cAdJF$PHeq#8;MQD z?LI)BzZ4PCWz{2?Xph@g6r$UxMZ|9$U`F=W`>6z3g_Tv(#)l`hL6L~aSaclLA!@R_ z1FPF|Mkb#5_>&8J?#`V%(83JTk&Mmm0P&X4;d*7s0d)EGVCH_vGEw#hKc=x~N7Two!>TU%FJGihMcU|rX{1aRU$22LR^SXQA zKABZ#{aKy49nLDmzPZ_E08%gj$5+_KXypb>?NC!Z;Blu_j}|`yxMe2QzKE(W6EqpP zr-^E37;!JiJrO!+PbZ~<+b z$SaQ+v4%Axy%lJZ4!7pOgXkANfBr0UxV6M3Q8A{;q?H7L^8Pi&yc4XLH4PM~+(vif%;wFTzalxvWcLaO{2Qw! z&R2mRkyz527=sVAHy2umZo|xR7b5*sREL?iSt+JT+^t&yG!%h~U<$fgO&j&W87dAl zZb=OiN@u+t9aNkUGH{6L<&+yYetBiNV#Ukn&pr3=_sg3xe$9{R;F`i#+cR6WYqxIo zYNmE?L>P+&<7PzcmNN5|zC?2y8~wO=_fPQUFu@8G&dEZiASJP85JL_rBVn35caS@n z{bjNifHrwqQIJb)d}~;KAqQ^qE9AS$62q3iQK8`4iVSlf+GHfZweDnR#5oCccjA z@=z+lYYgT4s0EX#9ymqegIsnT^75iiEy%W}MOPp8(BVQb!!7=8T?*mb^oU4#pQuue_#kPwMD$XQ-N*k(kIN{7m5Q^2u`U zY?xTg7DOa{=)b1EZZlk%H_fRuT!ynv|Aowb&mL`rR*OgyDooOQ_wMb{UouM%(|W|` z!x)i?FvPoU-wDy=R#eA^J=OvKAXo1pBlF>oEjN(We`Zswv&l7KTv+Cwn9{O`#3ghH z3ksc;1jx$=&w|%nVszRX#M)fRSe35EyB7AL^Q)gEaRIl~BxSDM1F^3lZ-# z$_7=cXHOEP`+oo9)7i%Ij2_s?lf;Ll#hv<#q6U@v~KIlL2I01?$wSC8qW`cJZI zBoA8BwoRKE(D8hjIyB`!G0OX`U?6d1?=r>^{mt_hcbXL3YxDEZZ)$3~#4aty#NLW4 znQHP7!zGv>lE~?Z{aDn-+hXZbVk)KK3y3zVO`zaAUuqIJ#CLS+nLe{07tKpcOVgU^ z6yDm`MUTRX@Wmpy-Aie4#w+N~+D>j}@yrs6Y{E_VFfHvaE-B~kGQiT_vzu_>l!o@aBKo~_`0T&eR@z*V`J<2Jqw(3x}+O*$)*{h(F0>?fCl#ruwaniM+sWqz#lZ&{~i9N#+nYqFc!oaijsa(ywrnH<`Bjzm$5GyV3% zhx{Y6I{QrmoPWyTu8`q?mKQ`t?ozAj~v?sI{zr=uI;jEXDv_YbN(?I5e`1c|g^+ZLWMM3}jyocK3O)SrhzKE+wVd~5Ie}xU&gDy& zym9JRm8G&9y&^LuCnx8@12GtE`uQ<`#+%&O`@j~fEFIzeN{RsQL*L0g)-*LmuDgSL}YJy3`9RO$S^rA?KLHHm&ay_ zpne8F=9uR37(8)btS}ZMTIJ+U6@2WAHs>0};>y+%%M{`fZ1}J55@i`lDsUmV`!p90 zEhiLFnAwtsvMru)YU-f2GO}%~(|emSzl6Yxko8o0E;CSac<-AxZ@Asa&0S~ho4zct zi66nK-022!*)j&Cah>vbyJ=_Jw70I@{Gq01C|o2}C6PKCU;o{NHc~Nb>EUxkU~W9k zF3jMH*f_16V}EYoys-FEGe5{>hEV7->Sd_fvfzr{lrQ?ufbc_N}Sa(4+;N4z{ zq+7ju_a>?fL4)_sE(qKUpFIm>xRE!Vp`D{DNu<;Wz!N^dBB37f_Q54CE4&;rdpdsN zCyDl^lj9ibbl7~+qW)5EoeXWFqM~qJXp00a&$TYD|C9);M_F0M=`ifO#_m7~sA&DR zr|EcI8@GE`0LiU_<{WJ88?@2VIQT2H6N3(}kI-OW!*k`=Rx_7;gPnO!qvq7~zl$Sd zbi76~v{J2#qN2rR9aRqm93joUbop{upQ1%d8rFf24Ze8%BpJ1O0=KSvgz6cy?d8FJ&W4^1x8UOb`Nw)I?kZ}fS3E)gWt7ECUsfbh#{+sU2AmZJl3|M|VQJ?O zzv-^3YU}7wC?d2$95KfdbLdE{A<1qc`I4%11zvjI6ZI(%5u+5_!plvv&r1%ic64-P z5@^->HDIAc#4C9llT#)&bMf`fr-1|SFfe93Z0mA={!!N&;D;IN7J->IZu!^!_cEJ$ z9d=BCD{XAjACc-SmoqRtb%54!>p~MnpecGHOk5nWWl8W3cDwpOD!jvk{lW%^s{(4EcR8=)mFP()T!s<-bXeN2HA0LE5-%5mz2eolfhol2&9Q&z! zus3rEnVEEwX-pK5hgjF$*ROBp%E{aKa;SF>kppCvkbZ2$(!Dyx`FUOAUvt^)p>8YN zgdS6M45~F+afDHe`ZL4m5WT&o^<}#-7}W;ajjt4AJnp7~c*20VpOT`ZLl4iF!~dzy zW|1&b@F|Z!GyMRn?>mA?w8mmVn3b;nu6z^!3A9pM?P!~EB$X(A&X@huD{ zB7^BehWGcYOc$`03N63xz1q5uBwv+JE=@Vczj8l%^e7F}nk((lAZ`H6V&S^fC&^L> zZ@DswKxxq#oAOm31d7~X`BO?-s4ow+JLer({7iY){otPF01Agl`!CNk%alz21twp# z?!w4H_1GgK8KD2e{&si$*iGKqK~&4`B;4;Q{iG)r2v7DzWQa$Kr9LOc1G~$UKkrWz zI&8iV<6OmvgCS;D_3CUpO~l0s%EHHEcC@)8y?uOolJA<8KM`2|KD z#De=H%)HpGhq|3#V8VqvHwQziI2N>VZ&aq@xazn^9q*YCdL3G8{7CH<^ne2~WLM4L(jnFEjThOqzud+6&YP&D|P> zW>X#&lCjZ4Pl8nmk;-XObp>d4U1`*Ms(k=9HI=7VS=FZq!ct-}Jep8#a}sS~2BiZ+ z4i}FU($V`UqbJ!#+yxGxZkC;;q@EqA%&)JzqC@5vAIeSgggQ%DJeEAbjn?v@mzP4N zy{DQ~Gt2!|MsL8V5?0jUDBpmEGJ%1_8W#!SepCec+1XD-4R=WP3+k4MdRCsGTvQqi zw1-4e)qBF`jqqI(_K8Wf9-4Wl>#=1?L}V-{^bPZ-)>ezok>ik4MnaO!t%OptJZFuuW9f()Z|OkWww;8^!fV5+HdU)0CilFNP}x$>=$e-W-9DMH)jH^?r zSrF>!7Wp%U^OjS=?`D7eNkX;B4eHwW6eBQS&Ftg4g7g9sQ%;O|9nk-8`e*8!b-g!%K`s5c22MD)!4c2B{?g`JishISm>`oqccYAZW zPL&(0Y?oj1)1l_x0QO=0OrM%KCOWO??8rlRO%q#`-1^nZ>hz{PIIZi;7j>8R0l^n@ znRMa@&&iXj2b)gTbbzZ_GW288oZ5ZPU#7%JdniP4gH@e!c>l`Sd#90K^x#i8eW*HO zcM$&vlEs;|Q$9kV1)RPx&v;BC3C(ibBuwEBo)G|qw-{S>r-nwDm4(G!VMV&{#ZO=F zO#h<86RCi1YovU{oaPq#Y9Sf&^yHh%^c|IO6nXlr_O46s-@bhsgrsQc+y!eaRi;cS z=V}yfFqy$5*v2Dd9h{tYJv-v#gX8kzh9uSdbl%9dLFHqP4OfCG6ua^JTr?YUCs&oZ|C~9Pz8Z;^3-uZQ8cJJNsoWw{@{kjybZi)5M9f zbofn-vG&PGdh}=x`)Kvs1U+#mW|IhdoNzcL=tr-U>30dRLgq`ekBOP4$S1`nPQIl?qrO1ONidK3#!$-!uLevV3BBrJ## zU`1Rk!Ua%F-!5MzyK~Q;EI6eL7rN7XC-Wsubg&9sKat8Sa#7 zC!;Ag;E?Ol)2ntW9atGFX3**Ufl%qL>6?Vrmcr~TYrY-CDQ{WkvA1t-*?#)uXw6Zs zWTDd9b<37LQVkg5i;84l*G7>z4`=BuL}0ElO1_0Qh*qN_BL{t`prX^VwLKrbVI2H~ zkFtz&1ZWaX*s4C&2W8<-c;KzMSLe{gF$+JclnmCMG|5FL{y{srB;PCdl9NXqV(`da z&03AG<;UZ0w$kyQ*iO=+fsd2~==Ari>=z0?VW43QG%j#`z;YFJ8ZDBK&3MN)(c}Eb zJ5uRjvDJn5aPSljjcbT5sC*@oIlumADL-r@v7J&r{d5bMdil|gbA0&MaR&dR-<5}h z96m5(m!|cqaGB0VUbALR1PwBYj)!O`N`|RsclbfXVg3hAdi^sqdmFQT>)GF;5&8Z5 z|Bvq6qz-r~W&!CKL#)rC0g#h3j-Mf#UXp_P|NdIl1;hz7$(}V6>)!4oqLAc?4udTA z-3kh&OrznOIgXT+wGt2a(Jw!?ov)(@UPZ_G5nv`rNRq6oY88dQvgmC}+2jR<4 zijWR%ZujU^nO?neV1ZI-!fO2QCBDCvhs{=}-?^e?6{$TF^R{G5i;v&^-ybiym<+O| z#FB})aG{blhfDFUsw(^)Z*ti*>tX|Dve{vub?@Eqo+dpB~& zFiW$R|HN(cAc=~OKR??jrh&ddlDPf`XsKk_@&q->G*Cn7L{TX(qEi0y(JdbqbZ=VjKH$%ET$aT-2J#9sM z$Ucw`-{Niq=qnF`@fiLml6YE!4DD)bmnbo87g_%jA6IW;vSO>Ft9F8LDJCLyw!nVI#@3U!rYn9Yvj)K8qsPU|3+^XJ51Z~9g{ zZ%!%a_XXn#@&sOQml|LybYB63p8b2fnZx=M@(eBNDgLkK1F(05KHoOmLRPo@BpKm= zx9{J3Zg>|g{0J78G0h%s=4O1b(m!)Qy5gnlK|(8F^$y*GPAzW#0gL4MZEGs?Cn_u3 zlB;j~Fv|GfTc!`mNFC#;r4#7Z&~I0EqoNi{sRsZyj0?$F%g;U>bx=(r)P39C#D&ve zMMWibe^%w^_2uc>+SnSL>7!~eBcYcqe9a^MN7!zPuXs*HGGFDHNl=ex-1245YytA)2{#CRVNVNeWa|`8x12P3Qkf6 zMTA6WKE=MbcNXU;d_%_97C8s%PugWQ`R5t811N@BH^_(Nl>-#B`q}mzY>AfZ>Frk) zVeDrdDA&^NMLQm@mig6qq-5M6v-STxt$kn(6>}p=YeDa1psXUMCbHHI54~Um9THXp zUezXp@sj`bev|Mrf#@aB>lW>KS13|l#Z+%czJp5=Zab+dDWEDNC~06H`kEh&cMseH zqCcqd4QXy(fc|udn;@`a$iG(+M2g$e;brDfeH5tUhYr;Z6S2G>so&G5Pm?F+bwKry zxqMSoT7XZj;fX7pD6yic5V1X=sDg~f4n=!n}Sk9 z$pIkkB_$Ogh|=P7+X<1la#xCtiGp!y49Hbp7|GH!UD(%teVQJRGA zjE%VcdHuSh(fcm4HiG!J7@Um9oHewg#m8`Th<$(hOAaTOBJyQGaZ7!D@H9phGQ3Xsc&0wDe%!FAFi(b5jb#By7 z+KLU!3*esYkqfP@%Sjs=QVjl`xy_HjuU|{?o0(FkD8^%o=PfHQkKfty(h}jbLk$_M z`)$!&LL1S+Hok#e?2N|8-_G8i=^LH2z>0qV{rB*9RSX_VPfHWAph2j>-}GxMXbpe9 zT>9AH`YK4FeID!1CMhp;yqUS*OWe@S%#SmjlK zS$d*y)GTTA{e_m{6+QEMjg+x;kJ>)#L2B_YB5~RK1ZKv9)4ns_0J6cNkvA?J(j zxpOhRH1NI_Rugxl=wZMIO;TP_42?HuLN~5?*JC^Xy7OP(?bBNVeCja`qfCSV0{T#d zNx6j&Yx=J4kT3;-+APWq$uKJ*au%#8wsXTb+a1+}Bz96y4>tu&{G8Ez{QX*cp8gs4 zX?ArXv*R!GjcMG_rTVtPZ=XdIaOnlo1)C!!P6Zv0U%h#6+os<~j$D)UGo|FpY8k~2 z?|$27v^l5c%%AkSHr~)N*u+E6U3p{`LnJ}7Gfq2CU%&o67k^h}vq0fSEHOU{BUbVG z=+&uu!$;_UYCTbAo4e}E2gj`wjRx21NGzNG_*JX@_>th7JKfyeTwM=n1G@1eZy4{J zN9owGQ_Kxot4Z!Ued;oO_Lu#|FJ5GY7>}T&nmY9kjRnOq(|3G|9Ck=C{yymeMY$n! zA;?W>w!>5kK%`8Vn)6)1u{syS!ah^-ac3XujXuq0!q^xG?=kA?iYg;6iC$RzrTF{6OTi%l(ps+r z$DCKis%SIDkL=Ef&`=SWx%fj(3f)`kB{kkhD%YzI(r6Xz3QUu{g_A5xF;xAfeiYno zSZ`FR-!|p$I|FSbPyQdq-aIbnee3_fu+0)OmSJb8C_^E$Qf5UVjf#|^!4OfBvNutN zs6;}FG$A6%RE8#rkRpVXDN_?l!}s~V>~o);z0c$KyZ$)$eV;qm^%>sp_gd?XPe$yZKxO4PPe}1jn<+?iGTm4rb z{Z;1~4#7?B6}pjf2&X<4tL3LJTsoz4)!y~O_~|cxcLhws0dhWLT_xe(4ff!RSFhw4 z#RKpxu$GCM65*=`hBav9w>=orowQ1-BP{=Q!xLW$wS;+4EHo>xgNF`H`q)4Yp)%C4 zRnDxPejSguIRw+XV_{VXXCzF1nPC7ZXp-VOli=)a$-t!PgN}`dn}PNdes%*C*;-cB%AqDU(cZAaAPpz}u!) z&aY6X)Dhl7G>t-~Th+j8-1TM>=9$8j|n`t(!TC;A`$2AMR|tj6QZ z!ga=?F`<+YA1_05#aZO<)l7We0&8SFl*=vqhM!xs$M*^?S0StE9J`hSFl%$~5sd;G zP_W)kpwIwp!P;GB&t)HQMz?-oB6GM9rh!gJnjJDZJ5!k5{A-RBMbKSowN?8<_+InL^^|5^T zcKVWPFqJ5AKgQ|F6`i5a3ko)J#^J_Wn3OE`?Bq!!9rK5=3SPW;0S`LAI5TJrUm9%?*qvh}ypBuVq;%{hq8&COwOV-;fCBK*jg+P7sb?;CjKJZO~%y@RAL z{>&K+xu?^Q!D)N0OWZKV!9jT%PxT;LA&>VhY{^TC&<|Ex460>1?ttOatBfD!8X#y; z=@-9y7uE9+rqM1hz5Cn=9ufQH#;|iot1rAyt7EV!+vf`DNRwu546YU?XJ<4~(QlCS zH6a%8jFpumSf)X|hRnNnG39(fZMf)KVz?qq$@n}=)Qs?@@`SEWqB4}|<+*2l;kTm* z$Vb@aObu?F+-K6?6PwzuP%oLtbAn#0Y|pXZ>DfRH3S+p&S?Eg~lFOvA-xlrW`m%}g z61X&P-n|Ptc(A*I!VmaY8|aGWcawaX+TcvN%jiNeqRRe(@C!ss<3iKXvwQd)$4 zDH7DcS;x5N>D?MeWNt#t)50>^udlK)Ek@(v#TjD2nSfcPFy4!dJ>s8qmHBAiO0SO0)Rfcy`$HY~MQYP(LBoA7 z(E(c{!Mcm~woM@tqqh-5=EZEZVWKyB6|N>?(%WO4pvu2}!{sQOVsh@; zTg<$zfYgdxz0|t?e|^FFT)Kx8g?10((io$~J!}B*rWPi4OC_=U8#ky_Hu?I_A`RE9 z{g^pf~lZi?Jytz%Y@KCF3njlJiF^e;cYDmLjv&g?n2-GVRg)jz&CeA#PPI7s*FeqF1%! zouk3^Cf;W&zkZz;-0x|O+Ud(}%L==8eI3w&_>}rqDRQgnhgT1M%|8_RwP@8!_{;;7 z?r5_1&0woR@kis8YX`@wJuCX;;S;~rU~{n66&+)hVQSviA-nuks%BYC>-b~Nw7;(@ zw{}>^vOA^J7jFm2el!RaQPKM6x4$XSE(A8AUe|Aak z&xG~1=seAa0!HJ0Rr05r;u#TZYcf?ke$*Uj9yx~AZ1$g>j|U?Ledc#0fRWz@5y}i&KNV>PM$?r9e58v*L20!d%~+U&Y9urMDuy zXhY_K@HcP1l`>1}5J>-t*tcfwT10czJbAfJox;5UK>!J!$q%=y!CN0z)`>R7ae}zE zdbL}jxANRDUqN5r;ZvU{+%xWWx?y>pD2Y!Lv@FIXckI~lnA50%fZ-T!t#xv;qi{!< z_At^tJND1`iS2cPdQKU|4V+`WmFw2^qKf|>8=f!NY=y3d z&u<8rx3oLY+#PQ0J>R8{-$=!4Kd$glwYqwF^uY~l`^H~75Zgsb-!$>Z7x6Sa)N6@=?J-2MblT954%6A4%~;yFlgGvla$gRlNfT zeoZuJ<^FrKGV>Ow{+}M#S6J0p`0;9=tM|%@<^mH!&pz(ntCtq2 zqG3!AY)tnC24d(iP&37Vo-#rvG7YT4hdSTvy;hiOQ+05*R^BijV|3#s-7Iz2GMh8~ z?|jAkN=!N^J_o~xcw$lH^}t|De2>ak(d(fglN$_wqd*uV4|}*-XO`s>lb^4&Ix*YS z?f21Vjy|eInnw~(mtkLMe2?wpF7D5!GK1y0-5pYv7#ka9(K+|9y}epUk0yJ&RBNxn zLC<^SM-F>Bs4>CMQa&-$fb=mvaburLx3^zt+|PBV>6kz@rxRAqZ&Z6tIdtFvQ*?A6 ztJ^v@wI96VPz!d3m~wt+B_$0IL0pTJOlOL5yItuiZ9ks zX8T-;j?VRHD6p2LcEd4ZS&P{Dmo)8iRCJeK0?cCR`V&{XNwcaNqb-^eX83w%R~sIkG;ZP#xPuny>b9BtB0Kl+P{A!B3whrBGHpR z{JGI|uJtsTNs}kPF7jxc5Q$^^+(Fw#$rmv>_m7P$PSq8+w9aR#+g<@L^ZU@VbLZnu zwHxL}4(&cu`OanJPjSl`A<65t9cZ;IZqOQ2_bKjwL<>V^Y{g1Q+G)#2wcK*}@}1L1 zHkM6NGp|^^aA%$N8Vb_`p-_qe=AnwLRLDDBM{Bu^ql_IC5_3whaB=C?MYC z7yxV7cTP0?Rr(K)05d0XFbbX>I%~=q zBVdA#H9$Q$3osz(_@lk>{&@h-5QI~u7@5apb|x&E-T@&~-Cra(nlpY>(fjuUMs#A# z*Qj9&k|lHM)-^tdc_PEPM0YS2b$mMZKE=m-uM?v<6z|!)wk1pG5O0#^bYS6GPM|P& znVA_$*UWMXH&-s>un((ClHEP%!Z!EQ8zu&N_x8dcd9Hh1jjK_n&eb*n6h<*EtIxhG zDhk-MN3n#M>-XVsP*8vS#APaN+H94(S^pbb^2Qe5ddjs(1RUh56A~ zi7i>#f^=k5}ewFk4#vi!q@Yjo}i#$2*oONt;bY-tzf6ufY{RzvUj`2-Z z^p=c7kW#Yv2AH$1x*X;M0 zFOEb5z&Iq``3WmNfBH12j1=gWg{DM!6zEU-wEV*0++)wi+Fh(`bU&`q5fIzJ2W^7I zea~MZX(20{@N`DfJyWZj<4wl*&YXB}YpatfDd!xXq@OW4%R-NC^n1U4#dklQ(mZ)6 zS}{a@(PS7N4Dz|kNexOEZCJb3rqueZMQ;ACE#udgjy4|Lsq{LwD3=%Nga!wOF4UP8 z7(Y)nx97G^-yc`eUk48P21cKGGk;g^uE<$a_4W70yPQf1*Ob15Id4Oq*DtTqUIXa| zS0ByIUbYVxPdlaE{(;Z9!1$5{A2-~zqs}f=u}jZym1|iry8VHy#lk4S!FFIl;E#%T zeS9#vScQ|k-Bs(4qdU46pFHGet7z)BG{w@$s6?xQy}{|`6ily@=s}^>jXFlc2$kUQ zaQi^b%(k{mmShSt8s%Qo=3;krJeu9i6P(&&GnnhF>C@jsX6YZ&oyJawcqn^yquw@S zakO787(FAPjSkk7s=pO9w-sWGJ5fAGt)#vfRwet7Sja zT(grVZohA7B_mU7Z>$|V>CCbRN~YW2oFn=5YAIq+t8wSj z+u7sP*|k0T+Kbc5w6kCQzn)cN)RA7&2AbwrT~(D8G&F*Bmfz9sD>(tmmZKm=_$U3$ zB<6L@mz+k0>)&+LIXM5i1>rNgjH-CF$oE}hbu&*e`u9}`g=_|muyqW2`sn3F)>K9) zwg>5`T=P!n0U|E{us~z)U@JlNss1DG{L^!?fxhV)hHZ>*#9`L}3$OxsZF(xrU%enFB)(#31W>bDsXSVvUjMAVg%!HC^bAN!@(9hF^IR>X zlZv%jXxjZ=f5evTwbPM~JmzKVR zC97HMr4zEtI`(q>oH(_<_Od4*#YE@c`z0kvpbVh%zay#^$Iqv5w+Z6w5~D;XS(3}E z+3jC{F9(7JLzC(;G0>~Z$)*`kQeOnD^ZKa)HUbrAo5B4B}C%Z0Z z4qUo)$>cO|d+}LQFE3je?-OEp*qu-U7VaJf4-l%b%FO{gN!z-9?NBuTSYZW2q!{yU zy;tFQH_eZK7WeU!eV{G#?txkf1aL9BX{No9lMrYUFeF-x+6UsZw-3-za-D??B8E|LI9bR5ub`Mq<#Juwjf210+ zs5n5abw<9f>euLK=ZatB5G;ybqnvKGW7Q8(QAuwX*d8VuHWh$_E?`2dM0YRQIaglt zX|(ecwdtQuS*e$XWD_2`&3Sa;Qr*St`gA(VzI+*S{5;gA|9-w6;T5u>M^VE~zrDB| zrcHc*+dI4fhF%I>NI{x9T1;u;IWAGv_yp$;dkpWeS$cZi!8wF)^ub07>x?apFBl2x zvg~VWtes7M`IQAAw!F$G6a~}Kn8gu;9jBX)0NkOnia2(xtN0a94KB^i$@tVGVvso) zTv5>)sx@(Z;d+tU?ewa3#m-yI!|AthI4?f?c;tf226eCOyjaU;0LYMc_X^%Q3im94 z_H(ATBAdhk$&p$Z>Gvzqg*2GAH@}&rrs>m2nImcq0Fpz@avMPbdrI?1Wy!Z#k6L^3 zsr-&LaMr$YWnoy;X$gTC?^J$?c$BsP6kmnYhHaz2Ls}nlc@$|o6_)7j5fj}RopO(g z^2hxdgS(|kZ&w$AzhuGC9Z9#uxBUDhH*5&~T6eJ(Ky-{i!H2ZtEEV(CTa>dDnf{RYYKH{B2p}p$syL4v`AN5TfSGRil^yw(0S#hVb zL2h^l4f}P;Jy9YZrD+80XEY5An}@LPz=7zj>mlU;krZ*|BpQN7C0)0tTf@Q^&Tj!t z|Bfl1ZcgWX3Vor9V}kx*cJ2|giF+2_y$E?6D3=$j^d5dBqj^V;7?C$pO!PYqCFbA0 z$=r8r*;FVv>M2&(Tam{ZW9A9uoh;4V9wATsknzk;B7Q)2E<%m zC>ugKi@n;7=nt{i!qF5I;tPlRMNTwfMI!OcQaRU1+kx2_B`qCvGVqJZIv3a_i#OM` zQLbQgeH)3q>pt(o@wIY;k)A#iBmLEr4R=gzU?&>ZVV(g&aCG z&L({~m}nmAA%O6)>nkE}r`(2(FU$deO%9EA7S@%w9$tk-a1vL8OP7Aou!gx{v;QaS z0h0ctv1h?`cVAMmvyxnJZ@7gaD>3Or_FV>~f#IM!fU|$@OTbDVUu1Qw;yH>filICLJTHp$N1Y?RM6-Fw_mwABMeN*>k89k8k`p6 zw(Z!l0SbLZQTRSfD&hNbPu2Ggn(s$>J2_a>QE)MV0{(gh*WwzzsQ+~GwsMKUn{o&q zT`IvV2EPZ%h#3XMFbnFueq-U1eMu1Fvl!>REoo~P!Qg^wRX=d&lZ>*-HE`*Kug+*q z&GWQX<2nxoI8`md0svlAv_+1U2Lbikm)^!ACdQ&OwQKdz$h94}>>q5O zQg%VI@<+pii<_#4c(Wcyp;BT`Nz3VfdU}faRm=u(1SylIl`nRwo^PbR^wH_iM+emx zd3`r_?{N9xSx5l~OJpRJ_bQaBI5_~fXCvPaVh-~JG^ae~n)9m)J;HlNM%YO)aMh2X?jkC5Gv%kCi|a0 z#XyUrh&sjhkF(+s7!yhz0{6vxh^D3{uAL5TyN@(*C;*x)d`^>~+~b?oYd3VdNO)*E zPJ{+LaI26&9w#ki)0)Yx^DN%^oyq|7jeYShIzq`haIsH>WiGBf9;B9BGe>!^F>Cd5 zFXHzWas0Uazg@LB!x^n+KI<^!9f*kICcGO4M2io|Ia*iI{lq)Iut?Obb0T(OtA@$9 zL$hYhZt08JoAsCK?_Vd97G)E-WOOlLOuVYOypMm%&hH|qQs!h;;oSD|-Mjv))yut= z507NJ9*+lV0`yB7{fAT!H){MZ#>FZzK*vRt)c z)h#T20P5Bk78ehP&^~U0Pz0|#1RDDa1+$_P`J!-?p_51t5kpCK&fB9G^wkt3NF7AJ zNO&L*zRZ~>g#TTJqM>7i_zLW)RN;iofK2+Y3qul_v~Xee@?rfXNEa- ztz-rPY}(G1%4R)Q31nJK|{t)*2-6fv08-~9ZkV$9^KJcf*=njFI zXw`P~qO}f7ECB?%}d8h*Z!cIs7OpI={y_9mUUCK{L z%vTNN8y2XF=u!RYoI5*DGL5-eVp)sN0@(rO{PP@E4&0T! z$BrL&G9KX*7!*X2cdLD$$>~`TAnKXi)Us78iu1YB$8p;H-&3;Y!mf;ND;s(4eO4(- za=SU6)*y;{hepR!+z6tQo`#0Td56cn%Y-4AWP#TIxTvw?#)-4BtZ3R^rZ-Nl*O9y! z3~nYYzj-sGmuCMSgbyFOtZ?bGeKdr8PxKUTHE63o`V(=nI0?M5`2wM<`0cwr!4V0j zZI7;9h37b3eZrCSm|x)U5Y|ZhAYSPS`NN7Iq?T$~bpAE{_dk2KoRiE>Z&NUUT9P;? zNQIor#XQ?bXI}Bve!u?n#+vYDo@44}Y>WBr*IEP_s6AY+{0)rR;cAw*X_7Dn<{J@! zTgLm!DM(ON!6P>kkT4RxmdN5)apqj#J>u#1q*6=*EauP0_0XoPAcb^YPk+wl0*jRr z4l)~|plQ>l-ITgq+%*KZjb<|PBS(%TomxW>7%-x{&hi0vI%i5YZ{50%Qtk0$oH*X! z9b2x4pk6-CxSAR4ZoeFCbQ^>Z8Wqz3h>5HWAI+v0bXhjTXxTD@eHl=W2EG(^V5fL^ zxUiZ2Sk22_xvvuvB195F#RgOilj3kmWm!cT78*)$p>tq|NC($ zAg3V6W2bhGvRJHCO@@IJVw);A4o?9!76F`SB+z0TifAZ9I1ljuME3J_0IRUZRmrZj zmyF@|q^A|3?4#%m{A1fQBko`%9KA^&-@lKZHE2x_^(ngsz^1FVtX8y{{dRHt66^+( z1MoQ`a`sfWo(QkQ?3!g%W@E|P1`vVfXPAcNm6Z?uDV>)rd4nwGouYvqoRE`b}!^;N?f3C$H0;IHN7a)QG({@5%b9GZ%=mhf*xXl%F+#Yu?8+tEPR z)(@UP*BUysJk_j9P1X>Ht35YUQ+;&1Ds?=wOAOgmkDzUm+UU}v3(F-7_BFULW#T9q zvx?y8VYZNzJY+#|PLFyh^(>(I6lok(woXj8An$+BK|H9TJ}^AUuc!CAuRIu0R){In zLkU(T{?2xX#ME^!(2}sv{p_OvUNkByD~Ic;SRYF3>85wLin}{4+n``}h50}Whx7-I z(*W-HD#kgQtxwDGp7u^cD6`0S+&oy`N zMqSGv4cQLa4LLsnw2O!O{&#P2y=_SI% z{p;qKUqPZQVDoeWaD+06>PbAeA*ENeOZF&NSlp~_cQL*|_#-OOQn=K8Q)O`Q>^XDVm9I-*7*rah|FWFwSgfxQyht5HahcMU*Zej+{ ze8mTDbHP~~v2`_Xe2)=W;$I&JeRQ=@jZ}!xxX2CYrqr)rEtOf**Nwi%VD58?6p2RX zp|P&Bm0-iIT(idE>4j3NMO&wlOpd&>^BG?>eH{LHhxdPH!P+(uA2<}?nU)=ErDZ5A zMoAv_E#$IjEw{SeWaSJou#8g><*rjXY;^&PvAc0q@8gdJ*li#nP#J*15jf6CF1*5B z@d7C-;qDbb@>M8s8^Uo81z`Wu;pMNNU&2&S-Ee=_Ywk-)Sy>^X@r6G@tVL}DnM_!M zDT$DZ#|ASHk75H5WI@c7u7`vvmX-w+asV~G>w>8e28+CKc$0re!d@fy-$16b{yq$4 zk#a{wlqh;$8iWZqb_;S!dN@NJ)a&W;ViQ%a=pgYwtjom&H-3*bjxj{*4?tThAMh5z zL~S*Kz&4CAi-z9zo$1d9#=2_ANY)C8a>LvGU_kEEyLWHa)9iP`zmS12&iJQ@XhJwn zFQO12$GT5SQd?VVTZXL%M?bD_n396r2fw>0s%0TUN=1_JCkNdxAm2uu5X4Y{j`a9B za#9ycG*y(9mmoF)7-gu`DLrrneWeG?1pans%;)qX+Q5)jaor&?7=b;T#P$Zr3S3Ux zD>!(U8ebzH?j|SK#~<$jXH#;NP$Padl2?@Mh88{g{&;T$vU^u)FLLcD zx!~U*=9G&CN~Pp;of+tfi5XuQJB(kB+7MaoATCN#OX9*d(Rh4e6~xjhG^?t=epDrr zZ(}|s5hOGv$P_JGg1Xu^cw1z7M*3H;Fvf>jKiL;e>5yXe? zI4}wBNe2am;N81_Ps%IN%(!!hn0kI>H|LV1xl5ZQVcvBL-rHqU*PdGKQ+p7LK8IecR zV_S>nH@P=XOGk3Mjb0P^T{h|`n42=(c$DO617YB4SN6QnrRQHpMRNA+YTDUi%6V2} z&%*gv)(>aXD=AH0&R9hu@FG2$`&?o7-o3>*-E#s1?xyoTlz;zSD3;r|Z;vNb@;r;H z8%%3@`#Ym#z{>Y~cxRfl{`9B5L8nej6X%SEE8aPOoiK=gGi`8e#RZuZcwUwhfD`uytj8HbrdtnWiBU8G5P}|TI2h;}Xv@h9K zU-(Y9a8stml8cGWJP-b%3g=#@X35Zj0|$;8RrMD+P3A9WI4D-4QJNP!_y+$gd+(ux zCe8|X5009XqtV>cTyDS-u6x5c2{6gh|g{yKw5^Xp)475{e?f z4B{_#siZw4g!voEMDyQ%6AL)LGl9gumSrDZJAC~3jXbVG<5@5j^r(H5Hkyy4I|=bm zLs(SkEBR9flliOq<0C0DFYA1~9BiF{W5~DF`}Qq5zi~+YeB-4}JOd6L8o2RfX6t@( zD7eq`KQ){F5XWrMp|>e*O=Dz&>DGnO>`3^&=;&YN(!B`pEIe~aID^m4@l%^+WM!Ir z5n$uJZs9q+sBc=Sjp{dYC${RWif$@VVqk8#wAhX>*DXB{5*BlXw@z=rm|a~-1t+ej`LH8?+w!2(Gu z1~AI!6=-6AQfO8UY1>Z5GE8%ExqvDFsw=A60sbqlR z6M}@`ow&VwIGs7nP&*_|%xV4*9?&)`nZkXODB<-eU{@__7kVh^^#ds51i$)bs56g&~58Is(wtW^Z!?AIKi+)WyE92X;uTF0}lB!W@^hsi8LncYehv30w2*O z(5;$o04G*$^{)@QoHK`vQME)I-GJViT}<}k zmx0{^^Ukc0aIqjF{vwbp)_?tfE zy!2^GtY`8Q;Pit-7XG0J7HZE!f}FNjWNnwr1=WM9W$!c$e93nz_pb5>I@zyb>(hc6 zInP9Q|H%bgsf`>wh;5^L_YT{vn`?JtF>6LI@AGB8sf%ckR4gMD1-fx$*vD_`F3R0$ zXV6N0O;0S49P#@9RqA$(-{l0R340bi3lB~VzJhLt zXeCj`Q!H|N2WG$k27h_?>ebP!<}b*_f*1+%Xcd)*M*9`MB-(M!BwcM5FMhw%2(EF< zbTQ)C9|w)rGTF@L_$97c&usWAtSOq2t!TZejaR8KEADJ&Y8b8uaAyo*8j& z)U;ct-uLi&SB3Sk+|vc}ZAcqu{#bWPygj;3`+9p-T;x;^+r_Z3kZZBBf{L0${O+tv znb5(R*07rK5C^j{M((>T6-?T8a+3$HwZ=U4d;4~x(3g_Gf)TJ5D!=_%&flD*V%@`* zBi&lKvhQe;aIsM`u~bYMC3Tyl8#o2;ZKH+sKN+Yf#-c6n*DwnaBZ1uezNeOCpQ5M# z1V;g=3>YuD4oVvPol|++H{GBQPZB=EN3Sd||3Ra`HV!Nc*Wol9joPI8Z}m1DqZ3Fp z5Mvp+zg`0pOAZ2?gp6OwAEJT~9>+EFoc)$H$#KNma$+`~D^a!Zq?($Vo)VLspnhC% z(P9#WUj~20Vkvp~l9r2Ax(zJi!XC3{6(z*Jb(@6eMxewny@(91)7IDe_a}GCmt>Q8 zxf);mUCZCHpv54|p#zMI22E=7&YA9Q(Q(YZ7f!9o-y1v|Y>uYH^29$DKFE)Hzq%qn z*(vhT11Vn7cA&+D>>)W2y4(kw&X{Dexp%JXhcjsvHEnU;hk!_Gs9LwKo4kBJjP2pa zd}vf{PiS0vUaot03*pj67&E%Oi994)o*py>7eyFnqcMKw9U`xr{qLbxiS9FxXRre+2q1?uDxo!8Zm<_tj=@6>- zlUt%HE9;93$6O`)_p8>d$&pi!0II0AwC+)Q_;~C=nwosmcXRpfk12Y8$2t zWC~&fgP|%a)%Jki+ARN=mT=@X`7U9^@`ro4Vb;J?ZO zDF)9D+YFOpuVvN8#RG%oa5Xg&C6PitGq zVE4i9i|=*$I}%eU>qnw0MPfQ;ruEKUwsgxyTdRmz5En0+$|FaOf*ayMrENF0Q(@uu zP=FSnaQqi+RO()fWGh8AlxAq**jboo|Ko&TL4f{(oTA$tge_~yw|DQ}4T(PHNo|TC z1@V%2h69BwVI3F@GeEvmC)sK&e>&24!+V96A_vi$?FRANPUk6bhyk9Ek#t92v{HoZ4GO?fS+m7~GN{g@Nw@9XPZy><@(!M0u=;M*K{ z@4b)Y@5DR4|8u$5cS8otor!ZvYnPT!hYsJbN$ER(Tlfw)>xSlEAhPln)J`>$u^Iw;x4Y2=w1G>ja&0>w(E~r6&nqVtX;Q%IX2DTMuU_* zNLZ9>n9_3Kf*#q6qRD&5j(~(dLV2oGc!9tt)3PNMW1x4jW0vR1?;jJM7sZSamTQa8 zj_PZLajG5_e~N4#4a<3C2L8Z9nX?{*h@%#&e3AcW^d*5AP}pk{l4`STGL0Dk`S2~Ggg zfo2<>#d?7AGfYwOWojFV=QzKF@iCu&n>ur5TMncaEgr%0(98LljwMULG#cTY8XJ$E zt*$7AX_aZi%UAM$2d|d8CO`}jDgJoxy<3~ySgRFF4MlTwtQepu^)FRWph5mSj^7hq zSFZ)L)`LS)bd(IrujTZirQf_ZT)n;ctlmvI<&X!Mp#~9vZoP3Q&S>%VNdMaGkn3fr4p4<99Kt% zH6VjzxxEeDnsX@N56r=+hBNUn!sz71T`cG3ooos*)=S|Vu3yFa1-Q8fFk&k5uh=MH zt>E9p7VyV~+jaFpY4)2`z=HV^5oW#WxoWy?bh=vYL=c4K29X~VRTu_d;R zUgU-WC_)|irCFB6p8P@ikRxC{IG|!1Cm*Jzh~j8oE)LqeLv%w>E6AOF?C|}!b(KM% zST!2n+qe7cw0P*x3r;0PfKPgvoWcjxQ2Z_Pz!dI_k(q?B6qiuTk zjMuxV>z_eZ3TUUM2~apdZdGW}B3~b$`*N#R-L&1~UA&}9^qxCQZXIYx!?DFb8;+N$ zAYx>fbryr4kX}<>{j~2m((Yed$fw8#(Si*>F81nzO)KcoDlx-EyIX?|>?RyXsb&^Q zdA^+ zr>j)ze0pWVPkm>|x|rNEvKDyCHzZ){vj&AfBb0LnR!CWw67ALeqvaSot@+2_JD5X) z<1AAIHZ1@0W!tV@nnmK`kEp`yD=Z<;~(i|PhW9?wuDc(*`2SBHfGVHHkrMCy*aCWNb zd~W@#^Lem4;z`+Q)uX*2qt8CGRZJh;+IQ4%gPQ(AUpW5}@SN>v6ii7A___FOA_as{ z7AZ*|uwi={31t>oECfa20oOUBVgGVeBL7+nV^TUmP0Rb7o@amKxb6JwH|RfRWS}r2 z(R+~BXkX)Bkk}`I81DhK#&>Jqz7*mFJJ`+Dm41$RmhC1DlXM^JV$ct^p~hUMlocD0 zuBE&tQcrX*N^d_Z8fU!^9~|tZ&U)Aq-CRt!IWlEJab*6P9j|8pN=Y#0u8Kc?bkq~8 z^2iXrou7-j`S@{_$GSo*kn%~R`mV^;a<4uYiCjc=N~JR${YjL|_M?vF^&2ac-zkd; zw^F0&|M3&dM(9$xMKTyd5GPBkT_Rv6%kWcgz4z_gHp56v> z+DdoyjT6TaFz_q{G*!^FX?77n2x7AE&Of+=#lKvMZ7npP0*>&PfpDrvo}E1cxJD-c{3(;Urze&r6{-V zid9GQL4*hds3-O8qs0oAgjzfv>cp)L~^riPp{z;dL z3`KA9FltU3Q|9pKtiD>9)Yo@>btJ5|h=?~-l9h_~@w0EfJPrl*{rmN#j$)i|wtJ@9 zKNqSaDqe2HFqj8InR({S8QF0a26S0K;m!#d~O!Ighja+qX+~UFe}gG%!s9bOUG_B&K6a zBuz!N&MGP^|ItXIa%D%-HSyp6{3IV2BoKDv(9K}}!i2k$o+eS$QcU)iNLuZo(rGNw z?%!ap=MznW4%;p|3+*Qs`ei|=pfyo{K=CB+4ZF|!GId;dVfDIfpCW1Yb*11 z3N|&L1!EdObx)Y2DfVrP!B$rfLMK-S)#bou)vTAUTZ!Zmf%dAKAaRY!0-E0DLARI_#eI=z(eqjGqv2&x4~asegkJeGrg?QF z@%hZ_-sGBB_2UPW+k5-P0m~=6!ML~&X+XSiads}7K#fD&i*On&wE^HyRh~8Y4J~*i z7uS7Wt~Zc@3V}9%-IYOf1G?;a1|J_DwK}z(<;67_4w?!&(jS#1A8+{HWV&hC!0+~2 z$+i%-mWt;B@C1Ql{?`lfoZY}O>HJ5$BM;(Fb%Ls^3&Zk!s4TPqmzuur^qMva|Ch8) z{a4YT{jLF7_6d__P6%{-JstP@?`c{S#bA*D?N< zFi2cAXMl)P&y9pIF?90J8~WuZew<+!@MaYrbZAYi49)@%mwr@wGdTkyyLDUk^Y;U^NrPHQp3W}ZneyFo&iRJV?Fy!CRQc+gL0wAj9o?#^ z<}DzqWY0!Ff6$<>heti9O0eXGrVD95z}k+_V+38`zaNJu0+bhA?_5H#x3_nFR+4WL zcSr+W{MB+_I>`@gG~$=uD`d*F8GYT+kCaOL)_HvWH1=xh(E558hn54Do@;5BpA*?H zG%|dyS(L`}4u{M}$Dg-e6A`Z$Gkc)nv9I$D_x`r$QPcR&XPWiz-}}rYov%g{KisN0 zWi|d4jo6vJd)yqAR#G*kS4fHb{BKU5&Q9%lMQc=Q3zwXnDL&N;mO-Un@4gY(HFZ`< z8cE=PKWa}v6X^i`UMZB3Q0g9^^JWQV$n3Kvc&Xj+ zi+Y3Z;q?Uf%aO9(DmxUrN$T|fUTE6iM~)ZbQTKR%op6RKML5ln8T3uJMoRhT7h*u> zVXET0p-O^#JE(g1G7uoE`fB4>OR`@zV36c4;?QP04L$ztrBKbBUE-@QytpMrKD%}? z2dSF~9G3GFGl@3p@9^3(VJ* zew%076A%a5Q5^M)E*o~~jIZAQQI&>AEyHWVoBe$uo1CYrTmdfVwUWwTdMrOcHcdR`u|{8}8*K6I z;PpQH>Jyh{AGt<-Df1Ezp5=zpNxDn*5#a5(*JN+~=z7y{Pyeh_e7d^yXxJf>dxJ;H zNdACZ@PD5`N5K=t87c>255Xqdgn9Pxcgjz=wFA_%-68(+g*sF2j_iI?Ei-4!iHW6| z^%jw0B+Q$;A$fjSHlf0*Q9bEhrFGHm@XK*s_BZ+1cl*Zk!z2wH)=hjNrHU!ZsTGQk zxKIMs4ryE%ySNNzzHznk1N(27E`lO`V7z>}9Qw0ny9z@+2A#8kwg9G`>jx`mBlTzX zUY>Fcy%G$4fd$C``?Zmk{R}Ea?)mVnX~fJPA0M}A(Lx1W4#b)!;6;SCEoIUkdPN)9 zckj_7e#Ooqu4?fP?;mdM-l1pDf(xq_4aA{k%*q#@=bga#$p08!&!H3qj1t|?1Mrx- z{2(6&Q*K;0FKNOIOY%1;uT)%WX6GW=kR9ZA#mE@lL;e`=9~l|>;Sb;Nz$;AA=5*t% z>`(sy?DOG-;_*(V2I*e!U&6)sjt^XQWmW8-D3#DO%$j}*%^#__xzi2T_nqooKD)l& zV$rRCtBZH4W#TXHE+66Aqr&IAMaMc9nHx2e);4m>&X)Y%a04*sgrW2@3z1D<;e#QHZ8(s6S%{L1S+G)~#F5cSzB$ z&w1;QRg;(p-idrq=u`Gm_3ZTZ&CAU^v1z@|i~toyXIcdSTK?+_Tr6s1`VAX4H?#HV zKr>Q?GasHdi4rnuvq6&-6)->5&a6y(s6%(+JtBdr^!01^CDlx_`}>W$530yBP125O zJ<7vBZ^GR#U0Yw2zV9I(d*&zi9QNxjI1fgEg;`F!nL!%1*ll}#c?lX-&%yL_H<(;% z{z!se_jg?}xLDki+n_dLY7d~okygSk@5a^=V`0o#AFy|z`Mf7_3U}! zhaJ7v*;#aj2U}eDJ@n;;e1lHtHq0!u&&)j(6cqJP)Qs=lmPc+pw9hQbQnd|d#knR? zI!V21rSH%2lk;n@q3S`wm+w?JHJhJa6@0nvdapE-?0y4lO69$(wtr~+^+;$V?FP9^ z+%g#nZB?Na+l=O{8arH0ko{uHIjd~a#ED&%#d}PS9+wQx;O5rNZu-7KCr?gP&pzB* z*Qw_FDzIGyJv`_wTgClB^(eaX8Oat5-`7B<=T|&GrJ476)UaV|$fi+bi1{sj@7;|) zx>WZ@RmU}IwHp4;hMGCD^8&A!Z`vT|Ik-h{lzMFl=C zbxOT&L;83~8m*$j9bdk(p+i(T7ih2k7B z?jiIw6G$#!n$fZO$HepyQJh5g1m05&5$gUueZc5wc`+9h_J@528RICp=TtwmTgALV zb2{$xNv?Ro;+6EDGg-%o!Mqk|$B8sFs`ITIyhAip7~(}fQ;iiZ%l{lPOzxb1xc=fY zz44a*ve`E7cU9+PJLhWsHc+jwDtN<4uhU0n*p+b(8@|1pTlCM3=S}HV$MCvg$9=E! ztD>!RRhk-kJ{(FLeCfR~pq_mL&A(FAW!<@wWqj#D!tVaI$Si=e7%uL-W(_^S6^OGn zw^;A4zq4ZCC=80|WW&j8lUSX#4mcVk`dMR3CsGawJBTWXOMEB2+C8nKLI{;?_$XSAl+~jc;ayY} z8_eq+UM11b{dQTS>HHHTbx4{VK}N%RR|(Ojg{`vKD%tT;7uFjX1{Mtg99q6&FQH*m!Iinn7+diHQ$56wkT z&VOzuweJ7xJD%WGFIee5#4vWr3{+}2snp(>etTdNl zIdPK&L^RbG*=f>ljI~I#mKIORe!}>zqk_DoL44{*!$#dcS8b8qMkfDO!|m%cdUXCs zX~rMu1#YXPxq*yU;rXv|4a|Cvs92cD$k{9t8YHIk`TE`!T39BCzLJ(LCLQG^Ct5Q6 zc=bPG1sMn+zrytie>NkEWwkr7_uRQ*SEUirGaTCS0nXr|NckJS;1UKt@fkpQ4If@b zWYCPuyFIq#wwTX^h5lG@0-8tN-bjz+%eeLFFO_%(9sTuP19Z|yl!<szg%=Pmh{?{Oe`-sS5%Vl!A2wxnL!f54rJ~9W| zx3ImcKNE*@a$vO@J>!wqWCjQe=AQVJRl0Hv(!@OWv6rl`{#ElYX*;@Me&g>aMpD0j z9AI&BjkEJOhOIMWfOZrHm8Xhl--cyEBg`&l|Ni|Dnxf2vr{a3@aXZyYzm=<2sXH|7 z`0HBA{7RmLaiLi!kJ=KeqeqYS!zXkBLMbkOxj+fOejF<8rhJ)Nyh4(G)opcBj%cAq z^Eghtr<{pePyLpEfPKZRhpGPBj4HR0!v|tGQjGtml4%}mcW&)pzwv)a_3 zd0%`PG@3oaRhfN3jtGm(Xi$9Evl0>D+y|BQ>M{iErQz~7q=~?2s6}==Ej?;0=^6-G zvNRbw;_~clqZdFh(WhpI-=Y_u;{kc(b~i_TSSQiYSB>UVk32?XIbrc|+;`V~+qpGe z>G{s@q{*}%XUBv&JdT?kvzLs2cFdC8f&$CT@W{DQes$e)H0N$H8yv4xzp4@J;$OBE z^dQ!V=JDLOoTj9aKv`~mlbMn|A8 zYuGaN_Ur+gLiTR(x&1#+-cV_=R7Ubwwqy9sGZ@h(-n=rw!w8FvNv@`|<#jAz(&q5p(J2eXNN&@l<@zp!w16vdNH?%cT=C zl64oxHCh0ll=OvJ&mX|DqP;jT%MM9!AK^6JH{5ASJ?8-_aw+UmL2ymlN+?GBoQBo( zy?bZS*|9LIO~>}-Sfu-bipGRv0=2`sclV1qY5ZcOhIlJis$jVZ`C%h6mw|bj^pZ}S zeYq(&>)eXxb!-kl>||%cXj?RR*TnSfBiu(IL{-DI>eR_rn(BBq2Tjr5h>~k|=CNMdQ=51$Z`t$850A;8 zJY=;Mf89CFXzWEp3s-ly=-02`&hDe)VB2r#Bwo4a)@T(O2@smw%Pn1U;y`We6=fug z-)=m-hY&%w0-dC*vS)Kpt_G)rJ!8P0A(&a@W5Jl#CzN@xI)BEvl^#C#B?jb<9P+~I znRRT&1$Mg_vcv}G5)cx^7pW~@T>D2U#>Mp*zu{3kgfKL$v)YY6FUEE!d3X?hctr}* zu>WFw$M8myz`~945>IRGUsH&3J{1+iHj|rkbPn6>i&xMo*j>}FKo^A(cez~L^_PhM znK}$KjXMS`%0)xJ%DYat%NZcyqEY${gdo?hg~DAY9RJ)eDjLgpg4W>94WLT%sZ-P8 zi!v?Mt>SIy7MfThvs>P22LV97W5+d&7&NK}odmQ>mA-_PgAtMpKl4&SvY-HQQo{%R z1*SFwTJG)-TS{IuAJrUnY17|+>neR3M-~i|m|$76;PpRVI*AAKRWGVf+VkwHyRdZw zmD13gH7m)rd~t!)bzuS8(tk~TGO;*Fp=gx94mX;-tE*1OXDs}X_3xtq?$tyN*<3uw zb^r4*vLRzhX}vhPykH9q-~4^foe(W8pbE5`-HsnW{`!#g8^|CTh4e2OB**|W?HM&m z(6Vd|z#IE4ao3M^JUc);@+nAJb!d-Mc>|1O#J1soWTFJ=YkxM!lEnkC)Ql+-PpHk` z&U?A>S>oy?ta~U08kdo~QU?BfC_Tq?M*lnWE=RFKe$oA`S6Ua;{&{_WGS!IDFY8ZeXB=@MFbkpd1pL47{S*NJ$BiD8L1;WgIAx0Qum7|_= zV+~mVBzjwz#Tv{F)DzMm=}S6sFr%3y@g=tLrRa_*)IcdT^n`DhKGfgo*AXI6VCFx5 zOcNC0Lh|WHMH>SU(;;`w8GMHHB)Bm?$F8REAQ5B-m)bgxTB!pD!OJmB0INj z%RYW$Z(W=uWtw}705#Lu1;Nn=4rda&;v-TaOPoUeIpT; zo=XeDTfuubr`KH(GzNAc7(L1{m3qf>b5U-kL4zSTwN?mgHmFrv!vs`Q;F~uD@F_-b}HSrzl?-(+&4>1C=?@7`X-_$?F%;K2P=1y zAGO6aj3m{>G||37h$|+B%1Bp+cpH2cJmx%_%_uHi0lys9@+fFmxDb~mtT z$G7tGMxd==$mc^cm8Ly(Is^@G)B3URl`B`|Kjp{Ic#{48U2F$~gJPuK3ca25>-C~^ zW*lpzedSU=G(&r2!=STI6~dos|Aw$gbqD7IL9M^L|7td`}tyS!+K1$6-i_@QT0j~ZUC#Ttr4LkXtYg5zExc~5> zQNf@8zD54z;_OBoxG@&TIMEOwSj1i~^O0t#p0)#yH97**3DzP^+~~EdS3j8bt_xIv z+0wj0x( zqK3nu95K_R#|`HuKK|=vKix7)58m@@0Lf<4(#2oYs{A}#9@Ivr`$!<4KYzxsz$3ex zNv==}zK^KbPROcMoe`*(xG1e{t@SuZEg&>aJu&~Z`sA_BAZ-5GWcR0!?5@3x{Y~{j zEZ=(m11~8M@I_R`E<0z!FEv<^nI7 z%zfGZ`zLGb@$R8P&DaB;38JTC#alj13Bs+LG$>~t#~?Saucw!@BHSu!nzE~42G)n5;_%Y+gj_!2n=dee+{Z@gU? zq6t;ysrkY6heVU!WHatG6&dxfCwy!^>E=VPf4~ieR{)ENDmlu$jwDW|@tc~ql$8|@ zTKSoo_8i<0jop5p=C>OQWG6=EAK*s{y^GJxWU8D-znb2C=&S{yRHive9`$6;C|sxc zVLh}?l>MGlXvNrH|F3HtzoG^3Tv&QjPOsdk$HUOf28=fPX6S0q>QVFjC{6 z34;rz88Dst@za)Q3r(3Z$?(f*#H3=5W-6PqQ=+~4CHsHH{6bzZ`(t(pBjsmmZSFJ! z5)Jm|w6F@+mkgW+3@~x1xCDc-V(5ksbL<+RCNAta1Ty(wi0Zbt0`6tKDivCVR-Fcj zwT2D)&-E(X@j0lE18LI!5m$e~eF{ZtOZuMw1=bAp&BLr$XI2BjaQAhbF&YQqlqYX$ zVtmqU@1aA7)+ur^ooG(B+0jb zt=&pl!QTL}yUuxGNsb+U0irh~NMr`W2Ile%{;{N^SP&Qo-3EYc&?N0F{2oc*a=g$_ zAZ&V&)#Te+j!9TJVEf%tQ&XWvU!wmeK#s!qzJ!W?5NOjcwd0FiPCT2{#8ZFJq60Iu!ebw9!lXfOklX395YO3k zCfRR=d-Q~GjTE_c*zqHS2#e5S|mQI(j` z9$eyF>bH8xaao<|G!w2de1R992Ge?H{*Q;o^|Hu0vGn3bJh?Jq) z7LG5$&3hi>2~Rx(kuKu!`db+p%V6Ck(qG31$9G=2;*JT8<@$Hw?31N) zP~5wW&ZA=|Ga|0bu<(bomsZTNChLZb2ueZ)4YfVn$@KN-&y+%r&ePv_Nfp*i1K!T9 zbjy8DLxOTP`XUE*ZJvcEvkM3!#v-)hc-Z1=+nFRx&AvhY8B2JF6lZ`ZS2^~L}8KzW96fRwyf32 zH!Lb?d@FDusm22U-DN)zUYpR3%!xGv0iT^`k=f|ivi-2MY~QEe)JGV8WcVwG&l{XV zKJglXLBW|tQwofDK%NM~C7AsVt-bPs?vvkOv@s#u-DWOxE|~V}%4gnXf5WiNnlbN* z#c#hI!HK!Gcm%dfBgsNYVdgrnSP>i2fg>}s&Od_VzEw~wc&KlXm)~E$E$_|ycGaQ! zSGOCaZxpXAWVWn@)41Rt_LB5Fm$r(c92yy)|3}z)$Mw9vfBbFlvNIy1j1nEQNM)<6 zG&E3=gHp;&`*4n(5!pmm8cJp=sgSIUGD1U0B^6SdzvrD}9lnp>=a2LK{m!XR?{VMP zeO<5D>v~qv4cer-->g`>B#E)IB z*RA?QZb_fBX_z<#`At3E38i(LHoi0de((m-1#%)Hl>HL-hT*=Up$pB;&6(XCNH1>V zp?@p(w` z1Eps_IV{SHkPz-GfBjgk zjJ`j~YgX~{a9^F0+p6cJWDutUO{>1B^&!|^l9bH1SB47kqX`j04QbKV<*Gaet9PJm z6L$9>^ACL@S7C!*4R%Q6SkN^NvV3Ax$r_Mz5(^-B%Au9FpARd*sNHA=reBre?D`6e zHcJBQrPS~5i|$aVMAMt$;cp|GNvYc_R(M2%Zswi8uQ0OZw)l~sw$T*$>QxHEQb@dg z;keD8t{VGv^J{<;yjei5Z=*&MqiV$%-R&OU7dr?|{XPGyjAZPw?xI&&gC=i&34Tb~ zo^UgCTiz(-_Xs^nk#*H9g=iBKW(20NWIYmbQ_0B7bEUD@TpVszuesyv3Qp4uX@OkS z(FOMTh9&2hF;J-nm^64xf2F;x`yUNO<#0&U4WBz!l%1dnCGaASLAHS$lYu7Mv*Eg} zP4Aw_ee}j|RfQop|G$yb>gUr=R;=muvRmtLh1=BX$$Mx`?AWvOk~&^2tTOu}+IJ^CfIy*xGy#tGb%CuotT?*gDnXBKQWn3KS0Fh{G8>mR~ zH=W>v7Le>?f6ZH-B9G}v4L^r*9rJ(XUY=Ysrm9Euvxayf*{VLe-s7JMIeBDgi6W&| zYl9*CC<9nk4u_Zjxy@!GJ-?BRdZn2mo!`eiR8EZPDtGALBs{9!rCJBsitIwem}DGd zB2gu#ZZ}B|v3OKtAhnprXcDTej-ayS;Sv~krHYi_lNJ>>LcPSf=vC0YdDWz)= zj{LN`p6wknMb2`fFGP2~a+fYTag4eKJ_?!^*J`rnp*tT0tXt=oP`E+lX8^WIyJ|mF z!PrS)!n7P?Kh;Io&8-5R0lWn$@wzBGGGDI-v%#HsBfY6mh=8bAW|Cx6;4kAi8vL2u zd}@`&=iA=9{W|{_-yEb)b%OTq$R&?T7l4qo6_;r0Y@+8swEnti|=aMlP@-7-X<0aUoqu+nme0|Q{99kHYS^D-=ee8=< zi+R$l?~+ibK##BjZL|puCBpp;M8Wnt&TX%9s|_@+cXsh&rCES4(x)!xX9)py}{aI zd^n9cz>}C&3uB|^6IuBu3bX&{>J zBRIz+GI|w)M{$SBQs0OvVbm@Y{8G9yXFI(f_6vD~Jl9H05BGC+IgT$HaHIN1S(ECJ7 zEDrFB49PaDyi3pZqEBzlibw5HyxODu-H@i7RKM2(=+$k|z!D3q^a#&5%|U}w)SG3D zc<@d`5Xa~`=!G~n=Vn{o9us!mrP2mDxOU}AMa?_QJL)lTy|*`BetViS;2|SFe>j7_ z=={`0^-5x5g~XV5rq`dr9T=B_bBjs4KCBC*@I89>)?MB9um4e%nY_RX=qX5>G8?6Y zVx|4@TCERr(A;4x7}7c_2H%&k+XN*K++$d7{e(T5YTj#n`U{=)CQkHTzn;zqq`_Mh zfqWl4_^^L@+P$ht)#=q$%i-qH6Xd_H;)q}2>PoCOE6=O4)lTg!AoAbJO8TU6k|J?^ zz%^XHtTSl(=|3kDqr5jTU6b9*^~``Lc5{nTq$&Uf3=9d$C)_Fl5@e#U@Te@FcD6Le zf>@(D5LSacf|saG|Dqze+_L4%7h)cQl1Qn&nw1Xg#`psGk}hi5ql3*ZxoMBQq=Gc&}J{vm@IY~~Q+j9%9J$j4C z2idP2m++Y5SH}IX)fGM?#^X6(va5Djs8rP!!kc>D91AK7FQNC{(B}T@xAUio1{^_cx!A3qC;_k*v1e+*P$g)>ixBU;4Fv!IS1hE_$U$EJd6d1aNfh`NbiB-fG7} z1(u&bu{H@D@1@}0;RNV=MGbZ~)F1Lr#Zj!Vfay3T@mvVzkS{&}&J+s>+nfnlJ{uWD zga0adIuhlrHXIAN3MGK$^XzaqMETXZWlR732Agjjww0Wx;E0$tHKWB;ze0tVQ~z;# zNA~;^xf^_iKQHPyu-iHLlULPoZb~l+-YeALFUhTamar;WC?K|C3YVC_Ad+VC%P#R~ z+89KvOC7d;QsrBB5XTdAG~;NKeQUQEy{em>lubkfyx+yFHAUe4XtYclHf*SPa}sBP zCr_Wcat5=%wo&ctSK5g~qkY`1-3z2Gk-5+f1#jLw4m4J2L<9`=P&|G1tZ_dtp?DE3 zAIuJT)z99{ykv4 z4x3-V#=tmKIcRgxxDN&CVwp2uXR9?$=w%Y*HTJ|IiZn-pkg=b{C=Ny7oE>bpAeKV} zU`}z;D>Mgvby-1W?MXe-Q5gH$fJ5Z^-4Sh~<-;nWX$({u(N0&ZBL8WPl$gH>&h#8mSu4wnXz8`|zXT$YYm}UOqgP^Q6*Z zYBO(@MgOf2o#;t%+C(k3UJ+(GACv1*Zd77ni;k=O*~j!^AN+qjJEI z8aks+9cUQ%)>AkU>!NI=6>`<8RqS(>Mj=kkvHlL&X$Epb5~v3dW%MF1FUaHB)P8El zuFlTaUr^EnT61X9sfV>&_oulfvme`!SlUAN5kp4If<4k)X&fvrr^9r!o*1KcJD}+O zd!OFM^O#E4pjF&*rUGxGL^)=3orFf zB;+gAyihTD;s{_$JtbE1kOfEckArIafOYosS%M2}%i_Jq6jR%a*{42a^t!^~Pn6Uj zs}uTje1H8kY16)a4i1pm%#^U$K=7lZqJV0>8g!?pynFXiqR~c%MFg zj8#?8NFUOx6Pu4gPtHF-196W&W@mmrRN5_Dh7+LYdsZ%g7c*Lzm{qrg79ZV`O1?O0 z3h<$DC|$Q_QPR;60}B|wo9XG6c25Y>(Vu6VDJ-7eSW_7nxVtgdDR(b)V_5Qk z1os}i2U3`hhLZDWmVPTDyRWZOJbGP1lqYotHcLJe5T#tZc8swbEcER*FspSKkbP6M z(I*PE(j?(FJ__*ZZq-u4O4CM-ib_gkaTgrj=0L<5?HTgTn->Dop789?*veMAuuR?0 zzekfk#YaE~BIeFbWzY~+YO@bn5Cav4Y$JOQ;pvfg^vrwXm(ys{Ck3 zJN;|X+n!ok2~58me_Y-?PS@QM0iZZGREz_UJpUL0U_qqMS=bbw#3*mn$dQjz8jM>iJlvY~ASOJ!*B+t>W3)j=-}EN0lzR zAT^$Si#M-SM2$##u&smITwe8?Z34l%!l=4;uOGQ`sHP;-Xc>@Z23d1|p#{dp#x(Fv zt9dbOp^n~@dpEBcHpp^=cO<`x~z9+{cOSW`BDaL0A z{&ZM&844)HtufC++Xl?gB@cZG^JhCE)`y^0wIRhUVKg9+*H=-AH{s zpbbCefVTh0Pm12!%y96tVh_2UwSQ5a<_S1k^y(4ms~*Kvq4)7hxJ>qkgEmNz7+#aP zKaU5zW%R`8FQaatqPN=sfeN^dL0m%|_KAlub#DdUzwFd4A{DB7Q4BeyRLkoH@{|3@ z`c5G29kqzpKF)`A_c^$nkr;{wr{6`;uF*yKIN8%*W^YeRX{hA`+?De88Yg>Tw*0D~ zAoRHjlDD=kS{%}0rQl3qj5eEr#15C`%wWFO$ zAjl6Orr;6UQV$5ok#|I*Udg>cHyQbOc}br)Jc5Pwwc*9vJ_ZYe_7EHTu$F7e>ePI7 zV&tN2Czn0#>y?l|o^#ac4Jd%mGon687-&`M+?xRH$!o4*l3z$&t;b|nCTB8K_<^8w zYR;=3B}pE1>Kg06d|gEap|=P<*nEjrvD1nW$?rcy6m)CkwI;!)&gIICO%>zTs>uGD zu31F8EalA{y~M6%$gc;&DMEGjjCzvu7DQ<5UPc9;wQ!}mB3SD$GzDj45~HnRYe(oV z2e|N|Up$VGM`b0lGKvBnRZ`eh%SMHrQ4q{4hrJkPf73gP1}PshGkX7JBPLq9dOoNB zD*Act#k!&(j)+b}H>y(33v6fYp;F6}V_*GN?lmLdB)&cSQ>s-PIoju#j$QeKo zn3SZBTuKp1?1xXEKD~e6xM9OBHn4d2#}@*#j1T94j~E1KHp&M=gp&U3Yh=G$6k+BE z>_k1TC|bubCt|Y8vUr5MfoIx+QjGM0vSR16<8L;1Rs@XgI^>l|AAPWl3^mU0_Y9D< zpJ|v*v{{Yrf;=JWHEQ7QiPWnvqaT3n>LzRXxqmV%PIFqeY=@$f(in#ao~&oZ2*zfm z9-&4OrHNwha23$lw=0 z8TH-8W%=fyk*LVB8?zaH;jRd4Il!wfX*naIN=+~vQ0 zo2;kH1Z$P^<2)h4eCR+Ldk)F)MMbcNZ5=~-$bE!E(lfPa>-hS*K)JoMQOGKzsPTDr zKjfGqbgw}?H4NU+`r>GdXrYO}Rm+Nn7|xvCoAV)krXM!wNmqfY0Epk)2F#Qd$E^)h zmIegOlzak?>mGQ;siMcj?i2bqC9!Tx4w}#%Vx*!Eu?GqS03ei2XJS;FNtfMy_Fg5@%>jMsGQ`+VWARuY<}O4Ol_7xeL4&R1 z&@3IMT#*!Pr$s!L3BA^Rx?P_Dvqjhj*_wiqga7G=J3Jp6(PDbJ#anK8(P;rvDL!EW zo+4U@i;BQxz9FCjs=|p=i9%|#qJTwFTn>GP+np*(91Vs1*Ts03$PG`7QBXD5ImQR{ zMXx1e(-V;xDkX|Xn#hgzUiYcjnV6X|0=;qh^tQKfX6j%PFy#=5q5$3WPp+nU;M~|| zcC;WP_|hf#^(eo0X+$?XCpT3wz1gs3@x~x);QliO`^W3)^?&xv53kas_aLW=*aPpF zw({Y!Ma8+sE6&af^#;{RRMCsxqF77Pryb+BV!$AB<);Tn)Vb7(((o~hbI-F`2MB42 zoP{5HLV)ALC3<@l(GM&NDvQ^r)kIn3S&jA1#2EWk8_d(i2~i84ZEII4V{5}idoa*h zt>E4N_?pD>zZ(dw3Y|KIG$VMhRmt&=3p@cDxz~|eUbL#n{Et=@pqoNEpXSGdI#4Zs zW)R+eRj?$mh}Qp08@YfvYwaGnT=4rG8s;7f;4Vd4Km0aC@h0jj2df9~M_ z{5df}lC9joM(Xd?!25sTLp$=}-ykK+M7;|q#ml_EM%f3 z)T-&u(R8d{Tt}zH{ASV~TBAD3wdtf|t9lrP7g;G&y^C zCl>3`d(reJ*vP;9v!7=WF}_CXnEF@ie}#@eQPC_7!>W+vt{+G3b!#U5^Y%EAvFrq# zjjn^kf(g%Gg`TusR_ixclggx(qsNY2jEwx!cOl6dp}0dNBjS0P(2ky(y+&DxhU`9` zEmI;ha$sEto;!USWtnJ(F6+%|io-bo7P8@+v15W^gJDvFaxQCN4<89fJ$Yp;x z?~g4Z^pd9(_y9lzekv^N^`^Pc^23`yS5PT{Imofz6OBA z((bBdb=f1rd&g|CTqW5_Tra1Ja6B8z*^VsJwz7kJr!S1|_6kF>hM_(aK@F~6y_$0z zr=dQhj)E;IYy89k%ad&8BKb3>dNDheyr)_|tMC6SC*0L0|J2KA*IQ3n@Lz&s0jfpd zw6Y^4ra~|B=J4iYll@L6)r1XM6E52G93Wz!d3v^Wb_2Jj_#i`i{LEfzh&QX~!v45{ zZ0vNwU}>J=`|Qufq9yn{)l99obLTYh7F?H%(pZA_vVV?o?en=!|9YZB?u(&`@u$u7CaA+{AZy<$i_Z2Q>Ee zS=nbu$$Ph|*sKpLVzjdtzZ+hXra8fNW`t*%p_$neF%miya>3E6(`89V{bXdDY0)W! z_JfOX!6C;&;nSs^K;DY3KAOImX8lCW3syQ29v|nT%vV$G(>3~MvaUroS-JCKyLOkF*GO%}D!Fe#{K5X=stsy*uT^-G zNIh`jYdZ?ljeU%fcXJXmqvIcv7Pkz^cyz1OAX7b=SQKUoMQA!DK?|ku`bX|{B)30m zOI>T;A>Z01`uVb_f@0A((f&ZettgaI@?9227190t5acy$NY3i>5uT@{qP;xnln-bqntQ`Ym)pWpdoFj0IYxKH^dBn9gIlTPp6vh^BW91lqs8dBG@g0IrqNW@(yc8ktQvVl)h$S}aEMU){2)6_vF3~T z$C2~ghv>vL!(Jt$c?X1sS@oc$gf`e^+&g)u^`V7Q)~wHcysCFef>mb z@mI|Y%OCmGk_ot2J=ZUO%eNn%ucxn1r*2y@ZT1=H0!;L^9pb<0lzn?J{U>s{qE{z$ zI%dByWhtRASh?Kbu$qiT{IE;;P0K2>&>hZ4IX;louA2sgqK3fLxyBFX{wDDY;1kkV$145q+Mc6{AORyJ&W**a$=w&kf^b-vC@|x>-X))cK-=H>yX!g-|6z9;lIBt?LJ1s z6YpW7iQP0aGcma7-^*zK{W64zcby)17v{)Ydp)#9+L+L3`Ll%{ANJM^B$9H)=)amz zm*_$G9~fvbkvAwXu;tZ@a0~%}xA47_Vdx;8(!M>;`=(rGv2E#5F~9UJanbfb68j(Tvt>$hEC zvpp~{5VyNtX3y<}WBUE0HyJ* z-JZRF|9<7P{2dk!x*k0=jB2t!e$Q)TI2U?&(@j9}laX zyzm0QqKV>#jo&I3G$B^#0WExVN7a_*E0;?3fA=kW6v0_(m<`v#M{7$T z7PI5Lly*`;*14+DL7RN#T~aJJKv(dT@;UL!{Wycz+rS^^>>fD~>DSF^lv46!as#*c zq4IkccY1vKr|-W;4qS{NIza_5;7rbvmZ9>!&<_ZcNjc_ai1p*x&{$UbyX50If4%1+ zcWL549QhcXDl31|o`Jms7tgz5x#2FG&I!2bii$u%5%{#0tU;2n}(#=^mirsAehiUZ&%L;$w&14dqFV=RaR&4$d zKF{-Nn`vioB6d!qV$^U+Qv4KZZ&ti`%)&cwdOzcM6Y`@6$8Mtu5rciQsxn`cp8AW3 zld>$gH2h7W_tKdsGjjZ#U#weqT%mh}(&_w4Dr3y~QwS!u zRZX~(S8kvtsiFUIK2I+{T;GOsubQu&x#2o?hC@k}Mmr%7$+Y6MXE40g69?_`CrJ($ zGFOLn&Nob0S*uQcT$f$g>efn&2vC{?A+{;0N&y_6Y14;(*fSSIeVC-yS=*zc#W?vE z55d8U@DI^^Ohf8RhHVdjcOlEaxTw+&6P}2;5gDMRosshvW(X4zj;;Rf#@W3n?|Jem z=>uR4V`Kci&-xAZxSlrsB#jx|N4;rURUf<8mU@4SL`P2L*790~Yp$8FrVHm>zkF!w za4F0w>1kQ32Sd$2fBqcn3?E6hy<6RBmRjFlz1Es6YIwzR&lHiO>Fc+;D(?RxeOQju zjf|GWHR}0y);zzVZR^I|Ta)!SKqKA<{SBHv#EnE-%X?6DU+1R?4!g)dI_2qRW}m(O z8mh%*ZX+}mo2P3RIahJo6hk*`o;GsbxOOQeuNN_YWtjY$2lM1x{`|g}{K~BQ5Cf^s_>Ah}qS{S__ke)$t-BM5LV|;vCd3}(9cQYi9^X`tXP>Fw z)$}wXpwWMrD)hUikd4s*aLy;VN*H3xO}Qy0p-wfI2+3Ji?&@?twX;@4O4si>7t;STJ7d^3S)RwK1GmqmO7s-d;K)BPGeKkcAHl1>~qmNnoOK}GgG~4&%@}07rSrP1n4bZ zH*1#rz)lR?Bx_5B??l#gQH3~rWiPs=az;6Zx3~}aLbG)2Z!1}$v%*G=D{RkdKUb7`PtzINOif6bno-F!(P%n2Qc)!!+7cLinC*Dh-lEdj>(Qr-;Gw69(0nkfQB9YcXO( z?6u(q??Vp{0yuW;kb|wrT#H4$Mu(0$!gy@>1$<)fiqea7O6MojFrlwEJ=B0AAoPR@2MNbJl_wbq*5qxbiqdZ~&jWWGU z2?|KP%Y_(X0_8k-_Ej0T33;a zFu6N^mi_X}I0xi2!(2>Lq{>FG^{ZM@Y(w@F;uW*LlUut+CslUnnoCE?lFH4Pql@ z(9zGZFwIXg$$k3L6ywZtjqp>S3=@)CwkdhPNaoUsclO!YB$7TI-N_xG^XZPbQ(!E zElDnve*F2dfLHn)5aBN41+qtWs&B%vs(!Gp)PJ3%v*)K!bC@Mj`6bkZ7%7RoPo_a_ zY4>QZq|uKDb=pkqQ%D8ol_juDNQE~S8)jflEA-W9uIL_+q)!&@Bx&j-sf*ILNb&I@ zloaRI*ay>S4f3nX@talIx)h~6wgJ_$)rGP(JF@&XZgf6<(xoj27?1LOGvtKe^&q52 z;d^X(aOM}6%&&>z9<8M7iX=mNKL(|b%P43c#Y;Lu6yl@A^<3&z%WFb6Y0I&?($w)a z&!2x>@5ND2L{;pQlKh#nhTaiF*az`A3;${OyT{4N@M1{J=i4@ejxrXp5((nO1DYD5 zjIm1p-Sc682c`$GCOmJZ14o z!pWYhPv>Kz^Upn77|;QkNo+0 za9WAu$t)xk{Oti>45mM*=DG`#+ez0`RcCfpeOnoHu0*Be+F#G})f9hRMJ|!=F6JR+ z*&qCHwwPE=tw-?l5zi@1F0g?V7g^mM4bQAX(aW{Uq;R2{R?d-a{&N^qJ03GZhMVFo z(>cF6V+)K3DtiacZ&`6;Fp^T|4Xb(vrFxgbc?pjOQLI6=;dJ^LxxP$Z>jl0DH&1#iN=!DDRe_s>l(D*_L&GX;9h~o$UG3-5Vj}>|wcMMv1)+E$9!s?s#W24_ zdDT=uak;9c=nhukFn)6xd5=fis6E!hO`mW*q{cgT?qnM6i;HPib1orJcbK^;zc^@i=12Xw9CookqG+bb4=j zd{L-JagfzB^q^L5DaO<4Wg%M`XXn6m6W-Mn??PM_ZXpq}8v5t0U9=QV*r)zSJGs`a zE8Oj5j^z${A#4(E?(nWtWkNzB>5d*@q}n85%$PAf_c@MKmocfzl=W+{{)!Jn3#!Uvs)t2)R^zg4-5sPZcPS*Sh61Byq`&DG zyT*=6>}=6#Nr&<--UN>0v9~y-QoX+{*;u<4^(19wWxBRVV|-axna(I2#&up{VW{V|+zhC*ac5*zvY6gIN3$!WcT*5eHuR^>3KCf~{h zhP^?xfD$tI6yB)SzQOh^%K9tw$zCMx$L9H8hH8q1~?^CI)jd)tyIh zGIZD!|MYfz5g@$h`^28(iX9zO=O0HUr6`}UH0S;t>fLp-ia&%;{&D$@Ux+@p1TcJ8 z@UcT;^WE3)r`qoeX0Z0eAJSbSM`2YJMle>QGIH#&YvBB;7kUJarU9+PIViE6^AJ-P zoQ~F58y@(4Z8fVw%q*P~S^0LZHV@LmRMrHm+6bfyvB=0pwuooem|{mYEVrNonB8g& zEFDRcJnVYMhm3kvXi%^w<551+&3Wf(L^z-3qN3L!EcC~#zTS%h-ZaL;J$#Q0Mcz_& z?mkK%QDcZzcX{qFNyN$=s-O6Ry7O>TM(zf@F$wOry;#k3vQs|i3?)(%a;QgPRy`lH`<>rNHG~p#6!)f2vla!+VO%cE*J(>37(zV&{SMjnZY`JCl z9<2j}Mj*193f%43HA!bFIhjjXpIdeQj+1m2G&*s6F>xb4}6lq%* zI2Qh#1zf5s4i#qS_dbeZoD8OY-tnLWPSlM9?wFoiU?v8$I66PwE9p=_QLef_m^j3k zwK}Gjm&-iQnOjB3pw|s9X7XTlP>}EE^7w@)0vSR$GJH=9oG+c8IVFV5h#V}AEA@@} z6G045Y1a}z|3e+}@e>C)8Jnuv?bdKoiNvPMnG>Zh+rR*N{}`+K>&=<-ij}%8YeJ%jqyY~^ys=dY{n_xeUs*lIDo54-g{Eb_`ODbGM((Lhmo8RaMp4BCu ze%yC3vT&WTEq<5Te7ZYI_BjARqV3qHumR+@l`(I{z3TqvUhh9;U`z=)tWwZ!2lPb* zsE){z#GBcY^V<~A$jC@IA|=}PFo&~1pCQr|uL(V+ExL83``dpEVeRK&sfrF^yvYD_ zV`E=YXgijU-yrD}7QX-R;qd&24yUv{v%`OW`u8oyjJXQH?w_;t(G2nYua)hlOR|(h z;vxwuxb}{>T%FCnGYuJ3?%6LwulO$FnbM@ldaG;-2K=}&j-1!7$ds*DuU^gLUO@xf ztjhQ}(tOVUT+)$lV!d2fC$z?Oe5XLRPMtvA%nH@K=fcd9RSy~D+p#VBlt&!ioHU?i zD`0NdT^;nU)%R58K7tUI>6qdxz2oL9nioctLwz5Ib)oHm_Z{`pN1q(L_1XT$72#79 z>MD5SMXAI>%y8_V8ZVH=9I5Y7tSTOyp zt+6Re5j)e~Dk@D>M2c++b}-TOGs`{x29Qns4IWNak1v}7aQ~7evhcVs{*g z8CqKcM`?Twvt-$8Vrq8OAQ0DiPW;Q2H;`Vo+ejv{(g|Uso0E5WUAs63q2n$({Ni{+ zl|hs89?!*I#Vj(WRYvgXI~O^3fwvBK>TkTnETAW#^ZL@g19tV8_I8;%C0Mj5pK3lf zVlt1&gUyClM8Q&Fh9-^=owA_rk{TJfx8L&%>8u3jAg3#g?jC zQFVd1o3MGkU$@|7^^nQW}fE&o%k;jzRv zkw2e2JgFi!%a{lH{i2r;)=pJro{WleV|~?JPikOy$&vb>Q9`u%^=g-$ot`A|d}@2_`1oKyVBQk&;tTJ2Z@VbN02TpAPQRmT}r`lTS@X z`2S*Qx+Gr44;76IXaESpJffPCG5DT}VC)*3z}$Y#=8yRCKt5CAz0hqof2oEA+0E7HM7_T%AK?C2 z|Kzg&01tp>dhHI%U{dyyH$$4ZQ`DA68d0;qus!~t@`ylGa%lym|fgNh`Os{oM(gUtEx0y*#FTM)-}H^vYestke0X z>Ur9EG@g(-1ni9CHy3e^b*l7#tfqO$8;Ff@^Y-(;qvh^H=zzehvbAEgqg zVVGQxv+^m8YF54|cz->okMbJH{>0Z~cH49RlKbGlqN4P28TGrQA&pU{eHvWpz zoB{l-Jn30om8e`U($VzNYeOLZYi>OGcgfEg7~3e)XhpL*F^Ex%)2l1fnOGxGvzoAY zy{fJhzD(a_`G)f^vNA@4=nv{UEG$slONYlwXBAFYH)yqf8&R=ksI%OmGA+8`a*Q@~ z-=yB{l)4&bItM+jwV$il@sE_GIFFy9vDR{Ouoo(3bF^6o$x0-Qxtm8dmmcpet0kvx zpuQR%bS8 zHmTq7{mW8a3!-<5*DtS3s&_{tdtYgE27jwrUhKjRMJ{g^TikO_`tyBS3CayI6d<>L z*3OwOy)TWLPHqx!VlO*rUyo}bF`cwM+|&S?Hk}{If6uw*?$%BqK#%wIpQ9I*1{L^b zb*b}k^)YUHjPtt@l0n9!+GrMqb>4Z_vzC{)>$|%&*7`9I6@H;F=?^8Wz_YIG5zFhs z0q(9Nk55QI1gSfmxDR*9bFX~AGp6Y^>-|H2A}bpKnN*<(s=JEdzPgT#PkP1cAzbA| zffva560QzWXvffcJ^~!*gfs@#!uD%xSd3Xz^PYB!P}r| zyXG7FUC3Bj8g6AieYz%fkkEk^}@aGb%rA79m%3Dcmn{=LxD?^;q znPbqkBCuEYP0bfT(t-H{y}Pwf{^_ik;0Qj+7V8-#KS7YQfciCc$Ex6S(q&NNOC`|- z!dcP7)rBRnvWNw?vWVKeBwXC0Js7{5jE6?!YeczNbyRnk#PFHe3ygj_rRyzwwoIKV z-tn_HY5YmW5?c^eBqTm@IoG0{+hs1^r|s#XhHCwAyh+&Wg6vXSv+Q4tyE?griS53J zr;<=%pI+wK^RgMrAc}AVRbz*Z_IK}A-d@^8PpPm90)`WvmIf*vD#{+k$XsLpMP_Xp z#xW+>Hh%fYBRsHQUN2zf$(ll5egdQLuHU>F`8NC}1L5OsDE%@H0=1|ud2{z*=|W0S z95w!Q?zr4k`}MBbD~nj}avO!hDSAQ5;7JoU56uk-PI?#RN1CMu#kbVW3@obnu&ryr zS?^YHCM2{*pP#J}w5GRTJ;~psH2ZT_hanE~+R7g5!=`4P+2jt2wKDx-Ifnvy{y{-+ z&0916%w!wS+7e(SDu{T}2;5LatLV6p(mffr6#&xt&m&7z&p&Hvva(4#&+xa+e%h{r zT;8T6vxkULQIW0fH*C2>O*p#?*xayst?ONv*SqJ&J-rKWu8=I`N%gZJBQYac#2d0! z(LA!r#O)bbm=#QG>#Al|<q>nkr*)|^hchS!8OQgNr24^lhZx=nQ3Hzm3_LN;rU z-AN{GwjVfeirO8Py~Qtyok7BwfZ2Z6Dd1KOf-)UHSZ0aTWyp{cBq_29pmCebQ<4O` zHtye!718Od<6hN3_`vS*WNl-;y#Z=Vrf{eIk31pGV+5iA2tvgsWn+g(EQn0eH`K2m_0uCT-p*(JM{xL2h3w|s#JWJ<=}HT0 zCyr89YC7CFrP4A$sE4KMy3K#AL|fg$N(lK7RVc=rPT>h%i(uUuAzYMaS?xmqjeyM@ zGk96fKvu$qlwH38?GN-^v$k&8!_pgB(C~U2Coys_ilPo_>pFKbwouXP{6%TFa(@yD z<7kyBki7fO|B!1=?z3UCoohhRpmp(CwhK}!)gV+mYbGG`T6Se^i&LuxGyEbP&1zc6Py&_wY`ZkU&euA1Pbh=o82In;n%GN@ZBX z!-|s)alps7s06BWOvt?E(<=_9K)_f9(Xh1UDuGi_c1_b73ADCQT^oclY*MEm5vc2R zVMQ}g3`bCu!15@$$}0n5Rpw0gEW0%zsV2d0Fv+`?WNTDuQdM^BfVQS>_a9U99_?Tf zi5=UFr{)qPCJ8e0(_Z9^t)z@DKM68gVZ&K1Ft>2MT%PhVQYN}E$huaDmk_2?f3C7*ZzH&gTNLw`rTy{3hG9LjF-md zT9N&H<%sZ-_CE#L(cB#`f1C0B2mi8WLV0m;hos{?&Arfdw1Wew90(W8bqXCvNQRdH zj+4L@6$@sLjAXKUrs#pXT5x^xv;CG9D)I%DIh~Ua4^(^DiR3YBlhB`W9S5Jt(VL_2*o4dp#4$1Z1vQ1`v5LAGf7TPKG- z<3Ngi$0Dq`vO=b~`CU18)_atn>qVm16^lb*|L7Z}?}MEx8e;p)-?}B{W5V+&1syp~ zf=3}+RpME_T)a{FwA_Xg#s0i6xl1!;a{m!?epd4|l%qNBN$e6%7?2C(bhDioeEIt& z@0W<9LXN}TBhMmzeZeZO;tUgT-8PIB2X$DRrv7>yTxluRub90kqkTZsXz@1y@8fR> zIyekZ#_eHZN@G~dR}CnYTA7HJK@;YZb~X{R`LIP$Fl&5Kn1tPjLJ6BXb7p4~R!k=o zktLYWgWASqWrBi<5X=a)El%&__QQh&urtfApL>qJ^-*$}U?B(#9=-WEq1Rf;xzqH zb3JxlBFT;|B}_Mpy!Y1{jh+6N1l;yaC)~3Y7sw*F@#r{%6j7d@|QhY;dpm z2|zN=B7YunG%QRlYOnT5+}=jy4NLz#38ct)+Ke{Z=b$!YOT{o>k6ND}p1;&)Vai~c z6sL=Vh8+<^1q)Xy#-$X`mYv&o%<$GxYru!f_GyU;DmP~o_&N3d z8I9k480j1#callsXrf4IOm#^$km0)64F^PV)ZV^d9qBK+H37LJIFG-duI5;kIC34- zULSZvS2tr4^lA6p15e12$tOjWD>AXq8sF)-pbkJ3A?5@{+hOzY1re=(##wG*RkVY$ z#>V$nG4J>9RWl;0= z9g9r(dLNF0E54Hre@enOk^L3HGVRh>{AYNqbr^RsM5>BI?f&#%j@w&B6nGr@Jt(r6O;eHt0gQE%NqkUR-6yDp|3U4$g$RS&F1PTv^&;_FvLw_iRzX zgPn(BW+I|kV&{tdg#s8M5XBdvOZl{bl(zULYW-BotZkEqp5R<2T4uSIJfCK2TAHn0 zy@G44Ewu+c`dJvH0owk4l|n@ZJEe>gVgK6^x9E=J(Fr10c;Y2?=JZ{t32O+SVGCDH zJv`~TYCD_!W$cKa3w3)m1M2-5@Via$`GA*+@#6<{zK2G<-c#US;3~Gw6hC3SOd{WK zVVNxAqk|->#GKi`P=2>r-c_W0ia}Ghv9cTm%;LlZBGMhieQK})wp#(Y&eD|$S=MXQ*kqNlMNGnBAgfb`(JE2T||h3NW{_JIgO^3yw=OLpB2K-om{n%gC{zcd$S5$Gzk?o9#( z?zX{K!l`w@76-QzGwRbCdl+87eS0`7D*gqh2K0lFnIT!n(M_w**bRdCvw{ezkszI| z&2W-j5<^IR+JuK9K?*paK1SVpbQ7)R0y+PPL*s?0*j2J8Kh%I&(JejuZasZxXdVT= zzPD;Fi1c^WOaBDEselvAY6=Z%lv_Ms#c7w*8l`FS{X;Q-7KyZ25TzqA5i+9|dj3w^ zI___=??i#J*!VuhU`t=v95I8eMlCF)m6wiPEB=e}rRNT4?`2SuvAE$xmKlgRIc2xz zibYHOb<{lQ><{cGBktVV4x6YV7w(PJ!K5-Eqjk}Ile3aer*cBxRg3I>izk_eE)2K5 zcvJgAU`M<8|9O$S>9Y_NlTDjX_gJcNvEeNN?&4$=q?O#9B05BQYXXKN2ePVyg0lERon~H5uA5 z2D<$Yk1a#{Nc@fLs-xA>)5b|w2v10enEzkfeRk1m8x2i zI?@FC1wNX85JBRIS6ECo{f;|114YF;qtS~k6(UoM*gY|RSp!IT*D18o9%FjK$vi=e zs`gH5<$g)Dno*|DfQQYW5;{8R=*6MtNA~?lDeaz3vkzCLZ;~lN&X%WydbHUDXAv=% z?hKjbj2gy@z*gOZYQKOql^3!C;?ecwP>C$=ZJua+I%lFjsi6fDaD!I?hd13Q>m!K{ zFRN$llhPMFVf%_cQuDKM+DQtJ*gbGQAbK5+FMVrhV9+9}t}tz+pq^4d2tP9_y5;bl zxw-SU3id*<{WTw(O(4*3t1Dxw8|xpojLq3uoH}$XlVLWlibm*wRi7Rh%X2~ zl_$d*%2-J#R0;Ww`!;QF;fsIR20mNG}ayiytq=2 zNyMdN>K4^o`nJ_>vVpK;Vj|es$}P^}PD{^>*Z6t6@~+&n_b(s&zz#l{eY>GJQ^y4w zP$XrfMl^*>Tkdf_9H34p0OfcdxqNf&QzF?p5G3R8(ni`vV}NPXK?@!`g1{GDbrO9W z7Q7?ien@APBHiq%g#bn9SA^WOsa;^Zs(M}ST9XRSG`-D;1dx!xQ%U%`^F6lQ| zbi&RKLaZ(xHhcyhR=}tJE*I1K!K!X^vg1XdmXE@#qKz9hVa zsND&yPrwwXxsR|fk0PrETL)(0gnosk%%vqc_up)BIa*e{G5KD%S1V<$3TxL>xb`x8 z+p5W5*THpDkl9?mD7Z=uuK%xrg*N`zJm>2b%t2LH2@Yxiv04j}f&n{;hcRhpoU zgDX8cp_{r1$UvJZ(86K%p63OTBvIe`(Rd1T7nL37V)JX8X|Mdc|Mr~K^u%pT?ArC~ zqq5nAn_>bYQr*_fQt>7kP+HG94b38O@_)IxfFUAfAllJIiuTPW)T7D55${lo)sfXy z!@OH={N&gTw6gmfIg#oi{2#UMg~%8I7^=s&&b&K}Geh+6t{{|% zJW5^}W=iyBK3dj9g$EE29QUL3j)bGW{z@x_0=yrds6u)1Rg z#|KQR`2xMU-~j`?p8Mxyw$-ZrB)|2)ufl7W{?Vy|<+QW4jjQ$6fan=XBoe(_Oo-1o zJ-UPok{xwL-J9dUKQG4zH6pW$Nt6Cv&E#I?i}k7RSpqNydF>edM__#bHE8`XqUqyoQUAF1XCujqcVWwc=hVl zua_$O+G;eA4tf)S-nXB-uV`}h$H|+utDM#A9K1c{``3U#BkPlWP(6eb1d+zT35U)q ztE!4xl4`RM3S$UwtNC)0AP;m~_#kVdW9VguYVbk7L3~t))V_PJ*Viw!UpvIGXFi6T zHWVKBF5-B7@#4i-@{(7nDY_fb{KHEh_>;Ag0GXq7CgLXY@{_hW@4 zKO|+)$&1Rvh7IG-Z@I$+9dRVZ%M5!9(baUWRM_>~uek|eoU_+Db?WTdS=gKvg8}?g zXM6+L72%)@qp{=yaeBvMYCD}#qvAzD^?{-neV%<;vsa$yst@3)s_?FkSIohGuZ2bI zJ8kA?Q5{aGj-$b!rkp7|A2qK-#jW{jyP0Wjk@8U}_`7;! z;6p6mrSsOoZ)iiDak8{Q#(*DQzR(1jnOQfszeetxifjaF`R#og19(aWT;Cw3g@kggxH=Z9vR0ehvH@3ud#*F8z=F5{lF*r!3v!>|v@W64_ z--gT&o>Fyrt;=@~eSJ1(SeM0u3gs)*6uibTg8 zbE1JnH~NS+5@?J4gX~P0!*nxR3j5Ie>$epdn3#~uo>QybODZcE47YrlD@jzNqVWy0 zx^ZjhF)bN6#-aY)Puk^Unw|guteTS+8(qTvzz5?5(%4hoLe_sOAA4N98TIq3Vt%Uao_FNb&I2b)!QPgvdJ z$|PmqJv>XgjQ6&kxMtnxS#&sM_K>^=&nFIHS@1xhFs!v+jFH2+WDM&%tmpSTbVA}3 z#o#OJvZCaal>Jbsu(r(_G`Hio%Wq7(wCKKWPqE{ONL?OIJ&_C{vzQ{=(&=iO+t06) zhuKk45!IS4ucMRqZHX3o(t_%UO{Gxh%j*OyZA%pTGqQk9GK+CZI(^#0p_a6E9YD{V zKmTNW-`F*PR51|Z`# zG%+!mF{4w+WHJR2uz0-vR8{RGnn?FoQ+(8Xnk$f!-!6F7$gQm?x-WIS#(KvK<(<7# zEw7LLL46?D{RJDu=1S| z2Ptk#bgXZ0Ogc)4G-oYXGDZim@p+i_s0)oGtMl_*=JZElf+xr3jzjwD%|taW*e6Ih zmniAV-tTvtUY=Hh7^u}TKRs48!ms`V2E^Aovtr%o7o@C_FV?FFRS7X7%#KPbhPD{c z8@(lu&j{lPIu5JI8Hf^HUVmM>Qq{%WT-)W6*XG%jiI~a=HGp7|?}(F%zDM$>(RpBk zofcj1DvUV<$had?I(XaQ>rIyq8;n=NSRH*)KINT^6pZ5=wIM^!(_8qet>hImhbrOT zEWq~$ot8{Nmn2$fcoWjsW3tOw;ZQkkn%ptJiT!uuCebQ7rI%YbaTu_p(?335LHBfg zd+G8Th^kL0r~tFxfke!dahSy_ zlq95a_c9Tx?cKfGZ0gkei{$8AI5PDFyH+$OgvHC~E4DP~Pw@|%=%^wUKKj01?y*)y zpwGF3=w>BxVomSDQv%dLnO$8XXnqPncGTKX9@ukQGg$l(vYUMxbaw8-NGAQ-Qt6Vf zPu{CkjCaR0D!%o+K|YB#X97Y(hG%%yx%6Rwf!G(M1k(Hk1VbUvA+x_g^Fpr(WYD;{ zXuv2izH^6bEw9O=NI+{o8Lcj`;pLDUAG_Rh+RT|%fKNg{vQb7wSy|+Zl@Jn2!6qU5!GZ8*l}bbG<--xRHt2b zZ*yFG>F!X}88P(t0(5VbfoUkC9d&SJ1biH8&1=S(uUEKsGu8j-ZY_=td&)Ky!dA6< z%T{wEMBp)b(64^zi%35iJvWJXcKIC$(Rcawb z{eIO>9CdWY{hjkp7)kko&ys#-O7kXSL7_%Ig~-E=bk@KJVJulN50eFNl{61axR4O< zhn$UeBqX4!VwmulM6gG?kEc(Yc0Q}FbWrt&`=IsvDTl$XcYRM71%6h&_SZl`8X^UA zXOl#-UJhS*t|>jXCu_l%q)mtdhyeTx2a>Q<-{eC#)^gtSZFeHU*GMRNRi9vZ)}^ZV z=bk#)A;sW?C?^L!L%j6U)AhEbRY@NMZ74IN0Eefr-hsYQq7$CvarxW&Qfa&IySEo3etT@QzW9_=SkT2n>xuSeumH+M5PRfVNj#gmU3goN z@(4&PFE7vHUA=>ZN1jI_q(wC1{se0k% zI${*iG1rmGz87J65Q)auYA#1jqJTIE0rB3@*KTB@X$-+(eV=*OQ0EzIpOaHyXymU3 z5VTdoKcAHK5^Kx<2&Qym$7@K^Fu0E|pXLe;u3mostt&dP6XR9vk?@j~wBiamsM8G`_cCkIHiX zwqsynfG9iYz?MTSQb2PG!C7;{eED*9HMOtBA`j+Hl9TgwXV$9o4j?gT!1)fLu8&o9<8=Lgh-$Wm0+Cb45Z8< zV(eGfd5Ah(w#sNGKT9YP8?lN5#`E(oB_?ho4{>L6{rfe4N?+Zt->(RqrThY75&$-5 z5xRYIY`5TarC1eiU0k@e21=wL9&mz9%?y)qGc7gO4b+E#H8knHo&7 zd={!rXq$j;{P6LkVb1hdmfxukdQ|Hxa%s-DN4&dAU{OFY$aR7>Hp~G?2CTOYPdDwM ztm5JV)ziSCg0=8yA#~Y5;f6K8{-is?@G>=6@6I>q1FgHS2Vchq-+?(KX9VcYb5+Rg z*C6o=^i^TlUDy)xAf9zw8;9Nix%Rh`ekA*nlvE^+ZDZg0dZ>cZw#hMD~VE@)v!EsU5DdF@A{;6LWy2M@fYg|U*4ezR)U%vVR&8M28M@QL0NeAt?ljR z=JtFo3NXk8-T83Jg1R>*wIJd31|>(N69_K9fQnt{m5Xzn1^ajcxse&%lS9&M8*fz} zO+hLrqnrL6$DK1l*ph?BSo8^wmX;%QLb6lz>1F`etVE zh^OD?-bV@p7)EM71xvx9<8ZD?O=pkyr@q5;G-MrOK)u5s^CF}t<{PT62`~3_^(yQ! zc7Y(=Zh%+q3S9VN@-{%t)QU!Ipn6uFFo%;NE^fGiVJd{G&&Pa95`qvV7@eIGXq_QFDOF>>p|4MiM~)+Glf84x3*dysOTf|d!vJoO zxKwv0zc;rv(-vD;q`-;U=eV;pnQqJlCm$zRCHcs4T&Eo!*`Hs;zZ$;Wa>zv34FtN_ zW8%*lJrOx=4@{W{%{J95C;by1j~rt4t}Td%sY(3A>=9poeR;JB>U(h`Fdpq0dabhx z)jwfi$~hVzgotVMw6&R(Xe7`7)-8=yJ(ve`Ip=Qex#(y+G|P(={!rcd$4G_SM zlVs}EAuk_3eS*mELXfg}iK%IQU_>ho4TG6Dd>r*R-1rr!+YwgV7N4m4_)*Q}7Q#O^ zYJmfQ!m7h>9&Y~7(9*q-gnKyI#%q4VO_@YYwkQi-h2slM{%rC)!S^ewUH<^xvKp*} zgM;fQ_6e?^&v6tHAeZQXfWx4@0EJNdf8BgE?!xAD@CKRa%f0>4i-K9AwV32s3eH_w z_1)E!uA8(H(u1cZwwCCpi-)#ZA$R91+KsVR=khWR7vSjMQ|fM==c6!f4G=KfR-m>N z60!q20+X{87MxPB+6gQ2qvpjIbZ7e<2fG#K@ZHDR1O#p4*5gpdpvsHiv8Zt6^ZnJ( zE=P|?r&a(~v9z#{7rgLuQBbB??&PqXC_>r`>D}YUDK+P~boqsj4|7_cb{s)t?Ckj% zTf8k~&-V{Mfw9WC`3IP-5fhCgB51*yFBz`)9iVWF$8OLh$KR@kIl#1d=Q*Lq{bT#n z5Ea=4=e*uyS<)@s-u_#WB9ra)6L0&M?PYrSBqj8h^&63lF>L9b-Q&lu&#zV6diQe z-+CF$G(V|ZX7if;F{@11tdX7wt?JIDRi+&?l0lR8i0JA~2-Xgc+3A2-PlMqv`m9)f zGF7vsKD_7NDn*bL!wyXDd}w_mG|dtI+D2jkP>y<40kep7SCo8jhlQMl42Fdz2Fl>9 zhqxQ+tO%KiOA+30$Y609=4QW1=Me)8Or$ zcfnM{^>;;GggorsyLW2<)Pj7f@aGZMkcTK?2GqL9c=~dMiSVb~Z$+a*d)t>6JMfrj6(dqg`*pStV$Tl$M&{ zHigEc+NIK6@LaXrvS-c)tP{pRm_m!eBRU^R-w37}#32V9EvV_3_|}Lugno;^f=g$t zJ(rMB4^D+ag=%(ypa3OQigbepeTvuCMJYq40hch{sO$`EgA)A`Ph7YOF(kxCz!R9LX3dU_ysH~@$(3lSBJZPrWuk6(8Hh*lip8D56%THP!hvl zl9N*UapF)P!A}dnISs+VcJv_cpIkP4*f2^t3YKS;Q1em3oiMh+*R9~OxFW@ZbAD$m z{fho?t}wE8ElfVZ8q0zkJL2Nw6_LMTOF`_-?CZQ4`Wq9~t#fbrYM&7KNTR2Vec=2% z+!IZEj-epvYKd;04l9K|4AxmME*^<=ECl;<=gRPdvvYDZ;jX8j@CUxAg_<2>&8M*Y zp1(?XxwA}tEX>UQA@udj{+;(TSPUio7J%@iqFZ&4I|kiIDKOU=tZ-fS?fjU&MG)Ew zk&;JsKt*uv)13U&>ya0LCJVtc2;Z1?Y~BQr#{tJ>^VkFhf#*Pl13@+wB_9>~pu1oO0sUXyf6S*)-#)u~)~~o_d1r?D>XvcG z1kdFzBK+l{KC{uC6MQ`vF7g1yy9q!o!vmt4GsCyiXZIHW_mB^*IigdW#|p$3VufM@ zEBp@>BJno+%KR(24bj}c%tlU@dLmD}Sr1GLWoS;xtsKhg+v541%f}RJ!nJ>eJT3Lo zuqV>JcjpZsKqo>0B(NewWh&;!3gbVw*d2sX|?Qg{`RBEiM2 zRk}d+@_X>{kxe8l0)oQ6odU+x+W5>K2YF&IEzkWx!a*IhG1`Z@8iI6OGcD=?UHlJMnlGQp-Q&T5@zug+`h8v*zaH0v~*1;3HA>pPx)TDOZWCH~#& zf{8}+XW;-8pl?f@T|}2No$EYU4EbrI!!RqzhfiptRhLL@zHkuOr;QZh#60qaqq8$j z-Uf{Ud-U~3a~q-`e=0OI1(7LxHXL^SKhIGv4M;DrI2h(KQ3)7}-UD)5+#hbu?HoGMkk8ERl0iRiYVP1-$Q8Y z&cRDMVP?|LtTY&oc{$4ekRev#N9l35TComLFd)y`0Z&UoV+VWo0)&;sL!rbA3ZPei z_VTJ1@gwXjbGCAb9K^+}G#SnoMwBQR(Fy8mtARnJY-w;o^5xa{?m%%7{t<@;RX>>9 zJ6-Pd`t>a+%MLOty=$x7f>0MD!vtPg)acGT<;kGZh3v{LrTv5EUsyt|FYIxP>eu-R zrt~n1ebB=9&^Zb-A`re8+?GX(Ky}{&(v6UltUAcA;ZD-DV+$@|#YaTftILCPmi60K zP3^oiPX-e|n*c{r+V8&%!?XpN2zB%wvuYzzS9q9En6HEM+w}J`14M)>OBgH2sx1D? zE>Smf@zB^x`xlK!yO!qRXqi!HTLIlnp66-~#f~|!=TRC7&^Gu8r z2~M}KM|W(*wu1SPUBSn0aw}R<8NBZ3{0T#C`fJTcP8_Z$yCt;>oy)=0Un9Ier52G1 z`%+Vb!Xi}r6;6s6=~vKylnN$xN>(_#m{m{WW{zwLQ0R{BS#fvZymtuo441S3=(t zH1!x?d|-0zSbAJgkz~+eepkqOox;Lb`WR*8&Im|J-2_zEV0E^xrf`#wq6r){kNYOq zY9jwd2rf7etXmQh#;F`>EXiYF9n2i0a9caT#&#QkSD3k2PVOIkHC?r82C&-5;%_EN zAjjg}I^hGok=4`lf+}atU;Q-UN}++#5@BC-{uJtUBlnS;+VuL?G*+&-JJ+YOu{!Dp?Aa(~|D-SR zbP=36ZP<`8tbp217QNmG!_TgVLtvMufpu*a_iISlur(xX-Q>ZV8UvVt!1rAsnElkCyS%^9NPR6DpDT? zbi)8@(jIVr?#u4(@X35PNsvECADO|Km5NGaMWpa7!QIQ`G0>bE-N7(L{9EiQ zZHvU`*;nQxWD^K79sS@S;j1XFCr!hX;)JH50k&QjxLTY3p8E(!gwh*Qv8)*D$8(W8 z<6;gA{UA+3 z#1nn!`z9xBK=vOvPWPIkYD&&QkTmFi+|`7a#HQ}VoTL4d6Q+Wlyc}hM=kO4d!Q_DI ztuTEcjimM+;Hdyqu%dn?kQBFrFu3gFE5|V z+*(uJ+d7ofCrok>Ql)gC9q58TE~4*7^@(`M`h5~o_EqJNtf@O9@Eo~>@8p@H`|dSb zrikmucC@K6AjxGQ2E=D;`ycO^_4iw*8+HSUgM@^M-9O=%5v&aa-jtAD@S~Qy^hth8 zCJ2ZrH1QDoAL8z2tt7L}Vu84~d7Lv7pog(T#n>QQ@tA2yWWEBR3R_InCOK->xhOe+ z3d0hkv|v+*7ululHo_|Nq&hcGzkLOm50EeqTp4*F1R*>*oJtB)rZf)dW*tx2a{TXp zdtMKczU*V227|G_NIhx*`$fQ(f2FA@$=z0>A{i4I`3?u)c+cS3@^miwlERgAkA^GX zk%~rHJZSo?)WOV_A6Qe|pHZ;V*cOAqNda{IE!=s|mPX_UkfpKRKcz%K1jYXf=D!IL zHrX!m(W(yO{|VT zIeXBUlP=f1w*vqmcm?R8(rStvJC<)LaDIWI8}C%ZV3?>eOE1VXeMK>gdbpIh^Ys!L z_d7+qhP;j37ZdALE>8qElir?kO+I)!`OH3-@{Z<@o08;c#F2K$?`Omr1%{n{uBtQ9 z(hSHVIldr6ibRTrT004}6n%L`4Wvr?$?+!}eI#E+%r{O6Gb(tSmY8FDwCuR!zVIaZ zke6bk!0!QrJxHrI;jrY4Pm}6290PC1T)FwdF7M6Z(bq1-eOXoTSk;=+9;o(w^XmA6 zVBjmX3@Yw{I?3KfM{?FqHHlsQy!#UG%gHasJNwU_*w8(%(K>TGZ)vf4VEN3lb-%82 z8nEglis0Y|8ynKg=`w0ZfChTe1f1T*AFvvSyvCmlaClr0D5aQtZ=TD7r&S6K12b2- z-)Glg&D&&u(_=OPbgVG|$LZCTHy46dpKhAff|}e9U{(58I_!g_w4q#434h}{qD>_5 zdwyCCgshM5?EzVX?B?5Ty)oxYUerfR6L-fEfoiwslpS~9cR2i}e5e$)!Bguz!u{(u zqocxAU6e<>_?i5=_I7ApLS6EgVUB&)0Aq%h8$#mYlQHPfhJd1wQ-@}Ou-duKJWv;zcSDa<){u2?|l9Dq?l?dnF7}e z+pYlqzISb-w5mHY$Nb}^+r#luzeWH%oRIMRF?GDMNa$o~D!t&Q-=L@H-R+$a_;lMH zJ6gbOLZK5fLFi=BBQSih{}t7R2Q$;hS*R|K_FUWg?(j3cj@EZIXo&iQ6x5vDBYo0( zQ;lw(^E>bz(gcOx_PxB$0?RVEegE%QFTJ+!EPXS;i|2~U?NKy5SWmN2R+yo)5rs40 zWDKCI_v!)pc*0>fC}{|%_gP6|?5$QHf(%>eue-|stS%mVzbG+C%zfeOqo`voI-}i^ z0-{K*Qt``rb$y3x)o;1(8_={P`v>n~uN)NL!lB#{uIjwsCkB(T>e_yGbER&{uT)U^ zxp>i&F>VUk2?rhf#AeTMjN+}ghfN88H)qHoO=E2@L^>KBk!$*BxxAw5ZIk`>gulx898o3={?N-1@{q2d&A7Ds%-y2444=@KR zNLu>>Joaq339sSGW_q1bD;qno;QqownVUOjRV06S?a*!I-XhPVe*zr4IexPBWJzm_vW1}9cFt}r>PkAuw|aVG}i?aLp9p6S1nm`-J_ubEh&13;=_{X zdnOuH_H2R76P4@RyE}%59DI7hKjq`;4HP;dr-lG>&YIVh-~tY4SB}ih*IRN?>K^^^ zeA4>r!E08$7B@aIIbvi7^5S>VWaFKI-gQYNhMzZ97(n3x(oK`an|l*>2C^k$B8R^0 z>gdoW{3X+8c*u6ekrPHbA!Uzvdn5R7iu8{E*6xYAw->VfR61)``K_wbNI*p@KyDl9 zw;6y5!sw=rJ0CsI^ORgr;4L6KT<0n+-?ny@+PE+}_sNf#NA~^|M!SL?1B?Q*F1!h`K7};s+}(Ry z0loNsb*tL^OG0AHaXppO6S$3sJd*4SD&!a;+db`*pSZszy12DQ%MNB z_s6Q!#hi*PCMisNw=7k4ORFpwJu#6lQ4^!SZ)z}v@g)lSl7T75i@Ng<8<&rssH=C_ ztKdXzEb&~lBEf=ubqz8;11ey)4RuPoRos*rn>0BaF6H<=BYOj;UIpOoInRo@mIsIC z>6g0h<^67WFWCPtC@|h#^ch-;I&VfQg1{UF+X0o3*%_H5#Ba_KTmM)#OAqKT@&J_D z0g)9ikC^0vHq3O5GyVhGOzzg@g)?0)7 zCdp}+MC{G!b$zv*EtIY7qUY-9?iyxanqlN^dsL+@-!mM)ein{!(Zh?qV_PJDjScE$dna`9UHRof9;EXta!rQ2#pC?m%KYE+%fGwC z(y}(xx_J2P)NUxT^di3kk@Jcqsm3)p$;3~i?TffprY1*p@S7v%vBn0lVAC5ilpJt8 zTV>QhWKbjKY zyUOv1s!9KX7JwRjk$NC3c#-b#5Jg#6Erb&z>5@YMW2UHsz z9&r5m+-qsOH-Q@RMU(21O&g+zxIam@z4OG#f2U_t^ESs{N`<@-8NaFXZmOiMX@!Iz zh$u?MSe&%-Tg{WtX7(? zDSmk2z*{dA{Ukf)bNSlrseocb$_E9md)`Ii>8Vus8MD^PkIX$Dn$$S_9`cUE{56P;S3oH=LVZ9CJ*R8~P>Bbzj|fP0gc& zrR;VFRP41Spm?8f?@zY{rzdDga(U-oR2dbzxRWMaUmEhR+>hE1_oCKCoB@kF=9LbY z5yduays>;lp1p)p;ccG`%dhK(eQK6@eJ*YMLCG!INCi}cfRPp1umi3NW*7YmWhz~@ zLz=8kpMG5<;!}2NtJ#PM33KP)@j+@4Y9=B>4?+RL&5d7pH}<;TNXMXKafbKyR}_c_ zYdl#W_V2v_%HT61;o~cL<(DxRJ26q!m$D+@nSw=7Uz(zSf4&7{deJ1DcN>{*yht_9 ziI80HScBB>V04|>wOqU8yxeEd!-^%L%Db1k10WA`)u$oaykV<~UtqSqgqoS|74#SY z1UYX4ia&Q?FO@{cWCJdAz*Y5|omN!oIUnT@VwKY1pe6nIbKzFQBFbqil%hT@HM14FjVrNv<6))c$V1_hhHnm4y$!ivKto? zAlNL`bkUSB$+?F_RdnXL8Yp{QIOwX>+^vtKX_Ag#QQ2wteNxHtAqpym=f_BE7H$ib znot-~7%kI(l8zZxbdPjK;tY5+o6ob&9u zg+vkvtl!prz;85Zyh}~HZRrCzEWJMUKC%NQNEEoyNz&!5Mk!Pr1!xbkBBkOGJr4?W zU8y!U5Phc3C|EzYQB6l1s3!2DG~Og_`ZE}eTg3zmaz3m$z3@ZSl?lNgphgx=5L5O$ zHD_&Gh+(l!P+(=>=Qh!OCM(PXB5f=753M-pvKrk-R5G~s*tnm`(NZ=CUH&>LbDycc zvFnqg>S!4q-Y*PI4QZ((iCp1JyW;J;q#JQ4gK|U1(wQ{+HLWhG3Wu`xo#V}Ws6zpA z125?jW;ub90j)>?hvZTtu=CTuTYhwJ;T3EUOOl77=`KdGD`Fo>YH(F9?n_r)tP`s8s0 z4>X}Ermv8G#$X4U4@~`w-x~(xy#1?sXS5UXX{%q~D-B4an!JfH8m)osuea!o7(`xx zZr7u}ao*GOyGq?#v@LkwKviSJo?oM6D*G4AcaN(f1}B%BZ^Wex+W`6A3epo|c56N2 z1xgp1YGmAS!R}62(GKsGd;R=G&9uyI$H*Va{H@}ba8FV8cxB&)jKo1pECYzA!CN#f z0X^3J+MgfqA_Q{|u&$~=3SzUBSTWE>q0!(AYT!czQgA~~?s`dl?uVxVbkw8&1UIeP zg0t>kpI9~~7?~F^-u}GzZMS0ZO~C3KyslI!yOnCVD36(Ifb(8jwQSS8*U4d_cbX^l z6(1#+M6D`iH;HL}iI(kQGjCimWu?6T0?P{HrN@4z9a7Xud7lzR^?Fhs9)+-OFZA2J-eognm zJ*l}Kb1q&enC4DmvSs@-#aHMI1G6k2a(P)=Gwi9KJv$BIeR6TPFN@~g3zNuBc0TeU zH>d-E{oCmI2^7&!ihHZRRQKNgWG)xQyGs31NTn>Y>$aA7)bCCOne!ev0y1ThO{Pr1 zqG9OA*8vI^cG<)(eyLJBfH{FBPS<<9j7YFjym+Vhl*=_>*ndH6qM|00Fy`?!yUjin zS~!g6l2?t7L6ncNWGA0=k3tKmBH`XV(6NrJ9O8T{Jk_c_UlJTz6y`^fNJ4Lnmq`L z&M@sA*US6qKRwIvBIuetu4RpXcMJ7)V60+}+=FEB{PtU|i26t>x?Tfa5&{KV`0uAh zN}8ti87mJkH3o0^$lmOTZygh8FCB2`kn#O61+Hmjn8ir^%H_Rxba(&vk5wR za(@osBjISp0Z~oAueIoF5kE83=UFc%@_;aTeUjRUsFZBi&7B%{7lkN)z!ZhPgTO*t zkNhlt`I?hr@q$o!MgyIs-g*Z`MvJS$U*2t?ZT)~>wDF%*@aVnoOFi7$sh}Cdk4=_{ zsJqDfAl8b0ke}dgQ7owfc&p!6yWl}PVftH8U70E`j~Rf?$aP75$asgAR7qHv%`X8Y zqu7%t`W->eQ|fLC8?HSRXvhU&y)bd{ES(a1WltqWSCoVTSMnv^q2XcBYE#M&10i$D z*;_tn6;tme-NR*Q7UAFqQ=g#$Md*DRkP4LiIZDY|AHc2^6Y?Qx^(P=Hy$(`R2&7_r z`%FJXRl~fqC1;lCW$M9aCrnTlM!l3G&7ZFEnT>E8u-oY3l)$|sq9533BYEil&u@s% zwWSw?k6`!`94IwlIn74}+YID;dKUUGFe)aUgdBI44?sq|`#)jM$qa>@2Cs1gC@lB% z>fHc$;Jhw|KliIZ-liu_nn^cXmFzq!*%15t{Y|m+ToMpaw){w|@HOK?)*=%LE)i{9~oGD_o3gNxOM0i^x%}p^1;-qGb zHAbUj|Gg)aOH1}d;A02NC=`13?hvPo@Lk7>oj{*%FN%ABS z9!)s@KWo+al;)aF=C4|d>?nwYG*Q^e$UyNpOUus)dICKRy6=Cr(GeD%>pwVX6M#++_)fLQdhHXeFKu{!x=ZN~the73G}gtmaJsQ28tFqEZWk!z0m#_dLyzb} zo(~Khb=-MfP!NO;L`ukyyI`mdV&c(~3J8Q+!x;q3=$|gZaL7_yEEx57q3S*z+z-ut z1r+tO&`<$BT^;y@u+NVyN=%jvVBiIMVa5nSEI|uK)0zlq;hFy(fdya+gmMJyJvp3{ zq{E5Dp{JBP+BnQiG}lA;ZSEsq4`NM`Gkz#}(fC}OMyMarJJTHtCTOF(_oGl}g%S-P zk}o-O`j@G+ejmvQn^w|~)Eoih9Pe(k{6sRtdqH@vZ3Dh^n`zTc|Iz@h^5pVkF4AD3 zT*Y+;25bUt@O^X=*^2WNjnE^5=1ZE(4KB(P&g(`5F6{OIhZYoB49cZd>+eFb;qY`n$3H z#(->uiR@i^N=q5x3ApajT~2fN^mVyfJ7aoeH!eXbccjDB(G;je1a~poeC<;UyD>=* zS!{R0Le9Of3Pqy?N|rN1dKIrHZf8olgZ+T$RBcD^nB7fZmp-d6ta`M3w8uz!kT*e> zTIEpVG587gHy{RliQW*R&A{d@-L*JnKb_kLS0=W2Q3;q{Nv~Y$7i|>p--GY}1>{yJGqC4E~78cK`$!%#>DDjwquL|ERvqKjY^%XXuRSNai10iTv zTvnGZx^!xPX72}_#HlmniYL5$rdJ~VuiB_O_`Nj|Vg#;a;+A5_AMtuX?f=uGk4#zd zSf@GN_=@dYZG*acXbh8FKw5}cbs7*h(SXu7NHU<-6IXhqZk$Uu{pPeb&^u#1-511i zy>E_xu8PL7$XLJ!ZMGmkjdk1zg@AHJ)={a@&tdLiG|38Sf^rOxfFDLk#K*GHeFu$S zeDLW}l2Z)kxPr~aS=9m(34^4>rhkZUPKNx6bCnY&rZ@EqV+o0?$sN2%Hg@3ELmPfO zTQEH(tQ+tzz?MdZwp@6O((_V6{ouML1oml0j0gYx1ekrqLE0S8&0F1ZFO z{rj=NJ%LXG)(rEjiWoq12(v(Qp~qmVZxt&2yWyq-QFkOxs>D~W7sL7rUo+b9gcU&Qc;aZjRjo+v*<*hPJHV{~>>c0F4f0qOI; zEmKM%@7Y2x>flk0ioVjvyBGC`;NON4KxH0wFL4r4(8b-GHy->%Rci8iUd z9ro=tYF9i!kv|O^J{+#C;voVQdwfc)+=hyvhMb(7C3ZYDt8{|fVdQRmhF~RonN65s zJ4&_@*16B_)2fcgowK!kcK5(gPR_0}rrws@p3l*1P8$Ty#-*rE+F=A{e4JIY-pc+= z#Tm%5huPil5G3($7&P^U21;r@np26*l6k%jeRhxX`d8)y9U>+JPc!s$!1^!*4l~aD zB77k49O+f|#h0)LsKh1#Rve;t1Njp4Ek4I)#5a{*SU;H=3F$?;g?i&fq;<8Q5Bu`R z3s@865@?nSLAB{P+K-Z@4p&jB89nWhHrR>UwH;zKr`08Z1lsFe&Jetc6L`icHGz-5?}eGon(?f^DIbdVz2`6*_Fm~>z! zwnfsqy1|fjeC$+J2SIe{RkUXf;4R3B9bd^DB02-OQgAKXFc0BC2$7_tX!IN5Fb4LR zCv7sW`u}nRjrm{}2FNe`Nq7Bam_tHja4@>1pKtbT1-n`b(hHA#M}0>KwzMt1r={gPx*!9M6W((0afr^gf{9m)Zg9b!&G)Q+G zd(!=Z+Ad_1sGSQf<(?pavH1unIEHl9BA7)45a0CX{{Odl&KIaB6;*6vDSC?ot#kv) zFJRFtapS~L8Q*l-?!N{dqePy99+igEMxgxzah|9OvIziehGPgLiYzbg-(Ce8I#7s> zi~X;4Z~Xy->IDZ5;#IpD856*cOVBJ%Hgir0dBiA*KE5^~^4z(#$ddrr0p{4o+)20P zdojI2C)^0l46SfgT8u(_fqVSw*a3Zu0G5Rzgrk***4R}^e?*ho)W*7n!ReC>HbC$r z7TyE34UtB4;;gtnR>ln?;UvUq?WqBS2@NF0UW(L13NSP60v?K3Q%2cQV=of%0Iu)B zf-n8kZid;bsH>D=X>l->ZUDcvC1-g`^K2W*?U=b|UVU%f{tff&;%C()5J%NGF-`Df z9gjVH7}!!hWYHnqIR}D^RwABorxLaUD6k!uYK9j(_bZxrZ|qA|;CY-P01Ysub1E&7gCHVb zcs!u+8&kXE1n4_I3h`AJu^?@LX(ekv_r(6Lnm^mXd>588iMrh}^xPBTMY>$u8LRW- z*meTvpeb?hiSB%IVQR!^W_Yj{lvQO*zFp|KTTbg5%YOZJhnz$z;Ji=MooPv}bXXXX zL1I)~rqS^{QMIvehs}UnJ|%hcC}73bWJDuElQ~lkHG6JQMP-Zi;bt3y$1n1xL^V0 zJfIx=xCUbZ47uQhVWyYDfYGJ{12evL?_Ffw%E8Z$!ouiG$`_t&<;9#kclT~9rn(N= zbsz+1z1KlR_m=lPTc|bq=#7$SBiD)q0#kUxvV*2H3a+%lYveyYZoW$Z92p*JuWJ+c zFA0*6*7U91gCX&cLies$L`X|G8cn%%aOjXSpgweiOQK`7zo2KIa93ooGZDl;Rh<*u z&qD0r%B+4<)%WK5nivh2R!hXec1_z!35l%55%6zxz!Hu9t`Xp7Ga z6SI7YI+&zVEH5?FN^O47ji7lYH$H)Rjxu`UQLVlC58$mTpwth0@KA3N0_Por^8l?m zRE|QnWT^5(p9~q}(>;;g_L9s*3aEbtEL&CzB0Bj)SmdGJQC3b)k})7(Mk28U!5RuX z9)%$6&B!<`d1}aNayeN4(8dhPVXNmwe6!(3h1tH4L_8f$ZcB?U@3%Q~$lRXl8{um_ z?|aN4EL%;Sp?Sj~PS?fABnnJoCif>}$pg8`cL4tpFq~EzrQ7cq4)*>XkmF&TVcqi^ zL@o#yNKd)kK)nw6ZsGudHAb$v5fS02k7U_MqQ}lU&@(3&N`%0HdX=Kz;WOB?c#cD; z`h~1Bi`H-*+3vKrKKBpKWiMCcHY?r$JGvzAabl5?>&#+vWR}*erT7AZx6E@nGkE%b zy)$~4FuzmyjKp~YKmaujfj_!u3*r$4iLpcd#7f{ogEs%>hF28P5L+1$ZbW-TSgX^Z z1-S8RK8Q~aR$ArfaQT;i;;5J}A!s8QL9Gfrm_vdNf@>d&N0SBz1`kc}y=0|`fv zEsdT&15c=0Ig4bXbFwk>Sa2%Z!;%W%N z;!l4oJ4QB2&Bc8bH9`YJ3id7UTM&60Gx(ExGoaG}QRvuk$#}`d?CbqjX8Ev80ud0F z38UjuK$G|7CGuM~BU8bvve>Lfjws|#XrrYc2h=;R4*msVV8M&u`h#$&kWZMpsw0WL z7_tb>OLy{GLw>wJ_zo;y{*A}#PskZJcpyycH;8;zhn=WArDvET*>=$=&347ZiV7{^j+(nI)e(_S0sJqMlkJ-rEcyci~57k3h;0&~@zOCy1sL z_$z3VdH#F2mIFhP_9{Tu76#@QFw6Z@XZt^UTr|udX5=+^}%GyKFQ zdLOPjIyE=KZfkaZ^E|_2DHgIvbK8D*I^qPRiXg^~d%N>rlYsL!ar&$ACHT_nk>Z$m zg9#Y%U&k!q=0;RoNOhCg>`x$JDo&cvktdKUhPQ^s&d?xkyKX#1B!60>9&DnYQ1840 zbW}7gX3KL3fjQS4O7zeFQ(THL4%2Xj*Nq=5+Vfv;FWa6fD@gK&LGRRE{I5Uf`4Y7^ z5V9Z%Z~Eu|adjg^q-GFEd4XNG$fh!k1t2HR;>w+@oI#+5>hXz9Qj3O5^#$oWM=WBs_k?3RD5YQGPVi(v#pB{ zG}--sF5gI589~UxIHe-iK8s;Nle1ZbX%#XS)DV^M9TkX53&ptKzg|Qe} zp)+m7{(Y;BB?!2v&;)OU@{LKB(1u7IDF|$&K{Q#{kN;y9MYL$ROPWnbdmFp}f;V)G z(;FizYE~(E5$4;Xcn3ruNx9XYlFqOPUGiPG5sU6Y;(#`93nD^bPsgmMVus9kMDYDW zfrl5Dq+FgsE4=Q5mm6HuZ$XKgnT`CUVTD-KJA;xPu1b!@65+Rw+`!a5VKf%-3Fo>I z^8q2Jrn!iU345muJJOTuKFP9q$bM&teH_dqk-QG)Ju{+9RxT8yTI= z8c0g>&VZuq|M>+dOIVf8{ z!Z@VD^i(yuZ;{oQp0xsO>sUIoyf-IHa0G<4S=i4A$pH+g!Ng?7BR{vL_yXn@Z%DR&!m@gmjX%{6VrSK37=8)?7@<-y4&-Nwbb|9@%vxyA&5`Gv3v zrjVkkqY=bjDTzV|xhAmfRBzk#c-Y+QM(VcN0R-p3H6fJCOSf)c`9D9o2Id$&dx%eC zp1uXf3w}QQ&GsD$+5uL6^pJN_q+e8V2G#HGWS+S%@7x;{O!`LP(tfz}hG3$I*}VBE#Y9}&t3 zc5oR6WzPre59YU0b`N*j8eTg2mQN0}WE2M}ES`uO_FA~!teS!I{rjfZpPMMtTQ3i2 zm8Nn%UVP6VAX&3Pnvyghkr3U*epYd5vj+wj=bF}v5j5fgPaP|K>KKZ`Q2;Ih)g+CNgv3wi^cd-H zjH$2**xil1%W3Nj1ePm#U3ZKziS)uAIANRTBDa;D4h!;L$?razn-O+?gR z2e6y;;2FDQ^da^oTv4VP>c|BFl3>?sCvdx7kb+bh;?`!=5@iI>BqZ_R|9}j5yj*GD zh86~6cGn&}i~M_ahIgL2@R26}dr_|0nf*W)QA*fB{pyF?!hZr*dA-~k&xubTd)lg^d`TK zYmIy$PR%p$G5)Sz6W8`-eFRn7vjC8Wkc@Qw%F91UC=iANt_C-hgK@qGv~5)?a%q2` zP*nJY_s}Q-rM4Lew!dPzk$aA044hv0HMOH%aN}_tDLh@DiRr~%#oQl}vK`6;f~7EL z0W9o?UQ{AV-SpkM z_245TJ;yN42x9-f%HB{`U$B-lg==yZk=9Q%kD(1#AdePY5Ap-|?EuV;L0|)U+9CLv zEu73-r-0;-qLAg6SFsZn8Gaah_0Avcdf<*y($NZiUkC-43a+HawKP6BdIPXN^gD+k z;C+X|!)xAI_RIJq(h!+&3s7bYG*3B~>o6TZ z5H%8*a$x@#3bss!yIZHjK=?|xcih;1(Po*seRqCYrbtjEpFioa@9fue{A>nFydFAU zC2;WhwAt$o!yipLps{1v_Fjus6(X&B_gZc_a<2Z9!6RM|9`3qs@u9xO*>8Eqh1XRV zZnvNEdPVG&UGXD6e|Y=#SKITv*l${HHDP9MimfqM{}iu7MQG?Ex^sS~+2CJNM#|o! zFa2XOCs6@@s4Wa0L@Sq{$Zccx47jv}ARzWj_A>bb+8_FIwjn~7*IpfM=)fB-c+*_? z%_Ts}ft>6pyUPx7+%ceU>Wgv;H{b<81jyvHqtcrxMsKQ4_PX> zkLH+i^hJZ=Ba-*auK($woS@T10yu^lrs_DD8t{Qy*4dPmpAEGm@UFpwOnd$z76Rq;5Npcq4y%E2^Tlx_pfi| zNLsYEwhErZkQ09WjiZ5zLRE7lOD&fFnUg=d2wyUi{zI?GVTxz%@Xfd&EtVH$eUg>G}ru=F>kiVw%{I1Jdud1N(tW9WCgzEc2z3=z|L(30?LITtc=K5>_# zS+NxW+lQ4BtxwIBFUIi6CAeMh7@q<$EEim4STecF5r0g9Nz$-&ZCW`Z8zHUsQ$v zXqyb>hvdCrBUA@-pSDd#g>{ywW)zXtW30j_`eKZbv2k7^95x!-39alW`#*2S5aa^r z9UPWfoDk|K(G&#$9|Y3zlN)Ejyif)W2Mt6)8ukt5bqVC^4QnRp%KC1XSKj!Dn$w^? zS?t;tanuHk^AR{9f>pZ1ITL)B2Fzt@CbmxYjK!#MQc)}p<}4Z|3zUu|E8nK-oO~yc z0<1^YGLzleA`xymiuM9YmBp@J(G>1qov#A7hZ4+t%K36PE*wapFOS5M_LoaHaP$SL z)0E@XWK6Z7^^ni4V0D)h=esgaG!+_!3QTDcXYVjU=qi}zo>E-1=ker=tthRm!q_r) ztsV$F(V`-k=5mqh?=?xzdQ)2Oy7g_8!;v(M>88A#g4RPo+TJDs#(CpXj30^8+ZyPK6V}ITiM1N)%904DA(!q!B2? zaokl@6OfoAw6);IhI8khcZ8BxxUs{m&} z6X;vPDeC&pD}>V(V{za7=mp%#UKxjxK7SKK?9n+b42*2A!bA}72Jz<#-ejMST^-vb zqyg<0*_n zN}7flvr?fd)S%f*5eWIP8!Ms6tzT6Xz)D{Mexwuupiis>=8qIE<8o>qCtB#bo8@Cz z0ai8SgeBVsCWM%U*)^6BW&l-tV@iw$kT0Akp(+FmISj;E0R%Z2F|am1(?HZU`sX9r zRiWq28n360T2n=m|_D)?IEmWSIG#! zyo$oKj@G;mfkNnF(Tvk!Zv{IWCe-9vn-E^0^SB%Y*$s#i9N0zDY2TN>*BGg-Tt<9(@()A?pCqp1_T>6|!5Z&cWHEo_8-masCU*dxT%k!~HG{M8jFU6A7BOuLMt(@KQe7mp@CjC!CZ+-_#ySR($=qS! z*EOOHk%%NB>?i;Qf;+7f-f7te>@HviA*nq`EQ^Gy&@>eAGj@OICaqJ1*DO_q^A2ba z=zKMCXbyd%Zzgk$T};e+%!fhsR1!QQ?EZBzAo_14z?VyoE*;4(CLmH2v@z~qUe*B? zL|_T_SeuG*2RHH=v9CcvE)smR%R8%)-`WUO%PLfTl&gSjt+0(}6(Nm;o%Nq|Yvcr#P@rt@-)Y{t9| zC)9v%uN{h?a+o4qJ%yGaua+P%&?;T(Lw9jnlsi%Z3kgbyXt@@d40;+80luN|o~q6u z`*cBKjmy$$r1VrxxP9auZ2Q*Hz6nT1njc4{V{%6wEQP)AiB*(&!z+fL{?@IC_t}l2=gaS5z{Zn91`WB8hk8yZH zJzxOXTtz1VYp}Nnt+~S!Q0c+^=Ap2Rj_-%0Q}s=RN64=neTPf@L@btOlZox3P*ukw zcfJXkJge<*sCkZk)NElgDAF+mb1eba0sF!+_EEdOIe!<>oPgG`BFIC1>hFsmy#csJ zN-h6gM8Rd1xh0N_MXvifn!*LDu!~P$KZpoBXl+r36RfQR_cgv35h?<93XFXl%A~BH zq3_LwS4<|*L|0HEapg|q%lNkEmeXQstWA@#{EGMW(Nr3LI065f zAnaLW+-Q0f+FXI^+(Ug&Y{02+%uDa!2WU<7gzt@44@@Ra*>5#t-1aM z?l3SvolqGgYl0~zRMuvtWFBYN8HagLCghoL21V$KG7<#{v1zM-q|k=r#@da+XSru` z@Bliet@V4JSsn5T2!Rgoz;^dE&qgY*|t16G-N#B z;wczW#V(tKkgHe!=ng z@qt*EwWBD_mBV-M!rtl{7v(eph0n0?KNx;5Hu{ZFQbE_HEJ%}`^ zWe2z{09x4%$QBwSzKlJ%|2o>CjDe_Ta|Qtqh1+BN47e-8hCv4rB@!zDT|7AbLMYj2 zb0Ay3QU^DnjSo?KV{C_THiGezLe7lF+kyq8GwpC)=q2z|2b8z30i!~sfj6YgeA*y< zUqqO*(SHqQX#)Gfb4FOf$`6lIR*W*uo6Xgfmgl4Zqp2*%Vuo>XwyZ2v?-(jo}D$!F)TM7 zehsf=a+_($yLk$5V7Q7w)Y=jF_n7IzyLC#Vh!9X%8qh?Yn5=t~BvhXImkE80Uoxu$ zFp;{xhkwU466%CoQshJPi~xtn{MCHq{ztPr{!}P0F|$yLS_5!+93fQm!nJO$9fNDc z357;qrv*U3a;yb5ZXRb*Upzj7P4d= z-}O4S0-Hl*I@*2mN8%*CGyaz!$Ui_6;y`*FT?$lAgL*fXzV^5gbfKtzb}B=W8Bk+T)xe#84S zN+OC~fC-+F`X9j$Yk(VxNY4s@RdA_3th)YA7wHrIdqRII;2wc?0F;3z3vLpqklT^K zy$}fKX2)o%Oa_Pu7r)9EjN034iyM$?*$E(Bg(kn2n#w>xj_ys5-NjsWS74T*7^SA zOh^$o2^F2&$(}8Z7+6Kj%&{5BB=tUa*ou)b%<9g6mw>S7z0KQYOQRh&SN|I4=DjxE z{NerSHvm-tO3oRH3e1=&Sv(iCszos#{;FkLAAW8n>IlG>n!di-g)XgzJ!MhRV)2e0 zzD_gd8UMLB8Z)*XFNTYcS+=Fm)bhH`GLT!)nRqNSH?|+$bhX-NGEVhEZS$>V?$vip zTQ<%f5qfRb^cRn#UHmsUJ`ZuuxRh)!mYfC$CaKUw3rzGEJS-I7By70UT75X~vaHLW zrMK6)>D+S}y#^~Tcf} zSMFCFMw^t30ZD!#+;l5|=kHz)dVAnT^7|7LUP#CN*7>sPq)P1d4ENIH2Ea`IzEsuF z>az#k#TZ?&}PQB zh{ByopI<}AK;mZiStKDl<644OLGwQ#?YsgtO6du}_zPv%So#?_spg;shk8^_?uOJ8 zs3l?RV}R>^Lr>{xUuqSNUZioS?71`aw|7V0zJq67R$CRXK;jWzGYCp=zRR7^thZ!} z27E6Xz@ag*`M4$!hfCHd?-&xhvHFi$>r=&z#Dq_oly@7W_b!f&jrJO+tb2u08sH|{ zn??R$Snz3^04H=z*=EP3tPgYgy>Z{#BgUt2Q;>8vHA+w0&I~ z(#la1D3O%GHuq1K(AZ4P?hyhBp!wKDj{$Fd{+yZB-)R;l7UQIo>{CsRcxV$$@N!kU z`B{R7^AZn&(4-(Y$lmYj}i@fI4qie4l4Wv=P%!#1@&tV`>OXiEo*4A`&(ZL@ati#X)#|3wkL zD%8HJL(jr85N|Ho^#{z)XYjKfBd^76oNs1a?ib^rH?|p-FzKj+nAJGiVgdPbu_Q-Zkk&#fN5`fS-Nc0psDkTe$s)uDnKFRiKDgG z9lmnU9j>+nhmWek4AaIBcWcl;URwNL(^7YaTyF)A%k_*y40x;_8FK z4+i1rqYk>HF8Fh6kladTOm;*_vH$8B+VrWvr+8}2!}cvn4Z7#?Wz+quTk5X)>~9Oq z8k7|RP)(c;xb1&DRlJhLn;u>Tk?IW?pK~slmWSERqFM;ZBE`lm+e5~}!5tPaE&IKV zL+J7mYBRQfm9(gUd-MQO_VNe&+^TYY{+*(cxaDwS`0mmmy?^7zu% z;180w11jhHtFdg;C==X~Kbqmzg zDsK!qx%|cWAtzM>qvS7h2Y2!NfnJedJ5b3xQ-AqWUY^F|a_$M}* z(tVhknew3fb9g?^Z6x|QjEe(z4t{%N8+7<}Z1!iHxaV+nKO4V>BFoS{i-TDQ9eH?e z>NVJCI4{wq2ID2i-km*B3O)PBoF2`-ILra_D^U!TdN$VanSs`fyt|uZ@{uw|hVeov zOH+2zS1f!*aq97gl#?Jsrhc)GFLc&G*=S^9fTlrUuWa1L%7+A}G0R z$FUEn=4#wp>oKzbpQ;y|-E79MSpK7BAh5F6&=WzF_UOj=z4BqspYKSo^*#vCt{LYv z(6#FBzD2XM9=QS35*y?Lh`I-bfPmwS>y|o~F z@io`A()XfvKVwzz;C{d49WHk4_W5CWDLnCT)Ir%Pl~z-qB^H>o@cE2hncVq}wcp9Cq=vhY-mqz<^l6H1W% z$-6tEy1?w(Jda!8UY~G}H+lxV31Xyhpf+|Q%#V}O?)To}48`#`F}mGc>+bB6QU&{C zNdTcVua)l#SN#+<-EhrUG@a}?xdC=_a(nnUPgyx;1*UUlxh>V4XDoXg(mhXfSlO)+^J zQE~ZdrT-`u8VZS2%?|A#?HAC5PyitJoCafBq}7&|_bz1{OiSCx+SK^F76s-iSEddV zk$I}=SQWD%EB2Z0BhkWNYL2Zxo-5lO30!{cNB!*ecQ-tATzKg4h2vMwxF*jJSJBN% zO3GTHRDETl$Z)meCQoh^IBj%3DfX=R$}^+5|7-8dmQ+r`3TT?CAi#eoelM zSe!}ThCM+mO!KByRe@lvhBIm}Z;jWGY)I_wusFozHhWJ5TWxLa65%Pwp}dnV5msPr z4)EZbgTsj`+8}uH1pUyuh*S<$Pl&&lI`9@+zAg*n7zPSO?Z;NmDA^6Vl2TH_gC$$l z^AYJl%Jf5TGrQsZ;p&^!q@2Zwe~^N@^^}Fw)eu4#~03yaPC-O&%=zV9?VrQMflP<9vFY&C)*S! zEw=XMiwiAJH0&OU$t6#FQ*~%X#x`+{xO=}Dt}Rr3aiKt5x~9x>)0|Tt{fUX8+#gmB z3suq{4Bz6ocFWAw&JJyg4!iUWD+F;bDd!@}`r<&J0_FsDmQ>&6?+*SLe)I}d92lxB zhgj`PukTzLZ4atdpY>pP)wn2Jby~f-5g;4h9WoPgIdDO1U*|OIo$_MCMIh~j7B?O0 zl{rXD$cMvbLy`8*Kb&7K3Zb%Aa|VEt%GRhndInwM*2 z{#?d-PCJMJ*Ig=h12n&si^zYugtZf-Qu3@WW-KFotlhz z$qV{nqZZ9*NZFaNQ5)i!$-<}L#&HsdZu<9~Q>-KNk}o?~gSowvP#*!XpowhF!wIo- z{e29Hk1(KS?2d9^Y3M8W7VpXz?~L<)yDJyzsJE?c73zU3)Hr|bVIj@fX|?wg&9tV3 zr$~5*8}7Ve{vW-}WnYEHhG$E#xOv}RKEty53lBHHd|_W7^gbv(Sv_6p$4$L);@hS! zqzlV-`kQ+}rppKRR6JezO{3w9Ghd?L1#v<0fq}3SJ_7-R5FEP`QBkm^4Bg5@YD1=p zCH&07P{cm4D8LGQf!oLwX=P5_aJge1tyokT=^SF(0Eyu4}~TvP%m8v}GKwUhyqIIegi!K-}O+ zyj{cvKa&hAPFC=af@i`K+|%auYsBO(3@jLkF_S*(Q_v)5(_Mm+Clc z)T)BsH$IwCb7H3TVuxJ|w64wWY3h$htO*{79N%`XUn}F>^gW1XC5w-56Tr_4vK%a+~&jfWo<1<6p9GK0V zI0bAN2`TQgr!c)CAOjNRmMNoYDmp6q5QB6*#WDbh)hzbRKk!IR;9?=j5B@cliU6%( z*m(}sGChK(kn(ES=nxNgFfg?047I|{YfuGgLFh^)84&S6Yj*6k)p%x|%ZGRY{iJ#N z09zp@k{}1H_L8+ZIH;HIW6p;bbccaiY|bMatWoP{{QUbv2C%k^a=_<%QKHej4Ok`o z?XI)w0*HOIi-S-j!2Qrt01R6agCTJ6Y|g~c6B>8|7~5NWYUh9Y*Pqc@Gyo9m?EQp= zrqSHc1}S)AH8_+CKwURs7vIeld^(#bX}$KH>yLlWL&3khD_5GXO#(DEg=(h?Fu}wf zx-U5J%=hP^y$^dy=lEWr=R4r^il(QuUmGiL1JN#vPAQx7-G(SxN`!AP>d$^hO)~0n zl3KLTQ%J|DCti^qwtY-HPGUNgBWdbv}@722RXx@6pR4 z2N$#$dyt_5aG7kelTWAdJ+FwoyFP!$WQINF%?s=)u-K+k>VRi*#+8JIiRh6rlc2xC zjfF_AA&s$NP=Oway{O^ipin(=!UTbeERu2qQ^Rv<0$VfJY*54FM)5w^lj%8tvqhNV zt~li^Im`Ws*2v$0V-)(E6d~_KQkT5(*edUNjPm9|Ywv``0<*skLYEBqyP4ZTGeVsl zxW3J9<8QP+F2K;%HM=A0S<(pUlSmmNze$tWFsIo_Zat<*y@tlI~!*{W@;mWh*76g|5(%~7$`lj{Kz3+P~ zwhZkqkRbfxrP?A89pbZK!9)2To*U(k?-wa6l=fbl8-nm;R zd*|x3VvEfABLc-nB+fZ$A$Di;y8NTZnmaXY%6(LQJEo189hK7K{rOI2!P|DNCijka z1_9ayVIrwp@E(2rO5Kjm2nlrY^1v@6OpV|2$r(Y0W<_OOx#EhZ6E}*L1rDV5V`LrY zccRzFBJH2+3WTv!9HMSKJG184lZIuVVQfZ&b=Bp`Iv+Y-RK-!6Xw7`B*_B>|r);06Mk<>zF0ffY_YNXAuNWAb_fZltOhm?oU zuGg2#E0KrpIae)ErU_hixav9(Sb6JLB089NMP!5#lD{e8cwP z2GVsPNgmhDeLyiPKE4q+2itdWDnhhG5TPRR zNi)}D3^uXtPzb_PAi6YKyoSrv6F zkkPwL*w6@;6c^K@XT`2O?FOAz8#)3&?((Go`7J_5hDpJoc!1zr`t<3{xYSS%9~%Q$ zll|Ur1Lv;+z61bl@<|{VEqyrx@eGF-)8hiP+M)qevKo?u%`}X#u=%87VcAVYt~?xfmhL02j@~9Pzb@&7{MtV3GB=m zhNTGLzKGEsHX}br@egMJH`&7EfqMA3si6x&MSz8=-N`{f7@{&zTd{XNGCyhanPL*RXN-baIt*cXvlO zcYzRddp(f}zJ3Kfs@Lkgi38UT-*Bu%wAtFV>AZ3F2EsEK9ZSiT_-m@>gMRs#gydwA zJUSW3z{XERa@dl`%Hqk}_Y7sq#sU1eFF3FOMH%SP(**EU;0b*~sz|*coV89H0jE{N z@S|Pt+x6}Lp5)jYWBefXE66}w7+P3A0=fVMqq|z}FLU9n3uABO=8LAg9p87Dg;9-2 zL$yX7$G2!#a6@*FSEo9SQhcO)KqMS^*N-X}O zK#{$M#cBcgM5$R%^8Un`OwkEEsLrA>U)Kv)k7GJoT&8}FW?-siA`8+b-z%c7P(!_U zqVA5dcuXwWR0;ZsU%qs@KSLI`7#Tg%DtUQ%UA%(vv9W*fR=b`W&ZNp>&5n*9Smvph zQC59~s$^fckapJ+n7^WHfzoHZI`X4u@C(Q;X+9$QlV9`VDnbTPXo?};ep`0^EkIM6 z(pCg8>0$O?Mcu!RWez$MSxM{B^V#$3{WZmY+_68v7p^C2e2!41o^*E+Ko1|BT^fz) zfpyMyStz;n(lExmhR67<_~Dt)NqvG4shu)N@F}aB(MeXAHLDAb!jszd;-aH%E4Het z8VfRaM|Pqf-UKJ3ww4|^8UHyy1IonnT(ZIn$3-+n$&MglL19UY4I9p0y^-%X4Si5; zI4HTfy92YeVzI_{E|@n~cvH(Bl~-HP4KA25rDC z4CC!YZ)0vT1UtJ+ZWgS;GG(Zh}uetBs;UOevK-0Aw(rwjfHw6ZEliiyM z={4?-=%nQ2CRkzMQTqdO0em}1P!b5lg`bM%Kst$vM91PsQnKY0mFfQx-{CYtc(aS=kxv#ee<9NZD*>7TPjlR@F zT!mMghL-&$HiSXW_Pm92xCcG?d@cfZO&*O|D3IV|qt;ur;bpB>RaCtxZVHW{s7VWIJXyO=&7xlNTbus0Iz%9led{5#mA?_T0Sr^(C~NF)_*y zB&1Q1jg5_zVj@fs1e)z`|JHIC69fnVVH~UxmNg&_N!f`a@YrZ1jR@X3Y{#L-5Z~JA z`FX}47C>Ur;EHBG=I-`%lqIyt(m*rM^C9*ghk^v=z7wS>8|N3IaC#`2swQ4Ino*rI z=)s=$dtZ`^FYd5AL`G5Ydt(%xg1rNE;4&s*qaNrnIp^dc!yNShw_v70ejczu<0PzG z4cbeghr_Dwh zVkR7JK`Nj3o>W4Dvi1sC~;oD->AWf(;i8&E05BB2JE=%M;3?I&YU$^cM%f?%(=1vv()rM?2MY|-Ej8zXfb z-sL;W&+1(l5xW0GknK42+qdEhxP&UEj~v=C(4!lj%l!o^*)74~WfRpE>Zy$l$a;D8 z+Pvpp!q1mtAbd+I-{4rzTxvmNCK@l*9_VT7*3Y*2w8Gi>!>;m=XVDba_8?j&6**~X zJ1QI`XVT>pHyTykDJlSn z>6-8`fyE^9d`Zydw$G@9(@cC~q7^C#G6s#zUq6;Eb4jJs{#D;^b^DXxJX}XR0S%jd zxzqwB_Xgy+etv!pzOb*#X^c;RwNENeqF)?WvjSIWZI>W{6W@OZ!wA)q|1pRONg0jt zs9?3DY2X2g=Z+n_S22SmWN3&uVr6p(L`!jO{IE;|ilbi6fPxt&aFi2`Nz+xVb;^WnUo_~gWttn7JQ{QUQX!0EZPr|n& zB`T}xfP`*6rpEYGACfySiWgE!z3CL8KPdO9rqQ>-DIQCy%hZ7rcvK5hyM9B+qdA<^ z8}}g8hk8V~=B2xC3+Zk_R!9jRURoCr4ryWP5i>;FbE{-XMF&8^8f(p!t**N>lyU2L z@b1HLN!hmzx&RW4=V_!)uF$!FeiI6FasmZ_)nU_jWNTJHk#`i*d%njFNNzdR%OSZd z4$+D_y>}mHEgus)5CEC7Sh9XYcqpXMLoNO2kD!jyi1{YJrd_5OV0XjJ($aFxnjPra z|Gj1Pnl-rPY1UV?JDW1(h=>R{paAI$D9{+gs2=T;IhncYVi??(u2(dAt+^5K=tFdo z_Y3gR?L2GI# ze_smGhW5wPh5HIn1Gxc?A&FNO1{CVn1EAUBu>uQ?LpD+UPaHS+yS~QYW3bc!i_*l6 zFg`XVkJ5e30UtkpjM+?#LB#KBE)L$VruL6fJk6SA9d-KKr2;M7#y>i{co&9fS!Z~N zBd%ikUWzE5z9WwFK_U;W2g23vaqxl_HX%$T`@E_gT&WNwQ6w1vHisMUI~q zk$%B`J4Cbe4ttM3jp;mX%TXo#uN*66_dgAFg=o2hG;uG+!Y!&2`g|p4M`XV!k8Am5oa>3+XHaAhxpd#RTtVg_Txh9a5F+E)M#L`_s>;#f>20 zyeJB7uWQnoZ)PQRO8=4FqlJQ_i!+Ut1wgr0*pPh5CN1QdK2KQgo*Y|%66PUDL2!usQxJrP87G$ofZ-USw0VU|^@%;4^zfHz#fGp|i3^Kq zNW=VZ%mKey!#LLf2Zew56PkY;c3);+3WOgmfL|g0P>DA(GCFf>X~RATj_t^v+WLBf z0B(qQ)H4gW7nK`_FoxV-q&PCgE#Y|0fB<+_oX;XER)buyNX>FVCiR;O4ehmLB0?Dw zJctA@K}QH=2%ha7`vA!phXZetV5UJ6)CHX)l;V}OZ{MKMKiG(~wzM4^;KPooYYfUg zy3zvP1?Fqlt~KyP$?x_YNK4F4G(W}9DElM?zg-R=G*~Trg4f}Ql0^;PcyV{Dj_}_I zZeB2t5?M5G#r3)2JnNd#Ts@Ps$1|5UDEmCSs|CG9;q#tI2Fw`Cw!;aRF9&-a%r?AS`4WUwJKmIF7mk9@Zhqj)FL5v$Dl-ty|)#;9@Nzz zQ4@Ve_SOk@5c2c|ZQ!80!)cw!a~D6AU~)DLp++Zf57><=@BB{as#qWZm`Yb(ys2K( z3}Vs)pPI)#$aD2Q!Mt-r%IsH@5`L?su5pxYDo)jnkFn`jzXE90tgiY`VX%ijra9Z^ zP?1CHmHmE5W3$l?6P8$%2s4^S5s+ZYWyG39HBK?Nk!^rzs*PL@v@aKO>d{=0bm%OH z+Rrd^p(%yYqKj|Wii~95A02pO8KH#eXql9fmCV%7(?4(<;B+FA9Bojq-%I`Ecr?6M zo0+*|7xuAK|Ju*G_5lbR?OK5UUTw9>xToo`E}BeZ+Tyia{|r$sm#MjObG>nr;ZyO+ zA?0n0Fi<`VXbA)Y7w2J`PYmiX{QyV?6B80%q?c|8R^Z;HR}(k#VzJ9_aK+YDt`cIv zcmz*NsuAHsbIQW(2k7)ms!(Z8?wLF_CRJfj3X&QKNR3}`)G(L74DRL_N^clS)9$Kw z&x!cw?yPm_I&iD50BYN$49Sb@B#(E`wnG#g>~&w&@xz+1ZK0kAI58?&!57H4An1oA zd#>g_u?{t$$zi=-l@bi%0FM~CKv&2~w5NjC=RJNRU~y`UzJ2=^HuFz#=M+)X_j>7u zTR<(asn)>1jmzbjRHy&@$YfgzupFRlH$pqW=sfNor0beNbe_PMC+h&v+N+G)x)SU3 z^LIW?TnE|Rp&eSdNEhh;i5y+O^zq}zQt;D+uWPh9zB{|qGL?&l0WIIEri$c z>+}r1A`VeY z)vf~lxmC7jz}Bd=J25|IaXJaAR(x!|Wz5w4fBhe<*qHM89H1+BFZyr&2!M77UMJ6- z(LjvFf35At$hWIkt~BFCibRjMHTZK-`o}X8`@3%|s6a+n-rqehys=cHp7jF?hBZfx zHH^l1UnDxa-N%E|k6@>lSXcqIkrc@HQ%ZA65-x9Z!&D%{BYPC@{`>J{m{myF%*;~I zoVrM3vpxUM&68VAJ$CiX+E60`MxJjzDO+*h^r?72@LT@Omk24j)n#R6Xg|t!{(D{Q zWte6{EF$qr6a`I~I5B_)Do#u;N=K!5!Z`vQ+@e;gAkR}7(ayIa35_3a6}3dvGwe@s zvx|HpuU0 z6iNZiHn@HZ=m8GCzyEw4m+v?rEH&8^!XNSSI#YFoju2|L0c(w>eTKGS)Mt+hW^-bM02wcXv^k^sj%QYkH;$H&gSA13reU8A$@O+^k5 z5WAI)P1L8>vKP|;Ir+5yfK@W~b8(kE%Fn-vX1DNaL3Zx4f4$BPDDv?))R5}!ZVih9 zg{Z0Uf?1o;=GvPaeutP8}4NknfK8 z^~Z0k_iHtN9fpCk@axt16&VIj!>>3wuol1K$schemahttps://json-schema.org/draft/2020-12/schema$idhttps://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/opticalData.jsontitleOptical datadescriptionOptical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.$defs   $ref#/$defs/datadata   dataPoint   componentCharacteristics   polarization   wavelengthUncertainty   wavelengthsIntegral   transmittance   reflectance   absorptanceEmittance   incidenceDirection   emergenceDirection   uncertainWavelength   wavelengths   incidence   emergence   results   color   cielabColor   colorRenderingIndex   oneOf         titleInternal data node with leaf childrendescriptionInternal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   dataPoints   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`.titleOptical data pointstypearrayitems   minItems1$ref#/$defs/dataPointdataPointstitleInternal data node with non-leaf childrendescriptionInternal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.typeobjectproperties   additionalProperties☐ falserequired   componentCharacteristics   data   $ref#/$defs/componentCharacteristicsdescriptionComponent characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`.titleOptical datatypearrayitems   minItems1$ref#/$defs/datadataoneOf         titleGeneral schema for measured and calculated optical datadescriptionAn optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.typeobjectproperties   additionalProperties☐ falserequired   incidence   componentCharacteristics   emergence   results   $ref#/$defs/incidencetitleIncident radiationdescriptionIncident radiation on the component.$ref#/$defs/componentCharacteristicstitleComponent characteristicsdescriptionData point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node.$ref#/$defs/emergencetitleEmergent radiationdescriptionRadiation that emerges from the component.$ref#/$defs/resultstitleResultsdescriptionFor example transmittance and reflectance.incidenceemergenceresultstitleColor characterization$ref#/$defs/colordescriptionThe color of the component can be characterized in different ways, for example with the CIELAB Color Space and the Color Rendering Index. For angle-dependent characterization of colors, the general schema for measured and calculated optical data is better suited because incident and emergent radiation can be characterized in detail.titleComponent characteristicsdescriptionParameters for optical measurements and simulations.typeobjectproperties   additionalProperties☐ falseminProperties1required   treatmentBefore   locationOnSample   polarizationSensitivity   instrumentSignature   normalization   referenceSample   spot   slatTilt   symmetries   surface   $refcommon.json#/$defs/referencetitleTreatment beforedescriptionTreatment performed on the sample before measurement.$refcommon.json#/$defs/referencetitleLocation on sampledescriptionLocation of measurement on the sample.$refcommon.json#/$defs/referencetitlePolarization sensitivitydescriptionPolarization sensitivity of the receiver of the optical measurement.$refnumber.json#/$defs/nonNegativeNumbertitleInstrument signaturedescriptionMean scatter level detected when there is no sample scatter present.typestringenum   titleNormalizationdescriptionNormalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm).absoluterelativespeculardiffuseReflectance$refcommon.json#/$defs/referencetitleReference sampledescriptionReference sample on which the optical measurement depends.$refcommon.json#/$defs/referencetitleSpotdescriptionSize and profile of the irradiance on the sample.$refcommon.json#/$defs/angles/$defs/slatTilttitleTilt angledescriptionTilt angle, for example of venetian blinds.titleChoose between the general symmetries `mirror`, `rotationalDependingOnAzimuth` and `mirrorAndRotational` and their important special cases `azimuthalAngleInvariance` and `profileAngle`.typestringenum   description(i) `azimuthalAngleInvariance` means that the optical results depend only on the polar angle and not on the azimuth angle. Many homogeneous materials like glass panes have an `azimuthalAngleInvariance`. (ii) `profileAngle` symmetry means the results are the same for all directions of incidence which have the same profile angle. The profile angle is the projection of the altitude angle of the incidence on a vertical plane which is perpendicular to the surface of the sample. (iii) In the case of a `mirror` symmetry, the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirror`! (iv) `rotationalDependingOnAzimuth` means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`! (v) `mirrorAndRotational` requires a mirror and a rotational symmetry. Mirror symmetry means that the results for one half of the possible directions of incidence are enough to determine also the results for the other half of the possible directions of incidence because the second half is a mirror image of the first half. Rotational symmetry means that for example one quarter of the hemisphere is enough to describe the whole hemisphere because the optical results for the other quarters can be obtained by rotating the results for the first quarter around the axis perpendicular to the sample. However, if the optical results depend only on the profile angle, use `profileAngle` instead of `mirrorAndRotational`! If the optical results depend only on the polar angle and not on the azimuth angle, use `azimuthalAngleInvariance` instead of `rotationalDependingOnAzimuth`!azimuthalAngleInvarianceprofileAnglemirrorrotationalDependingOnAzimuthmirrorAndRotational$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtitlePolarizationdescriptionPolarization is a characteristic of radiation which in general influences transmittance and reflectance. Radiation can be polarized linearly and circularly.oneOf         titleLinear polarizationtypeobjectproperties   additionalProperties☐ falserequired   s   p   $refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field perpendicular to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.$refnumber.json#/$defs/numberWithUncertaintydescriptionFraction of radiation with electric field parallel to the plane of incidence of the radiation on the sample. It is in theory between `0` and `1` inclusive. However, in measurement data because of uncertainty it is between `0 - uncertainty` and `1 + uncertainty` inclusive.sptitleCircular polarizationdescription`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.typestringenum   leftHandedrightHandedtitleBandwidth and/or amplification factordescriptionBandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.typeobjectproperties   additionalProperties☐ falseminProperties1bandwidth   amplificationFactor   $refnumber.json#/$defs/nanometertitleBandwidthdescriptionRange of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead.$refnumber.json#/$defs/nonNegativeNumberWithUncertaintytitleAmplification factordescriptionMeasure of the uncertainty of the center wavelength. It is often easier to determine than the bandwidth.titleIntegral over wavelengthsdescriptionTells that the corresponding result is an integral with a certain spectrum over wavelengths.typeobjectproperties   additionalProperties☐ falserequired   integral   typestringenum   descriptionSpectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method.infraredsolarultravioletvisibleotherintegral$refnumber.json#/$defs/numberWithUncertaintydescriptionTransmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionReflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty.$refnumber.json#/$defs/numberWithUncertaintydescriptionAbsorptance is the ratio between the irradiance absorbed by the sample and the irradiance on the sample. Emittance is the ratio of the radiant emittance of heat of the component to that of a standard black body. For the same 'wavelengths', absorptance is equal to emittance. For the same 'incidence', 'variables', and 'emergence', the absorptance-emittance value is equal to `1 - transmittance - reflectance`.titleIncidence directiondescriptionDirection of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeBetweenZeroAndNinetyWithUncertaintydescriptionThe polar angle is the angle between the direction of incidence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of incidence is perpendicular to the sample. A polar angle of 90° means that the direction of incidence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertaintydescriptionThe direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleHemisphericaldescriptionIncidence arrives from all directions of the hemisphere on the sample surface.typestringconsthemisphericaltitleEmergence directiondescriptionDirection of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.oneOf         descriptionDirection of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).typeobjectproperties   additionalProperties☐ falserequired   polar   azimuth   $refnumber.json#/$defs/degreeWithUncertaintydescriptionThe polar angle is the angle between the direction of emergence and an axis which is perpendicular to the surface of the sample. It can have values between 0° and 90°. A polar angle of 0° means that the direction of emergence is perpendicular to the sample. A polar angle of 90° means that the direction of emergence is parallel to the sample. If the sample has `azimuthalAngleInvariance`, then the optical results depend only on the polar angle and not on the azimuth angle. If the sample has a `profileAngle` symmetry whose direction is equal to the prime direction, then the profile angle can be calculated from the polar and azimuth angles.$refnumber.json#/$defs/degreeWithUncertaintydescriptionThe direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).polartitleDiffuse or hemisphericaldescription(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.typestringenum   diffusehemisphericaltitleUncertain wavelengthtypeobjectproperties   additionalProperties☐ falserequired   wavelength   uncertainty   $refnumber.json#/$defs/nanometerdescriptionOne wavelength in nanometers. If necessary, its uncertainty can be specified with `uncertainty`.$ref#/$defs/wavelengthUncertaintywavelengthtitleWavelengths of radiationdescriptionEither one wavelength, possibly with uncertainty, or an integral over many wavelengths.oneOf         $ref#/$defs/uncertainWavelength$ref#/$defs/wavelengthsIntegraltitleIncident radiationdescriptionIncident radiation on a sample. It consists of the direction of irradiance, polarization, wavelengths and range of wavelengths.typeobjectproperties   additionalProperties☐ falserequired   direction   wavelengths   polarization   $ref#/$defs/incidenceDirection$ref#/$defs/wavelengthsdescriptionWavelengths of the optical data regardless of whether the incidence or the emergence was split into smaller spectra.$ref#/$defs/polarizationdescriptionThe polarization of the optical data regardless of whether the incidence or the emergence polarized.directionwavelengthstitleEmergent radiationdescriptionEmergent radiation from a sample. It is characterized by its direction.typeobjectproperties   additionalProperties☐ falserequired   direction   $ref#/$defs/emergenceDirectiondirectiontitleMeasurement or simulation resultstypeobjectproperties   additionalProperties☐ falserequired   minProperties1transmittance   reflectance   absorptanceEmittance   $ref#/$defs/transmittance$ref#/$defs/reflectance$ref#/$defs/absorptanceEmittancetitleColor characterizationtypeobjectproperties   additionalProperties☐ falserequired   minProperties1name   cielabColors   colorRenderingIndices   typestringdescriptionThe name of the color in common languagetypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/cielabColortypearrayitems   uniqueItems☑ trueminItems1$ref#/$defs/colorRenderingIndextitleThe three color coordinates L* (lStar), a* (aStar) and b* (bStar) defined by the International Commission on Illumination (CIE) define the color which is reflected by a component or transmitted through a component.typeobjectproperties   additionalProperties☐ falserequired   lStar   aStar   bStar   direction   surface   observer   illuminant   $refnumber.json#/$defs/numberWithUncertaintydescriptionL* (lStar) defines the lightness of the color.$refnumber.json#/$defs/numberWithUncertaintydescriptiona* (aStar) defines the color between green and red.$refnumber.json#/$defs/numberWithUncertaintydescriptionb* (bStar) defines the color between blue and yellow.typestringenum   description`reflection` indicates that that the color is defined which is reflected by the component. `transmission` indicates that the color is defined which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedtypestringenum   description`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider.twoDegreestenDegreestypestringenum   descriptionThe illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65.AD65lStaraStarbStardirectiontitleThe Color Rendering Index (CRI) indicates how well the transmitted or reflected radiation matches daylight regarding the rendering of colors.typeobjectproperties   additionalProperties☐ falserequired   value   direction   surface   $refnumber.json#/$defs/numberWithUncertaintydescriptionThe value of the Color Rendering Index indicates how well for example the transmitted or reflected radiation matches daylight.typestringenum   description`reflection` indicates that that the Color Rendering Index is defined for radiation which is reflected by the component. `transmission` indicates that the Color Rendering Index is defined for radiation which is transmitted through the component.reflectiontransmission$refcomponent.json#/$defs/surfacedescriptionDefines which surface is irradiatedvaluedirection \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:473283d1beca56b9f1dfb38da446a6d9dbc785dd69cc8d98e92c8c3d27221816 +size 304614 diff --git a/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.png b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.png index df685ce3b99549e748a591dc19e84f41c4202e01..9605471b4860c8aac6caf6c527bc3f64e42d8eda 100644 GIT binary patch literal 130 zcmWN^%MHUI3;@tOQ?NjTF%U?$;bRI?TcVoe(CM4g)4S-)eSBn_^Wa^nXP=K(<>j`W zY02ZQ_@JyVEk-YrTST|+##0Cg*@AartvOi(1S$G@4~laXibfm52IOn>U<{^`z02An NZdP#rk<`|q7JtubCeQ!? literal 14521 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 diff --git a/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg index d1bbb775..c8e344e3 100644 --- a/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg +++ b/docs/diagrams/out/opticalData/polarizedVisibleDataPoint/polarizedVisibleDataPoint.svg @@ -1,38 +1,3 @@ -incidence   emergence   results   direction   wavelengths   polarization   polar60azimuth90integralvisibles1p0directionhemisphericaltransmittance0.81reflectance0.08 \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:968cad244b32c2f713848b22a1701f376a148f788d7e1e4547168349c09d6ea1 +size 11179 diff --git a/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png b/docs/diagrams/out/opticalData/spectrallyResolvedDataPoints/spectrallyResolvedDataPoints.png index cd9baa8223ba5191a6c9190946405f7da50a08a2..d38b027fcab14e36f91ea9da11471368b0f4ce82 100644 GIT binary patch literal 130 zcmWN{OA^8$3;@tQr{DsXUm$I7BP0=KR62rPczU~fn|JbOwEot0&SUJxJlecHWh|HV zo0rmGW*l71=~Qo|N4@))b`Xhvwd^c1P)-|>MGR6P1p&a~BPJ)=5?V`v^R{}&NZ=&N NHPvW8*5JI4>JQtnCky}p literal 41225 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 UAFc%BUrFk!+WQ{wF}d=;0ApxjdataPoints            incidence   emergence   results   direction   wavelengths   polar8wavelength480direction   polar8transmittance0.65reflectance0.07incidence   emergence   results   direction   wavelengths   polar8wavelength485direction   polar8transmittance0.66reflectance0.07incidence   emergence   results   direction   wavelengths   polar8wavelength490direction   polar8transmittance0.67reflectance0.07 \ No newline at end of file +version https://git-lfs.github.com/spec/v1 +oid sha256:95b26fb116c5a812fd3e8dc7ebe17645a8ee26c59c32f49758abf73b8ef7aa28 +size 30908 From 1420a68c05f633d687467f09d2e086f995693da2 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 26 Nov 2024 17:37:11 +0100 Subject: [PATCH 228/362] Remodel definition of prime surface and prime direction and switchable layers --- .../opticalData/opticalDataSchema.plantuml | 4 +- .../dbe/calorimetric/bistMeasurement.json | 9 ++- .../dbe/optical/es-sda-example0101layer.json | 6 +- .../dbe/optical/es-sda-example0102unit.json | 6 +- examples/dbe/optical/igsdb196.json | 6 +- schemas/component.json | 58 +++++++++++++++++-- schemas/opticalData.json | 4 +- 7 files changed, 75 insertions(+), 18 deletions(-) diff --git a/docs/diagrams/src/opticalData/opticalDataSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataSchema.plantuml index d1c2e370..b9d675c3 100644 --- a/docs/diagrams/src/opticalData/opticalDataSchema.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataSchema.plantuml @@ -282,7 +282,7 @@ , "azimuth": { "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of incidence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } } , @@ -314,7 +314,7 @@ , "azimuth": { "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } } , diff --git a/examples/dbe/calorimetric/bistMeasurement.json b/examples/dbe/calorimetric/bistMeasurement.json index f94085e1..af899469 100644 --- a/examples/dbe/calorimetric/bistMeasurement.json +++ b/examples/dbe/calorimetric/bistMeasurement.json @@ -3,8 +3,13 @@ { "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", "characteristics": { - "definitionOfSurfacesAndPrimeDirection": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior. The prime direction is indicated by a label on the sample. Facing the installed component from the exterior, the prime direction directs to the right-hand side." + "prime": { + "surface": { + "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + }, + "direction": { + "description": "The prime direction is indicated by a label on the sample. Facing the installed component from the exterior, the prime direction directs to the right-hand side." + } } }, "calorimetric": [ diff --git a/examples/dbe/optical/es-sda-example0101layer.json b/examples/dbe/optical/es-sda-example0101layer.json index 59d3488f..620b16f9 100644 --- a/examples/dbe/optical/es-sda-example0101layer.json +++ b/examples/dbe/optical/es-sda-example0101layer.json @@ -18,8 +18,10 @@ "unit": ["screen"] }, "characteristics": { - "definitionOfSurfacesAndPrimeDirection": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + "prime": { + "surface": { + "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + } } }, "optical": [ diff --git a/examples/dbe/optical/es-sda-example0102unit.json b/examples/dbe/optical/es-sda-example0102unit.json index 2764ef17..8826aab3 100644 --- a/examples/dbe/optical/es-sda-example0102unit.json +++ b/examples/dbe/optical/es-sda-example0102unit.json @@ -18,8 +18,10 @@ }, "categories": { "componentType": ["unit"], "unit": ["screen"] }, "characteristics": { - "definitionOfSurfacesAndPrimeDirection": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + "prime": { + "surface": { + "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + } } }, "optical": [ diff --git a/examples/dbe/optical/igsdb196.json b/examples/dbe/optical/igsdb196.json index 7041659d..f3354bc2 100644 --- a/examples/dbe/optical/igsdb196.json +++ b/examples/dbe/optical/igsdb196.json @@ -147,8 +147,10 @@ } ], "characteristics": { - "definitionOfSurfacesAndPrimeDirection": { - "Description": "The prime surface faces the exterior of the building and the nonPrime surface faces the interior." + "prime": { + "surface": { + "description": "The prime surface faces the exterior of the building and the nonPrime surface faces the interior." + } }, "airPermeability": { "permeabilityFactor": 9.9999 diff --git a/schemas/component.json b/schemas/component.json index a132ca15..bb87d270 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -260,20 +260,66 @@ "$ref": "common.json#/$defs/materialComposition", "description": "The chemical elements and basic materials which are part of the component." }, - "definitionOfSurfacesAndPrimeDirection": { - "title": "Definition of surfaces and prime direction", - "description": "The prime surface and the prime direction are used to define the orientation of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry. The reference can also define which layers are switchable e.g. electrochromic.", + "prime": { + "title": "Prime surface and/or direction", + "description": "The prime surface and the prime direction are used to define the orientation of the component. Both may be defined with a reference and/or description. The two references may point to the same resource if it contains both the definition of prime surface and prime direction.", + "type": "object", + "properties": { + "surface": { + "title": "Prime surface", + "type": "object", + "properties": { + "reference": { + "$ref": "common.json#/$defs/reference", + "title": "Reference", + "description": "Reference that defines which surface of the component is defined as non-prime and which as prime. Often, the non-prime surface faces the exterior and the prime surface faces the interior." + }, + "description": { + "type": "string", + "title": "Description", + "description": "Description of which sides of the components are defined as non-prime and which as prime. Often, the non-prime side faces the exterior and the prime side the interior." + } + }, + "minProperties": 1, + "required": [] + }, + "direction": { + "title": "Prime direction", + "description": "The prime direction is used to define the orientation of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry.", + "type": "object", + "properties": { + "reference": { + "$ref": "common.json#/$defs/reference", + "title": "Reference", + "description": "Reference that defines the prime direction that is used to calculate the azimuth of the direction of incidence." + }, + "description": { + "type": "string", + "title": "Description", + "description": "Description of which direction is defined as the prime direction." + } + }, + "minProperties": 1, + "required": [] + } + }, + "minProperties": 1, + "required": [] + }, + "switchableLayers": { + "title": "Switchable Layers", + "description": "Definition of which layers are switchable e.g. electrochromic.", "type": "object", "properties": { "reference": { "$ref": "common.json#/$defs/reference", "title": "Reference", - "description": "Reference that defines which surface of the component is defined as non-prime and which as prime. Often, the non-prime surface faces the exterior and the prime surface faces the interior. The reference should also define a prime direction which is used to calculate the azimuth of the direction of incidence. Ideally, the manufacturer defines the surfaces and prime direction of a component in one document and refers to this document in optical data. The reference can also define which layers are switchable e.g. electrochromic." + "description": "Reference that defines which layers are switchable." }, "description": { "type": "string", "title": "Description", - "description": "Description of which sides of the components are defined as non-prime and which as prime and which direction is defined as the prime direction. Often, the non-prime side faces the exterior and the prime side the interior." + "description": "Description of which layers are switchable." } }, "minProperties": 1, @@ -298,7 +344,7 @@ } }, "roughness": { - "title": "Definition of the roughness of the prime surfaces and the non-prime surface.Both are defined by `definitionOfSurfacesAndPrimeDirection`.", + "title": "Definition of the roughness of the prime surface and the non-prime surfaces. Both are defined by `prime/properties/surface`.", "type": "array", "items": { "type": "object", diff --git a/schemas/opticalData.json b/schemas/opticalData.json index f8424c83..5b5a0c7b 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -264,7 +264,7 @@ }, "azimuth": { "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The direction of incidence is projected onto the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of incidence is projected onto the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } }, "additionalProperties": false, @@ -292,7 +292,7 @@ }, "azimuth": { "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/definitionOfSurfacesAndPrimeDirection`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } }, "additionalProperties": false, From 926050b418a6e9393df54bbf0c8a1744190f9832 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 27 Nov 2024 15:57:20 +0100 Subject: [PATCH 229/362] Extend description of prime direction by facade-component case --- schemas/component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/component.json b/schemas/component.json index bb87d270..06da9c57 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -285,7 +285,7 @@ }, "direction": { "title": "Prime direction", - "description": "The prime direction is used to define the orientation of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry.", + "description": "The prime direction is used to define the orientation of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry. For a facade component, the prime direction is often defined as the vertical direction from the bottom to the top of the component.", "type": "object", "properties": { "reference": { From 168cbd17733ca25545bd6328706673ab002bd352 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 3 Dec 2024 15:43:28 +0100 Subject: [PATCH 230/362] Bind L* between 0 and 100 --- schemas/opticalData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 5b5a0c7b..07b4d77f 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -465,7 +465,7 @@ "type": "object", "properties": { "lStar": { - "$ref": "number.json#/$defs/numberWithUncertainty", + "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", "description": "L* (lStar) defines the lightness of the color." }, "aStar": { From 902d11b73f88e44034997438c93a55df45c92291 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 10 Dec 2024 17:43:51 +0100 Subject: [PATCH 231/362] Set default page size to 10 --- apis/database.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index f3d76d0c..aeea92ef 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -263,7 +263,7 @@ type Query { [pagination](https://graphql.org/learn/pagination/) together with the [forward pagination arguments](https://relay.dev/graphql/connections.htm#sec-Forward-pagination-arguments) - `first` and `after` and the + `first` with the default 10 and `after` and the [backward pagination arguments](https://relay.dev/graphql/connections.htm#sec-Backward-pagination-arguments) `last` and `before`. @@ -307,7 +307,7 @@ type Query { timestamp: DateTime "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale - "Maximum number of data edges after the cursor `after`." + "Maximum number of data edges after the cursor `after`. If not given, the default value 10 is used." first: NonNegativeInt "Data cursor after which to return at most `first` data edges." after: Cursor From 685eafe9614feda5aea04f384f4d700cb71cd5d6 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Fri, 20 Dec 2024 14:59:17 +0100 Subject: [PATCH 232/362] Add data kind `GEOMETRIC_DATA` --- apis/database.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/database.graphql b/apis/database.graphql index f3d76d0c..78281b40 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -1454,6 +1454,7 @@ Data kind, either calorimetric, hygrothermal, optical, or photovoltaic. """ enum DataKind { CALORIMETRIC_DATA + GEOMETRIC_DATA HYGROTHERMAL_DATA OPTICAL_DATA PHOTOVOLTAIC_DATA From e388174609ed9cb917fd04f630100e203564f867 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Fri, 20 Dec 2024 15:56:00 +0100 Subject: [PATCH 233/362] Mention the maximum value for `first` --- apis/database.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index aeea92ef..1a6b1982 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -263,7 +263,7 @@ type Query { [pagination](https://graphql.org/learn/pagination/) together with the [forward pagination arguments](https://relay.dev/graphql/connections.htm#sec-Forward-pagination-arguments) - `first` with the default 10 and `after` and the + `first` with the default and maximum 100 and `after` and the [backward pagination arguments](https://relay.dev/graphql/connections.htm#sec-Backward-pagination-arguments) `last` and `before`. @@ -307,7 +307,7 @@ type Query { timestamp: DateTime "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale - "Maximum number of data edges after the cursor `after`. If not given, the default value 10 is used." + "Maximum number of data edges after the cursor `after`. If not given, the default and maximum value 100 is used." first: NonNegativeInt "Data cursor after which to return at most `first` data edges." after: Cursor From 6a39d5daf8995b2a1379a52a1aab8ef493f0499d Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Fri, 20 Dec 2024 16:08:47 +0100 Subject: [PATCH 234/362] Remove time travel from databases (as it is too tedious to implement in general) --- apis/database.graphql | 98 ++++++++++--------------------------------- 1 file changed, 23 insertions(+), 75 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index f95217c0..da3abe99 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -174,15 +174,11 @@ scalar Any """ Fetch data, ask whether there is data, and search for data. Each field except `node` accepts -- an optional timestamp to specify for which point in time the query is to be - made and - an optional locale to specify essentially the language of prose in the result. -Each field's value is uniquely determined by the required arguments, -timestamp, and locale throughout time. +Each field's value is uniquely determined by the required arguments and locale. -If timestamp is not given, the moment the query is received is used. And, if -locale is not given, the default locale is used, which may differ from database -to database. +If locale is not given, the default locale is used, which may differ from +database to database. """ type Query { """ @@ -197,15 +193,12 @@ type Query { node("Global object identifier." id: ID!): Node! """ - Fetch data by universally unique identifier, and optional timestamp and - locale, where all three arguments together uniquely determine the data - throughout time. + Fetch data by universally unique identifier, and optional locale, where all + three arguments together uniquely determine the data. """ data( "Data identifier." id: Uuid! - "Timestamp. If not given, the moment the query is received is used." - timestamp: DateTime "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale ): Data! @@ -215,35 +208,32 @@ type Query { """ calorimetricData( id: Uuid! - timestamp: DateTime locale: Locale ): CalorimetricData! """ See `Query#data`. """ - geometricData(id: Uuid!, timestamp: DateTime, locale: Locale): GeometricData! + geometricData(id: Uuid!, locale: Locale): GeometricData! """ See `Query#data`. """ hygrothermalData( id: Uuid! - timestamp: DateTime locale: Locale ): HygrothermalData! """ See `Query#data`. """ - opticalData(id: Uuid!, timestamp: DateTime, locale: Locale): OpticalData! + opticalData(id: Uuid!, locale: Locale): OpticalData! """ See `Query#data`. """ photovoltaicData( id: Uuid! - timestamp: DateTime locale: Locale ): PhotovoltaicData! @@ -303,8 +293,6 @@ type Query { allData( "Compound boolean expression that is true for all data being returned. If not given, a proposition that is always true is used." where: DataPropositionInput - "Timestamp. If not given, the moment the query is received is used." - timestamp: DateTime "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale "Maximum number of data edges after the cursor `after`. If not given, the default and maximum value 100 is used." @@ -322,7 +310,6 @@ type Query { """ allCalorimetricData( where: CalorimetricDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -335,7 +322,6 @@ type Query { """ allGeometricData( where: GeometricDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -348,7 +334,6 @@ type Query { """ allHygrothermalData( where: HygrothermalDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -361,7 +346,6 @@ type Query { """ allOpticalData( where: OpticalDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -374,7 +358,6 @@ type Query { """ allPhotovoltaicData( where: PhotovoltaicDataPropositionInput - timestamp: DateTime locale: Locale first: NonNegativeInt after: Cursor @@ -383,14 +366,11 @@ type Query { ): PhotovoltaicDataConnection! """ - Whether there is data for which the proposition is true at the given - timestamp in the given locale. + Whether there is data for which the proposition is true in the given locale. """ hasData( "Compound boolean expression that is true for data being searched for." where: DataPropositionInput! - "Timestamp. If not given, the moment the query is received is used." - timestamp: DateTime "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale ): Boolean! @@ -400,7 +380,6 @@ type Query { """ hasCalorimetricData( where: CalorimetricDataPropositionInput - timestamp: DateTime locale: Locale ): Boolean! @@ -409,7 +388,6 @@ type Query { """ hasGeometricData( where: GeometricDataPropositionInput - timestamp: DateTime locale: Locale ): Boolean! @@ -418,7 +396,6 @@ type Query { """ hasHygrothermalData( where: HygrothermalDataPropositionInput - timestamp: DateTime locale: Locale ): Boolean! @@ -427,7 +404,6 @@ type Query { """ hasOpticalData( where: OpticalDataPropositionInput - timestamp: DateTime locale: Locale ): Boolean! @@ -436,7 +412,6 @@ type Query { """ hasPhotovoltaicData( where: PhotovoltaicDataPropositionInput - timestamp: DateTime locale: Locale ): Boolean! @@ -933,14 +908,6 @@ type DataConnection { Information about the present slice of all data edges (and nodes). """ pageInfo: PageInfo! - - """ - Timestamp at or for which the connection, its edges and nodes are returned. - In case no timestamp was given as argument, this is the moment in time the - query was made. Otherwise, it is the given timestamp. All data edges and - nodes are fetched as they were at this timestamp. - """ - timestamp: DateTime! } """ @@ -974,7 +941,6 @@ See `DataConnection`. type OpticalDataConnection { edges: [OpticalDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! } """ @@ -991,7 +957,6 @@ See `DataConnection`. type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! } """ @@ -1008,7 +973,6 @@ See `DataConnection`. type PhotovoltaicDataConnection { edges: [PhotovoltaicDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! } """ @@ -1025,7 +989,6 @@ See `DataConnection`. type CalorimetricDataConnection { edges: [CalorimetricDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! } """ @@ -1034,7 +997,6 @@ See `DataConnection`. type GeometricDataConnection { edges: [GeometricDataEdge!]! pageInfo: PageInfo! - timestamp: DateTime! } """ @@ -1056,10 +1018,8 @@ type GeometricDataEdge { """ Measured, simulated, or calculated data. -The data identifier identifies the data modulo patches and locale, together -with timestamp only modulo locale, together with locale only modulo patches, -and together with both all data. In the last case, in particular, the order of -any list values of (sub-)fields is fix. +The data identifier identifies the data modulo patches and locale and together +with locale only modulo patches. For non-patch versions a new data identifier is needed. @@ -1068,8 +1028,7 @@ Note that the term 'patch' is used in the sense of """ interface Data { """ - Identifier, which together with timestamp uniquely identifies data and patch - version (within the database). + Identifier, which uniquely identifies data modulo patches and locale. """ uuid: Uuid! @@ -1083,7 +1042,7 @@ interface Data { """ Component identifier issued by the metabase. The components's meta data can be obtained by sending the GraphQL query - `component(componentId: ..., timestamp: ...) { ... }` + `component(componentId: ...) { ... }` to the metabase. """ componentId: Uuid! @@ -1106,7 +1065,7 @@ interface Data { """ Creator identifier issued by the metabase. The creator's meta data can be obtained by sending the GraphQL query - `stakeholder(stakeholderId: ..., timestamp: ...) { ... }` + `stakeholder(stakeholderId: ...) { ... }` to the metabase. """ creatorId: Uuid! @@ -1336,7 +1295,7 @@ type AppliedMethod { """ Method identifier of method that was applied by the creator on the source data. The method's meta data can be obtained by sending the GraphQL query - `method(methodId: ..., timestamp: ...) { ... }` + `method(methodId: ...) { ... }` to the metabase. """ methodId: Uuid! @@ -1371,7 +1330,7 @@ type ToTreeVertexAppliedConversionMethod { Method identifier of conversion method that was applied by the creator on the source data. The method's meta data can be obtained by sending the GraphQL query - `method(methodId: ..., timestamp: ...) { ... }` + `method(methodId: ...) { ... }` to the metabase. """ methodId: Uuid! @@ -1433,11 +1392,6 @@ type CrossDatabaseDataReference { """ dataId: Uuid! - """ - Timestamp of referenced data to designate the data's version. - """ - dataTimestamp: DateTime! - """ Kind of the referenced data. """ @@ -1620,8 +1574,7 @@ Best practices for accepting approvals by databases: * Check that the fingerprint belongs to a non-revoked and valid GnuPG key of an active representative of an institution who is allowed to make signatures for that institution. -* Check that the query contains all necessary fields and sub-fields and - specifies a timestamp. +* Check that the query contains all necessary fields and sub-fields. * Check that the response is the result of the given query. * Check that the signature is valid for the given response. @@ -1671,17 +1624,12 @@ interface Approval { keyFingerprint: String! """ - GraphQL query whose response is signed. The query includes the argument - `timestamp`, for example, + GraphQL query whose response is signed, for example, ``` - opticalData(opticalDataId: ..., timestamp: ...) { ... } + opticalData(opticalDataId: ...) { ... } ``` - as otherwise it is not reproducible. It does neither include other data - approvals by third parties nor the response approval by the database. All - other fields and sub-fields of this GraphQL schema at the time given by - `timestamp` are included. Despite these restrictions specifying the query - explicitely is necessary because approvals shall not become invalid when the - GraphQL schema changes. + Specifying the query explicitely is necessary because approvals shall not + become invalid when the GraphQL schema changes. """ query: GraphQlQuery! @@ -1752,7 +1700,7 @@ type DataApproval implements Approval { """ Approver identifier issued by the metabase. The approver's meta data can be obtained by sending the GraphQL query - `stakeholder(stakeholderId: ..., timestamp: ...) { ... }` + `stakeholder(stakeholderId: ...) { ... }` to the metabase. """ approverId: Uuid! @@ -1874,7 +1822,7 @@ type GetHttpsResource { [200](https://tools.ietf.org/html/rfc7231#section-6.3.1). The identifier is issued by the metabase. The format's meta data can be obtained by sending the GraphQL query - `dataFormat(dataFormatId: ..., timestamp: ...) { ... }` + `dataFormat(dataFormatId: ...) { ... }` to the metabase. The data format consists of a @@ -2035,7 +1983,7 @@ type FileMetaInformation { """ Identifier of the data format. The identifier is issued by the metabase. The format's meta data can be obtained by sending the GraphQL query - `dataFormat(dataFormatId: ..., timestamp: ...) { ... }` + `dataFormat(dataFormatId: ...) { ... }` to the metabase. The data format consists of a From 08762d7f54d3926c3c5ef0d79cc11d3868e093e6 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Fri, 20 Dec 2024 17:00:22 +0100 Subject: [PATCH 235/362] Reintroduce the timestamp for data of cross-database data references (even though we cannot query by timestamp anymore, it is still valuable information to know which data patch version identified by the timestamp was being used) --- apis/database.graphql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apis/database.graphql b/apis/database.graphql index da3abe99..66dc52c3 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -1392,6 +1392,11 @@ type CrossDatabaseDataReference { """ dataId: Uuid! + """ + Timestamp of referenced data to designate the data's version. + """ + dataTimestamp: DateTime! + """ Kind of the referenced data. """ From b255b87287ffb8976f4e07a902077a0cc7777d02 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 30 Jan 2025 16:36:16 +0100 Subject: [PATCH 236/362] Remove `count` from `PageInfo` as it is not part of the official connections specification https://relay.dev/graphql/connections.htm --- apis/database.graphql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 66dc52c3..e7d71061 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -500,12 +500,6 @@ type PageInfo { [PageInfo: Fields](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo.Fields). """ endCursor: Cursor! - - """ - Number of edges in the set defined by the client's arguments. This is equal - to the number of nodes. - """ - count: NonNegativeInt! } """ From 2acc08473fae04f403635f5dcd47c2b1fb332353 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 10 Feb 2025 17:47:25 +0100 Subject: [PATCH 237/362] Remove the queries `allData`, `data`, and `hasData` --- apis/database.graphql | 164 +++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 99 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index e7d71061..b4894baf 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -193,31 +193,23 @@ type Query { node("Global object identifier." id: ID!): Node! """ - Fetch data by universally unique identifier, and optional locale, where all - three arguments together uniquely determine the data. + Fetch calorimetric data by universally unique identifier, and optional + locale, where all three arguments together uniquely determine the data. """ - data( + calorimetricData( "Data identifier." id: Uuid! "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale - ): Data! - - """ - See `Query#data`. - """ - calorimetricData( - id: Uuid! - locale: Locale ): CalorimetricData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ geometricData(id: Uuid!, locale: Locale): GeometricData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ hygrothermalData( id: Uuid! @@ -225,12 +217,12 @@ type Query { ): HygrothermalData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ opticalData(id: Uuid!, locale: Locale): OpticalData! """ - See `Query#data`. + Confer `Query#calorimetricData`. """ photovoltaicData( id: Uuid! @@ -238,7 +230,7 @@ type Query { ): PhotovoltaicData! """ - Search for all data for which the proposition is true. + Search for all calorimetric data for which the proposition is true. The result is a [connection](https://relay.dev/graphql/connections.htm#sec-Connection-Types) @@ -255,12 +247,12 @@ type Query { [forward pagination arguments](https://relay.dev/graphql/connections.htm#sec-Forward-pagination-arguments) `first` with the default and maximum 100 and `after` and the [backward pagination arguments](https://relay.dev/graphql/connections.htm#sec-Backward-pagination-arguments) - `last` and `before`. + `last` with the default and maximum 100 and `before`. Example: ``` query { - allData( + allCalorimetricData( where: { or: [ { @@ -290,9 +282,9 @@ type Query { } ``` """ - allData( + allCalorimetricData( "Compound boolean expression that is true for all data being returned. If not given, a proposition that is always true is used." - where: DataPropositionInput + where: CalorimetricDataPropositionInput "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale "Maximum number of data edges after the cursor `after`. If not given, the default and maximum value 100 is used." @@ -303,22 +295,10 @@ type Query { last: NonNegativeInt "Data cursor before which to return at most `last` data edges." before: Cursor - ): DataConnection! - - """ - See `Query#allData`. - """ - allCalorimetricData( - where: CalorimetricDataPropositionInput - locale: Locale - first: NonNegativeInt - after: Cursor - last: NonNegativeInt - before: Cursor ): CalorimetricDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ allGeometricData( where: GeometricDataPropositionInput @@ -330,7 +310,7 @@ type Query { ): GeometricDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ allHygrothermalData( where: HygrothermalDataPropositionInput @@ -342,7 +322,7 @@ type Query { ): HygrothermalDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ allOpticalData( where: OpticalDataPropositionInput @@ -354,7 +334,7 @@ type Query { ): OpticalDataConnection! """ - See `Query#allData`. + Confer `Query#allCalorimetricData`. """ allPhotovoltaicData( where: PhotovoltaicDataPropositionInput @@ -368,23 +348,15 @@ type Query { """ Whether there is data for which the proposition is true in the given locale. """ - hasData( - "Compound boolean expression that is true for data being searched for." - where: DataPropositionInput! - "Locale. If not given, the default locale is used, which may differ from database to database." - locale: Locale - ): Boolean! - - """ - See `Query#hasData`. - """ hasCalorimetricData( + "Compound boolean expression that is true for data being searched for." where: CalorimetricDataPropositionInput + "Locale. If not given, the default locale is used, which may differ from database to database." locale: Locale ): Boolean! """ - See `Query#hasData`. + Confer `Query#hasCalorimetricData`. """ hasGeometricData( where: GeometricDataPropositionInput @@ -392,7 +364,7 @@ type Query { ): Boolean! """ - See `Query#hasData`. + Confer `Query#hasCalorimetricData`. """ hasHygrothermalData( where: HygrothermalDataPropositionInput @@ -400,7 +372,7 @@ type Query { ): Boolean! """ - See `Query#hasData`. + Confer `Query#hasCalorimetricData`. """ hasOpticalData( where: OpticalDataPropositionInput @@ -408,7 +380,7 @@ type Query { ): Boolean! """ - See `Query#hasData`. + Confer `Query#hasCalorimetricData`. """ hasPhotovoltaicData( where: PhotovoltaicDataPropositionInput @@ -809,24 +781,6 @@ input CielabColorsPropositionInput { some: CielabColorPropositionInput } -""" -See `DataPropositionInput`. -""" -input OpticalDataPropositionInput { - componentId: UuidPropositionInput - and: [OpticalDataPropositionInput!] - not: OpticalDataPropositionInput - or: [OpticalDataPropositionInput!] - resources: GetHttpsResourcesPropositionInput - nearnormalHemisphericalVisibleTransmittances: FloatsPropositionInput - nearnormalHemisphericalVisibleReflectances: FloatsPropositionInput - nearnormalHemisphericalSolarTransmittances: FloatsPropositionInput - nearnormalHemisphericalSolarReflectances: FloatsPropositionInput - infraredEmittances: FloatsPropositionInput - colorRenderingIndices: FloatsPropositionInput - cielabColors: CielabColorsPropositionInput -} - """ See `DataPropositionInput`. """ @@ -863,6 +817,24 @@ input HygrothermalDataPropositionInput { resources: GetHttpsResourcesPropositionInput } +""" +See `DataPropositionInput`. +""" +input OpticalDataPropositionInput { + componentId: UuidPropositionInput + and: [OpticalDataPropositionInput!] + not: OpticalDataPropositionInput + or: [OpticalDataPropositionInput!] + resources: GetHttpsResourcesPropositionInput + nearnormalHemisphericalVisibleTransmittances: FloatsPropositionInput + nearnormalHemisphericalVisibleReflectances: FloatsPropositionInput + nearnormalHemisphericalSolarTransmittances: FloatsPropositionInput + nearnormalHemisphericalSolarReflectances: FloatsPropositionInput + infraredEmittances: FloatsPropositionInput + colorRenderingIndices: FloatsPropositionInput + cielabColors: CielabColorsPropositionInput +} + """ See `DataPropositionInput`. """ @@ -891,13 +863,6 @@ type DataConnection { """ edges: [DataEdge!]! - """ - Total number of data edges (and nodes) of which a slice is `edges` (and - `nodes`). Note that the number of edges (and nodes) of the present slice is - `pageInfo.count`. - """ - totalCount: NonNegativeInt! - """ Information about the present slice of all data edges (and nodes). """ @@ -932,83 +897,84 @@ type DataEdge { """ See `DataConnection`. """ -type OpticalDataConnection { - edges: [OpticalDataEdge!]! +type CalorimetricDataConnection { + edges: [CalorimetricDataEdge!]! pageInfo: PageInfo! } """ See `DataEdge`. """ -type OpticalDataEdge { +type CalorimetricDataEdge { cursor: Cursor! - node: OpticalData! + node: CalorimetricData! } """ See `DataConnection`. """ -type HygrothermalDataConnection { - edges: [HygrothermalDataEdge!]! +type GeometricDataConnection { + edges: [GeometricDataEdge!]! pageInfo: PageInfo! } """ See `DataEdge`. """ -type HygrothermalDataEdge { +type GeometricDataEdge { cursor: Cursor! - node: HygrothermalData! + node: GeometricData! } """ See `DataConnection`. """ -type PhotovoltaicDataConnection { - edges: [PhotovoltaicDataEdge!]! +type HygrothermalDataConnection { + edges: [HygrothermalDataEdge!]! pageInfo: PageInfo! } """ See `DataEdge`. """ -type PhotovoltaicDataEdge { +type HygrothermalDataEdge { cursor: Cursor! - node: PhotovoltaicData! + node: HygrothermalData! } """ See `DataConnection`. """ -type CalorimetricDataConnection { - edges: [CalorimetricDataEdge!]! +type OpticalDataConnection { + edges: [OpticalDataEdge!]! pageInfo: PageInfo! } """ -See `DataConnection`. +See `DataEdge`. """ -type GeometricDataConnection { - edges: [GeometricDataEdge!]! - pageInfo: PageInfo! +type OpticalDataEdge { + cursor: Cursor! + node: OpticalData! } """ -See `DataEdge`. +See `DataConnection`. """ -type CalorimetricDataEdge { - cursor: Cursor! - node: CalorimetricData! +type PhotovoltaicDataConnection { + edges: [PhotovoltaicDataEdge!]! + pageInfo: PageInfo! } """ See `DataEdge`. """ -type GeometricDataEdge { +type PhotovoltaicDataEdge { cursor: Cursor! - node: GeometricData! + node: PhotovoltaicData! } + """ Measured, simulated, or calculated data. From efe488783869efa2eb67fb7e456be248ad75d191 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 10 Feb 2025 18:07:43 +0100 Subject: [PATCH 238/362] Fix GNU Make target `serve` by using `$COMMAND` in the target `run` again as said in the documentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb59cc7a..3f9fc4b9 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ run : build ## Run command `${COMMAND}` in fresh container for image with name ` --mount type=volume,source=api_vscode_server_insiders_extensions,destination=/home/me/.vscode-server-insiders/extensions \ ${OPTIONS} \ ${NAME} \ - bash + bash -c "exec ${COMMAND}" .PHONY : run shell : COMMAND = bash From bbbcc409418d22c26146f620fcb9e52dce8921fb Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 10 Feb 2025 18:44:06 +0100 Subject: [PATCH 239/362] Add `databaseId` to the interface `Data` --- apis/database.graphql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apis/database.graphql b/apis/database.graphql index b4894baf..06047ef7 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -992,6 +992,13 @@ interface Data { """ uuid: Uuid! + """ + Identifier of this database that manages the data. The database's meta data + can be obtained by sending the GraphQL query + `database(databaseId: ...) { ... }` to the metabase. + """ + databaseId: Uuid! + """ Timestamp that designates the patch version. For example, correction of some grammatical error in the description results in a new patch version From d20354e95acdd4b2abf8e09e6f86045ebb712b40 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 11 Feb 2025 18:29:14 +0100 Subject: [PATCH 240/362] Add total count to connections --- apis/database.graphql | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apis/database.graphql b/apis/database.graphql index 06047ef7..2c629e4a 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -867,6 +867,11 @@ type DataConnection { Information about the present slice of all data edges (and nodes). """ pageInfo: PageInfo! + + """ + The total count of items in the connection. + """ + totalCount: Int! } """ @@ -900,6 +905,7 @@ See `DataConnection`. type CalorimetricDataConnection { edges: [CalorimetricDataEdge!]! pageInfo: PageInfo! + totalCount: Int! } """ @@ -916,6 +922,7 @@ See `DataConnection`. type GeometricDataConnection { edges: [GeometricDataEdge!]! pageInfo: PageInfo! + totalCount: Int! } """ @@ -932,6 +939,7 @@ See `DataConnection`. type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! pageInfo: PageInfo! + totalCount: Int! } """ @@ -948,6 +956,7 @@ See `DataConnection`. type OpticalDataConnection { edges: [OpticalDataEdge!]! pageInfo: PageInfo! + totalCount: Int! } """ @@ -964,6 +973,7 @@ See `DataConnection`. type PhotovoltaicDataConnection { edges: [PhotovoltaicDataEdge!]! pageInfo: PageInfo! + totalCount: Int! } """ From 0a997c725a9358564cd755456741d6dd1347844e Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 12 Feb 2025 13:24:11 +0100 Subject: [PATCH 241/362] Add `type`, `subtype`, and `coatedSide` to *Data interface and types --- apis/database.graphql | 75 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/apis/database.graphql b/apis/database.graphql index 2c629e4a..e4b964cb 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -984,6 +984,51 @@ type PhotovoltaicDataEdge { node: PhotovoltaicData! } +""" +Type of data. +""" +enum DataType { + GLAZING + SHADING +} + +""" +Subtype of data. +""" +enum DataSubtype { + MONOLITHIC + LAMINATE + INTERLAYER + EMBEDDED_COATING + COATED + COATING + APPLIED_FILM + FILM + VENETIAN_BLIND + DIFFUSING_SHADE + ROLLER_SHADE + WOVEN_SHADE + VERTICAL_LOUVER + PERFORATED_SCREEN + CELLULAR_SHADE + PLEATED_SHADE + ROMAN_SHADE + SHADE_MATERIAL + FRITTED_GLASS + ACID_ETCHED_GLASS + SANDBLASTED_GLASS + CHROMOGENIC +} + +""" +Coated side +""" +enum CoatedSide { + FRONT + BACK + BOTH + NEITHER +} """ Measured, simulated, or calculated data. @@ -1024,6 +1069,21 @@ interface Data { """ componentId: Uuid! + """ + Type + """ + type: DataType + + """ + Subtype + """ + subtype: DataSubtype + + """ + Coated side + """ + coatedSide: CoatedSide + """ Name """ @@ -1127,6 +1187,9 @@ type OpticalData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! + type: DataType + subtype: DataSubtype + coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1180,6 +1243,9 @@ type CalorimetricData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! + type: DataType + subtype: DataSubtype + coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1209,6 +1275,9 @@ type GeometricData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! + type: DataType + subtype: DataSubtype + coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1233,6 +1302,9 @@ type HygrothermalData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! + type: DataType + subtype: DataSubtype + coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1252,6 +1324,9 @@ type PhotovoltaicData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! + type: DataType + subtype: DataSubtype + coatedSide: CoatedSide name: String description: String warnings: [String!]! From 8dec6f8f630a9476a6318a2c87bd574a2fa4bee5 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 13 Feb 2025 17:14:51 +0100 Subject: [PATCH 242/362] Update GraphQL schema of metabase (to match the current development version) --- apis/metabase.graphql | 1383 ++++++++++++++--------------------------- 1 file changed, 465 insertions(+), 918 deletions(-) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 0e04dce2..73b1cd73 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -71,6 +71,7 @@ schema { interface Data { appliedMethod: AppliedMethod! + approvals: [DataApproval!]! componentId: Uuid! createdAt: DateTime! creatorId: Uuid! @@ -203,6 +204,22 @@ type AddUserRolePayload { user: User } +type Application { + canCurrentUserManageApplication: Boolean! @cost(weight: "10") + clientId: String + clientSecret: String + displayName: String + id: Uuid! + institutions: ApplicationInstitutionConnection! @cost(weight: "10") + permissions: [String]! @cost(weight: "10") + postLogoutRedirectUri: String @cost(weight: "10") + redirectUri: String @cost(weight: "10") +} + +type ApplicationInstitutionConnection { + edges: [InstitutionApplicationEdge!]! @cost(weight: "10") +} + type AppliedMethod { arguments: [NamedMethodArgument!]! method: Method @cost(weight: "10") @@ -210,8 +227,18 @@ type AppliedMethod { sources: [NamedMethodSource!]! } +type Authorization { + canCurrentUserDeleteAuthorization: Boolean! @cost(weight: "10") + creationDate: DateTime + id: Uuid! + status: String + subject: String + type: String +} + type CalorimetricData implements Data { appliedMethod: AppliedMethod! + approvals: [DataApproval!]! component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! @@ -234,7 +261,7 @@ type CalorimetricData implements Data { type CalorimetricDataConnection { edges: [CalorimetricDataEdge!]! - timestamp: DateTime! + pageInfo: PageInfo! totalCount: NonNegativeInt } @@ -296,10 +323,11 @@ type Component implements Node { description: String! generalizationOf: ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! - @cost(weight: "10") + manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! @cost(weight: "10") name: String! partOf: ComponentPartOfConnection! @cost(weight: "10") + prime: PrimeSurfaceOrDirection @cost(weight: "10") + switchableLayers: DescriptionOrReference uuid: Uuid! @cost(weight: "10") variantOf: ComponentVariantOfConnection! @cost(weight: "10") } @@ -375,8 +403,6 @@ type ComponentVariantOfEdge { type ComponentsConnection { "A list of edges." edges: [ComponentsEdge!] - "A flattened list of the nodes." - nodes: [Component!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -467,6 +493,18 @@ type ConfirmUserMethodDeveloperPayload { query: Query! } +type CreateApplicationError { + code: CreateApplicationErrorCode! + message: String! + path: [String!]! +} + +type CreateApplicationPayload { + application: Application + errors: [CreateApplicationError!] + query: Query! +} + type CreateComponentError { code: CreateComponentErrorCode! message: String! @@ -545,17 +583,6 @@ type DataApproval { timestamp: DateTime! } -type DataConnection { - edges: [DataEdge!]! - timestamp: DateTime! - totalCount: NonNegativeInt -} - -type DataEdge { - cursor: String! - node: Data! -} - type DataFormat implements Node { canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! @@ -577,8 +604,6 @@ type DataFormatManagerEdge { type DataFormatsConnection { "A list of edges." edges: [DataFormatsEdge!] - "A flattened list of the nodes." - nodes: [DataFormat!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -594,117 +619,28 @@ type DataFormatsEdge { } type Database implements Node { - allCalorimetricData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: CalorimetricDataPropositionInput - ): CalorimetricDataConnection @cost(weight: "10") - allData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: DataPropositionInput - ): DataConnection @cost(weight: "10") - allGeometricData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: GeometricDataPropositionInput - ): GeometricDataConnection @cost(weight: "10") - allHygrothermalData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: HygrothermalDataPropositionInput - ): HygrothermalDataConnection @cost(weight: "10") - allOpticalData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: OpticalDataPropositionInput - ): OpticalDataConnection @cost(weight: "10") - allPhotovoltaicData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - timestamp: DateTime - where: PhotovoltaicDataPropositionInput - ): PhotovoltaicDataConnection @cost(weight: "10") - calorimetricData( - id: Uuid! - locale: String - timestamp: DateTime - ): CalorimetricData @cost(weight: "10") + allCalorimetricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: CalorimetricDataPropositionInput): CalorimetricDataConnection @cost(weight: "10") + allGeometricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: GeometricDataPropositionInput): GeometricDataConnection @cost(weight: "10") + allHygrothermalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: HygrothermalDataPropositionInput): HygrothermalDataConnection @cost(weight: "10") + allOpticalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: OpticalDataPropositionInput): OpticalDataConnection @cost(weight: "10") + allPhotovoltaicData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: PhotovoltaicDataPropositionInput): PhotovoltaicDataConnection @cost(weight: "10") + calorimetricData(id: Uuid! locale: String): CalorimetricData @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") canCurrentUserVerifyNode: Boolean! @cost(weight: "10") - data(id: Uuid!, locale: String, timestamp: DateTime): Data @cost(weight: "10") description: String! - geometricData(id: Uuid!, locale: String, timestamp: DateTime): GeometricData - @cost(weight: "10") - hasCalorimetricData( - locale: String - timestamp: DateTime - where: CalorimetricDataPropositionInput - ): Boolean @cost(weight: "10") - hasData( - locale: String - timestamp: DateTime - where: DataPropositionInput - ): Boolean @cost(weight: "10") - hasGeometricData( - locale: String - timestamp: DateTime - where: GeometricDataPropositionInput - ): Boolean @cost(weight: "10") - hasHygrothermalData( - locale: String - timestamp: DateTime - where: HygrothermalDataPropositionInput - ): Boolean @cost(weight: "10") - hasOpticalData( - locale: String - timestamp: DateTime - where: OpticalDataPropositionInput - ): Boolean @cost(weight: "10") - hasPhotovoltaicData( - locale: String - timestamp: DateTime - where: PhotovoltaicDataPropositionInput - ): Boolean @cost(weight: "10") - hygrothermalData( - id: Uuid! - locale: String - timestamp: DateTime - ): HygrothermalData @cost(weight: "10") + geometricData(id: Uuid! locale: String): GeometricData @cost(weight: "10") + hasCalorimetricData(locale: String where: CalorimetricDataPropositionInput): Boolean @cost(weight: "10") + hasGeometricData(locale: String where: GeometricDataPropositionInput): Boolean @cost(weight: "10") + hasHygrothermalData(locale: String where: HygrothermalDataPropositionInput): Boolean @cost(weight: "10") + hasOpticalData(locale: String where: OpticalDataPropositionInput): Boolean @cost(weight: "10") + hasPhotovoltaicData(locale: String where: PhotovoltaicDataPropositionInput): Boolean @cost(weight: "10") + hygrothermalData(id: Uuid! locale: String): HygrothermalData @cost(weight: "10") id: ID! locator: Url! name: String! operator: DatabaseOperatorEdge! @cost(weight: "10") - opticalData(id: Uuid!, locale: String, timestamp: DateTime): OpticalData - @cost(weight: "10") - photovoltaicData( - id: Uuid! - locale: String - timestamp: DateTime - ): PhotovoltaicData @cost(weight: "10") + opticalData(id: Uuid! locale: String): OpticalData @cost(weight: "10") + photovoltaicData(id: Uuid! locale: String): PhotovoltaicData @cost(weight: "10") uuid: Uuid! @cost(weight: "10") verificationCode: String! verificationState: DatabaseVerificationState! @@ -718,8 +654,6 @@ type DatabaseOperatorEdge { type DatabasesConnection { "A list of edges." edges: [DatabasesEdge!] - "A flattened list of the nodes." - nodes: [Database!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -734,6 +668,28 @@ type DatabasesEdge { node: Database! } +type DeleteApplicationError { + code: DeleteApplicationErrorCode! + message: String! + path: [String!]! +} + +type DeleteApplicationPayload { + errors: [DeleteApplicationError!] + query: Query! +} + +type DeleteAuthorizationError { + code: DeleteAuthorizationErrorCode! + message: String! + path: [String!]! +} + +type DeleteAuthorizationPayload { + errors: [DeleteAuthorizationError!] + query: Query! +} + type DeleteInstitutionError { code: DeleteInstitutionErrorCode! message: String! @@ -769,6 +725,11 @@ type DeleteUserPayload { user: User } +type DescriptionOrReference { + description: String + reference: Reference @cost(weight: "10") +} + type DisableUserTwoFactorAuthenticationError { code: DisableUserTwoFactorAuthenticationErrorCode! message: String! @@ -843,6 +804,7 @@ type GenerateUserTwoFactorRecoveryCodesPayload { type GeometricData implements Data { appliedMethod: AppliedMethod! + approvals: [DataApproval!]! component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! @@ -864,7 +826,7 @@ type GeometricData implements Data { type GeometricDataConnection { edges: [GeometricDataEdge!]! - timestamp: DateTime! + pageInfo: PageInfo! totalCount: NonNegativeInt } @@ -901,6 +863,7 @@ type GetHttpsResourceTreeRoot { type HygrothermalData implements Data { appliedMethod: AppliedMethod! + approvals: [DataApproval!]! component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! @@ -921,7 +884,7 @@ type HygrothermalData implements Data { type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! - timestamp: DateTime! + pageInfo: PageInfo! totalCount: NonNegativeInt } @@ -932,35 +895,36 @@ type HygrothermalDataEdge { type Institution implements Node & Stakeholder { abbreviation: String + applications: InstitutionApplicationConnection! @cost(weight: "10") canCurrentUserDeleteNode: Boolean! @cost(weight: "10") canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! - developedMethods( - pending: Boolean! = false - ): InstitutionDevelopedMethodConnection! @cost(weight: "10") + developedMethods(pending: Boolean! = false): InstitutionDevelopedMethodConnection! @cost(weight: "10") id: ID! - managedDataFormats: InstitutionManagedDataFormatConnection! - @cost(weight: "10") - managedInstitutions: InstitutionManagedInstitutionConnection! - @cost(weight: "10") + managedDataFormats: InstitutionManagedDataFormatConnection! @cost(weight: "10") + managedInstitutions: InstitutionManagedInstitutionConnection! @cost(weight: "10") managedMethods: InstitutionManagedMethodConnection! @cost(weight: "10") manager: InstitutionManagerEdge @cost(weight: "10") - manufacturedComponents( - pending: Boolean! = false - ): InstitutionManufacturedComponentConnection! @cost(weight: "10") + manufacturedComponents(pending: Boolean! = false): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! operatedDatabases: InstitutionOperatedDatabaseConnection! @cost(weight: "10") operatingState: InstitutionOperatingState! publicKey: String - representatives( - pending: Boolean! = false - ): InstitutionRepresentativeConnection! @cost(weight: "10") + representatives(pending: Boolean! = false): InstitutionRepresentativeConnection! @cost(weight: "10") state: InstitutionState! uuid: Uuid! @cost(weight: "10") websiteLocator: Url } +type InstitutionApplicationConnection { + edges: [InstitutionApplicationEdge!]! @cost(weight: "10") +} + +type InstitutionApplicationEdge { + node: Institution! @cost(weight: "10") +} + type InstitutionDevelopedMethodConnection { canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") edges: [InstitutionDevelopedMethodEdge!]! @cost(weight: "10") @@ -1040,8 +1004,6 @@ type InstitutionRepresentativeEdge { type InstitutionsConnection { "A list of edges." edges: [InstitutionsEdge!] - "A flattened list of the nodes." - nodes: [Institution!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -1111,8 +1073,7 @@ type Method implements Node { canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [MethodCategory!]! description: String! - developers(pending: Boolean! = false): MethodDeveloperConnection! - @cost(weight: "10") + developers(pending: Boolean! = false): MethodDeveloperConnection! @cost(weight: "10") id: ID! manager: MethodManagerEdge! @cost(weight: "10") name: String! @@ -1141,8 +1102,6 @@ type MethodManagerEdge { type MethodsConnection { "A list of edges." edges: [MethodsEdge!] - "A flattened list of the nodes." - nodes: [Method!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -1158,226 +1117,70 @@ type MethodsEdge { } type Mutation { - addComponentAssembly( - input: AddComponentAssemblyInput! - ): AddComponentAssemblyPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addComponentGeneralization( - input: AddComponentGeneralizationInput! - ): AddComponentGeneralizationPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addComponentManufacturer( - input: AddComponentManufacturerInput! - ): AddComponentManufacturerPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addComponentVariant( - input: AddComponentVariantInput! - ): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionMethodDeveloper( - input: AddInstitutionMethodDeveloperInput! - ): AddInstitutionMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addInstitutionRepresentative( - input: AddInstitutionRepresentativeInput! - ): AddInstitutionRepresentativePayload! - @authorize(policy: "Write") - @cost(weight: "10") - addUserMethodDeveloper( - input: AddUserMethodDeveloperInput! - ): AddUserMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addUserRole(input: AddUserRoleInput!): AddUserRolePayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - changeInstitutionRepresentativeRole( - input: ChangeInstitutionRepresentativeRoleInput! - ): ChangeInstitutionRepresentativeRolePayload! - @authorize(policy: "Write") - @cost(weight: "10") - changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - changeUserPassword( - input: ChangeUserPasswordInput! - ): ChangeUserPasswordPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - confirmComponentManufacturer( - input: ConfirmComponentManufacturerInput! - ): ConfirmComponentManufacturerPayload! - @authorize(policy: "Write") - @cost(weight: "10") - confirmInstitutionMethodDeveloper( - input: ConfirmInstitutionMethodDeveloperInput! - ): ConfirmInstitutionMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - confirmInstitutionRepresentative( - input: ConfirmInstitutionRepresentativeInput! - ): ConfirmInstitutionRepresentativePayload! - @authorize(policy: "Write") - @cost(weight: "10") - confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! - @cost(weight: "10") - confirmUserEmailChange( - input: ConfirmUserEmailChangeInput! - ): ConfirmUserEmailChangePayload! @cost(weight: "10") - confirmUserMethodDeveloper( - input: ConfirmUserMethodDeveloperInput! - ): ConfirmUserMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createComponent(input: CreateComponentInput!): CreateComponentPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! - @authorize(policy: "Write") - @cost(weight: "10") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createMethod(input: CreateMethodInput!): CreateMethodPayload! - @authorize(policy: "Write") - @cost(weight: "10") - deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") - deletePersonalUserData( - input: DeletePersonalUserDataInput! - ): DeletePersonalUserDataPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - deleteUser(input: DeleteUserInput!): DeleteUserPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - enableUserTwoFactorAuthenticator( - input: EnableUserTwoFactorAuthenticatorInput! - ): EnableUserTwoFactorAuthenticatorPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") + addComponentAssembly(input: AddComponentAssemblyInput!): AddComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentGeneralization(input: AddComponentGeneralizationInput!): AddComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentManufacturer(input: AddComponentManufacturerInput!): AddComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentVariant(input: AddComponentVariantInput!): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionMethodDeveloper(input: AddInstitutionMethodDeveloperInput!): AddInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionRepresentative(input: AddInstitutionRepresentativeInput!): AddInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + addUserMethodDeveloper(input: AddUserMethodDeveloperInput!): AddUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + addUserRole(input: AddUserRoleInput!): AddUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") + changeInstitutionRepresentativeRole(input: ChangeInstitutionRepresentativeRoleInput!): ChangeInstitutionRepresentativeRolePayload! @authorize(policy: "Write") @cost(weight: "10") + changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + changeUserPassword(input: ChangeUserPasswordInput!): ChangeUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + confirmComponentManufacturer(input: ConfirmComponentManufacturerInput!): ConfirmComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + confirmInstitutionMethodDeveloper(input: ConfirmInstitutionMethodDeveloperInput!): ConfirmInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + confirmInstitutionRepresentative(input: ConfirmInstitutionRepresentativeInput!): ConfirmInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! @cost(weight: "10") + confirmUserEmailChange(input: ConfirmUserEmailChangeInput!): ConfirmUserEmailChangePayload! @cost(weight: "10") + confirmUserMethodDeveloper(input: ConfirmUserMethodDeveloperInput!): ConfirmUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + createApplication(input: CreateApplicationInput!): CreateApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") + createComponent(input: CreateComponentInput!): CreateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") + createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") + createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + createMethod(input: CreateMethodInput!): CreateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteApplication(input: DeleteApplicationInput!): DeleteApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteAuthorization(input: DeleteAuthorizationInput!): DeleteAuthorizationPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + deletePersonalUserData(input: DeletePersonalUserDataInput!): DeletePersonalUserDataPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + deleteUser(input: DeleteUserInput!): DeleteUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + enableUserTwoFactorAuthenticator(input: EnableUserTwoFactorAuthenticatorInput!): EnableUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! @authorize(policy: "ManageUser") @cost(weight: "10") loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") - loginUserWithRecoveryCode( - input: LoginUserWithRecoveryCodeInput! - ): LoginUserWithRecoveryCodePayload! @cost(weight: "10") - loginUserWithTwoFactorCode( - input: LoginUserWithTwoFactorCodeInput! - ): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") - logoutUser: LogoutUserPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - registerUser(input: RegisterUserInput!): RegisterUserPayload! - @cost(weight: "10") - removeComponentAssembly( - input: RemoveComponentAssemblyInput! - ): RemoveComponentAssemblyPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeComponentGeneralization( - input: RemoveComponentGeneralizationInput! - ): RemoveComponentGeneralizationPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeComponentManufacturer( - input: RemoveComponentManufacturerInput! - ): RemoveComponentManufacturerPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeComponentVariant( - input: RemoveComponentVariantInput! - ): RemoveComponentVariantPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeInstitutionMethodDeveloper( - input: RemoveInstitutionMethodDeveloperInput! - ): RemoveInstitutionMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeInstitutionRepresentative( - input: RemoveInstitutionRepresentativeInput! - ): RemoveInstitutionRepresentativePayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeUserMethodDeveloper( - input: RemoveUserMethodDeveloperInput! - ): RemoveUserMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - requestUserPasswordReset( - input: RequestUserPasswordResetInput! - ): RequestUserPasswordResetPayload! @cost(weight: "10") - resendUserEmailConfirmation( - input: ResendUserEmailConfirmationInput! - ): ResendUserEmailConfirmationPayload! @cost(weight: "10") - resendUserEmailVerification: ResendUserEmailVerificationPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! - @cost(weight: "10") - resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - setUserPhoneNumber( - input: SetUserPhoneNumberInput! - ): SetUserPhoneNumberPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - switchInstitutionOperatingState( - input: SwitchInstitutionOperatingStateInput! - ): SwitchInstitutionOperatingStatePayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateComponentAssembly( - input: UpdateComponentAssemblyInput! - ): UpdateComponentAssemblyPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! - @authorize(policy: "Write") - @cost(weight: "10") - verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! - @authorize(policy: "Write") - @cost(weight: "10") - verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") + loginUserWithRecoveryCode(input: LoginUserWithRecoveryCodeInput!): LoginUserWithRecoveryCodePayload! @cost(weight: "10") + loginUserWithTwoFactorCode(input: LoginUserWithTwoFactorCodeInput!): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") + logoutUser: LogoutUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + registerUser(input: RegisterUserInput!): RegisterUserPayload! @cost(weight: "10") + removeComponentAssembly(input: RemoveComponentAssemblyInput!): RemoveComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentGeneralization(input: RemoveComponentGeneralizationInput!): RemoveComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentManufacturer(input: RemoveComponentManufacturerInput!): RemoveComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentVariant(input: RemoveComponentVariantInput!): RemoveComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + removeInstitutionMethodDeveloper(input: RemoveInstitutionMethodDeveloperInput!): RemoveInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + removeInstitutionRepresentative(input: RemoveInstitutionRepresentativeInput!): RemoveInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + removeUserMethodDeveloper(input: RemoveUserMethodDeveloperInput!): RemoveUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") + requestUserPasswordReset(input: RequestUserPasswordResetInput!): RequestUserPasswordResetPayload! @cost(weight: "10") + resendUserEmailConfirmation(input: ResendUserEmailConfirmationInput!): ResendUserEmailConfirmationPayload! @cost(weight: "10") + resendUserEmailVerification: ResendUserEmailVerificationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! @cost(weight: "10") + resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + revokeToken(input: RevokeTokenInput!): RevokeTokenPayload! @authorize(policy: "Write") @cost(weight: "10") + setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + setUserPhoneNumber(input: SetUserPhoneNumberInput!): SetUserPhoneNumberPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + switchInstitutionOperatingState(input: SwitchInstitutionOperatingStateInput!): SwitchInstitutionOperatingStatePayload! @authorize(policy: "Write") @cost(weight: "10") + updateApplication(input: UpdateApplicationInput!): UpdateApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") + updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") + updateComponentAssembly(input: UpdateComponentAssemblyInput!): UpdateComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") + updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") + verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") } type NamedMethodArgument { @@ -1401,70 +1204,9 @@ type OpenEndedDateTimeRange { to: DateTime @cost(weight: "10") } -type OpenIdConnectApplication { - applicationType: String - authorizations: [OpenIdConnectAuthorization!]! - clientId: String - clientSecret: String - clientType: String - concurrencyToken: String - consentType: String - displayName: String - displayNames: String - id: String - jsonWebKeySet: String - permissions: String - postLogoutRedirectUris: String - properties: String - redirectUris: String - requirements: String - settings: String - tokens: [OpenIdConnectToken!]! -} - -type OpenIdConnectAuthorization { - application: OpenIdConnectApplication - concurrencyToken: String - creationDate: DateTime - id: String - properties: String - scopes: String - status: String - subject: String - tokens: [OpenIdConnectToken!]! - type: String -} - -type OpenIdConnectScope { - concurrencyToken: String - description: String - descriptions: String - displayName: String - displayNames: String - id: String - name: String - properties: String - resources: String -} - -type OpenIdConnectToken { - application: OpenIdConnectApplication - authorization: OpenIdConnectAuthorization - concurrencyToken: String - creationDate: DateTime - expirationDate: DateTime - id: String - payload: String - properties: String - redemptionDate: DateTime - referenceId: String - status: String - subject: String - type: String -} - type OpticalData implements Data { appliedMethod: AppliedMethod! + approvals: [DataApproval!]! cielabColors: [CielabColor!]! colorRenderingIndices: [Float!]! component: Component @cost(weight: "10") @@ -1492,7 +1234,7 @@ type OpticalData implements Data { type OpticalDataConnection { edges: [OpticalDataEdge!]! - timestamp: DateTime! + pageInfo: PageInfo! totalCount: NonNegativeInt } @@ -1517,8 +1259,6 @@ type PageInfo { type PendingDatabasesConnection { "A list of edges." edges: [PendingDatabasesEdge!] - "A flattened list of the nodes." - nodes: [Database!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -1537,8 +1277,6 @@ type PendingDatabasesEdge { type PendingInstitutionsConnection { "A list of edges." edges: [PendingInstitutionsEdge!] - "A flattened list of the nodes." - nodes: [Institution!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -1555,6 +1293,7 @@ type PendingInstitutionsEdge { type PhotovoltaicData implements Data { appliedMethod: AppliedMethod! + approvals: [DataApproval!]! component: Component @cost(weight: "10") componentId: Uuid! createdAt: DateTime! @@ -1575,7 +1314,7 @@ type PhotovoltaicData implements Data { type PhotovoltaicDataConnection { edges: [PhotovoltaicDataEdge!]! - timestamp: DateTime! + pageInfo: PageInfo! totalCount: NonNegativeInt } @@ -1584,6 +1323,11 @@ type PhotovoltaicDataEdge { node: PhotovoltaicData! } +type PrimeSurfaceOrDirection { + direction: DescriptionOrReference + surface: DescriptionOrReference +} + type Publication implements Reference { abstract: String "The website arXiv.org is a free and open-access archive for publications. The arXiv identifier can be used to define a publication." @@ -1601,165 +1345,35 @@ type Publication implements Reference { } type Query { + application(applicationId: Uuid!): Application @authorize(policy: "Read") @cost(weight: "10") + applications: [Application!]! @authorize(policy: "Read") @cost(weight: "10") + authorization(authorizationId: Uuid!): Authorization @authorize(policy: "Read") @cost(weight: "10") + authorizations: [Authorization!]! @authorize(policy: "Read") @cost(weight: "10") + authorizationsByApplicationId(applicationId: Uuid!): [Authorization!]! @authorize(policy: "Read") @cost(weight: "10") component(uuid: Uuid!): Component @cost(weight: "10") - components( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [ComponentSortInput!] @cost(weight: "10") - where: ComponentFilterInput @cost(weight: "10") - ): ComponentsConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") + components("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [ComponentSortInput!] @cost(weight: "10") where: ComponentFilterInput @cost(weight: "10")): ComponentsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") currentUser: User @cost(weight: "10") database(uuid: Uuid!): Database @cost(weight: "10") - databases( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DatabaseSortInput!] @cost(weight: "10") - where: DatabaseFilterInput @cost(weight: "10") - ): DatabasesConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") + databases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): DatabasesConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") dataFormat(uuid: Uuid!): DataFormat @cost(weight: "10") - dataFormats( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DataFormatSortInput!] @cost(weight: "10") - where: DataFormatFilterInput @cost(weight: "10") - ): DataFormatsConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") + dataFormats("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DataFormatSortInput!] @cost(weight: "10") where: DataFormatFilterInput @cost(weight: "10")): DataFormatsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") institution(uuid: Uuid!): Institution @cost(weight: "10") - institutions( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [InstitutionSortInput!] @cost(weight: "10") - where: InstitutionFilterInput @cost(weight: "10") - ): InstitutionsConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") + institutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): InstitutionsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") method(uuid: Uuid!): Method @cost(weight: "10") - methods( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [MethodSortInput!] @cost(weight: "10") - where: MethodFilterInput @cost(weight: "10") - ): MethodsConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") + methods("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [MethodSortInput!] @cost(weight: "10") where: MethodFilterInput @cost(weight: "10")): MethodsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") "Fetches an object given its ID." node("ID of the object." id: ID!): Node @cost(weight: "10") "Lookup nodes by a list of IDs." nodes("The list of node IDs." ids: [ID!]!): [Node]! @cost(weight: "10") - openIdConnectApplications: [OpenIdConnectApplication!]! @cost(weight: "10") - openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! - @cost(weight: "10") - openIdConnectScopes: [OpenIdConnectScope!]! @cost(weight: "10") - openIdConnectTokens: [OpenIdConnectToken!]! @cost(weight: "10") - pendingDatabases( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DatabaseSortInput!] @cost(weight: "10") - where: DatabaseFilterInput @cost(weight: "10") - ): PendingDatabasesConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") - pendingInstitutions( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [InstitutionSortInput!] @cost(weight: "10") - where: InstitutionFilterInput @cost(weight: "10") - ): PendingInstitutionsConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") + pendingDatabases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): PendingDatabasesConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + pendingInstitutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): PendingInstitutionsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + scope(scopeId: Uuid!): Scope @authorize(policy: "Read") @cost(weight: "10") + scopes: [Scope!]! @authorize(policy: "Read") @cost(weight: "10") + token(tokenId: Uuid!): Token @authorize(policy: "Read") @cost(weight: "10") + tokens: [Token!]! @authorize(policy: "Read") @cost(weight: "10") + tokensByApplicationId(applicationId: Uuid!): [Token!]! @authorize(policy: "Read") @cost(weight: "10") user(uuid: Uuid!): User @cost(weight: "10") - users( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [UserSortInput!] @cost(weight: "10") - ): UsersConnection - @listSize( - assumedSize: 2147483647 - slicingArguments: ["first", "last"] - sizedFields: ["edges", "nodes"] - ) - @cost(weight: "10") + users("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [UserSortInput!] @cost(weight: "10") where: UserFilterInput @cost(weight: "10")): UsersConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") } type RegisterUserError { @@ -1942,6 +1556,24 @@ type ResponseApproval { timestamp: DateTime! } +type RevokeTokenError { + code: RevokeTokenErrorCode! + message: String! + path: [String!]! +} + +type RevokeTokenPayload { + errors: [RevokeTokenError!] + query: Query! +} + +type Scope { + description: String + displayName: String + id: Uuid! + name: String! @cost(weight: "10") +} + type SetUserPasswordError { code: SetUserPasswordErrorCode! message: String! @@ -1998,6 +1630,17 @@ type ToTreeVertexAppliedConversionMethod { sourceName: String! } +type Token { + canCurrentUserRevokeToken: Boolean! @cost(weight: "10") + creationDate: DateTime + expirationDate: DateTime + id: Uuid! + redemptionDate: DateTime + status: String + subject: String + type: String +} + type TwoFactorAuthentication { hasAuthenticator: Boolean! isEnabled: Boolean! @@ -2005,6 +1648,18 @@ type TwoFactorAuthentication { recoveryCodesLeftCount: Int! } +type UpdateApplicationError { + code: UpdateApplicationErrorCode! + message: String! + path: [String!]! +} + +type UpdateApplicationPayload { + application: Application + errors: [UpdateApplicationError!] + query: Query! +} + type UpdateComponentAssemblyError { code: UpdateComponentAssemblyErrorCode! message: String! @@ -2079,9 +1734,10 @@ type UpdateMethodPayload { } type User implements Node & Stakeholder { + canCurrentUserAddApplications: Boolean! @cost(weight: "10") canCurrentUserDeleteUser: Boolean! @cost(weight: "10") - developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! - @cost(weight: "10") + canCurrentUserViewApplications: Boolean! @cost(weight: "10") + developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! @cost(weight: "10") email: String @cost(weight: "10") hasPassword: Boolean @cost(weight: "10") id: ID! @@ -2091,9 +1747,7 @@ type User implements Node & Stakeholder { name: String! @cost(weight: "10") phoneNumber: String @cost(weight: "10") postalAddress: String @cost(weight: "10") - representedInstitutions( - pending: Boolean! = false - ): UserRepresentedInstitutionConnection! @cost(weight: "10") + representedInstitutions(pending: Boolean! = false): UserRepresentedInstitutionConnection! @cost(weight: "10") roles: [UserRole!] @cost(weight: "10") rolesCurrentUserCanAdd: [UserRole!]! @cost(weight: "10") rolesCurrentUserCanRemove: [UserRole!]! @cost(weight: "10") @@ -2131,8 +1785,6 @@ type UserRepresentedInstitutionEdge { type UsersConnection { "A list of edges." edges: [UsersEdge!] - "A flattened list of the nodes." - nodes: [User!] "Information to aid in pagination." pageInfo: PageInfo! "Identifies the total count of items in the connection." @@ -2215,23 +1867,8 @@ input AddUserRoleInput { } input BooleanOperationFilterInput { - eq: Boolean @cost(weight: "10") - neq: Boolean @cost(weight: "10") -} - -input ByteOperationFilterInput { - eq: Byte @cost(weight: "10") - neq: Byte @cost(weight: "10") - in: [Byte] @cost(weight: "10") - nin: [Byte] @cost(weight: "10") - gt: Byte @cost(weight: "10") - ngt: Byte @cost(weight: "10") - gte: Byte @cost(weight: "10") - ngte: Byte @cost(weight: "10") - lt: Byte @cost(weight: "10") - nlt: Byte @cost(weight: "10") - lte: Byte @cost(weight: "10") - nlte: Byte @cost(weight: "10") + equalTo: Boolean @cost(weight: "10") + notEqualTo: Boolean @cost(weight: "10") } input CalorimetricDataPropositionInput { @@ -2277,26 +1914,71 @@ input ClosedIntervalInput { upperBound: Float! } +input ComparableGuidOperationFilterInput { + equalTo: Uuid @cost(weight: "10") + notEqualTo: Uuid @cost(weight: "10") + in: [Uuid!] @cost(weight: "10") + notIn: [Uuid!] @cost(weight: "10") + greaterThan: Uuid @cost(weight: "10") + notGreaterThan: Uuid @cost(weight: "10") + greaterThanOrEqualTo: Uuid @cost(weight: "10") + notGreaterThanOrEqualTo: Uuid @cost(weight: "10") + lessThan: Uuid @cost(weight: "10") + notLessThan: Uuid @cost(weight: "10") + lessThanOrEqualTo: Uuid @cost(weight: "10") + notLessThanOrEqualTo: Uuid @cost(weight: "10") +} + +input ComparableInt32OperationFilterInput { + equalTo: Int @cost(weight: "10") + notEqualTo: Int @cost(weight: "10") + in: [Int!] @cost(weight: "10") + notIn: [Int!] @cost(weight: "10") + greaterThan: Int @cost(weight: "10") + notGreaterThan: Int @cost(weight: "10") + greaterThanOrEqualTo: Int @cost(weight: "10") + notGreaterThanOrEqualTo: Int @cost(weight: "10") + lessThan: Int @cost(weight: "10") + notLessThan: Int @cost(weight: "10") + lessThanOrEqualTo: Int @cost(weight: "10") + notLessThanOrEqualTo: Int @cost(weight: "10") +} + +input ComparableNullableOfByteOperationFilterInput { + equalTo: Byte @cost(weight: "10") + notEqualTo: Byte @cost(weight: "10") + in: [Byte] @cost(weight: "10") + notIn: [Byte] @cost(weight: "10") + greaterThan: Byte @cost(weight: "10") + notGreaterThan: Byte @cost(weight: "10") + greaterThanOrEqualTo: Byte @cost(weight: "10") + notGreaterThanOrEqualTo: Byte @cost(weight: "10") + lessThan: Byte @cost(weight: "10") + notLessThan: Byte @cost(weight: "10") + lessThanOrEqualTo: Byte @cost(weight: "10") + notLessThanOrEqualTo: Byte @cost(weight: "10") +} + input ComponentAssemblyFilterInput { and: [ComponentAssemblyFilterInput!] or: [ComponentAssemblyFilterInput!] assembledComponent: ComponentFilterInput partComponent: ComponentFilterInput - index: ByteOperationFilterInput + index: ComparableNullableOfByteOperationFilterInput primeSurface: NullableOfPrimeSurfaceOperationFilterInput } input ComponentCategoryOperationFilterInput { - eq: ComponentCategory @cost(weight: "10") - neq: ComponentCategory @cost(weight: "10") + equalTo: ComponentCategory @cost(weight: "10") + notEqualTo: ComponentCategory @cost(weight: "10") in: [ComponentCategory!] @cost(weight: "10") - nin: [ComponentCategory!] @cost(weight: "10") + notIn: [ComponentCategory!] @cost(weight: "10") } input ComponentFilterInput { and: [ComponentFilterInput!] or: [ComponentFilterInput!] - id: UuidOperationFilterInput + id: ComparableGuidOperationFilterInput name: StringOperationFilterInput abbreviation: StringOperationFilterInput description: StringOperationFilterInput @@ -2321,12 +2003,10 @@ input ComponentManufacturerFilterInput { } input ComponentSortInput { + id: SortEnumType @cost(weight: "10") name: SortEnumType @cost(weight: "10") abbreviation: SortEnumType @cost(weight: "10") description: SortEnumType @cost(weight: "10") - availability: SortEnumType @cost(weight: "10") - id: SortEnumType @cost(weight: "10") - version: SortEnumType @cost(weight: "10") } input ConfirmComponentManufacturerInput { @@ -2360,6 +2040,15 @@ input ConfirmUserMethodDeveloperInput { userId: Uuid! } +input CreateApplicationInput { + associatedInstitutionId: Uuid! + clientId: String! + displayName: String! + permissions: [String!]! + postLogoutRedirectUri: String! + redirectUri: String! +} + input CreateComponentInput { abbreviation: String availability: OpenEndedDateTimeRangeInput @@ -2367,6 +2056,9 @@ input CreateComponentInput { description: String! manufacturerId: Uuid! name: String! + primeDirection: DescriptionOrReferenceInput + primeSurface: DescriptionOrReferenceInput + switchableLayers: DescriptionOrReferenceInput } input CreateDataFormatInput { @@ -2375,9 +2067,8 @@ input CreateDataFormatInput { managerId: Uuid! mediaType: String! name: String! - publication: CreatePublicationInput + reference: ReferenceInput schemaLocator: Url - standard: CreateStandardInput } input CreateDatabaseInput { @@ -2405,8 +2096,7 @@ input CreateMethodInput { institutionDeveloperIds: [Uuid!]! managerId: Uuid! name: String! - publication: CreatePublicationInput - standard: CreateStandardInput + reference: ReferenceInput userDeveloperIds: [Uuid!]! validity: OpenEndedDateTimeRangeInput } @@ -2417,93 +2107,52 @@ input CreateNumerationInput { suffix: String } -input CreatePublicationInput { - abstract: String - arXiv: String - authors: [String!] - doi: String - section: String - title: String - urn: String - webAddress: Url -} - -input CreateStandardInput { - abstract: String - locator: Url - numeration: CreateNumerationInput! - section: String - standardizers: [Standardizer!]! - title: String - year: Int -} - input DataFormatFilterInput { and: [DataFormatFilterInput!] or: [DataFormatFilterInput!] - id: UuidOperationFilterInput + id: ComparableGuidOperationFilterInput name: StringOperationFilterInput extension: StringOperationFilterInput description: StringOperationFilterInput mediaType: StringOperationFilterInput - schemaLocator: UrlOperationFilterInput - standard: StandardFilterInput - publication: PublicationFilterInput + schemaLocator: UriFilterInput manager: InstitutionFilterInput } input DataFormatSortInput { + id: SortEnumType @cost(weight: "10") name: SortEnumType @cost(weight: "10") extension: SortEnumType @cost(weight: "10") description: SortEnumType @cost(weight: "10") mediaType: SortEnumType @cost(weight: "10") schemaLocator: UriSortInput @cost(weight: "10") - standard: StandardSortInput @cost(weight: "10") - publication: PublicationSortInput @cost(weight: "10") - reference: IReferenceSortInput @cost(weight: "10") - managerId: SortEnumType @cost(weight: "10") manager: InstitutionSortInput @cost(weight: "10") - id: SortEnumType @cost(weight: "10") - version: SortEnumType @cost(weight: "10") -} - -input DataPropositionInput { - and: [DataPropositionInput!] - cielabColors: CielabColorsPropositionInput - colorRenderingIndices: FloatsPropositionInput - componentId: UuidPropositionInput - gValues: FloatsPropositionInput - infraredEmittances: FloatsPropositionInput - nearnormalHemisphericalSolarReflectances: FloatsPropositionInput - nearnormalHemisphericalSolarTransmittances: FloatsPropositionInput - nearnormalHemisphericalVisibleReflectances: FloatsPropositionInput - nearnormalHemisphericalVisibleTransmittances: FloatsPropositionInput - not: DataPropositionInput - or: [DataPropositionInput!] - resources: GetHttpsResourcesPropositionInput - uValues: FloatsPropositionInput } input DatabaseFilterInput { and: [DatabaseFilterInput!] or: [DatabaseFilterInput!] - id: UuidOperationFilterInput + id: ComparableGuidOperationFilterInput name: StringOperationFilterInput description: StringOperationFilterInput - locator: UrlOperationFilterInput + locator: UriFilterInput operator: InstitutionFilterInput } input DatabaseSortInput { + id: SortEnumType @cost(weight: "10") name: SortEnumType @cost(weight: "10") description: SortEnumType @cost(weight: "10") locator: UriSortInput @cost(weight: "10") - verificationState: SortEnumType @cost(weight: "10") - verificationCode: SortEnumType @cost(weight: "10") - operatorId: SortEnumType @cost(weight: "10") operator: InstitutionSortInput @cost(weight: "10") - id: SortEnumType @cost(weight: "10") - version: SortEnumType @cost(weight: "10") +} + +input DeleteApplicationInput { + applicationId: Uuid! +} + +input DeleteAuthorizationInput { + authorizationId: Uuid! } input DeleteInstitutionInput { @@ -2518,6 +2167,11 @@ input DeleteUserInput { userId: Uuid! } +input DescriptionOrReferenceInput { + description: String + reference: ReferenceInput +} + input EnableUserTwoFactorAuthenticatorInput { verificationCode: String! } @@ -2573,20 +2227,14 @@ input HygrothermalDataPropositionInput { resources: GetHttpsResourcesPropositionInput } -input IReferenceSortInput { - title: SortEnumType @cost(weight: "10") - abstract: SortEnumType @cost(weight: "10") - section: SortEnumType @cost(weight: "10") -} - input InstitutionFilterInput { and: [InstitutionFilterInput!] or: [InstitutionFilterInput!] - id: UuidOperationFilterInput + id: ComparableGuidOperationFilterInput name: StringOperationFilterInput abbreviation: StringOperationFilterInput description: StringOperationFilterInput - websiteLocator: UrlOperationFilterInput + websiteLocator: UriFilterInput state: InstitutionStateOperationFilterInput developedMethods: ListMethodFilterTypeFilterInput developedMethodEdges: ListInstitutionMethodDeveloperFilterTypeFilterInput @@ -2619,46 +2267,27 @@ input InstitutionRepresentativeFilterInput { } input InstitutionRepresentativeRoleOperationFilterInput { - eq: InstitutionRepresentativeRole @cost(weight: "10") - neq: InstitutionRepresentativeRole @cost(weight: "10") + equalTo: InstitutionRepresentativeRole @cost(weight: "10") + notEqualTo: InstitutionRepresentativeRole @cost(weight: "10") in: [InstitutionRepresentativeRole!] @cost(weight: "10") - nin: [InstitutionRepresentativeRole!] @cost(weight: "10") + notIn: [InstitutionRepresentativeRole!] @cost(weight: "10") } input InstitutionSortInput { + id: SortEnumType @cost(weight: "10") + name: SortEnumType @cost(weight: "10") abbreviation: SortEnumType @cost(weight: "10") description: SortEnumType @cost(weight: "10") websiteLocator: UriSortInput @cost(weight: "10") - publicKey: SortEnumType @cost(weight: "10") state: SortEnumType @cost(weight: "10") - operatingState: SortEnumType @cost(weight: "10") - managerId: SortEnumType @cost(weight: "10") manager: InstitutionSortInput @cost(weight: "10") - name: SortEnumType @cost(weight: "10") - id: SortEnumType @cost(weight: "10") - version: SortEnumType @cost(weight: "10") } input InstitutionStateOperationFilterInput { - eq: InstitutionState @cost(weight: "10") - neq: InstitutionState @cost(weight: "10") + equalTo: InstitutionState @cost(weight: "10") + notEqualTo: InstitutionState @cost(weight: "10") in: [InstitutionState!] @cost(weight: "10") - nin: [InstitutionState!] @cost(weight: "10") -} - -input IntOperationFilterInput { - eq: Int @cost(weight: "10") - neq: Int @cost(weight: "10") - in: [Int] @cost(weight: "10") - nin: [Int] @cost(weight: "10") - gt: Int @cost(weight: "10") - ngt: Int @cost(weight: "10") - gte: Int @cost(weight: "10") - ngte: Int @cost(weight: "10") - lt: Int @cost(weight: "10") - nlt: Int @cost(weight: "10") - lte: Int @cost(weight: "10") - nlte: Int @cost(weight: "10") + notIn: [InstitutionState!] @cost(weight: "10") } input ListComponentAssemblyFilterTypeFilterInput { @@ -2738,13 +2367,6 @@ input ListMethodFilterTypeFilterInput { any: Boolean @cost(weight: "10") } -input ListStandardizerOperationFilterInput { - all: StandardizerOperationFilterInput @cost(weight: "10") - none: StandardizerOperationFilterInput @cost(weight: "10") - some: StandardizerOperationFilterInput @cost(weight: "10") - any: Boolean @cost(weight: "10") -} - input ListStringOperationFilterInput { all: StringOperationFilterInput @cost(weight: "10") none: StringOperationFilterInput @cost(weight: "10") @@ -2781,21 +2403,19 @@ input LoginUserWithTwoFactorCodeInput { } input MethodCategoryOperationFilterInput { - eq: MethodCategory @cost(weight: "10") - neq: MethodCategory @cost(weight: "10") + equalTo: MethodCategory @cost(weight: "10") + notEqualTo: MethodCategory @cost(weight: "10") in: [MethodCategory!] @cost(weight: "10") - nin: [MethodCategory!] @cost(weight: "10") + notIn: [MethodCategory!] @cost(weight: "10") } input MethodFilterInput { and: [MethodFilterInput!] or: [MethodFilterInput!] - id: UuidOperationFilterInput + id: ComparableGuidOperationFilterInput name: StringOperationFilterInput description: StringOperationFilterInput - standard: StandardFilterInput - publication: PublicationFilterInput - calculationLocator: UrlOperationFilterInput + calculationLocator: UriFilterInput categories: ListMethodCategoryOperationFilterInput institutionDevelopers: ListInstitutionFilterTypeFilterInput institutionDeveloperEdges: ListInstitutionMethodDeveloperFilterTypeFilterInput @@ -2805,39 +2425,18 @@ input MethodFilterInput { } input MethodSortInput { + id: SortEnumType @cost(weight: "10") name: SortEnumType @cost(weight: "10") description: SortEnumType @cost(weight: "10") - standard: StandardSortInput @cost(weight: "10") - publication: PublicationSortInput @cost(weight: "10") - reference: IReferenceSortInput @cost(weight: "10") - validity: SortEnumType @cost(weight: "10") - availability: SortEnumType @cost(weight: "10") calculationLocator: UriSortInput @cost(weight: "10") - managerId: SortEnumType @cost(weight: "10") manager: InstitutionSortInput @cost(weight: "10") - id: SortEnumType @cost(weight: "10") - version: SortEnumType @cost(weight: "10") } input NullableOfPrimeSurfaceOperationFilterInput { - eq: PrimeSurface @cost(weight: "10") - neq: PrimeSurface @cost(weight: "10") + equalTo: PrimeSurface @cost(weight: "10") + notEqualTo: PrimeSurface @cost(weight: "10") in: [PrimeSurface] @cost(weight: "10") - nin: [PrimeSurface] @cost(weight: "10") -} - -input NumerationFilterInput { - and: [NumerationFilterInput!] - or: [NumerationFilterInput!] - prefix: StringOperationFilterInput - mainNumber: StringOperationFilterInput - suffix: StringOperationFilterInput -} - -input NumerationSortInput { - prefix: SortEnumType @cost(weight: "10") - mainNumber: SortEnumType @cost(weight: "10") - suffix: SortEnumType @cost(weight: "10") + notIn: [PrimeSurface] @cost(weight: "10") } input OpenEndedDateTimeRangeInput { @@ -2868,37 +2467,20 @@ input PhotovoltaicDataPropositionInput { resources: GetHttpsResourcesPropositionInput } -input PublicationFilterInput { - and: [PublicationFilterInput!] - or: [PublicationFilterInput!] - authors: ListStringOperationFilterInput - "The Digital Object Identifier (DOI) is a very important persistent identifier for publications. It MUST be defined here if it is available for a publication." - doi: StringOperationFilterInput - "The website arXiv.org is a free and open-access archive for publications. The arXiv identifier can be used to define a publication." - arXiv: StringOperationFilterInput - "A Uniform Resource Name (URN) can be used to define a publication. TODO: Improve the regex pattern to further restrict the string." - urn: StringOperationFilterInput - "If a persistent identifiert like DOI is defined above, this webAdress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." - webAddress: UrlOperationFilterInput - title: StringOperationFilterInput - abstract: StringOperationFilterInput - "Referenced section" - section: StringOperationFilterInput +input PublicationInput { + abstract: String + arXiv: String + authors: [String!] + doi: String + section: String + title: String + urn: String + webAddress: Url } -input PublicationSortInput { - "The Digital Object Identifier (DOI) is a very important persistent identifier for publications. It MUST be defined here if it is available for a publication." - doi: SortEnumType @cost(weight: "10") - "The website arXiv.org is a free and open-access archive for publications. The arXiv identifier can be used to define a publication." - arXiv: SortEnumType @cost(weight: "10") - "A Uniform Resource Name (URN) can be used to define a publication. TODO: Improve the regex pattern to further restrict the string." - urn: SortEnumType @cost(weight: "10") - "If a persistent identifiert like DOI is defined above, this webAdress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." - webAddress: UriSortInput @cost(weight: "10") - title: SortEnumType @cost(weight: "10") - abstract: SortEnumType @cost(weight: "10") - "Referenced section" - section: SortEnumType @cost(weight: "10") +input ReferenceInput { + publication: PublicationInput + standard: StandardInput } input RegisterUserInput { @@ -2965,6 +2547,10 @@ input ResetUserPasswordInput { resetCode: String! } +input RevokeTokenInput { + tokenId: Uuid! +} + input SetUserPasswordInput { password: String! passwordConfirmation: String! @@ -2974,59 +2560,44 @@ input SetUserPhoneNumberInput { phoneNumber: String! } -"`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." -input StandardFilterInput { - and: [StandardFilterInput!] - or: [StandardFilterInput!] - "It is important to define the year in which the standard was issued because there can be relevant updates of one standard." - year: IntOperationFilterInput - numeration: NumerationFilterInput - standardizers: ListStandardizerOperationFilterInput - locator: UrlOperationFilterInput - title: StringOperationFilterInput - abstract: StringOperationFilterInput - "The section of the standard to which the reference refers to." - section: StringOperationFilterInput -} - -"`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." -input StandardSortInput { - "It is important to define the year in which the standard was issued because there can be relevant updates of one standard." - year: SortEnumType @cost(weight: "10") - numeration: NumerationSortInput @cost(weight: "10") - locator: UriSortInput @cost(weight: "10") - title: SortEnumType @cost(weight: "10") - abstract: SortEnumType @cost(weight: "10") - "The section of the standard to which the reference refers to." - section: SortEnumType @cost(weight: "10") -} - -input StandardizerOperationFilterInput { - eq: Standardizer @cost(weight: "10") - neq: Standardizer @cost(weight: "10") - in: [Standardizer!] @cost(weight: "10") - nin: [Standardizer!] @cost(weight: "10") +input StandardInput { + abstract: String + locator: Url + numeration: CreateNumerationInput! + section: String + standardizers: [Standardizer!]! + title: String + year: Int } input StringOperationFilterInput { and: [StringOperationFilterInput!] or: [StringOperationFilterInput!] - eq: String @cost(weight: "10") - neq: String @cost(weight: "10") + equalTo: String @cost(weight: "10") + notEqualTo: String @cost(weight: "10") contains: String @cost(weight: "20") - ncontains: String @cost(weight: "20") + doesNotContain: String @cost(weight: "20") in: [String] @cost(weight: "10") - nin: [String] @cost(weight: "10") + notIn: [String] @cost(weight: "10") startsWith: String @cost(weight: "20") - nstartsWith: String @cost(weight: "20") + doesNotStartWith: String @cost(weight: "20") endsWith: String @cost(weight: "20") - nendsWith: String @cost(weight: "20") + doesNotEndWith: String @cost(weight: "20") } input SwitchInstitutionOperatingStateInput { institutionId: Uuid! } +input UpdateApplicationInput { + applicationId: Uuid! + clientId: String! + displayName: String! + permissions: [String!]! + postLogoutRedirectUri: String! + redirectUri: String! +} + input UpdateComponentAssemblyInput { assembledComponentId: Uuid! index: Byte @@ -3041,6 +2612,9 @@ input UpdateComponentInput { componentId: Uuid! description: String! name: String! + primeDirection: DescriptionOrReferenceInput + primeSurface: DescriptionOrReferenceInput + switchableLayers: DescriptionOrReferenceInput } input UpdateDataFormatInput { @@ -3049,9 +2623,8 @@ input UpdateDataFormatInput { extension: String mediaType: String! name: String! - publication: UpdatePublicationInput + reference: ReferenceInput schemaLocator: Url - standard: UpdateStandardInput } input UpdateDatabaseInput { @@ -3077,36 +2650,42 @@ input UpdateMethodInput { description: String! methodId: Uuid! name: String! - publication: UpdatePublicationInput - standard: UpdateStandardInput + reference: ReferenceInput validity: OpenEndedDateTimeRangeInput } -input UpdateNumerationInput { - mainNumber: String! - prefix: String - suffix: String -} - -input UpdatePublicationInput { - abstract: String - arXiv: String - authors: [String!] - doi: String - section: String - title: String - urn: String - webAddress: Url -} - -input UpdateStandardInput { - abstract: String - locator: Url - numeration: UpdateNumerationInput! - section: String - standardizers: [Standardizer!]! - title: String - year: Int +input UriFilterInput { + and: [UriFilterInput!] + or: [UriFilterInput!] + absolutePath: StringOperationFilterInput + absoluteUri: StringOperationFilterInput + localPath: StringOperationFilterInput + authority: StringOperationFilterInput + hostNameType: UriHostNameTypeOperationFilterInput + isDefaultPort: BooleanOperationFilterInput + isFile: BooleanOperationFilterInput + isLoopback: BooleanOperationFilterInput + pathAndQuery: StringOperationFilterInput + segments: ListStringOperationFilterInput + isUnc: BooleanOperationFilterInput + host: StringOperationFilterInput + port: ComparableInt32OperationFilterInput + query: StringOperationFilterInput + fragment: StringOperationFilterInput + scheme: StringOperationFilterInput + originalString: StringOperationFilterInput + dnsSafeHost: StringOperationFilterInput + idnHost: StringOperationFilterInput + isAbsoluteUri: BooleanOperationFilterInput + userEscaped: BooleanOperationFilterInput + userInfo: StringOperationFilterInput +} + +input UriHostNameTypeOperationFilterInput { + equalTo: UriHostNameType @cost(weight: "10") + notEqualTo: UriHostNameType @cost(weight: "10") + in: [UriHostNameType!] @cost(weight: "10") + notIn: [UriHostNameType!] @cost(weight: "10") } input UriSortInput { @@ -3133,25 +2712,10 @@ input UriSortInput { userInfo: SortEnumType @cost(weight: "10") } -input UrlOperationFilterInput { - eq: Url @cost(weight: "10") - neq: Url @cost(weight: "10") - in: [Url] @cost(weight: "10") - nin: [Url] @cost(weight: "10") - gt: Url @cost(weight: "10") - ngt: Url @cost(weight: "10") - gte: Url @cost(weight: "10") - ngte: Url @cost(weight: "10") - lt: Url @cost(weight: "10") - nlt: Url @cost(weight: "10") - lte: Url @cost(weight: "10") - nlte: Url @cost(weight: "10") -} - input UserFilterInput { and: [UserFilterInput!] or: [UserFilterInput!] - id: UuidOperationFilterInput + id: ComparableGuidOperationFilterInput developedMethods: ListMethodFilterTypeFilterInput developedMethodEdges: ListUserMethodDeveloperFilterTypeFilterInput representedInstitutions: ListInstitutionFilterTypeFilterInput @@ -3167,41 +2731,7 @@ input UserMethodDeveloperFilterInput { } input UserSortInput { - postalAddress: SortEnumType @cost(weight: "10") - websiteLocator: UriSortInput @cost(weight: "10") - version: SortEnumType @cost(weight: "10") - "Full name" - name: SortEnumType @cost(weight: "10") id: SortEnumType @cost(weight: "10") - userName: SortEnumType @cost(weight: "10") - normalizedUserName: SortEnumType @cost(weight: "10") - email: SortEnumType @cost(weight: "10") - normalizedEmail: SortEnumType @cost(weight: "10") - emailConfirmed: SortEnumType @cost(weight: "10") - passwordHash: SortEnumType @cost(weight: "10") - securityStamp: SortEnumType @cost(weight: "10") - concurrencyStamp: SortEnumType @cost(weight: "10") - phoneNumber: SortEnumType @cost(weight: "10") - phoneNumberConfirmed: SortEnumType @cost(weight: "10") - twoFactorEnabled: SortEnumType @cost(weight: "10") - lockoutEnd: SortEnumType @cost(weight: "10") - lockoutEnabled: SortEnumType @cost(weight: "10") - accessFailedCount: SortEnumType @cost(weight: "10") -} - -input UuidOperationFilterInput { - eq: Uuid @cost(weight: "10") - neq: Uuid @cost(weight: "10") - in: [Uuid] @cost(weight: "10") - nin: [Uuid] @cost(weight: "10") - gt: Uuid @cost(weight: "10") - ngt: Uuid @cost(weight: "10") - gte: Uuid @cost(weight: "10") - ngte: Uuid @cost(weight: "10") - lt: Uuid @cost(weight: "10") - nlt: Uuid @cost(weight: "10") - lte: Uuid @cost(weight: "10") - nlte: Uuid @cost(weight: "10") } input UuidPropositionInput { @@ -3367,10 +2897,17 @@ enum ConfirmUserMethodDeveloperErrorCode { UNKNOWN_DEVELOPER } +enum CreateApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_INSTITUTION +} + enum CreateComponentErrorCode { UNKNOWN UNKNOWN_MANUFACTURER UNAUTHORIZED + AMBIGUOUS_REFERENCE } enum CreateDataFormatErrorCode { @@ -3416,6 +2953,18 @@ enum DatabaseVerificationState { VERIFIED } +enum DeleteApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_APPLICATION +} + +enum DeleteAuthorizationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_AUTHORIZATION +} + enum DeleteInstitutionErrorCode { UNKNOWN UNKNOWN_INSTITUTION @@ -3629,6 +3178,12 @@ enum ResetUserTwoFactorAuthenticatorErrorCode { RESETTING_FAILED } +enum RevokeTokenErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_TOKEN +} + enum SetUserPasswordErrorCode { UNKNOWN UNKNOWN_USER @@ -3685,6 +3240,12 @@ enum SwitchInstitutionOperatingStateErrorCode { UNAUTHORIZED } +enum UpdateApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_APPLICATION +} + enum UpdateComponentAssemblyErrorCode { UNKNOWN UNKNOWN_ASSEMBLED_COMPONENT @@ -3732,6 +3293,14 @@ enum UpdateMethodErrorCode { UNKNOWN_METHOD } +enum UriHostNameType { + UNKNOWN + BASIC + DNS + I_PV4 + I_PV6 +} + enum UserRole { ADMINISTRATOR VERIFIER @@ -3753,38 +3322,16 @@ enum VerifyInstitutionErrorCode { } "The authorize directive." -directive @authorize( - "Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." - apply: ApplyPolicy! = BEFORE_RESOLVER - "The name of the authorization policy that determines access to the annotated resource." - policy: String - "Roles that are allowed to access the annotated resource." - roles: [String!] -) repeatable on OBJECT | FIELD_DEFINITION +directive @authorize("Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!]) repeatable on OBJECT | FIELD_DEFINITION "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." -directive @cost( - "The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." - weight: String! -) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION +directive @cost("The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." weight: String!) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION "The purpose of the `@listSize` directive is to either inform the static analysis about the size of returned lists (if that information is statically available), or to point the analysis to where to find that information." -directive @listSize( - "The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." - assumedSize: Int - "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." - requireOneSlicingArgument: Boolean! = true - "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." - sizedFields: [String!] - "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." - slicingArguments: [String!] -) on FIELD_DEFINITION +directive @listSize("The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." assumedSize: Int "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." requireOneSlicingArgument: Boolean! = true "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." sizedFields: [String!] "The `slicingArgumentDefaultValue` argument can be used to define a default value for a slicing argument, which is used if the argument is not present in a query." slicingArgumentDefaultValue: Int "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." slicingArguments: [String!]) on FIELD_DEFINITION "The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy( - "The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." - url: String! -) on SCALAR +directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR scalar Any @@ -3792,7 +3339,7 @@ scalar Any scalar Byte "The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https://www.graphql-scalars.com/date-time") +scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") "The NonNegativeInt scalar type represents a unsigned 32-bit numeric non-fractional value equal to or greater than 0." scalar NonNegativeInt From fcbb135c84c5d0c00bc7771b3c16aeda536235cf Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 13 Feb 2025 17:16:01 +0100 Subject: [PATCH 243/362] Format schemata with `make format` --- apis/database.graphql | 15 +- apis/metabase.graphql | 631 +++++++++++++++++++++++++++++++++++------- 2 files changed, 529 insertions(+), 117 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index e4b964cb..4cdd0091 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -211,10 +211,7 @@ type Query { """ Confer `Query#calorimetricData`. """ - hygrothermalData( - id: Uuid! - locale: Locale - ): HygrothermalData! + hygrothermalData(id: Uuid!, locale: Locale): HygrothermalData! """ Confer `Query#calorimetricData`. @@ -224,10 +221,7 @@ type Query { """ Confer `Query#calorimetricData`. """ - photovoltaicData( - id: Uuid! - locale: Locale - ): PhotovoltaicData! + photovoltaicData(id: Uuid!, locale: Locale): PhotovoltaicData! """ Search for all calorimetric data for which the proposition is true. @@ -374,10 +368,7 @@ type Query { """ Confer `Query#hasCalorimetricData`. """ - hasOpticalData( - where: OpticalDataPropositionInput - locale: Locale - ): Boolean! + hasOpticalData(where: OpticalDataPropositionInput, locale: Locale): Boolean! """ Confer `Query#hasCalorimetricData`. diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 73b1cd73..f4218fcd 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -323,7 +323,8 @@ type Component implements Node { description: String! generalizationOf: ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! @cost(weight: "10") + manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! + @cost(weight: "10") name: String! partOf: ComponentPartOfConnection! @cost(weight: "10") prime: PrimeSurfaceOrDirection @cost(weight: "10") @@ -619,28 +620,79 @@ type DataFormatsEdge { } type Database implements Node { - allCalorimetricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: CalorimetricDataPropositionInput): CalorimetricDataConnection @cost(weight: "10") - allGeometricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: GeometricDataPropositionInput): GeometricDataConnection @cost(weight: "10") - allHygrothermalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: HygrothermalDataPropositionInput): HygrothermalDataConnection @cost(weight: "10") - allOpticalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: OpticalDataPropositionInput): OpticalDataConnection @cost(weight: "10") - allPhotovoltaicData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: String where: PhotovoltaicDataPropositionInput): PhotovoltaicDataConnection @cost(weight: "10") - calorimetricData(id: Uuid! locale: String): CalorimetricData @cost(weight: "10") + allCalorimetricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + where: CalorimetricDataPropositionInput + ): CalorimetricDataConnection @cost(weight: "10") + allGeometricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + where: GeometricDataPropositionInput + ): GeometricDataConnection @cost(weight: "10") + allHygrothermalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + where: HygrothermalDataPropositionInput + ): HygrothermalDataConnection @cost(weight: "10") + allOpticalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + where: OpticalDataPropositionInput + ): OpticalDataConnection @cost(weight: "10") + allPhotovoltaicData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: String + where: PhotovoltaicDataPropositionInput + ): PhotovoltaicDataConnection @cost(weight: "10") + calorimetricData(id: Uuid!, locale: String): CalorimetricData + @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") canCurrentUserVerifyNode: Boolean! @cost(weight: "10") description: String! - geometricData(id: Uuid! locale: String): GeometricData @cost(weight: "10") - hasCalorimetricData(locale: String where: CalorimetricDataPropositionInput): Boolean @cost(weight: "10") - hasGeometricData(locale: String where: GeometricDataPropositionInput): Boolean @cost(weight: "10") - hasHygrothermalData(locale: String where: HygrothermalDataPropositionInput): Boolean @cost(weight: "10") - hasOpticalData(locale: String where: OpticalDataPropositionInput): Boolean @cost(weight: "10") - hasPhotovoltaicData(locale: String where: PhotovoltaicDataPropositionInput): Boolean @cost(weight: "10") - hygrothermalData(id: Uuid! locale: String): HygrothermalData @cost(weight: "10") + geometricData(id: Uuid!, locale: String): GeometricData @cost(weight: "10") + hasCalorimetricData( + locale: String + where: CalorimetricDataPropositionInput + ): Boolean @cost(weight: "10") + hasGeometricData( + locale: String + where: GeometricDataPropositionInput + ): Boolean @cost(weight: "10") + hasHygrothermalData( + locale: String + where: HygrothermalDataPropositionInput + ): Boolean @cost(weight: "10") + hasOpticalData(locale: String, where: OpticalDataPropositionInput): Boolean + @cost(weight: "10") + hasPhotovoltaicData( + locale: String + where: PhotovoltaicDataPropositionInput + ): Boolean @cost(weight: "10") + hygrothermalData(id: Uuid!, locale: String): HygrothermalData + @cost(weight: "10") id: ID! locator: Url! name: String! operator: DatabaseOperatorEdge! @cost(weight: "10") - opticalData(id: Uuid! locale: String): OpticalData @cost(weight: "10") - photovoltaicData(id: Uuid! locale: String): PhotovoltaicData @cost(weight: "10") + opticalData(id: Uuid!, locale: String): OpticalData @cost(weight: "10") + photovoltaicData(id: Uuid!, locale: String): PhotovoltaicData + @cost(weight: "10") uuid: Uuid! @cost(weight: "10") verificationCode: String! verificationState: DatabaseVerificationState! @@ -900,18 +952,26 @@ type Institution implements Node & Stakeholder { canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! - developedMethods(pending: Boolean! = false): InstitutionDevelopedMethodConnection! @cost(weight: "10") + developedMethods( + pending: Boolean! = false + ): InstitutionDevelopedMethodConnection! @cost(weight: "10") id: ID! - managedDataFormats: InstitutionManagedDataFormatConnection! @cost(weight: "10") - managedInstitutions: InstitutionManagedInstitutionConnection! @cost(weight: "10") + managedDataFormats: InstitutionManagedDataFormatConnection! + @cost(weight: "10") + managedInstitutions: InstitutionManagedInstitutionConnection! + @cost(weight: "10") managedMethods: InstitutionManagedMethodConnection! @cost(weight: "10") manager: InstitutionManagerEdge @cost(weight: "10") - manufacturedComponents(pending: Boolean! = false): InstitutionManufacturedComponentConnection! @cost(weight: "10") + manufacturedComponents( + pending: Boolean! = false + ): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! operatedDatabases: InstitutionOperatedDatabaseConnection! @cost(weight: "10") operatingState: InstitutionOperatingState! publicKey: String - representatives(pending: Boolean! = false): InstitutionRepresentativeConnection! @cost(weight: "10") + representatives( + pending: Boolean! = false + ): InstitutionRepresentativeConnection! @cost(weight: "10") state: InstitutionState! uuid: Uuid! @cost(weight: "10") websiteLocator: Url @@ -1073,7 +1133,8 @@ type Method implements Node { canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [MethodCategory!]! description: String! - developers(pending: Boolean! = false): MethodDeveloperConnection! @cost(weight: "10") + developers(pending: Boolean! = false): MethodDeveloperConnection! + @cost(weight: "10") id: ID! manager: MethodManagerEdge! @cost(weight: "10") name: String! @@ -1117,70 +1178,241 @@ type MethodsEdge { } type Mutation { - addComponentAssembly(input: AddComponentAssemblyInput!): AddComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentGeneralization(input: AddComponentGeneralizationInput!): AddComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentManufacturer(input: AddComponentManufacturerInput!): AddComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentVariant(input: AddComponentVariantInput!): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionMethodDeveloper(input: AddInstitutionMethodDeveloperInput!): AddInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionRepresentative(input: AddInstitutionRepresentativeInput!): AddInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - addUserMethodDeveloper(input: AddUserMethodDeveloperInput!): AddUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addUserRole(input: AddUserRoleInput!): AddUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - changeInstitutionRepresentativeRole(input: ChangeInstitutionRepresentativeRoleInput!): ChangeInstitutionRepresentativeRolePayload! @authorize(policy: "Write") @cost(weight: "10") - changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - changeUserPassword(input: ChangeUserPasswordInput!): ChangeUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - confirmComponentManufacturer(input: ConfirmComponentManufacturerInput!): ConfirmComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionMethodDeveloper(input: ConfirmInstitutionMethodDeveloperInput!): ConfirmInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionRepresentative(input: ConfirmInstitutionRepresentativeInput!): ConfirmInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! @cost(weight: "10") - confirmUserEmailChange(input: ConfirmUserEmailChangeInput!): ConfirmUserEmailChangePayload! @cost(weight: "10") - confirmUserMethodDeveloper(input: ConfirmUserMethodDeveloperInput!): ConfirmUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - createApplication(input: CreateApplicationInput!): CreateApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") - createComponent(input: CreateComponentInput!): CreateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - createMethod(input: CreateMethodInput!): CreateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteApplication(input: DeleteApplicationInput!): DeleteApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteAuthorization(input: DeleteAuthorizationInput!): DeleteAuthorizationPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - deletePersonalUserData(input: DeletePersonalUserDataInput!): DeletePersonalUserDataPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - deleteUser(input: DeleteUserInput!): DeleteUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - enableUserTwoFactorAuthenticator(input: EnableUserTwoFactorAuthenticatorInput!): EnableUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + addComponentAssembly( + input: AddComponentAssemblyInput! + ): AddComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentGeneralization( + input: AddComponentGeneralizationInput! + ): AddComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentManufacturer( + input: AddComponentManufacturerInput! + ): AddComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentVariant( + input: AddComponentVariantInput! + ): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionMethodDeveloper( + input: AddInstitutionMethodDeveloperInput! + ): AddInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addInstitutionRepresentative( + input: AddInstitutionRepresentativeInput! + ): AddInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserMethodDeveloper( + input: AddUserMethodDeveloperInput! + ): AddUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserRole(input: AddUserRoleInput!): AddUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + changeInstitutionRepresentativeRole( + input: ChangeInstitutionRepresentativeRoleInput! + ): ChangeInstitutionRepresentativeRolePayload! + @authorize(policy: "Write") + @cost(weight: "10") + changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + changeUserPassword( + input: ChangeUserPasswordInput! + ): ChangeUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + confirmComponentManufacturer( + input: ConfirmComponentManufacturerInput! + ): ConfirmComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionMethodDeveloper( + input: ConfirmInstitutionMethodDeveloperInput! + ): ConfirmInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionRepresentative( + input: ConfirmInstitutionRepresentativeInput! + ): ConfirmInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! + @cost(weight: "10") + confirmUserEmailChange( + input: ConfirmUserEmailChangeInput! + ): ConfirmUserEmailChangePayload! @cost(weight: "10") + confirmUserMethodDeveloper( + input: ConfirmUserMethodDeveloperInput! + ): ConfirmUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createApplication(input: CreateApplicationInput!): CreateApplicationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createComponent(input: CreateComponentInput!): CreateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createMethod(input: CreateMethodInput!): CreateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deleteApplication(input: DeleteApplicationInput!): DeleteApplicationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deleteAuthorization( + input: DeleteAuthorizationInput! + ): DeleteAuthorizationPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deletePersonalUserData( + input: DeletePersonalUserDataInput! + ): DeletePersonalUserDataPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + deleteUser(input: DeleteUserInput!): DeleteUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + enableUserTwoFactorAuthenticator( + input: EnableUserTwoFactorAuthenticatorInput! + ): EnableUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") - loginUserWithRecoveryCode(input: LoginUserWithRecoveryCodeInput!): LoginUserWithRecoveryCodePayload! @cost(weight: "10") - loginUserWithTwoFactorCode(input: LoginUserWithTwoFactorCodeInput!): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") - logoutUser: LogoutUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - registerUser(input: RegisterUserInput!): RegisterUserPayload! @cost(weight: "10") - removeComponentAssembly(input: RemoveComponentAssemblyInput!): RemoveComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentGeneralization(input: RemoveComponentGeneralizationInput!): RemoveComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentManufacturer(input: RemoveComponentManufacturerInput!): RemoveComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentVariant(input: RemoveComponentVariantInput!): RemoveComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionMethodDeveloper(input: RemoveInstitutionMethodDeveloperInput!): RemoveInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionRepresentative(input: RemoveInstitutionRepresentativeInput!): RemoveInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserMethodDeveloper(input: RemoveUserMethodDeveloperInput!): RemoveUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - requestUserPasswordReset(input: RequestUserPasswordResetInput!): RequestUserPasswordResetPayload! @cost(weight: "10") - resendUserEmailConfirmation(input: ResendUserEmailConfirmationInput!): ResendUserEmailConfirmationPayload! @cost(weight: "10") - resendUserEmailVerification: ResendUserEmailVerificationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! @cost(weight: "10") - resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - revokeToken(input: RevokeTokenInput!): RevokeTokenPayload! @authorize(policy: "Write") @cost(weight: "10") - setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - setUserPhoneNumber(input: SetUserPhoneNumberInput!): SetUserPhoneNumberPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - switchInstitutionOperatingState(input: SwitchInstitutionOperatingStateInput!): SwitchInstitutionOperatingStatePayload! @authorize(policy: "Write") @cost(weight: "10") - updateApplication(input: UpdateApplicationInput!): UpdateApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponentAssembly(input: UpdateComponentAssemblyInput!): UpdateComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + loginUserWithRecoveryCode( + input: LoginUserWithRecoveryCodeInput! + ): LoginUserWithRecoveryCodePayload! @cost(weight: "10") + loginUserWithTwoFactorCode( + input: LoginUserWithTwoFactorCodeInput! + ): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") + logoutUser: LogoutUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + registerUser(input: RegisterUserInput!): RegisterUserPayload! + @cost(weight: "10") + removeComponentAssembly( + input: RemoveComponentAssemblyInput! + ): RemoveComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentGeneralization( + input: RemoveComponentGeneralizationInput! + ): RemoveComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentManufacturer( + input: RemoveComponentManufacturerInput! + ): RemoveComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentVariant( + input: RemoveComponentVariantInput! + ): RemoveComponentVariantPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionMethodDeveloper( + input: RemoveInstitutionMethodDeveloperInput! + ): RemoveInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionRepresentative( + input: RemoveInstitutionRepresentativeInput! + ): RemoveInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserMethodDeveloper( + input: RemoveUserMethodDeveloperInput! + ): RemoveUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + requestUserPasswordReset( + input: RequestUserPasswordResetInput! + ): RequestUserPasswordResetPayload! @cost(weight: "10") + resendUserEmailConfirmation( + input: ResendUserEmailConfirmationInput! + ): ResendUserEmailConfirmationPayload! @cost(weight: "10") + resendUserEmailVerification: ResendUserEmailVerificationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! + @cost(weight: "10") + resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + revokeToken(input: RevokeTokenInput!): RevokeTokenPayload! + @authorize(policy: "Write") + @cost(weight: "10") + setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + setUserPhoneNumber( + input: SetUserPhoneNumberInput! + ): SetUserPhoneNumberPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + switchInstitutionOperatingState( + input: SwitchInstitutionOperatingStateInput! + ): SwitchInstitutionOperatingStatePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateApplication(input: UpdateApplicationInput!): UpdateApplicationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponentAssembly( + input: UpdateComponentAssemblyInput! + ): UpdateComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") } type NamedMethodArgument { @@ -1345,35 +1577,197 @@ type Publication implements Reference { } type Query { - application(applicationId: Uuid!): Application @authorize(policy: "Read") @cost(weight: "10") + application(applicationId: Uuid!): Application + @authorize(policy: "Read") + @cost(weight: "10") applications: [Application!]! @authorize(policy: "Read") @cost(weight: "10") - authorization(authorizationId: Uuid!): Authorization @authorize(policy: "Read") @cost(weight: "10") - authorizations: [Authorization!]! @authorize(policy: "Read") @cost(weight: "10") - authorizationsByApplicationId(applicationId: Uuid!): [Authorization!]! @authorize(policy: "Read") @cost(weight: "10") + authorization(authorizationId: Uuid!): Authorization + @authorize(policy: "Read") + @cost(weight: "10") + authorizations: [Authorization!]! + @authorize(policy: "Read") + @cost(weight: "10") + authorizationsByApplicationId(applicationId: Uuid!): [Authorization!]! + @authorize(policy: "Read") + @cost(weight: "10") component(uuid: Uuid!): Component @cost(weight: "10") - components("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [ComponentSortInput!] @cost(weight: "10") where: ComponentFilterInput @cost(weight: "10")): ComponentsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + components( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [ComponentSortInput!] @cost(weight: "10") + where: ComponentFilterInput @cost(weight: "10") + ): ComponentsConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") currentUser: User @cost(weight: "10") database(uuid: Uuid!): Database @cost(weight: "10") - databases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): DatabasesConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + databases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): DatabasesConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") dataFormat(uuid: Uuid!): DataFormat @cost(weight: "10") - dataFormats("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DataFormatSortInput!] @cost(weight: "10") where: DataFormatFilterInput @cost(weight: "10")): DataFormatsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + dataFormats( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DataFormatSortInput!] @cost(weight: "10") + where: DataFormatFilterInput @cost(weight: "10") + ): DataFormatsConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") institution(uuid: Uuid!): Institution @cost(weight: "10") - institutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): InstitutionsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + institutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): InstitutionsConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") method(uuid: Uuid!): Method @cost(weight: "10") - methods("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [MethodSortInput!] @cost(weight: "10") where: MethodFilterInput @cost(weight: "10")): MethodsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + methods( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [MethodSortInput!] @cost(weight: "10") + where: MethodFilterInput @cost(weight: "10") + ): MethodsConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") "Fetches an object given its ID." node("ID of the object." id: ID!): Node @cost(weight: "10") "Lookup nodes by a list of IDs." nodes("The list of node IDs." ids: [ID!]!): [Node]! @cost(weight: "10") - pendingDatabases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): PendingDatabasesConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - pendingInstitutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): PendingInstitutionsConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + pendingDatabases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): PendingDatabasesConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") + pendingInstitutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): PendingInstitutionsConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") scope(scopeId: Uuid!): Scope @authorize(policy: "Read") @cost(weight: "10") scopes: [Scope!]! @authorize(policy: "Read") @cost(weight: "10") token(tokenId: Uuid!): Token @authorize(policy: "Read") @cost(weight: "10") tokens: [Token!]! @authorize(policy: "Read") @cost(weight: "10") - tokensByApplicationId(applicationId: Uuid!): [Token!]! @authorize(policy: "Read") @cost(weight: "10") + tokensByApplicationId(applicationId: Uuid!): [Token!]! + @authorize(policy: "Read") + @cost(weight: "10") user(uuid: Uuid!): User @cost(weight: "10") - users("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [UserSortInput!] @cost(weight: "10") where: UserFilterInput @cost(weight: "10")): UsersConnection @listSize(assumedSize: 100, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + users( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [UserSortInput!] @cost(weight: "10") + where: UserFilterInput @cost(weight: "10") + ): UsersConnection + @listSize( + assumedSize: 100 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") } type RegisterUserError { @@ -1737,7 +2131,8 @@ type User implements Node & Stakeholder { canCurrentUserAddApplications: Boolean! @cost(weight: "10") canCurrentUserDeleteUser: Boolean! @cost(weight: "10") canCurrentUserViewApplications: Boolean! @cost(weight: "10") - developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! @cost(weight: "10") + developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! + @cost(weight: "10") email: String @cost(weight: "10") hasPassword: Boolean @cost(weight: "10") id: ID! @@ -1747,7 +2142,9 @@ type User implements Node & Stakeholder { name: String! @cost(weight: "10") phoneNumber: String @cost(weight: "10") postalAddress: String @cost(weight: "10") - representedInstitutions(pending: Boolean! = false): UserRepresentedInstitutionConnection! @cost(weight: "10") + representedInstitutions( + pending: Boolean! = false + ): UserRepresentedInstitutionConnection! @cost(weight: "10") roles: [UserRole!] @cost(weight: "10") rolesCurrentUserCanAdd: [UserRole!]! @cost(weight: "10") rolesCurrentUserCanRemove: [UserRole!]! @cost(weight: "10") @@ -3322,16 +3719,40 @@ enum VerifyInstitutionErrorCode { } "The authorize directive." -directive @authorize("Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!]) repeatable on OBJECT | FIELD_DEFINITION +directive @authorize( + "Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." + apply: ApplyPolicy! = BEFORE_RESOLVER + "The name of the authorization policy that determines access to the annotated resource." + policy: String + "Roles that are allowed to access the annotated resource." + roles: [String!] +) repeatable on OBJECT | FIELD_DEFINITION "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." -directive @cost("The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." weight: String!) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION +directive @cost( + "The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." + weight: String! +) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION "The purpose of the `@listSize` directive is to either inform the static analysis about the size of returned lists (if that information is statically available), or to point the analysis to where to find that information." -directive @listSize("The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." assumedSize: Int "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." requireOneSlicingArgument: Boolean! = true "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." sizedFields: [String!] "The `slicingArgumentDefaultValue` argument can be used to define a default value for a slicing argument, which is used if the argument is not present in a query." slicingArgumentDefaultValue: Int "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." slicingArguments: [String!]) on FIELD_DEFINITION +directive @listSize( + "The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." + assumedSize: Int + "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." + requireOneSlicingArgument: Boolean! = true + "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." + sizedFields: [String!] + "The `slicingArgumentDefaultValue` argument can be used to define a default value for a slicing argument, which is used if the argument is not present in a query." + slicingArgumentDefaultValue: Int + "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." + slicingArguments: [String!] +) on FIELD_DEFINITION "The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR +directive @specifiedBy( + "The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." + url: String! +) on SCALAR scalar Any @@ -3339,7 +3760,7 @@ scalar Any scalar Byte "The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") +scalar DateTime @specifiedBy(url: "https://www.graphql-scalars.com/date-time") "The NonNegativeInt scalar type represents a unsigned 32-bit numeric non-fractional value equal to or greater than 0." scalar NonNegativeInt From be7337bd54bf11d0debbc303929612e23248c7b7 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 17 Feb 2025 18:12:20 +0100 Subject: [PATCH 244/362] Make `type`, `subtype`, and `coatedSide` fields of optical data only, name their enum types more expressively, and add corresponding propositions --- apis/database.graphql | 88 +++++++++++++++++++++++++++---------------- 1 file changed, 56 insertions(+), 32 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 4cdd0091..ada396ce 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -808,6 +808,42 @@ input HygrothermalDataPropositionInput { resources: GetHttpsResourcesPropositionInput } +""" +Proposition for values of enum type `OpticalComponentType`. Multiple +sub-propositions are combined conjunctively, where the conjunction of an empty +set of sub-propositions is true. +""" +input OpticalComponentTypePropositionInput { + equalTo: OpticalComponentType + notEqualTo: OpticalComponentType + in: [OpticalComponentType] + notIn: [OpticalComponentType] +} + +""" +Proposition for values of enum type `OpticalComponentSubtype`. Multiple +sub-propositions are combined conjunctively, where the conjunction of an empty +set of sub-propositions is true. +""" +input OpticalComponentSubtypePropositionInput { + equalTo: OpticalComponentSubtype + notEqualTo: OpticalComponentSubtype + in: [OpticalComponentSubtype] + notIn: [OpticalComponentSubtype] +} + +""" +Proposition for values of enum type `CoatedSide`. Multiple sub-propositions are +combined conjunctively, where the conjunction of an empty set of +sub-propositions is true. +""" +input CoatedSidePropositionInput { + equalTo: CoatedSide + notEqualTo: CoatedSide + in: [CoatedSide] + notIn: [CoatedSide] +} + """ See `DataPropositionInput`. """ @@ -817,6 +853,9 @@ input OpticalDataPropositionInput { not: OpticalDataPropositionInput or: [OpticalDataPropositionInput!] resources: GetHttpsResourcesPropositionInput + type: OpticalComponentTypePropositionInput + subtype: OpticalComponentSubtypePropositionInput + coatedSide: CoatedSidePropositionInput nearnormalHemisphericalVisibleTransmittances: FloatsPropositionInput nearnormalHemisphericalVisibleReflectances: FloatsPropositionInput nearnormalHemisphericalSolarTransmittances: FloatsPropositionInput @@ -978,7 +1017,7 @@ type PhotovoltaicDataEdge { """ Type of data. """ -enum DataType { +enum OpticalComponentType { GLAZING SHADING } @@ -986,7 +1025,7 @@ enum DataType { """ Subtype of data. """ -enum DataSubtype { +enum OpticalComponentSubtype { MONOLITHIC LAMINATE INTERLAYER @@ -1060,21 +1099,6 @@ interface Data { """ componentId: Uuid! - """ - Type - """ - type: DataType - - """ - Subtype - """ - subtype: DataSubtype - - """ - Coated side - """ - coatedSide: CoatedSide - """ Name """ @@ -1178,9 +1202,6 @@ type OpticalData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! - type: DataType - subtype: DataSubtype - coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1192,6 +1213,21 @@ type OpticalData implements Node & Data { approvals: [DataApproval!]! approval: ResponseApproval! + """ + Type + """ + type: OpticalComponentType + + """ + Subtype + """ + subtype: OpticalComponentSubtype + + """ + Coated side + """ + coatedSide: CoatedSide + """ Mirrored nearnormal hemispherical visible transmittance values that occur in the data. If some or all of those values do not occur verbatim in the data, they need not occur in the list, even if they can be calculated based on the data. """ @@ -1234,9 +1270,6 @@ type CalorimetricData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! - type: DataType - subtype: DataSubtype - coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1266,9 +1299,6 @@ type GeometricData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! - type: DataType - subtype: DataSubtype - coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1293,9 +1323,6 @@ type HygrothermalData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! - type: DataType - subtype: DataSubtype - coatedSide: CoatedSide name: String description: String warnings: [String!]! @@ -1315,9 +1342,6 @@ type PhotovoltaicData implements Node & Data { locale: Locale! databaseId: Uuid! componentId: Uuid! - type: DataType - subtype: DataSubtype - coatedSide: CoatedSide name: String description: String warnings: [String!]! From 7bea9e2630e62ca6218522846c610884994b4161 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 18 Feb 2025 16:56:35 +0100 Subject: [PATCH 245/362] Add `type`, `subtype`, and `coatedSide` to optical data --- apis/metabase.graphql | 64 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index f4218fcd..6721e647 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -1440,6 +1440,7 @@ type OpticalData implements Data { appliedMethod: AppliedMethod! approvals: [DataApproval!]! cielabColors: [CielabColor!]! + coatedSide: CoatedSide colorRenderingIndices: [Float!]! component: Component @cost(weight: "10") componentId: Uuid! @@ -1459,7 +1460,9 @@ type OpticalData implements Data { nearnormalHemisphericalVisibleTransmittances: [Float!]! resources: [GetHttpsResource!]! resourceTree: GetHttpsResourceTree! + subtype: OpticalComponentSubtype timestamp: DateTime! + type: OpticalComponentType uuid: Uuid! warnings: [String!]! } @@ -2311,6 +2314,13 @@ input ClosedIntervalInput { upperBound: Float! } +input CoatedSidePropositionInput { + equalTo: CoatedSide + in: [CoatedSide!] + notEqualTo: CoatedSide + notIn: [CoatedSide!] +} + input ComparableGuidOperationFilterInput { equalTo: Uuid @cost(weight: "10") notEqualTo: Uuid @cost(weight: "10") @@ -2841,9 +2851,24 @@ input OpenEndedDateTimeRangeInput { to: DateTime } +input OpticalComponentSubtypePropositionInput { + equalTo: OpticalComponentSubtype + in: [OpticalComponentSubtype!] + notEqualTo: OpticalComponentSubtype + notIn: [OpticalComponentSubtype!] +} + +input OpticalComponentTypePropositionInput { + equalTo: OpticalComponentType + in: [OpticalComponentType!] + notEqualTo: OpticalComponentType + notIn: [OpticalComponentType!] +} + input OpticalDataPropositionInput { and: [OpticalDataPropositionInput!] cielabColors: CielabColorsPropositionInput + coatedSide: CoatedSidePropositionInput colorRenderingIndices: FloatsPropositionInput componentId: UuidPropositionInput infraredEmittances: FloatsPropositionInput @@ -2854,6 +2879,8 @@ input OpticalDataPropositionInput { not: OpticalDataPropositionInput or: [OpticalDataPropositionInput!] resources: GetHttpsResourcesPropositionInput + subtype: OpticalComponentSubtypePropositionInput + type: OpticalComponentTypePropositionInput } input PhotovoltaicDataPropositionInput { @@ -3243,6 +3270,13 @@ enum ChangeUserPasswordErrorCode { PASSWORD_TOO_SHORT } +enum CoatedSide { + FRONT + BACK + BOTH + NEITHER +} + enum ComponentCategory { MATERIAL LAYER @@ -3461,6 +3495,36 @@ enum MethodCategory { CALCULATION } +enum OpticalComponentSubtype { + MONOLITHIC + LAMINATE + INTERLAYER + EMBEDDED_COATING + COATED + COATING + APPLIED_FILM + FILM + VENETIAN_BLIND + DIFFUSING_SHADE + ROLLER_SHADE + WOVEN_SHADE + VERTICAL_LOUVER + PERFORATED_SCREEN + CELLULAR_SHADE + PLEATED_SHADE + ROMAN_SHADE + SHADE_MATERIAL + FRITTED_GLASS + ACID_ETCHED_GLASS + SANDBLASTED_GLASS + CHROMOGENIC +} + +enum OpticalComponentType { + GLAZING + SHADING +} + enum PrimeSurface { INSIDE OUTSIDE From edf3c3038628f7358ae5c797230326e67bd8d287 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Feb 2025 16:51:45 +0100 Subject: [PATCH 246/362] Add schematic drawing of optical data point --- .../opticalDataPointSchema.png | 3 - .../opticalDataPointSchema.svg | 3 - .../opticalDataPointSchema.png | 3 + .../opticalDataPointSchema.svg | 3 + .../opticalDataPointSchema_old.plantuml | 191 ------------------ .../opticalDataPointSchematicDrawing.plantuml | 121 +++++++++++ 6 files changed, 127 insertions(+), 197 deletions(-) delete mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png delete mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.svg create mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png create mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg delete mode 100644 docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml create mode 100644 docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png deleted file mode 100644 index 7b6b076d..00000000 --- a/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f5a9f71a4305b2635bce5776c21d9c69be534515759f4848f46897ebc95d44 -size 188000 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.svg deleted file mode 100644 index 3d655002..00000000 --- a/docs/diagrams/out/opticalData/opticalDataPointSchema_old/opticalDataPointSchema.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63b2f00aa97b88f453d9d973e1ed15fed14111bf17365560a412b72b5fad38fc -size 84318 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png new file mode 100644 index 00000000..674b33d9 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff790752c943f2544c76fbe7ab7cd631ed9906f23f098d7145565bf4476c98c +size 147994 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg new file mode 100644 index 00000000..af6bf518 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e718343271be740c08b382cea7f66685c293096e65240ae97c0265e48c6047 +size 53202 diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml deleted file mode 100644 index 00b6ea85..00000000 --- a/docs/diagrams/src/opticalData/opticalDataPointSchema_old.plantuml +++ /dev/null @@ -1,191 +0,0 @@ -@startjson opticalDataPointSchema -{ - "dataPoint": { - "oneOf": - { - "incidence": { - "direction": { - "oneOf": - { - "polar": { - "number": "degreeBetweenZeroAndNinetyWithUncertainty" - } - , - "azimuth": { - "number": "degreeBetweenZeroAndThreeHundredSixtyWithUncertainty" - - } - } - , - "": - { - "type": "string", - "const": "hemispherical" - } - - } - , - "wavelengths": { - "oneOf": - { - "wavelength": { - "number": "nanometer" - } - , - "uncertainty": [ "bandwidth", "amplificationFactor" ] - } - , - "": - { - "integral": ["infrared", "solar", "ultraviolet", "visible", "other"] - } - - } - , - "polarization": { - "oneOf": - { - "s": { - "number": "numberWithUncertainty" - } - , - "p": { - "number": "numberWithUncertainty" - } - } - , - "": - { - "Circular polarization": ["leftHanded", "rightHanded"] - } - - } - } - , - "componentCharacteristics": { - "treatmentBefore": { - "common": "reference" - } - , - "locationOnSample": { - "common": "reference" - } - , - "polarizationSensitivity": { - "common": "reference" - } - , - "instrumentSignature": { - "number": "nonNegativeNumber" - } - , - "normalization": ["absolute", "relative", "specular", "diffuseReflectance"] - , - "referenceSample": { - "common": "reference" - } - , - "spot": { - "common": "reference" - } - , - "slatTilt": { - "common": "angles/slatTilt" - } - , - "symmetries": [ - "azimuthalAngleInvariance", - "profileAngle", - "mirror", - "rotationalDependingOnAzimuth", - "mirrorAndRotational" - ] - , - "surface": { - "component": "surface" - } - } - , - "emergence": { - "direction": { - "oneOf": - { - "polar": { - "number": "degreeWithUncertainty" - } - , - "azimuth": { - "number": "degreeWithUncertainty" - } - } - , - "": - { - "string": ["diffuse", "hemispherical"] - } - - } - } - , - "results": { - "transmittance": { - "number": "numberWithUncertainty" - } - , - "reflectance": { - "number": "numberWithUncertainty" - } - , - "absorptanceEmittance": { - "number": "numberWithUncertainty" - } - } - } - , - "": - { - "name": { - "type": "string" - } - , - "cielabColors": - { - "lStar": { - "number": "numberWithUncertainty" - } - , - "aStar": { - "number": "numberWithUncertainty" - } - , - "bStar": { - "number": "numberWithUncertainty" - } - , - "direction": ["reflection", "transmission"] - , - "surface": { - "component": "surface" - } - , - "observer": ["twoDegrees", "tenDegrees"] - , - "illuminant": ["A", "D65"] - } - , - "colorRenderingIndices": { - "value": { - "number": "numberWithUncertainty" - } - , - "direction": ["reflection", "transmission"] - , - "surface": { - "component": "surface" - } - } - } - - } -} -@endjson \ No newline at end of file diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml new file mode 100644 index 00000000..bdc72802 --- /dev/null +++ b/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml @@ -0,0 +1,121 @@ +@startjson opticalDataPointSchema +{ + "componentCharacteristics": { + "surface": { + "component": "surface" + }, + "symmetries": [ + "azimuthalAngleInvariance", + "profileAngle", + "mirror", + "rotationalDependingOnAzimuth", + "mirrorAndRotational" + ] + , + "slatTilt": { + "common": "angles/slatTilt" + } + } + , + "incidence": { + "direction": { + "oneOf": + { + "polar": "degreeBetweenZeroAndNinetyWithUncertainty" + + , + "azimuth": "degreeBetweenZeroAndThreeHundredSixtyWithUncertainty" + } + , + "": + { + "string":"hemispherical" + } + + } + , + "wavelengths": { + "oneOf": + { + "wavelength": "nanometer" + } + , + "": + { + "integral": ["infrared", "solar", "ultraviolet", "visible"] + } + + } + , + "polarization": { + "oneOf": + { + "s": "numberWithUncertainty" + + , + "p": "numberWithUncertainty" + + } + , + "": + { + "Circular polarization": ["leftHanded", "rightHanded"] + } + + } + } + , + "emergence": { + "direction": { + "oneOf": + { + "polar": "degreeWithUncertainty" + + , + "azimuth": "degreeWithUncertainty" + + } + , + "": + { + "string": ["diffuse", "hemispherical"] + } + + } + }, + "results": { + "transmittance": "numberWithUncertainty", + "reflectance": "numberWithUncertainty", + "absorptanceEmittance":"numberWithUncertainty", + "colorTransmittance": { + "cielabColors": { + "lStar": "numberWithUncertainty" + , + "aStar": "numberWithUncertainty" + , + "bStar": "numberWithUncertainty" + , + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + }, + "colorRenderingIndices": { + "Ra": "numberBetweenZeroAndOneHundredWithUncertainty", + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + } + }, + "colorReflectance": { + "cielabColors": { + "lStar": "numberWithUncertainty" + , + "aStar": "numberWithUncertainty" + , + "bStar":"numberWithUncertainty" + , + "observer": ["twoDegrees", "tenDegrees"], + "illuminant": ["A", "D65"] + } + } + } +} +@endjson \ No newline at end of file From 6afcafa17eca4982fac5a9b540cf29251ab407fb Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Feb 2025 16:55:50 +0100 Subject: [PATCH 247/362] Rename the drawing --- .../opticalDataPointSchematicDrawing.png | 3 +++ .../opticalDataPointSchematicDrawing.svg | 3 +++ .../src/opticalData/opticalDataPointSchematicDrawing.plantuml | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png create mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.svg diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png new file mode 100644 index 00000000..7be814e1 --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d17b746f06331b6e04286179b6e9eb6978f030ee4471f884e967ae902951970 +size 148000 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.svg b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.svg new file mode 100644 index 00000000..c1db104b --- /dev/null +++ b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439531b5f1dc577d136e497abb7aeecc094648bdcb9b214f4e6d4a5e74cc6587 +size 53212 diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml index bdc72802..75ceaf01 100644 --- a/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml @@ -1,4 +1,4 @@ -@startjson opticalDataPointSchema +@startjson opticalDataPointSchematicDrawing { "componentCharacteristics": { "surface": { From cca5808bbfb2c15d66a223d9d2a024cd865e0db3 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Feb 2025 16:56:24 +0100 Subject: [PATCH 248/362] Delete old drawing --- .../opticalDataPointSchema.png | 3 --- .../opticalDataPointSchema.svg | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png delete mode 100644 docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png deleted file mode 100644 index 674b33d9..00000000 --- a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ff790752c943f2544c76fbe7ab7cd631ed9906f23f098d7145565bf4476c98c -size 147994 diff --git a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg b/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg deleted file mode 100644 index af6bf518..00000000 --- a/docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchema.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99e718343271be740c08b382cea7f66685c293096e65240ae97c0265e48c6047 -size 53202 From 23e14791a733bea0dddba4e282ec5ed1af434380 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Feb 2025 17:17:50 +0100 Subject: [PATCH 249/362] Add schematic drawing of calorimetric data set --- .../calorimetricDataSchematicDrawing.png | 3 + .../calorimetricDataSchematicDrawing.svg | 3 + .../calorimetricDataSchematicDrawing.plantuml | 112 ++++++++++++++++++ 3 files changed, 118 insertions(+) create mode 100644 docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png create mode 100644 docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.svg create mode 100644 docs/diagrams/src/calorimetricData/calorimetricDataSchematicDrawing.plantuml diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png b/docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png new file mode 100644 index 00000000..2bf54b98 --- /dev/null +++ b/docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6197a3eacf95695f9a36b04ba2c66a069e64aedded777ba7138f5b9f3cd823 +size 178884 diff --git a/docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.svg b/docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.svg new file mode 100644 index 00000000..bc96283b --- /dev/null +++ b/docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761286498775c7f58697aa50009ef6ee2d5597283e566af2388c6f78d2d2bdd8 +size 55512 diff --git a/docs/diagrams/src/calorimetricData/calorimetricDataSchematicDrawing.plantuml b/docs/diagrams/src/calorimetricData/calorimetricDataSchematicDrawing.plantuml new file mode 100644 index 00000000..c34e6f6f --- /dev/null +++ b/docs/diagrams/src/calorimetricData/calorimetricDataSchematicDrawing.plantuml @@ -0,0 +1,112 @@ +@startjson calorimetricDataSchematicDrawing +{ + "characteristics": { + "conditions": ["dynamic", "stationary"] + , + "primeSurface": ["exterior", "interior", "lateral"], + "componentTilt": { + "common": "componentTilt" + } + } + , + "fluxes": { + "conduction": + { + "side": ["exterior", "interior", "lateral"], + "flux": "wattWithUncertainty", + "temperatures": { + "surrounding": "kelvinWithUncertainty", + "sample": "kelvinWithUncertainty" + } + , + "coefficient": "wattPerSquareMeterKelvinWithUncertainty" + } + , + "convection": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": "wattWithUncertainty", + "temperatures": { + "surrounding": "wattWithUncertainty", + "sample": "wattWithUncertainty" + } + , + "coefficient": "wattPerSquareMeterKelvinWithUncertainty" + } + , + "longwaveRadiation": + { + "side": ["exterior", "interior", "lateral"] + , + "flux": "wattWithUncertainty", + "temperatures": { + "surrounding": "wattWithUncertainty", + "sample": "wattWithUncertainty" + } + , + "emittanceSurroundings": { + "number": "numberBetweenZeroAndOneWithUncertainty" + } + } + , + "conductionConvectionLongwaveRadiation": + { + "side": ["exterior", "interior", "lateral"], + "flux": "wattWithUncertainty", + "temperatures": { + "surrounding": "wattWithUncertainty", + "sample": "wattWithUncertainty" + }, + "coefficient": "wattPerSquareMeterKelvinWithUncertainty" + }, + "shortwaveRadiation": + { + "side": ["exterior", "interior", "lateral"], + "flux": "wattWithUncertainty", + "direction": "opticalDataIncidenceDirection" + } + , + "mixed": + { + "side": ["exterior", "interior", "lateral"], + "flux": "wattWithUncertainty" + } + , + "fluid": + { + "flux": "wattWithUncertainty", + "temperatures": { + "inlet": "wattWithUncertainty", + "outlet": "wattWithUncertainty" + }, + "massFlow": "kilogramPerSecondWithUncertainty", + "specificHeatCapacity": "joulePerKilogramKelvinWithUncertainty" + } + , + "electricity": + { + "flux": "wattWithUncertainty", + "currentVoltage": "currentVoltage" + } + } + , + "results": { + "area": { + "category": [ + "center", + "irradiatedAbsorber", + "outerDimensions", + "projectedIrradiatedAbsorber" + ] + } + , + "uValue": "wattPerSquareMeterKelvinWithUncertainty", + "gValue": "numberWithUncertainty", + "efficiencies": { + "photovoltaic": "efficiency", + "solarThermal": "efficiency" + } + } +} +@endjson From ba2baeec99f77df2b06c4a5edafb3600e419a6aa Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Feb 2025 17:30:11 +0100 Subject: [PATCH 250/362] Add schematic drawings to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 364b8990..a9b3bace 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GraphQL queries deal with metadata about data sets. They are used to find suitab The format [BED-JSON](https://github.com/building-envelope-data/api/blob/develop/schemas/data.json) is used for the pure data. [solarTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/solarTransmittanceReflectance.json) is an example of a pure data set. It must be valid against the JSON Schema [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json). -JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. A [visualization of the JSON Schema of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchema/opticalDataPointSchema.png) is available together with [visualizations of examples of optical data points](docs/diagrams/out/opticalData). A [visualization of the JSON Schema of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchema/calorimetricDataSchema.png) is available together with [visualizations of examples of calorimetric data sets](docs/diagrams/out/calorimetricData). +JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. There is a [schematic drawing of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png) and more [visualizations of optical examples](docs/diagrams/out/opticalData). There is also a [schematic drawing of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png) and more [visualizations of calorimetric examples](docs/diagrams/out/calorimetricData). The following introduction explains the structure for new users and the section "On your Linux machine" explains how you can work with the API specification. From 9d423902bb04801300c98a254107ebffed0b62d2 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 4 Mar 2025 15:35:13 +0100 Subject: [PATCH 251/362] Add the values `UNKNOWN` and `NOT_APPLICABLE` to the enumeration `CoatedSide` and make the coated side of optical data non-nullable --- apis/database.graphql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apis/database.graphql b/apis/database.graphql index ada396ce..7b35ba93 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -1058,6 +1058,8 @@ enum CoatedSide { BACK BOTH NEITHER + UNKNOWN + NOT_APPLICABLE } """ @@ -1226,7 +1228,7 @@ type OpticalData implements Node & Data { """ Coated side """ - coatedSide: CoatedSide + coatedSide: CoatedSide! """ Mirrored nearnormal hemispherical visible transmittance values that occur in the data. If some or all of those values do not occur verbatim in the data, they need not occur in the list, even if they can be calculated based on the data. From f68bec7abcb661260d11a0aba0314626c95256d1 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Mon, 10 Mar 2025 16:39:24 +0100 Subject: [PATCH 252/362] Add `MULTIPLE` and `EMBEDDED` to enumeration of coated sides --- apis/database.graphql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apis/database.graphql b/apis/database.graphql index 7b35ba93..028bf002 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -1052,11 +1052,15 @@ enum OpticalComponentSubtype { """ Coated side + +Multiple means embedded and either front or back or both front and back. """ enum CoatedSide { + MUTLIPLE FRONT BACK BOTH + EMBEDDED NEITHER UNKNOWN NOT_APPLICABLE From 8f2e91c092e12535a42b79707cd8f951293c757b Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 26 Mar 2025 11:55:34 +0100 Subject: [PATCH 253/362] Spell check the JSON Schemas --- .vscode/settings.json | 16 +++- schemas/building.json | 40 ++++++--- schemas/calorimetricData.json | 25 ++++-- schemas/common.json | 87 ++++++++++++++----- schemas/component.json | 31 +++++-- schemas/hygrothermalData.json | 55 ++++++++---- schemas/identifier.json | 10 ++- schemas/layer.json | 12 ++- schemas/material.json | 6 +- schemas/method.json | 43 +++++++--- schemas/number.json | 75 +++++++++++++---- schemas/opticalData.json | 111 ++++++++++++++++++------ schemas/photovoltaicData.json | 154 ++++++++++++++++++++++++++-------- 13 files changed, 503 insertions(+), 162 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1550cd0b..578ad166 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,8 +30,7 @@ "update.mode": "default", "explorer.confirmDelete": false, "workbench.editorAssociations": { - "git-rebase-todo": "default", - "*.ipynb": "jupyter.notebook.ipynb" + "git-rebase-todo": "default" }, "search.useReplacePreview": false, "security.workspace.trust.untrustedFiles": "open", @@ -39,6 +38,19 @@ "editor.renderControlCharacters": true, "cSpell.language": "en-US", "cSpell.userWords": [ + "kilogramme", + "octofluorpropane", + "hexafluoride", + "electrochromic", + "photochromic", + "thermochromic", + "ETSI", + "FFFD", + "Emittances", + "Raout", + "Colour", + "Hanek", + "Santamouris", "AERC", "ASHRAE", "ASTM", diff --git a/schemas/building.json b/schemas/building.json index 0ae8890d..3d7f823f 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -29,7 +29,7 @@ "description": "The id represents the version of the building." }, "relations": { - "title": "Relations of the current building to other buildings. These relations can range in the dimension between a very general building in early planning phases and and a very concretized building in later phases of the life cycle. A second dimension of relation ranges from being part of an assembly of buildings to being an assembly of other buildings. A third dimension are variants of buildings for example during the desing phase. The variants share a large part of their characteristics and are not necessarily more general, more concretized or part of an assembly.", + "title": "Relations of the current building to other buildings. These relations can range in the dimension between a very general building in early planning phases and and a very concretized building in later phases of the life cycle. A second dimension of relation ranges from being part of an assembly of buildings to being an assembly of other buildings. A third dimension are variants of buildings for example during the design phase. The variants share a large part of their characteristics and are not necessarily more general, more concretized or part of an assembly.", "type": "object", "properties": { "concretizationOf": { @@ -149,11 +149,11 @@ }, "minItems": 1 }, - "assesors": { + "assessors": { "type": "array", "items": { "$ref": "stakeholder.json", - "description": "Assesors offer to rate a building for example regarding its sustainability." + "description": "Assessors offer to rate a building for example regarding its sustainability." }, "minItems": 1 }, @@ -168,7 +168,10 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["owner", "BIMmanager"] + "required": [ + "owner", + "BIMmanager" + ] }, "approvals": { "$ref": "common.json#/$defs/approvals", @@ -205,7 +208,12 @@ } }, "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] + "required": [ + "id", + "webAddress", + "dataFormat", + "createdAt" + ] } }, "additionalProperties": false, @@ -243,7 +251,12 @@ } }, "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] + "required": [ + "id", + "webAddress", + "dataFormat", + "createdAt" + ] } }, "additionalProperties": false, @@ -268,7 +281,9 @@ } }, "additionalProperties": false, - "required": ["webAddress"] + "required": [ + "webAddress" + ] } }, "additionalProperties": false, @@ -278,7 +293,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches.", @@ -307,7 +324,10 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["latitude", "longitude"] + "required": [ + "latitude", + "longitude" + ] } }, "additionalProperties": false, @@ -320,4 +340,4 @@ } }, "$ref": "#/$defs/building" -} +} \ No newline at end of file diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 87480203..e5692c0e 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -38,7 +38,10 @@ "properties": { "conditions": { "type": "string", - "enum": ["dynamic", "stationary"], + "enum": [ + "dynamic", + "stationary" + ], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "surface": { @@ -273,7 +276,7 @@ "minItems": 1 }, "fluid": { - "title": "If heat is transfered to the sample by one or more fluid circuits, this heat flux can be defined by the following properties.", + "title": "If heat is transferred to the sample by one or more fluid circuits, this heat flux can be defined by the following properties.", "type": "array", "items": { "type": "object", @@ -358,7 +361,7 @@ "projectedIrradiatedAbsorber", "other" ], - "description": "(i) `center` means that the results are valid for the center of the component without influence by the frame. This is important for example for glazings. (ii) `outerDimensions` means that the whole area of the outer dimensions of the component is considered for the results. (iii) `irradiatedAbsorber` means that the area of the photovoltaic or solar thermal absober, which is irradiated by direct irradiance, is used to calculate the results. (iv) For the case of direct irradiance, `projectedIrradiatedAbsorber` projects the directly irradiated absorber area to a plane which is perpendicular to the direct irradiance. (v) If none of the other categories apply, `explanation` below must be used to describe the category." + "description": "(i) `center` means that the results are valid for the center of the component without influence by the frame. This is important for example for glazings. (ii) `outerDimensions` means that the whole area of the outer dimensions of the component is considered for the results. (iii) `irradiatedAbsorber` means that the area of the photovoltaic or solar thermal absorber, which is irradiated by direct irradiance, is used to calculate the results. (iv) For the case of direct irradiance, `projectedIrradiatedAbsorber` projects the directly irradiated absorber area to a plane which is perpendicular to the direct irradiance. (v) If none of the other categories apply, `explanation` below must be used to describe the category." }, "description": { "type": "string", @@ -373,10 +376,14 @@ } }, "then": { - "required": ["description"] + "required": [ + "description" + ] }, "else": { - "required": ["category"] + "required": [ + "category" + ] }, "additionalProperties": false }, @@ -417,9 +424,13 @@ }, "side": { "type": "string", - "enum": ["exterior", "interior", "lateral"], + "enum": [ + "exterior", + "interior", + "lateral" + ], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/common.json b/schemas/common.json index 2972f442..49a7b840 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -58,22 +58,26 @@ "properties": { "standard": { "$ref": "#/$defs/standard", - "description": "The standard refered to." + "description": "The standard referred to." } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", "properties": { "publication": { "$ref": "#/$defs/publication", - "description": "The publication refered to." + "description": "The publication referred to." } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -101,7 +105,7 @@ }, "webAddress": { "$ref": "#/$defs/webAddress", - "description": "If a persistent identifiert like DOI is defined above, this webAdress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." + "description": "If a persistent identifier like DOI is defined above, this webAddress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." } }, "additionalProperties": false, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,7 +228,10 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -237,7 +248,10 @@ } }, "additionalProperties": false, - "required": ["I", "V"] + "required": [ + "I", + "V" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -352,7 +368,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["voltage"] + "required": [ + "voltage" + ] }, { "title": "Thermochromic layers", @@ -366,7 +384,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["temperature"] + "required": [ + "temperature" + ] }, { "title": "Photochromic layers", @@ -380,12 +400,14 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["irradiance"] + "required": [ + "irradiance" + ] } ] }, "efficiencies": { - "title": "Definitions of effiencies for the conversion of energy.", + "title": "Definitions of efficiencies for the conversion of energy.", "$defs": { "photovoltaic": { "$ref": "number.json#/$defs/numberBetweenZeroAndOneWithUncertainty", @@ -403,7 +425,7 @@ }, "getHttpsResource": { "title": "GET HTTP(S) resource", - "description": "HTTP resource with meta information requestable through the protocol [HTTP over TLS](https://tools.ietf.org/html/rfc2818) with `GET` requests. The protocol is colloquially called Hypertext Transfer Protocol Secure (HTTPS) and uses [Transport Layer Security (TLS)](https://tools.ietf.org/html/rfc8446) to secure [Hypertext Transfer Protocol (HTTP)](https://tools.ietf.org/html/rfc7231) connections over the internet.\n\nIf an HTTP `GET` request of the resource is [successful](https://tools.ietf.org/html/rfc7231#section-6.3) with [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6) [200](https://tools.ietf.org/html/rfc7231#section-6.3.1), the response message body is the resource's content. Otherwise, there is some issue that can be identified and hopefully resolved by examining the status code.\n\nNote that the [Internet Assigned Numbers Authority (IANA)](https://www.iana.org) maintains the [HTTP status code registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml). See also [HTTP response status codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status).", + "description": "HTTP resource with meta information which can be requested through the protocol [HTTP over TLS](https://tools.ietf.org/html/rfc2818) with `GET` requests. The protocol is colloquially called Hypertext Transfer Protocol Secure (HTTPS) and uses [Transport Layer Security (TLS)](https://tools.ietf.org/html/rfc8446) to secure [Hypertext Transfer Protocol (HTTP)](https://tools.ietf.org/html/rfc7231) connections over the internet.\n\nIf an HTTP `GET` request of the resource is [successful](https://tools.ietf.org/html/rfc7231#section-6.3) with [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6) [200](https://tools.ietf.org/html/rfc7231#section-6.3.1), the response message body is the resource's content. Otherwise, there is some issue that can be identified and hopefully resolved by examining the status code.\n\nNote that the [Internet Assigned Numbers Authority (IANA)](https://www.iana.org) maintains the [HTTP status code registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml). See also [HTTP response status codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status).", "type": "object", "properties": { "description": { @@ -412,7 +434,7 @@ }, "hashValue": { "$ref": "string.json#/$defs/sha256Hash", - "description": "Hash value of sucessful HTTP response message body with [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6) [200](https://tools.ietf.org/html/rfc7231#section-6.3.1) computed with Secure Hash Algorithm 256 (SHA-256) as described in the [United States's Federal Information Processing Standard 180-4 (FIPS 180-4)](https://csrc.nist.gov/publications/detail/fips/180/4/final) by the [National Institute of Standards and Technology (NIST)](https://www.nist.gov). See also [RFC 6234](https://tools.ietf.org/html/rfc6234)." + "description": "Hash value of successful HTTP response message body with [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6) [200](https://tools.ietf.org/html/rfc7231#section-6.3.1) computed with Secure Hash Algorithm 256 (SHA-256) as described in the [United States's Federal Information Processing Standard 180-4 (FIPS 180-4)](https://csrc.nist.gov/publications/detail/fips/180/4/final) by the [National Institute of Standards and Technology (NIST)](https://www.nist.gov). See also [RFC 6234](https://tools.ietf.org/html/rfc6234)." }, "locator": { "$ref": "common.json#/$defs/webAddress", @@ -474,7 +496,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -496,14 +520,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -652,7 +684,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -683,14 +718,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file diff --git a/schemas/component.json b/schemas/component.json index 06da9c57..c7044090 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -29,7 +29,7 @@ "description": "The id represents the version of the component." }, "relations": { - "title": "Relations of the current component to other components. These relations can range in the dimension between a very general component such as a general product and and a very concretized component such as a specific component in a specific buildling. A second dimension of relation ranges from being part of another assembled component to being an assembly of other components. A third dimension are variants of components. They share a large part of their characteristics and are not necessarily more general, more concretized or part of an assembly.", + "title": "Relations of the current component to other components. These relations can range in the dimension between a very general component such as a general product and and a very concretized component such as a specific component in a specific building. A second dimension of relation ranges from being part of another assembled component to being an assembly of other components. A third dimension are variants of components. They share a large part of their characteristics and are not necessarily more general, more concretized or part of an assembly.", "type": "object", "properties": { "concretizationOf": { @@ -145,7 +145,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "categories": { "title": "The categories which a component can have.", @@ -155,7 +157,11 @@ "type": "array", "items": { "type": "string", - "enum": ["material", "layer", "unit"], + "enum": [ + "material", + "layer", + "unit" + ], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -229,7 +235,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", @@ -326,7 +334,7 @@ "required": [] }, "positionOfCoatings": { - "title": "The positions are counted from the nonPrime surface to the prime surface of the layer or unit. Each interface between solid and gas is counted as position. `0` represents a position withouth coating and `1` represents a position with coating. For example, a double glazing with one low emissivity coating can be represented by [ 0, 0, 1, 0].", + "title": "The positions are counted from the nonPrime surface to the prime surface of the layer or unit. Each interface between solid and gas is counted as position. `0` represents a position without coating and `1` represents a position with coating. For example, a double glazing with one low emissivity coating can be represented by [ 0, 0, 1, 0].", "type": "array", "items": { "oneOf": [ @@ -359,7 +367,10 @@ } }, "minProperties": 2, - "required": ["surface", "rootMeanSquare"] + "required": [ + "surface", + "rootMeanSquare" + ] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -383,10 +394,14 @@ }, "surface": { "type": "string", - "enum": ["nonPrime", "prime", "symmetric"], + "enum": [ + "nonPrime", + "prime", + "symmetric" + ], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} +} \ No newline at end of file diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index bf82511b..260c78d7 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -35,7 +35,7 @@ }, "freeWaterSaturation": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", - "description": "The amount of water of a capillay-active material it will take up in contact with water. Not the maximum water saturation, which regard water that additionally can be absorbed via vapor diffusion and condensation, regarding the poroxity, until completly filled pores." + "description": "The amount of water of a capillary-active material it will take up in contact with water. Not the maximum water saturation, which regard water that additionally can be absorbed via vapor diffusion and condensation, regarding the porosity, until completely filled pores." }, "waterAbsorptionCoefficient": { "$ref": "number.json#/$defs/kilogramPerSquareMeterAndSquareRootSeconds", @@ -43,11 +43,11 @@ }, "moistureDependentConductivitySupplement": { "$ref": "number.json#/$defs/percentPerMassPercent", - "description": "The supplement gives the fractional increase [in %] of the heat conductivity per mass-% moisture if a simple linear dependance of the heat conductivity on moisture content is sufficient." + "description": "The supplement gives the fractional increase [in %] of the heat conductivity per mass-% moisture if a simple linear dependence of the heat conductivity on moisture content is sufficient." }, "temperatureDependentConductivitySupplement": { "$ref": "number.json#/$defs/wattPerMeterSquareKelvin", - "description": "Descibes the supplement of heat conductivity in dependance to the material temperature, if a simple linear dependence is sufficient." + "description": "Describes the supplement of heat conductivity in dependence to the material temperature, if a simple linear dependence is sufficient." }, "typicalBuildInMoisture": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", @@ -55,7 +55,7 @@ }, "thermalEmissivity": { "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "Typically the hemisperical long-wave radiation emissivity of the dry material surface (ASTM E408)" + "description": "Typically the hemispherical long-wave radiation emissivity of the dry material surface (ASTM E408)" }, "thermalAbsorptivity": { "$ref": "number.json#/$defs/nonNegativeNumber", @@ -63,13 +63,13 @@ }, "sorptionIsotherm": { "type": "array", - "description": "In a porous hygroscopic material, the specific equilibrium moisture content corresponding to the humidity of the ambient air. Also known as moisture storage function (ASTM C1498). Free water saturation is at 100% relative humitidy. Higher water content at 100% relative humidity is possible up to maximum water saturation and completly filled pores", + "description": "In a porous hygroscopic material, the specific equilibrium moisture content corresponding to the humidity of the ambient air. Also known as moisture storage function (ASTM C1498). Free water saturation is at 100% relative humidity. Higher water content at 100% relative humidity is possible up to maximum water saturation and completely filled pores", "items": { "type": "object", "properties": { - "relativeHumidityAbsolut": { + "relativeHumidityAbsolute": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Is the percentage of moisture in the air compared to the maximum amount the air can hold at a given temperature expressed with an absolut value (1 = 100%)" + "description": "Is the percentage of moisture in the air compared to the maximum amount the air can hold at a given temperature expressed with an absolute value (1 = 100%)" }, "waterContent": { "$ref": "number.json#/$defs/kilogramPerCubicMeter", @@ -79,7 +79,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["relativeHumidityAbsolut", "waterContent"] + "required": [ + "relativeHumidityAbsolute", + "waterContent" + ] }, "minItems": 0, "uniqueItems": true @@ -102,7 +105,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["waterContent", "liquidTransportCoefficient"] + "required": [ + "waterContent", + "liquidTransportCoefficient" + ] }, "minItems": 0, "uniqueItems": true @@ -125,7 +131,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["waterContent", "liquidTransportCoefficient"] + "required": [ + "waterContent", + "liquidTransportCoefficient" + ] }, "minItems": 0, "uniqueItems": true @@ -148,7 +157,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["waterContent", "thermalConductivity"] + "required": [ + "waterContent", + "thermalConductivity" + ] }, "minItems": 0, "uniqueItems": true @@ -170,7 +182,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["temperature", "thermalConductivity"] + "required": [ + "temperature", + "thermalConductivity" + ] }, "minItems": 0, "uniqueItems": true @@ -180,9 +195,9 @@ "items": { "type": "object", "properties": { - "relativeHumidityAbsolut": { + "relativeHumidityAbsolute": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Is the percentage of moisture in the air compared to the maximum amount the air can hold at a given temperature expressed with an absolut value (1 = 100%)" + "description": "Is the percentage of moisture in the air compared to the maximum amount the air can hold at a given temperature expressed with an absolute value (1 = 100%)" }, "diffusionResistanceFactor": { "$ref": "number.json#/$defs/nonNegativeNumber", @@ -192,7 +207,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["relativeHumidityAbsolut", "diffusionResistanceFactor"] + "required": [ + "relativeHumidityAbsolute", + "diffusionResistanceFactor" + ] }, "minItems": 0, "uniqueItems": true @@ -214,7 +232,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["temperature", "enthalpy"] + "required": [ + "temperature", + "enthalpy" + ] }, "minItems": 0, "uniqueItems": true @@ -226,4 +247,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/identifier.json b/schemas/identifier.json index 1d2c2388..2f609d8f 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -6,8 +6,7 @@ "$defs": { "central": { "title": "Central identifier", - "description": "Identifier issued by the metabase `buildingenvelopedata.org`. The metabase guarantees the identifier's uniqueness within its scope and maintains at least meta information about whatever the identifier identifies. The metabase issues for example identifiers for components, institutions, and methods.", - "title": " issues the central identifiers and guarantees their uniqueness.", + "description": "Identifier issued by the metabase `buildingenvelopedata.org`. The metabase guarantees the identifier's uniqueness within its scope and maintains at least meta information about whatever the identifier identifies. The metabase issues for example central identifiers for components, institutions, and methods and guarantees their uniqueness.", "type": "string", "format": "uuid" }, @@ -28,7 +27,10 @@ } }, "additionalProperties": false, - "required": ["value", "issuedBy"] + "required": [ + "value", + "issuedBy" + ] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -44,4 +46,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} +} \ No newline at end of file diff --git a/schemas/layer.json b/schemas/layer.json index 1ff84153..eb071877 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -87,7 +87,11 @@ }, "orientationAxis": { "type": "string", - "enum": ["horizontal", "vertical", "neither"], + "enum": [ + "horizontal", + "vertical", + "neither" + ], "description": "The orientation axis is important for example for venetian blinds." }, "slat": { @@ -104,11 +108,11 @@ }, "pitch": { "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "Pitch is the distance between the rotation axis' of two neighbouring slats." + "description": "Pitch is the distance between the rotation axis' of two neighboring slats." }, "crownHeight": { "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "When a slat lies on a horizontal surface, the Crown Height is the distance between this surface and the heighest points of the slats." + "description": "When a slat lies on a horizontal surface, the Crown Height is the distance between this surface and the highest points of the slats." }, "shape": { "oneOf": [ @@ -153,4 +157,4 @@ "required": [] } } -} +} \ No newline at end of file diff --git a/schemas/material.json b/schemas/material.json index 47ac75d6..0387caa7 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -5,7 +5,7 @@ "description": "How a material can be identified, which categories can be attributed to the material and which characteristics or properties the material has.", "$defs": { "identification": { - "title": "Identify a certain material. It is recommended to use central identifiers, but it also possible to definde materials without identifier.", + "title": "Identify a certain material. It is recommended to use central identifiers, but it also possible to define materials without identifier.", "type": "object", "properties": { "id": { @@ -76,7 +76,7 @@ }, "density": { "$ref": "number.json#/$defs/kilogramPerCubicMeterWithUncertainty", - "description": "The density is needed to calculate the weigth of the layer." + "description": "The density is needed to calculate the weight of the layer." }, "possiblePositions": { "$ref": "common.json#/$defs/possiblePositions", @@ -96,4 +96,4 @@ "required": [] } } -} +} \ No newline at end of file diff --git a/schemas/method.json b/schemas/method.json index 1a8e127b..166c9c5c 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -24,7 +24,10 @@ "type": "array", "items": { "type": "string", - "enum": ["calculation", "measurement"] + "enum": [ + "calculation", + "measurement" + ] }, "uniqueItems": true, "minItems": 1 @@ -76,12 +79,16 @@ } }, "additionalProperties": false, - "required": ["endpoint"], + "required": [ + "endpoint" + ], "minProperties": 1 } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "calculation": { "title": "A web address which defines the calculation procedure in detail.", @@ -112,7 +119,11 @@ } }, "additionalProperties": false, - "required": ["method", "arguments", "sources"] + "required": [ + "method", + "arguments", + "sources" + ] }, "namedArgument": { "type": "object", @@ -126,7 +137,10 @@ } }, "additionalProperties": false, - "required": ["name", "value"] + "required": [ + "name", + "value" + ] }, "namedSource": { "title": "Source data which is an input for a method. A creator uses a method and source data to create a new data set.", @@ -142,7 +156,10 @@ } }, "additionalProperties": false, - "required": ["name", "value"] + "required": [ + "name", + "value" + ] }, "dataReference": { "title": "Data reference", @@ -166,7 +183,11 @@ } }, "additionalProperties": false, - "required": ["dataId", "dataTimestamp", "dataKind"] + "required": [ + "dataId", + "dataTimestamp", + "dataKind" + ] }, "database": { "description": "Information about a database which has implemented the same API specification.", @@ -198,7 +219,7 @@ }, "available": { "$ref": "common.json#/$defs/available", - "description": "For which timespan the database is or was available" + "description": "For which time span the database is or was available" }, "internalComment": { "type": "string", @@ -206,8 +227,10 @@ } }, "additionalProperties": false, - "required": ["webAddress"] + "required": [ + "webAddress" + ] } }, "$ref": "#/$defs/method" -} +} \ No newline at end of file diff --git a/schemas/number.json b/schemas/number.json index 736a3ee5..a9aff4f9 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,7 +16,12 @@ }, "confidenceInterval": { "type": "number", - "enum": [68.3, 95.4, 99.7, 100], + "enum": [ + 68.3, + 95.4, + 99.7, + 100 + ], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -40,7 +45,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -75,7 +84,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -100,7 +113,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -131,7 +148,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -168,7 +189,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -254,7 +279,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -279,7 +308,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -304,7 +337,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -329,7 +366,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -354,7 +395,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -378,10 +423,10 @@ "$ref": "#/$defs/nonNegativeNumber", "description": "Kelvin (K) is the SI unit for temperature. This type is used for rare cases in which the option of an uncertainty is not desired." }, - "degreeCelcius": { + "degreeCelsius": { "type": "number", "minimum": -273.15, - "description": "degree Celcius (°C) is the unit of temperature on the Celsius temperature scale." + "description": "degree Celsius (°C) is the unit of temperature on the Celsius temperature scale." }, "voltWithUncertainty": { "$ref": "#/$defs/numberWithUncertainty", @@ -441,7 +486,7 @@ }, "kilogramPerSquareMeterAndSquareRootSeconds": { "$ref": "#/$defs/nonNegativeNumber", - "description": "Kilogramm per square meter and per square root seconds (kg/(m^2*s^0.5)) are the SI uniut for the water absorption coefficient" + "description": "Kilogram per square meter and per square root seconds (kg/(m^2*s^0.5)) are the SI unit for the water absorption coefficient" }, "joulePerKilogram": { "$ref": "#/$defs/nonNegativeNumber", @@ -526,4 +571,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 07b4d77f..36eba0a2 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,7 +25,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, { "title": "Internal data node with non-leaf children", @@ -46,7 +48,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] } ] }, @@ -96,7 +100,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -106,10 +112,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -138,7 +150,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -195,25 +212,31 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, "wavelengthUncertainty": { "title": "Bandwidth and/or amplification factor", - "description": "Bandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavenlengths at the same time.", + "description": "Bandwidth and/or amplification factor of measuring a single wavelength or of measuring an entire spectrum of wavelengths at the same time.", "type": "object", "properties": { "bandwidth": { "$ref": "number.json#/$defs/nanometer", "title": "Bandwidth", - "description": "Range of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the aplification factor instead." + "description": "Range of wavelengths around a center wavelength. This range can be interpreted as the uncertainty of the center wavelength. It is often easier to determine the amplification factor instead." }, "amplificationFactor": { "$ref": "number.json#/$defs/nonNegativeNumberWithUncertainty", @@ -231,12 +254,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -268,7 +299,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -296,13 +329,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -319,7 +357,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -351,7 +391,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -363,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -486,7 +531,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -496,7 +545,7 @@ "properties": { "Ra": { "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", - "description": "The Color Rendering Index as it is defined by EN 410 based on CIE 13. 3-1995, Method of Measuring and Specifying Colour RenderingProperties of Light Sources, 1995, ISBN: 9783900734572. It indicates how well colors are rendered after one transmission of the building envelope. For example, how the color of an object inside a building is perceived from within the building." + "description": "The Color Rendering Index as it is defined by EN 410 based on CIE 13. 3-1995, Method of Measuring and Specifying Colour Rendering Properties of Light Sources, 1995, ISBN: 9783900734572. It indicates how well colors are rendered after one transmission of the building envelope. For example, how the color of an object inside a building is perceived from within the building." }, "observer": { "$ref": "#/$defs/observer", @@ -508,14 +557,16 @@ } }, "additionalProperties": false, - "required": ["Ra"] + "required": [ + "Ra" + ] }, { "type": "object", "properties": { "Raout-in": { "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", - "description": "The Color Rendering Index Raout-in is defined by T.E. Kuhn, H.R. Wilson, J. Hanek, M. Santamouris, Ra out-in Color rendering of objects in a daylit room viewed from outdoors, Energy and Buildings 118 (2016) 93–98, https://doi.org/10.1016/j.enbuild.2016.02.019. It indicates how well colors are rendered after two transmissions of the building envelope. For example, how the color of an object inside the building is percived from the outside." + "description": "The Color Rendering Index Raout-in is defined by T.E. Kuhn, H.R. Wilson, J. Hanek, M. Santamouris, Ra out-in Color rendering of objects in a daylit room viewed from outdoors, Energy and Buildings 118 (2016) 93–98, https://doi.org/10.1016/j.enbuild.2016.02.019. It indicates how well colors are rendered after two transmissions of the building envelope. For example, how the color of an object inside the building is perceived from the outside." }, "observer": { "$ref": "#/$defs/observer", @@ -527,20 +578,28 @@ } }, "additionalProperties": false, - "required": ["Raout-in"] + "required": [ + "Raout-in" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index 07a93d4f..fe1dbd2f 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,7 +15,9 @@ } }, "additionalProperties": false, - "required": ["module"] + "required": [ + "module" + ] }, { "type": "object", @@ -26,7 +28,9 @@ } }, "additionalProperties": false, - "required": ["inverter"] + "required": [ + "inverter" + ] }, { "type": "object", @@ -37,7 +41,9 @@ } }, "additionalProperties": false, - "required": ["system"] + "required": [ + "system" + ] } ] }, @@ -61,7 +67,7 @@ }, "efficiency": { "$ref": "number.json#/$defs/numberBetweenZeroAndOne", - "description": "The effiency of the cell is measured at standard test conditions." + "description": "The efficiency of the cell is measured at standard test conditions." }, "power": { "type": "object", @@ -131,7 +137,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -156,7 +164,9 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -172,11 +182,16 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] } }, "additionalProperties": false, - "required": ["longitudinal", "transversal"] + "required": [ + "longitudinal", + "transversal" + ] } }, "additionalProperties": false, @@ -199,7 +214,10 @@ } }, "additionalProperties": false, - "required": ["id", "cellType"] + "required": [ + "id", + "cellType" + ] }, "minItems": 1 }, @@ -240,7 +258,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 0 }, @@ -385,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -449,7 +472,10 @@ } }, "additionalProperties": false, - "required": ["years", "percentage"] + "required": [ + "years", + "percentage" + ] }, "minItems": 1 }, @@ -492,7 +518,10 @@ } }, "additionalProperties": false, - "required": ["direction", "modifier"] + "required": [ + "direction", + "modifier" + ] } } ] @@ -560,7 +589,7 @@ }, "efficiency": { "$ref": "number.json#/$defs/numberBetweenZeroAndOne", - "description": "The effiency of the module is measured at standard test conditions." + "description": "The efficiency of the module is measured at standard test conditions." }, "safety": { "title": "Data about the safety of photovoltaic modules.", @@ -601,12 +630,20 @@ }, "smoke": { "type": "string", - "enum": ["s1", "s2", "s3"], + "enum": [ + "s1", + "s2", + "s3" + ], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": ["d0", "d1", "d2"], + "enum": [ + "d0", + "d1", + "d2" + ], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -661,12 +698,14 @@ }, "reference": { "$ref": "common.json#/$defs/reference", - "description": "Reference for examplt to the standard according to which the mechanical test was performed" + "description": "Reference for example to the standard according to which the mechanical test was performed" } }, "additionalProperties": false, "minProperties": 2, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -690,7 +729,9 @@ } }, "additionalProperties": false, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -743,7 +784,9 @@ } }, "additionalProperties": false, - "required": ["years"] + "required": [ + "years" + ] }, "minItems": 1 }, @@ -935,7 +978,10 @@ "type": "array", "items": { "type": "string", - "enum": ["EN IEC 60529", "ISO 20653"], + "enum": [ + "EN IEC 60529", + "ISO 20653" + ], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -980,17 +1026,31 @@ }, "thirdDigit": { "type": "string", - "enum": ["A", "B", "C", "D"], + "enum": [ + "A", + "B", + "C", + "D" + ], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": ["f", "H", "M", "S", "W"], + "enum": [ + "f", + "H", + "M", + "S", + "W" + ], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": ["firstDigit", "secondDigit"] + "required": [ + "firstDigit", + "secondDigit" + ] }, "minItems": 1 }, @@ -1007,12 +1067,21 @@ }, "class": { "type": "string", - "enum": ["0", "I", "0I", "II", "III"], + "enum": [ + "0", + "I", + "0I", + "II", + "III" + ], "description": "The appliance class." } }, "additionalProperties": false, - "required": ["standard", "class"] + "required": [ + "standard", + "class" + ] }, "minItems": 1 } @@ -1088,7 +1157,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -1129,7 +1200,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 1 }, @@ -1223,13 +1297,20 @@ } }, "additionalProperties": false, - "required": ["id1", "id2"] + "required": [ + "id1", + "id2" + ] }, "minItems": 1 }, "category": { "type": "string", - "enum": ["parallel", "series", "complex"], + "enum": [ + "parallel", + "series", + "complex" + ], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1261,12 +1342,19 @@ }, "grounding": { "type": "string", - "enum": ["plus", "minus", "neither"], + "enum": [ + "plus", + "minus", + "neither" + ], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": ["id1", "grounding"] + "required": [ + "id1", + "grounding" + ] }, "minItems": 1 } @@ -1274,4 +1362,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From 30b263a10fa5367f23e1d9ab09c709794a70b911 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 26 Mar 2025 12:05:18 +0100 Subject: [PATCH 254/362] Fix the hygrothermal tests --- .../hygrothermal/fullHygrothermalDataSet.json | 56 +++++++++---------- .../definedCurves_nonUnique.json | 56 +++++++++---------- tests/invalid/hygrothermalData/nonKelvin.json | 24 ++++---- .../wrongCurvesProperties.json | 24 ++++---- .../wrongCurvesProperties2.json | 24 ++++---- .../wrongCurvesPropertiesString.json | 24 ++++---- .../valid/hygrothermalData/definedCurves.json | 56 +++++++++---------- tests/valid/hygrothermalData/noEnthalpy.json | 56 +++++++++---------- .../noWaterVaporDiffusion.json | 48 ++++++++-------- 9 files changed, 184 insertions(+), 184 deletions(-) diff --git a/examples/dbe/hygrothermal/fullHygrothermalDataSet.json b/examples/dbe/hygrothermal/fullHygrothermalDataSet.json index 84789255..373906d3 100644 --- a/examples/dbe/hygrothermal/fullHygrothermalDataSet.json +++ b/examples/dbe/hygrothermal/fullHygrothermalDataSet.json @@ -31,99 +31,99 @@ "typicalBuildInMoisture": 0, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 2.55 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 5.7 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 9.7 }, { - "relativeHumidityAbsolut": 0.4, + "relativeHumidityAbsolute": 0.4, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.5, + "relativeHumidityAbsolute": 0.5, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.55, + "relativeHumidityAbsolute": 0.55, "waterContent": 26.79 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 32.52 }, { - "relativeHumidityAbsolut": 0.65, + "relativeHumidityAbsolute": 0.65, "waterContent": 39.71 }, { - "relativeHumidityAbsolut": 0.7, + "relativeHumidityAbsolute": 0.7, "waterContent": 48.99 }, { - "relativeHumidityAbsolut": 0.75, + "relativeHumidityAbsolute": 0.75, "waterContent": 61.44 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 79 }, { - "relativeHumidityAbsolut": 0.85, + "relativeHumidityAbsolute": 0.85, "waterContent": 105.64 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 150.86 }, { - "relativeHumidityAbsolut": 0.91, + "relativeHumidityAbsolute": 0.91, "waterContent": 163.97 }, { - "relativeHumidityAbsolut": 0.92, + "relativeHumidityAbsolute": 0.92, "waterContent": 179.21 }, { - "relativeHumidityAbsolut": 0.93, + "relativeHumidityAbsolute": 0.93, "waterContent": 197.13 }, { - "relativeHumidityAbsolut": 0.94, + "relativeHumidityAbsolute": 0.94, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.96, + "relativeHumidityAbsolute": 0.96, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.97, + "relativeHumidityAbsolute": 0.97, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.98, + "relativeHumidityAbsolute": 0.98, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.99, + "relativeHumidityAbsolute": 0.99, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -177,19 +177,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ], diff --git a/tests/invalid/hygrothermalData/definedCurves_nonUnique.json b/tests/invalid/hygrothermalData/definedCurves_nonUnique.json index 88aec77b..3cfce041 100644 --- a/tests/invalid/hygrothermalData/definedCurves_nonUnique.json +++ b/tests/invalid/hygrothermalData/definedCurves_nonUnique.json @@ -6,99 +6,99 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 2.55 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 5.7 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 9.7 }, { - "relativeHumidityAbsolut": 0.4, + "relativeHumidityAbsolute": 0.4, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.5, + "relativeHumidityAbsolute": 0.5, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.55, + "relativeHumidityAbsolute": 0.55, "waterContent": 26.79 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 32.52 }, { - "relativeHumidityAbsolut": 0.65, + "relativeHumidityAbsolute": 0.65, "waterContent": 39.71 }, { - "relativeHumidityAbsolut": 0.7, + "relativeHumidityAbsolute": 0.7, "waterContent": 48.99 }, { - "relativeHumidityAbsolut": 0.75, + "relativeHumidityAbsolute": 0.75, "waterContent": 61.44 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 79 }, { - "relativeHumidityAbsolut": 0.85, + "relativeHumidityAbsolute": 0.85, "waterContent": 105.64 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 150.86 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 163.97 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 179.21 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 197.13 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -156,19 +156,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ], diff --git a/tests/invalid/hygrothermalData/nonKelvin.json b/tests/invalid/hygrothermalData/nonKelvin.json index da51e108..3de0a351 100644 --- a/tests/invalid/hygrothermalData/nonKelvin.json +++ b/tests/invalid/hygrothermalData/nonKelvin.json @@ -6,35 +6,35 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -92,19 +92,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ], diff --git a/tests/invalid/hygrothermalData/wrongCurvesProperties.json b/tests/invalid/hygrothermalData/wrongCurvesProperties.json index 2d71f08d..5319725c 100644 --- a/tests/invalid/hygrothermalData/wrongCurvesProperties.json +++ b/tests/invalid/hygrothermalData/wrongCurvesProperties.json @@ -6,35 +6,35 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -92,19 +92,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ], diff --git a/tests/invalid/hygrothermalData/wrongCurvesProperties2.json b/tests/invalid/hygrothermalData/wrongCurvesProperties2.json index da51e108..3de0a351 100644 --- a/tests/invalid/hygrothermalData/wrongCurvesProperties2.json +++ b/tests/invalid/hygrothermalData/wrongCurvesProperties2.json @@ -6,35 +6,35 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -92,19 +92,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ], diff --git a/tests/invalid/hygrothermalData/wrongCurvesPropertiesString.json b/tests/invalid/hygrothermalData/wrongCurvesPropertiesString.json index 68721c3e..4f01d22f 100644 --- a/tests/invalid/hygrothermalData/wrongCurvesPropertiesString.json +++ b/tests/invalid/hygrothermalData/wrongCurvesPropertiesString.json @@ -6,35 +6,35 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -92,19 +92,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ], diff --git a/tests/valid/hygrothermalData/definedCurves.json b/tests/valid/hygrothermalData/definedCurves.json index 8f7d9b2f..1ff5e1a3 100644 --- a/tests/valid/hygrothermalData/definedCurves.json +++ b/tests/valid/hygrothermalData/definedCurves.json @@ -6,99 +6,99 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 2.55 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 5.7 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 9.7 }, { - "relativeHumidityAbsolut": 0.4, + "relativeHumidityAbsolute": 0.4, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.5, + "relativeHumidityAbsolute": 0.5, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.55, + "relativeHumidityAbsolute": 0.55, "waterContent": 26.79 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 32.52 }, { - "relativeHumidityAbsolut": 0.65, + "relativeHumidityAbsolute": 0.65, "waterContent": 39.71 }, { - "relativeHumidityAbsolut": 0.7, + "relativeHumidityAbsolute": 0.7, "waterContent": 48.99 }, { - "relativeHumidityAbsolut": 0.75, + "relativeHumidityAbsolute": 0.75, "waterContent": 61.44 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 79 }, { - "relativeHumidityAbsolut": 0.85, + "relativeHumidityAbsolute": 0.85, "waterContent": 105.64 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 150.86 }, { - "relativeHumidityAbsolut": 0.91, + "relativeHumidityAbsolute": 0.91, "waterContent": 163.97 }, { - "relativeHumidityAbsolut": 0.92, + "relativeHumidityAbsolute": 0.92, "waterContent": 179.21 }, { - "relativeHumidityAbsolut": 0.93, + "relativeHumidityAbsolute": 0.93, "waterContent": 197.13 }, { - "relativeHumidityAbsolut": 0.94, + "relativeHumidityAbsolute": 0.94, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.96, + "relativeHumidityAbsolute": 0.96, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.97, + "relativeHumidityAbsolute": 0.97, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.98, + "relativeHumidityAbsolute": 0.98, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.99, + "relativeHumidityAbsolute": 0.99, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -156,19 +156,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ], diff --git a/tests/valid/hygrothermalData/noEnthalpy.json b/tests/valid/hygrothermalData/noEnthalpy.json index 23477a01..6c942eeb 100644 --- a/tests/valid/hygrothermalData/noEnthalpy.json +++ b/tests/valid/hygrothermalData/noEnthalpy.json @@ -6,99 +6,99 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 2.55 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 5.7 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 9.7 }, { - "relativeHumidityAbsolut": 0.4, + "relativeHumidityAbsolute": 0.4, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.5, + "relativeHumidityAbsolute": 0.5, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.55, + "relativeHumidityAbsolute": 0.55, "waterContent": 26.79 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 32.52 }, { - "relativeHumidityAbsolut": 0.65, + "relativeHumidityAbsolute": 0.65, "waterContent": 39.71 }, { - "relativeHumidityAbsolut": 0.7, + "relativeHumidityAbsolute": 0.7, "waterContent": 48.99 }, { - "relativeHumidityAbsolut": 0.75, + "relativeHumidityAbsolute": 0.75, "waterContent": 61.44 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 79 }, { - "relativeHumidityAbsolut": 0.85, + "relativeHumidityAbsolute": 0.85, "waterContent": 105.64 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 150.86 }, { - "relativeHumidityAbsolut": 0.91, + "relativeHumidityAbsolute": 0.91, "waterContent": 163.97 }, { - "relativeHumidityAbsolut": 0.92, + "relativeHumidityAbsolute": 0.92, "waterContent": 179.21 }, { - "relativeHumidityAbsolut": 0.93, + "relativeHumidityAbsolute": 0.93, "waterContent": 197.13 }, { - "relativeHumidityAbsolut": 0.94, + "relativeHumidityAbsolute": 0.94, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.96, + "relativeHumidityAbsolute": 0.96, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.97, + "relativeHumidityAbsolute": 0.97, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.98, + "relativeHumidityAbsolute": 0.98, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.99, + "relativeHumidityAbsolute": 0.99, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], @@ -156,19 +156,19 @@ ], "waterVaporDiffusionResistanceFactorMoistureDependent": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.25, + "relativeHumidityAbsolute": 0.25, "diffusionResistanceFactor": 91.58 }, { - "relativeHumidityAbsolut": 0.725, + "relativeHumidityAbsolute": 0.725, "diffusionResistanceFactor": 36.18 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "diffusionResistanceFactor": 36.18 } ] diff --git a/tests/valid/hygrothermalData/noWaterVaporDiffusion.json b/tests/valid/hygrothermalData/noWaterVaporDiffusion.json index 35ca6b44..38bcc05b 100644 --- a/tests/valid/hygrothermalData/noWaterVaporDiffusion.json +++ b/tests/valid/hygrothermalData/noWaterVaporDiffusion.json @@ -6,99 +6,99 @@ "waterVaporDiffusionResistanceFactor": 91.58, "sorptionIsotherm": [ { - "relativeHumidityAbsolut": 0, + "relativeHumidityAbsolute": 0, "waterContent": 0 }, { - "relativeHumidityAbsolut": 0.1, + "relativeHumidityAbsolute": 0.1, "waterContent": 2.55 }, { - "relativeHumidityAbsolut": 0.2, + "relativeHumidityAbsolute": 0.2, "waterContent": 5.7 }, { - "relativeHumidityAbsolut": 0.3, + "relativeHumidityAbsolute": 0.3, "waterContent": 9.7 }, { - "relativeHumidityAbsolut": 0.4, + "relativeHumidityAbsolute": 0.4, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.5, + "relativeHumidityAbsolute": 0.5, "waterContent": 14.94 }, { - "relativeHumidityAbsolut": 0.55, + "relativeHumidityAbsolute": 0.55, "waterContent": 26.79 }, { - "relativeHumidityAbsolut": 0.6, + "relativeHumidityAbsolute": 0.6, "waterContent": 32.52 }, { - "relativeHumidityAbsolut": 0.65, + "relativeHumidityAbsolute": 0.65, "waterContent": 39.71 }, { - "relativeHumidityAbsolut": 0.7, + "relativeHumidityAbsolute": 0.7, "waterContent": 48.99 }, { - "relativeHumidityAbsolut": 0.75, + "relativeHumidityAbsolute": 0.75, "waterContent": 61.44 }, { - "relativeHumidityAbsolut": 0.8, + "relativeHumidityAbsolute": 0.8, "waterContent": 79 }, { - "relativeHumidityAbsolut": 0.85, + "relativeHumidityAbsolute": 0.85, "waterContent": 105.64 }, { - "relativeHumidityAbsolut": 0.9, + "relativeHumidityAbsolute": 0.9, "waterContent": 150.86 }, { - "relativeHumidityAbsolut": 0.91, + "relativeHumidityAbsolute": 0.91, "waterContent": 163.97 }, { - "relativeHumidityAbsolut": 0.92, + "relativeHumidityAbsolute": 0.92, "waterContent": 179.21 }, { - "relativeHumidityAbsolut": 0.93, + "relativeHumidityAbsolute": 0.93, "waterContent": 197.13 }, { - "relativeHumidityAbsolut": 0.94, + "relativeHumidityAbsolute": 0.94, "waterContent": 218.53 }, { - "relativeHumidityAbsolut": 0.95, + "relativeHumidityAbsolute": 0.95, "waterContent": 244.5 }, { - "relativeHumidityAbsolut": 0.96, + "relativeHumidityAbsolute": 0.96, "waterContent": 276.71 }, { - "relativeHumidityAbsolut": 0.97, + "relativeHumidityAbsolute": 0.97, "waterContent": 317.69 }, { - "relativeHumidityAbsolut": 0.98, + "relativeHumidityAbsolute": 0.98, "waterContent": 371.61 }, { - "relativeHumidityAbsolut": 0.99, + "relativeHumidityAbsolute": 0.99, "waterContent": 445.72 }, { - "relativeHumidityAbsolut": 1, + "relativeHumidityAbsolute": 1, "waterContent": 554 } ], From aeb8258a7e8472aa8f1848a377fbc19047192f5c Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 26 Mar 2025 12:05:46 +0100 Subject: [PATCH 255/362] `make format` --- schemas/building.json | 34 ++------ schemas/calorimetricData.json | 21 ++--- schemas/common.json | 75 ++++------------- schemas/component.json | 27 ++----- schemas/hygrothermalData.json | 32 ++------ schemas/identifier.json | 7 +- schemas/layer.json | 8 +- schemas/material.json | 2 +- schemas/method.json | 41 +++------- schemas/number.json | 69 +++------------- schemas/opticalData.json | 103 +++++------------------ schemas/photovoltaicData.json | 148 +++++++--------------------------- 12 files changed, 120 insertions(+), 447 deletions(-) diff --git a/schemas/building.json b/schemas/building.json index 3d7f823f..3ec910d2 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -168,10 +168,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "owner", - "BIMmanager" - ] + "required": ["owner", "BIMmanager"] }, "approvals": { "$ref": "common.json#/$defs/approvals", @@ -208,12 +205,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "webAddress", - "dataFormat", - "createdAt" - ] + "required": ["id", "webAddress", "dataFormat", "createdAt"] } }, "additionalProperties": false, @@ -251,12 +243,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "webAddress", - "dataFormat", - "createdAt" - ] + "required": ["id", "webAddress", "dataFormat", "createdAt"] } }, "additionalProperties": false, @@ -281,9 +268,7 @@ } }, "additionalProperties": false, - "required": [ - "webAddress" - ] + "required": ["webAddress"] } }, "additionalProperties": false, @@ -293,9 +278,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches.", @@ -324,10 +307,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "latitude", - "longitude" - ] + "required": ["latitude", "longitude"] } }, "additionalProperties": false, @@ -340,4 +320,4 @@ } }, "$ref": "#/$defs/building" -} \ No newline at end of file +} diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index e5692c0e..1e642d50 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -38,10 +38,7 @@ "properties": { "conditions": { "type": "string", - "enum": [ - "dynamic", - "stationary" - ], + "enum": ["dynamic", "stationary"], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "surface": { @@ -376,14 +373,10 @@ } }, "then": { - "required": [ - "description" - ] + "required": ["description"] }, "else": { - "required": [ - "category" - ] + "required": ["category"] }, "additionalProperties": false }, @@ -424,13 +417,9 @@ }, "side": { "type": "string", - "enum": [ - "exterior", - "interior", - "lateral" - ], + "enum": ["exterior", "interior", "lateral"], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/common.json b/schemas/common.json index 49a7b840..d4c28fd3 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "I", - "V" - ] + "required": ["I", "V"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -368,9 +352,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "voltage" - ] + "required": ["voltage"] }, { "title": "Thermochromic layers", @@ -384,9 +366,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "temperature" - ] + "required": ["temperature"] }, { "title": "Photochromic layers", @@ -400,9 +380,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "irradiance" - ] + "required": ["irradiance"] } ] }, @@ -496,9 +474,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -520,22 +496,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -684,10 +652,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -718,20 +683,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} diff --git a/schemas/component.json b/schemas/component.json index c7044090..4a6c2752 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,9 +145,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "categories": { "title": "The categories which a component can have.", @@ -157,11 +155,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "material", - "layer", - "unit" - ], + "enum": ["material", "layer", "unit"], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -235,9 +229,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "The characteristics a component can have which do not change between different data sets about this component.", @@ -367,10 +359,7 @@ } }, "minProperties": 2, - "required": [ - "surface", - "rootMeanSquare" - ] + "required": ["surface", "rootMeanSquare"] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -394,14 +383,10 @@ }, "surface": { "type": "string", - "enum": [ - "nonPrime", - "prime", - "symmetric" - ], + "enum": ["nonPrime", "prime", "symmetric"], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} \ No newline at end of file +} diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 260c78d7..8049ef3b 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -79,10 +79,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "relativeHumidityAbsolute", - "waterContent" - ] + "required": ["relativeHumidityAbsolute", "waterContent"] }, "minItems": 0, "uniqueItems": true @@ -105,10 +102,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "waterContent", - "liquidTransportCoefficient" - ] + "required": ["waterContent", "liquidTransportCoefficient"] }, "minItems": 0, "uniqueItems": true @@ -131,10 +125,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "waterContent", - "liquidTransportCoefficient" - ] + "required": ["waterContent", "liquidTransportCoefficient"] }, "minItems": 0, "uniqueItems": true @@ -157,10 +148,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "waterContent", - "thermalConductivity" - ] + "required": ["waterContent", "thermalConductivity"] }, "minItems": 0, "uniqueItems": true @@ -182,10 +170,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "temperature", - "thermalConductivity" - ] + "required": ["temperature", "thermalConductivity"] }, "minItems": 0, "uniqueItems": true @@ -232,10 +217,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "temperature", - "enthalpy" - ] + "required": ["temperature", "enthalpy"] }, "minItems": 0, "uniqueItems": true @@ -247,4 +229,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/identifier.json b/schemas/identifier.json index 2f609d8f..21e9647b 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -27,10 +27,7 @@ } }, "additionalProperties": false, - "required": [ - "value", - "issuedBy" - ] + "required": ["value", "issuedBy"] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -46,4 +43,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} \ No newline at end of file +} diff --git a/schemas/layer.json b/schemas/layer.json index eb071877..9dd71e22 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -87,11 +87,7 @@ }, "orientationAxis": { "type": "string", - "enum": [ - "horizontal", - "vertical", - "neither" - ], + "enum": ["horizontal", "vertical", "neither"], "description": "The orientation axis is important for example for venetian blinds." }, "slat": { @@ -157,4 +153,4 @@ "required": [] } } -} \ No newline at end of file +} diff --git a/schemas/material.json b/schemas/material.json index 0387caa7..f31910c2 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -96,4 +96,4 @@ "required": [] } } -} \ No newline at end of file +} diff --git a/schemas/method.json b/schemas/method.json index 166c9c5c..9a713d56 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -24,10 +24,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "calculation", - "measurement" - ] + "enum": ["calculation", "measurement"] }, "uniqueItems": true, "minItems": 1 @@ -79,16 +76,12 @@ } }, "additionalProperties": false, - "required": [ - "endpoint" - ], + "required": ["endpoint"], "minProperties": 1 } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "calculation": { "title": "A web address which defines the calculation procedure in detail.", @@ -119,11 +112,7 @@ } }, "additionalProperties": false, - "required": [ - "method", - "arguments", - "sources" - ] + "required": ["method", "arguments", "sources"] }, "namedArgument": { "type": "object", @@ -137,10 +126,7 @@ } }, "additionalProperties": false, - "required": [ - "name", - "value" - ] + "required": ["name", "value"] }, "namedSource": { "title": "Source data which is an input for a method. A creator uses a method and source data to create a new data set.", @@ -156,10 +142,7 @@ } }, "additionalProperties": false, - "required": [ - "name", - "value" - ] + "required": ["name", "value"] }, "dataReference": { "title": "Data reference", @@ -183,11 +166,7 @@ } }, "additionalProperties": false, - "required": [ - "dataId", - "dataTimestamp", - "dataKind" - ] + "required": ["dataId", "dataTimestamp", "dataKind"] }, "database": { "description": "Information about a database which has implemented the same API specification.", @@ -227,10 +206,8 @@ } }, "additionalProperties": false, - "required": [ - "webAddress" - ] + "required": ["webAddress"] } }, "$ref": "#/$defs/method" -} \ No newline at end of file +} diff --git a/schemas/number.json b/schemas/number.json index a9aff4f9..0110481f 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,12 +16,7 @@ }, "confidenceInterval": { "type": "number", - "enum": [ - 68.3, - 95.4, - 99.7, - 100 - ], + "enum": [68.3, 95.4, 99.7, 100], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -45,11 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -84,11 +75,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -113,11 +100,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -148,11 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -189,11 +168,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -279,11 +254,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -308,11 +279,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -337,11 +304,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -366,11 +329,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -395,11 +354,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -571,4 +526,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 36eba0a2..026bde62 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,9 +25,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, { "title": "Internal data node with non-leaf children", @@ -48,9 +46,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] } ] }, @@ -100,9 +96,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -112,16 +106,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -150,12 +138,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -212,19 +195,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -254,20 +231,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -299,9 +268,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -329,18 +296,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -357,9 +319,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -391,10 +351,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -406,9 +363,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -531,11 +486,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -557,9 +508,7 @@ } }, "additionalProperties": false, - "required": [ - "Ra" - ] + "required": ["Ra"] }, { "type": "object", @@ -578,28 +527,20 @@ } }, "additionalProperties": false, - "required": [ - "Raout-in" - ] + "required": ["Raout-in"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index fe1dbd2f..b40c061c 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,9 +15,7 @@ } }, "additionalProperties": false, - "required": [ - "module" - ] + "required": ["module"] }, { "type": "object", @@ -28,9 +26,7 @@ } }, "additionalProperties": false, - "required": [ - "inverter" - ] + "required": ["inverter"] }, { "type": "object", @@ -41,9 +37,7 @@ } }, "additionalProperties": false, - "required": [ - "system" - ] + "required": ["system"] } ] }, @@ -137,9 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -164,9 +156,7 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -182,16 +172,11 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] } }, "additionalProperties": false, - "required": [ - "longitudinal", - "transversal" - ] + "required": ["longitudinal", "transversal"] } }, "additionalProperties": false, @@ -214,10 +199,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "cellType" - ] + "required": ["id", "cellType"] }, "minItems": 1 }, @@ -258,10 +240,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 0 }, @@ -406,9 +385,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -472,10 +449,7 @@ } }, "additionalProperties": false, - "required": [ - "years", - "percentage" - ] + "required": ["years", "percentage"] }, "minItems": 1 }, @@ -518,10 +492,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "modifier" - ] + "required": ["direction", "modifier"] } } ] @@ -630,20 +601,12 @@ }, "smoke": { "type": "string", - "enum": [ - "s1", - "s2", - "s3" - ], + "enum": ["s1", "s2", "s3"], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": [ - "d0", - "d1", - "d2" - ], + "enum": ["d0", "d1", "d2"], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -703,9 +666,7 @@ }, "additionalProperties": false, "minProperties": 2, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -729,9 +690,7 @@ } }, "additionalProperties": false, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -784,9 +743,7 @@ } }, "additionalProperties": false, - "required": [ - "years" - ] + "required": ["years"] }, "minItems": 1 }, @@ -978,10 +935,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "EN IEC 60529", - "ISO 20653" - ], + "enum": ["EN IEC 60529", "ISO 20653"], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -1026,31 +980,17 @@ }, "thirdDigit": { "type": "string", - "enum": [ - "A", - "B", - "C", - "D" - ], + "enum": ["A", "B", "C", "D"], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": [ - "f", - "H", - "M", - "S", - "W" - ], + "enum": ["f", "H", "M", "S", "W"], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": [ - "firstDigit", - "secondDigit" - ] + "required": ["firstDigit", "secondDigit"] }, "minItems": 1 }, @@ -1067,21 +1007,12 @@ }, "class": { "type": "string", - "enum": [ - "0", - "I", - "0I", - "II", - "III" - ], + "enum": ["0", "I", "0I", "II", "III"], "description": "The appliance class." } }, "additionalProperties": false, - "required": [ - "standard", - "class" - ] + "required": ["standard", "class"] }, "minItems": 1 } @@ -1157,9 +1088,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -1200,10 +1129,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 1 }, @@ -1297,20 +1223,13 @@ } }, "additionalProperties": false, - "required": [ - "id1", - "id2" - ] + "required": ["id1", "id2"] }, "minItems": 1 }, "category": { "type": "string", - "enum": [ - "parallel", - "series", - "complex" - ], + "enum": ["parallel", "series", "complex"], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1342,19 +1261,12 @@ }, "grounding": { "type": "string", - "enum": [ - "plus", - "minus", - "neither" - ], + "enum": ["plus", "minus", "neither"], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": [ - "id1", - "grounding" - ] + "required": ["id1", "grounding"] }, "minItems": 1 } @@ -1362,4 +1274,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} From 48fca7aef7cf813d4a63b7a8497409448fff6406 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 26 Mar 2025 19:19:45 +0100 Subject: [PATCH 256/362] Align enumeration of coated side with the IGSDB (see https://github.com/LBNL-ETA/igsdb-webapp/issues/202#issuecomment-2752785371) --- apis/database.graphql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 028bf002..7b35ba93 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -1052,15 +1052,11 @@ enum OpticalComponentSubtype { """ Coated side - -Multiple means embedded and either front or back or both front and back. """ enum CoatedSide { - MUTLIPLE FRONT BACK BOTH - EMBEDDED NEITHER UNKNOWN NOT_APPLICABLE From 04a7d294083d47237be6f7d9987897b25c655255 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 27 Mar 2025 14:02:49 +0100 Subject: [PATCH 257/362] Exchange the optical tree structure by a simple array --- ...BuildingIntegratedPhotovoltaicThermal.json | 33 +- .../assembly/doubleGlazingSelfContained.json | 84 +- examples/dbe/koester.json | 32 +- .../optical/ColorRenderingIndexCIELAB.json | 96 +- examples/dbe/optical/bsdf.json | 74 +- .../dbe/optical/es-sda-example0101layer.json | 348 +- .../dbe/optical/es-sda-example0102unit.json | 173 +- examples/dbe/optical/igsdb196.json | 166 +- .../optical/integralAccordingToStandard.json | 34 +- ...rmalHemisphericalVisibleTransmittance.json | 32 +- ...normalSpectrallyResolvedTransmittance.json | 98 +- .../polarization/sPolarizedTransmittance.json | 37 +- examples/dbe/optical/spectrum.json | 94 +- .../testlabVA210706080108integral.json | 96 +- .../testlabVA210706080108spectral.json | 71076 +++++++------- .../dbe/origin/methodAccordingToStandard.json | 32 +- examples/dbe/origin/methodAsAservice.json | 32 +- .../originMethodAccordingToStandard.json | 32 +- .../bipvModuleSunovationEnamel.json | 52 +- .../bipvModuleSunovationGlazingLayer.json | 206 +- .../photovoltaic/photovoltaicWithOptical.json | 194 +- schemas/opticalData.json | 67 +- .../componentCharacteristicsTooHigh.json | 32 + tests/invalid/opticalData/tree.json | 61 + tests/valid/data/opticalTest.json | 34 +- .../MicroShadeGlassTnh_FG422004tm2.json | 71076 +++++++------- ...TROLuxOwithSolarControlGlazingOptical.json | 32 +- .../SunovationGlazingLayerOptical.json | 196 +- .../SunovationModuleEnamelOptical.json | 52 +- .../colorVisibleTransmittanceReflectance.json | 96 +- .../directionWavelengthPolarization.json | 50 +- .../infraredDataPointForDiagram.json | 32 +- .../mirroredValues/infraredEmittance.json | 28 +- ...arnormalHemisphericalSolarReflectance.json | 32 +- ...normalHemisphericalSolarTransmittance.json | 32 +- ...normalHemisphericalVisibleReflectance.json | 32 +- .../polarization/equallySandPpolarized.json | 38 +- .../opticalData/polarization/lPolarized.json | 34 +- .../polarization/polarizationUnknown.json | 32 +- .../opticalData/polarization/rPolarized.json | 34 +- .../polarizedVisibleDataPointForDiagram.json | 44 +- .../solarTransmittanceReflectance.json | 34 +- ...pectrallyResolvedDataPointsForDiagram.json | 110 +- .../testlabVE210609042606integral.json | 36 +- .../testlabVE210609042606spectral.json | 79960 ++++++++-------- tests/valid/opticalData/tree.json | 107 +- .../uncertainty/amplificationFactor.json | 40 +- .../opticalData/uncertainty/bandwidth.json | 40 +- .../bandwidthAmplificationFactor.json | 42 +- .../opticalData/wavelengths/integral.json | 34 +- .../valid/opticalData/wavelengths/single.json | 40 +- 51 files changed, 112936 insertions(+), 112562 deletions(-) create mode 100644 tests/invalid/opticalData/componentCharacteristicsTooHigh.json create mode 100644 tests/invalid/opticalData/tree.json diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json index 69e960ba..f632dc21 100644 --- a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -11,20 +11,26 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.5 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.5 + } + } + ] } ] } @@ -102,7 +108,6 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, "categories": ["monocrystalline", "silicon"] } diff --git a/examples/dbe/assembly/doubleGlazingSelfContained.json b/examples/dbe/assembly/doubleGlazingSelfContained.json index 185d8b76..a9d318ec 100644 --- a/examples/dbe/assembly/doubleGlazingSelfContained.json +++ b/examples/dbe/assembly/doubleGlazingSelfContained.json @@ -14,20 +14,24 @@ { "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": "hemispherical", - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6 - } + ] } ] } @@ -59,20 +63,24 @@ { "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": "hemispherical", - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8 - } + ] } ] } @@ -90,20 +98,24 @@ { "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": "hemispherical", - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.75 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.75 - } + ] } ] } diff --git a/examples/dbe/koester.json b/examples/dbe/koester.json index ace8fb13..40dd6159 100644 --- a/examples/dbe/koester.json +++ b/examples/dbe/koester.json @@ -62,22 +62,26 @@ "description": "This data is provided at page 2 of ttp://www.koester-lichtplanung.de/downloads/01bms_lux_kl.pdf.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "visible" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } + ] } ] } diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index 73b2e85b..ce04e55b 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -11,57 +11,61 @@ "description": "Example of a Color Rendering Index (CRI) for the transmitted radiation and the color of the reflected radiation defined by CIELAB parameters.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.81, - "colorTransmittance": { - "colorRenderingIndices": [ - { - "Ra": 97, - "observer": "twoDegrees", - "illuminant": "D65" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 }, - { - "Raout-in": 95, - "observer": "tenDegrees", - "illuminant": "A" - } - ], - "cielabColors": [ - { - "lStar": 94, - "aStar": 0, - "bStar": 0, - "observer": "tenDegrees", - "illuminant": "D65" + "wavelengths": { + "integral": "visible" } - ] - }, - "reflectance": 0.08, - "colorReflectance": { - "cielabColors": [ - { - "lStar": 4, - "aStar": 0, - "bStar": 0, - "observer": "tenDegrees", - "illuminant": "D65" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "colorTransmittance": { + "colorRenderingIndices": [ + { + "Ra": 97, + "observer": "twoDegrees", + "illuminant": "D65" + }, + { + "Raout-in": 95, + "observer": "tenDegrees", + "illuminant": "A" + } + ], + "cielabColors": [ + { + "lStar": 94, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] + }, + "reflectance": 0.08, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 4, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] } - ] + } } - } + ] } ] } diff --git a/examples/dbe/optical/bsdf.json b/examples/dbe/optical/bsdf.json index 535928ac..4be62db3 100644 --- a/examples/dbe/optical/bsdf.json +++ b/examples/dbe/optical/bsdf.json @@ -11,42 +11,50 @@ "description": "Example: bidirectional optical data.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 10, - "azimuth": 45 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 10, + "azimuth": 45 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": { + "polar": 20, + "azimuth": 60 + } + }, + "results": { + "transmittance": 0.1 + } }, - "wavelengths": { "integral": "visible" } - }, - "emergence": { - "direction": { - "polar": 20, - "azimuth": 60 + { + "incidence": { + "direction": { + "polar": 30, + "azimuth": 15 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": { + "polar": 10, + "azimuth": 70 + } + }, + "results": { + "transmittance": 0.05 + } } - }, - "results": { - "transmittance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 30, - "azimuth": 15 - }, - "wavelengths": { "integral": "visible" } - }, - "emergence": { - "direction": { - "polar": 10, - "azimuth": 70 - } - }, - "results": { - "transmittance": 0.05 - } + ] } ] } diff --git a/examples/dbe/optical/es-sda-example0101layer.json b/examples/dbe/optical/es-sda-example0101layer.json index 620b16f9..9a5140f5 100644 --- a/examples/dbe/optical/es-sda-example0101layer.json +++ b/examples/dbe/optical/es-sda-example0101layer.json @@ -33,98 +33,102 @@ "description": "This optical data set contains infrared integral values and spectrally-resolved values of the layer with incidence on the exterior `nonPrime` surface.", "data": [ { - "componentCharacteristics": { - "surface": "nonPrime" - }, - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "infrared" - } + "componentCharacteristics": { + "surface": "nonPrime" }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.04, - "absorptanceEmittance": 0.89 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "infrared" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.04, + "absorptanceEmittance": 0.89 + } }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.008, - "reflectance": 0.074 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.008, + "reflectance": 0.074 + } }, - "wavelengths": { - "wavelength": 285 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 285 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } }, - "wavelengths": { - "wavelength": 285 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 285 + } + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.009, + "reflectance": 0.078 + } } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.009, - "reflectance": 0.078 - } + ] } ] } @@ -138,98 +142,102 @@ "description": "This optical data set contains infrared integral values and spectrally-resolved values of the layer with incidence on the interior `prime` surface.", "data": [ { - "componentCharacteristics": { - "surface": "prime" - }, - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "infrared" - } + "componentCharacteristics": { + "surface": "prime" }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.04, - "absorptanceEmittance": 0.89 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "infrared" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.04, + "absorptanceEmittance": 0.89 + } }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.008, - "reflectance": 0.074 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.008, + "reflectance": 0.074 + } }, - "wavelengths": { - "wavelength": 285 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 285 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } }, - "wavelengths": { - "wavelength": 285 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 285 + } + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.009, + "reflectance": 0.078 + } } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.009, - "reflectance": 0.078 - } + ] } ] } diff --git a/examples/dbe/optical/es-sda-example0102unit.json b/examples/dbe/optical/es-sda-example0102unit.json index 8826aab3..66ffe0a4 100644 --- a/examples/dbe/optical/es-sda-example0102unit.json +++ b/examples/dbe/optical/es-sda-example0102unit.json @@ -16,7 +16,10 @@ "e01e3431-8b04-410e-b98b-d7afc3123f46" ] }, - "categories": { "componentType": ["unit"], "unit": ["screen"] }, + "categories": { + "componentType": ["unit"], + "unit": ["screen"] + }, "characteristics": { "prime": { "surface": { @@ -33,69 +36,81 @@ "description": "This optical data set contains integral values of the unit with incidence on the exterior `nonPrime` surface.", "data": [ { - "componentCharacteristics": { - "surface": "nonPrime" - }, - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" + "componentCharacteristics": { + "surface": "nonPrime" }, - "results": { - "transmittance": 0.3007, - "reflectance": 0.5575 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3007, + "reflectance": 0.5575 + } }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.3007 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.3007 + } }, - "wavelengths": { "integral": "visible" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2991, - "reflectance": 0.5935 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2991, + "reflectance": 0.5935 + } }, - "wavelengths": { "integral": "visible" } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.2667 - } + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.2667 + } + } + ] } ] } @@ -109,23 +124,29 @@ "description": "This optical data set contains integral values of the unit with incidence on the interior `prime` surface.", "data": [ { - "componentCharacteristics": { - "surface": "prime" - }, - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" + "componentCharacteristics": { + "surface": "prime" }, - "results": { - "reflectance": 0.5575 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.5575 + } + } + ] } ] } @@ -138,7 +159,9 @@ { "results": [ { - "area": { "category": "center" }, + "area": { + "category": "center" + }, "uValue": 0.8, "gValue": 0.3793 } diff --git a/examples/dbe/optical/igsdb196.json b/examples/dbe/optical/igsdb196.json index f3354bc2..7f838d6e 100644 --- a/examples/dbe/optical/igsdb196.json +++ b/examples/dbe/optical/igsdb196.json @@ -8,96 +8,100 @@ { "data": [ { - "componentCharacteristics": { - "surface": "prime", - "locationOnSample": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "normalization": "relative", - "spot": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "switchableLayers": [ - { - "slatTilt": 9.9999 - } - ], - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 + "componentCharacteristics": { + "surface": "prime", + "locationOnSample": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" + } + } }, - "wavelengths": { - "wavelength": 0.305 - } + "normalization": "relative", + "spot": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" + } + } + }, + "switchableLayers": [ + { + "slatTilt": 9.9999 + } + ], + "symmetries": "azimuthalAngleInvariance" }, - "emergence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 0.305 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.0, + "reflectance": 0.0500000007450581 + } } - }, - "results": { - "transmittance": 0.0, - "reflectance": 0.0500000007450581 - } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "locationOnSample": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "normalization": "relative", - "spot": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } + ] }, - "switchableLayers": [ - { - "slatTilt": 9.9999 - } - ], - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ { - "incidence": { - "direction": { - "polar": 8 + "componentCharacteristics": { + "surface": "nonPrime", + "locationOnSample": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" + } + } }, - "wavelengths": { - "wavelength": 0.305 - } + "normalization": "relative", + "spot": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" + } + } + }, + "switchableLayers": [ + { + "slatTilt": 9.9999 + } + ], + "symmetries": "azimuthalAngleInvariance" }, - "emergence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 0.305 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 9.9999, + "reflectance": 0.0500000007450581 + } } - }, - "results": { - "transmittance": 9.9999, - "reflectance": 0.0500000007450581 - } + ] } ] } diff --git a/examples/dbe/optical/integralAccordingToStandard.json b/examples/dbe/optical/integralAccordingToStandard.json index 4cbf2039..8e8af50c 100644 --- a/examples/dbe/optical/integralAccordingToStandard.json +++ b/examples/dbe/optical/integralAccordingToStandard.json @@ -39,21 +39,27 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.85, - "reflectance": 0.08 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.85, + "reflectance": 0.08 + } + } + ] } ] } diff --git a/examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json b/examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json index 233ccda4..83749d8e 100644 --- a/examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json +++ b/examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json @@ -14,20 +14,26 @@ "description": "Example for a nearnormal-hemispherical visible reflectance of a component.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "visible" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] } ] } diff --git a/examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json b/examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json index a39f3003..60816ef1 100644 --- a/examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json +++ b/examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json @@ -11,54 +11,64 @@ "description": "Example: optical data about a nearnormal-nearnormal measurement of the transmittance, spectrally resolved.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 500 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 + } }, - "wavelengths": { "wavelength": 500 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 1000 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.9 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 1000 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.9 + } }, - "wavelengths": { "wavelength": 1500 } - }, - "emergence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 1500 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.8 + } } - }, - "results": { - "transmittance": 0.8 - } + ] } ] } diff --git a/examples/dbe/optical/polarization/sPolarizedTransmittance.json b/examples/dbe/optical/polarization/sPolarizedTransmittance.json index 9320a9a6..5090edfe 100644 --- a/examples/dbe/optical/polarization/sPolarizedTransmittance.json +++ b/examples/dbe/optical/polarization/sPolarizedTransmittance.json @@ -11,21 +11,30 @@ "description": "Example: direct-hemispherical transmittance for a sample with incidence-angle symmetry, an incidence angle of 60° an s-polarized incidence.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 60 - }, - "wavelengths": { "integral": "solar" }, - "polarization": { "s": 0.2, "p": 0.8 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 60 + }, + "wavelengths": { + "integral": "solar" + }, + "polarization": { + "s": 0.2, + "p": 0.8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + } + ] } ] } diff --git a/examples/dbe/optical/spectrum.json b/examples/dbe/optical/spectrum.json index d2952158..d4ed4095 100644 --- a/examples/dbe/optical/spectrum.json +++ b/examples/dbe/optical/spectrum.json @@ -11,51 +11,61 @@ "description": "Example: an optical data set of a spectrally resolved nearnormal-hemispherical measurement", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 500 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.85, + "reflectance": 0.1 + } }, - "wavelengths": { "wavelength": 500 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.85, - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 1000 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9, - "reflectance": 0.05 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 1000 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9, + "reflectance": 0.05 + } }, - "wavelengths": { "wavelength": 1500 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8, - "reflectance": 0.1 - } + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 1500 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8, + "reflectance": 0.1 + } + } + ] } ] } diff --git a/examples/dbe/optical/testlabVA210706080108integral.json b/examples/dbe/optical/testlabVA210706080108integral.json index 79d6a326..04e76fe6 100644 --- a/examples/dbe/optical/testlabVA210706080108integral.json +++ b/examples/dbe/optical/testlabVA210706080108integral.json @@ -34,22 +34,26 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026189342588151 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026189342588151 - } + ] } ] } @@ -86,22 +90,26 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271510030628442 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271510030628442 - } + ] } ] } @@ -138,22 +146,26 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10261251287581805 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10261251287581805 - } + ] } ] } diff --git a/examples/dbe/optical/testlabVA210706080108spectral.json b/examples/dbe/optical/testlabVA210706080108spectral.json index 1af65408..07a65e1e 100644 --- a/examples/dbe/optical/testlabVA210706080108spectral.json +++ b/examples/dbe/optical/testlabVA210706080108spectral.json @@ -10,35542 +10,35546 @@ }, "data": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100527 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110498 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11178300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098498 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097446 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10461600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11055300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104641 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10605200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10046300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10305199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10029199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10074899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097393000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12385199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087691999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11873900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12148500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11512700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097692 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098992000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10393000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09747 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11572900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11645799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099007000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090875000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094841 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10442399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099430999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096686 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104677 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12061400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11418900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10400600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108641 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10109299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11377100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092408 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10906300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10454700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104563 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10193400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10327700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10875299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11006700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10464499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10411899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094577000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104728 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102735 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10190400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10304600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102767 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101421 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10523099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10538600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10531700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100702 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10150100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10263800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100458 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10058600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10083700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10229900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10188900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10359600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10152699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102841 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10344099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10332000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10287800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10299799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10272600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10282000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10257400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10269700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10303100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10353899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10263299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10048299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10142300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10139300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10147700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10198600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102522 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10234700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10348000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10252700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10335100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102783 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10288900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10300700000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102599 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10323800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10299200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102621 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10323399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10251500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102497 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10223900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10191800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10250400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102438 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10250500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10220599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10260400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10187500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10220499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10245900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10264300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10228999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10276500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10178000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10183600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10267300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10177199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10292899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10179600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10222300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102729 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10238799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10233300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10255000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10256399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10282999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10314999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10191599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10267300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102493 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102478 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10322300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10197200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10236800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10223900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10232100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10208700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10221500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102692 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102716 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10241199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10228400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102414 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10255900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102567 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10222400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10232799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10277900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102563 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10198800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102513 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10171300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10236200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10208500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10237299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10216599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10235200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10253000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102767 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10237700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102387 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10200900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10135899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10160000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10296200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10227900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10103300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10133800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10139799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10145300000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10051600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101677 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10200900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10175000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10233300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10078300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10364699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10386799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10428599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10242200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101608 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10384800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10219900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098976000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10361200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10522100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100588 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101498 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10307600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10595900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10575200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099583999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099728 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10867800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107589 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10699600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10544600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106438 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10838800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099783000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10881299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10764200000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094667999999999988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100549 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113729 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10425100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087657000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11707100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101479 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10695299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10337600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11644299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11625600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10835499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11166600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13006399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.151035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.149903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10430400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090492 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094883000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099555 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.075969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.076276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096094000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13655 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113767 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.075951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.081370000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.071853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09567 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104637 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10995900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12264200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.15426700000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13603099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11765700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106581 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10168900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11528700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.08968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096620000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10161500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096301000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088528000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102728 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10847200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104583 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10983599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10975199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10020799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107487 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111487 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097516 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103529 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10194000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106594 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10149699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10191700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10474399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10369600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096716 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10479200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099514999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098501999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10568899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100566 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10091699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096971000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10403600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099672 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10584099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099508 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096408000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10515200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10051500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10309100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10197300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096798000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106486 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10501300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098358000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098387 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10321300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10707000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099044000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101844 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100758 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10560000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10217000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10269600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098092000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09882500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110375 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10825 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10051399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10229900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10372500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10662100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10201800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10425000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10179600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10467499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09752100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098198000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101857 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10795600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10851699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098671000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098483 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10146699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10004099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10218500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10500400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103826 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102563 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10133800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10414300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10142799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099634 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10515700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10516500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097025000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097658000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095076000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097359000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10082800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10098900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10709500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10251099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10242100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10636799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10229900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10471399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095489999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095631000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10258400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102531 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10464000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09725099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10168300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100482 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10576200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098087000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095242000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099253000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09828400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10792199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10246100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096672 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10130900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099715000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10577299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10787100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10314500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10080800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10383900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100722 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096826000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096186000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097601 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097371 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102949 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10048400000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10461000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096744000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091917000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094905000000000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10069800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098725000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103646 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103658 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098649 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100416 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10414899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10280500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10465 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10369199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10040900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099760000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097615000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096525 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099913000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097005000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098772 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10089600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10787800000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097157000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10256399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095775000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10513600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10063000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10355700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107713 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100948 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09990700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10428100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102437 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10300200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10351800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10431100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099469999999999989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098693000000000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099777 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10536 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099059000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099105000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099208999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102777 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10494099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10715999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10310000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100825 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10824299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10260300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097192000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095772 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097674000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10545700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099209999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101638 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10502700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10439500000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10394600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10479100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099534000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102634 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10134800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098747000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099445999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10094099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10392200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10348900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10599700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10732799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10181100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097576 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09465 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094597 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098515999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10570299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10670199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097476000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098643000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10071300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097742000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10373100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10081200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10447100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100736 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098725000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099892000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10290900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10687400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096867000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10129400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100716 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10017300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10164899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10375000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10294600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10283400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10111200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10160999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10373100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10347400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10060000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096516 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09627200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097018000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098701000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10387600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099656000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097436000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098703 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10685499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09682700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10173700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099544 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100566 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09872199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100471 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10167899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10261300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089671 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096458 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10020300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099052000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10239000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10342900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106725 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10742499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10247099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098351000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10096000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10102900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098628000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098747000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10117100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10173600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10732 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10950100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10641400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10125500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098849 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097551000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097040000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098439 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103634 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10377000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10062900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097504000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10500500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099856 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10085699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10638600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099013000000000018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097804 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098890999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092525 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091912000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10183500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099465000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10143200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102839 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10339600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10404000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10090400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100485 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099027999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099794000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10130900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10364200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10529999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10164300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097658000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09711 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10124100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10590500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10322800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10081300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10703900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099059000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095066000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094288000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099076000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10808899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11165599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098180999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097689000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10110300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10489699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10384800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10336100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097482000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10030900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097034000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100494 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099661000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097729 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098758 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099060000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098740000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10246000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101483 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10138400000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099426000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099700000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095942000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093236000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093945000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10337199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10661799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099126999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09667400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097300000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098712000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09958800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095775000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09879099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10210100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10576200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099052000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098544 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099990000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097594999999999987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098678000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10012800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098127999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097501999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09895799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099549 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10303000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096636000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096257000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098737999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093549000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10338800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10192500000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10213699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10273600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101533 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097029999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09717 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10305600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096936000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093475 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100637 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10494500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10691700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100475 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100569 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101549 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102617 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10073399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10088200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10030900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098621 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098190000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10685700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10165400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09885300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098127999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098490000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099647000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100443 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10068400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10085200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103766 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10082100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096774000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10076700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10277100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099783000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10009499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093717000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098196999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10758100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095214000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098645 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10129400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098160000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093876000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099833999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10445499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094309999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10212600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10452299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090397999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102566 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099228000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10017799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11236700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093713999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093724000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099716000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10579100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09420400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10273600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100649 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10648999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10831500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10299 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093736 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097062000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10459099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10320499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097527000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097589000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10399800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10452600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099785000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10259700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091361000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10289899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096110000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10892099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092597000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10935800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097486 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10569100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10160500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098539999999999989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09503700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09936600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099670000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100722 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099593000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10382899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09484999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10516400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102704 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09722 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098992000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10075200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10473800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097686 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105414 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10982900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.08982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097335999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10304600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10584500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089192000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11527200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099435000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094972999999999988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10014400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100479 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10427199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093328000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11673299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10063000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095066000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099698 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097735 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097810000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10673500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10183299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102425 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11174899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099867000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101552 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099478000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10402100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104633 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10117000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09784000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099326000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10818799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10242000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10239699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097064000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106655 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098171000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10275000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102857 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10484299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10032600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099577000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10824600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097635000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10748300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099972999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102555 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105948 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095681999999999989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096821 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10141700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092747 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10561 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100805 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10778399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10548500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11287100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11166600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11261100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10829599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10363200000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102538 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10681900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11606899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.08792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11522299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10966900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.086713000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10120100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095820000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11367300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099527 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095210000000000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104617 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.081333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10849700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09992100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118478 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11424400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099593000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095454000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096287000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10362299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10634600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.086597000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10917299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10383800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09852000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11162100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10043400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10473800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11431200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10546900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096186000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10800900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10477700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10019800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10187500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10490000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10467800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10938700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10118100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10309100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11027200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10764200000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10079700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107949 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11614800000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099913000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11359400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11026899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095588 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10047800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099365000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10392699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102469 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092251999999999987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099785000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096897000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09520300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.128116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10369400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10232300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10408300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106759 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.119569 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11295500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115878 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11485900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.085744000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11079000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10901999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11569499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096340000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11966100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11288600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12062300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10845700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11661500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10376099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13384000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.119835 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10251500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10381800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091603999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129805 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13567 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098937000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.083851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11560100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.085076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.130259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094008000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122753 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.081359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11578900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11784800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090697 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091912000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12155300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10709500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.123151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11678699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12504500000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.134659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108459 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100849 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10095599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117703 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11861200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.123452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131721 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10691200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096980000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.119297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100641 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11257099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10330500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120783 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11869400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127438 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12842800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103383 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12334400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11375199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13577999999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10460000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090462000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.146363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096446 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11530099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.123737 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11216200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10338599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11963800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.130312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142538 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11456200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10850300000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10652400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.07827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.126433 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11522600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116801 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.126704 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118721 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13356600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09086000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.164417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11842599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11226599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12126200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.144835 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101485 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.080710999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127702 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095591000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.150167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.126806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.140292 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.14535399999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11737600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.14161400000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.053308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13486700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11152799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.152128 - } + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100527 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110498 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11178300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098498 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10461600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11055300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104641 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10605200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10046300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10305199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10029199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10074899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097393000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12385199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087691999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11873900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12148500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11512700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097692 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098992000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10393000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09747 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11572900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11645799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099007000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090875000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10442399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099430999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096686 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12061400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11418900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10400600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108641 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10109299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11377100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092408 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10906300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10454700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104563 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10193400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10327700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10875299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11006700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10464499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10411899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094577000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104728 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10190400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10304600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102767 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101421 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10523099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10538600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10531700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100702 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10150100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10263800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100458 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10058600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10083700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10229900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10188900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10359600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10152699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10344099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10332000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10287800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10299799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10272600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10282000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10257400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10269700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10303100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10353899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10263299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10048299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10142300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10139300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10147700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10198600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102522 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10234700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10348000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10252700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10335100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10288900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10300700000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102599 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10323800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10299200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10323399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10251500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102497 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10223900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10191800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10250400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102438 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10250500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10220599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10260400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10187500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10220499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10245900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10264300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10228999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10276500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10178000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10183600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10267300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10177199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10292899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10179600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10222300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102729 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10238799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10233300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10255000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10256399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10282999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10314999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10191599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10267300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102478 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10322300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10197200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10236800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10223900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10232100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10208700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10221500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102692 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102716 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10241199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10228400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102414 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10255900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102567 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10222400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10232799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10277900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102563 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10198800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102513 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10171300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10236200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10208500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10237299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10216599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10235200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10253000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102767 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10237700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10200900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10135899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10160000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10296200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10227900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10103300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10133800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10139799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10145300000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10051600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10200900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10175000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10233300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10078300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10364699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10386799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10428599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10242200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101608 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10384800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10219900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098976000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10361200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10522100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101498 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10307600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10595900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10575200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099583999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099728 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10867800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107589 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10699600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10544600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106438 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10838800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099783000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10881299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10764200000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094667999999999988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100549 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113729 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10425100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087657000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11707100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10695299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10337600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11644299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11625600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10835499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11166600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13006399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.151035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.149903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10430400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090492 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094883000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.075969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.076276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096094000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113767 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.075951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.081370000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.071853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09567 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104637 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10995900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12264200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.15426700000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13603099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11765700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10168900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11528700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.08968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096620000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10161500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096301000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088528000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102728 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10847200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104583 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10983599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10975199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10020799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097516 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103529 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10194000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106594 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10149699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10191700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10474399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10369600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096716 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10479200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099514999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098501999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10568899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100566 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10091699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096971000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10403600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099672 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10584099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099508 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096408000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10515200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10051500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10309100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10197300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096798000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106486 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10501300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098358000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10321300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10707000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099044000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101844 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100758 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10560000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10217000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10269600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098092000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09882500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110375 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10825 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10051399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10229900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10372500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10662100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10201800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10425000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10179600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10467499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09752100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098198000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10795600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10851699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098671000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098483 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10146699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10004099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10218500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10500400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102563 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10133800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10414300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10142799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099634 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10515700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10516500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097025000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097658000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095076000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097359000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10082800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10098900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10709500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10251099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10242100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10636799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10229900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10471399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095489999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095631000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10258400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102531 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10464000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09725099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10168300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100482 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10576200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098087000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095242000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099253000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09828400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10792199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10246100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096672 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10130900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099715000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10577299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10787100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10314500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10080800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10383900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100722 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096826000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096186000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097601 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097371 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10048400000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10461000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096744000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091917000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094905000000000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10069800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098725000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103658 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100416 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10414899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10280500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10465 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10369199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10040900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099760000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097615000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099913000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097005000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10089600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10787800000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097157000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10256399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095775000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10513600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10063000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10355700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107713 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100948 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09990700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10428100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102437 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10300200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10351800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10431100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099469999999999989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098693000000000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099777 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099059000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099105000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099208999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102777 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10494099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10715999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10310000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100825 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10824299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10260300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097192000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097674000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10545700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099209999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101638 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10502700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10439500000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10394600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10479100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099534000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102634 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10134800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098747000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099445999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10094099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10392200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10348900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10599700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10732799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10181100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097576 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09465 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094597 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098515999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10570299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10670199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097476000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098643000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10071300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097742000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10373100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10081200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10447100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098725000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099892000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10290900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10687400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096867000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10129400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100716 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10017300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10164899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10375000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10294600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10283400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10111200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10160999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10373100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10347400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10060000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096516 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09627200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097018000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098701000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10387600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099656000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097436000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10685499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09682700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10173700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099544 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100566 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09872199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10167899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10261300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089671 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096458 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10020300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099052000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10239000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10342900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106725 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10742499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10247099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098351000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10096000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10102900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098628000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098747000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10117100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10173600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10732 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10950100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10641400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10125500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097551000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097040000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098439 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103634 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10377000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10062900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097504000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10500500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099856 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10085699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10638600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099013000000000018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098890999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091912000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10183500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099465000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10143200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102839 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10339600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10404000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10090400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100485 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099027999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099794000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10130900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10364200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10529999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10164300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097658000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09711 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10124100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10590500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10322800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10081300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10703900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099059000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095066000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094288000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099076000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10808899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11165599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098180999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097689000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10110300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10489699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10384800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10336100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097482000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10030900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097034000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100494 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099661000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097729 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098758 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099060000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098740000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10246000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101483 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10138400000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099426000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099700000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095942000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093236000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093945000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10337199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10661799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099126999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09667400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097300000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098712000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09958800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095775000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09879099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10210100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10576200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099052000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098544 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099990000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097594999999999987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098678000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10012800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098127999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097501999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09895799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099549 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10303000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096636000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096257000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098737999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093549000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10338800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10192500000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10213699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10273600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101533 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097029999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09717 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10305600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096936000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093475 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100637 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10494500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10691700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100475 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100569 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101549 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10073399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10088200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10030900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098190000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10685700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10165400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09885300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098127999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098490000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099647000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100443 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10068400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10085200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103766 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10082100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096774000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10076700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10277100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099783000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10009499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093717000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098196999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10758100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095214000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098645 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10129400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098160000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093876000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099833999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10445499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094309999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10212600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10452299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090397999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102566 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099228000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10017799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11236700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093713999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093724000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099716000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10579100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09420400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10273600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10648999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10831500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10299 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097062000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10459099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10320499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097527000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097589000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10399800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10452600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099785000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10259700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091361000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10289899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096110000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10892099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092597000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10935800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097486 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10569100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10160500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098539999999999989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09503700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09936600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099670000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100722 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099593000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10382899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09484999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10516400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09722 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098992000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10075200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10473800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097686 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105414 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10982900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.08982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097335999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10304600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10584500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089192000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11527200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099435000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094972999999999988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10014400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10427199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093328000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11673299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10063000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095066000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099698 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097810000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10673500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10183299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102425 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11174899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099867000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101552 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099478000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10402100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10117000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09784000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099326000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10818799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10242000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10239699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097064000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098171000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10275000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10484299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10032600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099577000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10824600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097635000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10748300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099972999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105948 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095681999999999989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10141700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092747 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10561 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10778399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10548500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11287100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11166600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11261100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10829599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10363200000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102538 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10681900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11606899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.08792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11522299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10966900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086713000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10120100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095820000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11367300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099527 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095210000000000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.081333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10849700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09992100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118478 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11424400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099593000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095454000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096287000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10362299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10634600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086597000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10917299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10383800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09852000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11162100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10043400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10473800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11431200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10546900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096186000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10800900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10477700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10019800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10187500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10490000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10467800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10938700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10118100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10309100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11027200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10764200000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10079700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11614800000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099913000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11359400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11026899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10047800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099365000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10392699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102469 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092251999999999987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099785000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096897000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09520300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.128116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10369400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10232300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10408300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106759 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.119569 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11295500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11485900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.085744000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11079000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10901999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11569499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096340000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11966100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11288600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12062300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10845700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11661500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10376099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13384000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.119835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10251500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10381800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091603999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13567 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098937000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.083851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11560100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.085076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.130259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094008000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.081359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11578900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11784800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090697 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091912000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12155300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10709500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.123151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11678699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12504500000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.134659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108459 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10095599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11861200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.123452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10691200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096980000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.119297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100641 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11257099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10330500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11869400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127438 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12842800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103383 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12334400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11375199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13577999999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10460000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090462000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.146363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11530099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.123737 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11216200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10338599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11963800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.130312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142538 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11456200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10850300000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10652400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.07827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.126433 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11522600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116801 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.126704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13356600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09086000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.164417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11842599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11226599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12126200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.144835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101485 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.080710999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127702 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095591000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.150167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.126806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.140292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14535399999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11737600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14161400000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.053308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13486700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11152799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.152128 + } + } + ] } ] } diff --git a/examples/dbe/origin/methodAccordingToStandard.json b/examples/dbe/origin/methodAccordingToStandard.json index 9ead6e54..2591b3d4 100644 --- a/examples/dbe/origin/methodAccordingToStandard.json +++ b/examples/dbe/origin/methodAccordingToStandard.json @@ -26,20 +26,26 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] } ] } diff --git a/examples/dbe/origin/methodAsAservice.json b/examples/dbe/origin/methodAsAservice.json index 56ae4638..1d871460 100644 --- a/examples/dbe/origin/methodAsAservice.json +++ b/examples/dbe/origin/methodAsAservice.json @@ -41,20 +41,26 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] } ] } diff --git a/examples/dbe/origin/originMethodAccordingToStandard.json b/examples/dbe/origin/originMethodAccordingToStandard.json index 14de3d35..29eaa697 100644 --- a/examples/dbe/origin/originMethodAccordingToStandard.json +++ b/examples/dbe/origin/originMethodAccordingToStandard.json @@ -41,20 +41,26 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] } ] } diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json b/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json index 6674e3fe..18a4edf9 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json @@ -17,33 +17,37 @@ }, "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.08225287, - "colorReflectance": { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "observer": "tenDegrees", - "illuminant": "D65" + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.08225287, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 5, + "aStar": 1, + "bStar": -1, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] } - ] + } } - } + ] } ] } diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json index 581db4e4..7c494175 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json @@ -73,114 +73,118 @@ "description": "Example: Nearnormal-nearnormal and nearnormal-hemispherical transmittance and reflectance for red, green and blue.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } }, - "wavelengths": { - "wavelength": 570 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } }, - "wavelengths": { - "wavelength": 570 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } + ] } ] } diff --git a/examples/dbe/photovoltaic/photovoltaicWithOptical.json b/examples/dbe/photovoltaic/photovoltaicWithOptical.json index 1d6548e6..c2a5992a 100644 --- a/examples/dbe/photovoltaic/photovoltaicWithOptical.json +++ b/examples/dbe/photovoltaic/photovoltaicWithOptical.json @@ -23,108 +23,112 @@ "description": "Example: Nearnormal-nearnormal and nearnormal-hemispherical reflectance for red, green and blue.", "data": [ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.1 + } }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.1 + } }, - "wavelengths": { - "wavelength": 570 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.1 + } }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } }, - "wavelengths": { - "wavelength": 570 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + ] } ] } diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 026bde62..d156beef 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -5,50 +5,37 @@ "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", "$defs": { "data": { - "oneOf": [ - { - "title": "Internal data node with leaf children", - "description": "Internal node of the data tree whose children are leaf data point nodes. It specifies component characteristics that are identical for child data points.", - "type": "object", - "properties": { - "componentCharacteristics": { - "$ref": "#/$defs/componentCharacteristics", - "description": "Component characteristics that are identical for all child data points in `dataPoints`. Such characteristics must be specified here and not in child data points in `dataPoints[*]/componentCharacteristics`." - }, - "dataPoints": { - "title": "Optical data points", - "type": "array", - "items": { - "$ref": "#/$defs/dataPoint" + "title": "Optical data", + "description": "Optical `data` as an array of optical `dataPoints` with their characteristics. An additional property could be added for `serverSpecific` data.", + "type": "object", + "properties": { + "data": { + "title": "Optical data", + "type": "array", + "items": { + "type": "object", + "properties": { + "componentCharacteristics": { + "$ref": "#/$defs/componentCharacteristics", + "description": "Component characteristics that are identical for all data points of this object." }, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": ["dataPoints"] - }, - { - "title": "Internal data node with non-leaf children", - "description": "Internal node of the data tree whose children are data nodes. It specifies component characteristics that are identical for descendant data points.", - "type": "object", - "properties": { - "componentCharacteristics": { - "$ref": "#/$defs/componentCharacteristics", - "description": "Component characteristics that are identical for descendant data points in `data`. Such characteristics must be specified here and not in descendant nodes in `data` like `data[*]/componentCharacteristics` or `data[*]/dataPoints[*]/componentCharacteristics`." + "dataPoints": { + "title": "Optical data points. A data point", + "type": "array", + "items": { + "$ref": "#/$defs/dataPoint" + }, + "minItems": 1 + } }, - "data": { - "title": "Optical data", - "type": "array", - "items": { - "$ref": "#/$defs/data" - }, - "minItems": 1 - } + "additionalProperties": false, + "required": ["dataPoints"] }, - "additionalProperties": false, - "required": ["data"] + "minItems": 1 } - ] + }, + "additionalProperties": false, + "required": ["data"] }, "dataPoint": { "title": "General schema for measured and calculated optical data", diff --git a/tests/invalid/opticalData/componentCharacteristicsTooHigh.json b/tests/invalid/opticalData/componentCharacteristicsTooHigh.json new file mode 100644 index 00000000..58f6a2c2 --- /dev/null +++ b/tests/invalid/opticalData/componentCharacteristicsTooHigh.json @@ -0,0 +1,32 @@ +{ + "componentCharacteristics": { + "instrumentSignature": 42 + }, + "data": [ + { + "componentCharacteristics": { + "normalization": "absolute" + }, + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 + } + } + ] + } + ] +} diff --git a/tests/invalid/opticalData/tree.json b/tests/invalid/opticalData/tree.json new file mode 100644 index 00000000..324c02b5 --- /dev/null +++ b/tests/invalid/opticalData/tree.json @@ -0,0 +1,61 @@ +{ + "data": [ + { + "componentCharacteristics": { + "normalization": "absolute" + }, + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 + } + } + ] + }, + { + "componentCharacteristics": { + "normalization": "relative" + }, + "data": [ + { + "componentCharacteristics": { + "surface": "symmetric" + }, + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 + } + } + ] + } + ] + } + ] +} diff --git a/tests/valid/data/opticalTest.json b/tests/valid/data/opticalTest.json index b0ec1047..ac07cac8 100644 --- a/tests/valid/data/opticalTest.json +++ b/tests/valid/data/opticalTest.json @@ -1,21 +1,25 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.81, - "reflectance": 0.08 - } + ] } ] } diff --git a/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json b/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json index 929a80a3..c59c1824 100644 --- a/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json +++ b/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json @@ -1,35540 +1,35544 @@ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0054 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": -0.0022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.401 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.479 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5841 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5857 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5949 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.599 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.62 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6098 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.6004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5882 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.588 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.584 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5846 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5833 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5783 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5799 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5788 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5761 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5749 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5701 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5665 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5665 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5621 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5594 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5471 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5161 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.5017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4804 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4711 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4682 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4459 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4307 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4226 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.4001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2946 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2826 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2717 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2656 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2652 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2601 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1905 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1856 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1771 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1753 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1703 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1649 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1646 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1612 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1617 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1597 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1509 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1487 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1469 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1444 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1434 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1387 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1446 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1494 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1536 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1555 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1558 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1582 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1585 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1652 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1671 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1698 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1805 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1839 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.191 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.226 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2405 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2433 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2558 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2655 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3351 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3299 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2946 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2878 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2835 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2817 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.28 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2772 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.27 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2678 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2662 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2643 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2628 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2559 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2515 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.25 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2496 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2493 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2443 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.213 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.212 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1882 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1849 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1821 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1775 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1726 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1736 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1744 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.17 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1735 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1721 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1754 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1704 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1677 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1645 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1658 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1644 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1644 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1633 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1603 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.161 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1571 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1581 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1531 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1564 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1554 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1525 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1515 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1522 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1497 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1457 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1424 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1424 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.14 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1375 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1292 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1264 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1184 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0924 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0833 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1072 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0905 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0832 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0846 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0972 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1029 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1014 - } + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": -0.0022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.599 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.62 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.6004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.584 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5788 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5749 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5701 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5665 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5594 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.5017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4711 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4682 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4459 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4307 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.4001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2717 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2656 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2601 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1856 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1771 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1612 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1597 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1509 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1469 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1444 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1494 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1582 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1585 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1652 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1671 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1698 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1839 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.226 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2405 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2433 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2558 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3351 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3299 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.3018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2946 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2817 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.28 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.27 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2678 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2662 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2628 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2559 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.25 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2496 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2443 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.213 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1882 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1775 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1726 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1744 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.17 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1754 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1645 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1658 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1644 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1603 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.161 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1571 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1531 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1564 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1554 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1515 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1522 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1497 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1457 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1424 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1375 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1264 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1184 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0924 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0833 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1072 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0905 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0832 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0846 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0972 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1029 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1014 + } + } + ] } ] } diff --git a/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json b/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json index 4973f04e..58713100 100644 --- a/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json +++ b/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json @@ -1,20 +1,24 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "visible" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.63 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.63 - } + ] } ] } diff --git a/tests/valid/opticalData/SunovationGlazingLayerOptical.json b/tests/valid/opticalData/SunovationGlazingLayerOptical.json index d88149fc..caa79212 100644 --- a/tests/valid/opticalData/SunovationGlazingLayerOptical.json +++ b/tests/valid/opticalData/SunovationGlazingLayerOptical.json @@ -1,100 +1,116 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } }, - "wavelengths": { "wavelength": 430 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "wavelength": 540 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } }, - "wavelengths": { "wavelength": 570 } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } }, - "wavelengths": { "wavelength": 430 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } }, - "wavelengths": { "wavelength": 540 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } }, - "wavelengths": { "wavelength": 570 } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } + } + ] } ] } diff --git a/tests/valid/opticalData/SunovationModuleEnamelOptical.json b/tests/valid/opticalData/SunovationModuleEnamelOptical.json index 0db4a3ac..8166f62b 100644 --- a/tests/valid/opticalData/SunovationModuleEnamelOptical.json +++ b/tests/valid/opticalData/SunovationModuleEnamelOptical.json @@ -1,31 +1,35 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.08, - "colorReflectance": { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "observer": "tenDegrees", - "illuminant": "D65" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.08, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 5, + "aStar": 1, + "bStar": -1, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] } - ] + } } - } + ] } ] } diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index d87c06e3..37860be5 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -1,55 +1,59 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.81, - "colorTransmittance": { - "cielabColors": [ - { - "lStar": 90, - "aStar": -0.5, - "bStar": 0.5, - "observer": "tenDegrees", - "illuminant": "D65" - } - ], - "colorRenderingIndices": [ - { - "Ra": 97, - "observer": "twoDegrees", - "illuminant": "D65" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 }, - { - "Raout-in": 95, - "observer": "tenDegrees", - "illuminant": "A" + "wavelengths": { + "integral": "visible" } - ] - }, - "reflectance": 0.08, - "colorReflectance": { - "cielabColors": [ - { - "lStar": 4, - "aStar": 0, - "bStar": 0, - "observer": "tenDegrees", - "illuminant": "D65" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "colorTransmittance": { + "cielabColors": [ + { + "lStar": 90, + "aStar": -0.5, + "bStar": 0.5, + "observer": "tenDegrees", + "illuminant": "D65" + } + ], + "colorRenderingIndices": [ + { + "Ra": 97, + "observer": "twoDegrees", + "illuminant": "D65" + }, + { + "Raout-in": 95, + "observer": "tenDegrees", + "illuminant": "A" + } + ] + }, + "reflectance": 0.08, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 4, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] } - ] + } } - } + ] } ] } diff --git a/tests/valid/opticalData/directionWavelengthPolarization.json b/tests/valid/opticalData/directionWavelengthPolarization.json index ce89971d..3cd65f20 100644 --- a/tests/valid/opticalData/directionWavelengthPolarization.json +++ b/tests/valid/opticalData/directionWavelengthPolarization.json @@ -1,29 +1,33 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8, - "azimuth": 0 - }, - "wavelengths": { - "wavelength": 415 - }, - "polarization": { - "s": 1, - "p": 0 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8, + "azimuth": 0 + }, + "wavelengths": { + "wavelength": 415 + }, + "polarization": { + "s": 1, + "p": 0 + } + }, + "emergence": { + "direction": { + "polar": 8, + "azimuth": 0 + } + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } } - }, - "emergence": { - "direction": { - "polar": 8, - "azimuth": 0 - } - }, - "results": { - "transmittance": 0.81, - "reflectance": 0.08 - } + ] } ] } diff --git a/tests/valid/opticalData/infraredDataPointForDiagram.json b/tests/valid/opticalData/infraredDataPointForDiagram.json index 6bf74794..e11b5225 100644 --- a/tests/valid/opticalData/infraredDataPointForDiagram.json +++ b/tests/valid/opticalData/infraredDataPointForDiagram.json @@ -1,20 +1,24 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": "hemispherical", - "wavelengths": { - "integral": "infrared" + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "infrared" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "reflectance": 0.16, + "absorptanceEmittance": 0.84 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "reflectance": 0.16, - "absorptanceEmittance": 0.84 - } + ] } ] } diff --git a/tests/valid/opticalData/mirroredValues/infraredEmittance.json b/tests/valid/opticalData/mirroredValues/infraredEmittance.json index 32495787..cc75ef78 100644 --- a/tests/valid/opticalData/mirroredValues/infraredEmittance.json +++ b/tests/valid/opticalData/mirroredValues/infraredEmittance.json @@ -1,16 +1,22 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": "hemispherical", - "wavelengths": { "integral": "infrared" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "absorptanceEmittance": 0.84 - } + "dataPoints": [ + { + "incidence": { + "direction": "hemispherical", + "wavelengths": { + "integral": "infrared" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "absorptanceEmittance": 0.84 + } + } + ] } ] } diff --git a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json index 5ffb1500..689f1395 100644 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json +++ b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json @@ -1,18 +1,24 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] } ] } diff --git a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json index 8c7a760d..488cab8d 100644 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json +++ b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json @@ -1,18 +1,24 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8 + } + } + ] } ] } diff --git a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json index 16f75c96..e88ac1c5 100644 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json +++ b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json @@ -1,18 +1,24 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "visible" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + } + ] } ] } diff --git a/tests/valid/opticalData/polarization/equallySandPpolarized.json b/tests/valid/opticalData/polarization/equallySandPpolarized.json index 02a33d42..5f7c76a8 100644 --- a/tests/valid/opticalData/polarization/equallySandPpolarized.json +++ b/tests/valid/opticalData/polarization/equallySandPpolarized.json @@ -1,22 +1,28 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 60 - }, - "wavelengths": { "integral": "solar" }, - "polarization": { - "s": 0.5, - "p": 0.5 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 60 + }, + "wavelengths": { + "integral": "solar" + }, + "polarization": { + "s": 0.5, + "p": 0.5 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } + ] } ] } diff --git a/tests/valid/opticalData/polarization/lPolarized.json b/tests/valid/opticalData/polarization/lPolarized.json index 3082a360..b6e40974 100644 --- a/tests/valid/opticalData/polarization/lPolarized.json +++ b/tests/valid/opticalData/polarization/lPolarized.json @@ -1,19 +1,25 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 60 - }, - "wavelengths": { "integral": "solar" }, - "polarization": "leftHanded" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 60 + }, + "wavelengths": { + "integral": "solar" + }, + "polarization": "leftHanded" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + } + ] } ] } diff --git a/tests/valid/opticalData/polarization/polarizationUnknown.json b/tests/valid/opticalData/polarization/polarizationUnknown.json index f603553c..e8b29e75 100644 --- a/tests/valid/opticalData/polarization/polarizationUnknown.json +++ b/tests/valid/opticalData/polarization/polarizationUnknown.json @@ -1,18 +1,24 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 60 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 60 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + } + ] } ] } diff --git a/tests/valid/opticalData/polarization/rPolarized.json b/tests/valid/opticalData/polarization/rPolarized.json index 07cefbf7..fad1d590 100644 --- a/tests/valid/opticalData/polarization/rPolarized.json +++ b/tests/valid/opticalData/polarization/rPolarized.json @@ -1,19 +1,25 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 60 - }, - "wavelengths": { "integral": "solar" }, - "polarization": "rightHanded" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 60 + }, + "wavelengths": { + "integral": "solar" + }, + "polarization": "rightHanded" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } + } + ] } ] } diff --git a/tests/valid/opticalData/polarizedVisibleDataPointForDiagram.json b/tests/valid/opticalData/polarizedVisibleDataPointForDiagram.json index 8e08eb3c..5ff17c4e 100644 --- a/tests/valid/opticalData/polarizedVisibleDataPointForDiagram.json +++ b/tests/valid/opticalData/polarizedVisibleDataPointForDiagram.json @@ -1,26 +1,30 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 60, - "azimuth": 90 - }, - "wavelengths": { - "integral": "visible" - }, - "polarization": { - "s": 1, - "p": 0 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 60, + "azimuth": 90 + }, + "wavelengths": { + "integral": "visible" + }, + "polarization": { + "s": 1, + "p": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.81, - "reflectance": 0.08 - } + ] } ] } diff --git a/tests/valid/opticalData/solarTransmittanceReflectance.json b/tests/valid/opticalData/solarTransmittanceReflectance.json index b0ec1047..ac07cac8 100644 --- a/tests/valid/opticalData/solarTransmittanceReflectance.json +++ b/tests/valid/opticalData/solarTransmittanceReflectance.json @@ -1,21 +1,25 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "reflectance": 0.08 + } } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.81, - "reflectance": 0.08 - } + ] } ] } diff --git a/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json b/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json index af175d34..53881891 100644 --- a/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json +++ b/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json @@ -1,61 +1,65 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.65, + "reflectance": 0.071 + } }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.65, - "reflectance": 0.071 - } - }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 285 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.66, - "reflectance": 0.07 - } - }, - { - "incidence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 285 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.66, + "reflectance": 0.07 + } }, - "wavelengths": { - "wavelength": 290 - } - }, - "emergence": { - "direction": { - "polar": 8 + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 290 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.64, + "reflectance": 0.072 + } } - }, - "results": { - "transmittance": 0.64, - "reflectance": 0.072 - } + ] } ] } diff --git a/tests/valid/opticalData/testlabVE210609042606integral.json b/tests/valid/opticalData/testlabVE210609042606integral.json index 00e52fe6..00d6c825 100644 --- a/tests/valid/opticalData/testlabVE210609042606integral.json +++ b/tests/valid/opticalData/testlabVE210609042606integral.json @@ -1,22 +1,26 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004209694906112 + } } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004209694906112 - } + ] } ] } diff --git a/tests/valid/opticalData/testlabVE210609042606spectral.json b/tests/valid/opticalData/testlabVE210609042606spectral.json index caa69f63..5bebce72 100644 --- a/tests/valid/opticalData/testlabVE210609042606spectral.json +++ b/tests/valid/opticalData/testlabVE210609042606spectral.json @@ -1,39982 +1,39986 @@ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 280.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 281.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 282.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 283.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 284.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 285.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000589 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 286.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 287.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 288.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 289.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 290.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 291.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99987799999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 292.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000406 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 293.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 294.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 295.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 296.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 297.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 298.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 299.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 300.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 301.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 302.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 303.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 304.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 305.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 306.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 307.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99993300000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 308.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 309.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 310.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 311.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 312.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 313.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99986999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 314.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99981300000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 315.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 316.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 317.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008650000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 318.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 319.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 320.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008920000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 321.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 322.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 323.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 324.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 325.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003870000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 326.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 327.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000535 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 328.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 329.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 330.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 331.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 332.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 333.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000060000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 334.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 335.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007080000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 336.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 337.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000691 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 338.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 339.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 340.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 341.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004389999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 342.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 343.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 344.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000491 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 345.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 346.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 347.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 348.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004300000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 349.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000845 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 350.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000533 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 351.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004760000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 352.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 353.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000493 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 354.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007519999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 355.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 356.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 357.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 358.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 359.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000527 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 360.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 361.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 362.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005410000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 363.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 364.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 365.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 366.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 367.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000509 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 368.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 369.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 370.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007110000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 371.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 372.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 373.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000643 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 374.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 375.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99979699999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 376.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 377.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 378.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 379.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000589 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 380.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 381.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 382.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 383.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 384.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003170000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 385.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004430000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 386.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 387.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 388.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99990899999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 389.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000445 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 390.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 391.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 392.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 393.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 394.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 395.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000186 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 396.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 397.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000686 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 398.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 399.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 400.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 401.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 402.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99990899999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 403.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004430000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 404.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000383 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 405.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 406.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 407.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 408.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000360000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 409.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004389999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 410.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 411.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004430000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 412.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 413.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 414.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 415.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000441 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 416.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 417.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 418.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 419.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 420.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 421.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 422.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 423.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999738 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 424.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005870000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 425.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 426.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 427.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.9997410000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 428.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 429.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000374 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 430.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 431.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003360000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 432.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99997500000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 433.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 434.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 435.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999526 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 436.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 437.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 438.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 439.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 440.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 441.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007940000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 442.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 443.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99983000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 444.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999771 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 445.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 446.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 447.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000643 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 448.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009910000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 449.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 450.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003220000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 451.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 452.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 453.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 454.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 455.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 456.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 457.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 458.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002849999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 459.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 460.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000825 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 461.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003980000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 462.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 463.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 464.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999662 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 465.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00098 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 466.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015770000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 467.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 468.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99947500000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 469.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 470.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 471.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000069999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 472.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000499 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 473.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 474.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 475.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99981300000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 476.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 477.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 478.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 479.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 480.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 481.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 482.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 483.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 484.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 485.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 486.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 487.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 488.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99963899999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 489.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 490.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 491.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000221 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 492.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000633 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 493.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 494.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 495.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 496.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 497.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 498.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 499.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99998599999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 500.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 501.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 502.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 503.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 504.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 505.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000418 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 506.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000544 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 507.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 508.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 509.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 510.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000612 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 511.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 512.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 513.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 514.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00054 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 515.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004089999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 516.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 517.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 518.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 519.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 520.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 521.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 522.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000040000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 523.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 524.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 525.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 526.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 527.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003579999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 528.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 529.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 530.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 531.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 532.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 533.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 534.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000761 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 535.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 536.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 537.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 538.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99994500000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 539.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 540.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 541.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006570000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 542.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 543.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 544.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 545.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000505 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 546.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003870000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 547.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009350000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 548.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 549.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 550.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 551.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000581 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 552.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 553.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 554.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001250000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 555.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002790000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 556.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000829 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 557.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 558.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99999399999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 559.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004760000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 560.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 561.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 562.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 563.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 564.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 565.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 566.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 567.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 568.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 569.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 570.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 571.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001470000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 572.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 573.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 574.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 575.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 576.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 577.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 578.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005249999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 579.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99980900000000006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 580.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 581.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002760000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 582.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 583.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 584.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 585.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000551 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 586.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 587.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000740000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 588.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 589.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003220000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 590.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 591.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 592.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 593.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000756 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 594.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 595.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 596.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 597.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006650000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 598.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 599.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 600.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015479999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 601.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004680000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 602.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999884 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 603.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 604.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 605.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 606.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99994900000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 607.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 608.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003950000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 609.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000749 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 610.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 611.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 612.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 613.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 614.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 615.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0000499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 616.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002410000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 617.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 618.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 619.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 620.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 621.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 622.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 623.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 624.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 625.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 626.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 627.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 628.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 629.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 630.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 631.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 632.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 633.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 634.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 635.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 636.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 637.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 638.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 639.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 640.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 641.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 642.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 643.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 644.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 645.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 646.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 647.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 648.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 649.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 650.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0004250000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 651.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 652.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 653.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 654.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0002469999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 655.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 656.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 657.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 658.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 659.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 660.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 661.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 662.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000307 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 663.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 664.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005410000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 665.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 666.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008029999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 667.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 668.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000484 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 669.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000834 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 670.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 671.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 672.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 673.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 674.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 675.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 676.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001630000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 677.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 678.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 679.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 680.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 681.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 682.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 683.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 684.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 685.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 686.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 687.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 688.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 689.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000542 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 690.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0001600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 691.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 692.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 693.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 694.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 695.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0003959999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 696.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 697.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 698.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000702 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 699.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 700.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 701.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 702.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 703.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 704.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 705.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 706.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 707.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 708.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 709.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000602 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 710.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 711.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011539999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 712.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008329999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 713.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 714.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99993300000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 715.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 716.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 717.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 718.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 719.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000764 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 720.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 721.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 722.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000383 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 723.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 724.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 725.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 726.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005950000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 727.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 728.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 729.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 730.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 731.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0005840000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 732.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 733.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 734.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 735.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 736.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.999982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 737.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 738.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 739.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 740.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 741.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 742.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 743.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 744.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00146 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 745.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99999399999999994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 746.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 747.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 748.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000685 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 749.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 750.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 751.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000758 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 752.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 753.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 754.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 755.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001465 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 756.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 757.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.99975399999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 758.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 759.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 760.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 761.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 762.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 763.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 764.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 765.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000579 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 766.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 767.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 768.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000632 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 769.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 770.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 771.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 772.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 773.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 774.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000434 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 775.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 776.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 777.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 778.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008110000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 779.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 780.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 781.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 782.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 783.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 784.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 785.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 786.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 787.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001821 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 788.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 789.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 790.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012269999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 791.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 792.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 793.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 794.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 795.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 796.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 797.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000799 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 798.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 799.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 800.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 801.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 802.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015260000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 803.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 804.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 805.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001475 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 806.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000486 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 807.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007160000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 808.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 809.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 810.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 811.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 812.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 813.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 814.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014669999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 815.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001536 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 816.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 817.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 818.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 819.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001425 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 820.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 821.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 822.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014610000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 823.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 824.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001442 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 825.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 826.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 827.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 828.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 829.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 830.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 831.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 832.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 833.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 834.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 835.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0018259999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 836.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 837.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 838.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 839.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 840.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001795 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 841.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 842.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 843.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 844.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 845.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0016530000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 846.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014230000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 847.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 848.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0017010000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 849.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 850.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 851.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0023309999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 852.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 853.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 854.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 855.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 856.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015340000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 857.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 858.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.002517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 859.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0025060000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 860.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0017610000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 861.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 862.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 863.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 864.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 865.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 866.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 867.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 868.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 869.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 870.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 871.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 872.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 873.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 874.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 875.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 876.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 877.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 878.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 879.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 880.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 881.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 882.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 883.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 884.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009050000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 885.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 886.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 887.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 888.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 889.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 890.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 891.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 892.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 893.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 894.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 895.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 896.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 897.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 898.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 899.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 900.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 901.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 902.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 903.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000801 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 904.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 905.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 906.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 907.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 908.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 909.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 910.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 911.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 912.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 913.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 914.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 915.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 916.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000947 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 917.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 918.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 919.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009350000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 920.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 921.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 922.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 923.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 924.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 925.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 926.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 927.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 928.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 929.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 930.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 931.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 932.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 933.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 934.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 935.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 936.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 937.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 938.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 939.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000799 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 940.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 941.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 942.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 943.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 944.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 945.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008650000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 946.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 947.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 948.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 949.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 950.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 951.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 952.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 953.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 954.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 955.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 956.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 957.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 958.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 959.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 960.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 961.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 962.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 963.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 964.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 965.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 966.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 967.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 968.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 969.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000753 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 970.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 971.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 972.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 973.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 974.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 975.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 976.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 977.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 978.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 979.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 980.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009480000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 981.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 982.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 983.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 984.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 985.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000867 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 986.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 987.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 988.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 989.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 990.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 991.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 992.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 993.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009910000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 994.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 995.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 996.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 997.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 998.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 999.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1000.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000829 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1001.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1002.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1003.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1004.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1005.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1006.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1007.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1008.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1009.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1010.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1011.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1012.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1013.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1014.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1015.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1016.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1017.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000931 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1018.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1019.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1020.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1021.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008270000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1022.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1023.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009910000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1024.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1025.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1026.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1027.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1028.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1029.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1030.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1031.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1032.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1033.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1034.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1035.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1036.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1037.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1038.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1039.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1040.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1041.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1042.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010160000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1043.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1044.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1045.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1046.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1047.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1048.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1049.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1050.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1051.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1052.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1053.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1054.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1055.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1056.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1057.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1058.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1059.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1060.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1061.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1062.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1063.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1064.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1065.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008759999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1066.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1067.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1068.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1069.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009050000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1070.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1071.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1072.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1073.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1074.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1075.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1076.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009869999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1077.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1078.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1079.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1080.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1081.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008750000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1082.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1083.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1084.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1085.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1086.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1087.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1088.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1089.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1090.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1091.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007110000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1092.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1093.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007840000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1094.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1095.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1096.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1097.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1098.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1099.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1100.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1101.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1102.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009569999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1103.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1104.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1105.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1106.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1107.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1108.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1109.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1110.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1111.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1112.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1113.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1114.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1115.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1116.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1117.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1118.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1119.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000804 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1120.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1121.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000646 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1122.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1123.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1124.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1125.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010290000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1126.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1127.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1128.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1129.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1130.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1131.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1132.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1133.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1134.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1135.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1136.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1137.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1138.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1139.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1140.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1141.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1142.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1143.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1144.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000901 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1145.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1146.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1147.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1148.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1149.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1150.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1151.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1152.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1153.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1154.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1155.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1156.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1157.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1158.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1159.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1160.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1161.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1162.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1163.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1164.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1165.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1166.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1167.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1168.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1169.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1170.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1171.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1172.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1173.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1174.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1175.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1176.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1177.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1178.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1179.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1180.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1181.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1182.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1183.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000909 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1184.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1185.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1186.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1187.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1188.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1189.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1190.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1191.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1192.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1193.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1194.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1195.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1196.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1197.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1198.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1199.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1200.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1201.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1202.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1203.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1204.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1205.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1206.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1207.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1208.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1209.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1210.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1211.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1212.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1213.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1214.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1215.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1216.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1217.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009869999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1218.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1219.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1220.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1221.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1222.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1223.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1224.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1225.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1226.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1227.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1228.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1229.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1230.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1231.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1232.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1233.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1234.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1235.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1236.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001055 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1237.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1238.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1239.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1240.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000816 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1241.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1242.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1243.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1244.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1245.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1246.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1247.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1248.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1249.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1250.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1251.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1252.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1253.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1254.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1255.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1256.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1257.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1258.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1259.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000994 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1260.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1261.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1262.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1263.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1264.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1265.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1266.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000863 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1267.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1268.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1269.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1270.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1271.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1272.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1273.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1274.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009869999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1275.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1276.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1277.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1278.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1279.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1280.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1281.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1282.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1283.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000941 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1284.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1285.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1286.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1287.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1288.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1289.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1290.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1291.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1292.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1293.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1294.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1295.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1296.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1297.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1298.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1299.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1300.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1301.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1302.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1303.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000867 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1304.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1305.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1306.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1307.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1308.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1309.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1310.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1311.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1312.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1313.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1314.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1315.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1316.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1317.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1318.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000878 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1319.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000874 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1320.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1321.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1322.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1323.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1324.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1325.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1326.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1327.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1328.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1329.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1330.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1331.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007890000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1332.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1333.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009730000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1334.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1335.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011020000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1336.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1337.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1338.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1339.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1340.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1341.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009919999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1342.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1343.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009109999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1344.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000961 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1345.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1346.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1347.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1348.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1349.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000867 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1350.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000921 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1351.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1352.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000826 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1353.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1354.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1355.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1356.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1357.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1358.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1359.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000782 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1360.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1361.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1362.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1363.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1364.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1365.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1366.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1367.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1368.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1369.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1370.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1371.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1372.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1373.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1374.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000936 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1375.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1376.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1377.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1378.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001005 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1379.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1380.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1381.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1382.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1383.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000628 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1384.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1385.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000871 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1386.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1387.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1388.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1389.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1390.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1391.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1392.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1393.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1394.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1395.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1396.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1397.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1398.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1399.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1400.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1401.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1402.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1403.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000813 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1404.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1405.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1406.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1407.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1408.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013429999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1409.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1410.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1411.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00102 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1412.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1413.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1414.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000761 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1415.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0007540000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1416.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1417.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1418.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1419.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009480000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1420.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008920000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1421.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1422.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1423.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1424.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1425.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1426.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1427.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1428.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1429.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1430.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001066 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1431.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1432.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0008750000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1433.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1434.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1435.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000965 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1436.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1437.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1438.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1439.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1440.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1441.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000939 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1442.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1443.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1444.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1445.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1446.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1447.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000861 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1448.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1449.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0006270000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1450.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1451.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1452.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1453.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1454.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1455.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1456.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1457.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1458.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1459.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001049 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1460.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1461.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1462.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1463.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009860000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1464.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1465.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1466.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1467.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1468.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1469.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1470.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1471.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1472.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1473.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1474.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012649999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1475.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1476.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1477.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1478.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1479.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1480.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1481.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001098 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1482.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1483.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1484.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1485.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012130000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1486.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1487.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1488.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1489.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1490.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1491.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1492.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1493.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1494.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1495.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010970000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1496.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1497.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1498.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1499.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1500.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1501.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1502.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1503.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1504.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1505.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1506.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1507.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1508.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1509.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1510.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1511.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1512.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1513.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1514.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1515.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1516.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1517.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009810000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1518.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1519.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1520.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1521.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1522.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1523.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1524.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1525.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1526.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1527.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1528.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1529.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1530.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1531.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1532.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1533.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1534.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1535.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1536.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1537.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1538.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1539.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1540.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1541.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1542.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1543.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1544.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1545.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1546.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009460000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1547.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009139999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1548.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1549.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1550.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001092 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1551.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1552.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010620000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1553.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1554.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1555.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1556.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1557.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1558.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010729999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1559.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001191 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1560.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1561.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1562.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1563.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1564.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1565.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1566.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1567.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1568.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1569.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1570.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1571.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1572.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010080000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1573.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1574.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1575.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1576.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011480000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1577.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1578.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1579.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1580.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1581.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1582.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1583.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1584.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011109999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1585.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1586.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1587.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1588.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1589.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1590.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1591.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1592.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1593.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1594.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1595.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010970000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1596.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1597.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1598.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1599.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1600.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1601.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1602.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1603.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1604.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1605.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1606.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1607.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1608.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1609.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1610.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1611.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1612.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1613.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1614.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1615.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1616.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1617.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1618.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1619.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1620.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1621.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1622.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1623.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1624.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1625.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1626.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1627.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1628.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1629.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1630.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1631.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1632.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1633.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1634.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1635.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1636.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1637.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011020000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1638.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1639.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1640.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1641.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1642.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1643.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1644.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1645.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1646.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1647.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1648.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1649.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1650.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1651.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1652.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1653.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1654.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1655.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1656.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1657.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1658.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1659.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1660.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1661.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1662.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1663.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1664.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010729999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1665.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1666.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1667.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1668.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1669.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1670.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1671.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1672.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1673.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011020000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1674.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1675.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1676.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1677.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1678.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001416 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1679.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1680.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1681.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1682.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1683.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1684.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1685.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1686.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1687.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1688.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1689.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1690.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1691.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1692.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1693.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1694.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014960000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1695.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1696.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001458 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1697.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1698.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013429999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1699.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1700.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001391 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1701.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1702.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1703.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1704.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001388 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1705.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1706.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1707.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1708.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1709.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1710.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1711.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1712.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1713.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1714.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1715.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1716.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001416 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1717.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1718.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1719.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1720.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1721.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001439 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1722.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1723.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1724.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1725.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1726.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1727.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1728.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1729.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1730.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1731.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1732.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1733.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1734.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1735.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1736.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1737.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1738.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1739.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1740.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1741.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1742.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1743.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1744.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1745.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1746.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1747.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1748.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1749.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1750.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1751.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1752.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1753.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1754.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1755.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001349 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1756.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1757.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1758.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1759.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1760.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1761.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1762.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1763.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1764.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1765.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1766.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1767.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001457 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1768.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1769.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1770.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001478 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1771.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1772.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1773.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001405 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1774.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1775.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1776.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1777.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014239999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1778.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1779.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1780.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012260000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1781.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1782.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1783.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1784.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1785.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1786.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1787.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1788.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001533 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1789.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1790.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1791.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1792.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013670000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1793.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013429999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1794.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1795.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1796.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1797.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1798.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1799.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1800.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1801.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1802.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1803.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1804.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001434 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1805.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1806.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001598 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1807.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1808.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1809.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0016070000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1810.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1811.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1812.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1813.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1814.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1815.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1816.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1817.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1818.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1819.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1820.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1821.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1822.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1823.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1824.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1825.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1826.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1827.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011320000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1828.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001141 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1829.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1830.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001054 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1831.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1832.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1833.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1834.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1835.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1836.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001268 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1837.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1838.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0009489999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1839.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011109999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1840.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1841.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1842.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1843.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1844.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1845.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1846.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1847.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013290000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1848.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1849.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1850.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1851.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1852.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1853.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1854.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001071 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1855.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000927 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1856.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1857.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1858.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1859.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1860.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1861.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1862.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1863.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1864.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1865.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001173 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1866.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1867.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1868.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001031 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1869.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001077 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1870.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001091 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1871.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1872.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001044 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1873.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1874.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1875.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1876.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1877.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1878.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1879.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1880.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014990000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1881.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1882.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011830000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1883.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1884.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1885.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1886.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1887.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1888.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1889.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1890.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1891.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1892.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1893.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1894.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1895.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1896.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1897.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1898.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1899.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1900.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1901.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1902.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1903.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1904.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1905.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1906.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1907.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1908.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1909.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012240000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1910.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1911.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1912.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013720000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1913.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1914.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1915.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1916.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1917.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1918.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1919.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1920.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1921.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1922.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001228 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1923.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1924.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00104 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1925.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1926.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1927.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1928.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1929.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1930.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1931.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1932.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1933.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1934.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001157 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1935.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001172 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1936.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1937.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1938.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1939.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1940.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1941.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1942.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1943.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1944.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1945.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1946.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1947.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1948.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001317 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1949.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012649999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1950.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1951.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1952.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1953.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1954.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1955.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1956.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010890000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1957.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1958.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1959.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1960.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1961.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1962.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1963.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1964.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1965.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1966.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1967.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1968.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1969.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1970.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012260000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1971.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1972.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1973.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1974.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1975.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0010590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1976.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1977.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1978.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1979.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1980.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1981.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1982.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1983.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1984.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1985.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1986.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1987.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1988.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1989.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1990.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1991.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1992.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1993.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1994.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.000996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1995.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1996.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1997.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001088 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1998.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1999.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2000.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2001.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2002.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2003.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013800000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2004.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2005.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2006.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2007.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012260000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2008.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2009.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2010.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2011.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2012.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2013.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2014.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2015.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2016.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2017.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2018.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2019.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2020.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2021.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2022.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2023.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2024.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012560000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2025.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2026.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2027.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2028.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2029.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2030.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2031.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2032.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2033.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012130000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2034.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2035.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2036.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2037.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2038.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2039.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2040.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2041.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2042.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2043.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2044.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2045.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2046.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2047.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2048.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2049.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011839999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2050.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2051.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2052.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012940000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2053.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2054.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2055.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2056.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2057.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2058.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2059.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2060.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2061.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2062.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2063.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2064.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2065.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2066.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2067.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001158 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2068.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2069.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2070.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011830000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2071.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2072.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2073.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2074.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2075.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2076.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011780000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2077.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2078.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2079.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2080.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2081.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2082.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2083.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2084.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2085.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2086.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2087.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2088.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2089.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2090.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2091.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2092.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2093.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2094.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2095.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2096.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2097.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2098.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2099.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2100.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2101.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2102.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2103.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001207 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2104.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2105.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2106.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2107.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2108.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2109.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2110.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2111.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2112.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2113.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2114.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2115.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2116.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2117.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2118.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2119.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2120.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2121.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2122.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2123.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2124.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011459999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2125.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2126.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011430000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2127.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2128.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2129.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2130.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2131.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2132.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2133.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001437 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2134.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2135.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2136.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2137.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2138.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001234 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2139.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2140.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2141.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2142.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2143.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2144.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2145.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2146.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2147.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2148.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2149.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2150.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2151.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2152.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2153.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2154.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001535 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2155.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2156.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001353 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2157.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2158.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2159.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2160.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2161.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001068 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2162.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2163.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011459999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2164.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2165.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2166.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2167.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2168.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2169.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2170.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2171.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2172.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2173.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2174.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2175.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2176.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2177.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2178.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2179.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2180.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2181.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2182.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2183.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2184.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2185.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2186.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2187.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2188.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2189.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001191 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2190.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001199 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2191.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001376 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2192.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2193.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2194.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2195.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014480000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2196.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2197.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2198.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2199.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2200.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2201.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2202.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001482 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2203.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2204.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013670000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2205.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2206.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2207.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2208.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2209.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2210.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2211.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012050000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2212.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2213.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2214.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2215.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2216.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2217.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0011750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2218.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2219.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2220.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2221.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2222.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2223.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012560000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2224.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2225.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2226.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2227.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2228.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2229.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2230.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001364 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2231.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2232.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2233.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2234.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2235.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2236.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2237.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001304 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2238.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2239.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2240.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00126 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2241.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2242.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2243.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2244.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2245.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2246.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2247.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2248.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2249.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2250.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2251.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2252.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2253.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012860000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2254.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2255.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2256.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2257.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2258.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2259.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2260.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2261.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2262.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2263.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2264.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2265.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2266.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001451 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2267.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2268.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2269.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2270.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2271.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2272.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2273.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2274.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2275.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2276.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2277.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2278.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2279.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2280.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2281.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2282.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2283.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2284.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2285.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2286.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2287.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2288.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001471 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2289.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2290.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2291.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2292.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2293.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012940000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2294.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2295.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2296.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2297.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001523 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2298.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001371 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2299.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2300.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001482 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2301.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001414 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2302.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2303.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2304.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2305.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013370000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2306.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2307.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2308.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2309.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2310.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2311.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2312.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2313.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2314.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2315.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2316.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2317.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2318.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013809999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2319.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2320.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2321.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2322.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2323.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014210000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2324.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2325.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2326.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2327.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2328.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2329.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2330.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2331.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0015560000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2332.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2333.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2334.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2335.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2336.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2337.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2338.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2339.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2340.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2341.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2342.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2343.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2344.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001261 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2345.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2346.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2347.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2348.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2349.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2350.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2351.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2352.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2353.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2354.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012690000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2355.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2356.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2357.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2358.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2359.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012940000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2360.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2361.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2362.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2363.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2364.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2365.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2366.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2367.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2368.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2369.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2370.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2371.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2372.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013830000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2373.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00143 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2374.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2375.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2376.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001212 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2377.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2378.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2379.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2380.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2381.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013720000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2382.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2383.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013750000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2384.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001303 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2385.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2386.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2387.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2388.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2389.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2390.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2391.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2392.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2393.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2394.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001355 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2395.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001401 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2396.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2397.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2398.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2399.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2400.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001266 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2401.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2402.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2403.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001281 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2404.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013070000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2405.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2406.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2407.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2408.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014180000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2409.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013420000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2410.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2411.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2412.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012640000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2413.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012990000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2414.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001254 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2415.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2416.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2417.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013020000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2418.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2419.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2420.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2421.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2422.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2423.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2424.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2425.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2426.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013290000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2427.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2428.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2429.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2430.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2431.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2432.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2433.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2434.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001131 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2435.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001292 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2436.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2437.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2438.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2439.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2440.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001179 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2441.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2442.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001282 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2443.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013450000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2444.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2445.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2446.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2447.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2448.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2449.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001314 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2450.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2451.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2452.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001422 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2453.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2454.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001229 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2455.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2456.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012590000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2457.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013859999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2458.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013720000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2459.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2460.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2461.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00136 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2462.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2463.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001408 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2464.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013509999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2465.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2466.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001252 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2467.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013079999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2468.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001239 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2469.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2470.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2471.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2472.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2473.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001219 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2474.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2475.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2476.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2477.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012510000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2478.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2479.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2480.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2481.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001401 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2482.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001316 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2483.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2484.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013670000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2485.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2486.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2487.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001212 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2488.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.00119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2489.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2490.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2491.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2492.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2493.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0013070000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2494.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001274 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2495.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001332 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2496.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2497.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2498.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.0012269999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2499.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001204 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2500.0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 1.001334 - } + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000589 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99987799999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000406 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99993300000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99986999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99981300000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008650000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008920000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003870000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000535 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000060000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007080000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000691 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004389999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000491 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004300000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000845 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000533 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004760000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007519999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000527 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005410000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000509 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007110000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99979699999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000589 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003170000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004430000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99990899999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000445 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000186 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000686 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99990899999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004430000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000383 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000360000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004389999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004430000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000441 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999738 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005870000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.9997410000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000374 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003360000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99997500000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999526 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007940000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99983000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999771 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000643 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009910000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003220000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002849999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000825 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003980000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999662 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015770000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99947500000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000069999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000499 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99981300000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99963899999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000221 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99998599999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000418 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000544 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000612 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004089999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000040000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003579999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99994500000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006570000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000505 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003870000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009350000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001250000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002790000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000829 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99999399999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004760000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001470000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005249999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99980900000000006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002760000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000551 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000740000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003220000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000756 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006650000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015479999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004680000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999884 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99994900000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003950000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000749 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0000499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002410000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0004250000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0002469999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000307 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005410000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008029999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000484 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000834 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001630000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000542 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0001600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0003959999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000702 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000602 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011539999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008329999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99993300000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000764 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000383 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005950000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0005840000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.999982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00146 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99999399999999994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000685 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000758 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001465 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.99975399999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000579 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000632 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008110000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012269999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015260000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001475 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000486 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007160000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014669999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001425 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014610000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001442 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0018259999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001795 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0016530000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014230000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0017010000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0023309999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015340000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.002517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0025060000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0017610000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009050000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000801 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000947 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009350000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000799 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008650000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009480000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000867 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009910000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000829 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000931 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008270000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009910000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010160000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008759999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009050000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009869999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008750000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007110000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007840000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009569999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010290000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000901 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000909 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009869999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001055 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000816 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000994 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000863 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009869999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000941 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000867 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000874 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007890000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009730000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011020000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009919999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009109999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000961 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000867 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000921 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000782 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000936 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001005 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000628 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000871 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000813 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013429999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00102 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000761 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0007540000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009480000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008920000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001066 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0008750000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000965 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000939 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000861 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0006270000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001049 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009860000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012649999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001098 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012130000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010970000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009810000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009460000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009139999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001092 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010620000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010729999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010080000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011480000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011109999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010970000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011020000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010729999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011020000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001416 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014960000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001458 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013429999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001391 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001388 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001416 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001439 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001349 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001457 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001478 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001405 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014239999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012260000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001533 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013670000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013429999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001434 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001598 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0016070000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011320000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001141 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001054 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001268 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0009489999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011109999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013290000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001071 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000927 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001173 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001031 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001077 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001091 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001044 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014990000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011830000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012240000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013720000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001228 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00104 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001157 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001172 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001317 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012649999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010890000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012260000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0010590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.000996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001088 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013800000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012260000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012560000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012130000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011839999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012940000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001158 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011830000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011780000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001207 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011459999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011430000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001437 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001234 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001535 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001353 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001068 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011459999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001191 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001199 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001376 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014480000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001482 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013670000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012050000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0011750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012560000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001364 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001304 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00126 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012860000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001451 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012940000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001523 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001371 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001482 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001414 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013370000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013809999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014210000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0015560000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001261 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012690000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012940000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013830000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00143 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013720000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013750000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001303 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001355 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001266 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001281 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013070000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014180000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013420000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012640000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012990000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001254 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013020000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013290000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001131 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001179 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001282 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013450000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001314 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001422 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001229 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012590000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013859999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013720000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00136 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001408 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013509999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001252 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013079999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001239 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001219 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012510000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001401 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001316 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013670000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001212 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.00119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0013070000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001274 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001332 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.0012269999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001204 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 1.001334 + } + } + ] } ] } diff --git a/tests/valid/opticalData/tree.json b/tests/valid/opticalData/tree.json index 82834236..0966ba25 100644 --- a/tests/valid/opticalData/tree.json +++ b/tests/valid/opticalData/tree.json @@ -1,7 +1,4 @@ { - "componentCharacteristics": { - "instrumentSignature": 42 - }, "data": [ { "componentCharacteristics": { @@ -13,7 +10,9 @@ "direction": { "polar": 8 }, - "wavelengths": { "integral": "solar" } + "wavelengths": { + "integral": "solar" + } }, "emergence": { "direction": { @@ -28,61 +27,67 @@ }, { "componentCharacteristics": { - "normalization": "relative" + "normalization": "relative", + "surface": "symmetric" }, - "data": [ + "dataPoints": [ { - "componentCharacteristics": { - "surface": "symmetric" + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } + "emergence": { + "direction": { + "polar": 8 } - ] - }, - { - "componentCharacteristics": { - "surface": "prime", - "referenceSample": { - "publication": { - "identifiers": { - "webAddress": "https://oc.ise.fraunhofer.de/index.php/s/w9uW4Veh4fWyD2q" - }, - "title": "Description of the reference sample", - "authors": [{ "fullName": "Dirk Müller" }] + }, + "results": { + "transmittance": 0.85 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "prime", + "referenceSample": { + "publication": { + "identifiers": { + "webAddress": "https://oc.ise.fraunhofer.de/index.php/s/w9uW4Veh4fWyD2q" + }, + "title": "Description of the reference sample", + "authors": [ + { + "fullName": "Dirk Müller" } + ] + } + } + }, + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 45, + "azimuth": 90 + }, + "wavelengths": { + "integral": "solar" } }, - "dataPoints": [ - { - "incidence": { - "direction": { "polar": 45, "azimuth": 90 }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": { "polar": 60, "azimuth": 90 } - }, - "results": { - "transmittance": 0.85 - } + "emergence": { + "direction": { + "polar": 60, + "azimuth": 90 } - ] + }, + "results": { + "transmittance": 0.85 + } } ] } diff --git a/tests/valid/opticalData/uncertainty/amplificationFactor.json b/tests/valid/opticalData/uncertainty/amplificationFactor.json index 56c221fa..e33af0a9 100644 --- a/tests/valid/opticalData/uncertainty/amplificationFactor.json +++ b/tests/valid/opticalData/uncertainty/amplificationFactor.json @@ -1,25 +1,29 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500, - "uncertainty": { - "amplificationFactor": 2 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 500, + "uncertainty": { + "amplificationFactor": 2 + } + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 } } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } + ] } ] } diff --git a/tests/valid/opticalData/uncertainty/bandwidth.json b/tests/valid/opticalData/uncertainty/bandwidth.json index a40b061a..1d9386a4 100644 --- a/tests/valid/opticalData/uncertainty/bandwidth.json +++ b/tests/valid/opticalData/uncertainty/bandwidth.json @@ -1,25 +1,29 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500, - "uncertainty": { - "bandwidth": 4 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 500, + "uncertainty": { + "bandwidth": 4 + } + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 } } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } + ] } ] } diff --git a/tests/valid/opticalData/uncertainty/bandwidthAmplificationFactor.json b/tests/valid/opticalData/uncertainty/bandwidthAmplificationFactor.json index 22d93415..20a03a85 100644 --- a/tests/valid/opticalData/uncertainty/bandwidthAmplificationFactor.json +++ b/tests/valid/opticalData/uncertainty/bandwidthAmplificationFactor.json @@ -1,26 +1,30 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500, - "uncertainty": { - "bandwidth": 4, - "amplificationFactor": 2 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 500, + "uncertainty": { + "bandwidth": 4, + "amplificationFactor": 2 + } + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 } } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } + ] } ] } diff --git a/tests/valid/opticalData/wavelengths/integral.json b/tests/valid/opticalData/wavelengths/integral.json index 4b290e06..ab677712 100644 --- a/tests/valid/opticalData/wavelengths/integral.json +++ b/tests/valid/opticalData/wavelengths/integral.json @@ -1,20 +1,26 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { "integral": "solar" } - }, - "emergence": { - "direction": { - "polar": 8 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 + } } - }, - "results": { - "transmittance": 0.85 - } + ] } ] } diff --git a/tests/valid/opticalData/wavelengths/single.json b/tests/valid/opticalData/wavelengths/single.json index 1b6a52e8..2816ccc8 100644 --- a/tests/valid/opticalData/wavelengths/single.json +++ b/tests/valid/opticalData/wavelengths/single.json @@ -1,24 +1,28 @@ { - "dataPoints": [ + "data": [ { - "incidence": { - "direction": { - "polar": 8, - "azimuth": 90 - }, - "wavelengths": { - "wavelength": 1 + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8, + "azimuth": 90 + }, + "wavelengths": { + "wavelength": 1 + } + }, + "emergence": { + "direction": { + "polar": 8, + "azimuth": 90 + } + }, + "results": { + "transmittance": 0.85 + } } - }, - "emergence": { - "direction": { - "polar": 8, - "azimuth": 90 - } - }, - "results": { - "transmittance": 0.85 - } + ] } ] } From 7aeedecf09e073a9668045e7f5f6d594c1613cb6 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 21 May 2025 14:54:33 +0200 Subject: [PATCH 258/362] Remove `componentCharacteristics` from `dataPoint`. It shall only be part of `data`. --- schemas/opticalData.json | 112 +++++++++++++++++++++++++++++---------- 1 file changed, 83 insertions(+), 29 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index d156beef..a68a53d9 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -6,7 +6,7 @@ "$defs": { "data": { "title": "Optical data", - "description": "Optical `data` as an array of optical `dataPoints` with their characteristics. An additional property could be added for `serverSpecific` data.", + "description": "Optical `data` as an array of optical `dataPoints` with their `componentCharacteristics`. An additional property can be added for `serverSpecific` data.", "type": "object", "properties": { "data": { @@ -20,7 +20,7 @@ "description": "Component characteristics that are identical for all data points of this object." }, "dataPoints": { - "title": "Optical data points. A data point", + "title": "Optical data points. They provide the `results` for a given `incidence` and emergence`.", "type": "array", "items": { "$ref": "#/$defs/dataPoint" @@ -29,13 +29,17 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, "minItems": 1 } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] }, "dataPoint": { "title": "General schema for measured and calculated optical data", @@ -47,11 +51,6 @@ "title": "Incident radiation", "description": "Incident radiation on the component." }, - "componentCharacteristics": { - "$ref": "#/$defs/componentCharacteristics", - "title": "Component characteristics", - "description": "Data point specific component characteristics. Common characteristics of all sibling data points of the data tree, are specified in their parent node." - }, "emergence": { "$ref": "#/$defs/emergence", "title": "Emergent radiation", @@ -83,7 +82,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -93,10 +94,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -125,7 +132,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -182,13 +194,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -218,12 +236,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -255,7 +281,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -283,13 +311,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -306,7 +339,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -338,7 +373,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -350,7 +388,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -473,7 +513,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -495,7 +539,9 @@ } }, "additionalProperties": false, - "required": ["Ra"] + "required": [ + "Ra" + ] }, { "type": "object", @@ -514,20 +560,28 @@ } }, "additionalProperties": false, - "required": ["Raout-in"] + "required": [ + "Raout-in" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From b4c26ea8e2992291a4269e41303915cd29d9f840 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 21 May 2025 15:03:09 +0200 Subject: [PATCH 259/362] Improve `title` of `dataPoint` --- schemas/opticalData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index a68a53d9..54d7b6ae 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -42,7 +42,7 @@ ] }, "dataPoint": { - "title": "General schema for measured and calculated optical data", + "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", "description": "An optical data point consists of a definition of the incident radiation, the component characteristics, the emergent radiation, and the optical results.", "type": "object", "properties": { From 0b7b168a77a491b184519a363ece4fad723c4722 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 21 May 2025 15:03:38 +0200 Subject: [PATCH 260/362] `make format` --- schemas/opticalData.json | 103 +++++++++------------------------------ 1 file changed, 22 insertions(+), 81 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 54d7b6ae..757be4b6 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -29,17 +29,13 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, "minItems": 1 } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -82,9 +78,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -94,16 +88,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -132,12 +120,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -194,19 +177,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -236,20 +213,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -281,9 +250,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -311,18 +278,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -339,9 +301,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -373,10 +333,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -388,9 +345,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -513,11 +468,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -539,9 +490,7 @@ } }, "additionalProperties": false, - "required": [ - "Ra" - ] + "required": ["Ra"] }, { "type": "object", @@ -560,28 +509,20 @@ } }, "additionalProperties": false, - "required": [ - "Raout-in" - ] + "required": ["Raout-in"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} From 399d31973544172ee798f1a023e779b49768e1f4 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 21 May 2025 16:06:55 +0200 Subject: [PATCH 261/362] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f3c4bf..d68c943e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ and this project adheres to - Upgrade development packages to latest versions [#285](https://github.com/building-envelope-data/api/pull/285) - Use JSON Schema Draft 2020-12 and upgrade tooling [#307](https://github.com/building-envelope-data/api/pull/307) -- +- Simplify the structure of optical datasets [#354](https://github.com/building-envelope-data/api/pull/354) - - - From 783ab6406ffe86da1f6f6218f2f773f387ce7b2c Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 21 May 2025 16:27:38 +0200 Subject: [PATCH 262/362] Improve and fix approvals --- apis/database.graphql | 107 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) diff --git a/apis/database.graphql b/apis/database.graphql index 7b35ba93..5607c469 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -106,6 +106,12 @@ compliant [absolute Uniform Resource Locator (URL)](https://tools.ietf.org/html/rfc3986#section-4.3) string with optional [fragment identifier](https://tools.ietf.org/html/rfc3986#section-3.5). +[Valid values are for example](https://datatracker.ietf.org/doc/html/rfc3986#section-1.1.2) +`ftp://ftp.is.co.za/rfc/rfc1808.txt`, `http://www.ietf.org/rfc/rfc2396.txt`, +`ldap://[2001:db8::7]/c=GB?objectClass?one`, `mailto:John.Doe@example.com`, +`news:comp.infosystems.www.servers.unix`, `tel:+1-816-555-1212`, +`telnet://192.0.2.16:80/`, +`urn:oasis:names:specification:docbook:dtd:xml:4.1.2` See also [URL Living Standard](https://url.spec.whatwg.org/#absolute-url-with-fragment-string) @@ -114,6 +120,27 @@ and """ scalar Url +""" +arXiv identifier, that is, a string of the format +[Understanding the arXiv identifier](https://info.arxiv.org/help/arxiv_identifier.html). +""" +scalar ArXiv + +""" +Digital Object Identifier (DOI) name, that is, a string compliant with [ISO +26324:2025](https://www.iso.org/standard/88862.html). + +See also +[What is a DOI?](https://www.doi.org/the-identifier/what-is-a-doi/). In short, +a DOI name is a digital identifier of an object, any object — physical, +digital, or abstract. DOIs solve a common problem: keeping track of things. +Things can be matter, material, content, or activities. Designed to be used by +humans as well as machines, DOIs identify objects persistently. They allow +things to be uniquely identified and accessed reliably. You know what you have, +where it is, and others can track it too. +""" +scalar Doi + """ [BCP 47](https://tools.ietf.org/html/bcp47) compliant @@ -1503,6 +1530,81 @@ type OpenEndedDateTimeRange { until: DateTime } +""" + +""" +interface Reference { + """ + + """ + title: String + + """ + + """ + abstract: String + + """ + Referenced section + """ + section: String +} + +""" +`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier. +""" +type Standard implements Reference { + title: String + abstract: String + "The section of the standard to which the reference refers to." + section: String + + locator: Url + numeration: Numeration! + + standardizers: [Standardizer!]! + + "It is important to define the year in which the standard was issued because there can be relevant updates of one standard." + year: Int +} + +type Publication implements Reference { + abstract: String + section: String + title: String + + """ + arXiv identifier. [arXiv](https://arxiv.org) is a free distribution service + and an open-access archive for scholarly articles in the fields of physics, + mathematics, computer science, quantitative biology, quantitative finance, + statistics, electrical engineering and systems science, and economics. + """ + arXiv: ArXiv + + authors: [String!] + + """ + Digital Object Identifier (DOI). It MUST be defined here if it exists. + """ + doi: Doi + + """ + Uniform Resource Name (URN). + """ + urn: Url + + """ + Web address + + If a persistent identifiert like DOI is defined above, this address can + define a convenient web address to access the publication. However, if no + persistent identifier exist, this web address is the only identifier of this + publication. In this case, it is important to choose a web address with a high + probability to persist long. + """ + webAddress: Url +} + """ Approval with [GnuPG](https://www.gnupg.org) @@ -1771,6 +1873,11 @@ type DataApproval implements Approval { query: GraphQlQuery! response: JsonGraphQlResponse! + """ + + """ + statement: Reference + """ Approver identifier issued by the metabase. The approver's meta data can be obtained by sending the GraphQL query From 8321725c843c03e64fbe3908bdb4ab9230335c21 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 23 Jul 2025 09:15:39 +0200 Subject: [PATCH 263/362] Fix reference to property `prime/surface` in documentation --- schemas/component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/component.json b/schemas/component.json index 4a6c2752..401f2959 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -385,7 +385,7 @@ "type": "string", "enum": ["nonPrime", "prime", "symmetric"], "title": "Surface", - "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in `definitionOfSurfacesAndPrimeDirection`. If the results are identical for both sides, 'symmetric' is used." + "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in the property `prime/surface`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" From d4baca10d46c6ffefe5773ae30d5986ab4871701 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 23 Jul 2025 09:19:33 +0200 Subject: [PATCH 264/362] Use `tini` instead of `dumb-init` which seems to be Docker's preferred choice according to https://docs.docker.com/reference/cli/docker/container/run/#init --- Dockerfile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1586f9f3..0d24e0c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,16 +47,16 @@ RUN \ "s#bin/dash#bin/bash#" \ /etc/passwd -#---------------------# -# Install `dumb-init` # -#---------------------# -# a minimal init system for Linux containers, see https://github.com/Yelp/dumb-init +#----------------# +# Install `tini` # +#----------------# +# a minimal init system for Linux containers, see https://github.com/krallin/tini RUN \ # Retrieve new lists of packages apt-get update && \ - # Install `dumb-init` + # Install `tini` apt-get install --assume-yes --no-install-recommends \ - dumb-init && \ + tini && \ # Remove unused packages and configuration files, erase archive files, and remove lists of packages apt-get autoremove --assume-yes --purge && \ apt-get clean && \ @@ -156,8 +156,9 @@ VOLUME /app/node_modules VOLUME /home/me/.vscode-server/extensions VOLUME /home/me/.vscode-server-insiders/extensions -# Run commands within the process supervisor and init system `dumb-init` -ENTRYPOINT ["/usr/bin/dumb-init", "--"] +# Run commands within the process supervisor and init system `tini` +# https://github.com/krallin/tini?tab=readme-ov-file#using-tini +ENTRYPOINT ["/usr/bin/tini", "--"] # Make `bash` the default command, see -# https://github.com/Yelp/dumb-init#using-a-shell-for-pre-start-hooks +# https://github.com/Yelp/dumb-init?tab=readme-ov-file#using-a-shell-for-pre-start-hooks CMD ["bash"] From 70a21e2e2a7887f94d92b88a5947c6b2f34fe266 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 27 Aug 2025 12:15:52 +0200 Subject: [PATCH 265/362] Add `pageInfo` to requests/metabase/tutorial.graphql --- requests/metabase/tutorial.graphql | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/requests/metabase/tutorial.graphql b/requests/metabase/tutorial.graphql index f7080a58..bea3d580 100644 --- a/requests/metabase/tutorial.graphql +++ b/requests/metabase/tutorial.graphql @@ -18,6 +18,12 @@ query { name } } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } } } @@ -95,6 +101,12 @@ query { } } } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } } } } @@ -141,6 +153,12 @@ query { } } } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } } } } @@ -155,6 +173,12 @@ query { name } } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } } } } From 845d5feb927ca75ad6cc5827cd6cda5bc10399e3 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 27 Aug 2025 12:40:20 +0200 Subject: [PATCH 266/362] Remove `allData` in tutorials --- requests/database/tutorial.graphql | 15 --------------- requests/metabase/tutorial.graphql | 21 --------------------- 2 files changed, 36 deletions(-) diff --git a/requests/database/tutorial.graphql b/requests/database/tutorial.graphql index 0510ed7c..0ffb24a3 100644 --- a/requests/database/tutorial.graphql +++ b/requests/database/tutorial.graphql @@ -15,21 +15,6 @@ query { } } - allData: allData { - edges { - node { - name - resourceTree { - root { - value { - locator - } - } - } - } - } - } - dataSetsByOpticalPropertiesAndDataFormat: allOpticalData( where: { and: [ diff --git a/requests/metabase/tutorial.graphql b/requests/metabase/tutorial.graphql index bea3d580..385afa65 100644 --- a/requests/metabase/tutorial.graphql +++ b/requests/metabase/tutorial.graphql @@ -54,27 +54,6 @@ query { } } - allData: databases { - edges { - node { - allData { - edges { - node { - name - resourceTree { - root { - value { - locator - } - } - } - } - } - } - } - } - } - dataFormat: databases { edges { node { From adb42d922a0a9a784fe7f44ec0f25b92c0d9cd94 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 28 Aug 2025 04:03:50 +0200 Subject: [PATCH 267/362] Fix metabase/tutorial.graphql --- requests/metabase/tutorial.graphql | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requests/metabase/tutorial.graphql b/requests/metabase/tutorial.graphql index 385afa65..787140df 100644 --- a/requests/metabase/tutorial.graphql +++ b/requests/metabase/tutorial.graphql @@ -6,6 +6,12 @@ query { uuid } } + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } } componentsByInstitution: institution( @@ -18,12 +24,6 @@ query { name } } - pageInfo { - endCursor - hasNextPage - hasPreviousPage - startCursor - } } } From 6b055eb258097bcd7ce3f1e802228ab12c22a411 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 28 Aug 2025 04:51:59 +0200 Subject: [PATCH 268/362] Update requests/database/data.graphql --- requests/database/data.graphql | 149 +++++++++++++++++++-------------- 1 file changed, 85 insertions(+), 64 deletions(-) diff --git a/requests/database/data.graphql b/requests/database/data.graphql index 0822b7b5..9ee1d97b 100644 --- a/requests/database/data.graphql +++ b/requests/database/data.graphql @@ -1,92 +1,113 @@ query { - data( - id: "810e84b4-9ebf-416c-88ea-aade848f1fdf" - timestamp: "2019-09-01T12:00:00+01:00" - locale: "en-GB" - ) { - uuid - timestamp - componentId + data(id: "7fc8c70b-24c2-4363-a05e-4ac39d38207f", locale: "en-US") { name - description - warnings - creatorId - createdAt - appliedMethod { - methodId - arguments { - name - value - } - sources { - name - value { - dataId - dataTimestamp - dataKind - databaseId - } - } - } - approvals { - timestamp - signature - keyFingerprint - query - response - approverId - } - resources { - description - hashValue - locator - dataFormatId - archivedFilesMetaInformation { - path - dataFormatId - } - } + locale resourceTree { root { - vertexId value { + locator description hashValue - locator - dataFormatId + id archivedFilesMetaInformation { - path dataFormatId + path } + dataFormatId } + vertexId } nonRootVertices { - vertexId parentId + vertexId + appliedConversionMethod { + methodId + sourceName + } value { + dataFormatId description hashValue + id locator - dataFormatId - archivedFilesMetaInformation { - path - dataFormatId - } + uuid } - appliedConversionMethod { - methodId - arguments { - name - value - } - sourceName + } + } + appliedMethod { + sources { + value { + databaseId + dataId + dataKind + dataTimestamp } + name + } + arguments { + name + value } + methodId } approval { + keyFingerprint + query + response signature + timestamp + } + approvals { + approverId keyFingerprint + query + response + signature + timestamp + statement { + ... on Publication { + abstract + arXiv + authors + doi + section + title + urn + webAddress + } + ... on Standard { + abstract + locator + section + standardizers + title + year + numeration { + mainNumber + prefix + suffix + } + } + } + } + componentId + createdAt + creatorId + databaseId + description + timestamp + uuid + warnings + resources { + dataFormatId + description + hashValue + id + locator + archivedFilesMetaInformation { + dataFormatId + path + } } - locale } } From 32e0dc87efdf63919ca17732fd218486e5846bfb Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 28 Aug 2025 05:24:17 +0200 Subject: [PATCH 269/362] Turn `allData.grapqhql` into `allOpticalData.graphql` --- requests/database/allData.graphql | 117 ------------------- requests/database/allOpticalData.graphql | 136 +++++++++++++++++++++++ 2 files changed, 136 insertions(+), 117 deletions(-) delete mode 100644 requests/database/allData.graphql create mode 100644 requests/database/allOpticalData.graphql diff --git a/requests/database/allData.graphql b/requests/database/allData.graphql deleted file mode 100644 index da7d3da1..00000000 --- a/requests/database/allData.graphql +++ /dev/null @@ -1,117 +0,0 @@ -query { - byComponentId: allData( - where: { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } - ) { - edges { - node { - uuid - } - } - } - - byNegation: allData( - where: { not: { gValues: { some: { greaterThanOrEqualTo: 0.5 } } } } - ) { - edges { - node { - uuid - } - } - } - - byConjunction: allData( - where: { - and: [ - { gValues: { some: { equalTo: 0.5 } } } - { uValues: { all: { greaterThanOrEqualTo: 0.5 } } } - ] - } - ) { - edges { - node { - uuid - } - } - } - - byDisjunction: allData( - where: { - or: [ - { gValues: { all: { greaterThanOrEqualTo: 0.5 } } } - { uValues: { all: { lessThanOrEqualTo: 0.5 } } } - { - nearnormalHemisphericalVisibleTransmittances: { - none: { inClosedInterval: { lowerBound: 0.2, upperBound: 0.8 } } - } - } - ] - } - ) { - edges { - node { - uuid - } - } - } - - byComplex: allData( - where: { - or: [ - { - and: [ - { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } - { gValues: { all: { greaterThanOrEqualTo: 0.5 } } } - { not: { uValues: { some: { lessThanOrEqualTo: 0.5 } } } } - ] - } - { - nearnormalHemisphericalVisibleTransmittances: { - all: { inClosedInterval: { lowerBound: 0.2, upperBound: 0.8 } } - } - } - ] - } - ) { - edges { - node { - uuid - } - } - } - - byDataFormatId: allData( - where: { - resources: { - some: { - dataFormatId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } - } - } - } - ) { - edges { - node { - uuid - } - } - } - - byDataFormatIdInsideArchive: allData( - where: { - resources: { - some: { - archivedFilesMetaInformation: { - some: { - dataFormatId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } - } - } - } - } - } - ) { - edges { - node { - uuid - } - } - } -} diff --git a/requests/database/allOpticalData.graphql b/requests/database/allOpticalData.graphql new file mode 100644 index 00000000..3e4eba04 --- /dev/null +++ b/requests/database/allOpticalData.graphql @@ -0,0 +1,136 @@ +query { + byComponentId: allOpticalData( + where: { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } + ) { + edges { + node { + uuid + } + } + } + byNegation: allOpticalData( + where: { + not: { + nearnormalHemisphericalVisibleTransmittances: { + all: { lessThanOrEqualTo: 0.4 } + } + } + } + ) { + edges { + node { + uuid + } + } + } + + byConjunction: allOpticalData( + where: { + and: [ + { + nearnormalHemisphericalVisibleTransmittances: { + some: { greaterThanOrEqualTo: 0.3 } + } + } + { + nearnormalHemisphericalVisibleReflectances: { + some: { lessThanOrEqualTo: 0.2 } + } + } + ] + } + ) { + edges { + node { + uuid + } + } + } + + byDisjunction: allOpticalData( + where: { + or: [ + { + nearnormalHemisphericalSolarReflectances: { + some: { greaterThanOrEqualTo: 0.8 } + } + } + { + nearnormalHemisphericalVisibleReflectances: { + none: { lessThanOrEqualTo: 0.5 } + } + } + ] + } + ) { + edges { + node { + uuid + } + } + } + + byComplex: allOpticalData( + where: { + and: [ + { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } + { + or: [ + { + nearnormalHemisphericalSolarReflectances: { + some: { greaterThanOrEqualTo: 0.8 } + } + } + { + nearnormalHemisphericalVisibleReflectances: { + none: { lessThanOrEqualTo: 0.5 } + } + } + ] + } + ] + } + ) { + edges { + node { + uuid + } + } + } + + byDataFormatId: allOpticalData( + where: { + resources: { + some: { + dataFormatId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } + } + } + } + ) { + edges { + node { + uuid + } + } + } + + byDataFormatIdInsideArchive: allOpticalData( + where: { + resources: { + some: { + archivedFilesMetaInformation: { + some: { + dataFormatId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } + } + } + } + } + } + ) { + edges { + node { + uuid + } + } + } +} From b07041941ec89d47bd369ba51ff9e1745e1b5935 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 28 Aug 2025 05:31:27 +0200 Subject: [PATCH 270/362] Turn `hasData.graphql` into `hasOpticalData.grapqhql` although it is not yet implemented in in metabase and database --- requests/database/hasData.graphql | 17 ----------------- requests/database/hasOpticalData.graphql | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 requests/database/hasData.graphql create mode 100644 requests/database/hasOpticalData.graphql diff --git a/requests/database/hasData.graphql b/requests/database/hasData.graphql deleted file mode 100644 index afe01e81..00000000 --- a/requests/database/hasData.graphql +++ /dev/null @@ -1,17 +0,0 @@ -query { - byComponentId: hasData( - where: { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } - timestamp: "2019-09-01T12:00:00+01:00" - locale: "en-US" - ) - - byGValue: hasData( - where: { - gValues: { - all: { inClosedInterval: { lowerBound: 0.4, upperBound: 0.6 } } - } - } - timestamp: "2020-09-01T12:00:00+01:00" - locale: "de-AT" - ) -} diff --git a/requests/database/hasOpticalData.graphql b/requests/database/hasOpticalData.graphql new file mode 100644 index 00000000..cdf424f9 --- /dev/null +++ b/requests/database/hasOpticalData.graphql @@ -0,0 +1,15 @@ +query { + byComponentId: hasOpticalData( + where: { componentId: { equalTo: "810e84b4-9ebf-416c-88ea-aade848f1fdf" } } + locale: "en-US" + ) + + byGValue: hasOpticalData( + where: { + nearnormalHemisphericalVisibleReflectance: { + some: { lessThanOrEqualTo: 0.04 } + } + } + locale: "de-AT" + ) +} From bc5ede671276ae7a2175a2fc35b78bf16e232020 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Thu, 28 Aug 2025 21:14:30 +0200 Subject: [PATCH 271/362] Correct, enhance, and extend approval documentation --- apis/database.graphql | 505 ++++++++++++++++++++++++++++++------------ 1 file changed, 366 insertions(+), 139 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 5607c469..358eb4a1 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -1081,8 +1081,8 @@ enum OpticalComponentSubtype { Coated side """ enum CoatedSide { - FRONT - BACK + PRIME + NON_PRIME BOTH NEITHER UNKNOWN @@ -1109,21 +1109,21 @@ interface Data { """ Identifier of this database that manages the data. The database's meta data can be obtained by sending the GraphQL query - `database(databaseId: ...) { ... }` to the metabase. + `query { database(id: ...) { ... }}` to the metabas e. """ databaseId: Uuid! """ Timestamp that designates the patch version. For example, correction of some grammatical error in the description results in a new patch version - designated by a new timestamp, or adding an approval by some stakeholder. + designated by a new timestamp, or adding an approval by some institution. """ timestamp: DateTime! """ Component identifier issued by the metabase. The components's meta data can be obtained by sending the GraphQL query - `component(componentId: ...) { ... }` + `query { component(id: ...) { ... } }` to the metabase. """ componentId: Uuid! @@ -1146,7 +1146,7 @@ interface Data { """ Creator identifier issued by the metabase. The creator's meta data can be obtained by sending the GraphQL query - `stakeholder(stakeholderId: ...) { ... }` + `query { institution(id: ...) { ... } }` to the metabase. """ creatorId: Uuid! @@ -1163,7 +1163,7 @@ interface Data { appliedMethod: AppliedMethod! """ - Approvals by stakeholders in the form of GnuPG signatures. See the type + Approvals by institutions in the form of GnuPG signatures. See the type `Approval` for details on how to verify data and approvals. """ approvals: [DataApproval!]! @@ -1391,7 +1391,7 @@ type AppliedMethod { """ Method identifier of method that was applied by the creator on the source data. The method's meta data can be obtained by sending the GraphQL query - `method(methodId: ...) { ... }` + `query { method(id: ...) { ... } }` to the metabase. """ methodId: Uuid! @@ -1426,7 +1426,7 @@ type ToTreeVertexAppliedConversionMethod { Method identifier of conversion method that was applied by the creator on the source data. The method's meta data can be obtained by sending the GraphQL query - `method(methodId: ...) { ... }` + `query { method(id: ...) { ... } }` to the metabase. """ methodId: Uuid! @@ -1531,47 +1531,132 @@ type OpenEndedDateTimeRange { } """ +Numeration of a standard consisting of a main number and optional prefix and +suffix. +For example, a standard may be named "ISO 52022-1" or "ASTM E2387", which have +"ISO" and "ASTM" as acronyms for the standardizers, "52022" and "2387" as main +numbers, "E" as prefix, and "1" as suffix. The suffix may indicate for example +a part number. """ -interface Reference { +type Numeration { """ - + Main number """ - title: String + mainNumber: String! """ - + Prefix """ - abstract: String + prefix: String """ - Referenced section + Suffix """ - section: String + suffix: String +} + +""" +Acronyms or abbreviations of standardization institutions. + +Additional information about each standardization institution is stored in the +metabase. +""" +enum Standardizer { + AERC + AGI + ASHRAE + BREEAM + BS + BSI + CEN + CIE + DGNB + DIN + DVWG + IEC + IES + IFT + ISO + JIS + LEED + NFRC + RIBA + UL + UNECE + VDI + VFF + WELL } """ -`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier. +Standard or publication. +""" +union Reference = Standard | Publication + +""" +`ISO 52022` is an example of the abbreviation of a standardizer and the main +number of the identifier. """ -type Standard implements Reference { +type Standard { + """ + Title + """ title: String + + """ + Abstract + """ abstract: String - "The section of the standard to which the reference refers to." + + """ + Section referred to. + """ section: String + """ + Web address + """ locator: Url + + """ + Numeration + """ numeration: Numeration! + """ + Standardizers + """ standardizers: [Standardizer!]! - "It is important to define the year in which the standard was issued because there can be relevant updates of one standard." + """ + Year + + Important because there can be relevant updates of one standard. + """ year: Int } -type Publication implements Reference { +type Publication { + """ + Title + """ + title: String + + """ + Abstract + """ abstract: String + + """ + Section referred to. + """ section: String - title: String + + """ + Names of authors of the publication. + """ + authors: [String!] """ arXiv identifier. [arXiv](https://arxiv.org) is a free distribution service @@ -1581,10 +1666,8 @@ type Publication implements Reference { """ arXiv: ArXiv - authors: [String!] - """ - Digital Object Identifier (DOI). It MUST be defined here if it exists. + Digital Object Identifier (DOI). It must be defined here if it exists. """ doi: Doi @@ -1594,7 +1677,7 @@ type Publication implements Reference { urn: Url """ - Web address + Web address. If a persistent identifiert like DOI is defined above, this address can define a convenient web address to access the publication. However, if no @@ -1612,46 +1695,106 @@ signature. To verify an approval, 1. install [GnuPG](https://www.gnupg.org), -2. save the approved response in a file `response.json`, -3. save the ASCII-armored signature in a file `response.json.asc`, -4. * retrieve the public key for the given fingerprint from the metabase's - keyserver by running - `gpg --keyserver hkps://keyserver.buildingenvelopedata.org --recv-keys ` - (or - `gpg --fetch-keys https://buildingenvelopedata.org/gnuPgKey/.asc`) - and make sure that the key belongs to the approver, was allowed for - signing, and was valid at a given timestamp by sending a request of the +2. save the approved response in the file `./response.json`, +3. save the ASCII-armored signature in the file `./response.json.asc`, +4. * receive (and import) the public key for the given fingerprint from the + OpenPGP keyserver by running + `gpg --keyserver hkps://keys.openpgp.org/ --receive-keys ` + * make sure that the key was not expired and was not revoked when the + approval was created by checking that the output of + `gpg --list-keys ` + does not say so: Look for the terms 'revoked' and 'expired'. + * make sure that the key belongs to the approver and was allowed for signing + and not revoked when the approval was created by sending a request of the form ``` - database(databaseId: ..., timestamp: ) { - hasGnuPgKey(fingerprint: , status: ALLOWED, valid: true) + query { + institution(id: ) { + hasGnuPgKeyFingerprint( + where: { + and: [ + { fingerprint: { equalTo: } } + { allowedAt: { lessThanOrEqualTo: } } + { forbiddenAt: { greaterThan: } } + ] + } + ) + } } ``` - or + to the metabase and checking that the response is ``` - stakeholder(stakeholderId: ..., timestamp: ) { - hasGnuPgKey(fingerprint: , status: ALLOWED, valid: true) + { + "data": { + "institution": { + "hasGnuPgKeyFingerprint": true + } + } } + ```. + Alternatively, retrieve the allowed-for-signing and + not-revoked-at-the-given-time key fingerprint from the metabase's GraphQL + endpoint by sending a request of the form ``` - * or retrieve the allowed-for-signing and valid-at-the-given-time key from - the metabase's GraphQL endpoint by sending a request of the form - ``` - database(databaseId: ..., timestamp: ) { - gnuPgKey(fingerprint: , status: ALLOWED, valid: true) + query { + institution(id: ) { + gnuPgKeyFingerprints( + where: { + and: [ + { fingerprint: { equalTo: } } + { allowedAt: { lessThanOrEqualTo: } } + { forbiddenAt: { greaterThan: } } + ] + } + ) { + edges { + node { + fingerprint + allowedAt + forbiddenAt + user { + node { + uuid + name + } + } + } + } + totalCount + } + } } ``` - or + to the metabase and check that the response ``` - stakeholder(stakeholderId: ..., timestamp: ) { - gnuPgKey(fingerprint: , status: ALLOWED, valid: true) + { + "data": { + "institution": { + "gnuPgKeyFingerprints": { + "edges": [ + { + "node": { + "fingerprint": , + "allowedAt": ..., + "forbiddenAt": ..., + "user": { + "node": { + "uuid": ..., + "name": ... + } + } + } + } + ], + "totalCount": 1 + } + } + } } ``` - save the ASCII-armored key in a file `my.gpg.asc`, and import it by running - `gpg --import ./my.gpg.asc`. - where `` is the timestamp at which the approval was created (for - response approvals this is the timestamp of the response). + contains exactly one edge (and node). 5. verify the signature with the public key by running - `gpg --verify response.json.asc response.json`. + `gpg --verify ./response.json.asc ./response.json`. To create an approval, 1. install [GnuPG](https://www.gnupg.org), @@ -1671,61 +1814,70 @@ To create an approval, entering the command `save`. 4. list your keys with fingerprints by running `gpg --list-keys --with-subkey-fingerprint `. -5. adds it your signing key to the metabase and its keyserver (both are - coupled and one cannot be done without the other) either with the GraphQL +5. add your signing key to the + [OpenPGP keyserver](https://keys.openpgp.org) + by running + `gpg --keyserver hkps://keys.openpgp.org --send-keys ` + or by exporting the public key by running + `gpg --export --armor --output ./signing_key.pub.asc ` + and uploading it via the form on + [OpenPGP Key Upload](https://keys.openpgp.org/upload). +6. verify the signing key's user ID, which is ``, by + following the verification link sent to you. +7. add the signing key fingerprint to the metabase with the GraphQL mutation + ``` + mutation { + addGnuPgKeyFingerprint(input: { + institutionId: + fingerprint: + }) { + errors { + code + message + path + } + } + } + ``` + and ask the institution owner to allow the key for signing with the GraphQL mutation ``` mutation { - sendKeys(input: { - asciiArmoredKeys: - keyFingerprint: - }) { } + allowGnuPgKeyFingerprint(input: { + fingerprint: + }) { + errors { + code + message + path + } + } } ``` - where `` is the standard output of running - `gpg --export --armor --output - `, - or by running - `gpg --keyserver hkps://keyserver.buildingenvelopedata.org --send-keys `. -6. save the response to be approved in a file `response.json`, -7. compute the signature and write it to `response.json.asc` by running - `gpg --detach-sig --armor --local-user response.json`, and -8. add the signature as approval to the database through its interface. +8. save the response to be approved in a file `./response.json`, +9. compute the signature and write it to `./response.json.asc` by running + `gpg --detach-sig --armor --local-user ./response.json`, and +10. add the signature as approval to the database through its interface. Best practices for managing GnuPG keys within an institution: -* In the metabase, each institution has at least one representative and the - institution's GnuPG keys are but the keys of all its representatives. -* Each representative of an institution within the metabase who is allowed to - approve data for its institution adds its signing key to the metabase and its - keyserver (both are coupled and one cannot be done without the other) either - with the GraphQL mutation - ``` - mutation { - sendKeys(input: { - asciiArmoredKeys: - keyFingerprint: - }) { } - } - ``` - where `` is the standard output of running - `gpg --export --armor --output - `, - or by running - `gpg --keyserver hkps://keyserver.buildingenvelopedata.org --send-keys `. +* In the metabase, each institution has at least one representative. The + institution's GnuPG keys are the ones whose fingerprints are associated with + the institution. Fingerprints can be added by representatives and allowed and + forbidden for signing by instiution owners. The corresponding GraphQL + mutations are `addGnuPgKeyFingerprint`, `allowGnuPgKeyFingerprint`, and + `forbidGnuPgKeyFingerprint`. +* Each representative of an institution within the metabase who is supposed to + approve data for its institution adds its signing key to the + [OpenPGP Keyserver](https://keys.openpgp.org), + the key fingerprint to the metabase, and lets the fingerprint be allowed for + signing by the institution owner. * When a representative's signing subkey is compromised she revokes it as described in - [Revoking key components](https://www.gnupg.org/gph/en/manual.html#AEN305) - and publishes the revocation either with the corresponding GraphQL mutation - ``` - mutation { - sendKeys(input: { - asciiArmoredKeys: - keyFingerprint: - }) { } - } - ``` - where `` is the standard output of running - `gpg --export --armor --output - `, - or by running - `gpg --keyserver hkps://keyserver.buildingenvelopedata.org --send-key `. + [Revoking key components](https://www.gnupg.org/gph/en/manual.html#AEN305), + publishes the revocation to the keyserver by running + `gpg --keyserver hkps://keys.openpgp.org --send-key `, + and forbids the key for signing on the metabase with the mutation + `forbidGnuPgKeyFingerprint` * When a representative leaves a company or is no longer allowed to approve data, the metabase is informed about that with the GraphQL mutation ``` @@ -1733,23 +1885,22 @@ Best practices for managing GnuPG keys within an institution: removeInstitutionRepresentative(input: { userId: institutionId: - }) { } - } - ``` - or - ``` - mutation { - forbidInstitutionRepresentativeToSignData(input: { - userId: - institutionId: - }) { } + }) { + errors { + code + message + path + } + } } ``` + which also forbids all GnuPG keys associated with this representative from + signing. Best practices for accepting approvals by databases: -* Check that the fingerprint belongs to a non-revoked and valid GnuPG key of an - active representative of an institution who is allowed to make signatures for - that institution. +* Check that at the time of approval creation, the fingerprint belonged to + a non-revoked and non-disabled GnuPG key. +* Check that the key was allowed to make signatures for that institution. * Check that the query contains all necessary fields and sub-fields. * Check that the response is the result of the given query. * Check that the signature is valid for the given response. @@ -1773,12 +1924,12 @@ interface Approval { """ Detached ASCII-armored GnuPG signature of the GraphQL query response. - With the query response saved in the file `response.json`, the signature can - be computed and written to `response.json.asc` by running - `gpg --detach-sig --armor response.json` + With the query response saved in the file `./response.json`, the signature can + be computed and written to `./response.json.asc` by running + `gpg --detach-sig --armor ./response.json` (to write it to standard output instead, add the option `--output -`). And, the signature can be verified by running - `gpg --verify response.json.asc response.json`. + `gpg --verify ./response.json.asc ./response.json`. Note that to compute a signature you need a GnuPG signing private key in your key ring and to verify a signature you need the GnuPG signing public key whose corresponding private key was used to compute the signature. @@ -1789,7 +1940,7 @@ interface Approval { Fingerprint of the GnuPG signing key used to compute the signature. The key's fingerprint, long identifier, and short identifier are related as - in the follow example: + in the following example: * fingerprint: 0D69 E11F 12BD BA07 7B37 26AB 4E1F 799A A4FF 2279 * long id: 4E1F 799A A4FF 2279 * short id: A4FF 2279 @@ -1800,29 +1951,41 @@ interface Approval { keyFingerprint: String! """ - GraphQL query whose response is signed, for example, + [GraphQL query](https://graphql.org/learn/queries/) + whose response is signed, for example, ``` - opticalData(opticalDataId: ...) { ... } + query OpticalData($id: Uuid!) { + opticalData(id: $id) { ... } + } ``` Specifying the query explicitely is necessary because approvals shall not become invalid when the GraphQL schema changes. """ query: GraphQlQuery! + """ + [GraphQL variables](https://graphql.org/learn/queries/#variables) + defined by the GraphQL query, for example, + ``` + { "id": "018731a4-4c0a-49af-a5d9-f377fbd0a939" } + ``` + """ + variables: Any! + """ JSON serialized GraphQL response that is signed. - With the response put in the file `response.json`, the GnuPG signature put in - the file `response.json.asc`, and the GnuPG public key of the approver added + With the response put in the file `./response.json`, the GnuPG signature put in + the file `./response.json.asc`, and the GnuPG public key of the approver added to the GnuPG key ring, the signature can be verified by running - `gpg --verify response.json.asc response.json`. + `gpg --verify ./response.json.asc ./response.json`. - To compare the response `response.json` and another response `another.json`, + To compare the response `./response.json` and another response `./another.json`, run the command ``` diff --side-by-side --suppress-common-lines \ - <(jq --sort-keys --monochrome-output . response.json) \ - <(jq --sort-keys --monochrome-output . another.json) + <(jq --sort-keys --monochrome-output . ./response.json) \ + <(jq --sort-keys --monochrome-output . ./another.json) ``` in a [Bourne-again shell (Bash)](https://www.gnu.org/software/bash/), @@ -1831,7 +1994,7 @@ interface Approval { and [Using jq or alternative command line tools to compare JSON files](https://stackoverflow.com/questions/31930041/using-jq-or-alternative-command-line-tools-to-compare-json-files/37175540#37175540). - Comparing responses is necessary to verify that the data `another.json` you + Comparing responses is necessary to verify that the data `./another.json` you received in a query that includes this approval matches the approved data. Which is of course the case if all involved organizations are trustworthy. However, verified signatures and matching responses together prove data @@ -1845,17 +2008,65 @@ interface Approval { Approval of data by third party with GnuPG signature that is created at some point in time. It becomes invalid when the approved data changes, even if the change is but a spelling-error correction in meta data like the description. -In that case, the third party needs to re-create its approval. +In that case, the third party needs to re-create its approval. Unnecessary +invalidation can be avoided by choosing the meta data that is part of the +message being approved carefully. Steps to approve data: -1. An institution adds data to a database. -2. Some institution (may be the same) queries the data with a GraphQL query. -3. The latter institution reviews the data and, if correct, signs it with one - of its GnuPG signing keys. -4. The institution adds its approval of the data to the database. +1. An institution adds data with meta information to a database. +2. Some institution (may be the same) queries some meta information with + a GraphQL query like + ``` + query { + opticalData(id: ) { + uuid + name + description + resourceTree { + root { + value { + hashValue + locator + dataFormatId + } + } + } + } + } + ``` + and loads the data with a HTTPS GET request to the locator URL by running + `wget `. +3. The latter institution reviews whether some statement is true for the data, + for example, whether the data conforms to some standard. If that is so, the + institution queries the meta information to be signed which at least + contains the hash value of the data + ``` + query { + opticalData(id: ) { + resourceTree { + root { + value { + hashValue + } + } + } + } + } + ``` + makes sure that the hash value is the same as before, wraps the statement + and the meta information (called response below) like so + ``` + { + "statement": , + "response": + } + ``` + and signs this JSON data. +4. The institution adds its approval of the data to some database or asks it to + be added. -Storing the GraphQL query with the signature is necessary because it needs to be -known exactly which JSON data was signed. +Storing the GraphQL query, variables, and response with the signature is +necessary because it needs to be known exactly which JSON data was signed. Note that the query to be signed only includes paths that are part of the data and not part of some associates, which are actually all paths in the present @@ -1871,20 +2082,35 @@ type DataApproval implements Approval { signature: String! keyFingerprint: String! query: GraphQlQuery! + variables: Any! response: JsonGraphQlResponse! """ - + Statement that is being made by the approver about the data identified by the + query. The reference could for example be an ISO standard, which would mean + that this approval states that the data conforms to this standard. """ - statement: Reference + statement: Reference! """ Approver identifier issued by the metabase. The approver's meta data can be obtained by sending the GraphQL query - `stakeholder(stakeholderId: ...) { ... }` + `query { institution(id: ...) { ... } }` to the metabase. """ approverId: Uuid! + + """ + Message that is signed. It is a string representation of the JSON + ``` + { + "statement": statement, + "response": response + } + ``` + with the whitespaces as when the signature was created. + """ + message: String! } """ @@ -1897,6 +2123,7 @@ type ResponseApproval implements Approval { signature: String! keyFingerprint: String! query: GraphQlQuery! + variables: Any! response: JsonGraphQlResponse! } @@ -2003,7 +2230,7 @@ type GetHttpsResource { [200](https://tools.ietf.org/html/rfc7231#section-6.3.1). The identifier is issued by the metabase. The format's meta data can be obtained by sending the GraphQL query - `dataFormat(dataFormatId: ...) { ... }` + `query { dataFormat(id: ...) { ... } }` to the metabase. The data format consists of a @@ -2164,7 +2391,7 @@ type FileMetaInformation { """ Identifier of the data format. The identifier is issued by the metabase. The format's meta data can be obtained by sending the GraphQL query - `dataFormat(dataFormatId: ...) { ... }` + `query { dataFormat(id: ...) { ... } }` to the metabase. The data format consists of a From 56d4486b44b97e7832ba91beac0bb1b021b35aaf Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Tue, 2 Sep 2025 14:26:33 +0200 Subject: [PATCH 272/362] Use only `message` in approvals (it encodes the response and maybe additional information like the statement) --- apis/database.graphql | 207 ++++++++++++++++++++++++++++-------------- 1 file changed, 139 insertions(+), 68 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 358eb4a1..6681e2b9 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -170,16 +170,6 @@ and without unnecessary white-space for the present schema. """ scalar GraphQlQuery -""" -[June 2018 GraphQL](http://spec.graphql.org/June2018/) -compliant -[JavaScript Object Notation (JSON)](https://tools.ietf.org/html/rfc8259) -[serialized](http://spec.graphql.org/June2018/#sec-JSON-Serialization) -[response](http://spec.graphql.org/June2018/#sec-Response) -string without unnecessary white-space for the present schema. -""" -scalar JsonGraphQlResponse - """ [GraphQL Cursor Connections Specification](https://relay.dev/graphql/connections.htm) compliant @@ -1695,14 +1685,17 @@ signature. To verify an approval, 1. install [GnuPG](https://www.gnupg.org), -2. save the approved response in the file `./response.json`, -3. save the ASCII-armored signature in the file `./response.json.asc`, +2. save the approved message in the file `./message.json` (it is the value of + the field `message`), +3. save the ASCII-armored signature in the file `./message.json.asc` (it is the + value of the field `signature`), 4. * receive (and import) the public key for the given fingerprint from the - OpenPGP keyserver by running - `gpg --keyserver hkps://keys.openpgp.org/ --receive-keys ` + [OpenPGP Keyserver](https://keys.openpgp.org) by running + `gpg --keyserver hkps://keys.openpgp.org/ --receive-keys ` + where `` is the value of the field `keyFingerprint`. * make sure that the key was not expired and was not revoked when the approval was created by checking that the output of - `gpg --list-keys ` + `gpg --list-keys ` does not say so: Look for the terms 'revoked' and 'expired'. * make sure that the key belongs to the approver and was allowed for signing and not revoked when the approval was created by sending a request of the @@ -1713,7 +1706,7 @@ To verify an approval, hasGnuPgKeyFingerprint( where: { and: [ - { fingerprint: { equalTo: } } + { fingerprint: { equalTo: } } { allowedAt: { lessThanOrEqualTo: } } { forbiddenAt: { greaterThan: } } ] @@ -1731,17 +1724,19 @@ To verify an approval, } } } - ```. - Alternatively, retrieve the allowed-for-signing and - not-revoked-at-the-given-time key fingerprint from the metabase's GraphQL - endpoint by sending a request of the form + ``` + where ``, ``, and `` are the values + of the fields `approverId`, `keyFingerprint`, and `timestamp`. Alternatively, + retrieve the allowed-for-signing and not-revoked-at-the-given-time key + fingerprint from the metabase's GraphQL endpoint by sending a request of + the form ``` query { institution(id: ) { gnuPgKeyFingerprints( where: { and: [ - { fingerprint: { equalTo: } } + { fingerprint: { equalTo: } } { allowedAt: { lessThanOrEqualTo: } } { forbiddenAt: { greaterThan: } } ] @@ -1774,7 +1769,7 @@ To verify an approval, "edges": [ { "node": { - "fingerprint": , + "fingerprint": , "allowedAt": ..., "forbiddenAt": ..., "user": { @@ -1794,7 +1789,7 @@ To verify an approval, ``` contains exactly one edge (and node). 5. verify the signature with the public key by running - `gpg --verify ./response.json.asc ./response.json`. + `gpg --verify ./message.json.asc ./message.json`. To create an approval, 1. install [GnuPG](https://www.gnupg.org), @@ -1815,15 +1810,15 @@ To create an approval, 4. list your keys with fingerprints by running `gpg --list-keys --with-subkey-fingerprint `. 5. add your signing key to the - [OpenPGP keyserver](https://keys.openpgp.org) + [OpenPGP Keyserver](https://keys.openpgp.org) by running `gpg --keyserver hkps://keys.openpgp.org --send-keys ` or by exporting the public key by running `gpg --export --armor --output ./signing_key.pub.asc ` and uploading it via the form on [OpenPGP Key Upload](https://keys.openpgp.org/upload). -6. verify the signing key's user ID, which is ``, by - following the verification link sent to you. +6. within a few minutes, verify the signing key's user ID, which is + ``, by following the verification link sent to you. 7. add the signing key fingerprint to the metabase with the GraphQL mutation ``` mutation { @@ -1854,10 +1849,71 @@ To create an approval, } } ``` -8. save the response to be approved in a file `./response.json`, -9. compute the signature and write it to `./response.json.asc` by running - `gpg --detach-sig --armor --local-user ./response.json`, and -10. add the signature as approval to the database through its interface. + Note that if you are the owner, the key is allowed automatically. + +For a response approval, +8. save the response of the present query in a file `./message.json`. +9. compute the signature and write it to `./message.json.asc` by running + `gpg --detach-sig --armor --local-user --output ./message.json.asc ./message.json`, and +10. add the approval to the final response of the present query through the + field `approval`. + +For a data approval, +8. query meta information of the data set to be signed with a GraphQL query + like + ``` + query { + opticalData(id: ) { + uuid + name + description + resourceTree { + root { + value { + hashValue + locator + dataFormatId + } + } + } + } + } + ``` + and load the data with an HTTPS GET request to the locator URL by running + `wget `. +9. review whether some statement is true for the data, for example, whether the + data conforms to some standard. If that is so, query the meta information to + be signed which at least contains the hash value of the data + ``` + query { + opticalData(id: ) { + resourceTree { + root { + value { + hashValue + } + } + } + } + } + ``` + make sure that the hash value is the same as before, wrap the statement and + the meta information (named `` below) like so + ``` + { + "statement": , + "response": + } + ``` + and save this in a file `./message.json`. The query should ask for the + information necessary to identify the meta information and the data set + itself uniquely like its ID and the data set's fingerprint, aka, hash value. + It should not ask for information whose change would invalidate the approval + unnecessaritly like the the verbal description of the data set. +10. compute the signature and write it to `./message.json.asc` by running + `gpg --detach-sig --armor --local-user --output ./message.json.asc ./message.json`, and +11. add the signature as data approval to the database through its interface, + which could for example have a GraphQL mutation `AddDataApproval`. Best practices for managing GnuPG keys within an institution: * In the metabase, each institution has at least one representative. The @@ -1897,13 +1953,14 @@ Best practices for managing GnuPG keys within an institution: which also forbids all GnuPG keys associated with this representative from signing. -Best practices for accepting approvals by databases: +Best practices for accepting data approvals by databases: * Check that at the time of approval creation, the fingerprint belonged to a non-revoked and non-disabled GnuPG key. * Check that the key was allowed to make signatures for that institution. * Check that the query contains all necessary fields and sub-fields. -* Check that the response is the result of the given query. -* Check that the signature is valid for the given response. +* Check that the message is constructed properly according to the documentation + of the implementing type `DataApproval`. +* Check that the signature is valid for the given message. Note that GnuPG is compliant with [OpenPGP Message Format](https://tools.ietf.org/html/rfc4880). @@ -1922,14 +1979,15 @@ interface Approval { timestamp: DateTime! """ - Detached ASCII-armored GnuPG signature of the GraphQL query response. + Detached ASCII-armored GnuPG signature of the message which includes the + GraphQL query response. - With the query response saved in the file `./response.json`, the signature can - be computed and written to `./response.json.asc` by running - `gpg --detach-sig --armor ./response.json` - (to write it to standard output instead, add the option `--output -`). And, + With the message saved in the file `./message.json`, the signature can + be computed and written to `./message.json.asc` by running + `gpg --detach-sig --armor --output ./message.json.asc ./message.json` + (to write it to standard output instead, use the option `--output -`). And, the signature can be verified by running - `gpg --verify ./response.json.asc ./response.json`. + `gpg --verify ./message.json.asc ./message.json`. Note that to compute a signature you need a GnuPG signing private key in your key ring and to verify a signature you need the GnuPG signing public key whose corresponding private key was used to compute the signature. @@ -1952,7 +2010,7 @@ interface Approval { """ [GraphQL query](https://graphql.org/learn/queries/) - whose response is signed, for example, + whose response is included in the message being signed, for example, ``` query OpticalData($id: Uuid!) { opticalData(id: $id) { ... } @@ -1973,18 +2031,23 @@ interface Approval { variables: Any! """ - JSON serialized GraphQL response that is signed. + Message that is signed. - With the response put in the file `./response.json`, the GnuPG signature put in - the file `./response.json.asc`, and the GnuPG public key of the approver added + For `ResponseApproval` it is the serialized GraphQL response of `query`. And + for `DataApproval` it is a serialized JSON combining the statement being made + and the response. See the documentation of `ResponseApproval#message` and + `DataApproval#message` for details. + + With the message put in the file `./message.json`, the GnuPG signature put in + the file `./message.json.asc`, and the GnuPG public key of the approver added to the GnuPG key ring, the signature can be verified by running - `gpg --verify ./response.json.asc ./response.json`. + `gpg --verify ./message.json.asc ./message.json`. - To compare the response `./response.json` and another response `./another.json`, + To compare the message `./message.json` and another message `./another.json`, run the command ``` diff --side-by-side --suppress-common-lines \ - <(jq --sort-keys --monochrome-output . ./response.json) \ + <(jq --sort-keys --monochrome-output . ./message.json) \ <(jq --sort-keys --monochrome-output . ./another.json) ``` in a @@ -1994,14 +2057,14 @@ interface Approval { and [Using jq or alternative command line tools to compare JSON files](https://stackoverflow.com/questions/31930041/using-jq-or-alternative-command-line-tools-to-compare-json-files/37175540#37175540). - Comparing responses is necessary to verify that the data `./another.json` you + Comparing messages is necessary to verify that the data `./another.json` you received in a query that includes this approval matches the approved data. Which is of course the case if all involved organizations are trustworthy. - However, verified signatures and matching responses together prove data + However, verified signatures and matching messages together prove data integrity (at least if private keys used to make the signatures in the first place are not compromised). """ - response: JsonGraphQlResponse! + message: String! } """ @@ -2034,7 +2097,7 @@ Steps to approve data: } } ``` - and loads the data with a HTTPS GET request to the locator URL by running + and loads the data with an HTTPS GET request to the locator URL by running `wget `. 3. The latter institution reviews whether some statement is true for the data, for example, whether the data conforms to some standard. If that is so, the @@ -2054,7 +2117,7 @@ Steps to approve data: } ``` makes sure that the hash value is the same as before, wraps the statement - and the meta information (called response below) like so + and the meta information (named `` below) like so ``` { "statement": , @@ -2065,8 +2128,9 @@ Steps to approve data: 4. The institution adds its approval of the data to some database or asks it to be added. -Storing the GraphQL query, variables, and response with the signature is -necessary because it needs to be known exactly which JSON data was signed. +Storing the GraphQL query, variables, and message with the signature is +necessary because it needs to be known exactly which JSON data was signed (with +exact whitespaces). Note that the query to be signed only includes paths that are part of the data and not part of some associates, which are actually all paths in the present @@ -2083,7 +2147,20 @@ type DataApproval implements Approval { keyFingerprint: String! query: GraphQlQuery! variables: Any! - response: JsonGraphQlResponse! + + """ + Message that is signed. It is a string representation of the JSON + ``` + { + "statement": , + "response": + } + ``` + with whitespaces as when the signature was created, where `` is + the JSON of the field `statement` and `` is the JSON response of + sending the GraphQL request given by the field `query`. + """ + message: String! """ Statement that is being made by the approver about the data identified by the @@ -2096,21 +2173,10 @@ type DataApproval implements Approval { Approver identifier issued by the metabase. The approver's meta data can be obtained by sending the GraphQL query `query { institution(id: ...) { ... } }` - to the metabase. + to the metabase. The approver makes the statement about the data identified + by the query. """ approverId: Uuid! - - """ - Message that is signed. It is a string representation of the JSON - ``` - { - "statement": statement, - "response": response - } - ``` - with the whitespaces as when the signature was created. - """ - message: String! } """ @@ -2124,7 +2190,12 @@ type ResponseApproval implements Approval { keyFingerprint: String! query: GraphQlQuery! variables: Any! - response: JsonGraphQlResponse! + + """ + Serialized response of the GraphQL query with whitespaces as when the + signature was created. + """ + message: String! } """ From 2de70b2dfdb70b08e379eb273c13f1ab50f470bc Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 3 Sep 2025 14:27:29 +0200 Subject: [PATCH 273/362] Remove the database request data.graphql, because it is not part of the current specification database.graphql --- requests/database/data.graphql | 113 --------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 requests/database/data.graphql diff --git a/requests/database/data.graphql b/requests/database/data.graphql deleted file mode 100644 index 9ee1d97b..00000000 --- a/requests/database/data.graphql +++ /dev/null @@ -1,113 +0,0 @@ -query { - data(id: "7fc8c70b-24c2-4363-a05e-4ac39d38207f", locale: "en-US") { - name - locale - resourceTree { - root { - value { - locator - description - hashValue - id - archivedFilesMetaInformation { - dataFormatId - path - } - dataFormatId - } - vertexId - } - nonRootVertices { - parentId - vertexId - appliedConversionMethod { - methodId - sourceName - } - value { - dataFormatId - description - hashValue - id - locator - uuid - } - } - } - appliedMethod { - sources { - value { - databaseId - dataId - dataKind - dataTimestamp - } - name - } - arguments { - name - value - } - methodId - } - approval { - keyFingerprint - query - response - signature - timestamp - } - approvals { - approverId - keyFingerprint - query - response - signature - timestamp - statement { - ... on Publication { - abstract - arXiv - authors - doi - section - title - urn - webAddress - } - ... on Standard { - abstract - locator - section - standardizers - title - year - numeration { - mainNumber - prefix - suffix - } - } - } - } - componentId - createdAt - creatorId - databaseId - description - timestamp - uuid - warnings - resources { - dataFormatId - description - hashValue - id - locator - archivedFilesMetaInformation { - dataFormatId - path - } - } - } -} From 786c4568a846069ed3b41b19fb87104b58f15f72 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 3 Sep 2025 14:33:23 +0200 Subject: [PATCH 274/362] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d68c943e..06e84177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -198,6 +198,7 @@ and this project adheres to - Move `color` to the `results` of an optical data set [#326](https://github.com/building-envelope-data/api/pull/326) - Remove the shortcut `nodes` to reduce the implementation effort [#318](https://github.com/building-envelope-data/api/pull/318) - Describe codespaces as an option for Windows users [#336](https://github.com/building-envelope-data/api/pull/336) +- Update the example requests [#357](https://github.com/building-envelope-data/api/pull/357) ### Removed From c1c2aac95152d664abaa201bb8fa58ac95aca4fe Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 17 Mar 2025 12:11:08 +0100 Subject: [PATCH 275/362] Add clearlite-4 as example from IGSDB as BED-JSON and as LBNL-JSON --- .../igsdbExampleClearlite-4_250312.json | 6371 ++++ .../igsdbExampleClearlite-4_250312.json | 24514 ++++++++++++++++ 2 files changed, 30885 insertions(+) create mode 100644 tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json create mode 100644 tests/valid/opticalData/igsdbExampleClearlite-4_250312.json diff --git a/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json b/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json new file mode 100644 index 00000000..3a9afb13 --- /dev/null +++ b/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json @@ -0,0 +1,6371 @@ +{ + "id": null, + "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", + "type": "GLAZING", + "subtype": "MONOLITHIC", + "token": "clearlite-4", + "historical_tokens": [ + "clr2-hidden-20130417-kur", + "armorcoat-reserved-8-mil-stainless-steel-35", + "cl-6", + "clear-8-vta", + "pacifica-10", + "6xedn0169-d" + ], + "name": "Planibel Clearlite 4 mm", + "marketing_name": null, + "nfrc_id": 4492, + "igdb_id": 9360, + "cgdb_id": null, + "mdb_time_created": "2016-08-14T18:06:37Z", + "igdb_database_version": "49.0", + "cgdb_database_version": null, + "acceptance": "#", + "reference": false, + "appearance": "", + "hidden": false, + "manufacturer_name": "AGC Glass Europe", + "owner_name": null, + "data_file_name": "clearlite_4.gvb", + "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", + "data_file_available": false, + "short_description": null, + "deconstructable": false, + "coating_name": null, + "coating_id": 2, + "coated_side": "NA", + "igdb_checksum": 670340591, + "cgdb_checksum": null, + "checksum_date": "2016-08-01T14:55:35Z", + "window8_application_type": "MONOLITHIC", + "emissivity_front": 0.84, + "emissivity_back": 0.84, + "tir_front": 0.0, + "tir_back": 0.0, + "product_detail_files": [], + "composition": [], + "integrated_spectral_averages_summaries": [ + { + "calculation_standard": "NFRC", + "source": "IGDB", + "source_version": "103", + "opticalc_pywincalc_version": null, + "spf": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "8.480444", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tdw": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8534895", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tkr": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tuv": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.7491414", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "color": { + "reflectance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "reflectance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.2953564474190429, + "b": -0.5069940541208129, + "l": 34.09745765726716 + }, + "rgb": { + "b": 88.50219297918694, + "g": 88.64726400455686, + "r": 87.37614774327513 + }, + "trichromatic": { + "x": 7.604431, + "y": 8.05514, + "z": 8.79812 + } + } + }, + "transmittance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "transmittance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.5693913431529252, + "b": 0.29968973743668137, + "l": 96.10036103356394 + }, + "rgb": { + "b": 255.0, + "g": 255.0, + "r": 255.0 + }, + "trichromatic": { + "x": 85.2487, + "y": 90.24997, + "z": 96.40885 + } + } + } + }, + "solar": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": "0.07636583", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": "0.07636583", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": "0.8707941", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8707941", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "photopic": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": "0.08046153", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": "0.08046153", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": "0.9025436", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.9025436", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "thermal_ir": { + "emissivity_back_hemispheric": null, + "emissivity_front_hemispheric": null, + "transmittance_back_diffuse_diffuse": null, + "transmittance_front_diffuse_diffuse": null + } + } + ], + "geometric_properties": null, + "material": "GLASS", + "material_bulk_properties": { + "name": "GLASS", + "version": 1, + "conductivity": "0.84000000000000000", + "youngs_modulus": 0.0, + "poissons_ratio": 0.0, + "elasticity": 0.0, + "moisture_properties": null + }, + "extra_data": {}, + "physical_properties": { + "is_specular": true, + "thickness": 3.85, + "predefined_emissivity_front": 0.84, + "predefined_emissivity_back": 0.84, + "predefined_tir_front": 0.0, + "predefined_tir_back": 0.0, + "permeability_factor": null, + "bulk_properties_override": { + "conductivity": "1.0" + }, + "optical_properties": { + "optical_data_type": "DISCRETE", + "incidence_angular_resolution_type": "DIRECT", + "outgoing_angular_resolution_type": "DIRECT", + "optical_data": { + "angle_blocks": [ + { + "incidence_angle": 0, + "num_wavelengths": 642, + "wavelength_data": [ + { + "w": "0.3", + "specular": { + "rb": "0.0476", + "rf": "0.0476", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "0.305", + "specular": { + "rb": "0.0474", + "rf": "0.0474", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "0.31", + "specular": { + "rb": "0.0472", + "rf": "0.0472", + "tb": "0.0303", + "tf": "0.0303" + } + }, + { + "w": "0.315", + "specular": { + "rb": "0.0474", + "rf": "0.0474", + "tb": "0.0932", + "tf": "0.0932" + } + }, + { + "w": "0.32", + "specular": { + "rb": "0.0486", + "rf": "0.0486", + "tb": "0.1916", + "tf": "0.1916" + } + }, + { + "w": "0.325", + "specular": { + "rb": "0.0517", + "rf": "0.0517", + "tb": "0.3183", + "tf": "0.3183" + } + }, + { + "w": "0.33", + "specular": { + "rb": "0.0568", + "rf": "0.0568", + "tb": "0.4537", + "tf": "0.4537" + } + }, + { + "w": "0.335", + "specular": { + "rb": "0.0629", + "rf": "0.0629", + "tb": "0.5765", + "tf": "0.5765" + } + }, + { + "w": "0.34", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.6768", + "tf": "0.6768" + } + }, + { + "w": "0.345", + "specular": { + "rb": "0.0741", + "rf": "0.0741", + "tb": "0.7513", + "tf": "0.7513" + } + }, + { + "w": "0.35", + "specular": { + "rb": "0.0779", + "rf": "0.0779", + "tb": "0.8044", + "tf": "0.8044" + } + }, + { + "w": "0.355", + "specular": { + "rb": "0.0805", + "rf": "0.0805", + "tb": "0.8388", + "tf": "0.8388" + } + }, + { + "w": "0.36", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.8611", + "tf": "0.8611" + } + }, + { + "w": "0.365", + "specular": { + "rb": "0.0829", + "rf": "0.0829", + "tb": "0.8734", + "tf": "0.8734" + } + }, + { + "w": "0.37", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.8783", + "tf": "0.8783" + } + }, + { + "w": "0.375", + "specular": { + "rb": "0.0825", + "rf": "0.0825", + "tb": "0.8747", + "tf": "0.8747" + } + }, + { + "w": "0.38", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.8727", + "tf": "0.8727" + } + }, + { + "w": "0.385", + "specular": { + "rb": "0.0825", + "rf": "0.0825", + "tb": "0.8795", + "tf": "0.8795" + } + }, + { + "w": "0.39", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.8886", + "tf": "0.8886" + } + }, + { + "w": "0.395", + "specular": { + "rb": "0.0834", + "rf": "0.0834", + "tb": "0.8943", + "tf": "0.8943" + } + }, + { + "w": "0.4", + "specular": { + "rb": "0.0834", + "rf": "0.0834", + "tb": "0.8969", + "tf": "0.8969" + } + }, + { + "w": "0.405", + "specular": { + "rb": "0.0832", + "rf": "0.0832", + "tb": "0.89665", + "tf": "0.89665" + } + }, + { + "w": "0.41", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.8964", + "tf": "0.8964" + } + }, + { + "w": "0.415", + "specular": { + "rb": "0.08275", + "rf": "0.08275", + "tb": "0.8954", + "tf": "0.8954" + } + }, + { + "w": "0.42", + "specular": { + "rb": "0.0825", + "rf": "0.0825", + "tb": "0.8944", + "tf": "0.8944" + } + }, + { + "w": "0.425", + "specular": { + "rb": "0.08235", + "rf": "0.08235", + "tb": "0.8943", + "tf": "0.8943" + } + }, + { + "w": "0.43", + "specular": { + "rb": "0.0822", + "rf": "0.0822", + "tb": "0.8942", + "tf": "0.8942" + } + }, + { + "w": "0.435", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.89465", + "tf": "0.89465" + } + }, + { + "w": "0.44", + "specular": { + "rb": "0.082", + "rf": "0.082", + "tb": "0.8951", + "tf": "0.8951" + } + }, + { + "w": "0.445", + "specular": { + "rb": "0.08195", + "rf": "0.08195", + "tb": "0.89625", + "tf": "0.89625" + } + }, + { + "w": "0.45", + "specular": { + "rb": "0.0819", + "rf": "0.0819", + "tb": "0.8974", + "tf": "0.8974" + } + }, + { + "w": "0.455", + "specular": { + "rb": "0.0819", + "rf": "0.0819", + "tb": "0.8988", + "tf": "0.8988" + } + }, + { + "w": "0.46", + "specular": { + "rb": "0.0819", + "rf": "0.0819", + "tb": "0.9002", + "tf": "0.9002" + } + }, + { + "w": "0.465", + "specular": { + "rb": "0.08185", + "rf": "0.08185", + "tb": "0.9009", + "tf": "0.9009" + } + }, + { + "w": "0.47", + "specular": { + "rb": "0.0818", + "rf": "0.0818", + "tb": "0.9016", + "tf": "0.9016" + } + }, + { + "w": "0.475", + "specular": { + "rb": "0.08175", + "rf": "0.08175", + "tb": "0.9019", + "tf": "0.9019" + } + }, + { + "w": "0.48", + "specular": { + "rb": "0.0817", + "rf": "0.0817", + "tb": "0.9022", + "tf": "0.9022" + } + }, + { + "w": "0.485", + "specular": { + "rb": "0.08165", + "rf": "0.08165", + "tb": "0.9033", + "tf": "0.9033" + } + }, + { + "w": "0.49", + "specular": { + "rb": "0.0816", + "rf": "0.0816", + "tb": "0.9044", + "tf": "0.9044" + } + }, + { + "w": "0.495", + "specular": { + "rb": "0.08155", + "rf": "0.08155", + "tb": "0.9048", + "tf": "0.9048" + } + }, + { + "w": "0.5", + "specular": { + "rb": "0.0815", + "rf": "0.0815", + "tb": "0.9052", + "tf": "0.9052" + } + }, + { + "w": "0.505", + "specular": { + "rb": "0.08145", + "rf": "0.08145", + "tb": "0.9057", + "tf": "0.9057" + } + }, + { + "w": "0.51", + "specular": { + "rb": "0.0814", + "rf": "0.0814", + "tb": "0.9062", + "tf": "0.9062" + } + }, + { + "w": "0.515", + "specular": { + "rb": "0.0813", + "rf": "0.0813", + "tb": "0.90585", + "tf": "0.90585" + } + }, + { + "w": "0.52", + "specular": { + "rb": "0.0812", + "rf": "0.0812", + "tb": "0.9055", + "tf": "0.9055" + } + }, + { + "w": "0.525", + "specular": { + "rb": "0.0811", + "rf": "0.0811", + "tb": "0.9054", + "tf": "0.9054" + } + }, + { + "w": "0.53", + "specular": { + "rb": "0.081", + "rf": "0.081", + "tb": "0.9053", + "tf": "0.9053" + } + }, + { + "w": "0.535", + "specular": { + "rb": "0.0809", + "rf": "0.0809", + "tb": "0.90515", + "tf": "0.90515" + } + }, + { + "w": "0.54", + "specular": { + "rb": "0.0808", + "rf": "0.0808", + "tb": "0.905", + "tf": "0.905" + } + }, + { + "w": "0.545", + "specular": { + "rb": "0.08075", + "rf": "0.08075", + "tb": "0.905", + "tf": "0.905" + } + }, + { + "w": "0.55", + "specular": { + "rb": "0.0807", + "rf": "0.0807", + "tb": "0.905", + "tf": "0.905" + } + }, + { + "w": "0.555", + "specular": { + "rb": "0.0806", + "rf": "0.0806", + "tb": "0.9046", + "tf": "0.9046" + } + }, + { + "w": "0.56", + "specular": { + "rb": "0.0805", + "rf": "0.0805", + "tb": "0.9042", + "tf": "0.9042" + } + }, + { + "w": "0.565", + "specular": { + "rb": "0.0804", + "rf": "0.0804", + "tb": "0.9037", + "tf": "0.9037" + } + }, + { + "w": "0.57", + "specular": { + "rb": "0.0803", + "rf": "0.0803", + "tb": "0.9032", + "tf": "0.9032" + } + }, + { + "w": "0.575", + "specular": { + "rb": "0.08015", + "rf": "0.08015", + "tb": "0.9024", + "tf": "0.9024" + } + }, + { + "w": "0.58", + "specular": { + "rb": "0.08", + "rf": "0.08", + "tb": "0.9016", + "tf": "0.9016" + } + }, + { + "w": "0.585", + "specular": { + "rb": "0.0799", + "rf": "0.0799", + "tb": "0.901", + "tf": "0.901" + } + }, + { + "w": "0.59", + "specular": { + "rb": "0.0798", + "rf": "0.0798", + "tb": "0.9004", + "tf": "0.9004" + } + }, + { + "w": "0.595", + "specular": { + "rb": "0.0797", + "rf": "0.0797", + "tb": "0.89965", + "tf": "0.89965" + } + }, + { + "w": "0.6", + "specular": { + "rb": "0.0796", + "rf": "0.0796", + "tb": "0.8989", + "tf": "0.8989" + } + }, + { + "w": "0.605", + "specular": { + "rb": "0.0795", + "rf": "0.0795", + "tb": "0.89825", + "tf": "0.89825" + } + }, + { + "w": "0.61", + "specular": { + "rb": "0.0794", + "rf": "0.0794", + "tb": "0.8976", + "tf": "0.8976" + } + }, + { + "w": "0.615", + "specular": { + "rb": "0.0793", + "rf": "0.0793", + "tb": "0.89685", + "tf": "0.89685" + } + }, + { + "w": "0.62", + "specular": { + "rb": "0.0792", + "rf": "0.0792", + "tb": "0.8961", + "tf": "0.8961" + } + }, + { + "w": "0.625", + "specular": { + "rb": "0.07905", + "rf": "0.07905", + "tb": "0.8951", + "tf": "0.8951" + } + }, + { + "w": "0.63", + "specular": { + "rb": "0.0789", + "rf": "0.0789", + "tb": "0.8941", + "tf": "0.8941" + } + }, + { + "w": "0.635", + "specular": { + "rb": "0.0788", + "rf": "0.0788", + "tb": "0.89345", + "tf": "0.89345" + } + }, + { + "w": "0.64", + "specular": { + "rb": "0.0787", + "rf": "0.0787", + "tb": "0.8928", + "tf": "0.8928" + } + }, + { + "w": "0.645", + "specular": { + "rb": "0.0786", + "rf": "0.0786", + "tb": "0.8919", + "tf": "0.8919" + } + }, + { + "w": "0.65", + "specular": { + "rb": "0.0785", + "rf": "0.0785", + "tb": "0.891", + "tf": "0.891" + } + }, + { + "w": "0.655", + "specular": { + "rb": "0.0784", + "rf": "0.0784", + "tb": "0.89045", + "tf": "0.89045" + } + }, + { + "w": "0.66", + "specular": { + "rb": "0.0783", + "rf": "0.0783", + "tb": "0.8899", + "tf": "0.8899" + } + }, + { + "w": "0.665", + "specular": { + "rb": "0.0782", + "rf": "0.0782", + "tb": "0.88915", + "tf": "0.88915" + } + }, + { + "w": "0.67", + "specular": { + "rb": "0.0781", + "rf": "0.0781", + "tb": "0.8884", + "tf": "0.8884" + } + }, + { + "w": "0.675", + "specular": { + "rb": "0.07805", + "rf": "0.07805", + "tb": "0.88775", + "tf": "0.88775" + } + }, + { + "w": "0.68", + "specular": { + "rb": "0.078", + "rf": "0.078", + "tb": "0.8871", + "tf": "0.8871" + } + }, + { + "w": "0.685", + "specular": { + "rb": "0.0779", + "rf": "0.0779", + "tb": "0.8864", + "tf": "0.8864" + } + }, + { + "w": "0.69", + "specular": { + "rb": "0.0778", + "rf": "0.0778", + "tb": "0.8857", + "tf": "0.8857" + } + }, + { + "w": "0.695", + "specular": { + "rb": "0.0777", + "rf": "0.0777", + "tb": "0.8848", + "tf": "0.8848" + } + }, + { + "w": "0.7", + "specular": { + "rb": "0.0776", + "rf": "0.0776", + "tb": "0.8839", + "tf": "0.8839" + } + }, + { + "w": "0.705", + "specular": { + "rb": "0.07745", + "rf": "0.07745", + "tb": "0.8828", + "tf": "0.8828" + } + }, + { + "w": "0.71", + "specular": { + "rb": "0.0773", + "rf": "0.0773", + "tb": "0.8817", + "tf": "0.8817" + } + }, + { + "w": "0.715", + "specular": { + "rb": "0.0772", + "rf": "0.0772", + "tb": "0.88085", + "tf": "0.88085" + } + }, + { + "w": "0.72", + "specular": { + "rb": "0.0771", + "rf": "0.0771", + "tb": "0.88", + "tf": "0.88" + } + }, + { + "w": "0.725", + "specular": { + "rb": "0.07695", + "rf": "0.07695", + "tb": "0.87865", + "tf": "0.87865" + } + }, + { + "w": "0.73", + "specular": { + "rb": "0.0768", + "rf": "0.0768", + "tb": "0.8773", + "tf": "0.8773" + } + }, + { + "w": "0.735", + "specular": { + "rb": "0.0767", + "rf": "0.0767", + "tb": "0.876", + "tf": "0.876" + } + }, + { + "w": "0.74", + "specular": { + "rb": "0.0766", + "rf": "0.0766", + "tb": "0.8747", + "tf": "0.8747" + } + }, + { + "w": "0.745", + "specular": { + "rb": "0.07645", + "rf": "0.07645", + "tb": "0.87385", + "tf": "0.87385" + } + }, + { + "w": "0.75", + "specular": { + "rb": "0.0763", + "rf": "0.0763", + "tb": "0.873", + "tf": "0.873" + } + }, + { + "w": "0.755", + "specular": { + "rb": "0.0762", + "rf": "0.0762", + "tb": "0.87215", + "tf": "0.87215" + } + }, + { + "w": "0.76", + "specular": { + "rb": "0.0761", + "rf": "0.0761", + "tb": "0.8713", + "tf": "0.8713" + } + }, + { + "w": "0.765", + "specular": { + "rb": "0.07595", + "rf": "0.07595", + "tb": "0.86965", + "tf": "0.86965" + } + }, + { + "w": "0.77", + "specular": { + "rb": "0.0758", + "rf": "0.0758", + "tb": "0.868", + "tf": "0.868" + } + }, + { + "w": "0.775", + "specular": { + "rb": "0.0757", + "rf": "0.0757", + "tb": "0.8673", + "tf": "0.8673" + } + }, + { + "w": "0.78", + "specular": { + "rb": "0.0756", + "rf": "0.0756", + "tb": "0.8666", + "tf": "0.8666" + } + }, + { + "w": "0.785", + "specular": { + "rb": "0.07545", + "rf": "0.07545", + "tb": "0.8651", + "tf": "0.8651" + } + }, + { + "w": "0.79", + "specular": { + "rb": "0.0753", + "rf": "0.0753", + "tb": "0.8636", + "tf": "0.8636" + } + }, + { + "w": "0.795", + "specular": { + "rb": "0.0752", + "rf": "0.0752", + "tb": "0.8627", + "tf": "0.8627" + } + }, + { + "w": "0.8", + "specular": { + "rb": "0.0751", + "rf": "0.0751", + "tb": "0.8618", + "tf": "0.8618" + } + }, + { + "w": "0.805", + "specular": { + "rb": "0.075", + "rf": "0.075", + "tb": "0.86115", + "tf": "0.86115" + } + }, + { + "w": "0.81", + "specular": { + "rb": "0.0749", + "rf": "0.0749", + "tb": "0.8605", + "tf": "0.8605" + } + }, + { + "w": "0.815", + "specular": { + "rb": "0.07485", + "rf": "0.07485", + "tb": "0.85985", + "tf": "0.85985" + } + }, + { + "w": "0.82", + "specular": { + "rb": "0.0748", + "rf": "0.0748", + "tb": "0.8592", + "tf": "0.8592" + } + }, + { + "w": "0.825", + "specular": { + "rb": "0.0747", + "rf": "0.0747", + "tb": "0.85845", + "tf": "0.85845" + } + }, + { + "w": "0.83", + "specular": { + "rb": "0.0746", + "rf": "0.0746", + "tb": "0.8577", + "tf": "0.8577" + } + }, + { + "w": "0.835", + "specular": { + "rb": "0.0745", + "rf": "0.0745", + "tb": "0.85665", + "tf": "0.85665" + } + }, + { + "w": "0.84", + "specular": { + "rb": "0.0744", + "rf": "0.0744", + "tb": "0.8556", + "tf": "0.8556" + } + }, + { + "w": "0.845", + "specular": { + "rb": "0.0743", + "rf": "0.0743", + "tb": "0.8543", + "tf": "0.8543" + } + }, + { + "w": "0.85", + "specular": { + "rb": "0.0742", + "rf": "0.0742", + "tb": "0.853", + "tf": "0.853" + } + }, + { + "w": "0.855", + "specular": { + "rb": "0.0741", + "rf": "0.0741", + "tb": "0.85215", + "tf": "0.85215" + } + }, + { + "w": "0.86", + "specular": { + "rb": "0.074", + "rf": "0.074", + "tb": "0.8513", + "tf": "0.8513" + } + }, + { + "w": "0.865", + "specular": { + "rb": "0.07395", + "rf": "0.07395", + "tb": "0.8505", + "tf": "0.8505" + } + }, + { + "w": "0.87", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8497", + "tf": "0.8497" + } + }, + { + "w": "0.875", + "specular": { + "rb": "0.0738", + "rf": "0.0738", + "tb": "0.8489", + "tf": "0.8489" + } + }, + { + "w": "0.88", + "specular": { + "rb": "0.0737", + "rf": "0.0737", + "tb": "0.8481", + "tf": "0.8481" + } + }, + { + "w": "0.885", + "specular": { + "rb": "0.07365", + "rf": "0.07365", + "tb": "0.84735", + "tf": "0.84735" + } + }, + { + "w": "0.89", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.8466", + "tf": "0.8466" + } + }, + { + "w": "0.895", + "specular": { + "rb": "0.0735", + "rf": "0.0735", + "tb": "0.8459", + "tf": "0.8459" + } + }, + { + "w": "0.9", + "specular": { + "rb": "0.0734", + "rf": "0.0734", + "tb": "0.8452", + "tf": "0.8452" + } + }, + { + "w": "0.905", + "specular": { + "rb": "0.07335", + "rf": "0.07335", + "tb": "0.8446", + "tf": "0.8446" + } + }, + { + "w": "0.91", + "specular": { + "rb": "0.0733", + "rf": "0.0733", + "tb": "0.844", + "tf": "0.844" + } + }, + { + "w": "0.915", + "specular": { + "rb": "0.0732", + "rf": "0.0732", + "tb": "0.8435", + "tf": "0.8435" + } + }, + { + "w": "0.92", + "specular": { + "rb": "0.0731", + "rf": "0.0731", + "tb": "0.843", + "tf": "0.843" + } + }, + { + "w": "0.925", + "specular": { + "rb": "0.07305", + "rf": "0.07305", + "tb": "0.8426", + "tf": "0.8426" + } + }, + { + "w": "0.93", + "specular": { + "rb": "0.073", + "rf": "0.073", + "tb": "0.8422", + "tf": "0.8422" + } + }, + { + "w": "0.935", + "specular": { + "rb": "0.07295", + "rf": "0.07295", + "tb": "0.84185", + "tf": "0.84185" + } + }, + { + "w": "0.94", + "specular": { + "rb": "0.0729", + "rf": "0.0729", + "tb": "0.8415", + "tf": "0.8415" + } + }, + { + "w": "0.945", + "specular": { + "rb": "0.07285", + "rf": "0.07285", + "tb": "0.8412", + "tf": "0.8412" + } + }, + { + "w": "0.95", + "specular": { + "rb": "0.0728", + "rf": "0.0728", + "tb": "0.8409", + "tf": "0.8409" + } + }, + { + "w": "0.955", + "specular": { + "rb": "0.07275", + "rf": "0.07275", + "tb": "0.8406", + "tf": "0.8406" + } + }, + { + "w": "0.96", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8403", + "tf": "0.8403" + } + }, + { + "w": "0.965", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8401", + "tf": "0.8401" + } + }, + { + "w": "0.97", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8399", + "tf": "0.8399" + } + }, + { + "w": "0.975", + "specular": { + "rb": "0.07265", + "rf": "0.07265", + "tb": "0.8397", + "tf": "0.8397" + } + }, + { + "w": "0.98", + "specular": { + "rb": "0.0726", + "rf": "0.0726", + "tb": "0.8395", + "tf": "0.8395" + } + }, + { + "w": "0.985", + "specular": { + "rb": "0.07255", + "rf": "0.07255", + "tb": "0.8393", + "tf": "0.8393" + } + }, + { + "w": "0.99", + "specular": { + "rb": "0.0725", + "rf": "0.0725", + "tb": "0.8391", + "tf": "0.8391" + } + }, + { + "w": "0.995", + "specular": { + "rb": "0.0725", + "rf": "0.0725", + "tb": "0.83895", + "tf": "0.83895" + } + }, + { + "w": "1.0", + "specular": { + "rb": "0.0725", + "rf": "0.0725", + "tb": "0.8388", + "tf": "0.8388" + } + }, + { + "w": "1.005", + "specular": { + "rb": "0.07247", + "rf": "0.07247", + "tb": "0.83866", + "tf": "0.83866" + } + }, + { + "w": "1.01", + "specular": { + "rb": "0.07244", + "rf": "0.07244", + "tb": "0.83852", + "tf": "0.83852" + } + }, + { + "w": "1.015", + "specular": { + "rb": "0.07241", + "rf": "0.07241", + "tb": "0.83838", + "tf": "0.83838" + } + }, + { + "w": "1.02", + "specular": { + "rb": "0.07238", + "rf": "0.07238", + "tb": "0.83824", + "tf": "0.83824" + } + }, + { + "w": "1.025", + "specular": { + "rb": "0.07235", + "rf": "0.07235", + "tb": "0.8381", + "tf": "0.8381" + } + }, + { + "w": "1.03", + "specular": { + "rb": "0.07232", + "rf": "0.07232", + "tb": "0.83796", + "tf": "0.83796" + } + }, + { + "w": "1.035", + "specular": { + "rb": "0.07229", + "rf": "0.07229", + "tb": "0.83782", + "tf": "0.83782" + } + }, + { + "w": "1.04", + "specular": { + "rb": "0.07226", + "rf": "0.07226", + "tb": "0.83768", + "tf": "0.83768" + } + }, + { + "w": "1.045", + "specular": { + "rb": "0.07223", + "rf": "0.07223", + "tb": "0.83754", + "tf": "0.83754" + } + }, + { + "w": "1.05", + "specular": { + "rb": "0.0722", + "rf": "0.0722", + "tb": "0.8374", + "tf": "0.8374" + } + }, + { + "w": "1.055", + "specular": { + "rb": "0.07219", + "rf": "0.07219", + "tb": "0.83743", + "tf": "0.83743" + } + }, + { + "w": "1.06", + "specular": { + "rb": "0.07218", + "rf": "0.07218", + "tb": "0.83746", + "tf": "0.83746" + } + }, + { + "w": "1.065", + "specular": { + "rb": "0.07217", + "rf": "0.07217", + "tb": "0.83749", + "tf": "0.83749" + } + }, + { + "w": "1.07", + "specular": { + "rb": "0.07216", + "rf": "0.07216", + "tb": "0.83752", + "tf": "0.83752" + } + }, + { + "w": "1.075", + "specular": { + "rb": "0.07215", + "rf": "0.07215", + "tb": "0.83755", + "tf": "0.83755" + } + }, + { + "w": "1.08", + "specular": { + "rb": "0.07214", + "rf": "0.07214", + "tb": "0.83758", + "tf": "0.83758" + } + }, + { + "w": "1.085", + "specular": { + "rb": "0.07213", + "rf": "0.07213", + "tb": "0.83761", + "tf": "0.83761" + } + }, + { + "w": "1.09", + "specular": { + "rb": "0.07212", + "rf": "0.07212", + "tb": "0.83764", + "tf": "0.83764" + } + }, + { + "w": "1.095", + "specular": { + "rb": "0.07211", + "rf": "0.07211", + "tb": "0.83767", + "tf": "0.83767" + } + }, + { + "w": "1.1", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8377", + "tf": "0.8377" + } + }, + { + "w": "1.105", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83779", + "tf": "0.83779" + } + }, + { + "w": "1.11", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83788", + "tf": "0.83788" + } + }, + { + "w": "1.115", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83797", + "tf": "0.83797" + } + }, + { + "w": "1.12", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83806", + "tf": "0.83806" + } + }, + { + "w": "1.125", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83815", + "tf": "0.83815" + } + }, + { + "w": "1.13", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83824", + "tf": "0.83824" + } + }, + { + "w": "1.135", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83833", + "tf": "0.83833" + } + }, + { + "w": "1.14", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83842", + "tf": "0.83842" + } + }, + { + "w": "1.145", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83851", + "tf": "0.83851" + } + }, + { + "w": "1.15", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8386", + "tf": "0.8386" + } + }, + { + "w": "1.155", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83877", + "tf": "0.83877" + } + }, + { + "w": "1.16", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83894", + "tf": "0.83894" + } + }, + { + "w": "1.165", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83911", + "tf": "0.83911" + } + }, + { + "w": "1.17", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83928", + "tf": "0.83928" + } + }, + { + "w": "1.175", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83945", + "tf": "0.83945" + } + }, + { + "w": "1.18", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83962", + "tf": "0.83962" + } + }, + { + "w": "1.185", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83979", + "tf": "0.83979" + } + }, + { + "w": "1.19", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83996", + "tf": "0.83996" + } + }, + { + "w": "1.195", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.84013", + "tf": "0.84013" + } + }, + { + "w": "1.2", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8403", + "tf": "0.8403" + } + }, + { + "w": "1.205", + "specular": { + "rb": "0.07212", + "rf": "0.07212", + "tb": "0.84065", + "tf": "0.84065" + } + }, + { + "w": "1.21", + "specular": { + "rb": "0.07214", + "rf": "0.07214", + "tb": "0.841", + "tf": "0.841" + } + }, + { + "w": "1.215", + "specular": { + "rb": "0.07216", + "rf": "0.07216", + "tb": "0.84135", + "tf": "0.84135" + } + }, + { + "w": "1.22", + "specular": { + "rb": "0.07218", + "rf": "0.07218", + "tb": "0.8417", + "tf": "0.8417" + } + }, + { + "w": "1.225", + "specular": { + "rb": "0.0722", + "rf": "0.0722", + "tb": "0.84205", + "tf": "0.84205" + } + }, + { + "w": "1.23", + "specular": { + "rb": "0.07222", + "rf": "0.07222", + "tb": "0.8424", + "tf": "0.8424" + } + }, + { + "w": "1.235", + "specular": { + "rb": "0.07224", + "rf": "0.07224", + "tb": "0.84275", + "tf": "0.84275" + } + }, + { + "w": "1.24", + "specular": { + "rb": "0.07226", + "rf": "0.07226", + "tb": "0.8431", + "tf": "0.8431" + } + }, + { + "w": "1.245", + "specular": { + "rb": "0.07228", + "rf": "0.07228", + "tb": "0.84345", + "tf": "0.84345" + } + }, + { + "w": "1.25", + "specular": { + "rb": "0.0723", + "rf": "0.0723", + "tb": "0.8438", + "tf": "0.8438" + } + }, + { + "w": "1.255", + "specular": { + "rb": "0.07231", + "rf": "0.07231", + "tb": "0.84419", + "tf": "0.84419" + } + }, + { + "w": "1.26", + "specular": { + "rb": "0.07232", + "rf": "0.07232", + "tb": "0.84458", + "tf": "0.84458" + } + }, + { + "w": "1.265", + "specular": { + "rb": "0.07233", + "rf": "0.07233", + "tb": "0.84497", + "tf": "0.84497" + } + }, + { + "w": "1.27", + "specular": { + "rb": "0.07234", + "rf": "0.07234", + "tb": "0.84536", + "tf": "0.84536" + } + }, + { + "w": "1.275", + "specular": { + "rb": "0.07235", + "rf": "0.07235", + "tb": "0.84575", + "tf": "0.84575" + } + }, + { + "w": "1.28", + "specular": { + "rb": "0.07236", + "rf": "0.07236", + "tb": "0.84614", + "tf": "0.84614" + } + }, + { + "w": "1.285", + "specular": { + "rb": "0.07237", + "rf": "0.07237", + "tb": "0.84653", + "tf": "0.84653" + } + }, + { + "w": "1.29", + "specular": { + "rb": "0.07238", + "rf": "0.07238", + "tb": "0.84692", + "tf": "0.84692" + } + }, + { + "w": "1.295", + "specular": { + "rb": "0.07239", + "rf": "0.07239", + "tb": "0.84731", + "tf": "0.84731" + } + }, + { + "w": "1.3", + "specular": { + "rb": "0.0724", + "rf": "0.0724", + "tb": "0.8477", + "tf": "0.8477" + } + }, + { + "w": "1.305", + "specular": { + "rb": "0.07243", + "rf": "0.07243", + "tb": "0.84819", + "tf": "0.84819" + } + }, + { + "w": "1.31", + "specular": { + "rb": "0.07246", + "rf": "0.07246", + "tb": "0.84868", + "tf": "0.84868" + } + }, + { + "w": "1.315", + "specular": { + "rb": "0.07249", + "rf": "0.07249", + "tb": "0.84917", + "tf": "0.84917" + } + }, + { + "w": "1.32", + "specular": { + "rb": "0.07252", + "rf": "0.07252", + "tb": "0.84966", + "tf": "0.84966" + } + }, + { + "w": "1.325", + "specular": { + "rb": "0.07255", + "rf": "0.07255", + "tb": "0.85015", + "tf": "0.85015" + } + }, + { + "w": "1.33", + "specular": { + "rb": "0.07258", + "rf": "0.07258", + "tb": "0.85064", + "tf": "0.85064" + } + }, + { + "w": "1.335", + "specular": { + "rb": "0.07261", + "rf": "0.07261", + "tb": "0.85113", + "tf": "0.85113" + } + }, + { + "w": "1.34", + "specular": { + "rb": "0.07264", + "rf": "0.07264", + "tb": "0.85162", + "tf": "0.85162" + } + }, + { + "w": "1.345", + "specular": { + "rb": "0.07267", + "rf": "0.07267", + "tb": "0.85211", + "tf": "0.85211" + } + }, + { + "w": "1.35", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8526", + "tf": "0.8526" + } + }, + { + "w": "1.355", + "specular": { + "rb": "0.07271", + "rf": "0.07271", + "tb": "0.85286", + "tf": "0.85286" + } + }, + { + "w": "1.36", + "specular": { + "rb": "0.07272", + "rf": "0.07272", + "tb": "0.85312", + "tf": "0.85312" + } + }, + { + "w": "1.365", + "specular": { + "rb": "0.07273", + "rf": "0.07273", + "tb": "0.85338", + "tf": "0.85338" + } + }, + { + "w": "1.37", + "specular": { + "rb": "0.07274", + "rf": "0.07274", + "tb": "0.85364", + "tf": "0.85364" + } + }, + { + "w": "1.375", + "specular": { + "rb": "0.07275", + "rf": "0.07275", + "tb": "0.8539", + "tf": "0.8539" + } + }, + { + "w": "1.38", + "specular": { + "rb": "0.07276", + "rf": "0.07276", + "tb": "0.85416", + "tf": "0.85416" + } + }, + { + "w": "1.385", + "specular": { + "rb": "0.07277", + "rf": "0.07277", + "tb": "0.85442", + "tf": "0.85442" + } + }, + { + "w": "1.39", + "specular": { + "rb": "0.07278", + "rf": "0.07278", + "tb": "0.85468", + "tf": "0.85468" + } + }, + { + "w": "1.395", + "specular": { + "rb": "0.07279", + "rf": "0.07279", + "tb": "0.85494", + "tf": "0.85494" + } + }, + { + "w": "1.4", + "specular": { + "rb": "0.0728", + "rf": "0.0728", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "1.405", + "specular": { + "rb": "0.07284", + "rf": "0.07284", + "tb": "0.85598", + "tf": "0.85598" + } + }, + { + "w": "1.41", + "specular": { + "rb": "0.07288", + "rf": "0.07288", + "tb": "0.85676", + "tf": "0.85676" + } + }, + { + "w": "1.415", + "specular": { + "rb": "0.07292", + "rf": "0.07292", + "tb": "0.85754", + "tf": "0.85754" + } + }, + { + "w": "1.42", + "specular": { + "rb": "0.07296", + "rf": "0.07296", + "tb": "0.85832", + "tf": "0.85832" + } + }, + { + "w": "1.425", + "specular": { + "rb": "0.073", + "rf": "0.073", + "tb": "0.8591", + "tf": "0.8591" + } + }, + { + "w": "1.43", + "specular": { + "rb": "0.07304", + "rf": "0.07304", + "tb": "0.85988", + "tf": "0.85988" + } + }, + { + "w": "1.435", + "specular": { + "rb": "0.07308", + "rf": "0.07308", + "tb": "0.86066", + "tf": "0.86066" + } + }, + { + "w": "1.44", + "specular": { + "rb": "0.07312", + "rf": "0.07312", + "tb": "0.86144", + "tf": "0.86144" + } + }, + { + "w": "1.445", + "specular": { + "rb": "0.07316", + "rf": "0.07316", + "tb": "0.86222", + "tf": "0.86222" + } + }, + { + "w": "1.45", + "specular": { + "rb": "0.0732", + "rf": "0.0732", + "tb": "0.863", + "tf": "0.863" + } + }, + { + "w": "1.455", + "specular": { + "rb": "0.07324", + "rf": "0.07324", + "tb": "0.86358", + "tf": "0.86358" + } + }, + { + "w": "1.46", + "specular": { + "rb": "0.07328", + "rf": "0.07328", + "tb": "0.86416", + "tf": "0.86416" + } + }, + { + "w": "1.465", + "specular": { + "rb": "0.07332", + "rf": "0.07332", + "tb": "0.86474", + "tf": "0.86474" + } + }, + { + "w": "1.47", + "specular": { + "rb": "0.07336", + "rf": "0.07336", + "tb": "0.86532", + "tf": "0.86532" + } + }, + { + "w": "1.475", + "specular": { + "rb": "0.0734", + "rf": "0.0734", + "tb": "0.8659", + "tf": "0.8659" + } + }, + { + "w": "1.48", + "specular": { + "rb": "0.07344", + "rf": "0.07344", + "tb": "0.86648", + "tf": "0.86648" + } + }, + { + "w": "1.485", + "specular": { + "rb": "0.07348", + "rf": "0.07348", + "tb": "0.86706", + "tf": "0.86706" + } + }, + { + "w": "1.49", + "specular": { + "rb": "0.07352", + "rf": "0.07352", + "tb": "0.86764", + "tf": "0.86764" + } + }, + { + "w": "1.495", + "specular": { + "rb": "0.07356", + "rf": "0.07356", + "tb": "0.86822", + "tf": "0.86822" + } + }, + { + "w": "1.5", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.8688", + "tf": "0.8688" + } + }, + { + "w": "1.505", + "specular": { + "rb": "0.07362", + "rf": "0.07362", + "tb": "0.86932", + "tf": "0.86932" + } + }, + { + "w": "1.51", + "specular": { + "rb": "0.07364", + "rf": "0.07364", + "tb": "0.86984", + "tf": "0.86984" + } + }, + { + "w": "1.515", + "specular": { + "rb": "0.07366", + "rf": "0.07366", + "tb": "0.87036", + "tf": "0.87036" + } + }, + { + "w": "1.52", + "specular": { + "rb": "0.07368", + "rf": "0.07368", + "tb": "0.87088", + "tf": "0.87088" + } + }, + { + "w": "1.525", + "specular": { + "rb": "0.0737", + "rf": "0.0737", + "tb": "0.8714", + "tf": "0.8714" + } + }, + { + "w": "1.53", + "specular": { + "rb": "0.07372", + "rf": "0.07372", + "tb": "0.87192", + "tf": "0.87192" + } + }, + { + "w": "1.535", + "specular": { + "rb": "0.07374", + "rf": "0.07374", + "tb": "0.87244", + "tf": "0.87244" + } + }, + { + "w": "1.54", + "specular": { + "rb": "0.07376", + "rf": "0.07376", + "tb": "0.87296", + "tf": "0.87296" + } + }, + { + "w": "1.545", + "specular": { + "rb": "0.07378", + "rf": "0.07378", + "tb": "0.87348", + "tf": "0.87348" + } + }, + { + "w": "1.55", + "specular": { + "rb": "0.0738", + "rf": "0.0738", + "tb": "0.874", + "tf": "0.874" + } + }, + { + "w": "1.555", + "specular": { + "rb": "0.07381", + "rf": "0.07381", + "tb": "0.87427", + "tf": "0.87427" + } + }, + { + "w": "1.56", + "specular": { + "rb": "0.07382", + "rf": "0.07382", + "tb": "0.87454", + "tf": "0.87454" + } + }, + { + "w": "1.565", + "specular": { + "rb": "0.07383", + "rf": "0.07383", + "tb": "0.87481", + "tf": "0.87481" + } + }, + { + "w": "1.57", + "specular": { + "rb": "0.07384", + "rf": "0.07384", + "tb": "0.87508", + "tf": "0.87508" + } + }, + { + "w": "1.575", + "specular": { + "rb": "0.07385", + "rf": "0.07385", + "tb": "0.87535", + "tf": "0.87535" + } + }, + { + "w": "1.58", + "specular": { + "rb": "0.07386", + "rf": "0.07386", + "tb": "0.87562", + "tf": "0.87562" + } + }, + { + "w": "1.585", + "specular": { + "rb": "0.07387", + "rf": "0.07387", + "tb": "0.87589", + "tf": "0.87589" + } + }, + { + "w": "1.59", + "specular": { + "rb": "0.07388", + "rf": "0.07388", + "tb": "0.87616", + "tf": "0.87616" + } + }, + { + "w": "1.595", + "specular": { + "rb": "0.07389", + "rf": "0.07389", + "tb": "0.87643", + "tf": "0.87643" + } + }, + { + "w": "1.6", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8767", + "tf": "0.8767" + } + }, + { + "w": "1.605", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87686", + "tf": "0.87686" + } + }, + { + "w": "1.61", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87702", + "tf": "0.87702" + } + }, + { + "w": "1.615", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87718", + "tf": "0.87718" + } + }, + { + "w": "1.62", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87734", + "tf": "0.87734" + } + }, + { + "w": "1.625", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8775", + "tf": "0.8775" + } + }, + { + "w": "1.63", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87766", + "tf": "0.87766" + } + }, + { + "w": "1.635", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87782", + "tf": "0.87782" + } + }, + { + "w": "1.64", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87798", + "tf": "0.87798" + } + }, + { + "w": "1.645", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87814", + "tf": "0.87814" + } + }, + { + "w": "1.65", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8783", + "tf": "0.8783" + } + }, + { + "w": "1.655", + "specular": { + "rb": "0.07389", + "rf": "0.07389", + "tb": "0.87826", + "tf": "0.87826" + } + }, + { + "w": "1.66", + "specular": { + "rb": "0.07388", + "rf": "0.07388", + "tb": "0.87822", + "tf": "0.87822" + } + }, + { + "w": "1.665", + "specular": { + "rb": "0.07387", + "rf": "0.07387", + "tb": "0.87818", + "tf": "0.87818" + } + }, + { + "w": "1.67", + "specular": { + "rb": "0.07386", + "rf": "0.07386", + "tb": "0.87814", + "tf": "0.87814" + } + }, + { + "w": "1.675", + "specular": { + "rb": "0.07385", + "rf": "0.07385", + "tb": "0.8781", + "tf": "0.8781" + } + }, + { + "w": "1.68", + "specular": { + "rb": "0.07384", + "rf": "0.07384", + "tb": "0.87806", + "tf": "0.87806" + } + }, + { + "w": "1.685", + "specular": { + "rb": "0.07383", + "rf": "0.07383", + "tb": "0.87802", + "tf": "0.87802" + } + }, + { + "w": "1.69", + "specular": { + "rb": "0.07382", + "rf": "0.07382", + "tb": "0.87798", + "tf": "0.87798" + } + }, + { + "w": "1.695", + "specular": { + "rb": "0.07381", + "rf": "0.07381", + "tb": "0.87794", + "tf": "0.87794" + } + }, + { + "w": "1.7", + "specular": { + "rb": "0.0738", + "rf": "0.0738", + "tb": "0.8779", + "tf": "0.8779" + } + }, + { + "w": "1.705", + "specular": { + "rb": "0.07378", + "rf": "0.07378", + "tb": "0.87782", + "tf": "0.87782" + } + }, + { + "w": "1.71", + "specular": { + "rb": "0.07376", + "rf": "0.07376", + "tb": "0.87774", + "tf": "0.87774" + } + }, + { + "w": "1.715", + "specular": { + "rb": "0.07374", + "rf": "0.07374", + "tb": "0.87766", + "tf": "0.87766" + } + }, + { + "w": "1.72", + "specular": { + "rb": "0.07372", + "rf": "0.07372", + "tb": "0.87758", + "tf": "0.87758" + } + }, + { + "w": "1.725", + "specular": { + "rb": "0.0737", + "rf": "0.0737", + "tb": "0.8775", + "tf": "0.8775" + } + }, + { + "w": "1.73", + "specular": { + "rb": "0.07368", + "rf": "0.07368", + "tb": "0.87742", + "tf": "0.87742" + } + }, + { + "w": "1.735", + "specular": { + "rb": "0.07366", + "rf": "0.07366", + "tb": "0.87734", + "tf": "0.87734" + } + }, + { + "w": "1.74", + "specular": { + "rb": "0.07364", + "rf": "0.07364", + "tb": "0.87726", + "tf": "0.87726" + } + }, + { + "w": "1.745", + "specular": { + "rb": "0.07362", + "rf": "0.07362", + "tb": "0.87718", + "tf": "0.87718" + } + }, + { + "w": "1.75", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.8771", + "tf": "0.8771" + } + }, + { + "w": "1.755", + "specular": { + "rb": "0.07357", + "rf": "0.07357", + "tb": "0.87692", + "tf": "0.87692" + } + }, + { + "w": "1.76", + "specular": { + "rb": "0.07354", + "rf": "0.07354", + "tb": "0.87674", + "tf": "0.87674" + } + }, + { + "w": "1.765", + "specular": { + "rb": "0.07351", + "rf": "0.07351", + "tb": "0.87656", + "tf": "0.87656" + } + }, + { + "w": "1.77", + "specular": { + "rb": "0.07348", + "rf": "0.07348", + "tb": "0.87638", + "tf": "0.87638" + } + }, + { + "w": "1.775", + "specular": { + "rb": "0.07345", + "rf": "0.07345", + "tb": "0.8762", + "tf": "0.8762" + } + }, + { + "w": "1.78", + "specular": { + "rb": "0.07342", + "rf": "0.07342", + "tb": "0.87602", + "tf": "0.87602" + } + }, + { + "w": "1.785", + "specular": { + "rb": "0.07339", + "rf": "0.07339", + "tb": "0.87584", + "tf": "0.87584" + } + }, + { + "w": "1.79", + "specular": { + "rb": "0.07336", + "rf": "0.07336", + "tb": "0.87566", + "tf": "0.87566" + } + }, + { + "w": "1.795", + "specular": { + "rb": "0.07333", + "rf": "0.07333", + "tb": "0.87548", + "tf": "0.87548" + } + }, + { + "w": "1.8", + "specular": { + "rb": "0.0733", + "rf": "0.0733", + "tb": "0.8753", + "tf": "0.8753" + } + }, + { + "w": "1.805", + "specular": { + "rb": "0.07328", + "rf": "0.07328", + "tb": "0.87516", + "tf": "0.87516" + } + }, + { + "w": "1.81", + "specular": { + "rb": "0.07326", + "rf": "0.07326", + "tb": "0.87502", + "tf": "0.87502" + } + }, + { + "w": "1.815", + "specular": { + "rb": "0.07324", + "rf": "0.07324", + "tb": "0.87488", + "tf": "0.87488" + } + }, + { + "w": "1.82", + "specular": { + "rb": "0.07322", + "rf": "0.07322", + "tb": "0.87474", + "tf": "0.87474" + } + }, + { + "w": "1.825", + "specular": { + "rb": "0.0732", + "rf": "0.0732", + "tb": "0.8746", + "tf": "0.8746" + } + }, + { + "w": "1.83", + "specular": { + "rb": "0.07318", + "rf": "0.07318", + "tb": "0.87446", + "tf": "0.87446" + } + }, + { + "w": "1.835", + "specular": { + "rb": "0.07316", + "rf": "0.07316", + "tb": "0.87432", + "tf": "0.87432" + } + }, + { + "w": "1.84", + "specular": { + "rb": "0.07314", + "rf": "0.07314", + "tb": "0.87418", + "tf": "0.87418" + } + }, + { + "w": "1.845", + "specular": { + "rb": "0.07312", + "rf": "0.07312", + "tb": "0.87404", + "tf": "0.87404" + } + }, + { + "w": "1.85", + "specular": { + "rb": "0.0731", + "rf": "0.0731", + "tb": "0.8739", + "tf": "0.8739" + } + }, + { + "w": "1.855", + "specular": { + "rb": "0.07308", + "rf": "0.07308", + "tb": "0.87379", + "tf": "0.87379" + } + }, + { + "w": "1.86", + "specular": { + "rb": "0.07306", + "rf": "0.07306", + "tb": "0.87368", + "tf": "0.87368" + } + }, + { + "w": "1.865", + "specular": { + "rb": "0.07304", + "rf": "0.07304", + "tb": "0.87357", + "tf": "0.87357" + } + }, + { + "w": "1.87", + "specular": { + "rb": "0.07302", + "rf": "0.07302", + "tb": "0.87346", + "tf": "0.87346" + } + }, + { + "w": "1.875", + "specular": { + "rb": "0.073", + "rf": "0.073", + "tb": "0.87335", + "tf": "0.87335" + } + }, + { + "w": "1.88", + "specular": { + "rb": "0.07298", + "rf": "0.07298", + "tb": "0.87324", + "tf": "0.87324" + } + }, + { + "w": "1.885", + "specular": { + "rb": "0.07296", + "rf": "0.07296", + "tb": "0.87313", + "tf": "0.87313" + } + }, + { + "w": "1.89", + "specular": { + "rb": "0.07294", + "rf": "0.07294", + "tb": "0.87302", + "tf": "0.87302" + } + }, + { + "w": "1.895", + "specular": { + "rb": "0.07292", + "rf": "0.07292", + "tb": "0.87291", + "tf": "0.87291" + } + }, + { + "w": "1.9", + "specular": { + "rb": "0.0729", + "rf": "0.0729", + "tb": "0.8728", + "tf": "0.8728" + } + }, + { + "w": "1.905", + "specular": { + "rb": "0.07288", + "rf": "0.07288", + "tb": "0.8727", + "tf": "0.8727" + } + }, + { + "w": "1.91", + "specular": { + "rb": "0.07286", + "rf": "0.07286", + "tb": "0.8726", + "tf": "0.8726" + } + }, + { + "w": "1.915", + "specular": { + "rb": "0.07284", + "rf": "0.07284", + "tb": "0.8725", + "tf": "0.8725" + } + }, + { + "w": "1.92", + "specular": { + "rb": "0.07282", + "rf": "0.07282", + "tb": "0.8724", + "tf": "0.8724" + } + }, + { + "w": "1.925", + "specular": { + "rb": "0.0728", + "rf": "0.0728", + "tb": "0.8723", + "tf": "0.8723" + } + }, + { + "w": "1.93", + "specular": { + "rb": "0.07278", + "rf": "0.07278", + "tb": "0.8722", + "tf": "0.8722" + } + }, + { + "w": "1.935", + "specular": { + "rb": "0.07276", + "rf": "0.07276", + "tb": "0.8721", + "tf": "0.8721" + } + }, + { + "w": "1.94", + "specular": { + "rb": "0.07274", + "rf": "0.07274", + "tb": "0.872", + "tf": "0.872" + } + }, + { + "w": "1.945", + "specular": { + "rb": "0.07272", + "rf": "0.07272", + "tb": "0.8719", + "tf": "0.8719" + } + }, + { + "w": "1.95", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8718", + "tf": "0.8718" + } + }, + { + "w": "1.955", + "specular": { + "rb": "0.07267", + "rf": "0.07267", + "tb": "0.87162", + "tf": "0.87162" + } + }, + { + "w": "1.96", + "specular": { + "rb": "0.07264", + "rf": "0.07264", + "tb": "0.87144", + "tf": "0.87144" + } + }, + { + "w": "1.965", + "specular": { + "rb": "0.07261", + "rf": "0.07261", + "tb": "0.87126", + "tf": "0.87126" + } + }, + { + "w": "1.97", + "specular": { + "rb": "0.07258", + "rf": "0.07258", + "tb": "0.87108", + "tf": "0.87108" + } + }, + { + "w": "1.975", + "specular": { + "rb": "0.07255", + "rf": "0.07255", + "tb": "0.8709", + "tf": "0.8709" + } + }, + { + "w": "1.98", + "specular": { + "rb": "0.07252", + "rf": "0.07252", + "tb": "0.87072", + "tf": "0.87072" + } + }, + { + "w": "1.985", + "specular": { + "rb": "0.07249", + "rf": "0.07249", + "tb": "0.87054", + "tf": "0.87054" + } + }, + { + "w": "1.99", + "specular": { + "rb": "0.07246", + "rf": "0.07246", + "tb": "0.87036", + "tf": "0.87036" + } + }, + { + "w": "1.995", + "specular": { + "rb": "0.07243", + "rf": "0.07243", + "tb": "0.87018", + "tf": "0.87018" + } + }, + { + "w": "2.0", + "specular": { + "rb": "0.0724", + "rf": "0.0724", + "tb": "0.87", + "tf": "0.87" + } + }, + { + "w": "2.005", + "specular": { + "rb": "0.07239", + "rf": "0.07239", + "tb": "0.86999", + "tf": "0.86999" + } + }, + { + "w": "2.01", + "specular": { + "rb": "0.07238", + "rf": "0.07238", + "tb": "0.86998", + "tf": "0.86998" + } + }, + { + "w": "2.015", + "specular": { + "rb": "0.07237", + "rf": "0.07237", + "tb": "0.86997", + "tf": "0.86997" + } + }, + { + "w": "2.02", + "specular": { + "rb": "0.07236", + "rf": "0.07236", + "tb": "0.86996", + "tf": "0.86996" + } + }, + { + "w": "2.025", + "specular": { + "rb": "0.07235", + "rf": "0.07235", + "tb": "0.86995", + "tf": "0.86995" + } + }, + { + "w": "2.03", + "specular": { + "rb": "0.07234", + "rf": "0.07234", + "tb": "0.86994", + "tf": "0.86994" + } + }, + { + "w": "2.035", + "specular": { + "rb": "0.07233", + "rf": "0.07233", + "tb": "0.86993", + "tf": "0.86993" + } + }, + { + "w": "2.04", + "specular": { + "rb": "0.07232", + "rf": "0.07232", + "tb": "0.86992", + "tf": "0.86992" + } + }, + { + "w": "2.045", + "specular": { + "rb": "0.07231", + "rf": "0.07231", + "tb": "0.86991", + "tf": "0.86991" + } + }, + { + "w": "2.05", + "specular": { + "rb": "0.0723", + "rf": "0.0723", + "tb": "0.8699", + "tf": "0.8699" + } + }, + { + "w": "2.055", + "specular": { + "rb": "0.07228", + "rf": "0.07228", + "tb": "0.86979", + "tf": "0.86979" + } + }, + { + "w": "2.06", + "specular": { + "rb": "0.07226", + "rf": "0.07226", + "tb": "0.86968", + "tf": "0.86968" + } + }, + { + "w": "2.065", + "specular": { + "rb": "0.07224", + "rf": "0.07224", + "tb": "0.86957", + "tf": "0.86957" + } + }, + { + "w": "2.07", + "specular": { + "rb": "0.07222", + "rf": "0.07222", + "tb": "0.86946", + "tf": "0.86946" + } + }, + { + "w": "2.075", + "specular": { + "rb": "0.0722", + "rf": "0.0722", + "tb": "0.86935", + "tf": "0.86935" + } + }, + { + "w": "2.08", + "specular": { + "rb": "0.07218", + "rf": "0.07218", + "tb": "0.86924", + "tf": "0.86924" + } + }, + { + "w": "2.085", + "specular": { + "rb": "0.07216", + "rf": "0.07216", + "tb": "0.86913", + "tf": "0.86913" + } + }, + { + "w": "2.09", + "specular": { + "rb": "0.07214", + "rf": "0.07214", + "tb": "0.86902", + "tf": "0.86902" + } + }, + { + "w": "2.095", + "specular": { + "rb": "0.07212", + "rf": "0.07212", + "tb": "0.86891", + "tf": "0.86891" + } + }, + { + "w": "2.1", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8688", + "tf": "0.8688" + } + }, + { + "w": "2.105", + "specular": { + "rb": "0.07206", + "rf": "0.07206", + "tb": "0.86847", + "tf": "0.86847" + } + }, + { + "w": "2.11", + "specular": { + "rb": "0.07202", + "rf": "0.07202", + "tb": "0.86814", + "tf": "0.86814" + } + }, + { + "w": "2.115", + "specular": { + "rb": "0.07198", + "rf": "0.07198", + "tb": "0.86781", + "tf": "0.86781" + } + }, + { + "w": "2.12", + "specular": { + "rb": "0.07194", + "rf": "0.07194", + "tb": "0.86748", + "tf": "0.86748" + } + }, + { + "w": "2.125", + "specular": { + "rb": "0.0719", + "rf": "0.0719", + "tb": "0.86715", + "tf": "0.86715" + } + }, + { + "w": "2.13", + "specular": { + "rb": "0.07186", + "rf": "0.07186", + "tb": "0.86682", + "tf": "0.86682" + } + }, + { + "w": "2.135", + "specular": { + "rb": "0.07182", + "rf": "0.07182", + "tb": "0.86649", + "tf": "0.86649" + } + }, + { + "w": "2.14", + "specular": { + "rb": "0.07178", + "rf": "0.07178", + "tb": "0.86616", + "tf": "0.86616" + } + }, + { + "w": "2.145", + "specular": { + "rb": "0.07174", + "rf": "0.07174", + "tb": "0.86583", + "tf": "0.86583" + } + }, + { + "w": "2.15", + "specular": { + "rb": "0.0717", + "rf": "0.0717", + "tb": "0.8655", + "tf": "0.8655" + } + }, + { + "w": "2.155", + "specular": { + "rb": "0.07158", + "rf": "0.07158", + "tb": "0.86402", + "tf": "0.86402" + } + }, + { + "w": "2.16", + "specular": { + "rb": "0.07146", + "rf": "0.07146", + "tb": "0.86254", + "tf": "0.86254" + } + }, + { + "w": "2.165", + "specular": { + "rb": "0.07134", + "rf": "0.07134", + "tb": "0.86106", + "tf": "0.86106" + } + }, + { + "w": "2.17", + "specular": { + "rb": "0.07122", + "rf": "0.07122", + "tb": "0.85958", + "tf": "0.85958" + } + }, + { + "w": "2.175", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8581", + "tf": "0.8581" + } + }, + { + "w": "2.18", + "specular": { + "rb": "0.07098", + "rf": "0.07098", + "tb": "0.85662", + "tf": "0.85662" + } + }, + { + "w": "2.185", + "specular": { + "rb": "0.07086", + "rf": "0.07086", + "tb": "0.85514", + "tf": "0.85514" + } + }, + { + "w": "2.19", + "specular": { + "rb": "0.07074", + "rf": "0.07074", + "tb": "0.85366", + "tf": "0.85366" + } + }, + { + "w": "2.195", + "specular": { + "rb": "0.07062", + "rf": "0.07062", + "tb": "0.85218", + "tf": "0.85218" + } + }, + { + "w": "2.2", + "specular": { + "rb": "0.0705", + "rf": "0.0705", + "tb": "0.8507", + "tf": "0.8507" + } + }, + { + "w": "2.205", + "specular": { + "rb": "0.07045", + "rf": "0.07045", + "tb": "0.85021", + "tf": "0.85021" + } + }, + { + "w": "2.21", + "specular": { + "rb": "0.0704", + "rf": "0.0704", + "tb": "0.84972", + "tf": "0.84972" + } + }, + { + "w": "2.215", + "specular": { + "rb": "0.07035", + "rf": "0.07035", + "tb": "0.84923", + "tf": "0.84923" + } + }, + { + "w": "2.22", + "specular": { + "rb": "0.0703", + "rf": "0.0703", + "tb": "0.84874", + "tf": "0.84874" + } + }, + { + "w": "2.225", + "specular": { + "rb": "0.07025", + "rf": "0.07025", + "tb": "0.84825", + "tf": "0.84825" + } + }, + { + "w": "2.23", + "specular": { + "rb": "0.0702", + "rf": "0.0702", + "tb": "0.84776", + "tf": "0.84776" + } + }, + { + "w": "2.235", + "specular": { + "rb": "0.07015", + "rf": "0.07015", + "tb": "0.84727", + "tf": "0.84727" + } + }, + { + "w": "2.24", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.84678", + "tf": "0.84678" + } + }, + { + "w": "2.245", + "specular": { + "rb": "0.07005", + "rf": "0.07005", + "tb": "0.84629", + "tf": "0.84629" + } + }, + { + "w": "2.25", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8458", + "tf": "0.8458" + } + }, + { + "w": "2.255", + "specular": { + "rb": "0.07003", + "rf": "0.07003", + "tb": "0.84636", + "tf": "0.84636" + } + }, + { + "w": "2.26", + "specular": { + "rb": "0.07006", + "rf": "0.07006", + "tb": "0.84692", + "tf": "0.84692" + } + }, + { + "w": "2.265", + "specular": { + "rb": "0.07009", + "rf": "0.07009", + "tb": "0.84748", + "tf": "0.84748" + } + }, + { + "w": "2.27", + "specular": { + "rb": "0.07012", + "rf": "0.07012", + "tb": "0.84804", + "tf": "0.84804" + } + }, + { + "w": "2.275", + "specular": { + "rb": "0.07015", + "rf": "0.07015", + "tb": "0.8486", + "tf": "0.8486" + } + }, + { + "w": "2.28", + "specular": { + "rb": "0.07018", + "rf": "0.07018", + "tb": "0.84916", + "tf": "0.84916" + } + }, + { + "w": "2.285", + "specular": { + "rb": "0.07021", + "rf": "0.07021", + "tb": "0.84972", + "tf": "0.84972" + } + }, + { + "w": "2.29", + "specular": { + "rb": "0.07024", + "rf": "0.07024", + "tb": "0.85028", + "tf": "0.85028" + } + }, + { + "w": "2.295", + "specular": { + "rb": "0.07027", + "rf": "0.07027", + "tb": "0.85084", + "tf": "0.85084" + } + }, + { + "w": "2.3", + "specular": { + "rb": "0.0703", + "rf": "0.0703", + "tb": "0.8514", + "tf": "0.8514" + } + }, + { + "w": "2.305", + "specular": { + "rb": "0.07031", + "rf": "0.07031", + "tb": "0.85159", + "tf": "0.85159" + } + }, + { + "w": "2.31", + "specular": { + "rb": "0.07032", + "rf": "0.07032", + "tb": "0.85178", + "tf": "0.85178" + } + }, + { + "w": "2.315", + "specular": { + "rb": "0.07033", + "rf": "0.07033", + "tb": "0.85197", + "tf": "0.85197" + } + }, + { + "w": "2.32", + "specular": { + "rb": "0.07034", + "rf": "0.07034", + "tb": "0.85216", + "tf": "0.85216" + } + }, + { + "w": "2.325", + "specular": { + "rb": "0.07035", + "rf": "0.07035", + "tb": "0.85235", + "tf": "0.85235" + } + }, + { + "w": "2.33", + "specular": { + "rb": "0.07036", + "rf": "0.07036", + "tb": "0.85254", + "tf": "0.85254" + } + }, + { + "w": "2.335", + "specular": { + "rb": "0.07037", + "rf": "0.07037", + "tb": "0.85273", + "tf": "0.85273" + } + }, + { + "w": "2.34", + "specular": { + "rb": "0.07038", + "rf": "0.07038", + "tb": "0.85292", + "tf": "0.85292" + } + }, + { + "w": "2.345", + "specular": { + "rb": "0.07039", + "rf": "0.07039", + "tb": "0.85311", + "tf": "0.85311" + } + }, + { + "w": "2.35", + "specular": { + "rb": "0.0704", + "rf": "0.0704", + "tb": "0.8533", + "tf": "0.8533" + } + }, + { + "w": "2.355", + "specular": { + "rb": "0.07036", + "rf": "0.07036", + "tb": "0.85297", + "tf": "0.85297" + } + }, + { + "w": "2.36", + "specular": { + "rb": "0.07032", + "rf": "0.07032", + "tb": "0.85264", + "tf": "0.85264" + } + }, + { + "w": "2.365", + "specular": { + "rb": "0.07028", + "rf": "0.07028", + "tb": "0.85231", + "tf": "0.85231" + } + }, + { + "w": "2.37", + "specular": { + "rb": "0.07024", + "rf": "0.07024", + "tb": "0.85198", + "tf": "0.85198" + } + }, + { + "w": "2.375", + "specular": { + "rb": "0.0702", + "rf": "0.0702", + "tb": "0.85165", + "tf": "0.85165" + } + }, + { + "w": "2.38", + "specular": { + "rb": "0.07016", + "rf": "0.07016", + "tb": "0.85132", + "tf": "0.85132" + } + }, + { + "w": "2.385", + "specular": { + "rb": "0.07012", + "rf": "0.07012", + "tb": "0.85099", + "tf": "0.85099" + } + }, + { + "w": "2.39", + "specular": { + "rb": "0.07008", + "rf": "0.07008", + "tb": "0.85066", + "tf": "0.85066" + } + }, + { + "w": "2.395", + "specular": { + "rb": "0.07004", + "rf": "0.07004", + "tb": "0.85033", + "tf": "0.85033" + } + }, + { + "w": "2.4", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.85", + "tf": "0.85" + } + }, + { + "w": "2.405", + "specular": { + "rb": "0.06993", + "rf": "0.06993", + "tb": "0.84919", + "tf": "0.84919" + } + }, + { + "w": "2.41", + "specular": { + "rb": "0.06986", + "rf": "0.06986", + "tb": "0.84838", + "tf": "0.84838" + } + }, + { + "w": "2.415", + "specular": { + "rb": "0.06979", + "rf": "0.06979", + "tb": "0.84757", + "tf": "0.84757" + } + }, + { + "w": "2.42", + "specular": { + "rb": "0.06972", + "rf": "0.06972", + "tb": "0.84676", + "tf": "0.84676" + } + }, + { + "w": "2.425", + "specular": { + "rb": "0.06965", + "rf": "0.06965", + "tb": "0.84595", + "tf": "0.84595" + } + }, + { + "w": "2.43", + "specular": { + "rb": "0.06958", + "rf": "0.06958", + "tb": "0.84514", + "tf": "0.84514" + } + }, + { + "w": "2.435", + "specular": { + "rb": "0.06951", + "rf": "0.06951", + "tb": "0.84433", + "tf": "0.84433" + } + }, + { + "w": "2.44", + "specular": { + "rb": "0.06944", + "rf": "0.06944", + "tb": "0.84352", + "tf": "0.84352" + } + }, + { + "w": "2.445", + "specular": { + "rb": "0.06937", + "rf": "0.06937", + "tb": "0.84271", + "tf": "0.84271" + } + }, + { + "w": "2.45", + "specular": { + "rb": "0.0693", + "rf": "0.0693", + "tb": "0.8419", + "tf": "0.8419" + } + }, + { + "w": "2.455", + "specular": { + "rb": "0.06922", + "rf": "0.06922", + "tb": "0.84093", + "tf": "0.84093" + } + }, + { + "w": "2.46", + "specular": { + "rb": "0.06914", + "rf": "0.06914", + "tb": "0.83996", + "tf": "0.83996" + } + }, + { + "w": "2.465", + "specular": { + "rb": "0.06906", + "rf": "0.06906", + "tb": "0.83899", + "tf": "0.83899" + } + }, + { + "w": "2.47", + "specular": { + "rb": "0.06898", + "rf": "0.06898", + "tb": "0.83802", + "tf": "0.83802" + } + }, + { + "w": "2.475", + "specular": { + "rb": "0.0689", + "rf": "0.0689", + "tb": "0.83705", + "tf": "0.83705" + } + }, + { + "w": "2.48", + "specular": { + "rb": "0.06882", + "rf": "0.06882", + "tb": "0.83608", + "tf": "0.83608" + } + }, + { + "w": "2.485", + "specular": { + "rb": "0.06874", + "rf": "0.06874", + "tb": "0.83511", + "tf": "0.83511" + } + }, + { + "w": "2.49", + "specular": { + "rb": "0.06866", + "rf": "0.06866", + "tb": "0.83414", + "tf": "0.83414" + } + }, + { + "w": "2.495", + "specular": { + "rb": "0.06858", + "rf": "0.06858", + "tb": "0.83317", + "tf": "0.83317" + } + }, + { + "w": "2.5", + "specular": { + "rb": "0.0685", + "rf": "0.0685", + "tb": "0.8322", + "tf": "0.8322" + } + }, + { + "w": "5.0", + "specular": { + "rb": "0.0317603", + "rf": "0.0317603", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.1", + "specular": { + "rb": "0.03117786", + "rf": "0.03117786", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.2", + "specular": { + "rb": "0.030575", + "rf": "0.030575", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.3", + "specular": { + "rb": "0.02989826", + "rf": "0.02989826", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.4", + "specular": { + "rb": "0.02932715", + "rf": "0.02932715", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.5", + "specular": { + "rb": "0.02868443", + "rf": "0.02868443", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.6", + "specular": { + "rb": "0.02798816", + "rf": "0.02798816", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.7", + "specular": { + "rb": "0.02737208", + "rf": "0.02737208", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.8", + "specular": { + "rb": "0.02662898", + "rf": "0.02662898", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.9", + "specular": { + "rb": "0.02576046", + "rf": "0.02576046", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.0", + "specular": { + "rb": "0.02494783", + "rf": "0.02494783", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.1", + "specular": { + "rb": "0.02413691", + "rf": "0.02413691", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.2", + "specular": { + "rb": "0.02321456", + "rf": "0.02321456", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.3", + "specular": { + "rb": "0.02237789", + "rf": "0.02237789", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.4", + "specular": { + "rb": "0.02128538", + "rf": "0.02128538", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.5", + "specular": { + "rb": "0.02011609", + "rf": "0.02011609", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.6", + "specular": { + "rb": "0.01922287", + "rf": "0.01922287", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.7", + "specular": { + "rb": "0.01794114", + "rf": "0.01794114", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.8", + "specular": { + "rb": "0.01665305", + "rf": "0.01665305", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.9", + "specular": { + "rb": "0.01531783", + "rf": "0.01531783", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.0", + "specular": { + "rb": "0.01398767", + "rf": "0.01398767", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.1", + "specular": { + "rb": "0.01250852", + "rf": "0.01250852", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.2", + "specular": { + "rb": "0.01099694", + "rf": "0.01099694", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.3", + "specular": { + "rb": "0.009325154", + "rf": "0.009325154", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.4", + "specular": { + "rb": "0.007775973", + "rf": "0.007775973", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.5", + "specular": { + "rb": "0.006004325", + "rf": "0.006004325", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.6", + "specular": { + "rb": "0.004365841", + "rf": "0.004365841", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.7", + "specular": { + "rb": "0.002912899", + "rf": "0.002912899", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.8", + "specular": { + "rb": "0.001862653", + "rf": "0.001862653", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.9", + "specular": { + "rb": "0.001893779", + "rf": "0.001893779", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.0", + "specular": { + "rb": "0.004604187", + "rf": "0.004604187", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.1", + "specular": { + "rb": "0.01396993", + "rf": "0.01396993", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.2", + "specular": { + "rb": "0.03379792", + "rf": "0.03379792", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.3", + "specular": { + "rb": "0.06026775", + "rf": "0.06026775", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.4", + "specular": { + "rb": "0.08579855", + "rf": "0.08579855", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.5", + "specular": { + "rb": "0.1100057", + "rf": "0.1100057", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.6", + "specular": { + "rb": "0.1323906", + "rf": "0.1323906", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.7", + "specular": { + "rb": "0.1515961", + "rf": "0.1515961", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.8", + "specular": { + "rb": "0.169293", + "rf": "0.169293", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.9", + "specular": { + "rb": "0.1869905", + "rf": "0.1869905", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.0", + "specular": { + "rb": "0.2054866", + "rf": "0.2054866", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.1", + "specular": { + "rb": "0.2291816", + "rf": "0.2291816", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.2", + "specular": { + "rb": "0.2532378", + "rf": "0.2532378", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.3", + "specular": { + "rb": "0.2730808", + "rf": "0.2730808", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.4", + "specular": { + "rb": "0.2866183", + "rf": "0.2866183", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.5", + "specular": { + "rb": "0.2890902", + "rf": "0.2890902", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.6", + "specular": { + "rb": "0.283575", + "rf": "0.283575", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.7", + "specular": { + "rb": "0.273699", + "rf": "0.273699", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.8", + "specular": { + "rb": "0.2633874", + "rf": "0.2633874", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.9", + "specular": { + "rb": "0.2528525", + "rf": "0.2528525", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.0", + "specular": { + "rb": "0.2418507", + "rf": "0.2418507", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.1", + "specular": { + "rb": "0.2332705", + "rf": "0.2332705", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.2", + "specular": { + "rb": "0.2241817", + "rf": "0.2241817", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.3", + "specular": { + "rb": "0.2154393", + "rf": "0.2154393", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.4", + "specular": { + "rb": "0.2076605", + "rf": "0.2076605", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.5", + "specular": { + "rb": "0.2001801", + "rf": "0.2001801", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.6", + "specular": { + "rb": "0.1920287", + "rf": "0.1920287", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.7", + "specular": { + "rb": "0.1830552", + "rf": "0.1830552", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.8", + "specular": { + "rb": "0.1727526", + "rf": "0.1727526", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.9", + "specular": { + "rb": "0.1625845", + "rf": "0.1625845", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.0", + "specular": { + "rb": "0.1520166", + "rf": "0.1520166", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.1", + "specular": { + "rb": "0.1398158", + "rf": "0.1398158", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.2", + "specular": { + "rb": "0.1295152", + "rf": "0.1295152", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.3", + "specular": { + "rb": "0.1198978", + "rf": "0.1198978", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.4", + "specular": { + "rb": "0.1122678", + "rf": "0.1122678", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.5", + "specular": { + "rb": "0.1039998", + "rf": "0.1039998", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.6", + "specular": { + "rb": "0.09738897", + "rf": "0.09738897", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.7", + "specular": { + "rb": "0.09016786", + "rf": "0.09016786", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.8", + "specular": { + "rb": "0.0837536", + "rf": "0.0837536", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.9", + "specular": { + "rb": "0.07775009", + "rf": "0.07775009", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.0", + "specular": { + "rb": "0.07262429", + "rf": "0.07262429", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.1", + "specular": { + "rb": "0.06909924", + "rf": "0.06909924", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.2", + "specular": { + "rb": "0.06730816", + "rf": "0.06730816", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.3", + "specular": { + "rb": "0.06703605", + "rf": "0.06703605", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.4", + "specular": { + "rb": "0.0679357", + "rf": "0.0679357", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.5", + "specular": { + "rb": "0.07016622", + "rf": "0.07016622", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.6", + "specular": { + "rb": "0.07258398", + "rf": "0.07258398", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.7", + "specular": { + "rb": "0.0750324", + "rf": "0.0750324", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.8", + "specular": { + "rb": "0.07740509", + "rf": "0.07740509", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.9", + "specular": { + "rb": "0.07917856", + "rf": "0.07917856", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.0", + "specular": { + "rb": "0.08034915", + "rf": "0.08034915", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.1", + "specular": { + "rb": "0.08087461", + "rf": "0.08087461", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.2", + "specular": { + "rb": "0.08068211", + "rf": "0.08068211", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.3", + "specular": { + "rb": "0.07945995", + "rf": "0.07945995", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.4", + "specular": { + "rb": "0.0780423", + "rf": "0.0780423", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.5", + "specular": { + "rb": "0.07619345", + "rf": "0.07619345", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.6", + "specular": { + "rb": "0.07448422", + "rf": "0.07448422", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.7", + "specular": { + "rb": "0.07249223", + "rf": "0.07249223", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.8", + "specular": { + "rb": "0.07089327", + "rf": "0.07089327", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.9", + "specular": { + "rb": "0.06957324", + "rf": "0.06957324", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.0", + "specular": { + "rb": "0.06808921", + "rf": "0.06808921", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.1", + "specular": { + "rb": "0.06658594", + "rf": "0.06658594", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.2", + "specular": { + "rb": "0.06529986", + "rf": "0.06529986", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.3", + "specular": { + "rb": "0.06391528", + "rf": "0.06391528", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.4", + "specular": { + "rb": "0.06251393", + "rf": "0.06251393", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.5", + "specular": { + "rb": "0.06126335", + "rf": "0.06126335", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.6", + "specular": { + "rb": "0.06005959", + "rf": "0.06005959", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.7", + "specular": { + "rb": "0.05915502", + "rf": "0.05915502", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.8", + "specular": { + "rb": "0.0582341", + "rf": "0.0582341", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.9", + "specular": { + "rb": "0.05751529", + "rf": "0.05751529", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.0", + "specular": { + "rb": "0.05591116", + "rf": "0.05591116", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.1", + "specular": { + "rb": "0.05492254", + "rf": "0.05492254", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.2", + "specular": { + "rb": "0.05368409", + "rf": "0.05368409", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.3", + "specular": { + "rb": "0.05259688", + "rf": "0.05259688", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.4", + "specular": { + "rb": "0.05160115", + "rf": "0.05160115", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.5", + "specular": { + "rb": "0.05067018", + "rf": "0.05067018", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.6", + "specular": { + "rb": "0.04977821", + "rf": "0.04977821", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.7", + "specular": { + "rb": "0.04847655", + "rf": "0.04847655", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.8", + "specular": { + "rb": "0.04724037", + "rf": "0.04724037", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.9", + "specular": { + "rb": "0.04627791", + "rf": "0.04627791", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.0", + "specular": { + "rb": "0.04546109", + "rf": "0.04546109", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.1", + "specular": { + "rb": "0.04472335", + "rf": "0.04472335", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.2", + "specular": { + "rb": "0.04362001", + "rf": "0.04362001", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.3", + "specular": { + "rb": "0.04252286", + "rf": "0.04252286", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.4", + "specular": { + "rb": "0.0416529", + "rf": "0.0416529", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.5", + "specular": { + "rb": "0.04084081", + "rf": "0.04084081", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.6", + "specular": { + "rb": "0.03904643", + "rf": "0.03904643", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.7", + "specular": { + "rb": "0.0372623", + "rf": "0.0372623", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.8", + "specular": { + "rb": "0.03637572", + "rf": "0.03637572", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.9", + "specular": { + "rb": "0.03539945", + "rf": "0.03539945", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.0", + "specular": { + "rb": "0.03453502", + "rf": "0.03453502", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.1", + "specular": { + "rb": "0.03327914", + "rf": "0.03327914", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.2", + "specular": { + "rb": "0.03231261", + "rf": "0.03231261", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.3", + "specular": { + "rb": "0.03125658", + "rf": "0.03125658", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.4", + "specular": { + "rb": "0.02991496", + "rf": "0.02991496", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.5", + "specular": { + "rb": "0.02909888", + "rf": "0.02909888", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.6", + "specular": { + "rb": "0.02838047", + "rf": "0.02838047", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.7", + "specular": { + "rb": "0.02762885", + "rf": "0.02762885", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.8", + "specular": { + "rb": "0.02729119", + "rf": "0.02729119", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.9", + "specular": { + "rb": "0.0271987", + "rf": "0.0271987", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.0", + "specular": { + "rb": "0.02748714", + "rf": "0.02748714", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.1", + "specular": { + "rb": "0.02824826", + "rf": "0.02824826", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.2", + "specular": { + "rb": "0.02956108", + "rf": "0.02956108", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.3", + "specular": { + "rb": "0.03161542", + "rf": "0.03161542", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.4", + "specular": { + "rb": "0.03467857", + "rf": "0.03467857", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.5", + "specular": { + "rb": "0.03879093", + "rf": "0.03879093", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.6", + "specular": { + "rb": "0.0438205", + "rf": "0.0438205", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.7", + "specular": { + "rb": "0.04995146", + "rf": "0.04995146", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.8", + "specular": { + "rb": "0.05782877", + "rf": "0.05782877", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.9", + "specular": { + "rb": "0.06411792", + "rf": "0.06411792", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.0", + "specular": { + "rb": "0.07471766", + "rf": "0.07471766", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.1", + "specular": { + "rb": "0.08624873", + "rf": "0.08624873", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.2", + "specular": { + "rb": "0.09830182", + "rf": "0.09830182", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.3", + "specular": { + "rb": "0.1066302", + "rf": "0.1066302", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.4", + "specular": { + "rb": "0.119556", + "rf": "0.119556", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.5", + "specular": { + "rb": "0.1321104", + "rf": "0.1321104", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.6", + "specular": { + "rb": "0.1400631", + "rf": "0.1400631", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.7", + "specular": { + "rb": "0.1519396", + "rf": "0.1519396", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.8", + "specular": { + "rb": "0.1596713", + "rf": "0.1596713", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.9", + "specular": { + "rb": "0.1703854", + "rf": "0.1703854", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.0", + "specular": { + "rb": "0.1807359", + "rf": "0.1807359", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.1", + "specular": { + "rb": "0.1875733", + "rf": "0.1875733", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.2", + "specular": { + "rb": "0.1940544", + "rf": "0.1940544", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.3", + "specular": { + "rb": "0.2031419", + "rf": "0.2031419", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.4", + "specular": { + "rb": "0.2087646", + "rf": "0.2087646", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.5", + "specular": { + "rb": "0.2159548", + "rf": "0.2159548", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.6", + "specular": { + "rb": "0.220133", + "rf": "0.220133", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.7", + "specular": { + "rb": "0.2241676", + "rf": "0.2241676", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.8", + "specular": { + "rb": "0.2295367", + "rf": "0.2295367", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.9", + "specular": { + "rb": "0.2324842", + "rf": "0.2324842", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.0", + "specular": { + "rb": "0.2351977", + "rf": "0.2351977", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.1", + "specular": { + "rb": "0.2384057", + "rf": "0.2384057", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.2", + "specular": { + "rb": "0.2394702", + "rf": "0.2394702", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.3", + "specular": { + "rb": "0.2400313", + "rf": "0.2400313", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.4", + "specular": { + "rb": "0.240433", + "rf": "0.240433", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.5", + "specular": { + "rb": "0.2404572", + "rf": "0.2404572", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.6", + "specular": { + "rb": "0.2398681", + "rf": "0.2398681", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.7", + "specular": { + "rb": "0.2396427", + "rf": "0.2396427", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.8", + "specular": { + "rb": "0.2391459", + "rf": "0.2391459", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.9", + "specular": { + "rb": "0.2375401", + "rf": "0.2375401", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.0", + "specular": { + "rb": "0.23514", + "rf": "0.23514", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.1", + "specular": { + "rb": "0.2330038", + "rf": "0.2330038", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.2", + "specular": { + "rb": "0.2312396", + "rf": "0.2312396", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.3", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.4", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.5", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.6", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.7", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.8", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.9", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.0", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.1", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.2", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.3", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.4", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.5", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.6", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.7", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.8", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.9", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.0", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.1", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.2", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.3", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.4", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.5", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.6", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.7", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.8", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.9", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "25.0", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + } + ] + } + ], + "number_incidence_angles": 1 + } + } + } +} \ No newline at end of file diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json b/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json new file mode 100644 index 00000000..f97ac749 --- /dev/null +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json @@ -0,0 +1,24514 @@ +{ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } + } + ] + } + ] +} \ No newline at end of file From 9ae060e390d0549bacfcae76638f5ed31e526131 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 17 Mar 2025 15:21:06 +0100 Subject: [PATCH 276/362] Extend opticalData.json to cover all data of LBNL-JSON. --- schemas/identifier.json | 7 +- schemas/opticalData.json | 551 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 533 insertions(+), 25 deletions(-) diff --git a/schemas/identifier.json b/schemas/identifier.json index 21e9647b..2f609d8f 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -27,7 +27,10 @@ } }, "additionalProperties": false, - "required": ["value", "issuedBy"] + "required": [ + "value", + "issuedBy" + ] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -43,4 +46,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 757be4b6..0bca9ff9 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -29,13 +29,21 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, "minItems": 1 + }, + "serverSpecific": { + "title": "server-specific data", + "$ref": "#/$defs/serverSpecific" } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -78,7 +86,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -88,10 +98,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -120,7 +136,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -177,13 +198,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -213,12 +240,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], - "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], + "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. `visible` is also known as `photopic`. `infrared` is also known as `thermal_ir`. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -250,7 +285,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -278,13 +315,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -301,7 +343,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -333,7 +377,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -345,7 +392,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -468,7 +517,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", @@ -490,7 +543,9 @@ } }, "additionalProperties": false, - "required": ["Ra"] + "required": [ + "Ra" + ] }, { "type": "object", @@ -509,20 +564,470 @@ } }, "additionalProperties": false, - "required": ["Raout-in"] + "required": [ + "Raout-in" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." + }, + "serverSpecific": { + "title": "Data which is specific for a product data server and exceeds the structure of `#/$defs/dataPoint`.", + "type": "object", + "properties": { + "igsdb": { + "title": "Data specific for the International Glazing and Shading Database (IGSDB) of Lawrence Berkeley National Laboratory (LBNL, Berkeley Lab)", + "$ref": "#/$defs/igsdb" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "igsdb": { + "description": "This data is in development and subject to change. When the scope of `#/$defs/dataPoint` extends, data will move from this `server-specific` key to the key `dataPoints`. The following keys have been specific for IGSDB and are now part of `database.graphql`: `type`, `subtype`, `name`, `manufacturer_name`. The following keys have been specific for IGSDB and are now part of `dataPoints`: `emissivity_front`, `emissivity_back`, `tir_front`, `tir_back`, `solar`, `photopic`, `thermal_ir`, `wavelength_data`.", + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "component_id": { + "type": "string" + }, + "token": { + "type": "string" + }, + "historical_tokens": { + "type": "array", + "items": { + "type": "string" + } + }, + "marketing_name": { + "type": "string" + }, + "nfrc_id": { + "type": "integer" + }, + "igdb_id": { + "type": "integer" + }, + "cgdb_id": { + "type": "integer" + }, + "mdb_time_created": { + "type": "string" + }, + "cgdb_database_version": { + "type": "string" + }, + "acceptance": { + "type": "string", + "enum": [ + "#", + "" + ] + }, + "reference": { + "type": "boolean" + }, + "appearance": { + "type": "string" + }, + "hidden": { + "type": "boolean" + }, + "owner_name": { + "type": "string" + }, + "data_file_name": { + "type": "string" + }, + "data_file_type": { + "type": "string" + }, + "data_file_available": { + "type": "boolean" + }, + "short_description": { + "type": "string" + }, + "deconstructable": { + "type": "boolean" + }, + "coating_name": { + "type": "string" + }, + "coating_id": { + "type": "integer" + }, + "coated_side": { + "type": "string" + }, + "igdb_checksum": { + "type": "integer" + }, + "cgdb_checksum": { + "type": "string" + }, + "checksum_date": { + "type": "string" + }, + "window8_application_type": { + "type": "string" + }, + "product_detail_files": { + "type": "array", + "items": { + "type": "string" + } + }, + "composition": { + "type": "array", + "items": { + "type": "string" + } + }, + "integrated_spectral_averages_summaries": { + "type": "array", + "items": { + "type": "object", + "properties": { + "calculation_standard": { + "type": "string" + }, + "source": { + "type": "string" + }, + "source_version": { + "type": "string" + }, + "opticalc_pywincalc_version": { + "type": "string" + }, + "spf": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "tdw": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "tkr": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "tuv": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "color": { + "type": "object", + "properties": { + "reflectance_back": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" + }, + "reflectance_front": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" + }, + "transmittance_back": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" + }, + "transmittance_front": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "minItems": 1 + }, + "geometric_properties": { + "type": "string" + }, + "material": { + "type": "string" + }, + "material_bulk_properties": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "version": { + "type": "integer" + }, + "conductivity": { + "type": "string" + }, + "youngs_modulus": { + "type": "number" + }, + "poissons_ratio": { + "type": "number" + }, + "elasticity": { + "type": "number" + }, + "moisture_properties": { + "type": "string" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "extra_data": { + "type": "object", + "properties": {}, + "additionalProperties": true, + "required": [] + }, + "physical_properties": { + "type": "object", + "properties": { + "is_specular": { + "type": "boolean" + }, + "thickness": { + "type": "number" + }, + "predefined_emissivity_front": { + "type": "number" + }, + "predefined_emissivity_back": { + "type": "number" + }, + "predefined_tir_front": { + "type": "number" + }, + "predefined_tir_back": { + "type": "number" + }, + "permeability_factor": { + "type": "number" + }, + "bulk_properties_override": { + "type": "object", + "properties": { + "conductivity": { + "type": "string" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "optical_properties": { + "type": "object", + "properties": { + "optical_data_type": { + "type": "string" + }, + "incidence_angular_resolution_type": { + "type": "string" + }, + "outgoing_angular_resolution_type": { + "type": "string" + }, + "optical_data": { + "type": "object", + "properties": { + "angle_blocks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "incidence_angle": { + "type": "number" + }, + "num_wavelengths": { + "type": "number" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "minItems": 1 + }, + "number_incidence_angles": { + "type": "integer" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "integratedSpectralAverageOpticalResultsIgsdb": { + "type": "object", + "properties": { + "error": { + "type": "string" + }, + "reflectance_back": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "reflectance_front": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "transmittance_back": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "transmittance_front": { + "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" + }, + "absorptance_back_direct": { + "type": "string" + }, + "absorptance_front_direct": { + "type": "string" + }, + "absorptance_back_hemispheric": { + "type": "string" + }, + "absorptance_front_hemispheric": { + "type": "string" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "integratedSpectralAverageTransmittanceReflectanceIgsdb": { + "type": "object", + "properties": { + "matrix": { + "type": "string" + }, + "direct_direct": { + "type": "string" + }, + "direct_diffuse": { + "type": "string" + }, + "diffuse_diffuse": { + "type": "string" + }, + "direct_hemispherical": { + "type": "string" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "colorTransmittanceReflectanceIgsdb": { + "type": "object", + "properties": { + "direct_direct": { + "$ref": "#/$defs/colorsIgsdb" + }, + "direct_diffuse": { + "$ref": "#/$defs/colorsIgsdb" + }, + "diffuse_diffuse": { + "$ref": "#/$defs/colorsIgsdb" + }, + "direct_hemispherical": { + "$ref": "#/$defs/colorsIgsdb" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "colorsIgsdb": { + "type": "object", + "properties": { + "lab": { + "type": "object", + "properties": { + "a": { + "type": "string" + }, + "b": { + "type": "string" + }, + "l": { + "type": "string" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "rgb": { + "type": "object", + "properties": { + "b": { + "type": "string" + }, + "g": { + "type": "string" + }, + "r": { + "type": "string" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "trichromatic": { + "type": "object", + "properties": { + "x": { + "type": "string" + }, + "y": { + "type": "string" + }, + "z": { + "type": "string" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From 2dfc029bebbff37597fd4371d15aa7c44c7931b5 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 17 Mar 2025 15:38:57 +0100 Subject: [PATCH 277/362] ATTENTION! I allow strings for transmittance and reflectance to be able to validate the extension of the BED-JSON. --- schemas/number.json | 81 ++++++++++++++++++++++++++++++++++------ schemas/opticalData.json | 4 +- 2 files changed, 71 insertions(+), 14 deletions(-) diff --git a/schemas/number.json b/schemas/number.json index 0110481f..085dd4b0 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,7 +16,12 @@ }, "confidenceInterval": { "type": "number", - "enum": [68.3, 95.4, 99.7, 100], + "enum": [ + 68.3, + 95.4, + 99.7, + 100 + ], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -40,7 +45,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -75,7 +84,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -100,7 +113,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -131,7 +148,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -168,7 +189,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -190,6 +215,18 @@ "minimum": -180, "maximum": 180 }, + "numberWithUncertaintyOrString": { + "title": "Not every JSON parser allows to choose how a `number` is processed. Some software developers prefer to share numbers as `string`, because a string can be cast into a type which preserves the precision of the number. Therefore, this definition allows to define a number as a `numberWithUncertainty`, but also as a `string`.", + "oneOf": [ + { + "$ref": "#/$defs/numberWithUncertainty" + }, + { + "type": "string", + "description": "The string can be cast into the proper type to preserve the precision of the number." + } + ] + }, "meterWithUncertainty": { "$ref": "#/$defs/numberWithUncertainty", "description": "Meter is the SI unit for length. With this type, the uncertainty can be defined." @@ -254,7 +291,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -279,7 +320,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -304,7 +349,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -329,7 +378,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -354,7 +407,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -526,4 +583,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 0bca9ff9..fea75d0c 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -256,11 +256,11 @@ ] }, "transmittance": { - "$ref": "number.json#/$defs/numberWithUncertainty", + "$ref": "number.json#/$defs/numberWithUncertaintyOrString", "description": "Transmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." }, "reflectance": { - "$ref": "number.json#/$defs/numberWithUncertainty", + "$ref": "number.json#/$defs/numberWithUncertaintyOrString", "description": "Reflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." }, "absorptanceEmittance": { From 94d52db460f6be49eb9c89ec6a6d54797ffd713a Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 17 Mar 2025 16:47:37 +0100 Subject: [PATCH 278/362] Add test with full IGSDB data in the extended BED-JSON --- schemas/number.json | 33 + schemas/opticalData.json | 143 +- .../igsdbExampleClearlite-4_extendedBED.json | 25023 ++++++++++++++++ 3 files changed, 25129 insertions(+), 70 deletions(-) create mode 100644 tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json diff --git a/schemas/number.json b/schemas/number.json index 085dd4b0..65514022 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -227,6 +227,39 @@ } ] }, + "integerOrNull": { + "title": "Some servers return `null` when they do not have a value", + "oneOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ] + }, + "numberOrNull": { + "title": "Some servers return `null` when they do not have a value", + "oneOf": [ + { + "type": "number" + }, + { + "type": "null" + } + ] + }, + "stringOrNull": { + "title": "Some servers return `null` when they do not have a value", + "oneOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "meterWithUncertainty": { "$ref": "#/$defs/numberWithUncertainty", "description": "Meter is the SI unit for length. With this type, the uncertainty can be defined." diff --git a/schemas/opticalData.json b/schemas/opticalData.json index fea75d0c..640645fe 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -604,40 +604,43 @@ "type": "object", "properties": { "id": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "component_id": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "token": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "historical_tokens": { "type": "array", "items": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" } }, "marketing_name": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "nfrc_id": { - "type": "integer" + "$ref": "number.json#/$defs/integerOrNull" }, "igdb_id": { - "type": "integer" + "$ref": "number.json#/$defs/integerOrNull" }, "cgdb_id": { - "type": "integer" + "$ref": "number.json#/$defs/integerOrNull" }, "mdb_time_created": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" + }, + "igdb_database_version": { + "$ref": "number.json#/$defs/stringOrNull" }, "cgdb_database_version": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "acceptance": { - "type": "string", + "$ref": "number.json#/$defs/stringOrNull", "enum": [ "#", "" @@ -647,60 +650,60 @@ "type": "boolean" }, "appearance": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "hidden": { "type": "boolean" }, "owner_name": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "data_file_name": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "data_file_type": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "data_file_available": { "type": "boolean" }, "short_description": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "deconstructable": { "type": "boolean" }, "coating_name": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "coating_id": { - "type": "integer" + "$ref": "number.json#/$defs/integerOrNull" }, "coated_side": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "igdb_checksum": { - "type": "integer" + "$ref": "number.json#/$defs/integerOrNull" }, "cgdb_checksum": { - "type": "string" + "$ref": "number.json#/$defs/integerOrNull" }, "checksum_date": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "window8_application_type": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "product_detail_files": { "type": "array", "items": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" } }, "composition": { "type": "array", "items": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" } }, "integrated_spectral_averages_summaries": { @@ -709,16 +712,16 @@ "type": "object", "properties": { "calculation_standard": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "source": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "source_version": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "opticalc_pywincalc_version": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "spf": { "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" @@ -760,34 +763,34 @@ "minItems": 1 }, "geometric_properties": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "material": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "material_bulk_properties": { "type": "object", "properties": { "name": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "version": { - "type": "integer" + "$ref": "number.json#/$defs/integerOrNull" }, "conductivity": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "youngs_modulus": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "poissons_ratio": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "elasticity": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "moisture_properties": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" } }, "additionalProperties": false, @@ -807,28 +810,28 @@ "type": "boolean" }, "thickness": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "predefined_emissivity_front": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "predefined_emissivity_back": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "predefined_tir_front": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "predefined_tir_back": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "permeability_factor": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "bulk_properties_override": { "type": "object", "properties": { "conductivity": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" } }, "additionalProperties": false, @@ -839,13 +842,13 @@ "type": "object", "properties": { "optical_data_type": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "incidence_angular_resolution_type": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "outgoing_angular_resolution_type": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "optical_data": { "type": "object", @@ -856,10 +859,10 @@ "type": "object", "properties": { "incidence_angle": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" }, "num_wavelengths": { - "type": "number" + "$ref": "number.json#/$defs/numberOrNull" } }, "additionalProperties": false, @@ -869,7 +872,7 @@ "minItems": 1 }, "number_incidence_angles": { - "type": "integer" + "$ref": "number.json#/$defs/integerOrNull" } }, "additionalProperties": false, @@ -895,7 +898,7 @@ "type": "object", "properties": { "error": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "reflectance_back": { "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" @@ -910,16 +913,16 @@ "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" }, "absorptance_back_direct": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "absorptance_front_direct": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "absorptance_back_hemispheric": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "absorptance_front_hemispheric": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" } }, "additionalProperties": false, @@ -930,19 +933,19 @@ "type": "object", "properties": { "matrix": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "direct_direct": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "direct_diffuse": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "diffuse_diffuse": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" }, "direct_hemispherical": { - "type": "string" + "$ref": "number.json#/$defs/stringOrNull" } }, "additionalProperties": false, @@ -976,13 +979,13 @@ "type": "object", "properties": { "a": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" }, "b": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" }, "l": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" } }, "additionalProperties": false, @@ -993,13 +996,13 @@ "type": "object", "properties": { "b": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" }, "g": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" }, "r": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" } }, "additionalProperties": false, @@ -1010,13 +1013,13 @@ "type": "object", "properties": { "x": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" }, "y": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" }, "z": { - "type": "string" + "$ref": "number.json#/$defs/numberOrNull" } }, "additionalProperties": false, diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json new file mode 100644 index 00000000..be14bb05 --- /dev/null +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -0,0 +1,25023 @@ +{ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } + } + ], + "serverSpecific": { + "igsdb": { + "id": null, + "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", + "token": "clearlite-4", + "historical_tokens": [ + "clr2-hidden-20130417-kur", + "armorcoat-reserved-8-mil-stainless-steel-35", + "cl-6", + "clear-8-vta", + "pacifica-10", + "6xedn0169-d" + ], + "marketing_name": null, + "nfrc_id": 4492, + "igdb_id": 9360, + "cgdb_id": null, + "mdb_time_created": "2016-08-14T18:06:37Z", + "igdb_database_version": "49.0", + "cgdb_database_version": null, + "acceptance": "#", + "reference": false, + "appearance": "", + "hidden": false, + "owner_name": null, + "data_file_name": "clearlite_4.gvb", + "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", + "data_file_available": false, + "short_description": null, + "deconstructable": false, + "coating_name": null, + "coating_id": 2, + "coated_side": "NA", + "igdb_checksum": 670340591, + "cgdb_checksum": null, + "checksum_date": "2016-08-01T14:55:35Z", + "window8_application_type": "MONOLITHIC", + "product_detail_files": [], + "composition": [], + "integrated_spectral_averages_summaries": [ + { + "calculation_standard": "NFRC", + "source": "IGDB", + "source_version": "103", + "opticalc_pywincalc_version": null, + "spf": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "8.480444", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tdw": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8534895", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tkr": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tuv": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.7491414", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "color": { + "reflectance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "reflectance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.2953564474190429, + "b": -0.5069940541208129, + "l": 34.09745765726716 + }, + "rgb": { + "b": 88.50219297918694, + "g": 88.64726400455686, + "r": 87.37614774327513 + }, + "trichromatic": { + "x": 7.604431, + "y": 8.05514, + "z": 8.79812 + } + } + }, + "transmittance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "transmittance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.5693913431529252, + "b": 0.29968973743668137, + "l": 96.10036103356394 + }, + "rgb": { + "b": 255.0, + "g": 255.0, + "r": 255.0 + }, + "trichromatic": { + "x": 85.2487, + "y": 90.24997, + "z": 96.40885 + } + } + } + } + } + ], + "geometric_properties": null, + "material": "GLASS", + "material_bulk_properties": { + "name": "GLASS", + "version": 1, + "conductivity": "0.84000000000000000", + "youngs_modulus": 0.0, + "poissons_ratio": 0.0, + "elasticity": 0.0, + "moisture_properties": null + }, + "extra_data": {}, + "physical_properties": { + "is_specular": true, + "thickness": 3.85, + "predefined_emissivity_front": 0.84, + "predefined_emissivity_back": 0.84, + "predefined_tir_front": 0.0, + "predefined_tir_back": 0.0, + "permeability_factor": null, + "bulk_properties_override": { + "conductivity": "1.0" + }, + "optical_properties": { + "optical_data_type": "DISCRETE", + "incidence_angular_resolution_type": "DIRECT", + "outgoing_angular_resolution_type": "DIRECT", + "optical_data": { + "angle_blocks": [ + { + "incidence_angle": 0, + "num_wavelengths": 642 + } + ], + "number_incidence_angles": 1 + } + } + } + } + } + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } + } + ] + } + ] +} \ No newline at end of file From 08fd176d1edc3533d998af7e2a8066c61957329f Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 17 Mar 2025 16:48:28 +0100 Subject: [PATCH 279/362] `make format` --- schemas/identifier.json | 7 +- schemas/number.json | 69 +- .../igsdbExampleClearlite-4_250312.json | 12716 ++-- .../igsdbExampleClearlite-4_250312.json | 49024 +++++++-------- .../igsdbExampleClearlite-4_extendedBED.json | 50040 ++++++++-------- 5 files changed, 55904 insertions(+), 55952 deletions(-) diff --git a/schemas/identifier.json b/schemas/identifier.json index 2f609d8f..21e9647b 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -27,10 +27,7 @@ } }, "additionalProperties": false, - "required": [ - "value", - "issuedBy" - ] + "required": ["value", "issuedBy"] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -46,4 +43,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} \ No newline at end of file +} diff --git a/schemas/number.json b/schemas/number.json index 65514022..126d7524 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,12 +16,7 @@ }, "confidenceInterval": { "type": "number", - "enum": [ - 68.3, - 95.4, - 99.7, - 100 - ], + "enum": [68.3, 95.4, 99.7, 100], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -45,11 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -84,11 +75,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -113,11 +100,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -148,11 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -189,11 +168,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -324,11 +299,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -353,11 +324,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -382,11 +349,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -411,11 +374,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -440,11 +399,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -616,4 +571,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} \ No newline at end of file +} diff --git a/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json b/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json index 3a9afb13..42e8b62d 100644 --- a/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json +++ b/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json @@ -1,6371 +1,6371 @@ { - "id": null, - "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", - "type": "GLAZING", - "subtype": "MONOLITHIC", - "token": "clearlite-4", - "historical_tokens": [ - "clr2-hidden-20130417-kur", - "armorcoat-reserved-8-mil-stainless-steel-35", - "cl-6", - "clear-8-vta", - "pacifica-10", - "6xedn0169-d" - ], - "name": "Planibel Clearlite 4 mm", - "marketing_name": null, - "nfrc_id": 4492, - "igdb_id": 9360, - "cgdb_id": null, - "mdb_time_created": "2016-08-14T18:06:37Z", - "igdb_database_version": "49.0", - "cgdb_database_version": null, - "acceptance": "#", - "reference": false, - "appearance": "", - "hidden": false, - "manufacturer_name": "AGC Glass Europe", - "owner_name": null, - "data_file_name": "clearlite_4.gvb", - "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", - "data_file_available": false, - "short_description": null, - "deconstructable": false, - "coating_name": null, - "coating_id": 2, - "coated_side": "NA", - "igdb_checksum": 670340591, - "cgdb_checksum": null, - "checksum_date": "2016-08-01T14:55:35Z", - "window8_application_type": "MONOLITHIC", - "emissivity_front": 0.84, - "emissivity_back": 0.84, - "tir_front": 0.0, - "tir_back": 0.0, - "product_detail_files": [], - "composition": [], - "integrated_spectral_averages_summaries": [ - { - "calculation_standard": "NFRC", - "source": "IGDB", - "source_version": "103", - "opticalc_pywincalc_version": null, - "spf": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "8.480444", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "id": null, + "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", + "type": "GLAZING", + "subtype": "MONOLITHIC", + "token": "clearlite-4", + "historical_tokens": [ + "clr2-hidden-20130417-kur", + "armorcoat-reserved-8-mil-stainless-steel-35", + "cl-6", + "clear-8-vta", + "pacifica-10", + "6xedn0169-d" + ], + "name": "Planibel Clearlite 4 mm", + "marketing_name": null, + "nfrc_id": 4492, + "igdb_id": 9360, + "cgdb_id": null, + "mdb_time_created": "2016-08-14T18:06:37Z", + "igdb_database_version": "49.0", + "cgdb_database_version": null, + "acceptance": "#", + "reference": false, + "appearance": "", + "hidden": false, + "manufacturer_name": "AGC Glass Europe", + "owner_name": null, + "data_file_name": "clearlite_4.gvb", + "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", + "data_file_available": false, + "short_description": null, + "deconstructable": false, + "coating_name": null, + "coating_id": 2, + "coated_side": "NA", + "igdb_checksum": 670340591, + "cgdb_checksum": null, + "checksum_date": "2016-08-01T14:55:35Z", + "window8_application_type": "MONOLITHIC", + "emissivity_front": 0.84, + "emissivity_back": 0.84, + "tir_front": 0.0, + "tir_back": 0.0, + "product_detail_files": [], + "composition": [], + "integrated_spectral_averages_summaries": [ + { + "calculation_standard": "NFRC", + "source": "IGDB", + "source_version": "103", + "opticalc_pywincalc_version": null, + "spf": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "8.480444", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tdw": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8534895", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tkr": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tuv": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.7491414", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "color": { + "reflectance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null }, - "tdw": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.8534895", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "rgb": { + "b": null, + "g": null, + "r": null }, - "tkr": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null }, - "tuv": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.7491414", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "rgb": { + "b": null, + "g": null, + "r": null }, - "color": { - "reflectance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "reflectance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": -0.2953564474190429, - "b": -0.5069940541208129, - "l": 34.09745765726716 - }, - "rgb": { - "b": 88.50219297918694, - "g": 88.64726400455686, - "r": 87.37614774327513 - }, - "trichromatic": { - "x": 7.604431, - "y": 8.05514, - "z": 8.79812 - } - } - }, - "transmittance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "transmittance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": -0.5693913431529252, - "b": 0.29968973743668137, - "l": 96.10036103356394 - }, - "rgb": { - "b": 255.0, - "g": 255.0, - "r": 255.0 - }, - "trichromatic": { - "x": 85.2487, - "y": 90.24997, - "z": 96.40885 - } - } - } + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null }, - "solar": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": "0.07636583", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": "0.07636583", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": "0.8707941", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.8707941", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null }, - "photopic": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": "0.08046153", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": "0.08046153", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": "0.9025436", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.9025436", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "rgb": { + "b": null, + "g": null, + "r": null }, - "thermal_ir": { - "emissivity_back_hemispheric": null, - "emissivity_front_hemispheric": null, - "transmittance_back_diffuse_diffuse": null, - "transmittance_front_diffuse_diffuse": null + "trichromatic": { + "x": null, + "y": null, + "z": null } - } - ], - "geometric_properties": null, - "material": "GLASS", - "material_bulk_properties": { - "name": "GLASS", - "version": 1, - "conductivity": "0.84000000000000000", - "youngs_modulus": 0.0, - "poissons_ratio": 0.0, - "elasticity": 0.0, - "moisture_properties": null - }, - "extra_data": {}, - "physical_properties": { - "is_specular": true, - "thickness": 3.85, - "predefined_emissivity_front": 0.84, - "predefined_emissivity_back": 0.84, - "predefined_tir_front": 0.0, - "predefined_tir_back": 0.0, - "permeability_factor": null, - "bulk_properties_override": { - "conductivity": "1.0" + } + }, + "reflectance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.2953564474190429, + "b": -0.5069940541208129, + "l": 34.09745765726716 + }, + "rgb": { + "b": 88.50219297918694, + "g": 88.64726400455686, + "r": 87.37614774327513 + }, + "trichromatic": { + "x": 7.604431, + "y": 8.05514, + "z": 8.79812 + } + } + }, + "transmittance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } }, - "optical_properties": { - "optical_data_type": "DISCRETE", - "incidence_angular_resolution_type": "DIRECT", - "outgoing_angular_resolution_type": "DIRECT", - "optical_data": { - "angle_blocks": [ - { - "incidence_angle": 0, - "num_wavelengths": 642, - "wavelength_data": [ - { - "w": "0.3", - "specular": { - "rb": "0.0476", - "rf": "0.0476", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "0.305", - "specular": { - "rb": "0.0474", - "rf": "0.0474", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "0.31", - "specular": { - "rb": "0.0472", - "rf": "0.0472", - "tb": "0.0303", - "tf": "0.0303" - } - }, - { - "w": "0.315", - "specular": { - "rb": "0.0474", - "rf": "0.0474", - "tb": "0.0932", - "tf": "0.0932" - } - }, - { - "w": "0.32", - "specular": { - "rb": "0.0486", - "rf": "0.0486", - "tb": "0.1916", - "tf": "0.1916" - } - }, - { - "w": "0.325", - "specular": { - "rb": "0.0517", - "rf": "0.0517", - "tb": "0.3183", - "tf": "0.3183" - } - }, - { - "w": "0.33", - "specular": { - "rb": "0.0568", - "rf": "0.0568", - "tb": "0.4537", - "tf": "0.4537" - } - }, - { - "w": "0.335", - "specular": { - "rb": "0.0629", - "rf": "0.0629", - "tb": "0.5765", - "tf": "0.5765" - } - }, - { - "w": "0.34", - "specular": { - "rb": "0.069", - "rf": "0.069", - "tb": "0.6768", - "tf": "0.6768" - } - }, - { - "w": "0.345", - "specular": { - "rb": "0.0741", - "rf": "0.0741", - "tb": "0.7513", - "tf": "0.7513" - } - }, - { - "w": "0.35", - "specular": { - "rb": "0.0779", - "rf": "0.0779", - "tb": "0.8044", - "tf": "0.8044" - } - }, - { - "w": "0.355", - "specular": { - "rb": "0.0805", - "rf": "0.0805", - "tb": "0.8388", - "tf": "0.8388" - } - }, - { - "w": "0.36", - "specular": { - "rb": "0.0821", - "rf": "0.0821", - "tb": "0.8611", - "tf": "0.8611" - } - }, - { - "w": "0.365", - "specular": { - "rb": "0.0829", - "rf": "0.0829", - "tb": "0.8734", - "tf": "0.8734" - } - }, - { - "w": "0.37", - "specular": { - "rb": "0.083", - "rf": "0.083", - "tb": "0.8783", - "tf": "0.8783" - } - }, - { - "w": "0.375", - "specular": { - "rb": "0.0825", - "rf": "0.0825", - "tb": "0.8747", - "tf": "0.8747" - } - }, - { - "w": "0.38", - "specular": { - "rb": "0.0821", - "rf": "0.0821", - "tb": "0.8727", - "tf": "0.8727" - } - }, - { - "w": "0.385", - "specular": { - "rb": "0.0825", - "rf": "0.0825", - "tb": "0.8795", - "tf": "0.8795" - } - }, - { - "w": "0.39", - "specular": { - "rb": "0.083", - "rf": "0.083", - "tb": "0.8886", - "tf": "0.8886" - } - }, - { - "w": "0.395", - "specular": { - "rb": "0.0834", - "rf": "0.0834", - "tb": "0.8943", - "tf": "0.8943" - } - }, - { - "w": "0.4", - "specular": { - "rb": "0.0834", - "rf": "0.0834", - "tb": "0.8969", - "tf": "0.8969" - } - }, - { - "w": "0.405", - "specular": { - "rb": "0.0832", - "rf": "0.0832", - "tb": "0.89665", - "tf": "0.89665" - } - }, - { - "w": "0.41", - "specular": { - "rb": "0.083", - "rf": "0.083", - "tb": "0.8964", - "tf": "0.8964" - } - }, - { - "w": "0.415", - "specular": { - "rb": "0.08275", - "rf": "0.08275", - "tb": "0.8954", - "tf": "0.8954" - } - }, - { - "w": "0.42", - "specular": { - "rb": "0.0825", - "rf": "0.0825", - "tb": "0.8944", - "tf": "0.8944" - } - }, - { - "w": "0.425", - "specular": { - "rb": "0.08235", - "rf": "0.08235", - "tb": "0.8943", - "tf": "0.8943" - } - }, - { - "w": "0.43", - "specular": { - "rb": "0.0822", - "rf": "0.0822", - "tb": "0.8942", - "tf": "0.8942" - } - }, - { - "w": "0.435", - "specular": { - "rb": "0.0821", - "rf": "0.0821", - "tb": "0.89465", - "tf": "0.89465" - } - }, - { - "w": "0.44", - "specular": { - "rb": "0.082", - "rf": "0.082", - "tb": "0.8951", - "tf": "0.8951" - } - }, - { - "w": "0.445", - "specular": { - "rb": "0.08195", - "rf": "0.08195", - "tb": "0.89625", - "tf": "0.89625" - } - }, - { - "w": "0.45", - "specular": { - "rb": "0.0819", - "rf": "0.0819", - "tb": "0.8974", - "tf": "0.8974" - } - }, - { - "w": "0.455", - "specular": { - "rb": "0.0819", - "rf": "0.0819", - "tb": "0.8988", - "tf": "0.8988" - } - }, - { - "w": "0.46", - "specular": { - "rb": "0.0819", - "rf": "0.0819", - "tb": "0.9002", - "tf": "0.9002" - } - }, - { - "w": "0.465", - "specular": { - "rb": "0.08185", - "rf": "0.08185", - "tb": "0.9009", - "tf": "0.9009" - } - }, - { - "w": "0.47", - "specular": { - "rb": "0.0818", - "rf": "0.0818", - "tb": "0.9016", - "tf": "0.9016" - } - }, - { - "w": "0.475", - "specular": { - "rb": "0.08175", - "rf": "0.08175", - "tb": "0.9019", - "tf": "0.9019" - } - }, - { - "w": "0.48", - "specular": { - "rb": "0.0817", - "rf": "0.0817", - "tb": "0.9022", - "tf": "0.9022" - } - }, - { - "w": "0.485", - "specular": { - "rb": "0.08165", - "rf": "0.08165", - "tb": "0.9033", - "tf": "0.9033" - } - }, - { - "w": "0.49", - "specular": { - "rb": "0.0816", - "rf": "0.0816", - "tb": "0.9044", - "tf": "0.9044" - } - }, - { - "w": "0.495", - "specular": { - "rb": "0.08155", - "rf": "0.08155", - "tb": "0.9048", - "tf": "0.9048" - } - }, - { - "w": "0.5", - "specular": { - "rb": "0.0815", - "rf": "0.0815", - "tb": "0.9052", - "tf": "0.9052" - } - }, - { - "w": "0.505", - "specular": { - "rb": "0.08145", - "rf": "0.08145", - "tb": "0.9057", - "tf": "0.9057" - } - }, - { - "w": "0.51", - "specular": { - "rb": "0.0814", - "rf": "0.0814", - "tb": "0.9062", - "tf": "0.9062" - } - }, - { - "w": "0.515", - "specular": { - "rb": "0.0813", - "rf": "0.0813", - "tb": "0.90585", - "tf": "0.90585" - } - }, - { - "w": "0.52", - "specular": { - "rb": "0.0812", - "rf": "0.0812", - "tb": "0.9055", - "tf": "0.9055" - } - }, - { - "w": "0.525", - "specular": { - "rb": "0.0811", - "rf": "0.0811", - "tb": "0.9054", - "tf": "0.9054" - } - }, - { - "w": "0.53", - "specular": { - "rb": "0.081", - "rf": "0.081", - "tb": "0.9053", - "tf": "0.9053" - } - }, - { - "w": "0.535", - "specular": { - "rb": "0.0809", - "rf": "0.0809", - "tb": "0.90515", - "tf": "0.90515" - } - }, - { - "w": "0.54", - "specular": { - "rb": "0.0808", - "rf": "0.0808", - "tb": "0.905", - "tf": "0.905" - } - }, - { - "w": "0.545", - "specular": { - "rb": "0.08075", - "rf": "0.08075", - "tb": "0.905", - "tf": "0.905" - } - }, - { - "w": "0.55", - "specular": { - "rb": "0.0807", - "rf": "0.0807", - "tb": "0.905", - "tf": "0.905" - } - }, - { - "w": "0.555", - "specular": { - "rb": "0.0806", - "rf": "0.0806", - "tb": "0.9046", - "tf": "0.9046" - } - }, - { - "w": "0.56", - "specular": { - "rb": "0.0805", - "rf": "0.0805", - "tb": "0.9042", - "tf": "0.9042" - } - }, - { - "w": "0.565", - "specular": { - "rb": "0.0804", - "rf": "0.0804", - "tb": "0.9037", - "tf": "0.9037" - } - }, - { - "w": "0.57", - "specular": { - "rb": "0.0803", - "rf": "0.0803", - "tb": "0.9032", - "tf": "0.9032" - } - }, - { - "w": "0.575", - "specular": { - "rb": "0.08015", - "rf": "0.08015", - "tb": "0.9024", - "tf": "0.9024" - } - }, - { - "w": "0.58", - "specular": { - "rb": "0.08", - "rf": "0.08", - "tb": "0.9016", - "tf": "0.9016" - } - }, - { - "w": "0.585", - "specular": { - "rb": "0.0799", - "rf": "0.0799", - "tb": "0.901", - "tf": "0.901" - } - }, - { - "w": "0.59", - "specular": { - "rb": "0.0798", - "rf": "0.0798", - "tb": "0.9004", - "tf": "0.9004" - } - }, - { - "w": "0.595", - "specular": { - "rb": "0.0797", - "rf": "0.0797", - "tb": "0.89965", - "tf": "0.89965" - } - }, - { - "w": "0.6", - "specular": { - "rb": "0.0796", - "rf": "0.0796", - "tb": "0.8989", - "tf": "0.8989" - } - }, - { - "w": "0.605", - "specular": { - "rb": "0.0795", - "rf": "0.0795", - "tb": "0.89825", - "tf": "0.89825" - } - }, - { - "w": "0.61", - "specular": { - "rb": "0.0794", - "rf": "0.0794", - "tb": "0.8976", - "tf": "0.8976" - } - }, - { - "w": "0.615", - "specular": { - "rb": "0.0793", - "rf": "0.0793", - "tb": "0.89685", - "tf": "0.89685" - } - }, - { - "w": "0.62", - "specular": { - "rb": "0.0792", - "rf": "0.0792", - "tb": "0.8961", - "tf": "0.8961" - } - }, - { - "w": "0.625", - "specular": { - "rb": "0.07905", - "rf": "0.07905", - "tb": "0.8951", - "tf": "0.8951" - } - }, - { - "w": "0.63", - "specular": { - "rb": "0.0789", - "rf": "0.0789", - "tb": "0.8941", - "tf": "0.8941" - } - }, - { - "w": "0.635", - "specular": { - "rb": "0.0788", - "rf": "0.0788", - "tb": "0.89345", - "tf": "0.89345" - } - }, - { - "w": "0.64", - "specular": { - "rb": "0.0787", - "rf": "0.0787", - "tb": "0.8928", - "tf": "0.8928" - } - }, - { - "w": "0.645", - "specular": { - "rb": "0.0786", - "rf": "0.0786", - "tb": "0.8919", - "tf": "0.8919" - } - }, - { - "w": "0.65", - "specular": { - "rb": "0.0785", - "rf": "0.0785", - "tb": "0.891", - "tf": "0.891" - } - }, - { - "w": "0.655", - "specular": { - "rb": "0.0784", - "rf": "0.0784", - "tb": "0.89045", - "tf": "0.89045" - } - }, - { - "w": "0.66", - "specular": { - "rb": "0.0783", - "rf": "0.0783", - "tb": "0.8899", - "tf": "0.8899" - } - }, - { - "w": "0.665", - "specular": { - "rb": "0.0782", - "rf": "0.0782", - "tb": "0.88915", - "tf": "0.88915" - } - }, - { - "w": "0.67", - "specular": { - "rb": "0.0781", - "rf": "0.0781", - "tb": "0.8884", - "tf": "0.8884" - } - }, - { - "w": "0.675", - "specular": { - "rb": "0.07805", - "rf": "0.07805", - "tb": "0.88775", - "tf": "0.88775" - } - }, - { - "w": "0.68", - "specular": { - "rb": "0.078", - "rf": "0.078", - "tb": "0.8871", - "tf": "0.8871" - } - }, - { - "w": "0.685", - "specular": { - "rb": "0.0779", - "rf": "0.0779", - "tb": "0.8864", - "tf": "0.8864" - } - }, - { - "w": "0.69", - "specular": { - "rb": "0.0778", - "rf": "0.0778", - "tb": "0.8857", - "tf": "0.8857" - } - }, - { - "w": "0.695", - "specular": { - "rb": "0.0777", - "rf": "0.0777", - "tb": "0.8848", - "tf": "0.8848" - } - }, - { - "w": "0.7", - "specular": { - "rb": "0.0776", - "rf": "0.0776", - "tb": "0.8839", - "tf": "0.8839" - } - }, - { - "w": "0.705", - "specular": { - "rb": "0.07745", - "rf": "0.07745", - "tb": "0.8828", - "tf": "0.8828" - } - }, - { - "w": "0.71", - "specular": { - "rb": "0.0773", - "rf": "0.0773", - "tb": "0.8817", - "tf": "0.8817" - } - }, - { - "w": "0.715", - "specular": { - "rb": "0.0772", - "rf": "0.0772", - "tb": "0.88085", - "tf": "0.88085" - } - }, - { - "w": "0.72", - "specular": { - "rb": "0.0771", - "rf": "0.0771", - "tb": "0.88", - "tf": "0.88" - } - }, - { - "w": "0.725", - "specular": { - "rb": "0.07695", - "rf": "0.07695", - "tb": "0.87865", - "tf": "0.87865" - } - }, - { - "w": "0.73", - "specular": { - "rb": "0.0768", - "rf": "0.0768", - "tb": "0.8773", - "tf": "0.8773" - } - }, - { - "w": "0.735", - "specular": { - "rb": "0.0767", - "rf": "0.0767", - "tb": "0.876", - "tf": "0.876" - } - }, - { - "w": "0.74", - "specular": { - "rb": "0.0766", - "rf": "0.0766", - "tb": "0.8747", - "tf": "0.8747" - } - }, - { - "w": "0.745", - "specular": { - "rb": "0.07645", - "rf": "0.07645", - "tb": "0.87385", - "tf": "0.87385" - } - }, - { - "w": "0.75", - "specular": { - "rb": "0.0763", - "rf": "0.0763", - "tb": "0.873", - "tf": "0.873" - } - }, - { - "w": "0.755", - "specular": { - "rb": "0.0762", - "rf": "0.0762", - "tb": "0.87215", - "tf": "0.87215" - } - }, - { - "w": "0.76", - "specular": { - "rb": "0.0761", - "rf": "0.0761", - "tb": "0.8713", - "tf": "0.8713" - } - }, - { - "w": "0.765", - "specular": { - "rb": "0.07595", - "rf": "0.07595", - "tb": "0.86965", - "tf": "0.86965" - } - }, - { - "w": "0.77", - "specular": { - "rb": "0.0758", - "rf": "0.0758", - "tb": "0.868", - "tf": "0.868" - } - }, - { - "w": "0.775", - "specular": { - "rb": "0.0757", - "rf": "0.0757", - "tb": "0.8673", - "tf": "0.8673" - } - }, - { - "w": "0.78", - "specular": { - "rb": "0.0756", - "rf": "0.0756", - "tb": "0.8666", - "tf": "0.8666" - } - }, - { - "w": "0.785", - "specular": { - "rb": "0.07545", - "rf": "0.07545", - "tb": "0.8651", - "tf": "0.8651" - } - }, - { - "w": "0.79", - "specular": { - "rb": "0.0753", - "rf": "0.0753", - "tb": "0.8636", - "tf": "0.8636" - } - }, - { - "w": "0.795", - "specular": { - "rb": "0.0752", - "rf": "0.0752", - "tb": "0.8627", - "tf": "0.8627" - } - }, - { - "w": "0.8", - "specular": { - "rb": "0.0751", - "rf": "0.0751", - "tb": "0.8618", - "tf": "0.8618" - } - }, - { - "w": "0.805", - "specular": { - "rb": "0.075", - "rf": "0.075", - "tb": "0.86115", - "tf": "0.86115" - } - }, - { - "w": "0.81", - "specular": { - "rb": "0.0749", - "rf": "0.0749", - "tb": "0.8605", - "tf": "0.8605" - } - }, - { - "w": "0.815", - "specular": { - "rb": "0.07485", - "rf": "0.07485", - "tb": "0.85985", - "tf": "0.85985" - } - }, - { - "w": "0.82", - "specular": { - "rb": "0.0748", - "rf": "0.0748", - "tb": "0.8592", - "tf": "0.8592" - } - }, - { - "w": "0.825", - "specular": { - "rb": "0.0747", - "rf": "0.0747", - "tb": "0.85845", - "tf": "0.85845" - } - }, - { - "w": "0.83", - "specular": { - "rb": "0.0746", - "rf": "0.0746", - "tb": "0.8577", - "tf": "0.8577" - } - }, - { - "w": "0.835", - "specular": { - "rb": "0.0745", - "rf": "0.0745", - "tb": "0.85665", - "tf": "0.85665" - } - }, - { - "w": "0.84", - "specular": { - "rb": "0.0744", - "rf": "0.0744", - "tb": "0.8556", - "tf": "0.8556" - } - }, - { - "w": "0.845", - "specular": { - "rb": "0.0743", - "rf": "0.0743", - "tb": "0.8543", - "tf": "0.8543" - } - }, - { - "w": "0.85", - "specular": { - "rb": "0.0742", - "rf": "0.0742", - "tb": "0.853", - "tf": "0.853" - } - }, - { - "w": "0.855", - "specular": { - "rb": "0.0741", - "rf": "0.0741", - "tb": "0.85215", - "tf": "0.85215" - } - }, - { - "w": "0.86", - "specular": { - "rb": "0.074", - "rf": "0.074", - "tb": "0.8513", - "tf": "0.8513" - } - }, - { - "w": "0.865", - "specular": { - "rb": "0.07395", - "rf": "0.07395", - "tb": "0.8505", - "tf": "0.8505" - } - }, - { - "w": "0.87", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8497", - "tf": "0.8497" - } - }, - { - "w": "0.875", - "specular": { - "rb": "0.0738", - "rf": "0.0738", - "tb": "0.8489", - "tf": "0.8489" - } - }, - { - "w": "0.88", - "specular": { - "rb": "0.0737", - "rf": "0.0737", - "tb": "0.8481", - "tf": "0.8481" - } - }, - { - "w": "0.885", - "specular": { - "rb": "0.07365", - "rf": "0.07365", - "tb": "0.84735", - "tf": "0.84735" - } - }, - { - "w": "0.89", - "specular": { - "rb": "0.0736", - "rf": "0.0736", - "tb": "0.8466", - "tf": "0.8466" - } - }, - { - "w": "0.895", - "specular": { - "rb": "0.0735", - "rf": "0.0735", - "tb": "0.8459", - "tf": "0.8459" - } - }, - { - "w": "0.9", - "specular": { - "rb": "0.0734", - "rf": "0.0734", - "tb": "0.8452", - "tf": "0.8452" - } - }, - { - "w": "0.905", - "specular": { - "rb": "0.07335", - "rf": "0.07335", - "tb": "0.8446", - "tf": "0.8446" - } - }, - { - "w": "0.91", - "specular": { - "rb": "0.0733", - "rf": "0.0733", - "tb": "0.844", - "tf": "0.844" - } - }, - { - "w": "0.915", - "specular": { - "rb": "0.0732", - "rf": "0.0732", - "tb": "0.8435", - "tf": "0.8435" - } - }, - { - "w": "0.92", - "specular": { - "rb": "0.0731", - "rf": "0.0731", - "tb": "0.843", - "tf": "0.843" - } - }, - { - "w": "0.925", - "specular": { - "rb": "0.07305", - "rf": "0.07305", - "tb": "0.8426", - "tf": "0.8426" - } - }, - { - "w": "0.93", - "specular": { - "rb": "0.073", - "rf": "0.073", - "tb": "0.8422", - "tf": "0.8422" - } - }, - { - "w": "0.935", - "specular": { - "rb": "0.07295", - "rf": "0.07295", - "tb": "0.84185", - "tf": "0.84185" - } - }, - { - "w": "0.94", - "specular": { - "rb": "0.0729", - "rf": "0.0729", - "tb": "0.8415", - "tf": "0.8415" - } - }, - { - "w": "0.945", - "specular": { - "rb": "0.07285", - "rf": "0.07285", - "tb": "0.8412", - "tf": "0.8412" - } - }, - { - "w": "0.95", - "specular": { - "rb": "0.0728", - "rf": "0.0728", - "tb": "0.8409", - "tf": "0.8409" - } - }, - { - "w": "0.955", - "specular": { - "rb": "0.07275", - "rf": "0.07275", - "tb": "0.8406", - "tf": "0.8406" - } - }, - { - "w": "0.96", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8403", - "tf": "0.8403" - } - }, - { - "w": "0.965", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8401", - "tf": "0.8401" - } - }, - { - "w": "0.97", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8399", - "tf": "0.8399" - } - }, - { - "w": "0.975", - "specular": { - "rb": "0.07265", - "rf": "0.07265", - "tb": "0.8397", - "tf": "0.8397" - } - }, - { - "w": "0.98", - "specular": { - "rb": "0.0726", - "rf": "0.0726", - "tb": "0.8395", - "tf": "0.8395" - } - }, - { - "w": "0.985", - "specular": { - "rb": "0.07255", - "rf": "0.07255", - "tb": "0.8393", - "tf": "0.8393" - } - }, - { - "w": "0.99", - "specular": { - "rb": "0.0725", - "rf": "0.0725", - "tb": "0.8391", - "tf": "0.8391" - } - }, - { - "w": "0.995", - "specular": { - "rb": "0.0725", - "rf": "0.0725", - "tb": "0.83895", - "tf": "0.83895" - } - }, - { - "w": "1.0", - "specular": { - "rb": "0.0725", - "rf": "0.0725", - "tb": "0.8388", - "tf": "0.8388" - } - }, - { - "w": "1.005", - "specular": { - "rb": "0.07247", - "rf": "0.07247", - "tb": "0.83866", - "tf": "0.83866" - } - }, - { - "w": "1.01", - "specular": { - "rb": "0.07244", - "rf": "0.07244", - "tb": "0.83852", - "tf": "0.83852" - } - }, - { - "w": "1.015", - "specular": { - "rb": "0.07241", - "rf": "0.07241", - "tb": "0.83838", - "tf": "0.83838" - } - }, - { - "w": "1.02", - "specular": { - "rb": "0.07238", - "rf": "0.07238", - "tb": "0.83824", - "tf": "0.83824" - } - }, - { - "w": "1.025", - "specular": { - "rb": "0.07235", - "rf": "0.07235", - "tb": "0.8381", - "tf": "0.8381" - } - }, - { - "w": "1.03", - "specular": { - "rb": "0.07232", - "rf": "0.07232", - "tb": "0.83796", - "tf": "0.83796" - } - }, - { - "w": "1.035", - "specular": { - "rb": "0.07229", - "rf": "0.07229", - "tb": "0.83782", - "tf": "0.83782" - } - }, - { - "w": "1.04", - "specular": { - "rb": "0.07226", - "rf": "0.07226", - "tb": "0.83768", - "tf": "0.83768" - } - }, - { - "w": "1.045", - "specular": { - "rb": "0.07223", - "rf": "0.07223", - "tb": "0.83754", - "tf": "0.83754" - } - }, - { - "w": "1.05", - "specular": { - "rb": "0.0722", - "rf": "0.0722", - "tb": "0.8374", - "tf": "0.8374" - } - }, - { - "w": "1.055", - "specular": { - "rb": "0.07219", - "rf": "0.07219", - "tb": "0.83743", - "tf": "0.83743" - } - }, - { - "w": "1.06", - "specular": { - "rb": "0.07218", - "rf": "0.07218", - "tb": "0.83746", - "tf": "0.83746" - } - }, - { - "w": "1.065", - "specular": { - "rb": "0.07217", - "rf": "0.07217", - "tb": "0.83749", - "tf": "0.83749" - } - }, - { - "w": "1.07", - "specular": { - "rb": "0.07216", - "rf": "0.07216", - "tb": "0.83752", - "tf": "0.83752" - } - }, - { - "w": "1.075", - "specular": { - "rb": "0.07215", - "rf": "0.07215", - "tb": "0.83755", - "tf": "0.83755" - } - }, - { - "w": "1.08", - "specular": { - "rb": "0.07214", - "rf": "0.07214", - "tb": "0.83758", - "tf": "0.83758" - } - }, - { - "w": "1.085", - "specular": { - "rb": "0.07213", - "rf": "0.07213", - "tb": "0.83761", - "tf": "0.83761" - } - }, - { - "w": "1.09", - "specular": { - "rb": "0.07212", - "rf": "0.07212", - "tb": "0.83764", - "tf": "0.83764" - } - }, - { - "w": "1.095", - "specular": { - "rb": "0.07211", - "rf": "0.07211", - "tb": "0.83767", - "tf": "0.83767" - } - }, - { - "w": "1.1", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8377", - "tf": "0.8377" - } - }, - { - "w": "1.105", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83779", - "tf": "0.83779" - } - }, - { - "w": "1.11", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83788", - "tf": "0.83788" - } - }, - { - "w": "1.115", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83797", - "tf": "0.83797" - } - }, - { - "w": "1.12", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83806", - "tf": "0.83806" - } - }, - { - "w": "1.125", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83815", - "tf": "0.83815" - } - }, - { - "w": "1.13", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83824", - "tf": "0.83824" - } - }, - { - "w": "1.135", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83833", - "tf": "0.83833" - } - }, - { - "w": "1.14", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83842", - "tf": "0.83842" - } - }, - { - "w": "1.145", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83851", - "tf": "0.83851" - } - }, - { - "w": "1.15", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8386", - "tf": "0.8386" - } - }, - { - "w": "1.155", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83877", - "tf": "0.83877" - } - }, - { - "w": "1.16", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83894", - "tf": "0.83894" - } - }, - { - "w": "1.165", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83911", - "tf": "0.83911" - } - }, - { - "w": "1.17", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83928", - "tf": "0.83928" - } - }, - { - "w": "1.175", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83945", - "tf": "0.83945" - } - }, - { - "w": "1.18", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83962", - "tf": "0.83962" - } - }, - { - "w": "1.185", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83979", - "tf": "0.83979" - } - }, - { - "w": "1.19", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83996", - "tf": "0.83996" - } - }, - { - "w": "1.195", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.84013", - "tf": "0.84013" - } - }, - { - "w": "1.2", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8403", - "tf": "0.8403" - } - }, - { - "w": "1.205", - "specular": { - "rb": "0.07212", - "rf": "0.07212", - "tb": "0.84065", - "tf": "0.84065" - } - }, - { - "w": "1.21", - "specular": { - "rb": "0.07214", - "rf": "0.07214", - "tb": "0.841", - "tf": "0.841" - } - }, - { - "w": "1.215", - "specular": { - "rb": "0.07216", - "rf": "0.07216", - "tb": "0.84135", - "tf": "0.84135" - } - }, - { - "w": "1.22", - "specular": { - "rb": "0.07218", - "rf": "0.07218", - "tb": "0.8417", - "tf": "0.8417" - } - }, - { - "w": "1.225", - "specular": { - "rb": "0.0722", - "rf": "0.0722", - "tb": "0.84205", - "tf": "0.84205" - } - }, - { - "w": "1.23", - "specular": { - "rb": "0.07222", - "rf": "0.07222", - "tb": "0.8424", - "tf": "0.8424" - } - }, - { - "w": "1.235", - "specular": { - "rb": "0.07224", - "rf": "0.07224", - "tb": "0.84275", - "tf": "0.84275" - } - }, - { - "w": "1.24", - "specular": { - "rb": "0.07226", - "rf": "0.07226", - "tb": "0.8431", - "tf": "0.8431" - } - }, - { - "w": "1.245", - "specular": { - "rb": "0.07228", - "rf": "0.07228", - "tb": "0.84345", - "tf": "0.84345" - } - }, - { - "w": "1.25", - "specular": { - "rb": "0.0723", - "rf": "0.0723", - "tb": "0.8438", - "tf": "0.8438" - } - }, - { - "w": "1.255", - "specular": { - "rb": "0.07231", - "rf": "0.07231", - "tb": "0.84419", - "tf": "0.84419" - } - }, - { - "w": "1.26", - "specular": { - "rb": "0.07232", - "rf": "0.07232", - "tb": "0.84458", - "tf": "0.84458" - } - }, - { - "w": "1.265", - "specular": { - "rb": "0.07233", - "rf": "0.07233", - "tb": "0.84497", - "tf": "0.84497" - } - }, - { - "w": "1.27", - "specular": { - "rb": "0.07234", - "rf": "0.07234", - "tb": "0.84536", - "tf": "0.84536" - } - }, - { - "w": "1.275", - "specular": { - "rb": "0.07235", - "rf": "0.07235", - "tb": "0.84575", - "tf": "0.84575" - } - }, - { - "w": "1.28", - "specular": { - "rb": "0.07236", - "rf": "0.07236", - "tb": "0.84614", - "tf": "0.84614" - } - }, - { - "w": "1.285", - "specular": { - "rb": "0.07237", - "rf": "0.07237", - "tb": "0.84653", - "tf": "0.84653" - } - }, - { - "w": "1.29", - "specular": { - "rb": "0.07238", - "rf": "0.07238", - "tb": "0.84692", - "tf": "0.84692" - } - }, - { - "w": "1.295", - "specular": { - "rb": "0.07239", - "rf": "0.07239", - "tb": "0.84731", - "tf": "0.84731" - } - }, - { - "w": "1.3", - "specular": { - "rb": "0.0724", - "rf": "0.0724", - "tb": "0.8477", - "tf": "0.8477" - } - }, - { - "w": "1.305", - "specular": { - "rb": "0.07243", - "rf": "0.07243", - "tb": "0.84819", - "tf": "0.84819" - } - }, - { - "w": "1.31", - "specular": { - "rb": "0.07246", - "rf": "0.07246", - "tb": "0.84868", - "tf": "0.84868" - } - }, - { - "w": "1.315", - "specular": { - "rb": "0.07249", - "rf": "0.07249", - "tb": "0.84917", - "tf": "0.84917" - } - }, - { - "w": "1.32", - "specular": { - "rb": "0.07252", - "rf": "0.07252", - "tb": "0.84966", - "tf": "0.84966" - } - }, - { - "w": "1.325", - "specular": { - "rb": "0.07255", - "rf": "0.07255", - "tb": "0.85015", - "tf": "0.85015" - } - }, - { - "w": "1.33", - "specular": { - "rb": "0.07258", - "rf": "0.07258", - "tb": "0.85064", - "tf": "0.85064" - } - }, - { - "w": "1.335", - "specular": { - "rb": "0.07261", - "rf": "0.07261", - "tb": "0.85113", - "tf": "0.85113" - } - }, - { - "w": "1.34", - "specular": { - "rb": "0.07264", - "rf": "0.07264", - "tb": "0.85162", - "tf": "0.85162" - } - }, - { - "w": "1.345", - "specular": { - "rb": "0.07267", - "rf": "0.07267", - "tb": "0.85211", - "tf": "0.85211" - } - }, - { - "w": "1.35", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8526", - "tf": "0.8526" - } - }, - { - "w": "1.355", - "specular": { - "rb": "0.07271", - "rf": "0.07271", - "tb": "0.85286", - "tf": "0.85286" - } - }, - { - "w": "1.36", - "specular": { - "rb": "0.07272", - "rf": "0.07272", - "tb": "0.85312", - "tf": "0.85312" - } - }, - { - "w": "1.365", - "specular": { - "rb": "0.07273", - "rf": "0.07273", - "tb": "0.85338", - "tf": "0.85338" - } - }, - { - "w": "1.37", - "specular": { - "rb": "0.07274", - "rf": "0.07274", - "tb": "0.85364", - "tf": "0.85364" - } - }, - { - "w": "1.375", - "specular": { - "rb": "0.07275", - "rf": "0.07275", - "tb": "0.8539", - "tf": "0.8539" - } - }, - { - "w": "1.38", - "specular": { - "rb": "0.07276", - "rf": "0.07276", - "tb": "0.85416", - "tf": "0.85416" - } - }, - { - "w": "1.385", - "specular": { - "rb": "0.07277", - "rf": "0.07277", - "tb": "0.85442", - "tf": "0.85442" - } - }, - { - "w": "1.39", - "specular": { - "rb": "0.07278", - "rf": "0.07278", - "tb": "0.85468", - "tf": "0.85468" - } - }, - { - "w": "1.395", - "specular": { - "rb": "0.07279", - "rf": "0.07279", - "tb": "0.85494", - "tf": "0.85494" - } - }, - { - "w": "1.4", - "specular": { - "rb": "0.0728", - "rf": "0.0728", - "tb": "0.8552", - "tf": "0.8552" - } - }, - { - "w": "1.405", - "specular": { - "rb": "0.07284", - "rf": "0.07284", - "tb": "0.85598", - "tf": "0.85598" - } - }, - { - "w": "1.41", - "specular": { - "rb": "0.07288", - "rf": "0.07288", - "tb": "0.85676", - "tf": "0.85676" - } - }, - { - "w": "1.415", - "specular": { - "rb": "0.07292", - "rf": "0.07292", - "tb": "0.85754", - "tf": "0.85754" - } - }, - { - "w": "1.42", - "specular": { - "rb": "0.07296", - "rf": "0.07296", - "tb": "0.85832", - "tf": "0.85832" - } - }, - { - "w": "1.425", - "specular": { - "rb": "0.073", - "rf": "0.073", - "tb": "0.8591", - "tf": "0.8591" - } - }, - { - "w": "1.43", - "specular": { - "rb": "0.07304", - "rf": "0.07304", - "tb": "0.85988", - "tf": "0.85988" - } - }, - { - "w": "1.435", - "specular": { - "rb": "0.07308", - "rf": "0.07308", - "tb": "0.86066", - "tf": "0.86066" - } - }, - { - "w": "1.44", - "specular": { - "rb": "0.07312", - "rf": "0.07312", - "tb": "0.86144", - "tf": "0.86144" - } - }, - { - "w": "1.445", - "specular": { - "rb": "0.07316", - "rf": "0.07316", - "tb": "0.86222", - "tf": "0.86222" - } - }, - { - "w": "1.45", - "specular": { - "rb": "0.0732", - "rf": "0.0732", - "tb": "0.863", - "tf": "0.863" - } - }, - { - "w": "1.455", - "specular": { - "rb": "0.07324", - "rf": "0.07324", - "tb": "0.86358", - "tf": "0.86358" - } - }, - { - "w": "1.46", - "specular": { - "rb": "0.07328", - "rf": "0.07328", - "tb": "0.86416", - "tf": "0.86416" - } - }, - { - "w": "1.465", - "specular": { - "rb": "0.07332", - "rf": "0.07332", - "tb": "0.86474", - "tf": "0.86474" - } - }, - { - "w": "1.47", - "specular": { - "rb": "0.07336", - "rf": "0.07336", - "tb": "0.86532", - "tf": "0.86532" - } - }, - { - "w": "1.475", - "specular": { - "rb": "0.0734", - "rf": "0.0734", - "tb": "0.8659", - "tf": "0.8659" - } - }, - { - "w": "1.48", - "specular": { - "rb": "0.07344", - "rf": "0.07344", - "tb": "0.86648", - "tf": "0.86648" - } - }, - { - "w": "1.485", - "specular": { - "rb": "0.07348", - "rf": "0.07348", - "tb": "0.86706", - "tf": "0.86706" - } - }, - { - "w": "1.49", - "specular": { - "rb": "0.07352", - "rf": "0.07352", - "tb": "0.86764", - "tf": "0.86764" - } - }, - { - "w": "1.495", - "specular": { - "rb": "0.07356", - "rf": "0.07356", - "tb": "0.86822", - "tf": "0.86822" - } - }, - { - "w": "1.5", - "specular": { - "rb": "0.0736", - "rf": "0.0736", - "tb": "0.8688", - "tf": "0.8688" - } - }, - { - "w": "1.505", - "specular": { - "rb": "0.07362", - "rf": "0.07362", - "tb": "0.86932", - "tf": "0.86932" - } - }, - { - "w": "1.51", - "specular": { - "rb": "0.07364", - "rf": "0.07364", - "tb": "0.86984", - "tf": "0.86984" - } - }, - { - "w": "1.515", - "specular": { - "rb": "0.07366", - "rf": "0.07366", - "tb": "0.87036", - "tf": "0.87036" - } - }, - { - "w": "1.52", - "specular": { - "rb": "0.07368", - "rf": "0.07368", - "tb": "0.87088", - "tf": "0.87088" - } - }, - { - "w": "1.525", - "specular": { - "rb": "0.0737", - "rf": "0.0737", - "tb": "0.8714", - "tf": "0.8714" - } - }, - { - "w": "1.53", - "specular": { - "rb": "0.07372", - "rf": "0.07372", - "tb": "0.87192", - "tf": "0.87192" - } - }, - { - "w": "1.535", - "specular": { - "rb": "0.07374", - "rf": "0.07374", - "tb": "0.87244", - "tf": "0.87244" - } - }, - { - "w": "1.54", - "specular": { - "rb": "0.07376", - "rf": "0.07376", - "tb": "0.87296", - "tf": "0.87296" - } - }, - { - "w": "1.545", - "specular": { - "rb": "0.07378", - "rf": "0.07378", - "tb": "0.87348", - "tf": "0.87348" - } - }, - { - "w": "1.55", - "specular": { - "rb": "0.0738", - "rf": "0.0738", - "tb": "0.874", - "tf": "0.874" - } - }, - { - "w": "1.555", - "specular": { - "rb": "0.07381", - "rf": "0.07381", - "tb": "0.87427", - "tf": "0.87427" - } - }, - { - "w": "1.56", - "specular": { - "rb": "0.07382", - "rf": "0.07382", - "tb": "0.87454", - "tf": "0.87454" - } - }, - { - "w": "1.565", - "specular": { - "rb": "0.07383", - "rf": "0.07383", - "tb": "0.87481", - "tf": "0.87481" - } - }, - { - "w": "1.57", - "specular": { - "rb": "0.07384", - "rf": "0.07384", - "tb": "0.87508", - "tf": "0.87508" - } - }, - { - "w": "1.575", - "specular": { - "rb": "0.07385", - "rf": "0.07385", - "tb": "0.87535", - "tf": "0.87535" - } - }, - { - "w": "1.58", - "specular": { - "rb": "0.07386", - "rf": "0.07386", - "tb": "0.87562", - "tf": "0.87562" - } - }, - { - "w": "1.585", - "specular": { - "rb": "0.07387", - "rf": "0.07387", - "tb": "0.87589", - "tf": "0.87589" - } - }, - { - "w": "1.59", - "specular": { - "rb": "0.07388", - "rf": "0.07388", - "tb": "0.87616", - "tf": "0.87616" - } - }, - { - "w": "1.595", - "specular": { - "rb": "0.07389", - "rf": "0.07389", - "tb": "0.87643", - "tf": "0.87643" - } - }, - { - "w": "1.6", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8767", - "tf": "0.8767" - } - }, - { - "w": "1.605", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87686", - "tf": "0.87686" - } - }, - { - "w": "1.61", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87702", - "tf": "0.87702" - } - }, - { - "w": "1.615", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87718", - "tf": "0.87718" - } - }, - { - "w": "1.62", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87734", - "tf": "0.87734" - } - }, - { - "w": "1.625", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8775", - "tf": "0.8775" - } - }, - { - "w": "1.63", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87766", - "tf": "0.87766" - } - }, - { - "w": "1.635", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87782", - "tf": "0.87782" - } - }, - { - "w": "1.64", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87798", - "tf": "0.87798" - } - }, - { - "w": "1.645", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87814", - "tf": "0.87814" - } - }, - { - "w": "1.65", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8783", - "tf": "0.8783" - } - }, - { - "w": "1.655", - "specular": { - "rb": "0.07389", - "rf": "0.07389", - "tb": "0.87826", - "tf": "0.87826" - } - }, - { - "w": "1.66", - "specular": { - "rb": "0.07388", - "rf": "0.07388", - "tb": "0.87822", - "tf": "0.87822" - } - }, - { - "w": "1.665", - "specular": { - "rb": "0.07387", - "rf": "0.07387", - "tb": "0.87818", - "tf": "0.87818" - } - }, - { - "w": "1.67", - "specular": { - "rb": "0.07386", - "rf": "0.07386", - "tb": "0.87814", - "tf": "0.87814" - } - }, - { - "w": "1.675", - "specular": { - "rb": "0.07385", - "rf": "0.07385", - "tb": "0.8781", - "tf": "0.8781" - } - }, - { - "w": "1.68", - "specular": { - "rb": "0.07384", - "rf": "0.07384", - "tb": "0.87806", - "tf": "0.87806" - } - }, - { - "w": "1.685", - "specular": { - "rb": "0.07383", - "rf": "0.07383", - "tb": "0.87802", - "tf": "0.87802" - } - }, - { - "w": "1.69", - "specular": { - "rb": "0.07382", - "rf": "0.07382", - "tb": "0.87798", - "tf": "0.87798" - } - }, - { - "w": "1.695", - "specular": { - "rb": "0.07381", - "rf": "0.07381", - "tb": "0.87794", - "tf": "0.87794" - } - }, - { - "w": "1.7", - "specular": { - "rb": "0.0738", - "rf": "0.0738", - "tb": "0.8779", - "tf": "0.8779" - } - }, - { - "w": "1.705", - "specular": { - "rb": "0.07378", - "rf": "0.07378", - "tb": "0.87782", - "tf": "0.87782" - } - }, - { - "w": "1.71", - "specular": { - "rb": "0.07376", - "rf": "0.07376", - "tb": "0.87774", - "tf": "0.87774" - } - }, - { - "w": "1.715", - "specular": { - "rb": "0.07374", - "rf": "0.07374", - "tb": "0.87766", - "tf": "0.87766" - } - }, - { - "w": "1.72", - "specular": { - "rb": "0.07372", - "rf": "0.07372", - "tb": "0.87758", - "tf": "0.87758" - } - }, - { - "w": "1.725", - "specular": { - "rb": "0.0737", - "rf": "0.0737", - "tb": "0.8775", - "tf": "0.8775" - } - }, - { - "w": "1.73", - "specular": { - "rb": "0.07368", - "rf": "0.07368", - "tb": "0.87742", - "tf": "0.87742" - } - }, - { - "w": "1.735", - "specular": { - "rb": "0.07366", - "rf": "0.07366", - "tb": "0.87734", - "tf": "0.87734" - } - }, - { - "w": "1.74", - "specular": { - "rb": "0.07364", - "rf": "0.07364", - "tb": "0.87726", - "tf": "0.87726" - } - }, - { - "w": "1.745", - "specular": { - "rb": "0.07362", - "rf": "0.07362", - "tb": "0.87718", - "tf": "0.87718" - } - }, - { - "w": "1.75", - "specular": { - "rb": "0.0736", - "rf": "0.0736", - "tb": "0.8771", - "tf": "0.8771" - } - }, - { - "w": "1.755", - "specular": { - "rb": "0.07357", - "rf": "0.07357", - "tb": "0.87692", - "tf": "0.87692" - } - }, - { - "w": "1.76", - "specular": { - "rb": "0.07354", - "rf": "0.07354", - "tb": "0.87674", - "tf": "0.87674" - } - }, - { - "w": "1.765", - "specular": { - "rb": "0.07351", - "rf": "0.07351", - "tb": "0.87656", - "tf": "0.87656" - } - }, - { - "w": "1.77", - "specular": { - "rb": "0.07348", - "rf": "0.07348", - "tb": "0.87638", - "tf": "0.87638" - } - }, - { - "w": "1.775", - "specular": { - "rb": "0.07345", - "rf": "0.07345", - "tb": "0.8762", - "tf": "0.8762" - } - }, - { - "w": "1.78", - "specular": { - "rb": "0.07342", - "rf": "0.07342", - "tb": "0.87602", - "tf": "0.87602" - } - }, - { - "w": "1.785", - "specular": { - "rb": "0.07339", - "rf": "0.07339", - "tb": "0.87584", - "tf": "0.87584" - } - }, - { - "w": "1.79", - "specular": { - "rb": "0.07336", - "rf": "0.07336", - "tb": "0.87566", - "tf": "0.87566" - } - }, - { - "w": "1.795", - "specular": { - "rb": "0.07333", - "rf": "0.07333", - "tb": "0.87548", - "tf": "0.87548" - } - }, - { - "w": "1.8", - "specular": { - "rb": "0.0733", - "rf": "0.0733", - "tb": "0.8753", - "tf": "0.8753" - } - }, - { - "w": "1.805", - "specular": { - "rb": "0.07328", - "rf": "0.07328", - "tb": "0.87516", - "tf": "0.87516" - } - }, - { - "w": "1.81", - "specular": { - "rb": "0.07326", - "rf": "0.07326", - "tb": "0.87502", - "tf": "0.87502" - } - }, - { - "w": "1.815", - "specular": { - "rb": "0.07324", - "rf": "0.07324", - "tb": "0.87488", - "tf": "0.87488" - } - }, - { - "w": "1.82", - "specular": { - "rb": "0.07322", - "rf": "0.07322", - "tb": "0.87474", - "tf": "0.87474" - } - }, - { - "w": "1.825", - "specular": { - "rb": "0.0732", - "rf": "0.0732", - "tb": "0.8746", - "tf": "0.8746" - } - }, - { - "w": "1.83", - "specular": { - "rb": "0.07318", - "rf": "0.07318", - "tb": "0.87446", - "tf": "0.87446" - } - }, - { - "w": "1.835", - "specular": { - "rb": "0.07316", - "rf": "0.07316", - "tb": "0.87432", - "tf": "0.87432" - } - }, - { - "w": "1.84", - "specular": { - "rb": "0.07314", - "rf": "0.07314", - "tb": "0.87418", - "tf": "0.87418" - } - }, - { - "w": "1.845", - "specular": { - "rb": "0.07312", - "rf": "0.07312", - "tb": "0.87404", - "tf": "0.87404" - } - }, - { - "w": "1.85", - "specular": { - "rb": "0.0731", - "rf": "0.0731", - "tb": "0.8739", - "tf": "0.8739" - } - }, - { - "w": "1.855", - "specular": { - "rb": "0.07308", - "rf": "0.07308", - "tb": "0.87379", - "tf": "0.87379" - } - }, - { - "w": "1.86", - "specular": { - "rb": "0.07306", - "rf": "0.07306", - "tb": "0.87368", - "tf": "0.87368" - } - }, - { - "w": "1.865", - "specular": { - "rb": "0.07304", - "rf": "0.07304", - "tb": "0.87357", - "tf": "0.87357" - } - }, - { - "w": "1.87", - "specular": { - "rb": "0.07302", - "rf": "0.07302", - "tb": "0.87346", - "tf": "0.87346" - } - }, - { - "w": "1.875", - "specular": { - "rb": "0.073", - "rf": "0.073", - "tb": "0.87335", - "tf": "0.87335" - } - }, - { - "w": "1.88", - "specular": { - "rb": "0.07298", - "rf": "0.07298", - "tb": "0.87324", - "tf": "0.87324" - } - }, - { - "w": "1.885", - "specular": { - "rb": "0.07296", - "rf": "0.07296", - "tb": "0.87313", - "tf": "0.87313" - } - }, - { - "w": "1.89", - "specular": { - "rb": "0.07294", - "rf": "0.07294", - "tb": "0.87302", - "tf": "0.87302" - } - }, - { - "w": "1.895", - "specular": { - "rb": "0.07292", - "rf": "0.07292", - "tb": "0.87291", - "tf": "0.87291" - } - }, - { - "w": "1.9", - "specular": { - "rb": "0.0729", - "rf": "0.0729", - "tb": "0.8728", - "tf": "0.8728" - } - }, - { - "w": "1.905", - "specular": { - "rb": "0.07288", - "rf": "0.07288", - "tb": "0.8727", - "tf": "0.8727" - } - }, - { - "w": "1.91", - "specular": { - "rb": "0.07286", - "rf": "0.07286", - "tb": "0.8726", - "tf": "0.8726" - } - }, - { - "w": "1.915", - "specular": { - "rb": "0.07284", - "rf": "0.07284", - "tb": "0.8725", - "tf": "0.8725" - } - }, - { - "w": "1.92", - "specular": { - "rb": "0.07282", - "rf": "0.07282", - "tb": "0.8724", - "tf": "0.8724" - } - }, - { - "w": "1.925", - "specular": { - "rb": "0.0728", - "rf": "0.0728", - "tb": "0.8723", - "tf": "0.8723" - } - }, - { - "w": "1.93", - "specular": { - "rb": "0.07278", - "rf": "0.07278", - "tb": "0.8722", - "tf": "0.8722" - } - }, - { - "w": "1.935", - "specular": { - "rb": "0.07276", - "rf": "0.07276", - "tb": "0.8721", - "tf": "0.8721" - } - }, - { - "w": "1.94", - "specular": { - "rb": "0.07274", - "rf": "0.07274", - "tb": "0.872", - "tf": "0.872" - } - }, - { - "w": "1.945", - "specular": { - "rb": "0.07272", - "rf": "0.07272", - "tb": "0.8719", - "tf": "0.8719" - } - }, - { - "w": "1.95", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8718", - "tf": "0.8718" - } - }, - { - "w": "1.955", - "specular": { - "rb": "0.07267", - "rf": "0.07267", - "tb": "0.87162", - "tf": "0.87162" - } - }, - { - "w": "1.96", - "specular": { - "rb": "0.07264", - "rf": "0.07264", - "tb": "0.87144", - "tf": "0.87144" - } - }, - { - "w": "1.965", - "specular": { - "rb": "0.07261", - "rf": "0.07261", - "tb": "0.87126", - "tf": "0.87126" - } - }, - { - "w": "1.97", - "specular": { - "rb": "0.07258", - "rf": "0.07258", - "tb": "0.87108", - "tf": "0.87108" - } - }, - { - "w": "1.975", - "specular": { - "rb": "0.07255", - "rf": "0.07255", - "tb": "0.8709", - "tf": "0.8709" - } - }, - { - "w": "1.98", - "specular": { - "rb": "0.07252", - "rf": "0.07252", - "tb": "0.87072", - "tf": "0.87072" - } - }, - { - "w": "1.985", - "specular": { - "rb": "0.07249", - "rf": "0.07249", - "tb": "0.87054", - "tf": "0.87054" - } - }, - { - "w": "1.99", - "specular": { - "rb": "0.07246", - "rf": "0.07246", - "tb": "0.87036", - "tf": "0.87036" - } - }, - { - "w": "1.995", - "specular": { - "rb": "0.07243", - "rf": "0.07243", - "tb": "0.87018", - "tf": "0.87018" - } - }, - { - "w": "2.0", - "specular": { - "rb": "0.0724", - "rf": "0.0724", - "tb": "0.87", - "tf": "0.87" - } - }, - { - "w": "2.005", - "specular": { - "rb": "0.07239", - "rf": "0.07239", - "tb": "0.86999", - "tf": "0.86999" - } - }, - { - "w": "2.01", - "specular": { - "rb": "0.07238", - "rf": "0.07238", - "tb": "0.86998", - "tf": "0.86998" - } - }, - { - "w": "2.015", - "specular": { - "rb": "0.07237", - "rf": "0.07237", - "tb": "0.86997", - "tf": "0.86997" - } - }, - { - "w": "2.02", - "specular": { - "rb": "0.07236", - "rf": "0.07236", - "tb": "0.86996", - "tf": "0.86996" - } - }, - { - "w": "2.025", - "specular": { - "rb": "0.07235", - "rf": "0.07235", - "tb": "0.86995", - "tf": "0.86995" - } - }, - { - "w": "2.03", - "specular": { - "rb": "0.07234", - "rf": "0.07234", - "tb": "0.86994", - "tf": "0.86994" - } - }, - { - "w": "2.035", - "specular": { - "rb": "0.07233", - "rf": "0.07233", - "tb": "0.86993", - "tf": "0.86993" - } - }, - { - "w": "2.04", - "specular": { - "rb": "0.07232", - "rf": "0.07232", - "tb": "0.86992", - "tf": "0.86992" - } - }, - { - "w": "2.045", - "specular": { - "rb": "0.07231", - "rf": "0.07231", - "tb": "0.86991", - "tf": "0.86991" - } - }, - { - "w": "2.05", - "specular": { - "rb": "0.0723", - "rf": "0.0723", - "tb": "0.8699", - "tf": "0.8699" - } - }, - { - "w": "2.055", - "specular": { - "rb": "0.07228", - "rf": "0.07228", - "tb": "0.86979", - "tf": "0.86979" - } - }, - { - "w": "2.06", - "specular": { - "rb": "0.07226", - "rf": "0.07226", - "tb": "0.86968", - "tf": "0.86968" - } - }, - { - "w": "2.065", - "specular": { - "rb": "0.07224", - "rf": "0.07224", - "tb": "0.86957", - "tf": "0.86957" - } - }, - { - "w": "2.07", - "specular": { - "rb": "0.07222", - "rf": "0.07222", - "tb": "0.86946", - "tf": "0.86946" - } - }, - { - "w": "2.075", - "specular": { - "rb": "0.0722", - "rf": "0.0722", - "tb": "0.86935", - "tf": "0.86935" - } - }, - { - "w": "2.08", - "specular": { - "rb": "0.07218", - "rf": "0.07218", - "tb": "0.86924", - "tf": "0.86924" - } - }, - { - "w": "2.085", - "specular": { - "rb": "0.07216", - "rf": "0.07216", - "tb": "0.86913", - "tf": "0.86913" - } - }, - { - "w": "2.09", - "specular": { - "rb": "0.07214", - "rf": "0.07214", - "tb": "0.86902", - "tf": "0.86902" - } - }, - { - "w": "2.095", - "specular": { - "rb": "0.07212", - "rf": "0.07212", - "tb": "0.86891", - "tf": "0.86891" - } - }, - { - "w": "2.1", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8688", - "tf": "0.8688" - } - }, - { - "w": "2.105", - "specular": { - "rb": "0.07206", - "rf": "0.07206", - "tb": "0.86847", - "tf": "0.86847" - } - }, - { - "w": "2.11", - "specular": { - "rb": "0.07202", - "rf": "0.07202", - "tb": "0.86814", - "tf": "0.86814" - } - }, - { - "w": "2.115", - "specular": { - "rb": "0.07198", - "rf": "0.07198", - "tb": "0.86781", - "tf": "0.86781" - } - }, - { - "w": "2.12", - "specular": { - "rb": "0.07194", - "rf": "0.07194", - "tb": "0.86748", - "tf": "0.86748" - } - }, - { - "w": "2.125", - "specular": { - "rb": "0.0719", - "rf": "0.0719", - "tb": "0.86715", - "tf": "0.86715" - } - }, - { - "w": "2.13", - "specular": { - "rb": "0.07186", - "rf": "0.07186", - "tb": "0.86682", - "tf": "0.86682" - } - }, - { - "w": "2.135", - "specular": { - "rb": "0.07182", - "rf": "0.07182", - "tb": "0.86649", - "tf": "0.86649" - } - }, - { - "w": "2.14", - "specular": { - "rb": "0.07178", - "rf": "0.07178", - "tb": "0.86616", - "tf": "0.86616" - } - }, - { - "w": "2.145", - "specular": { - "rb": "0.07174", - "rf": "0.07174", - "tb": "0.86583", - "tf": "0.86583" - } - }, - { - "w": "2.15", - "specular": { - "rb": "0.0717", - "rf": "0.0717", - "tb": "0.8655", - "tf": "0.8655" - } - }, - { - "w": "2.155", - "specular": { - "rb": "0.07158", - "rf": "0.07158", - "tb": "0.86402", - "tf": "0.86402" - } - }, - { - "w": "2.16", - "specular": { - "rb": "0.07146", - "rf": "0.07146", - "tb": "0.86254", - "tf": "0.86254" - } - }, - { - "w": "2.165", - "specular": { - "rb": "0.07134", - "rf": "0.07134", - "tb": "0.86106", - "tf": "0.86106" - } - }, - { - "w": "2.17", - "specular": { - "rb": "0.07122", - "rf": "0.07122", - "tb": "0.85958", - "tf": "0.85958" - } - }, - { - "w": "2.175", - "specular": { - "rb": "0.0711", - "rf": "0.0711", - "tb": "0.8581", - "tf": "0.8581" - } - }, - { - "w": "2.18", - "specular": { - "rb": "0.07098", - "rf": "0.07098", - "tb": "0.85662", - "tf": "0.85662" - } - }, - { - "w": "2.185", - "specular": { - "rb": "0.07086", - "rf": "0.07086", - "tb": "0.85514", - "tf": "0.85514" - } - }, - { - "w": "2.19", - "specular": { - "rb": "0.07074", - "rf": "0.07074", - "tb": "0.85366", - "tf": "0.85366" - } - }, - { - "w": "2.195", - "specular": { - "rb": "0.07062", - "rf": "0.07062", - "tb": "0.85218", - "tf": "0.85218" - } - }, - { - "w": "2.2", - "specular": { - "rb": "0.0705", - "rf": "0.0705", - "tb": "0.8507", - "tf": "0.8507" - } - }, - { - "w": "2.205", - "specular": { - "rb": "0.07045", - "rf": "0.07045", - "tb": "0.85021", - "tf": "0.85021" - } - }, - { - "w": "2.21", - "specular": { - "rb": "0.0704", - "rf": "0.0704", - "tb": "0.84972", - "tf": "0.84972" - } - }, - { - "w": "2.215", - "specular": { - "rb": "0.07035", - "rf": "0.07035", - "tb": "0.84923", - "tf": "0.84923" - } - }, - { - "w": "2.22", - "specular": { - "rb": "0.0703", - "rf": "0.0703", - "tb": "0.84874", - "tf": "0.84874" - } - }, - { - "w": "2.225", - "specular": { - "rb": "0.07025", - "rf": "0.07025", - "tb": "0.84825", - "tf": "0.84825" - } - }, - { - "w": "2.23", - "specular": { - "rb": "0.0702", - "rf": "0.0702", - "tb": "0.84776", - "tf": "0.84776" - } - }, - { - "w": "2.235", - "specular": { - "rb": "0.07015", - "rf": "0.07015", - "tb": "0.84727", - "tf": "0.84727" - } - }, - { - "w": "2.24", - "specular": { - "rb": "0.0701", - "rf": "0.0701", - "tb": "0.84678", - "tf": "0.84678" - } - }, - { - "w": "2.245", - "specular": { - "rb": "0.07005", - "rf": "0.07005", - "tb": "0.84629", - "tf": "0.84629" - } - }, - { - "w": "2.25", - "specular": { - "rb": "0.07", - "rf": "0.07", - "tb": "0.8458", - "tf": "0.8458" - } - }, - { - "w": "2.255", - "specular": { - "rb": "0.07003", - "rf": "0.07003", - "tb": "0.84636", - "tf": "0.84636" - } - }, - { - "w": "2.26", - "specular": { - "rb": "0.07006", - "rf": "0.07006", - "tb": "0.84692", - "tf": "0.84692" - } - }, - { - "w": "2.265", - "specular": { - "rb": "0.07009", - "rf": "0.07009", - "tb": "0.84748", - "tf": "0.84748" - } - }, - { - "w": "2.27", - "specular": { - "rb": "0.07012", - "rf": "0.07012", - "tb": "0.84804", - "tf": "0.84804" - } - }, - { - "w": "2.275", - "specular": { - "rb": "0.07015", - "rf": "0.07015", - "tb": "0.8486", - "tf": "0.8486" - } - }, - { - "w": "2.28", - "specular": { - "rb": "0.07018", - "rf": "0.07018", - "tb": "0.84916", - "tf": "0.84916" - } - }, - { - "w": "2.285", - "specular": { - "rb": "0.07021", - "rf": "0.07021", - "tb": "0.84972", - "tf": "0.84972" - } - }, - { - "w": "2.29", - "specular": { - "rb": "0.07024", - "rf": "0.07024", - "tb": "0.85028", - "tf": "0.85028" - } - }, - { - "w": "2.295", - "specular": { - "rb": "0.07027", - "rf": "0.07027", - "tb": "0.85084", - "tf": "0.85084" - } - }, - { - "w": "2.3", - "specular": { - "rb": "0.0703", - "rf": "0.0703", - "tb": "0.8514", - "tf": "0.8514" - } - }, - { - "w": "2.305", - "specular": { - "rb": "0.07031", - "rf": "0.07031", - "tb": "0.85159", - "tf": "0.85159" - } - }, - { - "w": "2.31", - "specular": { - "rb": "0.07032", - "rf": "0.07032", - "tb": "0.85178", - "tf": "0.85178" - } - }, - { - "w": "2.315", - "specular": { - "rb": "0.07033", - "rf": "0.07033", - "tb": "0.85197", - "tf": "0.85197" - } - }, - { - "w": "2.32", - "specular": { - "rb": "0.07034", - "rf": "0.07034", - "tb": "0.85216", - "tf": "0.85216" - } - }, - { - "w": "2.325", - "specular": { - "rb": "0.07035", - "rf": "0.07035", - "tb": "0.85235", - "tf": "0.85235" - } - }, - { - "w": "2.33", - "specular": { - "rb": "0.07036", - "rf": "0.07036", - "tb": "0.85254", - "tf": "0.85254" - } - }, - { - "w": "2.335", - "specular": { - "rb": "0.07037", - "rf": "0.07037", - "tb": "0.85273", - "tf": "0.85273" - } - }, - { - "w": "2.34", - "specular": { - "rb": "0.07038", - "rf": "0.07038", - "tb": "0.85292", - "tf": "0.85292" - } - }, - { - "w": "2.345", - "specular": { - "rb": "0.07039", - "rf": "0.07039", - "tb": "0.85311", - "tf": "0.85311" - } - }, - { - "w": "2.35", - "specular": { - "rb": "0.0704", - "rf": "0.0704", - "tb": "0.8533", - "tf": "0.8533" - } - }, - { - "w": "2.355", - "specular": { - "rb": "0.07036", - "rf": "0.07036", - "tb": "0.85297", - "tf": "0.85297" - } - }, - { - "w": "2.36", - "specular": { - "rb": "0.07032", - "rf": "0.07032", - "tb": "0.85264", - "tf": "0.85264" - } - }, - { - "w": "2.365", - "specular": { - "rb": "0.07028", - "rf": "0.07028", - "tb": "0.85231", - "tf": "0.85231" - } - }, - { - "w": "2.37", - "specular": { - "rb": "0.07024", - "rf": "0.07024", - "tb": "0.85198", - "tf": "0.85198" - } - }, - { - "w": "2.375", - "specular": { - "rb": "0.0702", - "rf": "0.0702", - "tb": "0.85165", - "tf": "0.85165" - } - }, - { - "w": "2.38", - "specular": { - "rb": "0.07016", - "rf": "0.07016", - "tb": "0.85132", - "tf": "0.85132" - } - }, - { - "w": "2.385", - "specular": { - "rb": "0.07012", - "rf": "0.07012", - "tb": "0.85099", - "tf": "0.85099" - } - }, - { - "w": "2.39", - "specular": { - "rb": "0.07008", - "rf": "0.07008", - "tb": "0.85066", - "tf": "0.85066" - } - }, - { - "w": "2.395", - "specular": { - "rb": "0.07004", - "rf": "0.07004", - "tb": "0.85033", - "tf": "0.85033" - } - }, - { - "w": "2.4", - "specular": { - "rb": "0.07", - "rf": "0.07", - "tb": "0.85", - "tf": "0.85" - } - }, - { - "w": "2.405", - "specular": { - "rb": "0.06993", - "rf": "0.06993", - "tb": "0.84919", - "tf": "0.84919" - } - }, - { - "w": "2.41", - "specular": { - "rb": "0.06986", - "rf": "0.06986", - "tb": "0.84838", - "tf": "0.84838" - } - }, - { - "w": "2.415", - "specular": { - "rb": "0.06979", - "rf": "0.06979", - "tb": "0.84757", - "tf": "0.84757" - } - }, - { - "w": "2.42", - "specular": { - "rb": "0.06972", - "rf": "0.06972", - "tb": "0.84676", - "tf": "0.84676" - } - }, - { - "w": "2.425", - "specular": { - "rb": "0.06965", - "rf": "0.06965", - "tb": "0.84595", - "tf": "0.84595" - } - }, - { - "w": "2.43", - "specular": { - "rb": "0.06958", - "rf": "0.06958", - "tb": "0.84514", - "tf": "0.84514" - } - }, - { - "w": "2.435", - "specular": { - "rb": "0.06951", - "rf": "0.06951", - "tb": "0.84433", - "tf": "0.84433" - } - }, - { - "w": "2.44", - "specular": { - "rb": "0.06944", - "rf": "0.06944", - "tb": "0.84352", - "tf": "0.84352" - } - }, - { - "w": "2.445", - "specular": { - "rb": "0.06937", - "rf": "0.06937", - "tb": "0.84271", - "tf": "0.84271" - } - }, - { - "w": "2.45", - "specular": { - "rb": "0.0693", - "rf": "0.0693", - "tb": "0.8419", - "tf": "0.8419" - } - }, - { - "w": "2.455", - "specular": { - "rb": "0.06922", - "rf": "0.06922", - "tb": "0.84093", - "tf": "0.84093" - } - }, - { - "w": "2.46", - "specular": { - "rb": "0.06914", - "rf": "0.06914", - "tb": "0.83996", - "tf": "0.83996" - } - }, - { - "w": "2.465", - "specular": { - "rb": "0.06906", - "rf": "0.06906", - "tb": "0.83899", - "tf": "0.83899" - } - }, - { - "w": "2.47", - "specular": { - "rb": "0.06898", - "rf": "0.06898", - "tb": "0.83802", - "tf": "0.83802" - } - }, - { - "w": "2.475", - "specular": { - "rb": "0.0689", - "rf": "0.0689", - "tb": "0.83705", - "tf": "0.83705" - } - }, - { - "w": "2.48", - "specular": { - "rb": "0.06882", - "rf": "0.06882", - "tb": "0.83608", - "tf": "0.83608" - } - }, - { - "w": "2.485", - "specular": { - "rb": "0.06874", - "rf": "0.06874", - "tb": "0.83511", - "tf": "0.83511" - } - }, - { - "w": "2.49", - "specular": { - "rb": "0.06866", - "rf": "0.06866", - "tb": "0.83414", - "tf": "0.83414" - } - }, - { - "w": "2.495", - "specular": { - "rb": "0.06858", - "rf": "0.06858", - "tb": "0.83317", - "tf": "0.83317" - } - }, - { - "w": "2.5", - "specular": { - "rb": "0.0685", - "rf": "0.0685", - "tb": "0.8322", - "tf": "0.8322" - } - }, - { - "w": "5.0", - "specular": { - "rb": "0.0317603", - "rf": "0.0317603", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.1", - "specular": { - "rb": "0.03117786", - "rf": "0.03117786", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.2", - "specular": { - "rb": "0.030575", - "rf": "0.030575", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.3", - "specular": { - "rb": "0.02989826", - "rf": "0.02989826", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.4", - "specular": { - "rb": "0.02932715", - "rf": "0.02932715", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.5", - "specular": { - "rb": "0.02868443", - "rf": "0.02868443", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.6", - "specular": { - "rb": "0.02798816", - "rf": "0.02798816", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.7", - "specular": { - "rb": "0.02737208", - "rf": "0.02737208", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.8", - "specular": { - "rb": "0.02662898", - "rf": "0.02662898", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.9", - "specular": { - "rb": "0.02576046", - "rf": "0.02576046", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.0", - "specular": { - "rb": "0.02494783", - "rf": "0.02494783", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.1", - "specular": { - "rb": "0.02413691", - "rf": "0.02413691", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.2", - "specular": { - "rb": "0.02321456", - "rf": "0.02321456", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.3", - "specular": { - "rb": "0.02237789", - "rf": "0.02237789", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.4", - "specular": { - "rb": "0.02128538", - "rf": "0.02128538", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.5", - "specular": { - "rb": "0.02011609", - "rf": "0.02011609", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.6", - "specular": { - "rb": "0.01922287", - "rf": "0.01922287", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.7", - "specular": { - "rb": "0.01794114", - "rf": "0.01794114", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.8", - "specular": { - "rb": "0.01665305", - "rf": "0.01665305", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.9", - "specular": { - "rb": "0.01531783", - "rf": "0.01531783", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.0", - "specular": { - "rb": "0.01398767", - "rf": "0.01398767", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.1", - "specular": { - "rb": "0.01250852", - "rf": "0.01250852", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.2", - "specular": { - "rb": "0.01099694", - "rf": "0.01099694", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.3", - "specular": { - "rb": "0.009325154", - "rf": "0.009325154", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.4", - "specular": { - "rb": "0.007775973", - "rf": "0.007775973", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.5", - "specular": { - "rb": "0.006004325", - "rf": "0.006004325", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.6", - "specular": { - "rb": "0.004365841", - "rf": "0.004365841", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.7", - "specular": { - "rb": "0.002912899", - "rf": "0.002912899", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.8", - "specular": { - "rb": "0.001862653", - "rf": "0.001862653", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.9", - "specular": { - "rb": "0.001893779", - "rf": "0.001893779", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.0", - "specular": { - "rb": "0.004604187", - "rf": "0.004604187", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.1", - "specular": { - "rb": "0.01396993", - "rf": "0.01396993", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.2", - "specular": { - "rb": "0.03379792", - "rf": "0.03379792", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.3", - "specular": { - "rb": "0.06026775", - "rf": "0.06026775", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.4", - "specular": { - "rb": "0.08579855", - "rf": "0.08579855", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.5", - "specular": { - "rb": "0.1100057", - "rf": "0.1100057", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.6", - "specular": { - "rb": "0.1323906", - "rf": "0.1323906", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.7", - "specular": { - "rb": "0.1515961", - "rf": "0.1515961", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.8", - "specular": { - "rb": "0.169293", - "rf": "0.169293", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.9", - "specular": { - "rb": "0.1869905", - "rf": "0.1869905", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.0", - "specular": { - "rb": "0.2054866", - "rf": "0.2054866", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.1", - "specular": { - "rb": "0.2291816", - "rf": "0.2291816", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.2", - "specular": { - "rb": "0.2532378", - "rf": "0.2532378", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.3", - "specular": { - "rb": "0.2730808", - "rf": "0.2730808", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.4", - "specular": { - "rb": "0.2866183", - "rf": "0.2866183", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.5", - "specular": { - "rb": "0.2890902", - "rf": "0.2890902", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.6", - "specular": { - "rb": "0.283575", - "rf": "0.283575", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.7", - "specular": { - "rb": "0.273699", - "rf": "0.273699", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.8", - "specular": { - "rb": "0.2633874", - "rf": "0.2633874", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.9", - "specular": { - "rb": "0.2528525", - "rf": "0.2528525", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.0", - "specular": { - "rb": "0.2418507", - "rf": "0.2418507", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.1", - "specular": { - "rb": "0.2332705", - "rf": "0.2332705", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.2", - "specular": { - "rb": "0.2241817", - "rf": "0.2241817", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.3", - "specular": { - "rb": "0.2154393", - "rf": "0.2154393", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.4", - "specular": { - "rb": "0.2076605", - "rf": "0.2076605", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.5", - "specular": { - "rb": "0.2001801", - "rf": "0.2001801", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.6", - "specular": { - "rb": "0.1920287", - "rf": "0.1920287", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.7", - "specular": { - "rb": "0.1830552", - "rf": "0.1830552", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.8", - "specular": { - "rb": "0.1727526", - "rf": "0.1727526", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.9", - "specular": { - "rb": "0.1625845", - "rf": "0.1625845", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.0", - "specular": { - "rb": "0.1520166", - "rf": "0.1520166", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.1", - "specular": { - "rb": "0.1398158", - "rf": "0.1398158", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.2", - "specular": { - "rb": "0.1295152", - "rf": "0.1295152", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.3", - "specular": { - "rb": "0.1198978", - "rf": "0.1198978", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.4", - "specular": { - "rb": "0.1122678", - "rf": "0.1122678", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.5", - "specular": { - "rb": "0.1039998", - "rf": "0.1039998", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.6", - "specular": { - "rb": "0.09738897", - "rf": "0.09738897", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.7", - "specular": { - "rb": "0.09016786", - "rf": "0.09016786", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.8", - "specular": { - "rb": "0.0837536", - "rf": "0.0837536", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.9", - "specular": { - "rb": "0.07775009", - "rf": "0.07775009", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.0", - "specular": { - "rb": "0.07262429", - "rf": "0.07262429", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.1", - "specular": { - "rb": "0.06909924", - "rf": "0.06909924", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.2", - "specular": { - "rb": "0.06730816", - "rf": "0.06730816", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.3", - "specular": { - "rb": "0.06703605", - "rf": "0.06703605", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.4", - "specular": { - "rb": "0.0679357", - "rf": "0.0679357", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.5", - "specular": { - "rb": "0.07016622", - "rf": "0.07016622", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.6", - "specular": { - "rb": "0.07258398", - "rf": "0.07258398", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.7", - "specular": { - "rb": "0.0750324", - "rf": "0.0750324", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.8", - "specular": { - "rb": "0.07740509", - "rf": "0.07740509", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.9", - "specular": { - "rb": "0.07917856", - "rf": "0.07917856", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.0", - "specular": { - "rb": "0.08034915", - "rf": "0.08034915", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.1", - "specular": { - "rb": "0.08087461", - "rf": "0.08087461", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.2", - "specular": { - "rb": "0.08068211", - "rf": "0.08068211", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.3", - "specular": { - "rb": "0.07945995", - "rf": "0.07945995", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.4", - "specular": { - "rb": "0.0780423", - "rf": "0.0780423", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.5", - "specular": { - "rb": "0.07619345", - "rf": "0.07619345", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.6", - "specular": { - "rb": "0.07448422", - "rf": "0.07448422", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.7", - "specular": { - "rb": "0.07249223", - "rf": "0.07249223", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.8", - "specular": { - "rb": "0.07089327", - "rf": "0.07089327", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.9", - "specular": { - "rb": "0.06957324", - "rf": "0.06957324", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.0", - "specular": { - "rb": "0.06808921", - "rf": "0.06808921", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.1", - "specular": { - "rb": "0.06658594", - "rf": "0.06658594", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.2", - "specular": { - "rb": "0.06529986", - "rf": "0.06529986", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.3", - "specular": { - "rb": "0.06391528", - "rf": "0.06391528", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.4", - "specular": { - "rb": "0.06251393", - "rf": "0.06251393", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.5", - "specular": { - "rb": "0.06126335", - "rf": "0.06126335", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.6", - "specular": { - "rb": "0.06005959", - "rf": "0.06005959", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.7", - "specular": { - "rb": "0.05915502", - "rf": "0.05915502", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.8", - "specular": { - "rb": "0.0582341", - "rf": "0.0582341", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.9", - "specular": { - "rb": "0.05751529", - "rf": "0.05751529", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.0", - "specular": { - "rb": "0.05591116", - "rf": "0.05591116", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.1", - "specular": { - "rb": "0.05492254", - "rf": "0.05492254", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.2", - "specular": { - "rb": "0.05368409", - "rf": "0.05368409", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.3", - "specular": { - "rb": "0.05259688", - "rf": "0.05259688", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.4", - "specular": { - "rb": "0.05160115", - "rf": "0.05160115", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.5", - "specular": { - "rb": "0.05067018", - "rf": "0.05067018", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.6", - "specular": { - "rb": "0.04977821", - "rf": "0.04977821", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.7", - "specular": { - "rb": "0.04847655", - "rf": "0.04847655", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.8", - "specular": { - "rb": "0.04724037", - "rf": "0.04724037", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.9", - "specular": { - "rb": "0.04627791", - "rf": "0.04627791", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.0", - "specular": { - "rb": "0.04546109", - "rf": "0.04546109", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.1", - "specular": { - "rb": "0.04472335", - "rf": "0.04472335", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.2", - "specular": { - "rb": "0.04362001", - "rf": "0.04362001", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.3", - "specular": { - "rb": "0.04252286", - "rf": "0.04252286", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.4", - "specular": { - "rb": "0.0416529", - "rf": "0.0416529", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.5", - "specular": { - "rb": "0.04084081", - "rf": "0.04084081", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.6", - "specular": { - "rb": "0.03904643", - "rf": "0.03904643", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.7", - "specular": { - "rb": "0.0372623", - "rf": "0.0372623", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.8", - "specular": { - "rb": "0.03637572", - "rf": "0.03637572", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.9", - "specular": { - "rb": "0.03539945", - "rf": "0.03539945", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.0", - "specular": { - "rb": "0.03453502", - "rf": "0.03453502", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.1", - "specular": { - "rb": "0.03327914", - "rf": "0.03327914", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.2", - "specular": { - "rb": "0.03231261", - "rf": "0.03231261", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.3", - "specular": { - "rb": "0.03125658", - "rf": "0.03125658", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.4", - "specular": { - "rb": "0.02991496", - "rf": "0.02991496", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.5", - "specular": { - "rb": "0.02909888", - "rf": "0.02909888", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.6", - "specular": { - "rb": "0.02838047", - "rf": "0.02838047", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.7", - "specular": { - "rb": "0.02762885", - "rf": "0.02762885", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.8", - "specular": { - "rb": "0.02729119", - "rf": "0.02729119", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.9", - "specular": { - "rb": "0.0271987", - "rf": "0.0271987", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.0", - "specular": { - "rb": "0.02748714", - "rf": "0.02748714", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.1", - "specular": { - "rb": "0.02824826", - "rf": "0.02824826", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.2", - "specular": { - "rb": "0.02956108", - "rf": "0.02956108", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.3", - "specular": { - "rb": "0.03161542", - "rf": "0.03161542", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.4", - "specular": { - "rb": "0.03467857", - "rf": "0.03467857", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.5", - "specular": { - "rb": "0.03879093", - "rf": "0.03879093", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.6", - "specular": { - "rb": "0.0438205", - "rf": "0.0438205", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.7", - "specular": { - "rb": "0.04995146", - "rf": "0.04995146", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.8", - "specular": { - "rb": "0.05782877", - "rf": "0.05782877", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.9", - "specular": { - "rb": "0.06411792", - "rf": "0.06411792", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.0", - "specular": { - "rb": "0.07471766", - "rf": "0.07471766", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.1", - "specular": { - "rb": "0.08624873", - "rf": "0.08624873", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.2", - "specular": { - "rb": "0.09830182", - "rf": "0.09830182", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.3", - "specular": { - "rb": "0.1066302", - "rf": "0.1066302", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.4", - "specular": { - "rb": "0.119556", - "rf": "0.119556", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.5", - "specular": { - "rb": "0.1321104", - "rf": "0.1321104", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.6", - "specular": { - "rb": "0.1400631", - "rf": "0.1400631", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.7", - "specular": { - "rb": "0.1519396", - "rf": "0.1519396", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.8", - "specular": { - "rb": "0.1596713", - "rf": "0.1596713", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.9", - "specular": { - "rb": "0.1703854", - "rf": "0.1703854", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.0", - "specular": { - "rb": "0.1807359", - "rf": "0.1807359", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.1", - "specular": { - "rb": "0.1875733", - "rf": "0.1875733", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.2", - "specular": { - "rb": "0.1940544", - "rf": "0.1940544", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.3", - "specular": { - "rb": "0.2031419", - "rf": "0.2031419", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.4", - "specular": { - "rb": "0.2087646", - "rf": "0.2087646", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.5", - "specular": { - "rb": "0.2159548", - "rf": "0.2159548", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.6", - "specular": { - "rb": "0.220133", - "rf": "0.220133", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.7", - "specular": { - "rb": "0.2241676", - "rf": "0.2241676", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.8", - "specular": { - "rb": "0.2295367", - "rf": "0.2295367", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.9", - "specular": { - "rb": "0.2324842", - "rf": "0.2324842", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.0", - "specular": { - "rb": "0.2351977", - "rf": "0.2351977", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.1", - "specular": { - "rb": "0.2384057", - "rf": "0.2384057", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.2", - "specular": { - "rb": "0.2394702", - "rf": "0.2394702", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.3", - "specular": { - "rb": "0.2400313", - "rf": "0.2400313", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.4", - "specular": { - "rb": "0.240433", - "rf": "0.240433", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.5", - "specular": { - "rb": "0.2404572", - "rf": "0.2404572", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.6", - "specular": { - "rb": "0.2398681", - "rf": "0.2398681", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.7", - "specular": { - "rb": "0.2396427", - "rf": "0.2396427", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.8", - "specular": { - "rb": "0.2391459", - "rf": "0.2391459", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.9", - "specular": { - "rb": "0.2375401", - "rf": "0.2375401", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.0", - "specular": { - "rb": "0.23514", - "rf": "0.23514", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.1", - "specular": { - "rb": "0.2330038", - "rf": "0.2330038", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.2", - "specular": { - "rb": "0.2312396", - "rf": "0.2312396", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.3", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.4", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.5", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.6", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.7", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.8", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.9", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.0", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.1", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.2", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.3", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.4", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.5", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.6", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.7", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.8", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.9", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.0", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.1", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.2", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.3", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.4", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.5", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.6", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.7", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.8", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.9", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "25.0", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - } - ] - } - ], - "number_incidence_angles": 1 + "transmittance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.5693913431529252, + "b": 0.29968973743668137, + "l": 96.10036103356394 + }, + "rgb": { + "b": 255.0, + "g": 255.0, + "r": 255.0 + }, + "trichromatic": { + "x": 85.2487, + "y": 90.24997, + "z": 96.40885 } + } } + }, + "solar": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": "0.07636583", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": "0.07636583", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": "0.8707941", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8707941", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "photopic": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": "0.08046153", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": "0.08046153", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": "0.9025436", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.9025436", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "thermal_ir": { + "emissivity_back_hemispheric": null, + "emissivity_front_hemispheric": null, + "transmittance_back_diffuse_diffuse": null, + "transmittance_front_diffuse_diffuse": null + } + } + ], + "geometric_properties": null, + "material": "GLASS", + "material_bulk_properties": { + "name": "GLASS", + "version": 1, + "conductivity": "0.84000000000000000", + "youngs_modulus": 0.0, + "poissons_ratio": 0.0, + "elasticity": 0.0, + "moisture_properties": null + }, + "extra_data": {}, + "physical_properties": { + "is_specular": true, + "thickness": 3.85, + "predefined_emissivity_front": 0.84, + "predefined_emissivity_back": 0.84, + "predefined_tir_front": 0.0, + "predefined_tir_back": 0.0, + "permeability_factor": null, + "bulk_properties_override": { + "conductivity": "1.0" + }, + "optical_properties": { + "optical_data_type": "DISCRETE", + "incidence_angular_resolution_type": "DIRECT", + "outgoing_angular_resolution_type": "DIRECT", + "optical_data": { + "angle_blocks": [ + { + "incidence_angle": 0, + "num_wavelengths": 642, + "wavelength_data": [ + { + "w": "0.3", + "specular": { + "rb": "0.0476", + "rf": "0.0476", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "0.305", + "specular": { + "rb": "0.0474", + "rf": "0.0474", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "0.31", + "specular": { + "rb": "0.0472", + "rf": "0.0472", + "tb": "0.0303", + "tf": "0.0303" + } + }, + { + "w": "0.315", + "specular": { + "rb": "0.0474", + "rf": "0.0474", + "tb": "0.0932", + "tf": "0.0932" + } + }, + { + "w": "0.32", + "specular": { + "rb": "0.0486", + "rf": "0.0486", + "tb": "0.1916", + "tf": "0.1916" + } + }, + { + "w": "0.325", + "specular": { + "rb": "0.0517", + "rf": "0.0517", + "tb": "0.3183", + "tf": "0.3183" + } + }, + { + "w": "0.33", + "specular": { + "rb": "0.0568", + "rf": "0.0568", + "tb": "0.4537", + "tf": "0.4537" + } + }, + { + "w": "0.335", + "specular": { + "rb": "0.0629", + "rf": "0.0629", + "tb": "0.5765", + "tf": "0.5765" + } + }, + { + "w": "0.34", + "specular": { + "rb": "0.069", + "rf": "0.069", + "tb": "0.6768", + "tf": "0.6768" + } + }, + { + "w": "0.345", + "specular": { + "rb": "0.0741", + "rf": "0.0741", + "tb": "0.7513", + "tf": "0.7513" + } + }, + { + "w": "0.35", + "specular": { + "rb": "0.0779", + "rf": "0.0779", + "tb": "0.8044", + "tf": "0.8044" + } + }, + { + "w": "0.355", + "specular": { + "rb": "0.0805", + "rf": "0.0805", + "tb": "0.8388", + "tf": "0.8388" + } + }, + { + "w": "0.36", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.8611", + "tf": "0.8611" + } + }, + { + "w": "0.365", + "specular": { + "rb": "0.0829", + "rf": "0.0829", + "tb": "0.8734", + "tf": "0.8734" + } + }, + { + "w": "0.37", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.8783", + "tf": "0.8783" + } + }, + { + "w": "0.375", + "specular": { + "rb": "0.0825", + "rf": "0.0825", + "tb": "0.8747", + "tf": "0.8747" + } + }, + { + "w": "0.38", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.8727", + "tf": "0.8727" + } + }, + { + "w": "0.385", + "specular": { + "rb": "0.0825", + "rf": "0.0825", + "tb": "0.8795", + "tf": "0.8795" + } + }, + { + "w": "0.39", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.8886", + "tf": "0.8886" + } + }, + { + "w": "0.395", + "specular": { + "rb": "0.0834", + "rf": "0.0834", + "tb": "0.8943", + "tf": "0.8943" + } + }, + { + "w": "0.4", + "specular": { + "rb": "0.0834", + "rf": "0.0834", + "tb": "0.8969", + "tf": "0.8969" + } + }, + { + "w": "0.405", + "specular": { + "rb": "0.0832", + "rf": "0.0832", + "tb": "0.89665", + "tf": "0.89665" + } + }, + { + "w": "0.41", + "specular": { + "rb": "0.083", + "rf": "0.083", + "tb": "0.8964", + "tf": "0.8964" + } + }, + { + "w": "0.415", + "specular": { + "rb": "0.08275", + "rf": "0.08275", + "tb": "0.8954", + "tf": "0.8954" + } + }, + { + "w": "0.42", + "specular": { + "rb": "0.0825", + "rf": "0.0825", + "tb": "0.8944", + "tf": "0.8944" + } + }, + { + "w": "0.425", + "specular": { + "rb": "0.08235", + "rf": "0.08235", + "tb": "0.8943", + "tf": "0.8943" + } + }, + { + "w": "0.43", + "specular": { + "rb": "0.0822", + "rf": "0.0822", + "tb": "0.8942", + "tf": "0.8942" + } + }, + { + "w": "0.435", + "specular": { + "rb": "0.0821", + "rf": "0.0821", + "tb": "0.89465", + "tf": "0.89465" + } + }, + { + "w": "0.44", + "specular": { + "rb": "0.082", + "rf": "0.082", + "tb": "0.8951", + "tf": "0.8951" + } + }, + { + "w": "0.445", + "specular": { + "rb": "0.08195", + "rf": "0.08195", + "tb": "0.89625", + "tf": "0.89625" + } + }, + { + "w": "0.45", + "specular": { + "rb": "0.0819", + "rf": "0.0819", + "tb": "0.8974", + "tf": "0.8974" + } + }, + { + "w": "0.455", + "specular": { + "rb": "0.0819", + "rf": "0.0819", + "tb": "0.8988", + "tf": "0.8988" + } + }, + { + "w": "0.46", + "specular": { + "rb": "0.0819", + "rf": "0.0819", + "tb": "0.9002", + "tf": "0.9002" + } + }, + { + "w": "0.465", + "specular": { + "rb": "0.08185", + "rf": "0.08185", + "tb": "0.9009", + "tf": "0.9009" + } + }, + { + "w": "0.47", + "specular": { + "rb": "0.0818", + "rf": "0.0818", + "tb": "0.9016", + "tf": "0.9016" + } + }, + { + "w": "0.475", + "specular": { + "rb": "0.08175", + "rf": "0.08175", + "tb": "0.9019", + "tf": "0.9019" + } + }, + { + "w": "0.48", + "specular": { + "rb": "0.0817", + "rf": "0.0817", + "tb": "0.9022", + "tf": "0.9022" + } + }, + { + "w": "0.485", + "specular": { + "rb": "0.08165", + "rf": "0.08165", + "tb": "0.9033", + "tf": "0.9033" + } + }, + { + "w": "0.49", + "specular": { + "rb": "0.0816", + "rf": "0.0816", + "tb": "0.9044", + "tf": "0.9044" + } + }, + { + "w": "0.495", + "specular": { + "rb": "0.08155", + "rf": "0.08155", + "tb": "0.9048", + "tf": "0.9048" + } + }, + { + "w": "0.5", + "specular": { + "rb": "0.0815", + "rf": "0.0815", + "tb": "0.9052", + "tf": "0.9052" + } + }, + { + "w": "0.505", + "specular": { + "rb": "0.08145", + "rf": "0.08145", + "tb": "0.9057", + "tf": "0.9057" + } + }, + { + "w": "0.51", + "specular": { + "rb": "0.0814", + "rf": "0.0814", + "tb": "0.9062", + "tf": "0.9062" + } + }, + { + "w": "0.515", + "specular": { + "rb": "0.0813", + "rf": "0.0813", + "tb": "0.90585", + "tf": "0.90585" + } + }, + { + "w": "0.52", + "specular": { + "rb": "0.0812", + "rf": "0.0812", + "tb": "0.9055", + "tf": "0.9055" + } + }, + { + "w": "0.525", + "specular": { + "rb": "0.0811", + "rf": "0.0811", + "tb": "0.9054", + "tf": "0.9054" + } + }, + { + "w": "0.53", + "specular": { + "rb": "0.081", + "rf": "0.081", + "tb": "0.9053", + "tf": "0.9053" + } + }, + { + "w": "0.535", + "specular": { + "rb": "0.0809", + "rf": "0.0809", + "tb": "0.90515", + "tf": "0.90515" + } + }, + { + "w": "0.54", + "specular": { + "rb": "0.0808", + "rf": "0.0808", + "tb": "0.905", + "tf": "0.905" + } + }, + { + "w": "0.545", + "specular": { + "rb": "0.08075", + "rf": "0.08075", + "tb": "0.905", + "tf": "0.905" + } + }, + { + "w": "0.55", + "specular": { + "rb": "0.0807", + "rf": "0.0807", + "tb": "0.905", + "tf": "0.905" + } + }, + { + "w": "0.555", + "specular": { + "rb": "0.0806", + "rf": "0.0806", + "tb": "0.9046", + "tf": "0.9046" + } + }, + { + "w": "0.56", + "specular": { + "rb": "0.0805", + "rf": "0.0805", + "tb": "0.9042", + "tf": "0.9042" + } + }, + { + "w": "0.565", + "specular": { + "rb": "0.0804", + "rf": "0.0804", + "tb": "0.9037", + "tf": "0.9037" + } + }, + { + "w": "0.57", + "specular": { + "rb": "0.0803", + "rf": "0.0803", + "tb": "0.9032", + "tf": "0.9032" + } + }, + { + "w": "0.575", + "specular": { + "rb": "0.08015", + "rf": "0.08015", + "tb": "0.9024", + "tf": "0.9024" + } + }, + { + "w": "0.58", + "specular": { + "rb": "0.08", + "rf": "0.08", + "tb": "0.9016", + "tf": "0.9016" + } + }, + { + "w": "0.585", + "specular": { + "rb": "0.0799", + "rf": "0.0799", + "tb": "0.901", + "tf": "0.901" + } + }, + { + "w": "0.59", + "specular": { + "rb": "0.0798", + "rf": "0.0798", + "tb": "0.9004", + "tf": "0.9004" + } + }, + { + "w": "0.595", + "specular": { + "rb": "0.0797", + "rf": "0.0797", + "tb": "0.89965", + "tf": "0.89965" + } + }, + { + "w": "0.6", + "specular": { + "rb": "0.0796", + "rf": "0.0796", + "tb": "0.8989", + "tf": "0.8989" + } + }, + { + "w": "0.605", + "specular": { + "rb": "0.0795", + "rf": "0.0795", + "tb": "0.89825", + "tf": "0.89825" + } + }, + { + "w": "0.61", + "specular": { + "rb": "0.0794", + "rf": "0.0794", + "tb": "0.8976", + "tf": "0.8976" + } + }, + { + "w": "0.615", + "specular": { + "rb": "0.0793", + "rf": "0.0793", + "tb": "0.89685", + "tf": "0.89685" + } + }, + { + "w": "0.62", + "specular": { + "rb": "0.0792", + "rf": "0.0792", + "tb": "0.8961", + "tf": "0.8961" + } + }, + { + "w": "0.625", + "specular": { + "rb": "0.07905", + "rf": "0.07905", + "tb": "0.8951", + "tf": "0.8951" + } + }, + { + "w": "0.63", + "specular": { + "rb": "0.0789", + "rf": "0.0789", + "tb": "0.8941", + "tf": "0.8941" + } + }, + { + "w": "0.635", + "specular": { + "rb": "0.0788", + "rf": "0.0788", + "tb": "0.89345", + "tf": "0.89345" + } + }, + { + "w": "0.64", + "specular": { + "rb": "0.0787", + "rf": "0.0787", + "tb": "0.8928", + "tf": "0.8928" + } + }, + { + "w": "0.645", + "specular": { + "rb": "0.0786", + "rf": "0.0786", + "tb": "0.8919", + "tf": "0.8919" + } + }, + { + "w": "0.65", + "specular": { + "rb": "0.0785", + "rf": "0.0785", + "tb": "0.891", + "tf": "0.891" + } + }, + { + "w": "0.655", + "specular": { + "rb": "0.0784", + "rf": "0.0784", + "tb": "0.89045", + "tf": "0.89045" + } + }, + { + "w": "0.66", + "specular": { + "rb": "0.0783", + "rf": "0.0783", + "tb": "0.8899", + "tf": "0.8899" + } + }, + { + "w": "0.665", + "specular": { + "rb": "0.0782", + "rf": "0.0782", + "tb": "0.88915", + "tf": "0.88915" + } + }, + { + "w": "0.67", + "specular": { + "rb": "0.0781", + "rf": "0.0781", + "tb": "0.8884", + "tf": "0.8884" + } + }, + { + "w": "0.675", + "specular": { + "rb": "0.07805", + "rf": "0.07805", + "tb": "0.88775", + "tf": "0.88775" + } + }, + { + "w": "0.68", + "specular": { + "rb": "0.078", + "rf": "0.078", + "tb": "0.8871", + "tf": "0.8871" + } + }, + { + "w": "0.685", + "specular": { + "rb": "0.0779", + "rf": "0.0779", + "tb": "0.8864", + "tf": "0.8864" + } + }, + { + "w": "0.69", + "specular": { + "rb": "0.0778", + "rf": "0.0778", + "tb": "0.8857", + "tf": "0.8857" + } + }, + { + "w": "0.695", + "specular": { + "rb": "0.0777", + "rf": "0.0777", + "tb": "0.8848", + "tf": "0.8848" + } + }, + { + "w": "0.7", + "specular": { + "rb": "0.0776", + "rf": "0.0776", + "tb": "0.8839", + "tf": "0.8839" + } + }, + { + "w": "0.705", + "specular": { + "rb": "0.07745", + "rf": "0.07745", + "tb": "0.8828", + "tf": "0.8828" + } + }, + { + "w": "0.71", + "specular": { + "rb": "0.0773", + "rf": "0.0773", + "tb": "0.8817", + "tf": "0.8817" + } + }, + { + "w": "0.715", + "specular": { + "rb": "0.0772", + "rf": "0.0772", + "tb": "0.88085", + "tf": "0.88085" + } + }, + { + "w": "0.72", + "specular": { + "rb": "0.0771", + "rf": "0.0771", + "tb": "0.88", + "tf": "0.88" + } + }, + { + "w": "0.725", + "specular": { + "rb": "0.07695", + "rf": "0.07695", + "tb": "0.87865", + "tf": "0.87865" + } + }, + { + "w": "0.73", + "specular": { + "rb": "0.0768", + "rf": "0.0768", + "tb": "0.8773", + "tf": "0.8773" + } + }, + { + "w": "0.735", + "specular": { + "rb": "0.0767", + "rf": "0.0767", + "tb": "0.876", + "tf": "0.876" + } + }, + { + "w": "0.74", + "specular": { + "rb": "0.0766", + "rf": "0.0766", + "tb": "0.8747", + "tf": "0.8747" + } + }, + { + "w": "0.745", + "specular": { + "rb": "0.07645", + "rf": "0.07645", + "tb": "0.87385", + "tf": "0.87385" + } + }, + { + "w": "0.75", + "specular": { + "rb": "0.0763", + "rf": "0.0763", + "tb": "0.873", + "tf": "0.873" + } + }, + { + "w": "0.755", + "specular": { + "rb": "0.0762", + "rf": "0.0762", + "tb": "0.87215", + "tf": "0.87215" + } + }, + { + "w": "0.76", + "specular": { + "rb": "0.0761", + "rf": "0.0761", + "tb": "0.8713", + "tf": "0.8713" + } + }, + { + "w": "0.765", + "specular": { + "rb": "0.07595", + "rf": "0.07595", + "tb": "0.86965", + "tf": "0.86965" + } + }, + { + "w": "0.77", + "specular": { + "rb": "0.0758", + "rf": "0.0758", + "tb": "0.868", + "tf": "0.868" + } + }, + { + "w": "0.775", + "specular": { + "rb": "0.0757", + "rf": "0.0757", + "tb": "0.8673", + "tf": "0.8673" + } + }, + { + "w": "0.78", + "specular": { + "rb": "0.0756", + "rf": "0.0756", + "tb": "0.8666", + "tf": "0.8666" + } + }, + { + "w": "0.785", + "specular": { + "rb": "0.07545", + "rf": "0.07545", + "tb": "0.8651", + "tf": "0.8651" + } + }, + { + "w": "0.79", + "specular": { + "rb": "0.0753", + "rf": "0.0753", + "tb": "0.8636", + "tf": "0.8636" + } + }, + { + "w": "0.795", + "specular": { + "rb": "0.0752", + "rf": "0.0752", + "tb": "0.8627", + "tf": "0.8627" + } + }, + { + "w": "0.8", + "specular": { + "rb": "0.0751", + "rf": "0.0751", + "tb": "0.8618", + "tf": "0.8618" + } + }, + { + "w": "0.805", + "specular": { + "rb": "0.075", + "rf": "0.075", + "tb": "0.86115", + "tf": "0.86115" + } + }, + { + "w": "0.81", + "specular": { + "rb": "0.0749", + "rf": "0.0749", + "tb": "0.8605", + "tf": "0.8605" + } + }, + { + "w": "0.815", + "specular": { + "rb": "0.07485", + "rf": "0.07485", + "tb": "0.85985", + "tf": "0.85985" + } + }, + { + "w": "0.82", + "specular": { + "rb": "0.0748", + "rf": "0.0748", + "tb": "0.8592", + "tf": "0.8592" + } + }, + { + "w": "0.825", + "specular": { + "rb": "0.0747", + "rf": "0.0747", + "tb": "0.85845", + "tf": "0.85845" + } + }, + { + "w": "0.83", + "specular": { + "rb": "0.0746", + "rf": "0.0746", + "tb": "0.8577", + "tf": "0.8577" + } + }, + { + "w": "0.835", + "specular": { + "rb": "0.0745", + "rf": "0.0745", + "tb": "0.85665", + "tf": "0.85665" + } + }, + { + "w": "0.84", + "specular": { + "rb": "0.0744", + "rf": "0.0744", + "tb": "0.8556", + "tf": "0.8556" + } + }, + { + "w": "0.845", + "specular": { + "rb": "0.0743", + "rf": "0.0743", + "tb": "0.8543", + "tf": "0.8543" + } + }, + { + "w": "0.85", + "specular": { + "rb": "0.0742", + "rf": "0.0742", + "tb": "0.853", + "tf": "0.853" + } + }, + { + "w": "0.855", + "specular": { + "rb": "0.0741", + "rf": "0.0741", + "tb": "0.85215", + "tf": "0.85215" + } + }, + { + "w": "0.86", + "specular": { + "rb": "0.074", + "rf": "0.074", + "tb": "0.8513", + "tf": "0.8513" + } + }, + { + "w": "0.865", + "specular": { + "rb": "0.07395", + "rf": "0.07395", + "tb": "0.8505", + "tf": "0.8505" + } + }, + { + "w": "0.87", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8497", + "tf": "0.8497" + } + }, + { + "w": "0.875", + "specular": { + "rb": "0.0738", + "rf": "0.0738", + "tb": "0.8489", + "tf": "0.8489" + } + }, + { + "w": "0.88", + "specular": { + "rb": "0.0737", + "rf": "0.0737", + "tb": "0.8481", + "tf": "0.8481" + } + }, + { + "w": "0.885", + "specular": { + "rb": "0.07365", + "rf": "0.07365", + "tb": "0.84735", + "tf": "0.84735" + } + }, + { + "w": "0.89", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.8466", + "tf": "0.8466" + } + }, + { + "w": "0.895", + "specular": { + "rb": "0.0735", + "rf": "0.0735", + "tb": "0.8459", + "tf": "0.8459" + } + }, + { + "w": "0.9", + "specular": { + "rb": "0.0734", + "rf": "0.0734", + "tb": "0.8452", + "tf": "0.8452" + } + }, + { + "w": "0.905", + "specular": { + "rb": "0.07335", + "rf": "0.07335", + "tb": "0.8446", + "tf": "0.8446" + } + }, + { + "w": "0.91", + "specular": { + "rb": "0.0733", + "rf": "0.0733", + "tb": "0.844", + "tf": "0.844" + } + }, + { + "w": "0.915", + "specular": { + "rb": "0.0732", + "rf": "0.0732", + "tb": "0.8435", + "tf": "0.8435" + } + }, + { + "w": "0.92", + "specular": { + "rb": "0.0731", + "rf": "0.0731", + "tb": "0.843", + "tf": "0.843" + } + }, + { + "w": "0.925", + "specular": { + "rb": "0.07305", + "rf": "0.07305", + "tb": "0.8426", + "tf": "0.8426" + } + }, + { + "w": "0.93", + "specular": { + "rb": "0.073", + "rf": "0.073", + "tb": "0.8422", + "tf": "0.8422" + } + }, + { + "w": "0.935", + "specular": { + "rb": "0.07295", + "rf": "0.07295", + "tb": "0.84185", + "tf": "0.84185" + } + }, + { + "w": "0.94", + "specular": { + "rb": "0.0729", + "rf": "0.0729", + "tb": "0.8415", + "tf": "0.8415" + } + }, + { + "w": "0.945", + "specular": { + "rb": "0.07285", + "rf": "0.07285", + "tb": "0.8412", + "tf": "0.8412" + } + }, + { + "w": "0.95", + "specular": { + "rb": "0.0728", + "rf": "0.0728", + "tb": "0.8409", + "tf": "0.8409" + } + }, + { + "w": "0.955", + "specular": { + "rb": "0.07275", + "rf": "0.07275", + "tb": "0.8406", + "tf": "0.8406" + } + }, + { + "w": "0.96", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8403", + "tf": "0.8403" + } + }, + { + "w": "0.965", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8401", + "tf": "0.8401" + } + }, + { + "w": "0.97", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8399", + "tf": "0.8399" + } + }, + { + "w": "0.975", + "specular": { + "rb": "0.07265", + "rf": "0.07265", + "tb": "0.8397", + "tf": "0.8397" + } + }, + { + "w": "0.98", + "specular": { + "rb": "0.0726", + "rf": "0.0726", + "tb": "0.8395", + "tf": "0.8395" + } + }, + { + "w": "0.985", + "specular": { + "rb": "0.07255", + "rf": "0.07255", + "tb": "0.8393", + "tf": "0.8393" + } + }, + { + "w": "0.99", + "specular": { + "rb": "0.0725", + "rf": "0.0725", + "tb": "0.8391", + "tf": "0.8391" + } + }, + { + "w": "0.995", + "specular": { + "rb": "0.0725", + "rf": "0.0725", + "tb": "0.83895", + "tf": "0.83895" + } + }, + { + "w": "1.0", + "specular": { + "rb": "0.0725", + "rf": "0.0725", + "tb": "0.8388", + "tf": "0.8388" + } + }, + { + "w": "1.005", + "specular": { + "rb": "0.07247", + "rf": "0.07247", + "tb": "0.83866", + "tf": "0.83866" + } + }, + { + "w": "1.01", + "specular": { + "rb": "0.07244", + "rf": "0.07244", + "tb": "0.83852", + "tf": "0.83852" + } + }, + { + "w": "1.015", + "specular": { + "rb": "0.07241", + "rf": "0.07241", + "tb": "0.83838", + "tf": "0.83838" + } + }, + { + "w": "1.02", + "specular": { + "rb": "0.07238", + "rf": "0.07238", + "tb": "0.83824", + "tf": "0.83824" + } + }, + { + "w": "1.025", + "specular": { + "rb": "0.07235", + "rf": "0.07235", + "tb": "0.8381", + "tf": "0.8381" + } + }, + { + "w": "1.03", + "specular": { + "rb": "0.07232", + "rf": "0.07232", + "tb": "0.83796", + "tf": "0.83796" + } + }, + { + "w": "1.035", + "specular": { + "rb": "0.07229", + "rf": "0.07229", + "tb": "0.83782", + "tf": "0.83782" + } + }, + { + "w": "1.04", + "specular": { + "rb": "0.07226", + "rf": "0.07226", + "tb": "0.83768", + "tf": "0.83768" + } + }, + { + "w": "1.045", + "specular": { + "rb": "0.07223", + "rf": "0.07223", + "tb": "0.83754", + "tf": "0.83754" + } + }, + { + "w": "1.05", + "specular": { + "rb": "0.0722", + "rf": "0.0722", + "tb": "0.8374", + "tf": "0.8374" + } + }, + { + "w": "1.055", + "specular": { + "rb": "0.07219", + "rf": "0.07219", + "tb": "0.83743", + "tf": "0.83743" + } + }, + { + "w": "1.06", + "specular": { + "rb": "0.07218", + "rf": "0.07218", + "tb": "0.83746", + "tf": "0.83746" + } + }, + { + "w": "1.065", + "specular": { + "rb": "0.07217", + "rf": "0.07217", + "tb": "0.83749", + "tf": "0.83749" + } + }, + { + "w": "1.07", + "specular": { + "rb": "0.07216", + "rf": "0.07216", + "tb": "0.83752", + "tf": "0.83752" + } + }, + { + "w": "1.075", + "specular": { + "rb": "0.07215", + "rf": "0.07215", + "tb": "0.83755", + "tf": "0.83755" + } + }, + { + "w": "1.08", + "specular": { + "rb": "0.07214", + "rf": "0.07214", + "tb": "0.83758", + "tf": "0.83758" + } + }, + { + "w": "1.085", + "specular": { + "rb": "0.07213", + "rf": "0.07213", + "tb": "0.83761", + "tf": "0.83761" + } + }, + { + "w": "1.09", + "specular": { + "rb": "0.07212", + "rf": "0.07212", + "tb": "0.83764", + "tf": "0.83764" + } + }, + { + "w": "1.095", + "specular": { + "rb": "0.07211", + "rf": "0.07211", + "tb": "0.83767", + "tf": "0.83767" + } + }, + { + "w": "1.1", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8377", + "tf": "0.8377" + } + }, + { + "w": "1.105", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83779", + "tf": "0.83779" + } + }, + { + "w": "1.11", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83788", + "tf": "0.83788" + } + }, + { + "w": "1.115", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83797", + "tf": "0.83797" + } + }, + { + "w": "1.12", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83806", + "tf": "0.83806" + } + }, + { + "w": "1.125", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83815", + "tf": "0.83815" + } + }, + { + "w": "1.13", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83824", + "tf": "0.83824" + } + }, + { + "w": "1.135", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83833", + "tf": "0.83833" + } + }, + { + "w": "1.14", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83842", + "tf": "0.83842" + } + }, + { + "w": "1.145", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83851", + "tf": "0.83851" + } + }, + { + "w": "1.15", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8386", + "tf": "0.8386" + } + }, + { + "w": "1.155", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83877", + "tf": "0.83877" + } + }, + { + "w": "1.16", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83894", + "tf": "0.83894" + } + }, + { + "w": "1.165", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83911", + "tf": "0.83911" + } + }, + { + "w": "1.17", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83928", + "tf": "0.83928" + } + }, + { + "w": "1.175", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83945", + "tf": "0.83945" + } + }, + { + "w": "1.18", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83962", + "tf": "0.83962" + } + }, + { + "w": "1.185", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83979", + "tf": "0.83979" + } + }, + { + "w": "1.19", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.83996", + "tf": "0.83996" + } + }, + { + "w": "1.195", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.84013", + "tf": "0.84013" + } + }, + { + "w": "1.2", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8403", + "tf": "0.8403" + } + }, + { + "w": "1.205", + "specular": { + "rb": "0.07212", + "rf": "0.07212", + "tb": "0.84065", + "tf": "0.84065" + } + }, + { + "w": "1.21", + "specular": { + "rb": "0.07214", + "rf": "0.07214", + "tb": "0.841", + "tf": "0.841" + } + }, + { + "w": "1.215", + "specular": { + "rb": "0.07216", + "rf": "0.07216", + "tb": "0.84135", + "tf": "0.84135" + } + }, + { + "w": "1.22", + "specular": { + "rb": "0.07218", + "rf": "0.07218", + "tb": "0.8417", + "tf": "0.8417" + } + }, + { + "w": "1.225", + "specular": { + "rb": "0.0722", + "rf": "0.0722", + "tb": "0.84205", + "tf": "0.84205" + } + }, + { + "w": "1.23", + "specular": { + "rb": "0.07222", + "rf": "0.07222", + "tb": "0.8424", + "tf": "0.8424" + } + }, + { + "w": "1.235", + "specular": { + "rb": "0.07224", + "rf": "0.07224", + "tb": "0.84275", + "tf": "0.84275" + } + }, + { + "w": "1.24", + "specular": { + "rb": "0.07226", + "rf": "0.07226", + "tb": "0.8431", + "tf": "0.8431" + } + }, + { + "w": "1.245", + "specular": { + "rb": "0.07228", + "rf": "0.07228", + "tb": "0.84345", + "tf": "0.84345" + } + }, + { + "w": "1.25", + "specular": { + "rb": "0.0723", + "rf": "0.0723", + "tb": "0.8438", + "tf": "0.8438" + } + }, + { + "w": "1.255", + "specular": { + "rb": "0.07231", + "rf": "0.07231", + "tb": "0.84419", + "tf": "0.84419" + } + }, + { + "w": "1.26", + "specular": { + "rb": "0.07232", + "rf": "0.07232", + "tb": "0.84458", + "tf": "0.84458" + } + }, + { + "w": "1.265", + "specular": { + "rb": "0.07233", + "rf": "0.07233", + "tb": "0.84497", + "tf": "0.84497" + } + }, + { + "w": "1.27", + "specular": { + "rb": "0.07234", + "rf": "0.07234", + "tb": "0.84536", + "tf": "0.84536" + } + }, + { + "w": "1.275", + "specular": { + "rb": "0.07235", + "rf": "0.07235", + "tb": "0.84575", + "tf": "0.84575" + } + }, + { + "w": "1.28", + "specular": { + "rb": "0.07236", + "rf": "0.07236", + "tb": "0.84614", + "tf": "0.84614" + } + }, + { + "w": "1.285", + "specular": { + "rb": "0.07237", + "rf": "0.07237", + "tb": "0.84653", + "tf": "0.84653" + } + }, + { + "w": "1.29", + "specular": { + "rb": "0.07238", + "rf": "0.07238", + "tb": "0.84692", + "tf": "0.84692" + } + }, + { + "w": "1.295", + "specular": { + "rb": "0.07239", + "rf": "0.07239", + "tb": "0.84731", + "tf": "0.84731" + } + }, + { + "w": "1.3", + "specular": { + "rb": "0.0724", + "rf": "0.0724", + "tb": "0.8477", + "tf": "0.8477" + } + }, + { + "w": "1.305", + "specular": { + "rb": "0.07243", + "rf": "0.07243", + "tb": "0.84819", + "tf": "0.84819" + } + }, + { + "w": "1.31", + "specular": { + "rb": "0.07246", + "rf": "0.07246", + "tb": "0.84868", + "tf": "0.84868" + } + }, + { + "w": "1.315", + "specular": { + "rb": "0.07249", + "rf": "0.07249", + "tb": "0.84917", + "tf": "0.84917" + } + }, + { + "w": "1.32", + "specular": { + "rb": "0.07252", + "rf": "0.07252", + "tb": "0.84966", + "tf": "0.84966" + } + }, + { + "w": "1.325", + "specular": { + "rb": "0.07255", + "rf": "0.07255", + "tb": "0.85015", + "tf": "0.85015" + } + }, + { + "w": "1.33", + "specular": { + "rb": "0.07258", + "rf": "0.07258", + "tb": "0.85064", + "tf": "0.85064" + } + }, + { + "w": "1.335", + "specular": { + "rb": "0.07261", + "rf": "0.07261", + "tb": "0.85113", + "tf": "0.85113" + } + }, + { + "w": "1.34", + "specular": { + "rb": "0.07264", + "rf": "0.07264", + "tb": "0.85162", + "tf": "0.85162" + } + }, + { + "w": "1.345", + "specular": { + "rb": "0.07267", + "rf": "0.07267", + "tb": "0.85211", + "tf": "0.85211" + } + }, + { + "w": "1.35", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8526", + "tf": "0.8526" + } + }, + { + "w": "1.355", + "specular": { + "rb": "0.07271", + "rf": "0.07271", + "tb": "0.85286", + "tf": "0.85286" + } + }, + { + "w": "1.36", + "specular": { + "rb": "0.07272", + "rf": "0.07272", + "tb": "0.85312", + "tf": "0.85312" + } + }, + { + "w": "1.365", + "specular": { + "rb": "0.07273", + "rf": "0.07273", + "tb": "0.85338", + "tf": "0.85338" + } + }, + { + "w": "1.37", + "specular": { + "rb": "0.07274", + "rf": "0.07274", + "tb": "0.85364", + "tf": "0.85364" + } + }, + { + "w": "1.375", + "specular": { + "rb": "0.07275", + "rf": "0.07275", + "tb": "0.8539", + "tf": "0.8539" + } + }, + { + "w": "1.38", + "specular": { + "rb": "0.07276", + "rf": "0.07276", + "tb": "0.85416", + "tf": "0.85416" + } + }, + { + "w": "1.385", + "specular": { + "rb": "0.07277", + "rf": "0.07277", + "tb": "0.85442", + "tf": "0.85442" + } + }, + { + "w": "1.39", + "specular": { + "rb": "0.07278", + "rf": "0.07278", + "tb": "0.85468", + "tf": "0.85468" + } + }, + { + "w": "1.395", + "specular": { + "rb": "0.07279", + "rf": "0.07279", + "tb": "0.85494", + "tf": "0.85494" + } + }, + { + "w": "1.4", + "specular": { + "rb": "0.0728", + "rf": "0.0728", + "tb": "0.8552", + "tf": "0.8552" + } + }, + { + "w": "1.405", + "specular": { + "rb": "0.07284", + "rf": "0.07284", + "tb": "0.85598", + "tf": "0.85598" + } + }, + { + "w": "1.41", + "specular": { + "rb": "0.07288", + "rf": "0.07288", + "tb": "0.85676", + "tf": "0.85676" + } + }, + { + "w": "1.415", + "specular": { + "rb": "0.07292", + "rf": "0.07292", + "tb": "0.85754", + "tf": "0.85754" + } + }, + { + "w": "1.42", + "specular": { + "rb": "0.07296", + "rf": "0.07296", + "tb": "0.85832", + "tf": "0.85832" + } + }, + { + "w": "1.425", + "specular": { + "rb": "0.073", + "rf": "0.073", + "tb": "0.8591", + "tf": "0.8591" + } + }, + { + "w": "1.43", + "specular": { + "rb": "0.07304", + "rf": "0.07304", + "tb": "0.85988", + "tf": "0.85988" + } + }, + { + "w": "1.435", + "specular": { + "rb": "0.07308", + "rf": "0.07308", + "tb": "0.86066", + "tf": "0.86066" + } + }, + { + "w": "1.44", + "specular": { + "rb": "0.07312", + "rf": "0.07312", + "tb": "0.86144", + "tf": "0.86144" + } + }, + { + "w": "1.445", + "specular": { + "rb": "0.07316", + "rf": "0.07316", + "tb": "0.86222", + "tf": "0.86222" + } + }, + { + "w": "1.45", + "specular": { + "rb": "0.0732", + "rf": "0.0732", + "tb": "0.863", + "tf": "0.863" + } + }, + { + "w": "1.455", + "specular": { + "rb": "0.07324", + "rf": "0.07324", + "tb": "0.86358", + "tf": "0.86358" + } + }, + { + "w": "1.46", + "specular": { + "rb": "0.07328", + "rf": "0.07328", + "tb": "0.86416", + "tf": "0.86416" + } + }, + { + "w": "1.465", + "specular": { + "rb": "0.07332", + "rf": "0.07332", + "tb": "0.86474", + "tf": "0.86474" + } + }, + { + "w": "1.47", + "specular": { + "rb": "0.07336", + "rf": "0.07336", + "tb": "0.86532", + "tf": "0.86532" + } + }, + { + "w": "1.475", + "specular": { + "rb": "0.0734", + "rf": "0.0734", + "tb": "0.8659", + "tf": "0.8659" + } + }, + { + "w": "1.48", + "specular": { + "rb": "0.07344", + "rf": "0.07344", + "tb": "0.86648", + "tf": "0.86648" + } + }, + { + "w": "1.485", + "specular": { + "rb": "0.07348", + "rf": "0.07348", + "tb": "0.86706", + "tf": "0.86706" + } + }, + { + "w": "1.49", + "specular": { + "rb": "0.07352", + "rf": "0.07352", + "tb": "0.86764", + "tf": "0.86764" + } + }, + { + "w": "1.495", + "specular": { + "rb": "0.07356", + "rf": "0.07356", + "tb": "0.86822", + "tf": "0.86822" + } + }, + { + "w": "1.5", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.8688", + "tf": "0.8688" + } + }, + { + "w": "1.505", + "specular": { + "rb": "0.07362", + "rf": "0.07362", + "tb": "0.86932", + "tf": "0.86932" + } + }, + { + "w": "1.51", + "specular": { + "rb": "0.07364", + "rf": "0.07364", + "tb": "0.86984", + "tf": "0.86984" + } + }, + { + "w": "1.515", + "specular": { + "rb": "0.07366", + "rf": "0.07366", + "tb": "0.87036", + "tf": "0.87036" + } + }, + { + "w": "1.52", + "specular": { + "rb": "0.07368", + "rf": "0.07368", + "tb": "0.87088", + "tf": "0.87088" + } + }, + { + "w": "1.525", + "specular": { + "rb": "0.0737", + "rf": "0.0737", + "tb": "0.8714", + "tf": "0.8714" + } + }, + { + "w": "1.53", + "specular": { + "rb": "0.07372", + "rf": "0.07372", + "tb": "0.87192", + "tf": "0.87192" + } + }, + { + "w": "1.535", + "specular": { + "rb": "0.07374", + "rf": "0.07374", + "tb": "0.87244", + "tf": "0.87244" + } + }, + { + "w": "1.54", + "specular": { + "rb": "0.07376", + "rf": "0.07376", + "tb": "0.87296", + "tf": "0.87296" + } + }, + { + "w": "1.545", + "specular": { + "rb": "0.07378", + "rf": "0.07378", + "tb": "0.87348", + "tf": "0.87348" + } + }, + { + "w": "1.55", + "specular": { + "rb": "0.0738", + "rf": "0.0738", + "tb": "0.874", + "tf": "0.874" + } + }, + { + "w": "1.555", + "specular": { + "rb": "0.07381", + "rf": "0.07381", + "tb": "0.87427", + "tf": "0.87427" + } + }, + { + "w": "1.56", + "specular": { + "rb": "0.07382", + "rf": "0.07382", + "tb": "0.87454", + "tf": "0.87454" + } + }, + { + "w": "1.565", + "specular": { + "rb": "0.07383", + "rf": "0.07383", + "tb": "0.87481", + "tf": "0.87481" + } + }, + { + "w": "1.57", + "specular": { + "rb": "0.07384", + "rf": "0.07384", + "tb": "0.87508", + "tf": "0.87508" + } + }, + { + "w": "1.575", + "specular": { + "rb": "0.07385", + "rf": "0.07385", + "tb": "0.87535", + "tf": "0.87535" + } + }, + { + "w": "1.58", + "specular": { + "rb": "0.07386", + "rf": "0.07386", + "tb": "0.87562", + "tf": "0.87562" + } + }, + { + "w": "1.585", + "specular": { + "rb": "0.07387", + "rf": "0.07387", + "tb": "0.87589", + "tf": "0.87589" + } + }, + { + "w": "1.59", + "specular": { + "rb": "0.07388", + "rf": "0.07388", + "tb": "0.87616", + "tf": "0.87616" + } + }, + { + "w": "1.595", + "specular": { + "rb": "0.07389", + "rf": "0.07389", + "tb": "0.87643", + "tf": "0.87643" + } + }, + { + "w": "1.6", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8767", + "tf": "0.8767" + } + }, + { + "w": "1.605", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87686", + "tf": "0.87686" + } + }, + { + "w": "1.61", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87702", + "tf": "0.87702" + } + }, + { + "w": "1.615", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87718", + "tf": "0.87718" + } + }, + { + "w": "1.62", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87734", + "tf": "0.87734" + } + }, + { + "w": "1.625", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8775", + "tf": "0.8775" + } + }, + { + "w": "1.63", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87766", + "tf": "0.87766" + } + }, + { + "w": "1.635", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87782", + "tf": "0.87782" + } + }, + { + "w": "1.64", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87798", + "tf": "0.87798" + } + }, + { + "w": "1.645", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.87814", + "tf": "0.87814" + } + }, + { + "w": "1.65", + "specular": { + "rb": "0.0739", + "rf": "0.0739", + "tb": "0.8783", + "tf": "0.8783" + } + }, + { + "w": "1.655", + "specular": { + "rb": "0.07389", + "rf": "0.07389", + "tb": "0.87826", + "tf": "0.87826" + } + }, + { + "w": "1.66", + "specular": { + "rb": "0.07388", + "rf": "0.07388", + "tb": "0.87822", + "tf": "0.87822" + } + }, + { + "w": "1.665", + "specular": { + "rb": "0.07387", + "rf": "0.07387", + "tb": "0.87818", + "tf": "0.87818" + } + }, + { + "w": "1.67", + "specular": { + "rb": "0.07386", + "rf": "0.07386", + "tb": "0.87814", + "tf": "0.87814" + } + }, + { + "w": "1.675", + "specular": { + "rb": "0.07385", + "rf": "0.07385", + "tb": "0.8781", + "tf": "0.8781" + } + }, + { + "w": "1.68", + "specular": { + "rb": "0.07384", + "rf": "0.07384", + "tb": "0.87806", + "tf": "0.87806" + } + }, + { + "w": "1.685", + "specular": { + "rb": "0.07383", + "rf": "0.07383", + "tb": "0.87802", + "tf": "0.87802" + } + }, + { + "w": "1.69", + "specular": { + "rb": "0.07382", + "rf": "0.07382", + "tb": "0.87798", + "tf": "0.87798" + } + }, + { + "w": "1.695", + "specular": { + "rb": "0.07381", + "rf": "0.07381", + "tb": "0.87794", + "tf": "0.87794" + } + }, + { + "w": "1.7", + "specular": { + "rb": "0.0738", + "rf": "0.0738", + "tb": "0.8779", + "tf": "0.8779" + } + }, + { + "w": "1.705", + "specular": { + "rb": "0.07378", + "rf": "0.07378", + "tb": "0.87782", + "tf": "0.87782" + } + }, + { + "w": "1.71", + "specular": { + "rb": "0.07376", + "rf": "0.07376", + "tb": "0.87774", + "tf": "0.87774" + } + }, + { + "w": "1.715", + "specular": { + "rb": "0.07374", + "rf": "0.07374", + "tb": "0.87766", + "tf": "0.87766" + } + }, + { + "w": "1.72", + "specular": { + "rb": "0.07372", + "rf": "0.07372", + "tb": "0.87758", + "tf": "0.87758" + } + }, + { + "w": "1.725", + "specular": { + "rb": "0.0737", + "rf": "0.0737", + "tb": "0.8775", + "tf": "0.8775" + } + }, + { + "w": "1.73", + "specular": { + "rb": "0.07368", + "rf": "0.07368", + "tb": "0.87742", + "tf": "0.87742" + } + }, + { + "w": "1.735", + "specular": { + "rb": "0.07366", + "rf": "0.07366", + "tb": "0.87734", + "tf": "0.87734" + } + }, + { + "w": "1.74", + "specular": { + "rb": "0.07364", + "rf": "0.07364", + "tb": "0.87726", + "tf": "0.87726" + } + }, + { + "w": "1.745", + "specular": { + "rb": "0.07362", + "rf": "0.07362", + "tb": "0.87718", + "tf": "0.87718" + } + }, + { + "w": "1.75", + "specular": { + "rb": "0.0736", + "rf": "0.0736", + "tb": "0.8771", + "tf": "0.8771" + } + }, + { + "w": "1.755", + "specular": { + "rb": "0.07357", + "rf": "0.07357", + "tb": "0.87692", + "tf": "0.87692" + } + }, + { + "w": "1.76", + "specular": { + "rb": "0.07354", + "rf": "0.07354", + "tb": "0.87674", + "tf": "0.87674" + } + }, + { + "w": "1.765", + "specular": { + "rb": "0.07351", + "rf": "0.07351", + "tb": "0.87656", + "tf": "0.87656" + } + }, + { + "w": "1.77", + "specular": { + "rb": "0.07348", + "rf": "0.07348", + "tb": "0.87638", + "tf": "0.87638" + } + }, + { + "w": "1.775", + "specular": { + "rb": "0.07345", + "rf": "0.07345", + "tb": "0.8762", + "tf": "0.8762" + } + }, + { + "w": "1.78", + "specular": { + "rb": "0.07342", + "rf": "0.07342", + "tb": "0.87602", + "tf": "0.87602" + } + }, + { + "w": "1.785", + "specular": { + "rb": "0.07339", + "rf": "0.07339", + "tb": "0.87584", + "tf": "0.87584" + } + }, + { + "w": "1.79", + "specular": { + "rb": "0.07336", + "rf": "0.07336", + "tb": "0.87566", + "tf": "0.87566" + } + }, + { + "w": "1.795", + "specular": { + "rb": "0.07333", + "rf": "0.07333", + "tb": "0.87548", + "tf": "0.87548" + } + }, + { + "w": "1.8", + "specular": { + "rb": "0.0733", + "rf": "0.0733", + "tb": "0.8753", + "tf": "0.8753" + } + }, + { + "w": "1.805", + "specular": { + "rb": "0.07328", + "rf": "0.07328", + "tb": "0.87516", + "tf": "0.87516" + } + }, + { + "w": "1.81", + "specular": { + "rb": "0.07326", + "rf": "0.07326", + "tb": "0.87502", + "tf": "0.87502" + } + }, + { + "w": "1.815", + "specular": { + "rb": "0.07324", + "rf": "0.07324", + "tb": "0.87488", + "tf": "0.87488" + } + }, + { + "w": "1.82", + "specular": { + "rb": "0.07322", + "rf": "0.07322", + "tb": "0.87474", + "tf": "0.87474" + } + }, + { + "w": "1.825", + "specular": { + "rb": "0.0732", + "rf": "0.0732", + "tb": "0.8746", + "tf": "0.8746" + } + }, + { + "w": "1.83", + "specular": { + "rb": "0.07318", + "rf": "0.07318", + "tb": "0.87446", + "tf": "0.87446" + } + }, + { + "w": "1.835", + "specular": { + "rb": "0.07316", + "rf": "0.07316", + "tb": "0.87432", + "tf": "0.87432" + } + }, + { + "w": "1.84", + "specular": { + "rb": "0.07314", + "rf": "0.07314", + "tb": "0.87418", + "tf": "0.87418" + } + }, + { + "w": "1.845", + "specular": { + "rb": "0.07312", + "rf": "0.07312", + "tb": "0.87404", + "tf": "0.87404" + } + }, + { + "w": "1.85", + "specular": { + "rb": "0.0731", + "rf": "0.0731", + "tb": "0.8739", + "tf": "0.8739" + } + }, + { + "w": "1.855", + "specular": { + "rb": "0.07308", + "rf": "0.07308", + "tb": "0.87379", + "tf": "0.87379" + } + }, + { + "w": "1.86", + "specular": { + "rb": "0.07306", + "rf": "0.07306", + "tb": "0.87368", + "tf": "0.87368" + } + }, + { + "w": "1.865", + "specular": { + "rb": "0.07304", + "rf": "0.07304", + "tb": "0.87357", + "tf": "0.87357" + } + }, + { + "w": "1.87", + "specular": { + "rb": "0.07302", + "rf": "0.07302", + "tb": "0.87346", + "tf": "0.87346" + } + }, + { + "w": "1.875", + "specular": { + "rb": "0.073", + "rf": "0.073", + "tb": "0.87335", + "tf": "0.87335" + } + }, + { + "w": "1.88", + "specular": { + "rb": "0.07298", + "rf": "0.07298", + "tb": "0.87324", + "tf": "0.87324" + } + }, + { + "w": "1.885", + "specular": { + "rb": "0.07296", + "rf": "0.07296", + "tb": "0.87313", + "tf": "0.87313" + } + }, + { + "w": "1.89", + "specular": { + "rb": "0.07294", + "rf": "0.07294", + "tb": "0.87302", + "tf": "0.87302" + } + }, + { + "w": "1.895", + "specular": { + "rb": "0.07292", + "rf": "0.07292", + "tb": "0.87291", + "tf": "0.87291" + } + }, + { + "w": "1.9", + "specular": { + "rb": "0.0729", + "rf": "0.0729", + "tb": "0.8728", + "tf": "0.8728" + } + }, + { + "w": "1.905", + "specular": { + "rb": "0.07288", + "rf": "0.07288", + "tb": "0.8727", + "tf": "0.8727" + } + }, + { + "w": "1.91", + "specular": { + "rb": "0.07286", + "rf": "0.07286", + "tb": "0.8726", + "tf": "0.8726" + } + }, + { + "w": "1.915", + "specular": { + "rb": "0.07284", + "rf": "0.07284", + "tb": "0.8725", + "tf": "0.8725" + } + }, + { + "w": "1.92", + "specular": { + "rb": "0.07282", + "rf": "0.07282", + "tb": "0.8724", + "tf": "0.8724" + } + }, + { + "w": "1.925", + "specular": { + "rb": "0.0728", + "rf": "0.0728", + "tb": "0.8723", + "tf": "0.8723" + } + }, + { + "w": "1.93", + "specular": { + "rb": "0.07278", + "rf": "0.07278", + "tb": "0.8722", + "tf": "0.8722" + } + }, + { + "w": "1.935", + "specular": { + "rb": "0.07276", + "rf": "0.07276", + "tb": "0.8721", + "tf": "0.8721" + } + }, + { + "w": "1.94", + "specular": { + "rb": "0.07274", + "rf": "0.07274", + "tb": "0.872", + "tf": "0.872" + } + }, + { + "w": "1.945", + "specular": { + "rb": "0.07272", + "rf": "0.07272", + "tb": "0.8719", + "tf": "0.8719" + } + }, + { + "w": "1.95", + "specular": { + "rb": "0.0727", + "rf": "0.0727", + "tb": "0.8718", + "tf": "0.8718" + } + }, + { + "w": "1.955", + "specular": { + "rb": "0.07267", + "rf": "0.07267", + "tb": "0.87162", + "tf": "0.87162" + } + }, + { + "w": "1.96", + "specular": { + "rb": "0.07264", + "rf": "0.07264", + "tb": "0.87144", + "tf": "0.87144" + } + }, + { + "w": "1.965", + "specular": { + "rb": "0.07261", + "rf": "0.07261", + "tb": "0.87126", + "tf": "0.87126" + } + }, + { + "w": "1.97", + "specular": { + "rb": "0.07258", + "rf": "0.07258", + "tb": "0.87108", + "tf": "0.87108" + } + }, + { + "w": "1.975", + "specular": { + "rb": "0.07255", + "rf": "0.07255", + "tb": "0.8709", + "tf": "0.8709" + } + }, + { + "w": "1.98", + "specular": { + "rb": "0.07252", + "rf": "0.07252", + "tb": "0.87072", + "tf": "0.87072" + } + }, + { + "w": "1.985", + "specular": { + "rb": "0.07249", + "rf": "0.07249", + "tb": "0.87054", + "tf": "0.87054" + } + }, + { + "w": "1.99", + "specular": { + "rb": "0.07246", + "rf": "0.07246", + "tb": "0.87036", + "tf": "0.87036" + } + }, + { + "w": "1.995", + "specular": { + "rb": "0.07243", + "rf": "0.07243", + "tb": "0.87018", + "tf": "0.87018" + } + }, + { + "w": "2.0", + "specular": { + "rb": "0.0724", + "rf": "0.0724", + "tb": "0.87", + "tf": "0.87" + } + }, + { + "w": "2.005", + "specular": { + "rb": "0.07239", + "rf": "0.07239", + "tb": "0.86999", + "tf": "0.86999" + } + }, + { + "w": "2.01", + "specular": { + "rb": "0.07238", + "rf": "0.07238", + "tb": "0.86998", + "tf": "0.86998" + } + }, + { + "w": "2.015", + "specular": { + "rb": "0.07237", + "rf": "0.07237", + "tb": "0.86997", + "tf": "0.86997" + } + }, + { + "w": "2.02", + "specular": { + "rb": "0.07236", + "rf": "0.07236", + "tb": "0.86996", + "tf": "0.86996" + } + }, + { + "w": "2.025", + "specular": { + "rb": "0.07235", + "rf": "0.07235", + "tb": "0.86995", + "tf": "0.86995" + } + }, + { + "w": "2.03", + "specular": { + "rb": "0.07234", + "rf": "0.07234", + "tb": "0.86994", + "tf": "0.86994" + } + }, + { + "w": "2.035", + "specular": { + "rb": "0.07233", + "rf": "0.07233", + "tb": "0.86993", + "tf": "0.86993" + } + }, + { + "w": "2.04", + "specular": { + "rb": "0.07232", + "rf": "0.07232", + "tb": "0.86992", + "tf": "0.86992" + } + }, + { + "w": "2.045", + "specular": { + "rb": "0.07231", + "rf": "0.07231", + "tb": "0.86991", + "tf": "0.86991" + } + }, + { + "w": "2.05", + "specular": { + "rb": "0.0723", + "rf": "0.0723", + "tb": "0.8699", + "tf": "0.8699" + } + }, + { + "w": "2.055", + "specular": { + "rb": "0.07228", + "rf": "0.07228", + "tb": "0.86979", + "tf": "0.86979" + } + }, + { + "w": "2.06", + "specular": { + "rb": "0.07226", + "rf": "0.07226", + "tb": "0.86968", + "tf": "0.86968" + } + }, + { + "w": "2.065", + "specular": { + "rb": "0.07224", + "rf": "0.07224", + "tb": "0.86957", + "tf": "0.86957" + } + }, + { + "w": "2.07", + "specular": { + "rb": "0.07222", + "rf": "0.07222", + "tb": "0.86946", + "tf": "0.86946" + } + }, + { + "w": "2.075", + "specular": { + "rb": "0.0722", + "rf": "0.0722", + "tb": "0.86935", + "tf": "0.86935" + } + }, + { + "w": "2.08", + "specular": { + "rb": "0.07218", + "rf": "0.07218", + "tb": "0.86924", + "tf": "0.86924" + } + }, + { + "w": "2.085", + "specular": { + "rb": "0.07216", + "rf": "0.07216", + "tb": "0.86913", + "tf": "0.86913" + } + }, + { + "w": "2.09", + "specular": { + "rb": "0.07214", + "rf": "0.07214", + "tb": "0.86902", + "tf": "0.86902" + } + }, + { + "w": "2.095", + "specular": { + "rb": "0.07212", + "rf": "0.07212", + "tb": "0.86891", + "tf": "0.86891" + } + }, + { + "w": "2.1", + "specular": { + "rb": "0.0721", + "rf": "0.0721", + "tb": "0.8688", + "tf": "0.8688" + } + }, + { + "w": "2.105", + "specular": { + "rb": "0.07206", + "rf": "0.07206", + "tb": "0.86847", + "tf": "0.86847" + } + }, + { + "w": "2.11", + "specular": { + "rb": "0.07202", + "rf": "0.07202", + "tb": "0.86814", + "tf": "0.86814" + } + }, + { + "w": "2.115", + "specular": { + "rb": "0.07198", + "rf": "0.07198", + "tb": "0.86781", + "tf": "0.86781" + } + }, + { + "w": "2.12", + "specular": { + "rb": "0.07194", + "rf": "0.07194", + "tb": "0.86748", + "tf": "0.86748" + } + }, + { + "w": "2.125", + "specular": { + "rb": "0.0719", + "rf": "0.0719", + "tb": "0.86715", + "tf": "0.86715" + } + }, + { + "w": "2.13", + "specular": { + "rb": "0.07186", + "rf": "0.07186", + "tb": "0.86682", + "tf": "0.86682" + } + }, + { + "w": "2.135", + "specular": { + "rb": "0.07182", + "rf": "0.07182", + "tb": "0.86649", + "tf": "0.86649" + } + }, + { + "w": "2.14", + "specular": { + "rb": "0.07178", + "rf": "0.07178", + "tb": "0.86616", + "tf": "0.86616" + } + }, + { + "w": "2.145", + "specular": { + "rb": "0.07174", + "rf": "0.07174", + "tb": "0.86583", + "tf": "0.86583" + } + }, + { + "w": "2.15", + "specular": { + "rb": "0.0717", + "rf": "0.0717", + "tb": "0.8655", + "tf": "0.8655" + } + }, + { + "w": "2.155", + "specular": { + "rb": "0.07158", + "rf": "0.07158", + "tb": "0.86402", + "tf": "0.86402" + } + }, + { + "w": "2.16", + "specular": { + "rb": "0.07146", + "rf": "0.07146", + "tb": "0.86254", + "tf": "0.86254" + } + }, + { + "w": "2.165", + "specular": { + "rb": "0.07134", + "rf": "0.07134", + "tb": "0.86106", + "tf": "0.86106" + } + }, + { + "w": "2.17", + "specular": { + "rb": "0.07122", + "rf": "0.07122", + "tb": "0.85958", + "tf": "0.85958" + } + }, + { + "w": "2.175", + "specular": { + "rb": "0.0711", + "rf": "0.0711", + "tb": "0.8581", + "tf": "0.8581" + } + }, + { + "w": "2.18", + "specular": { + "rb": "0.07098", + "rf": "0.07098", + "tb": "0.85662", + "tf": "0.85662" + } + }, + { + "w": "2.185", + "specular": { + "rb": "0.07086", + "rf": "0.07086", + "tb": "0.85514", + "tf": "0.85514" + } + }, + { + "w": "2.19", + "specular": { + "rb": "0.07074", + "rf": "0.07074", + "tb": "0.85366", + "tf": "0.85366" + } + }, + { + "w": "2.195", + "specular": { + "rb": "0.07062", + "rf": "0.07062", + "tb": "0.85218", + "tf": "0.85218" + } + }, + { + "w": "2.2", + "specular": { + "rb": "0.0705", + "rf": "0.0705", + "tb": "0.8507", + "tf": "0.8507" + } + }, + { + "w": "2.205", + "specular": { + "rb": "0.07045", + "rf": "0.07045", + "tb": "0.85021", + "tf": "0.85021" + } + }, + { + "w": "2.21", + "specular": { + "rb": "0.0704", + "rf": "0.0704", + "tb": "0.84972", + "tf": "0.84972" + } + }, + { + "w": "2.215", + "specular": { + "rb": "0.07035", + "rf": "0.07035", + "tb": "0.84923", + "tf": "0.84923" + } + }, + { + "w": "2.22", + "specular": { + "rb": "0.0703", + "rf": "0.0703", + "tb": "0.84874", + "tf": "0.84874" + } + }, + { + "w": "2.225", + "specular": { + "rb": "0.07025", + "rf": "0.07025", + "tb": "0.84825", + "tf": "0.84825" + } + }, + { + "w": "2.23", + "specular": { + "rb": "0.0702", + "rf": "0.0702", + "tb": "0.84776", + "tf": "0.84776" + } + }, + { + "w": "2.235", + "specular": { + "rb": "0.07015", + "rf": "0.07015", + "tb": "0.84727", + "tf": "0.84727" + } + }, + { + "w": "2.24", + "specular": { + "rb": "0.0701", + "rf": "0.0701", + "tb": "0.84678", + "tf": "0.84678" + } + }, + { + "w": "2.245", + "specular": { + "rb": "0.07005", + "rf": "0.07005", + "tb": "0.84629", + "tf": "0.84629" + } + }, + { + "w": "2.25", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.8458", + "tf": "0.8458" + } + }, + { + "w": "2.255", + "specular": { + "rb": "0.07003", + "rf": "0.07003", + "tb": "0.84636", + "tf": "0.84636" + } + }, + { + "w": "2.26", + "specular": { + "rb": "0.07006", + "rf": "0.07006", + "tb": "0.84692", + "tf": "0.84692" + } + }, + { + "w": "2.265", + "specular": { + "rb": "0.07009", + "rf": "0.07009", + "tb": "0.84748", + "tf": "0.84748" + } + }, + { + "w": "2.27", + "specular": { + "rb": "0.07012", + "rf": "0.07012", + "tb": "0.84804", + "tf": "0.84804" + } + }, + { + "w": "2.275", + "specular": { + "rb": "0.07015", + "rf": "0.07015", + "tb": "0.8486", + "tf": "0.8486" + } + }, + { + "w": "2.28", + "specular": { + "rb": "0.07018", + "rf": "0.07018", + "tb": "0.84916", + "tf": "0.84916" + } + }, + { + "w": "2.285", + "specular": { + "rb": "0.07021", + "rf": "0.07021", + "tb": "0.84972", + "tf": "0.84972" + } + }, + { + "w": "2.29", + "specular": { + "rb": "0.07024", + "rf": "0.07024", + "tb": "0.85028", + "tf": "0.85028" + } + }, + { + "w": "2.295", + "specular": { + "rb": "0.07027", + "rf": "0.07027", + "tb": "0.85084", + "tf": "0.85084" + } + }, + { + "w": "2.3", + "specular": { + "rb": "0.0703", + "rf": "0.0703", + "tb": "0.8514", + "tf": "0.8514" + } + }, + { + "w": "2.305", + "specular": { + "rb": "0.07031", + "rf": "0.07031", + "tb": "0.85159", + "tf": "0.85159" + } + }, + { + "w": "2.31", + "specular": { + "rb": "0.07032", + "rf": "0.07032", + "tb": "0.85178", + "tf": "0.85178" + } + }, + { + "w": "2.315", + "specular": { + "rb": "0.07033", + "rf": "0.07033", + "tb": "0.85197", + "tf": "0.85197" + } + }, + { + "w": "2.32", + "specular": { + "rb": "0.07034", + "rf": "0.07034", + "tb": "0.85216", + "tf": "0.85216" + } + }, + { + "w": "2.325", + "specular": { + "rb": "0.07035", + "rf": "0.07035", + "tb": "0.85235", + "tf": "0.85235" + } + }, + { + "w": "2.33", + "specular": { + "rb": "0.07036", + "rf": "0.07036", + "tb": "0.85254", + "tf": "0.85254" + } + }, + { + "w": "2.335", + "specular": { + "rb": "0.07037", + "rf": "0.07037", + "tb": "0.85273", + "tf": "0.85273" + } + }, + { + "w": "2.34", + "specular": { + "rb": "0.07038", + "rf": "0.07038", + "tb": "0.85292", + "tf": "0.85292" + } + }, + { + "w": "2.345", + "specular": { + "rb": "0.07039", + "rf": "0.07039", + "tb": "0.85311", + "tf": "0.85311" + } + }, + { + "w": "2.35", + "specular": { + "rb": "0.0704", + "rf": "0.0704", + "tb": "0.8533", + "tf": "0.8533" + } + }, + { + "w": "2.355", + "specular": { + "rb": "0.07036", + "rf": "0.07036", + "tb": "0.85297", + "tf": "0.85297" + } + }, + { + "w": "2.36", + "specular": { + "rb": "0.07032", + "rf": "0.07032", + "tb": "0.85264", + "tf": "0.85264" + } + }, + { + "w": "2.365", + "specular": { + "rb": "0.07028", + "rf": "0.07028", + "tb": "0.85231", + "tf": "0.85231" + } + }, + { + "w": "2.37", + "specular": { + "rb": "0.07024", + "rf": "0.07024", + "tb": "0.85198", + "tf": "0.85198" + } + }, + { + "w": "2.375", + "specular": { + "rb": "0.0702", + "rf": "0.0702", + "tb": "0.85165", + "tf": "0.85165" + } + }, + { + "w": "2.38", + "specular": { + "rb": "0.07016", + "rf": "0.07016", + "tb": "0.85132", + "tf": "0.85132" + } + }, + { + "w": "2.385", + "specular": { + "rb": "0.07012", + "rf": "0.07012", + "tb": "0.85099", + "tf": "0.85099" + } + }, + { + "w": "2.39", + "specular": { + "rb": "0.07008", + "rf": "0.07008", + "tb": "0.85066", + "tf": "0.85066" + } + }, + { + "w": "2.395", + "specular": { + "rb": "0.07004", + "rf": "0.07004", + "tb": "0.85033", + "tf": "0.85033" + } + }, + { + "w": "2.4", + "specular": { + "rb": "0.07", + "rf": "0.07", + "tb": "0.85", + "tf": "0.85" + } + }, + { + "w": "2.405", + "specular": { + "rb": "0.06993", + "rf": "0.06993", + "tb": "0.84919", + "tf": "0.84919" + } + }, + { + "w": "2.41", + "specular": { + "rb": "0.06986", + "rf": "0.06986", + "tb": "0.84838", + "tf": "0.84838" + } + }, + { + "w": "2.415", + "specular": { + "rb": "0.06979", + "rf": "0.06979", + "tb": "0.84757", + "tf": "0.84757" + } + }, + { + "w": "2.42", + "specular": { + "rb": "0.06972", + "rf": "0.06972", + "tb": "0.84676", + "tf": "0.84676" + } + }, + { + "w": "2.425", + "specular": { + "rb": "0.06965", + "rf": "0.06965", + "tb": "0.84595", + "tf": "0.84595" + } + }, + { + "w": "2.43", + "specular": { + "rb": "0.06958", + "rf": "0.06958", + "tb": "0.84514", + "tf": "0.84514" + } + }, + { + "w": "2.435", + "specular": { + "rb": "0.06951", + "rf": "0.06951", + "tb": "0.84433", + "tf": "0.84433" + } + }, + { + "w": "2.44", + "specular": { + "rb": "0.06944", + "rf": "0.06944", + "tb": "0.84352", + "tf": "0.84352" + } + }, + { + "w": "2.445", + "specular": { + "rb": "0.06937", + "rf": "0.06937", + "tb": "0.84271", + "tf": "0.84271" + } + }, + { + "w": "2.45", + "specular": { + "rb": "0.0693", + "rf": "0.0693", + "tb": "0.8419", + "tf": "0.8419" + } + }, + { + "w": "2.455", + "specular": { + "rb": "0.06922", + "rf": "0.06922", + "tb": "0.84093", + "tf": "0.84093" + } + }, + { + "w": "2.46", + "specular": { + "rb": "0.06914", + "rf": "0.06914", + "tb": "0.83996", + "tf": "0.83996" + } + }, + { + "w": "2.465", + "specular": { + "rb": "0.06906", + "rf": "0.06906", + "tb": "0.83899", + "tf": "0.83899" + } + }, + { + "w": "2.47", + "specular": { + "rb": "0.06898", + "rf": "0.06898", + "tb": "0.83802", + "tf": "0.83802" + } + }, + { + "w": "2.475", + "specular": { + "rb": "0.0689", + "rf": "0.0689", + "tb": "0.83705", + "tf": "0.83705" + } + }, + { + "w": "2.48", + "specular": { + "rb": "0.06882", + "rf": "0.06882", + "tb": "0.83608", + "tf": "0.83608" + } + }, + { + "w": "2.485", + "specular": { + "rb": "0.06874", + "rf": "0.06874", + "tb": "0.83511", + "tf": "0.83511" + } + }, + { + "w": "2.49", + "specular": { + "rb": "0.06866", + "rf": "0.06866", + "tb": "0.83414", + "tf": "0.83414" + } + }, + { + "w": "2.495", + "specular": { + "rb": "0.06858", + "rf": "0.06858", + "tb": "0.83317", + "tf": "0.83317" + } + }, + { + "w": "2.5", + "specular": { + "rb": "0.0685", + "rf": "0.0685", + "tb": "0.8322", + "tf": "0.8322" + } + }, + { + "w": "5.0", + "specular": { + "rb": "0.0317603", + "rf": "0.0317603", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.1", + "specular": { + "rb": "0.03117786", + "rf": "0.03117786", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.2", + "specular": { + "rb": "0.030575", + "rf": "0.030575", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.3", + "specular": { + "rb": "0.02989826", + "rf": "0.02989826", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.4", + "specular": { + "rb": "0.02932715", + "rf": "0.02932715", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.5", + "specular": { + "rb": "0.02868443", + "rf": "0.02868443", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.6", + "specular": { + "rb": "0.02798816", + "rf": "0.02798816", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.7", + "specular": { + "rb": "0.02737208", + "rf": "0.02737208", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.8", + "specular": { + "rb": "0.02662898", + "rf": "0.02662898", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "5.9", + "specular": { + "rb": "0.02576046", + "rf": "0.02576046", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.0", + "specular": { + "rb": "0.02494783", + "rf": "0.02494783", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.1", + "specular": { + "rb": "0.02413691", + "rf": "0.02413691", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.2", + "specular": { + "rb": "0.02321456", + "rf": "0.02321456", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.3", + "specular": { + "rb": "0.02237789", + "rf": "0.02237789", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.4", + "specular": { + "rb": "0.02128538", + "rf": "0.02128538", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.5", + "specular": { + "rb": "0.02011609", + "rf": "0.02011609", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.6", + "specular": { + "rb": "0.01922287", + "rf": "0.01922287", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.7", + "specular": { + "rb": "0.01794114", + "rf": "0.01794114", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.8", + "specular": { + "rb": "0.01665305", + "rf": "0.01665305", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "6.9", + "specular": { + "rb": "0.01531783", + "rf": "0.01531783", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.0", + "specular": { + "rb": "0.01398767", + "rf": "0.01398767", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.1", + "specular": { + "rb": "0.01250852", + "rf": "0.01250852", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.2", + "specular": { + "rb": "0.01099694", + "rf": "0.01099694", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.3", + "specular": { + "rb": "0.009325154", + "rf": "0.009325154", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.4", + "specular": { + "rb": "0.007775973", + "rf": "0.007775973", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.5", + "specular": { + "rb": "0.006004325", + "rf": "0.006004325", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.6", + "specular": { + "rb": "0.004365841", + "rf": "0.004365841", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.7", + "specular": { + "rb": "0.002912899", + "rf": "0.002912899", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.8", + "specular": { + "rb": "0.001862653", + "rf": "0.001862653", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "7.9", + "specular": { + "rb": "0.001893779", + "rf": "0.001893779", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.0", + "specular": { + "rb": "0.004604187", + "rf": "0.004604187", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.1", + "specular": { + "rb": "0.01396993", + "rf": "0.01396993", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.2", + "specular": { + "rb": "0.03379792", + "rf": "0.03379792", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.3", + "specular": { + "rb": "0.06026775", + "rf": "0.06026775", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.4", + "specular": { + "rb": "0.08579855", + "rf": "0.08579855", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.5", + "specular": { + "rb": "0.1100057", + "rf": "0.1100057", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.6", + "specular": { + "rb": "0.1323906", + "rf": "0.1323906", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.7", + "specular": { + "rb": "0.1515961", + "rf": "0.1515961", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.8", + "specular": { + "rb": "0.169293", + "rf": "0.169293", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "8.9", + "specular": { + "rb": "0.1869905", + "rf": "0.1869905", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.0", + "specular": { + "rb": "0.2054866", + "rf": "0.2054866", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.1", + "specular": { + "rb": "0.2291816", + "rf": "0.2291816", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.2", + "specular": { + "rb": "0.2532378", + "rf": "0.2532378", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.3", + "specular": { + "rb": "0.2730808", + "rf": "0.2730808", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.4", + "specular": { + "rb": "0.2866183", + "rf": "0.2866183", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.5", + "specular": { + "rb": "0.2890902", + "rf": "0.2890902", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.6", + "specular": { + "rb": "0.283575", + "rf": "0.283575", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.7", + "specular": { + "rb": "0.273699", + "rf": "0.273699", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.8", + "specular": { + "rb": "0.2633874", + "rf": "0.2633874", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "9.9", + "specular": { + "rb": "0.2528525", + "rf": "0.2528525", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.0", + "specular": { + "rb": "0.2418507", + "rf": "0.2418507", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.1", + "specular": { + "rb": "0.2332705", + "rf": "0.2332705", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.2", + "specular": { + "rb": "0.2241817", + "rf": "0.2241817", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.3", + "specular": { + "rb": "0.2154393", + "rf": "0.2154393", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.4", + "specular": { + "rb": "0.2076605", + "rf": "0.2076605", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.5", + "specular": { + "rb": "0.2001801", + "rf": "0.2001801", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.6", + "specular": { + "rb": "0.1920287", + "rf": "0.1920287", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.7", + "specular": { + "rb": "0.1830552", + "rf": "0.1830552", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.8", + "specular": { + "rb": "0.1727526", + "rf": "0.1727526", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "10.9", + "specular": { + "rb": "0.1625845", + "rf": "0.1625845", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.0", + "specular": { + "rb": "0.1520166", + "rf": "0.1520166", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.1", + "specular": { + "rb": "0.1398158", + "rf": "0.1398158", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.2", + "specular": { + "rb": "0.1295152", + "rf": "0.1295152", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.3", + "specular": { + "rb": "0.1198978", + "rf": "0.1198978", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.4", + "specular": { + "rb": "0.1122678", + "rf": "0.1122678", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.5", + "specular": { + "rb": "0.1039998", + "rf": "0.1039998", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.6", + "specular": { + "rb": "0.09738897", + "rf": "0.09738897", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.7", + "specular": { + "rb": "0.09016786", + "rf": "0.09016786", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.8", + "specular": { + "rb": "0.0837536", + "rf": "0.0837536", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "11.9", + "specular": { + "rb": "0.07775009", + "rf": "0.07775009", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.0", + "specular": { + "rb": "0.07262429", + "rf": "0.07262429", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.1", + "specular": { + "rb": "0.06909924", + "rf": "0.06909924", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.2", + "specular": { + "rb": "0.06730816", + "rf": "0.06730816", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.3", + "specular": { + "rb": "0.06703605", + "rf": "0.06703605", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.4", + "specular": { + "rb": "0.0679357", + "rf": "0.0679357", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.5", + "specular": { + "rb": "0.07016622", + "rf": "0.07016622", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.6", + "specular": { + "rb": "0.07258398", + "rf": "0.07258398", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.7", + "specular": { + "rb": "0.0750324", + "rf": "0.0750324", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.8", + "specular": { + "rb": "0.07740509", + "rf": "0.07740509", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "12.9", + "specular": { + "rb": "0.07917856", + "rf": "0.07917856", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.0", + "specular": { + "rb": "0.08034915", + "rf": "0.08034915", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.1", + "specular": { + "rb": "0.08087461", + "rf": "0.08087461", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.2", + "specular": { + "rb": "0.08068211", + "rf": "0.08068211", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.3", + "specular": { + "rb": "0.07945995", + "rf": "0.07945995", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.4", + "specular": { + "rb": "0.0780423", + "rf": "0.0780423", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.5", + "specular": { + "rb": "0.07619345", + "rf": "0.07619345", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.6", + "specular": { + "rb": "0.07448422", + "rf": "0.07448422", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.7", + "specular": { + "rb": "0.07249223", + "rf": "0.07249223", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.8", + "specular": { + "rb": "0.07089327", + "rf": "0.07089327", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "13.9", + "specular": { + "rb": "0.06957324", + "rf": "0.06957324", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.0", + "specular": { + "rb": "0.06808921", + "rf": "0.06808921", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.1", + "specular": { + "rb": "0.06658594", + "rf": "0.06658594", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.2", + "specular": { + "rb": "0.06529986", + "rf": "0.06529986", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.3", + "specular": { + "rb": "0.06391528", + "rf": "0.06391528", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.4", + "specular": { + "rb": "0.06251393", + "rf": "0.06251393", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.5", + "specular": { + "rb": "0.06126335", + "rf": "0.06126335", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.6", + "specular": { + "rb": "0.06005959", + "rf": "0.06005959", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.7", + "specular": { + "rb": "0.05915502", + "rf": "0.05915502", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.8", + "specular": { + "rb": "0.0582341", + "rf": "0.0582341", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "14.9", + "specular": { + "rb": "0.05751529", + "rf": "0.05751529", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.0", + "specular": { + "rb": "0.05591116", + "rf": "0.05591116", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.1", + "specular": { + "rb": "0.05492254", + "rf": "0.05492254", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.2", + "specular": { + "rb": "0.05368409", + "rf": "0.05368409", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.3", + "specular": { + "rb": "0.05259688", + "rf": "0.05259688", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.4", + "specular": { + "rb": "0.05160115", + "rf": "0.05160115", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.5", + "specular": { + "rb": "0.05067018", + "rf": "0.05067018", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.6", + "specular": { + "rb": "0.04977821", + "rf": "0.04977821", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.7", + "specular": { + "rb": "0.04847655", + "rf": "0.04847655", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.8", + "specular": { + "rb": "0.04724037", + "rf": "0.04724037", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "15.9", + "specular": { + "rb": "0.04627791", + "rf": "0.04627791", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.0", + "specular": { + "rb": "0.04546109", + "rf": "0.04546109", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.1", + "specular": { + "rb": "0.04472335", + "rf": "0.04472335", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.2", + "specular": { + "rb": "0.04362001", + "rf": "0.04362001", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.3", + "specular": { + "rb": "0.04252286", + "rf": "0.04252286", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.4", + "specular": { + "rb": "0.0416529", + "rf": "0.0416529", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.5", + "specular": { + "rb": "0.04084081", + "rf": "0.04084081", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.6", + "specular": { + "rb": "0.03904643", + "rf": "0.03904643", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.7", + "specular": { + "rb": "0.0372623", + "rf": "0.0372623", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.8", + "specular": { + "rb": "0.03637572", + "rf": "0.03637572", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "16.9", + "specular": { + "rb": "0.03539945", + "rf": "0.03539945", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.0", + "specular": { + "rb": "0.03453502", + "rf": "0.03453502", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.1", + "specular": { + "rb": "0.03327914", + "rf": "0.03327914", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.2", + "specular": { + "rb": "0.03231261", + "rf": "0.03231261", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.3", + "specular": { + "rb": "0.03125658", + "rf": "0.03125658", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.4", + "specular": { + "rb": "0.02991496", + "rf": "0.02991496", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.5", + "specular": { + "rb": "0.02909888", + "rf": "0.02909888", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.6", + "specular": { + "rb": "0.02838047", + "rf": "0.02838047", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.7", + "specular": { + "rb": "0.02762885", + "rf": "0.02762885", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.8", + "specular": { + "rb": "0.02729119", + "rf": "0.02729119", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "17.9", + "specular": { + "rb": "0.0271987", + "rf": "0.0271987", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.0", + "specular": { + "rb": "0.02748714", + "rf": "0.02748714", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.1", + "specular": { + "rb": "0.02824826", + "rf": "0.02824826", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.2", + "specular": { + "rb": "0.02956108", + "rf": "0.02956108", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.3", + "specular": { + "rb": "0.03161542", + "rf": "0.03161542", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.4", + "specular": { + "rb": "0.03467857", + "rf": "0.03467857", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.5", + "specular": { + "rb": "0.03879093", + "rf": "0.03879093", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.6", + "specular": { + "rb": "0.0438205", + "rf": "0.0438205", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.7", + "specular": { + "rb": "0.04995146", + "rf": "0.04995146", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.8", + "specular": { + "rb": "0.05782877", + "rf": "0.05782877", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "18.9", + "specular": { + "rb": "0.06411792", + "rf": "0.06411792", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.0", + "specular": { + "rb": "0.07471766", + "rf": "0.07471766", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.1", + "specular": { + "rb": "0.08624873", + "rf": "0.08624873", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.2", + "specular": { + "rb": "0.09830182", + "rf": "0.09830182", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.3", + "specular": { + "rb": "0.1066302", + "rf": "0.1066302", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.4", + "specular": { + "rb": "0.119556", + "rf": "0.119556", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.5", + "specular": { + "rb": "0.1321104", + "rf": "0.1321104", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.6", + "specular": { + "rb": "0.1400631", + "rf": "0.1400631", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.7", + "specular": { + "rb": "0.1519396", + "rf": "0.1519396", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.8", + "specular": { + "rb": "0.1596713", + "rf": "0.1596713", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "19.9", + "specular": { + "rb": "0.1703854", + "rf": "0.1703854", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.0", + "specular": { + "rb": "0.1807359", + "rf": "0.1807359", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.1", + "specular": { + "rb": "0.1875733", + "rf": "0.1875733", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.2", + "specular": { + "rb": "0.1940544", + "rf": "0.1940544", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.3", + "specular": { + "rb": "0.2031419", + "rf": "0.2031419", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.4", + "specular": { + "rb": "0.2087646", + "rf": "0.2087646", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.5", + "specular": { + "rb": "0.2159548", + "rf": "0.2159548", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.6", + "specular": { + "rb": "0.220133", + "rf": "0.220133", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.7", + "specular": { + "rb": "0.2241676", + "rf": "0.2241676", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.8", + "specular": { + "rb": "0.2295367", + "rf": "0.2295367", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "20.9", + "specular": { + "rb": "0.2324842", + "rf": "0.2324842", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.0", + "specular": { + "rb": "0.2351977", + "rf": "0.2351977", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.1", + "specular": { + "rb": "0.2384057", + "rf": "0.2384057", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.2", + "specular": { + "rb": "0.2394702", + "rf": "0.2394702", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.3", + "specular": { + "rb": "0.2400313", + "rf": "0.2400313", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.4", + "specular": { + "rb": "0.240433", + "rf": "0.240433", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.5", + "specular": { + "rb": "0.2404572", + "rf": "0.2404572", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.6", + "specular": { + "rb": "0.2398681", + "rf": "0.2398681", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.7", + "specular": { + "rb": "0.2396427", + "rf": "0.2396427", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.8", + "specular": { + "rb": "0.2391459", + "rf": "0.2391459", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "21.9", + "specular": { + "rb": "0.2375401", + "rf": "0.2375401", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.0", + "specular": { + "rb": "0.23514", + "rf": "0.23514", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.1", + "specular": { + "rb": "0.2330038", + "rf": "0.2330038", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.2", + "specular": { + "rb": "0.2312396", + "rf": "0.2312396", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.3", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.4", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.5", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.6", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.7", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.8", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "22.9", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.0", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.1", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.2", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.3", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.4", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.5", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.6", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.7", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.8", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "23.9", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.0", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.1", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.2", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.3", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.4", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.5", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.6", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.7", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.8", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "24.9", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + }, + { + "w": "25.0", + "specular": { + "rb": "0.2302567", + "rf": "0.2302567", + "tb": "0.0", + "tf": "0.0" + } + } + ] + } + ], + "number_incidence_angles": 1 + } } -} \ No newline at end of file + } +} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json b/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json index f97ac749..772ec116 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json @@ -1,24514 +1,24514 @@ { - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0476" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.6768", - "reflectance": "0.069" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8886", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8964", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.082" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9053", - "reflectance": "0.081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.08075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0807" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.08" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.901", - "reflectance": "0.0799" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.891", - "reflectance": "0.0785" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8871", - "reflectance": "0.078" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88", - "reflectance": "0.0771" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.876", - "reflectance": "0.0767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.873", - "reflectance": "0.0763" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.868", - "reflectance": "0.0758" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86115", - "reflectance": "0.075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.853", - "reflectance": "0.0742" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8513", - "reflectance": "0.074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.844", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.843", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8422", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.841", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8591", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.863", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.874", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87335", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.872", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8458", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.030575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.169293" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.283575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.273699" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.119556" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.220133" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.240433" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.23514" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.84 - } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0476" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.6768", - "reflectance": "0.069" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8886", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8964", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.082" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9053", - "reflectance": "0.081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.08075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0807" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.08" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.901", - "reflectance": "0.0799" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.891", - "reflectance": "0.0785" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8871", - "reflectance": "0.078" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88", - "reflectance": "0.0771" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.876", - "reflectance": "0.0767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.873", - "reflectance": "0.0763" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.868", - "reflectance": "0.0758" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86115", - "reflectance": "0.075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.853", - "reflectance": "0.0742" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8513", - "reflectance": "0.074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.844", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.843", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8422", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.841", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8591", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.863", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.874", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87335", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.872", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8458", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.030575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.169293" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.283575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.273699" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.119556" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.220133" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.240433" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.23514" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.84 - } - } - ] + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } } - ] -} \ No newline at end of file + ] + } + ] +} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json index be14bb05..d18b3cf8 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -1,25023 +1,25023 @@ { - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0476" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.6768", - "reflectance": "0.069" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8886", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8964", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.082" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9053", - "reflectance": "0.081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.08075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0807" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.08" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.901", - "reflectance": "0.0799" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.891", - "reflectance": "0.0785" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8871", - "reflectance": "0.078" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88", - "reflectance": "0.0771" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.876", - "reflectance": "0.0767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.873", - "reflectance": "0.0763" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.868", - "reflectance": "0.0758" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86115", - "reflectance": "0.075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.853", - "reflectance": "0.0742" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8513", - "reflectance": "0.074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.844", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.843", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8422", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.841", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8591", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.863", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.874", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87335", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.872", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8458", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.030575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.169293" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.283575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.273699" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.119556" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.220133" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.240433" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.23514" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.84 - } - } - ], - "serverSpecific": { - "igsdb": { - "id": null, - "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", - "token": "clearlite-4", - "historical_tokens": [ - "clr2-hidden-20130417-kur", - "armorcoat-reserved-8-mil-stainless-steel-35", - "cl-6", - "clear-8-vta", - "pacifica-10", - "6xedn0169-d" - ], - "marketing_name": null, - "nfrc_id": 4492, - "igdb_id": 9360, - "cgdb_id": null, - "mdb_time_created": "2016-08-14T18:06:37Z", - "igdb_database_version": "49.0", - "cgdb_database_version": null, - "acceptance": "#", - "reference": false, - "appearance": "", - "hidden": false, - "owner_name": null, - "data_file_name": "clearlite_4.gvb", - "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", - "data_file_available": false, - "short_description": null, - "deconstructable": false, - "coating_name": null, - "coating_id": 2, - "coated_side": "NA", - "igdb_checksum": 670340591, - "cgdb_checksum": null, - "checksum_date": "2016-08-01T14:55:35Z", - "window8_application_type": "MONOLITHIC", - "product_detail_files": [], - "composition": [], - "integrated_spectral_averages_summaries": [ - { - "calculation_standard": "NFRC", - "source": "IGDB", - "source_version": "103", - "opticalc_pywincalc_version": null, - "spf": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "8.480444", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "tdw": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.8534895", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "tkr": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "tuv": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.7491414", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "color": { - "reflectance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "reflectance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": -0.2953564474190429, - "b": -0.5069940541208129, - "l": 34.09745765726716 - }, - "rgb": { - "b": 88.50219297918694, - "g": 88.64726400455686, - "r": 87.37614774327513 - }, - "trichromatic": { - "x": 7.604431, - "y": 8.05514, - "z": 8.79812 - } - } - }, - "transmittance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "transmittance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": -0.5693913431529252, - "b": 0.29968973743668137, - "l": 96.10036103356394 - }, - "rgb": { - "b": 255.0, - "g": 255.0, - "r": 255.0 - }, - "trichromatic": { - "x": 85.2487, - "y": 90.24997, - "z": 96.40885 - } - } - } - } - } - ], - "geometric_properties": null, - "material": "GLASS", - "material_bulk_properties": { - "name": "GLASS", - "version": 1, - "conductivity": "0.84000000000000000", - "youngs_modulus": 0.0, - "poissons_ratio": 0.0, - "elasticity": 0.0, - "moisture_properties": null - }, - "extra_data": {}, - "physical_properties": { - "is_specular": true, - "thickness": 3.85, - "predefined_emissivity_front": 0.84, - "predefined_emissivity_back": 0.84, - "predefined_tir_front": 0.0, - "predefined_tir_back": 0.0, - "permeability_factor": null, - "bulk_properties_override": { - "conductivity": "1.0" - }, - "optical_properties": { - "optical_data_type": "DISCRETE", - "incidence_angular_resolution_type": "DIRECT", - "outgoing_angular_resolution_type": "DIRECT", - "optical_data": { - "angle_blocks": [ - { - "incidence_angle": 0, - "num_wavelengths": 642 - } - ], - "number_incidence_angles": 1 - } - } - } - } - } - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0476" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.6768", - "reflectance": "0.069" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8886", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8964", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.082" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9053", - "reflectance": "0.081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.08075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0807" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.08" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.901", - "reflectance": "0.0799" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.891", - "reflectance": "0.0785" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8871", - "reflectance": "0.078" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88", - "reflectance": "0.0771" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.876", - "reflectance": "0.0767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.873", - "reflectance": "0.0763" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.868", - "reflectance": "0.0758" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86115", - "reflectance": "0.075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.853", - "reflectance": "0.0742" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8513", - "reflectance": "0.074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.844", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.843", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8422", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.841", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8591", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.863", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.874", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87335", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.872", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8458", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.030575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.169293" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.283575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.273699" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.119556" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.220133" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.240433" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.23514" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.84 - } + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } + } + ], + "serverSpecific": { + "igsdb": { + "id": null, + "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", + "token": "clearlite-4", + "historical_tokens": [ + "clr2-hidden-20130417-kur", + "armorcoat-reserved-8-mil-stainless-steel-35", + "cl-6", + "clear-8-vta", + "pacifica-10", + "6xedn0169-d" + ], + "marketing_name": null, + "nfrc_id": 4492, + "igdb_id": 9360, + "cgdb_id": null, + "mdb_time_created": "2016-08-14T18:06:37Z", + "igdb_database_version": "49.0", + "cgdb_database_version": null, + "acceptance": "#", + "reference": false, + "appearance": "", + "hidden": false, + "owner_name": null, + "data_file_name": "clearlite_4.gvb", + "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", + "data_file_available": false, + "short_description": null, + "deconstructable": false, + "coating_name": null, + "coating_id": 2, + "coated_side": "NA", + "igdb_checksum": 670340591, + "cgdb_checksum": null, + "checksum_date": "2016-08-01T14:55:35Z", + "window8_application_type": "MONOLITHIC", + "product_detail_files": [], + "composition": [], + "integrated_spectral_averages_summaries": [ + { + "calculation_standard": "NFRC", + "source": "IGDB", + "source_version": "103", + "opticalc_pywincalc_version": null, + "spf": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "8.480444", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tdw": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.8534895", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tkr": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tuv": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": "0.7491414", + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "color": { + "reflectance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "reflectance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.2953564474190429, + "b": -0.5069940541208129, + "l": 34.09745765726716 + }, + "rgb": { + "b": 88.50219297918694, + "g": 88.64726400455686, + "r": 87.37614774327513 + }, + "trichromatic": { + "x": 7.604431, + "y": 8.05514, + "z": 8.79812 + } + } + }, + "transmittance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "transmittance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.5693913431529252, + "b": 0.29968973743668137, + "l": 96.10036103356394 + }, + "rgb": { + "b": 255.0, + "g": 255.0, + "r": 255.0 + }, + "trichromatic": { + "x": 85.2487, + "y": 90.24997, + "z": 96.40885 + } + } } - ] + } + } + ], + "geometric_properties": null, + "material": "GLASS", + "material_bulk_properties": { + "name": "GLASS", + "version": 1, + "conductivity": "0.84000000000000000", + "youngs_modulus": 0.0, + "poissons_ratio": 0.0, + "elasticity": 0.0, + "moisture_properties": null + }, + "extra_data": {}, + "physical_properties": { + "is_specular": true, + "thickness": 3.85, + "predefined_emissivity_front": 0.84, + "predefined_emissivity_back": 0.84, + "predefined_tir_front": 0.0, + "predefined_tir_back": 0.0, + "permeability_factor": null, + "bulk_properties_override": { + "conductivity": "1.0" + }, + "optical_properties": { + "optical_data_type": "DISCRETE", + "incidence_angular_resolution_type": "DIRECT", + "outgoing_angular_resolution_type": "DIRECT", + "optical_data": { + "angle_blocks": [ + { + "incidence_angle": 0, + "num_wavelengths": 642 + } + ], + "number_incidence_angles": 1 + } + } + } + } + } + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0476" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0303", + "reflectance": "0.0472" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0932", + "reflectance": "0.0474" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.1916", + "reflectance": "0.0486" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.3183", + "reflectance": "0.0517" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.4537", + "reflectance": "0.0568" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.5765", + "reflectance": "0.0629" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.6768", + "reflectance": "0.069" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.7513", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8044", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8611", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8734", + "reflectance": "0.0829" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8795", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8886", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8969", + "reflectance": "0.0834" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89665", + "reflectance": "0.0832" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8964", + "reflectance": "0.083" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8954", + "reflectance": "0.08275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8944", + "reflectance": "0.0825" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8943", + "reflectance": "0.08235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8942", + "reflectance": "0.0822" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89465", + "reflectance": "0.0821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.082" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89625", + "reflectance": "0.08195" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8974", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8988", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9002", + "reflectance": "0.0819" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9009", + "reflectance": "0.08185" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.0818" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9019", + "reflectance": "0.08175" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9022", + "reflectance": "0.0817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9033", + "reflectance": "0.08165" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9044", + "reflectance": "0.0816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9048", + "reflectance": "0.08155" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9052", + "reflectance": "0.0815" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9057", + "reflectance": "0.08145" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9062", + "reflectance": "0.0814" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90585", + "reflectance": "0.0813" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9055", + "reflectance": "0.0812" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9054", + "reflectance": "0.0811" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9053", + "reflectance": "0.081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.90515", + "reflectance": "0.0809" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.08075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.905", + "reflectance": "0.0807" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9046", + "reflectance": "0.0806" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9042", + "reflectance": "0.0805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9037", + "reflectance": "0.0804" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9032", + "reflectance": "0.0803" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9024", + "reflectance": "0.08015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9016", + "reflectance": "0.08" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.901", + "reflectance": "0.0799" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.9004", + "reflectance": "0.0798" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89965", + "reflectance": "0.0797" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8989", + "reflectance": "0.0796" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89825", + "reflectance": "0.0795" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8976", + "reflectance": "0.0794" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89685", + "reflectance": "0.0793" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8961", + "reflectance": "0.0792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8951", + "reflectance": "0.07905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8941", + "reflectance": "0.0789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89345", + "reflectance": "0.0788" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8928", + "reflectance": "0.0787" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8919", + "reflectance": "0.0786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.891", + "reflectance": "0.0785" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.89045", + "reflectance": "0.0784" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8899", + "reflectance": "0.0783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88915", + "reflectance": "0.0782" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8884", + "reflectance": "0.0781" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88775", + "reflectance": "0.07805" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8871", + "reflectance": "0.078" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8864", + "reflectance": "0.0779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8857", + "reflectance": "0.0778" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8848", + "reflectance": "0.0777" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8839", + "reflectance": "0.0776" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8828", + "reflectance": "0.07745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8817", + "reflectance": "0.0773" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88085", + "reflectance": "0.0772" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.88", + "reflectance": "0.0771" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87865", + "reflectance": "0.07695" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8773", + "reflectance": "0.0768" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.876", + "reflectance": "0.0767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8747", + "reflectance": "0.0766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87385", + "reflectance": "0.07645" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.873", + "reflectance": "0.0763" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87215", + "reflectance": "0.0762" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8713", + "reflectance": "0.0761" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86965", + "reflectance": "0.07595" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.868", + "reflectance": "0.0758" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8673", + "reflectance": "0.0757" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8666", + "reflectance": "0.0756" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8651", + "reflectance": "0.07545" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8636", + "reflectance": "0.0753" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8627", + "reflectance": "0.0752" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8618", + "reflectance": "0.0751" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86115", + "reflectance": "0.075" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8605", + "reflectance": "0.0749" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85985", + "reflectance": "0.07485" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8592", + "reflectance": "0.0748" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85845", + "reflectance": "0.0747" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8577", + "reflectance": "0.0746" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85665", + "reflectance": "0.0745" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8556", + "reflectance": "0.0744" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8543", + "reflectance": "0.0743" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.853", + "reflectance": "0.0742" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85215", + "reflectance": "0.0741" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8513", + "reflectance": "0.074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8505", + "reflectance": "0.07395" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8497", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8489", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8481", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84735", + "reflectance": "0.07365" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8466", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8459", + "reflectance": "0.0735" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8452", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8446", + "reflectance": "0.07335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.844", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8435", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.843", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8426", + "reflectance": "0.07305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8422", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84185", + "reflectance": "0.07295" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8415", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8412", + "reflectance": "0.07285" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8409", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8406", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8401", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8399", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8397", + "reflectance": "0.07265" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8395", + "reflectance": "0.0726" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8393", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8391", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83895", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8388", + "reflectance": "0.0725" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83866", + "reflectance": "0.07247" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83852", + "reflectance": "0.07244" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83838", + "reflectance": "0.07241" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8381", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83796", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83782", + "reflectance": "0.07229" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83768", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83754", + "reflectance": "0.07223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8374", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83743", + "reflectance": "0.07219" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83746", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83749", + "reflectance": "0.07217" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83752", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83755", + "reflectance": "0.07215" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83758", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83761", + "reflectance": "0.07213" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83764", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83767", + "reflectance": "0.07211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8377", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83779", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83788", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83797", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83806", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83815", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83824", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83833", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83842", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83851", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8386", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83877", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83894", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83911", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83928", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83945", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83962", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83979", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84013", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8403", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84065", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.841", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84135", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8417", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84205", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8424", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84275", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8431", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84345", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8438", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84419", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84458", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84497", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84536", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84575", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84614", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84653", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84731", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8477", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84819", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84868", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84917", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84966", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85015", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85064", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85113", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85162", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85211", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8526", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85286", + "reflectance": "0.07271" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85312", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85338", + "reflectance": "0.07273" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85364", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8539", + "reflectance": "0.07275" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85416", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85442", + "reflectance": "0.07277" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85468", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85494", + "reflectance": "0.07279" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8552", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85598", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85676", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85754", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85832", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8591", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85988", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86066", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86144", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86222", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.863", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86358", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86416", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86474", + "reflectance": "0.07332" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86532", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8659", + "reflectance": "0.0734" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86648", + "reflectance": "0.07344" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86706", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86764", + "reflectance": "0.07352" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86822", + "reflectance": "0.07356" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86932", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86984", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87088", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8714", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87192", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87244", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87296", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87348", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.874", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87427", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87454", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87481", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87508", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87535", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87562", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87589", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87616", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87643", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8767", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87686", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87702", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8783", + "reflectance": "0.0739" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87826", + "reflectance": "0.07389" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87822", + "reflectance": "0.07388" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87818", + "reflectance": "0.07387" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87814", + "reflectance": "0.07386" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8781", + "reflectance": "0.07385" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87806", + "reflectance": "0.07384" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87802", + "reflectance": "0.07383" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87798", + "reflectance": "0.07382" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87794", + "reflectance": "0.07381" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8779", + "reflectance": "0.0738" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87782", + "reflectance": "0.07378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87774", + "reflectance": "0.07376" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87766", + "reflectance": "0.07374" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87758", + "reflectance": "0.07372" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8775", + "reflectance": "0.0737" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87742", + "reflectance": "0.07368" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87734", + "reflectance": "0.07366" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87726", + "reflectance": "0.07364" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87718", + "reflectance": "0.07362" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8771", + "reflectance": "0.0736" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87692", + "reflectance": "0.07357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87674", + "reflectance": "0.07354" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87656", + "reflectance": "0.07351" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87638", + "reflectance": "0.07348" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8762", + "reflectance": "0.07345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87602", + "reflectance": "0.07342" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87584", + "reflectance": "0.07339" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87566", + "reflectance": "0.07336" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87548", + "reflectance": "0.07333" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8753", + "reflectance": "0.0733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87516", + "reflectance": "0.07328" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87502", + "reflectance": "0.07326" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87488", + "reflectance": "0.07324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87474", + "reflectance": "0.07322" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8746", + "reflectance": "0.0732" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87446", + "reflectance": "0.07318" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87432", + "reflectance": "0.07316" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87418", + "reflectance": "0.07314" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87404", + "reflectance": "0.07312" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8739", + "reflectance": "0.0731" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87379", + "reflectance": "0.07308" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87368", + "reflectance": "0.07306" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87357", + "reflectance": "0.07304" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87346", + "reflectance": "0.07302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87335", + "reflectance": "0.073" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87324", + "reflectance": "0.07298" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87313", + "reflectance": "0.07296" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87302", + "reflectance": "0.07294" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87291", + "reflectance": "0.07292" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8728", + "reflectance": "0.0729" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8727", + "reflectance": "0.07288" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8726", + "reflectance": "0.07286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8725", + "reflectance": "0.07284" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8724", + "reflectance": "0.07282" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8723", + "reflectance": "0.0728" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8722", + "reflectance": "0.07278" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8721", + "reflectance": "0.07276" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.872", + "reflectance": "0.07274" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8719", + "reflectance": "0.07272" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8718", + "reflectance": "0.0727" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87162", + "reflectance": "0.07267" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87144", + "reflectance": "0.07264" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87126", + "reflectance": "0.07261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87108", + "reflectance": "0.07258" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8709", + "reflectance": "0.07255" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87072", + "reflectance": "0.07252" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87054", + "reflectance": "0.07249" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87036", + "reflectance": "0.07246" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87018", + "reflectance": "0.07243" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.87", + "reflectance": "0.0724" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86999", + "reflectance": "0.07239" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86998", + "reflectance": "0.07238" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86997", + "reflectance": "0.07237" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86996", + "reflectance": "0.07236" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86995", + "reflectance": "0.07235" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86994", + "reflectance": "0.07234" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86993", + "reflectance": "0.07233" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86992", + "reflectance": "0.07232" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86991", + "reflectance": "0.07231" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8699", + "reflectance": "0.0723" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86979", + "reflectance": "0.07228" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86968", + "reflectance": "0.07226" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86957", + "reflectance": "0.07224" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86946", + "reflectance": "0.07222" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86935", + "reflectance": "0.0722" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86924", + "reflectance": "0.07218" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86913", + "reflectance": "0.07216" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86902", + "reflectance": "0.07214" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86891", + "reflectance": "0.07212" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8688", + "reflectance": "0.0721" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86847", + "reflectance": "0.07206" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86814", + "reflectance": "0.07202" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86781", + "reflectance": "0.07198" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86748", + "reflectance": "0.07194" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86715", + "reflectance": "0.0719" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86682", + "reflectance": "0.07186" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86649", + "reflectance": "0.07182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86616", + "reflectance": "0.07178" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86583", + "reflectance": "0.07174" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8655", + "reflectance": "0.0717" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86402", + "reflectance": "0.07158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86254", + "reflectance": "0.07146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.86106", + "reflectance": "0.07134" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85958", + "reflectance": "0.07122" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8581", + "reflectance": "0.0711" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85662", + "reflectance": "0.07098" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85514", + "reflectance": "0.07086" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85366", + "reflectance": "0.07074" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85218", + "reflectance": "0.07062" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8507", + "reflectance": "0.0705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85021", + "reflectance": "0.07045" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84923", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84874", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84825", + "reflectance": "0.07025" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84776", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84727", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84678", + "reflectance": "0.0701" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84629", + "reflectance": "0.07005" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8458", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84636", + "reflectance": "0.07003" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84692", + "reflectance": "0.07006" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84748", + "reflectance": "0.07009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84804", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8486", + "reflectance": "0.07015" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84916", + "reflectance": "0.07018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84972", + "reflectance": "0.07021" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85028", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85084", + "reflectance": "0.07027" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8514", + "reflectance": "0.0703" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85159", + "reflectance": "0.07031" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85178", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85197", + "reflectance": "0.07033" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85216", + "reflectance": "0.07034" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85235", + "reflectance": "0.07035" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85254", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85273", + "reflectance": "0.07037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85292", + "reflectance": "0.07038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85311", + "reflectance": "0.07039" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8533", + "reflectance": "0.0704" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85297", + "reflectance": "0.07036" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85264", + "reflectance": "0.07032" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85231", + "reflectance": "0.07028" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85198", + "reflectance": "0.07024" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85165", + "reflectance": "0.0702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85132", + "reflectance": "0.07016" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85099", + "reflectance": "0.07012" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85066", + "reflectance": "0.07008" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85033", + "reflectance": "0.07004" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.85", + "reflectance": "0.07" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84919", + "reflectance": "0.06993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84838", + "reflectance": "0.06986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84757", + "reflectance": "0.06979" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84676", + "reflectance": "0.06972" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84595", + "reflectance": "0.06965" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84514", + "reflectance": "0.06958" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84433", + "reflectance": "0.06951" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84352", + "reflectance": "0.06944" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84271", + "reflectance": "0.06937" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8419", + "reflectance": "0.0693" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.84093", + "reflectance": "0.06922" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83996", + "reflectance": "0.06914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83899", + "reflectance": "0.06906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83802", + "reflectance": "0.06898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83705", + "reflectance": "0.0689" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83608", + "reflectance": "0.06882" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83511", + "reflectance": "0.06874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83414", + "reflectance": "0.06866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.83317", + "reflectance": "0.06858" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.8322", + "reflectance": "0.0685" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0317603" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03117786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.030575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02989826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02932715" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02868443" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02798816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02737208" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02662898" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02576046" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02494783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02413691" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02321456" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02237789" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02128538" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02011609" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01922287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01794114" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01665305" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01531783" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01398767" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01250852" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01099694" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.009325154" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.007775973" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.006004325" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004365841" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.002912899" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001862653" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.001893779" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.004604187" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.01396993" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03379792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06026775" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08579855" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1100057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1323906" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1515961" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.169293" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1869905" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2054866" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2291816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2532378" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2730808" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2866183" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2890902" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.283575" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.273699" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2633874" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2528525" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2418507" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2332705" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241817" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2154393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2076605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2001801" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1920287" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1830552" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1727526" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1625845" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1520166" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1398158" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1295152" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1198978" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1122678" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1039998" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09738897" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09016786" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0837536" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07775009" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07262429" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06909924" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06730816" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06703605" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0679357" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07016622" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07258398" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0750324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07740509" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07917856" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08034915" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08087461" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08068211" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07945995" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0780423" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07619345" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07448422" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07249223" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07089327" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06957324" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06808921" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06658594" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06529986" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06391528" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06251393" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06126335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06005959" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05915502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0582341" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05751529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05591116" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05492254" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05368409" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05259688" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05160115" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05067018" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04977821" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04847655" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04724037" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04627791" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04546109" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04472335" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04362001" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04252286" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0416529" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04084081" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03904643" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0372623" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03637572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03539945" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03453502" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03327914" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03231261" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03125658" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02991496" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02909888" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02838047" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02762885" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02729119" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0271987" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02748714" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02824826" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.02956108" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03161542" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03467857" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.03879093" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.0438205" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.04995146" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.05782877" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.06411792" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.07471766" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.08624873" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.09830182" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1066302" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.119556" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1321104" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1400631" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1519396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1596713" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1703854" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1807359" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1875733" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.1940544" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2031419" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2087646" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2159548" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.220133" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2241676" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2295367" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2324842" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2351977" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2384057" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2394702" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2400313" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.240433" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2404572" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2398681" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2396427" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2391459" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2375401" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.23514" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2330038" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2312396" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": "0.0", + "reflectance": "0.2302567" + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8707941, + "reflectance": 0.07636583 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9025436, + "reflectance": 0.08046153 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.84 + } } - ] -} \ No newline at end of file + ] + } + ] +} From 1c5150dbf7f90c1a30d16f7e4c896a69840d1402 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 26 Mar 2025 13:56:29 +0100 Subject: [PATCH 280/362] Add comments from @simon-wacker --- .vscode/settings.json | 13 ++ schemas/opticalData.json | 489 +++++++++++++++++++++++++++------------ 2 files changed, 352 insertions(+), 150 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 578ad166..aabc13a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -51,6 +51,19 @@ "Colour", "Hanek", "Santamouris", + "pywincalc", + "THMX", + "opticalc", + "clearlite", + "planibel", + "deconstructable", + "photopic", + "IGSDB", + "igsdb", + "IGDB", + "igdb", + "CGDB", + "cgdb", "AERC", "ASHRAE", "ASTM", diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 640645fe..c21584db 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -606,9 +606,6 @@ "id": { "$ref": "number.json#/$defs/stringOrNull" }, - "component_id": { - "$ref": "number.json#/$defs/stringOrNull" - }, "token": { "$ref": "number.json#/$defs/stringOrNull" }, @@ -643,6 +640,7 @@ "$ref": "number.json#/$defs/stringOrNull", "enum": [ "#", + "@", "" ] }, @@ -662,7 +660,17 @@ "$ref": "number.json#/$defs/stringOrNull" }, "data_file_type": { - "$ref": "number.json#/$defs/stringOrNull" + "type": "string", + "enum": [ + "IGDB_LEGACY_SUBMISSION_FILE", + "CGDB_LEGACY_SUBMISSION_FILE", + "SPD", + "SPREADSHEET", + "OTHER", + "BSDF_XML", + "THERM" + ], + "description": "BSDF_XML and THERM are 'legacy' file types that were used in the old IGDB database to describe shading types like roller shade and roman/pleated/cellular shades." }, "data_file_available": { "type": "boolean" @@ -680,7 +688,18 @@ "$ref": "number.json#/$defs/integerOrNull" }, "coated_side": { - "$ref": "number.json#/$defs/stringOrNull" + "type": "string", + "enum": [ + "MULTIPLE", + "FRONT", + "BACK", + "BOTH", + "EMBEDDED", + "NEITHER", + "UNKNOWN", + "NA" + ], + "description": "`MULTIPLE` means = embedded and either front or back or both front and back. `NA` means `not applicable`." }, "igdb_checksum": { "$ref": "number.json#/$defs/integerOrNull" @@ -697,182 +716,119 @@ "product_detail_files": { "type": "array", "items": { - "$ref": "number.json#/$defs/stringOrNull" + "type": "string", + "enum": [ + "GEN_BSDF_XML", + "BSDF_XML", + "THMX", + "TOLERANCE", + "OTHER" + ], + "description": "`TOLERANCE` means `Tolerance Report`." } }, "composition": { - "type": "array", - "items": { - "$ref": "number.json#/$defs/stringOrNull" - } - }, - "integrated_spectral_averages_summaries": { "type": "array", "items": { "type": "object", "properties": { - "calculation_standard": { + "id": { "$ref": "number.json#/$defs/stringOrNull" }, - "source": { + "created": { "$ref": "number.json#/$defs/stringOrNull" }, - "source_version": { + "updated": { "$ref": "number.json#/$defs/stringOrNull" }, - "opticalc_pywincalc_version": { + "index": { "$ref": "number.json#/$defs/stringOrNull" }, - "spf": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" - }, - "tdw": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" - }, - "tkr": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + "parentProduct": { + "$ref": "number.json#/$defs/stringOrNull" }, - "tuv": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + "childProduct": { + "$ref": "number.json#/$defs/stringOrNull" }, - "color": { - "type": "object", - "properties": { - "reflectance_back": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" - }, - "reflectance_front": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" - }, - "transmittance_back": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" + "compositionDetails": { + "type": "array", + "items": { + "type": "object", + "properties": { + "flipped": { + "type": "boolean" + }, + "thickness": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "layerFilename": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "coatingId": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "coatingName": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "coatedSideFacesExterior": { + "type": "boolean" + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] }, - "transmittance_front": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 - }, - "geometric_properties": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "material": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "material_bulk_properties": { - "type": "object", - "properties": { - "name": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "version": { - "$ref": "number.json#/$defs/integerOrNull" - }, - "conductivity": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "youngs_modulus": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "poissons_ratio": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "elasticity": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "moisture_properties": { - "$ref": "number.json#/$defs/stringOrNull" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "extra_data": { - "type": "object", - "properties": {}, - "additionalProperties": true, - "required": [] - }, - "physical_properties": { - "type": "object", - "properties": { - "is_specular": { - "type": "boolean" - }, - "thickness": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "predefined_emissivity_front": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "predefined_emissivity_back": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "predefined_tir_front": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "predefined_tir_back": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "permeability_factor": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "bulk_properties_override": { - "type": "object", - "properties": { - "conductivity": { - "$ref": "number.json#/$defs/stringOrNull" + "minItems": 1 } }, "additionalProperties": false, "minProperties": 1, "required": [] }, - "optical_properties": { + "minItems": 1 + }, + "integrated_spectral_averages_summaries": { + "type": "array", + "items": { "type": "object", "properties": { - "optical_data_type": { + "calculation_standard": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "source": { "$ref": "number.json#/$defs/stringOrNull" }, - "incidence_angular_resolution_type": { + "source_version": { "$ref": "number.json#/$defs/stringOrNull" }, - "outgoing_angular_resolution_type": { + "opticalc_pywincalc_version": { "$ref": "number.json#/$defs/stringOrNull" }, - "optical_data": { + "spf": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "tdw": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "tkr": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "tuv": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" + }, + "color": { "type": "object", "properties": { - "angle_blocks": { - "type": "array", - "items": { - "type": "object", - "properties": { - "incidence_angle": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "num_wavelengths": { - "$ref": "number.json#/$defs/numberOrNull" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 + "reflectance_back": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" + }, + "reflectance_front": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" }, - "number_incidence_angles": { - "$ref": "number.json#/$defs/integerOrNull" + "transmittance_back": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" + }, + "transmittance_front": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" } }, "additionalProperties": false, @@ -883,11 +839,160 @@ "additionalProperties": false, "minProperties": 1, "required": [] - } + }, + "minItems": 1 }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "geometric_properties": { + "oneOf": [ + { + "$ref": "#/$defs/perforatedScreenGeometry" + }, + { + "$ref": "#/$defs/wovenShadeGeometry" + }, + { + "$ref": "#/$defs/blindGeometry" + } + ] + }, + "material": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "material_bulk_properties": { + "type": "object", + "properties": { + "name": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "version": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "conductivity": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "youngs_modulus": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "poissons_ratio": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "elasticity": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "moisture_properties": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "extra_data": { + "type": "object", + "properties": {}, + "additionalProperties": true, + "required": [] + }, + "physical_properties": { + "type": "object", + "properties": { + "is_specular": { + "type": "boolean" + }, + "thickness": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefined_emissivity_front": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefined_emissivity_back": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefined_tir_front": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefined_tir_back": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "permeability_factor": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "bulk_properties_override": { + "type": "object", + "properties": { + "conductivity": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "optical_properties": { + "type": "object", + "properties": { + "optical_data_type": { + "type": "string", + "enum": [ + "DISCRETE", + "BAND" + ] + }, + "incidence_angular_resolution_type": { + "type": "string", + "enum": [ + "DIRECT", + "BSDF" + ] + }, + "outgoing_angular_resolution_type": { + "type": "string", + "enum": [ + "DIRECT", + "DIFFUSE", + "DIRECT_DIFFUSE", + "BSDF" + ] + }, + "optical_data": { + "type": "object", + "properties": { + "angle_blocks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "incidence_angle": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "num_wavelengths": { + "$ref": "number.json#/$defs/numberOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "minItems": 1 + }, + "number_incidence_angles": { + "$ref": "number.json#/$defs/integerOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } } }, "additionalProperties": false, @@ -1030,6 +1135,90 @@ "additionalProperties": false, "minProperties": 1, "required": [] + }, + "perforatedScreenGeometry": { + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "circular", + "square", + "rectangle" + ], + "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." + }, + "dim_x": { + "$ref": "number.json#/$defs/numberOrNull", + "description": "dim_x is the radius if `type`: `circular`." + }, + "dim_y": { + "$ref": "number.json#/$defs/numberOrNull", + "description": "dim_y is not used if `type` is `circular` or `square`." + }, + "spacing_x": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "spacing_y": { + "$ref": "number.json#/$defs/numberOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "wovenShadeGeometry": { + "type": "object", + "properties": { + "threadDiameter": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "threadSpacing": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "shadeThickness": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "blindGeometry": { + "title": "Geometry definition for venetian blinds", + "type": "object", + "properties": { + "rise": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "slat_width": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: mm" + }, + "slat_spacing": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: mm" + }, + "slat_curvature": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: mm" + }, + "slat_tilt": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Units: degrees" + }, + "n_segments": { + "$ref": "number.json#/$defs/integerOrNull", + "description": "Segments are used to represent curvature (Defaults to 5)." + }, + "tilt_choice": { + "$ref": "number.json#/$defs/stringOrNull", + "description": "Value can be an integer or string like `CUSTOM`, so declaring this field as str." + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } }, "$ref": "#/$defs/data" From 41aff81fed1fdca27fa5ce32313336550a795837 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 26 Mar 2025 15:27:59 +0100 Subject: [PATCH 281/362] Use camelCase for all keys --- .vscode/settings.json | 2 + .../opticalDataPointSchema.plantuml | 4 +- .../opticalDataPointSchematicDrawing.plantuml | 4 +- ...BuildingIntegratedPhotovoltaicThermal.json | 13 +- .../optical/ColorRenderingIndexCIELAB.json | 2 +- .../bipvInverterBuildingNatIse.json | 10 +- .../bipvModuleBuildingNatIse.json | 13 +- .../bipvModuleSunovationGlazingUnit.json | 17 +- .../bipvModuleSunovationUnit.json | 17 +- .../photovoltaic/photovoltaicWithOptical.json | 17 +- examples/dsb/simpleBuildingExample.json | 10 +- schemas/building.json | 44 ++- schemas/common.json | 79 ++++- schemas/opticalData.json | 174 ++++----- schemas/photovoltaicData.json | 158 +++++++-- tests/valid/calorimetricData/fluxes.json | 17 +- tests/valid/calorimetricData/fullTest01.json | 10 +- tests/valid/data/photovoltaicTest.json | 15 +- .../colorVisibleTransmittanceReflectance.json | 2 +- .../igsdbExampleClearlite-4_extendedBED.json | 331 +++++++++--------- .../SunovationGlazingUnitPhotovoltaic.json | 15 +- .../SunovationModuleUnitPhotovoltaic.json | 15 +- 22 files changed, 577 insertions(+), 392 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index aabc13a2..15e3cf7f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -94,9 +94,11 @@ "POSIX", "Retrolux", "Revit", + "revit", "Riba", "SHGC", "SPARQL", + "sparql", "Soleil", "Subtag", "UNECE", diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml index d424756f..6d77cf0b 100644 --- a/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataPointSchema.plantuml @@ -56,7 +56,7 @@ , "": { - "Circular polarization": ["leftHanded", "rightHanded"] + "circular polarization": ["leftHanded", "rightHanded"] } } @@ -165,7 +165,7 @@ "illuminant": ["A", "D65"] }, "colorRenderingIndices": { - "Ra": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, + "ra": { "number": "numberBetweenZeroAndOneHundredWithUncertainty"}, "observer": ["twoDegrees", "tenDegrees"], "illuminant": ["A", "D65"] } diff --git a/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml b/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml index 75ceaf01..6de59343 100644 --- a/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml +++ b/docs/diagrams/src/opticalData/opticalDataPointSchematicDrawing.plantuml @@ -59,7 +59,7 @@ , "": { - "Circular polarization": ["leftHanded", "rightHanded"] + "circular polarization": ["leftHanded", "rightHanded"] } } @@ -99,7 +99,7 @@ "illuminant": ["A", "D65"] }, "colorRenderingIndices": { - "Ra": "numberBetweenZeroAndOneHundredWithUncertainty", + "ra": "numberBetweenZeroAndOneHundredWithUncertainty", "observer": ["twoDegrees", "tenDegrees"], "illuminant": ["A", "D65"] } diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json index f632dc21..db20c2a1 100644 --- a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -109,7 +109,10 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -182,15 +185,15 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, @@ -203,4 +206,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index ce04e55b..2669210d 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -74,4 +74,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json b/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json index 19d0c527..5e876196 100644 --- a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json +++ b/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json @@ -56,9 +56,11 @@ }, "safety": { "electric": { - "IPcode": [ + "ipCode": [ { - "standard": ["EN IEC 60529"], + "standard": [ + "EN IEC 60529" + ], "firstDigit": "6", "secondDigit": "5" } @@ -77,7 +79,7 @@ }, "efficiencies": { "maximum": 0.961, - "European": 0.954 + "european": 0.954 } } } @@ -103,4 +105,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json b/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json index ac5f7fe3..3ab742e8 100644 --- a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json +++ b/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json @@ -25,7 +25,10 @@ "effective": 3.047 }, "width": 0.125, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -138,15 +141,15 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, @@ -201,4 +204,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json index 4cd4cc44..57f1dadb 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json @@ -14,7 +14,9 @@ ] }, "categories": { - "componentType": ["unit"] + "componentType": [ + "unit" + ] }, "calorimetric": [ { @@ -46,7 +48,10 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -119,15 +124,15 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, @@ -163,4 +168,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json index c628b307..97ff88ec 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json @@ -4,7 +4,9 @@ "id": "20aaed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "This example represents a laminated glass with photovoltaic cells with well defined outer dimensions.", "relations": { - "partOf": ["22aaed0a-2b9a-4748-8d98-e9d278cd12e4"], + "partOf": [ + "22aaed0a-2b9a-4748-8d98-e9d278cd12e4" + ], "assembledOf": [ "101aed0a-2b9a-4748-8d98-e9d278cd12e4", "102aed0a-2b9a-4748-8d98-e9d278cd12e4" @@ -19,7 +21,10 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -92,15 +97,15 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, @@ -128,4 +133,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/photovoltaic/photovoltaicWithOptical.json b/examples/dbe/photovoltaic/photovoltaicWithOptical.json index c2a5992a..866360a6 100644 --- a/examples/dbe/photovoltaic/photovoltaicWithOptical.json +++ b/examples/dbe/photovoltaic/photovoltaicWithOptical.json @@ -4,7 +4,9 @@ "id": "d530ed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior. It includes optical properties which are needed for raytracing simulations.", "categories": { - "componentType": ["unit"] + "componentType": [ + "unit" + ] }, "characteristics": { "roughness": [ @@ -165,7 +167,10 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -238,15 +243,15 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, @@ -259,4 +264,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dsb/simpleBuildingExample.json b/examples/dsb/simpleBuildingExample.json index 785b3c68..8f976749 100644 --- a/examples/dsb/simpleBuildingExample.json +++ b/examples/dsb/simpleBuildingExample.json @@ -4,7 +4,7 @@ "id": "8ca1102b-264a-4023-8351-5897ec38e388", "name": "The name of the building.", "description": "A simple example for data about a building.", - "IFC": { + "ifc": { "full": { "id": { "value": "8ca1102b-264a-4023-8351-5897ec38e388", @@ -15,7 +15,7 @@ "createdAt": "2018-09-01T12:00:00+01:00" } }, - "Revit": { + "revit": { "full": { "id": { "value": "8ca1102b-264a-4023-8351-5897ec38e388", @@ -26,11 +26,11 @@ "createdAt": "2018-09-01T12:00:00+01:00" } }, - "LinkedData": { - "SPARQL": { + "linkedData": { + "sparql": { "webAddress": "http://www.owner034.com/kdje102b-264a-4023-8351-5897ec38e388" } } } ] -} +} \ No newline at end of file diff --git a/schemas/building.json b/schemas/building.json index 3ec910d2..4f4f5456 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -97,7 +97,7 @@ }, "minItems": 1 }, - "BIMmanager": { + "bimManager": { "$ref": "stakeholder.json", "description": "The BIM manager MUST guarantee the uniqueness of the decentral identifiers. She is responsible for the database of the building at the moment indicated by the timestamp of this data." }, @@ -168,13 +168,16 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["owner", "BIMmanager"] + "required": [ + "owner", + "BIMmanager" + ] }, "approvals": { "$ref": "common.json#/$defs/approvals", "description": "If the dataset for this building has been approved by an institution, this approval is specified here." }, - "IFC": { + "ifc": { "title": "The data about a building can be stored in the open source format Industry Foundation Classes (IFC).", "type": "object", "properties": { @@ -205,14 +208,19 @@ } }, "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] + "required": [ + "id", + "webAddress", + "dataFormat", + "createdAt" + ] } }, "additionalProperties": false, "minProperties": 1, "required": [] }, - "Revit": { + "revit": { "title": "The data about a building can be stored in the closed source format of Autodesk Revit.", "type": "object", "properties": { @@ -243,18 +251,23 @@ } }, "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] + "required": [ + "id", + "webAddress", + "dataFormat", + "createdAt" + ] } }, "additionalProperties": false, "minProperties": 1, "required": [] }, - "LinkedData": { + "linkedData": { "title": "The data about a building can be stored as linked building data.", "type": "object", "properties": { - "SPARQL": { + "sparql": { "title": "The SPARQL endpoint which can be used to access the data about the building.", "type": "object", "properties": { @@ -268,7 +281,9 @@ } }, "additionalProperties": false, - "required": ["webAddress"] + "required": [ + "webAddress" + ] } }, "additionalProperties": false, @@ -278,7 +293,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches.", @@ -307,7 +324,10 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["latitude", "longitude"] + "required": [ + "latitude", + "longitude" + ] } }, "additionalProperties": false, @@ -320,4 +340,4 @@ } }, "$ref": "#/$defs/building" -} +} \ No newline at end of file diff --git a/schemas/common.json b/schemas/common.json index d4c28fd3..053d2df3 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,7 +62,9 @@ } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", @@ -73,7 +75,9 @@ } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,24 +228,30 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { "title": "The current-voltage characteristic can be important for example for photovoltaics.", "type": "object", "properties": { - "I": { + "i": { "$ref": "number.json#/$defs/ampere", "description": "The electric current in amperes." }, - "V": { + "v": { "$ref": "number.json#/$defs/volt", "description": "The electric potential difference in volts." } }, "additionalProperties": false, - "required": ["I", "V"] + "required": [ + "I", + "V" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -352,7 +368,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["voltage"] + "required": [ + "voltage" + ] }, { "title": "Thermochromic layers", @@ -366,7 +384,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["temperature"] + "required": [ + "temperature" + ] }, { "title": "Photochromic layers", @@ -380,7 +400,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["irradiance"] + "required": [ + "irradiance" + ] } ] }, @@ -474,7 +496,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -496,14 +520,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -652,7 +684,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -683,14 +718,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index c21584db..8bf1d707 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -524,12 +524,12 @@ ] }, "colorRenderingIndex": { - "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` considers one transmission of the building envelope. `Raout-in` considers two transmissions of the building envelope.", + "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", "oneOf": [ { "type": "object", "properties": { - "Ra": { + "ra": { "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", "description": "The Color Rendering Index as it is defined by EN 410 based on CIE 13. 3-1995, Method of Measuring and Specifying Colour Rendering Properties of Light Sources, 1995, ISBN: 9783900734572. It indicates how well colors are rendered after one transmission of the building envelope. For example, how the color of an object inside a building is perceived from within the building." }, @@ -544,15 +544,15 @@ }, "additionalProperties": false, "required": [ - "Ra" + "ra" ] }, { "type": "object", "properties": { - "Raout-in": { + "raOutIn": { "$ref": "number.json#/$defs/numberBetweenZeroAndOneHundredWithUncertainty", - "description": "The Color Rendering Index Raout-in is defined by T.E. Kuhn, H.R. Wilson, J. Hanek, M. Santamouris, Ra out-in Color rendering of objects in a daylit room viewed from outdoors, Energy and Buildings 118 (2016) 93–98, https://doi.org/10.1016/j.enbuild.2016.02.019. It indicates how well colors are rendered after two transmissions of the building envelope. For example, how the color of an object inside the building is perceived from the outside." + "description": "The Color Rendering Index `Raout-in` or `raOutIn` is defined by T.E. Kuhn, H.R. Wilson, J. Hanek, M. Santamouris, Ra out-in Color rendering of objects in a daylit room viewed from outdoors, Energy and Buildings 118 (2016) 93–98, https://doi.org/10.1016/j.enbuild.2016.02.019. It indicates how well colors are rendered after two transmissions of the building envelope. For example, how the color of an object inside the building is perceived from the outside." }, "observer": { "$ref": "#/$defs/observer", @@ -565,7 +565,7 @@ }, "additionalProperties": false, "required": [ - "Raout-in" + "raOutIn" ] } ] @@ -600,7 +600,7 @@ "required": [] }, "igsdb": { - "description": "This data is in development and subject to change. When the scope of `#/$defs/dataPoint` extends, data will move from this `server-specific` key to the key `dataPoints`. The following keys have been specific for IGSDB and are now part of `database.graphql`: `type`, `subtype`, `name`, `manufacturer_name`. The following keys have been specific for IGSDB and are now part of `dataPoints`: `emissivity_front`, `emissivity_back`, `tir_front`, `tir_back`, `solar`, `photopic`, `thermal_ir`, `wavelength_data`.", + "description": "This data is in development and subject to change. When the scope of `#/$defs/dataPoint` extends, data will move from this `server-specific` key to the key `dataPoints`. The following keys have been specific for IGSDB and are now part of `database.graphql`: `type`, `subtype`, `name`, `manufacturer_name` and `component_id`. The following keys have been specific for IGSDB and are now part of `dataPoints`: `emissivity_front`, `emissivity_back`, `tir_front`, `tir_back`, `solar`, `photopic`, `thermal_ir`, `wavelength_data`.", "type": "object", "properties": { "id": { @@ -609,31 +609,31 @@ "token": { "$ref": "number.json#/$defs/stringOrNull" }, - "historical_tokens": { + "historicalTokens": { "type": "array", "items": { "$ref": "number.json#/$defs/stringOrNull" } }, - "marketing_name": { + "marketingName": { "$ref": "number.json#/$defs/stringOrNull" }, - "nfrc_id": { + "nfrcId": { "$ref": "number.json#/$defs/integerOrNull" }, - "igdb_id": { + "igdbId": { "$ref": "number.json#/$defs/integerOrNull" }, - "cgdb_id": { + "cgdbId": { "$ref": "number.json#/$defs/integerOrNull" }, - "mdb_time_created": { + "mdbTimeCreated": { "$ref": "number.json#/$defs/stringOrNull" }, - "igdb_database_version": { + "igdbDatabaseVersion": { "$ref": "number.json#/$defs/stringOrNull" }, - "cgdb_database_version": { + "cgdbDatabaseVersion": { "$ref": "number.json#/$defs/stringOrNull" }, "acceptance": { @@ -653,13 +653,13 @@ "hidden": { "type": "boolean" }, - "owner_name": { + "ownerName": { "$ref": "number.json#/$defs/stringOrNull" }, - "data_file_name": { + "dataFileName": { "$ref": "number.json#/$defs/stringOrNull" }, - "data_file_type": { + "dataFileType": { "type": "string", "enum": [ "IGDB_LEGACY_SUBMISSION_FILE", @@ -672,22 +672,22 @@ ], "description": "BSDF_XML and THERM are 'legacy' file types that were used in the old IGDB database to describe shading types like roller shade and roman/pleated/cellular shades." }, - "data_file_available": { + "dataFileAvailable": { "type": "boolean" }, - "short_description": { + "shortDescription": { "$ref": "number.json#/$defs/stringOrNull" }, "deconstructable": { "type": "boolean" }, - "coating_name": { + "coatingName": { "$ref": "number.json#/$defs/stringOrNull" }, - "coating_id": { + "coatingId": { "$ref": "number.json#/$defs/integerOrNull" }, - "coated_side": { + "coatedSide": { "type": "string", "enum": [ "MULTIPLE", @@ -701,19 +701,19 @@ ], "description": "`MULTIPLE` means = embedded and either front or back or both front and back. `NA` means `not applicable`." }, - "igdb_checksum": { + "igdbChecksum": { "$ref": "number.json#/$defs/integerOrNull" }, - "cgdb_checksum": { + "cgdbChecksum": { "$ref": "number.json#/$defs/integerOrNull" }, - "checksum_date": { + "checksumDate": { "$ref": "number.json#/$defs/stringOrNull" }, - "window8_application_type": { + "window8ApplicationType": { "$ref": "number.json#/$defs/stringOrNull" }, - "product_detail_files": { + "productDetailFiles": { "type": "array", "items": { "type": "string", @@ -786,21 +786,21 @@ }, "minItems": 1 }, - "integrated_spectral_averages_summaries": { + "integratedSpectralAveragesSummaries": { "type": "array", "items": { "type": "object", "properties": { - "calculation_standard": { + "calculationStandard": { "$ref": "number.json#/$defs/stringOrNull" }, "source": { "$ref": "number.json#/$defs/stringOrNull" }, - "source_version": { + "sourceVersion": { "$ref": "number.json#/$defs/stringOrNull" }, - "opticalc_pywincalc_version": { + "opticalcPywincalcVersion": { "$ref": "number.json#/$defs/stringOrNull" }, "spf": { @@ -818,16 +818,16 @@ "color": { "type": "object", "properties": { - "reflectance_back": { + "reflectanceBack": { "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" }, - "reflectance_front": { + "reflectanceFront": { "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" }, - "transmittance_back": { + "transmittanceBack": { "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" }, - "transmittance_front": { + "transmittanceFront": { "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" } }, @@ -842,7 +842,7 @@ }, "minItems": 1 }, - "geometric_properties": { + "geometricProperties": { "oneOf": [ { "$ref": "#/$defs/perforatedScreenGeometry" @@ -858,7 +858,7 @@ "material": { "$ref": "number.json#/$defs/stringOrNull" }, - "material_bulk_properties": { + "materialBulkProperties": { "type": "object", "properties": { "name": { @@ -870,16 +870,16 @@ "conductivity": { "$ref": "number.json#/$defs/stringOrNull" }, - "youngs_modulus": { + "youngsModulus": { "$ref": "number.json#/$defs/numberOrNull" }, - "poissons_ratio": { + "poissonsRatio": { "$ref": "number.json#/$defs/numberOrNull" }, "elasticity": { "$ref": "number.json#/$defs/numberOrNull" }, - "moisture_properties": { + "moistureProperties": { "$ref": "number.json#/$defs/stringOrNull" } }, @@ -887,37 +887,37 @@ "minProperties": 1, "required": [] }, - "extra_data": { + "extraData": { "type": "object", "properties": {}, "additionalProperties": true, "required": [] }, - "physical_properties": { + "physicalProperties": { "type": "object", "properties": { - "is_specular": { + "isSpecular": { "type": "boolean" }, "thickness": { "$ref": "number.json#/$defs/numberOrNull" }, - "predefined_emissivity_front": { + "predefinedEmissivityFront": { "$ref": "number.json#/$defs/numberOrNull" }, - "predefined_emissivity_back": { + "predefinedEmissivityBack": { "$ref": "number.json#/$defs/numberOrNull" }, - "predefined_tir_front": { + "predefinedTirFront": { "$ref": "number.json#/$defs/numberOrNull" }, - "predefined_tir_back": { + "predefinedTirBack": { "$ref": "number.json#/$defs/numberOrNull" }, - "permeability_factor": { + "permeabilityFactor": { "$ref": "number.json#/$defs/numberOrNull" }, - "bulk_properties_override": { + "bulkPropertiesOverride": { "type": "object", "properties": { "conductivity": { @@ -928,24 +928,24 @@ "minProperties": 1, "required": [] }, - "optical_properties": { + "opticalProperties": { "type": "object", "properties": { - "optical_data_type": { + "opticalDataType": { "type": "string", "enum": [ "DISCRETE", "BAND" ] }, - "incidence_angular_resolution_type": { + "incidenceAngularResolutionType": { "type": "string", "enum": [ "DIRECT", "BSDF" ] }, - "outgoing_angular_resolution_type": { + "outgoingAngularResolutionType": { "type": "string", "enum": [ "DIRECT", @@ -954,18 +954,18 @@ "BSDF" ] }, - "optical_data": { + "opticalData": { "type": "object", "properties": { - "angle_blocks": { + "angleBlocks": { "type": "array", "items": { "type": "object", "properties": { - "incidence_angle": { + "incidenceAngle": { "$ref": "number.json#/$defs/numberOrNull" }, - "num_wavelengths": { + "numberWavelengths": { "$ref": "number.json#/$defs/numberOrNull" } }, @@ -975,7 +975,7 @@ }, "minItems": 1 }, - "number_incidence_angles": { + "numberIncidenceAngles": { "$ref": "number.json#/$defs/integerOrNull" } }, @@ -1005,28 +1005,28 @@ "error": { "$ref": "number.json#/$defs/stringOrNull" }, - "reflectance_back": { + "reflectanceBack": { "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" }, - "reflectance_front": { + "reflectanceFront": { "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" }, - "transmittance_back": { + "transmittanceBack": { "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" }, - "transmittance_front": { + "transmittanceFront": { "$ref": "#/$defs/integratedSpectralAverageTransmittanceReflectanceIgsdb" }, - "absorptance_back_direct": { + "absorptanceBackDirect": { "$ref": "number.json#/$defs/stringOrNull" }, - "absorptance_front_direct": { + "absorptanceFrontDirect": { "$ref": "number.json#/$defs/stringOrNull" }, - "absorptance_back_hemispheric": { + "absorptanceBackHemispheric": { "$ref": "number.json#/$defs/stringOrNull" }, - "absorptance_front_hemispheric": { + "absorptanceFrontHemispheric": { "$ref": "number.json#/$defs/stringOrNull" } }, @@ -1040,16 +1040,16 @@ "matrix": { "$ref": "number.json#/$defs/stringOrNull" }, - "direct_direct": { + "directDirect": { "$ref": "number.json#/$defs/stringOrNull" }, - "direct_diffuse": { + "directDiffuse": { "$ref": "number.json#/$defs/stringOrNull" }, - "diffuse_diffuse": { + "diffuseDiffuse": { "$ref": "number.json#/$defs/stringOrNull" }, - "direct_hemispherical": { + "directHemispherical": { "$ref": "number.json#/$defs/stringOrNull" } }, @@ -1060,16 +1060,16 @@ "colorTransmittanceReflectanceIgsdb": { "type": "object", "properties": { - "direct_direct": { + "directDirect": { "$ref": "#/$defs/colorsIgsdb" }, - "direct_diffuse": { + "directDiffuse": { "$ref": "#/$defs/colorsIgsdb" }, - "diffuse_diffuse": { + "diffuseDiffuse": { "$ref": "#/$defs/colorsIgsdb" }, - "direct_hemispherical": { + "directHemispherical": { "$ref": "#/$defs/colorsIgsdb" } }, @@ -1148,18 +1148,18 @@ ], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, - "dim_x": { + "dimX": { "$ref": "number.json#/$defs/numberOrNull", - "description": "dim_x is the radius if `type`: `circular`." + "description": "dimX is the radius if `type`: `circular`." }, - "dim_y": { + "dimY": { "$ref": "number.json#/$defs/numberOrNull", - "description": "dim_y is not used if `type` is `circular` or `square`." + "description": "dimY is not used if `type` is `circular` or `square`." }, - "spacing_x": { + "spacingX": { "$ref": "number.json#/$defs/numberOrNull" }, - "spacing_y": { + "spacingY": { "$ref": "number.json#/$defs/numberOrNull" } }, @@ -1191,27 +1191,27 @@ "rise": { "$ref": "number.json#/$defs/stringOrNull" }, - "slat_width": { + "slatWidth": { "$ref": "number.json#/$defs/stringOrNull", "description": "Units: mm" }, - "slat_spacing": { + "slatSpacing": { "$ref": "number.json#/$defs/stringOrNull", "description": "Units: mm" }, - "slat_curvature": { + "slatCurvature": { "$ref": "number.json#/$defs/stringOrNull", "description": "Units: mm" }, - "slat_tilt": { + "slatTilt": { "$ref": "number.json#/$defs/stringOrNull", "description": "Units: degrees" }, - "n_segments": { + "numberSegments": { "$ref": "number.json#/$defs/integerOrNull", "description": "Segments are used to represent curvature (Defaults to 5)." }, - "tilt_choice": { + "tiltChoice": { "$ref": "number.json#/$defs/stringOrNull", "description": "Value can be an integer or string like `CUSTOM`, so declaring this field as str." } diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index b40c061c..027bb338 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,7 +15,9 @@ } }, "additionalProperties": false, - "required": ["module"] + "required": [ + "module" + ] }, { "type": "object", @@ -26,7 +28,9 @@ } }, "additionalProperties": false, - "required": ["inverter"] + "required": [ + "inverter" + ] }, { "type": "object", @@ -37,7 +41,9 @@ } }, "additionalProperties": false, - "required": ["system"] + "required": [ + "system" + ] } ] }, @@ -131,7 +137,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -156,7 +164,9 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -172,11 +182,16 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] } }, "additionalProperties": false, - "required": ["longitudinal", "transversal"] + "required": [ + "longitudinal", + "transversal" + ] } }, "additionalProperties": false, @@ -199,7 +214,10 @@ } }, "additionalProperties": false, - "required": ["id", "cellType"] + "required": [ + "id", + "cellType" + ] }, "minItems": 1 }, @@ -240,7 +258,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 0 }, @@ -385,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -449,7 +472,10 @@ } }, "additionalProperties": false, - "required": ["years", "percentage"] + "required": [ + "years", + "percentage" + ] }, "minItems": 1 }, @@ -466,9 +492,9 @@ "$ref": "number.json#/$defs/degree", "description": "The incidence angle in degree" }, - "IAM": { + "incidenceAngleModifier": { "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "The value of the incidence angle modifier at the angle defined by `incidence`." + "description": "The value of the incidence angle modifier (IAM) at the angle defined by `incidence`." } }, "additionalProperties": false, @@ -492,7 +518,10 @@ } }, "additionalProperties": false, - "required": ["direction", "modifier"] + "required": [ + "direction", + "modifier" + ] } } ] @@ -570,7 +599,7 @@ "title": "The fire safety class of the photovoltaic module depending on the region for which the class is valid.", "type": "object", "properties": { - "EN": { + "european": { "title": "The fire safety class according to the regulations of the European Union. EN 13501-1 defines the categories as well as the additional classification for smoke development and burning drops falling from the component.", "type": "object", "properties": { @@ -601,12 +630,20 @@ }, "smoke": { "type": "string", - "enum": ["s1", "s2", "s3"], + "enum": [ + "s1", + "s2", + "s3" + ], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": ["d0", "d1", "d2"], + "enum": [ + "d0", + "d1", + "d2" + ], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -666,7 +703,9 @@ }, "additionalProperties": false, "minProperties": 2, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -690,7 +729,9 @@ } }, "additionalProperties": false, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -743,7 +784,9 @@ } }, "additionalProperties": false, - "required": ["years"] + "required": [ + "years" + ] }, "minItems": 1 }, @@ -925,7 +968,7 @@ "title": "The electric safety of the inverter.", "type": "object", "properties": { - "IPcode": { + "ipCode": { "title": "The electric safety according to the International Protection Marking, also called Ingress Protection Marking, with codes between IPXX and IP69K.", "type": "array", "items": { @@ -935,7 +978,10 @@ "type": "array", "items": { "type": "string", - "enum": ["EN IEC 60529", "ISO 20653"], + "enum": [ + "EN IEC 60529", + "ISO 20653" + ], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -980,17 +1026,31 @@ }, "thirdDigit": { "type": "string", - "enum": ["A", "B", "C", "D"], + "enum": [ + "A", + "B", + "C", + "D" + ], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": ["f", "H", "M", "S", "W"], + "enum": [ + "f", + "H", + "M", + "S", + "W" + ], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": ["firstDigit", "secondDigit"] + "required": [ + "firstDigit", + "secondDigit" + ] }, "minItems": 1 }, @@ -1007,12 +1067,21 @@ }, "class": { "type": "string", - "enum": ["0", "I", "0I", "II", "III"], + "enum": [ + "0", + "I", + "0I", + "II", + "III" + ], "description": "The appliance class." } }, "additionalProperties": false, - "required": ["standard", "class"] + "required": [ + "standard", + "class" + ] }, "minItems": 1 } @@ -1050,7 +1119,7 @@ "$ref": "common.json#/$defs/efficiencies/$defs/inverter", "description": "The maximum efficiency of this inverter. The efficiency has no units." }, - "European": { + "european": { "$ref": "common.json#/$defs/efficiencies/$defs/inverter", "description": "The efficiency of this inverter according to the european regulations. The efficiency has no units." } @@ -1088,7 +1157,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -1129,7 +1200,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 1 }, @@ -1223,13 +1297,20 @@ } }, "additionalProperties": false, - "required": ["id1", "id2"] + "required": [ + "id1", + "id2" + ] }, "minItems": 1 }, "category": { "type": "string", - "enum": ["parallel", "series", "complex"], + "enum": [ + "parallel", + "series", + "complex" + ], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1261,12 +1342,19 @@ }, "grounding": { "type": "string", - "enum": ["plus", "minus", "neither"], + "enum": [ + "plus", + "minus", + "neither" + ], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": ["id1", "grounding"] + "required": [ + "id1", + "grounding" + ] }, "minItems": 1 } @@ -1274,4 +1362,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/tests/valid/calorimetricData/fluxes.json b/tests/valid/calorimetricData/fluxes.json index cdf9fe34..1d38b404 100644 --- a/tests/valid/calorimetricData/fluxes.json +++ b/tests/valid/calorimetricData/fluxes.json @@ -74,11 +74,20 @@ { "flux": 10, "currentVoltage": [ - { "I": 0, "V": 1 }, - { "I": 0.5, "V": 0.5 }, - { "I": 1, "V": 0 } + { + "i": 0, + "v": 1 + }, + { + "i": 0.5, + "v": 0.5 + }, + { + "i": 1, + "v": 0 + } ] } ] } -} +} \ No newline at end of file diff --git a/tests/valid/calorimetricData/fullTest01.json b/tests/valid/calorimetricData/fullTest01.json index e4839855..90e0375f 100644 --- a/tests/valid/calorimetricData/fullTest01.json +++ b/tests/valid/calorimetricData/fullTest01.json @@ -33,12 +33,12 @@ "flux": 100.1, "currentVoltage": [ { - "I": 1, - "V": 0 + "i": 1, + "v": 0 }, { - "I": 0, - "V": 1 + "i": 0, + "v": 1 } ] } @@ -58,4 +58,4 @@ } } ] -} +} \ No newline at end of file diff --git a/tests/valid/data/photovoltaicTest.json b/tests/valid/data/photovoltaicTest.json index a84eb821..352ed3f0 100644 --- a/tests/valid/data/photovoltaicTest.json +++ b/tests/valid/data/photovoltaicTest.json @@ -3,9 +3,11 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -47,7 +49,6 @@ "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" @@ -79,19 +80,19 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, "efficiency": 0.16 } } -} +} \ No newline at end of file diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index 37860be5..4baa155e 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -56,4 +56,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json index d18b3cf8..bac00f6d 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -12257,9 +12257,8 @@ "serverSpecific": { "igsdb": { "id": null, - "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", "token": "clearlite-4", - "historical_tokens": [ + "historicalTokens": [ "clr2-hidden-20130417-kur", "armorcoat-reserved-8-mil-stainless-steel-35", "cl-6", @@ -12267,181 +12266,181 @@ "pacifica-10", "6xedn0169-d" ], - "marketing_name": null, - "nfrc_id": 4492, - "igdb_id": 9360, - "cgdb_id": null, - "mdb_time_created": "2016-08-14T18:06:37Z", - "igdb_database_version": "49.0", - "cgdb_database_version": null, + "marketingName": null, + "nfrcId": 4492, + "igdbId": 9360, + "cgdbId": null, + "mdbTimeCreated": "2016-08-14T18:06:37Z", + "igdbDatabaseVersion": "49.0", + "cgdbDatabaseVersion": null, "acceptance": "#", "reference": false, "appearance": "", "hidden": false, - "owner_name": null, - "data_file_name": "clearlite_4.gvb", - "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", - "data_file_available": false, - "short_description": null, + "ownerName": null, + "dataFileName": "clearlite_4.gvb", + "dataFileType": "IGDB_LEGACY_SUBMISSION_FILE", + "dataFileAvailable": false, + "shortDescription": null, "deconstructable": false, - "coating_name": null, - "coating_id": 2, - "coated_side": "NA", - "igdb_checksum": 670340591, - "cgdb_checksum": null, - "checksum_date": "2016-08-01T14:55:35Z", - "window8_application_type": "MONOLITHIC", - "product_detail_files": [], + "coatingName": null, + "coatingId": 2, + "coatedSide": "NA", + "igdbChecksum": 670340591, + "cgdbChecksum": null, + "checksumDate": "2016-08-01T14:55:35Z", + "window8ApplicationType": "MONOLITHIC", + "productDetailFiles": [], "composition": [], - "integrated_spectral_averages_summaries": [ + "integratedSpectralAveragesSummaries": [ { - "calculation_standard": "NFRC", + "calculationStandard": "NFRC", "source": "IGDB", - "source_version": "103", - "opticalc_pywincalc_version": null, + "sourceVersion": "103", + "opticalcPywincalcVersion": null, "spf": { "error": null, - "reflectance_back": { + "reflectanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "reflectance_front": { + "reflectanceFront": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_back": { + "transmittanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_front": { + "transmittanceFront": { "matrix": null, - "direct_direct": "8.480444", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": "8.480444", + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null }, "tdw": { "error": null, - "reflectance_back": { + "reflectanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "reflectance_front": { + "reflectanceFront": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_back": { + "transmittanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_front": { + "transmittanceFront": { "matrix": null, - "direct_direct": "0.8534895", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": "0.8534895", + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null }, "tkr": { "error": null, - "reflectance_back": { + "reflectanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "reflectance_front": { + "reflectanceFront": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_back": { + "transmittanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_front": { + "transmittanceFront": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null }, "tuv": { "error": null, - "reflectance_back": { + "reflectanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "reflectance_front": { + "reflectanceFront": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_back": { + "transmittanceBack": { "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "transmittance_front": { + "transmittanceFront": { "matrix": null, - "direct_direct": "0.7491414", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null + "directDirect": "0.7491414", + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null }, "color": { - "reflectance_back": { - "direct_direct": { + "reflectanceBack": { + "directDirect": { "lab": { "a": null, "b": null, @@ -12458,7 +12457,7 @@ "z": null } }, - "direct_diffuse": { + "directDiffuse": { "lab": { "a": null, "b": null, @@ -12475,7 +12474,7 @@ "z": null } }, - "diffuse_diffuse": { + "diffuseDiffuse": { "lab": { "a": null, "b": null, @@ -12492,7 +12491,7 @@ "z": null } }, - "direct_hemispherical": { + "directHemispherical": { "lab": { "a": null, "b": null, @@ -12510,8 +12509,8 @@ } } }, - "reflectance_front": { - "direct_direct": { + "reflectanceFront": { + "directDirect": { "lab": { "a": null, "b": null, @@ -12528,7 +12527,7 @@ "z": null } }, - "direct_diffuse": { + "directDiffuse": { "lab": { "a": null, "b": null, @@ -12545,7 +12544,7 @@ "z": null } }, - "diffuse_diffuse": { + "diffuseDiffuse": { "lab": { "a": null, "b": null, @@ -12562,7 +12561,7 @@ "z": null } }, - "direct_hemispherical": { + "directHemispherical": { "lab": { "a": -0.2953564474190429, "b": -0.5069940541208129, @@ -12580,8 +12579,8 @@ } } }, - "transmittance_back": { - "direct_direct": { + "transmittanceBack": { + "directDirect": { "lab": { "a": null, "b": null, @@ -12598,7 +12597,7 @@ "z": null } }, - "direct_diffuse": { + "directDiffuse": { "lab": { "a": null, "b": null, @@ -12615,7 +12614,7 @@ "z": null } }, - "diffuse_diffuse": { + "diffuseDiffuse": { "lab": { "a": null, "b": null, @@ -12632,7 +12631,7 @@ "z": null } }, - "direct_hemispherical": { + "directHemispherical": { "lab": { "a": null, "b": null, @@ -12650,8 +12649,8 @@ } } }, - "transmittance_front": { - "direct_direct": { + "transmittanceFront": { + "directDirect": { "lab": { "a": null, "b": null, @@ -12668,7 +12667,7 @@ "z": null } }, - "direct_diffuse": { + "directDiffuse": { "lab": { "a": null, "b": null, @@ -12685,7 +12684,7 @@ "z": null } }, - "diffuse_diffuse": { + "diffuseDiffuse": { "lab": { "a": null, "b": null, @@ -12702,7 +12701,7 @@ "z": null } }, - "direct_hemispherical": { + "directHemispherical": { "lab": { "a": -0.5693913431529252, "b": 0.29968973743668137, @@ -12723,41 +12722,41 @@ } } ], - "geometric_properties": null, + "geometricProperties": null, "material": "GLASS", - "material_bulk_properties": { + "materialBulkProperties": { "name": "GLASS", "version": 1, "conductivity": "0.84000000000000000", - "youngs_modulus": 0.0, - "poissons_ratio": 0.0, + "youngsModulus": 0.0, + "poissonsRatio": 0.0, "elasticity": 0.0, - "moisture_properties": null + "moistureProperties": null }, - "extra_data": {}, - "physical_properties": { - "is_specular": true, + "extraData": {}, + "physicalProperties": { + "isSberpecular": true, "thickness": 3.85, - "predefined_emissivity_front": 0.84, - "predefined_emissivity_back": 0.84, - "predefined_tir_front": 0.0, - "predefined_tir_back": 0.0, - "permeability_factor": null, - "bulk_properties_override": { + "preberdefinedEmissivityFront": 0.84, + "preberdefinedEmissivityBack": 0.84, + "preberdefinedTirFront": 0.0, + "preberdefinedTirBack": 0.0, + "perbermeabilityFactor": null, + "bulberkPropertiesOverride": { "conductivity": "1.0" }, - "optical_properties": { - "optical_data_type": "DISCRETE", - "incidence_angular_resolution_type": "DIRECT", - "outgoing_angular_resolution_type": "DIRECT", - "optical_data": { - "angle_blocks": [ + "optbericalProperties": { + "optbericalDataType": "DISCRETE", + "incberidenceAngularResolutionType": "DIRECT", + "outbergoingAngularResolutionType": "DIRECT", + "optbericalData": { + "angberleBlocks": [ { - "incidence_angle": 0, - "num_wavelengths": 642 + "incberidenceAngle": 0, + "numberWavelengths": 642 } ], - "number_incidence_angles": 1 + "numberberIncidenceAngles": 1 } } } @@ -25020,4 +25019,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json b/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json index a84eb821..352ed3f0 100644 --- a/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json +++ b/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json @@ -3,9 +3,11 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -47,7 +49,6 @@ "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" @@ -79,19 +80,19 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, "efficiency": 0.16 } } -} +} \ No newline at end of file diff --git a/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json b/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json index a84eb821..352ed3f0 100644 --- a/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json +++ b/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json @@ -3,9 +3,11 @@ "cellTypes": [ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -47,7 +49,6 @@ "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" } ], - "connectorTypes": [ { "id": "7c43b619-402f-4309-b66f-5672b8ca071d" @@ -79,19 +80,19 @@ "angleDependency": [ { "incidence": 0, - "IAM": 1 + "incidenceAngleModifier": 1 }, { "incidence": 60, - "IAM": 0.924 + "incidenceAngleModifier": 0.924 }, { "incidence": 90, - "IAM": 0 + "incidenceAngleModifier": 0 } ] }, "efficiency": 0.16 } } -} +} \ No newline at end of file From 9a7053936b8fd5bc49f5d8b08b86d3d25a666878 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 26 Mar 2025 16:05:53 +0100 Subject: [PATCH 282/362] Fix and format --- ...BuildingIntegratedPhotovoltaicThermal.json | 7 +- .../optical/ColorRenderingIndexCIELAB.json | 2 +- .../bipvInverterBuildingNatIse.json | 6 +- .../bipvModuleBuildingNatIse.json | 7 +- .../bipvModuleSunovationGlazingUnit.json | 11 +- .../bipvModuleSunovationUnit.json | 11 +- .../photovoltaic/photovoltaicWithOptical.json | 11 +- examples/dsb/simpleBuildingExample.json | 2 +- schemas/building.json | 34 +- schemas/common.json | 75 +--- schemas/opticalData.json | 374 +++++++++--------- schemas/photovoltaicData.json | 148 ++----- tests/valid/calorimetricData/fluxes.json | 2 +- tests/valid/calorimetricData/fullTest01.json | 2 +- tests/valid/data/photovoltaicTest.json | 7 +- .../colorVisibleTransmittanceReflectance.json | 2 +- .../igsdbExampleClearlite-4_extendedBED.json | 32 +- .../SunovationGlazingUnitPhotovoltaic.json | 7 +- .../SunovationModuleUnitPhotovoltaic.json | 7 +- 19 files changed, 284 insertions(+), 463 deletions(-) diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json index db20c2a1..7c041197 100644 --- a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -109,10 +109,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -206,4 +203,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index 2669210d..ce04e55b 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -74,4 +74,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json b/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json index 5e876196..7aec7c30 100644 --- a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json +++ b/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json @@ -58,9 +58,7 @@ "electric": { "ipCode": [ { - "standard": [ - "EN IEC 60529" - ], + "standard": ["EN IEC 60529"], "firstDigit": "6", "secondDigit": "5" } @@ -105,4 +103,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json b/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json index 3ab742e8..d8481d44 100644 --- a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json +++ b/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json @@ -25,10 +25,7 @@ "effective": 3.047 }, "width": 0.125, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -204,4 +201,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json index 57f1dadb..bacfc3bd 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json @@ -14,9 +14,7 @@ ] }, "categories": { - "componentType": [ - "unit" - ] + "componentType": ["unit"] }, "calorimetric": [ { @@ -48,10 +46,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -168,4 +163,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json b/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json index 97ff88ec..c31753ec 100644 --- a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json +++ b/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json @@ -4,9 +4,7 @@ "id": "20aaed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "This example represents a laminated glass with photovoltaic cells with well defined outer dimensions.", "relations": { - "partOf": [ - "22aaed0a-2b9a-4748-8d98-e9d278cd12e4" - ], + "partOf": ["22aaed0a-2b9a-4748-8d98-e9d278cd12e4"], "assembledOf": [ "101aed0a-2b9a-4748-8d98-e9d278cd12e4", "102aed0a-2b9a-4748-8d98-e9d278cd12e4" @@ -21,10 +19,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -133,4 +128,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/photovoltaic/photovoltaicWithOptical.json b/examples/dbe/photovoltaic/photovoltaicWithOptical.json index 866360a6..178cf18b 100644 --- a/examples/dbe/photovoltaic/photovoltaicWithOptical.json +++ b/examples/dbe/photovoltaic/photovoltaicWithOptical.json @@ -4,9 +4,7 @@ "id": "d530ed0a-2b9a-4748-8d98-e9d278cd12e4", "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior. It includes optical properties which are needed for raytracing simulations.", "categories": { - "componentType": [ - "unit" - ] + "componentType": ["unit"] }, "characteristics": { "roughness": [ @@ -167,10 +165,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -264,4 +259,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dsb/simpleBuildingExample.json b/examples/dsb/simpleBuildingExample.json index 8f976749..19bc6796 100644 --- a/examples/dsb/simpleBuildingExample.json +++ b/examples/dsb/simpleBuildingExample.json @@ -33,4 +33,4 @@ } } ] -} \ No newline at end of file +} diff --git a/schemas/building.json b/schemas/building.json index 4f4f5456..c190e4d2 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -168,10 +168,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "owner", - "BIMmanager" - ] + "required": ["owner", "BIMmanager"] }, "approvals": { "$ref": "common.json#/$defs/approvals", @@ -208,12 +205,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "webAddress", - "dataFormat", - "createdAt" - ] + "required": ["id", "webAddress", "dataFormat", "createdAt"] } }, "additionalProperties": false, @@ -251,12 +243,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "webAddress", - "dataFormat", - "createdAt" - ] + "required": ["id", "webAddress", "dataFormat", "createdAt"] } }, "additionalProperties": false, @@ -281,9 +268,7 @@ } }, "additionalProperties": false, - "required": [ - "webAddress" - ] + "required": ["webAddress"] } }, "additionalProperties": false, @@ -293,9 +278,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches.", @@ -324,10 +307,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "latitude", - "longitude" - ] + "required": ["latitude", "longitude"] } }, "additionalProperties": false, @@ -340,4 +320,4 @@ } }, "$ref": "#/$defs/building" -} \ No newline at end of file +} diff --git a/schemas/common.json b/schemas/common.json index 053d2df3..4986f2db 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "I", - "V" - ] + "required": ["i", "v"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -368,9 +352,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "voltage" - ] + "required": ["voltage"] }, { "title": "Thermochromic layers", @@ -384,9 +366,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "temperature" - ] + "required": ["temperature"] }, { "title": "Photochromic layers", @@ -400,9 +380,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "irradiance" - ] + "required": ["irradiance"] } ] }, @@ -496,9 +474,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -520,22 +496,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -684,10 +652,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -718,20 +683,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 8bf1d707..863adf0f 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -772,216 +772,63 @@ }, "coatedSideFacesExterior": { "type": "boolean" - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 - }, - "integratedSpectralAveragesSummaries": { - "type": "array", - "items": { - "type": "object", - "properties": { - "calculationStandard": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "source": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "sourceVersion": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "opticalcPywincalcVersion": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "spf": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" - }, - "tdw": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" - }, - "tkr": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" - }, - "tuv": { - "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" - }, - "color": { - "type": "object", - "properties": { - "reflectanceBack": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" - }, - "reflectanceFront": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" - }, - "transmittanceBack": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" - }, - "transmittanceFront": { - "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" } }, "additionalProperties": false, "minProperties": 1, "required": [] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 - }, - "geometricProperties": { - "oneOf": [ - { - "$ref": "#/$defs/perforatedScreenGeometry" - }, - { - "$ref": "#/$defs/wovenShadeGeometry" - }, - { - "$ref": "#/$defs/blindGeometry" - } - ] - }, - "material": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "materialBulkProperties": { - "type": "object", - "properties": { - "name": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "version": { - "$ref": "number.json#/$defs/integerOrNull" - }, - "conductivity": { - "$ref": "number.json#/$defs/stringOrNull" - }, - "youngsModulus": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "poissonsRatio": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "elasticity": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "moistureProperties": { - "$ref": "number.json#/$defs/stringOrNull" + }, + "minItems": 1 } }, "additionalProperties": false, "minProperties": 1, "required": [] - }, - "extraData": { - "type": "object", - "properties": {}, - "additionalProperties": true, - "required": [] - }, - "physicalProperties": { + } + }, + "integratedSpectralAveragesSummaries": { + "type": "array", + "items": { "type": "object", "properties": { - "isSpecular": { - "type": "boolean" + "calculationStandard": { + "$ref": "number.json#/$defs/stringOrNull" }, - "thickness": { - "$ref": "number.json#/$defs/numberOrNull" + "source": { + "$ref": "number.json#/$defs/stringOrNull" }, - "predefinedEmissivityFront": { - "$ref": "number.json#/$defs/numberOrNull" + "sourceVersion": { + "$ref": "number.json#/$defs/stringOrNull" }, - "predefinedEmissivityBack": { - "$ref": "number.json#/$defs/numberOrNull" + "opticalcPywincalcVersion": { + "$ref": "number.json#/$defs/stringOrNull" }, - "predefinedTirFront": { - "$ref": "number.json#/$defs/numberOrNull" + "spf": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" }, - "predefinedTirBack": { - "$ref": "number.json#/$defs/numberOrNull" + "tdw": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" }, - "permeabilityFactor": { - "$ref": "number.json#/$defs/numberOrNull" + "tkr": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" }, - "bulkPropertiesOverride": { - "type": "object", - "properties": { - "conductivity": { - "$ref": "number.json#/$defs/stringOrNull" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "tuv": { + "$ref": "#/$defs/integratedSpectralAverageOpticalResultsIgsdb" }, - "opticalProperties": { + "color": { "type": "object", "properties": { - "opticalDataType": { - "type": "string", - "enum": [ - "DISCRETE", - "BAND" - ] + "reflectanceBack": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" }, - "incidenceAngularResolutionType": { - "type": "string", - "enum": [ - "DIRECT", - "BSDF" - ] + "reflectanceFront": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" }, - "outgoingAngularResolutionType": { - "type": "string", - "enum": [ - "DIRECT", - "DIFFUSE", - "DIRECT_DIFFUSE", - "BSDF" - ] + "transmittanceBack": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" }, - "opticalData": { - "type": "object", - "properties": { - "angleBlocks": { - "type": "array", - "items": { - "type": "object", - "properties": { - "incidenceAngle": { - "$ref": "number.json#/$defs/numberOrNull" - }, - "numberWavelengths": { - "$ref": "number.json#/$defs/numberOrNull" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "minItems": 1 - }, - "numberIncidenceAngles": { - "$ref": "number.json#/$defs/integerOrNull" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "transmittanceFront": { + "$ref": "#/$defs/colorTransmittanceReflectanceIgsdb" } }, "additionalProperties": false, @@ -992,7 +839,162 @@ "additionalProperties": false, "minProperties": 1, "required": [] - } + }, + "minItems": 1 + }, + "geometricProperties": { + "oneOf": [ + { + "$ref": "#/$defs/perforatedScreenGeometry" + }, + { + "$ref": "#/$defs/wovenShadeGeometry" + }, + { + "$ref": "#/$defs/blindGeometry" + }, + { + "type": "null" + } + ] + }, + "material": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "materialBulkProperties": { + "type": "object", + "properties": { + "name": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "version": { + "$ref": "number.json#/$defs/integerOrNull" + }, + "conductivity": { + "$ref": "number.json#/$defs/stringOrNull" + }, + "youngsModulus": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "poissonsRatio": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "elasticity": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "moistureProperties": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "extraData": { + "type": "object", + "properties": {}, + "additionalProperties": true, + "required": [] + }, + "physicalProperties": { + "type": "object", + "properties": { + "isSpecular": { + "type": "boolean" + }, + "thickness": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefinedEmissivityFront": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefinedEmissivityBack": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefinedTirFront": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "predefinedTirBack": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "permeabilityFactor": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "bulkPropertiesOverride": { + "type": "object", + "properties": { + "conductivity": { + "$ref": "number.json#/$defs/stringOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "opticalProperties": { + "type": "object", + "properties": { + "opticalDataType": { + "type": "string", + "enum": [ + "DISCRETE", + "BAND" + ] + }, + "incidenceAngularResolutionType": { + "type": "string", + "enum": [ + "DIRECT", + "BSDF" + ] + }, + "outgoingAngularResolutionType": { + "type": "string", + "enum": [ + "DIRECT", + "DIFFUSE", + "DIRECT_DIFFUSE", + "BSDF" + ] + }, + "opticalData": { + "type": "object", + "properties": { + "angleBlocks": { + "type": "array", + "items": { + "type": "object", + "properties": { + "incidenceAngle": { + "$ref": "number.json#/$defs/numberOrNull" + }, + "numberWavelengths": { + "$ref": "number.json#/$defs/numberOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "minItems": 1 + }, + "numberIncidenceAngles": { + "$ref": "number.json#/$defs/integerOrNull" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } }, "additionalProperties": false, diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index 027bb338..0fc30e42 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,9 +15,7 @@ } }, "additionalProperties": false, - "required": [ - "module" - ] + "required": ["module"] }, { "type": "object", @@ -28,9 +26,7 @@ } }, "additionalProperties": false, - "required": [ - "inverter" - ] + "required": ["inverter"] }, { "type": "object", @@ -41,9 +37,7 @@ } }, "additionalProperties": false, - "required": [ - "system" - ] + "required": ["system"] } ] }, @@ -137,9 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -164,9 +156,7 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -182,16 +172,11 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] } }, "additionalProperties": false, - "required": [ - "longitudinal", - "transversal" - ] + "required": ["longitudinal", "transversal"] } }, "additionalProperties": false, @@ -214,10 +199,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "cellType" - ] + "required": ["id", "cellType"] }, "minItems": 1 }, @@ -258,10 +240,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 0 }, @@ -406,9 +385,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -472,10 +449,7 @@ } }, "additionalProperties": false, - "required": [ - "years", - "percentage" - ] + "required": ["years", "percentage"] }, "minItems": 1 }, @@ -518,10 +492,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "modifier" - ] + "required": ["direction", "modifier"] } } ] @@ -630,20 +601,12 @@ }, "smoke": { "type": "string", - "enum": [ - "s1", - "s2", - "s3" - ], + "enum": ["s1", "s2", "s3"], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": [ - "d0", - "d1", - "d2" - ], + "enum": ["d0", "d1", "d2"], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -703,9 +666,7 @@ }, "additionalProperties": false, "minProperties": 2, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -729,9 +690,7 @@ } }, "additionalProperties": false, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -784,9 +743,7 @@ } }, "additionalProperties": false, - "required": [ - "years" - ] + "required": ["years"] }, "minItems": 1 }, @@ -978,10 +935,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "EN IEC 60529", - "ISO 20653" - ], + "enum": ["EN IEC 60529", "ISO 20653"], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -1026,31 +980,17 @@ }, "thirdDigit": { "type": "string", - "enum": [ - "A", - "B", - "C", - "D" - ], + "enum": ["A", "B", "C", "D"], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": [ - "f", - "H", - "M", - "S", - "W" - ], + "enum": ["f", "H", "M", "S", "W"], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": [ - "firstDigit", - "secondDigit" - ] + "required": ["firstDigit", "secondDigit"] }, "minItems": 1 }, @@ -1067,21 +1007,12 @@ }, "class": { "type": "string", - "enum": [ - "0", - "I", - "0I", - "II", - "III" - ], + "enum": ["0", "I", "0I", "II", "III"], "description": "The appliance class." } }, "additionalProperties": false, - "required": [ - "standard", - "class" - ] + "required": ["standard", "class"] }, "minItems": 1 } @@ -1157,9 +1088,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -1200,10 +1129,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 1 }, @@ -1297,20 +1223,13 @@ } }, "additionalProperties": false, - "required": [ - "id1", - "id2" - ] + "required": ["id1", "id2"] }, "minItems": 1 }, "category": { "type": "string", - "enum": [ - "parallel", - "series", - "complex" - ], + "enum": ["parallel", "series", "complex"], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1342,19 +1261,12 @@ }, "grounding": { "type": "string", - "enum": [ - "plus", - "minus", - "neither" - ], + "enum": ["plus", "minus", "neither"], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": [ - "id1", - "grounding" - ] + "required": ["id1", "grounding"] }, "minItems": 1 } @@ -1362,4 +1274,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/tests/valid/calorimetricData/fluxes.json b/tests/valid/calorimetricData/fluxes.json index 1d38b404..a85953c9 100644 --- a/tests/valid/calorimetricData/fluxes.json +++ b/tests/valid/calorimetricData/fluxes.json @@ -90,4 +90,4 @@ } ] } -} \ No newline at end of file +} diff --git a/tests/valid/calorimetricData/fullTest01.json b/tests/valid/calorimetricData/fullTest01.json index 90e0375f..3c4f17fb 100644 --- a/tests/valid/calorimetricData/fullTest01.json +++ b/tests/valid/calorimetricData/fullTest01.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/tests/valid/data/photovoltaicTest.json b/tests/valid/data/photovoltaicTest.json index 352ed3f0..76a37c6f 100644 --- a/tests/valid/data/photovoltaicTest.json +++ b/tests/valid/data/photovoltaicTest.json @@ -4,10 +4,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -95,4 +92,4 @@ "efficiency": 0.16 } } -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index 4baa155e..37860be5 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -56,4 +56,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json index bac00f6d..5c680f59 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -12735,28 +12735,28 @@ }, "extraData": {}, "physicalProperties": { - "isSberpecular": true, + "isSpecular": true, "thickness": 3.85, - "preberdefinedEmissivityFront": 0.84, - "preberdefinedEmissivityBack": 0.84, - "preberdefinedTirFront": 0.0, - "preberdefinedTirBack": 0.0, - "perbermeabilityFactor": null, - "bulberkPropertiesOverride": { + "predefinedEmissivityFront": 0.84, + "predefinedEmissivityBack": 0.84, + "predefinedTirFront": 0.0, + "predefinedTirBack": 0.0, + "permeabilityFactor": null, + "bulkPropertiesOverride": { "conductivity": "1.0" }, - "optbericalProperties": { - "optbericalDataType": "DISCRETE", - "incberidenceAngularResolutionType": "DIRECT", - "outbergoingAngularResolutionType": "DIRECT", - "optbericalData": { - "angberleBlocks": [ + "opticalProperties": { + "opticalDataType": "DISCRETE", + "incidenceAngularResolutionType": "DIRECT", + "outgoingAngularResolutionType": "DIRECT", + "opticalData": { + "angleBlocks": [ { - "incberidenceAngle": 0, + "incidenceAngle": 0, "numberWavelengths": 642 } ], - "numberberIncidenceAngles": 1 + "numberIncidenceAngles": 1 } } } @@ -25019,4 +25019,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json b/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json index 352ed3f0..76a37c6f 100644 --- a/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json +++ b/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json @@ -4,10 +4,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -95,4 +92,4 @@ "efficiency": 0.16 } } -} \ No newline at end of file +} diff --git a/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json b/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json index 352ed3f0..76a37c6f 100644 --- a/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json +++ b/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json @@ -4,10 +4,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -95,4 +92,4 @@ "efficiency": 0.16 } } -} \ No newline at end of file +} From 1acfebd32f22064ac90988488df9e0b1cb66a616 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 26 Mar 2025 16:26:27 +0100 Subject: [PATCH 283/362] `serverSpecific` shall be a property next to `data`. --- .../igsdbExampleClearlite-4_extendedBED.json | 1020 ++++++++--------- 1 file changed, 510 insertions(+), 510 deletions(-) diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json index 5c680f59..a490e0bc 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -12253,515 +12253,7 @@ "absorptanceEmittance": 0.84 } } - ], - "serverSpecific": { - "igsdb": { - "id": null, - "token": "clearlite-4", - "historicalTokens": [ - "clr2-hidden-20130417-kur", - "armorcoat-reserved-8-mil-stainless-steel-35", - "cl-6", - "clear-8-vta", - "pacifica-10", - "6xedn0169-d" - ], - "marketingName": null, - "nfrcId": 4492, - "igdbId": 9360, - "cgdbId": null, - "mdbTimeCreated": "2016-08-14T18:06:37Z", - "igdbDatabaseVersion": "49.0", - "cgdbDatabaseVersion": null, - "acceptance": "#", - "reference": false, - "appearance": "", - "hidden": false, - "ownerName": null, - "dataFileName": "clearlite_4.gvb", - "dataFileType": "IGDB_LEGACY_SUBMISSION_FILE", - "dataFileAvailable": false, - "shortDescription": null, - "deconstructable": false, - "coatingName": null, - "coatingId": 2, - "coatedSide": "NA", - "igdbChecksum": 670340591, - "cgdbChecksum": null, - "checksumDate": "2016-08-01T14:55:35Z", - "window8ApplicationType": "MONOLITHIC", - "productDetailFiles": [], - "composition": [], - "integratedSpectralAveragesSummaries": [ - { - "calculationStandard": "NFRC", - "source": "IGDB", - "sourceVersion": "103", - "opticalcPywincalcVersion": null, - "spf": { - "error": null, - "reflectanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "reflectanceFront": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceFront": { - "matrix": null, - "directDirect": "8.480444", - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "absorptanceBackDirect": null, - "absorptanceFrontDirect": null, - "absorptanceBackHemispheric": null, - "absorptanceFrontHemispheric": null - }, - "tdw": { - "error": null, - "reflectanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "reflectanceFront": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceFront": { - "matrix": null, - "directDirect": "0.8534895", - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "absorptanceBackDirect": null, - "absorptanceFrontDirect": null, - "absorptanceBackHemispheric": null, - "absorptanceFrontHemispheric": null - }, - "tkr": { - "error": null, - "reflectanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "reflectanceFront": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceFront": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "absorptanceBackDirect": null, - "absorptanceFrontDirect": null, - "absorptanceBackHemispheric": null, - "absorptanceFrontHemispheric": null - }, - "tuv": { - "error": null, - "reflectanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "reflectanceFront": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceBack": { - "matrix": null, - "directDirect": null, - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "transmittanceFront": { - "matrix": null, - "directDirect": "0.7491414", - "directDiffuse": null, - "diffuseDiffuse": null, - "directHemispherical": null - }, - "absorptanceBackDirect": null, - "absorptanceFrontDirect": null, - "absorptanceBackHemispheric": null, - "absorptanceFrontHemispheric": null - }, - "color": { - "reflectanceBack": { - "directDirect": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuseDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directHemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "reflectanceFront": { - "directDirect": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuseDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directHemispherical": { - "lab": { - "a": -0.2953564474190429, - "b": -0.5069940541208129, - "l": 34.09745765726716 - }, - "rgb": { - "b": 88.50219297918694, - "g": 88.64726400455686, - "r": 87.37614774327513 - }, - "trichromatic": { - "x": 7.604431, - "y": 8.05514, - "z": 8.79812 - } - } - }, - "transmittanceBack": { - "directDirect": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuseDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directHemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "transmittanceFront": { - "directDirect": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuseDiffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "directHemispherical": { - "lab": { - "a": -0.5693913431529252, - "b": 0.29968973743668137, - "l": 96.10036103356394 - }, - "rgb": { - "b": 255.0, - "g": 255.0, - "r": 255.0 - }, - "trichromatic": { - "x": 85.2487, - "y": 90.24997, - "z": 96.40885 - } - } - } - } - } - ], - "geometricProperties": null, - "material": "GLASS", - "materialBulkProperties": { - "name": "GLASS", - "version": 1, - "conductivity": "0.84000000000000000", - "youngsModulus": 0.0, - "poissonsRatio": 0.0, - "elasticity": 0.0, - "moistureProperties": null - }, - "extraData": {}, - "physicalProperties": { - "isSpecular": true, - "thickness": 3.85, - "predefinedEmissivityFront": 0.84, - "predefinedEmissivityBack": 0.84, - "predefinedTirFront": 0.0, - "predefinedTirBack": 0.0, - "permeabilityFactor": null, - "bulkPropertiesOverride": { - "conductivity": "1.0" - }, - "opticalProperties": { - "opticalDataType": "DISCRETE", - "incidenceAngularResolutionType": "DIRECT", - "outgoingAngularResolutionType": "DIRECT", - "opticalData": { - "angleBlocks": [ - { - "incidenceAngle": 0, - "numberWavelengths": 642 - } - ], - "numberIncidenceAngles": 1 - } - } - } - } - } + ] }, { "componentCharacteristics": { @@ -25018,5 +24510,513 @@ } ] } - ] + ], + "serverSpecific": { + "igsdb": { + "id": null, + "token": "clearlite-4", + "historicalTokens": [ + "clr2-hidden-20130417-kur", + "armorcoat-reserved-8-mil-stainless-steel-35", + "cl-6", + "clear-8-vta", + "pacifica-10", + "6xedn0169-d" + ], + "marketingName": null, + "nfrcId": 4492, + "igdbId": 9360, + "cgdbId": null, + "mdbTimeCreated": "2016-08-14T18:06:37Z", + "igdbDatabaseVersion": "49.0", + "cgdbDatabaseVersion": null, + "acceptance": "#", + "reference": false, + "appearance": "", + "hidden": false, + "ownerName": null, + "dataFileName": "clearlite_4.gvb", + "dataFileType": "IGDB_LEGACY_SUBMISSION_FILE", + "dataFileAvailable": false, + "shortDescription": null, + "deconstructable": false, + "coatingName": null, + "coatingId": 2, + "coatedSide": "NA", + "igdbChecksum": 670340591, + "cgdbChecksum": null, + "checksumDate": "2016-08-01T14:55:35Z", + "window8ApplicationType": "MONOLITHIC", + "productDetailFiles": [], + "composition": [], + "integratedSpectralAveragesSummaries": [ + { + "calculationStandard": "NFRC", + "source": "IGDB", + "sourceVersion": "103", + "opticalcPywincalcVersion": null, + "spf": { + "error": null, + "reflectanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "reflectanceFront": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceFront": { + "matrix": null, + "directDirect": "8.480444", + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null + }, + "tdw": { + "error": null, + "reflectanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "reflectanceFront": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceFront": { + "matrix": null, + "directDirect": "0.8534895", + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null + }, + "tkr": { + "error": null, + "reflectanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "reflectanceFront": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceFront": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null + }, + "tuv": { + "error": null, + "reflectanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "reflectanceFront": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceBack": { + "matrix": null, + "directDirect": null, + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "transmittanceFront": { + "matrix": null, + "directDirect": "0.7491414", + "directDiffuse": null, + "diffuseDiffuse": null, + "directHemispherical": null + }, + "absorptanceBackDirect": null, + "absorptanceFrontDirect": null, + "absorptanceBackHemispheric": null, + "absorptanceFrontHemispheric": null + }, + "color": { + "reflectanceBack": { + "directDirect": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuseDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directHemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "reflectanceFront": { + "directDirect": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuseDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directHemispherical": { + "lab": { + "a": -0.2953564474190429, + "b": -0.5069940541208129, + "l": 34.09745765726716 + }, + "rgb": { + "b": 88.50219297918694, + "g": 88.64726400455686, + "r": 87.37614774327513 + }, + "trichromatic": { + "x": 7.604431, + "y": 8.05514, + "z": 8.79812 + } + } + }, + "transmittanceBack": { + "directDirect": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuseDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directHemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "transmittanceFront": { + "directDirect": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuseDiffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "directHemispherical": { + "lab": { + "a": -0.5693913431529252, + "b": 0.29968973743668137, + "l": 96.10036103356394 + }, + "rgb": { + "b": 255.0, + "g": 255.0, + "r": 255.0 + }, + "trichromatic": { + "x": 85.2487, + "y": 90.24997, + "z": 96.40885 + } + } + } + } + } + ], + "geometricProperties": null, + "material": "GLASS", + "materialBulkProperties": { + "name": "GLASS", + "version": 1, + "conductivity": "0.84000000000000000", + "youngsModulus": 0.0, + "poissonsRatio": 0.0, + "elasticity": 0.0, + "moistureProperties": null + }, + "extraData": {}, + "physicalProperties": { + "isSpecular": true, + "thickness": 3.85, + "predefinedEmissivityFront": 0.84, + "predefinedEmissivityBack": 0.84, + "predefinedTirFront": 0.0, + "predefinedTirBack": 0.0, + "permeabilityFactor": null, + "bulkPropertiesOverride": { + "conductivity": "1.0" + }, + "opticalProperties": { + "opticalDataType": "DISCRETE", + "incidenceAngularResolutionType": "DIRECT", + "outgoingAngularResolutionType": "DIRECT", + "opticalData": { + "angleBlocks": [ + { + "incidenceAngle": 0, + "numberWavelengths": 642 + } + ], + "numberIncidenceAngles": 1 + } + } + } + } + } } From 5e25409c8ee1c85eea9b11b91f811272cb8a4a95 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 3 Jun 2025 17:48:05 +0200 Subject: [PATCH 284/362] Resolve conflicts with `develop` --- ...mitransparentBuildingIntegratedPhotovoltaicThermal.json | 7 +++++-- examples/dbe/optical/ColorRenderingIndexCIELAB.json | 2 +- .../opticalData/colorVisibleTransmittanceReflectance.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json index 7c041197..db20c2a1 100644 --- a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -109,7 +109,10 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": ["monocrystalline", "silicon"] + "categories": [ + "monocrystalline", + "silicon" + ] } ], "cellPattern": { @@ -203,4 +206,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index ce04e55b..2669210d 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -74,4 +74,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index 37860be5..4baa155e 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -56,4 +56,4 @@ ] } ] -} +} \ No newline at end of file From 26039bceef414a9137e181476180169a371d8b02 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 3 Jun 2025 17:55:53 +0200 Subject: [PATCH 285/362] `make format` --- ...BuildingIntegratedPhotovoltaicThermal.json | 7 +- .../optical/ColorRenderingIndexCIELAB.json | 2 +- schemas/opticalData.json | 140 ++++-------------- .../colorVisibleTransmittanceReflectance.json | 2 +- 4 files changed, 32 insertions(+), 119 deletions(-) diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json index db20c2a1..7c041197 100644 --- a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ b/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -109,10 +109,7 @@ { "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", "width": 0.156, - "categories": [ - "monocrystalline", - "silicon" - ] + "categories": ["monocrystalline", "silicon"] } ], "cellPattern": { @@ -206,4 +203,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index 2669210d..ce04e55b 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -74,4 +74,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 863adf0f..458c8ab3 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -29,9 +29,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, "minItems": 1 }, @@ -41,9 +39,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -86,9 +82,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -98,16 +92,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -136,12 +124,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -198,19 +181,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -240,20 +217,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. `visible` is also known as `photopic`. `infrared` is also known as `thermal_ir`. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertaintyOrString", @@ -285,9 +254,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -315,18 +282,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -343,9 +305,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -377,10 +337,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -392,9 +349,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -517,11 +472,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -543,9 +494,7 @@ } }, "additionalProperties": false, - "required": [ - "ra" - ] + "required": ["ra"] }, { "type": "object", @@ -564,26 +513,18 @@ } }, "additionalProperties": false, - "required": [ - "raOutIn" - ] + "required": ["raOutIn"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -638,11 +579,7 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": [ - "#", - "@", - "" - ] + "enum": ["#", "@", ""] }, "reference": { "type": "boolean" @@ -717,13 +654,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "GEN_BSDF_XML", - "BSDF_XML", - "THMX", - "TOLERANCE", - "OTHER" - ], + "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -936,26 +867,15 @@ "properties": { "opticalDataType": { "type": "string", - "enum": [ - "DISCRETE", - "BAND" - ] + "enum": ["DISCRETE", "BAND"] }, "incidenceAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "BSDF" - ] + "enum": ["DIRECT", "BSDF"] }, "outgoingAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "DIFFUSE", - "DIRECT_DIFFUSE", - "BSDF" - ] + "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] }, "opticalData": { "type": "object", @@ -1143,11 +1063,7 @@ "properties": { "type": { "type": "string", - "enum": [ - "circular", - "square", - "rectangle" - ], + "enum": ["circular", "square", "rectangle"], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1224,4 +1140,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index 4baa155e..37860be5 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -56,4 +56,4 @@ ] } ] -} \ No newline at end of file +} From 2a7bd4dc54445bdd0df7205ebc6dcfbe16d0f41c Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 3 Jun 2025 19:10:40 +0200 Subject: [PATCH 286/362] Fix ColorRenderingIndexCIELAB regarding `ra` and `raOutIn` --- examples/dbe/optical/ColorRenderingIndexCIELAB.json | 6 +++--- .../opticalData/colorVisibleTransmittanceReflectance.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index ce04e55b..af39364d 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -31,12 +31,12 @@ "colorTransmittance": { "colorRenderingIndices": [ { - "Ra": 97, + "ra": 97, "observer": "twoDegrees", "illuminant": "D65" }, { - "Raout-in": 95, + "raOutIn": 95, "observer": "tenDegrees", "illuminant": "A" } @@ -74,4 +74,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index 37860be5..f7c64ec3 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -28,12 +28,12 @@ ], "colorRenderingIndices": [ { - "Ra": 97, + "ra": 97, "observer": "twoDegrees", "illuminant": "D65" }, { - "Raout-in": 95, + "raOutIn": 95, "observer": "tenDegrees", "illuminant": "A" } @@ -56,4 +56,4 @@ ] } ] -} +} \ No newline at end of file From 6186364fda98708b06b640c8827484d2766b2560 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 3 Jun 2025 19:12:22 +0200 Subject: [PATCH 287/362] `make forma` --- examples/dbe/optical/ColorRenderingIndexCIELAB.json | 2 +- .../valid/opticalData/colorVisibleTransmittanceReflectance.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/dbe/optical/ColorRenderingIndexCIELAB.json index af39364d..442d4420 100644 --- a/examples/dbe/optical/ColorRenderingIndexCIELAB.json +++ b/examples/dbe/optical/ColorRenderingIndexCIELAB.json @@ -74,4 +74,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json index f7c64ec3..0599a768 100644 --- a/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json +++ b/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json @@ -56,4 +56,4 @@ ] } ] -} \ No newline at end of file +} From 2d041c69e7da5fe949beda2f762ad071e5a508ab Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Fri, 6 Jun 2025 14:34:25 +0200 Subject: [PATCH 288/362] Move "geometricProperties" from "igsdb" to "physicalProperties" --- schemas/opticalData.json | 172 +++++++++++++++++++++++++++++---------- 1 file changed, 128 insertions(+), 44 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 458c8ab3..0a4919e9 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -29,7 +29,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, "minItems": 1 }, @@ -39,7 +41,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -82,7 +86,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -92,10 +98,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -124,7 +136,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -181,13 +198,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -217,12 +240,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. `visible` is also known as `photopic`. `infrared` is also known as `thermal_ir`. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertaintyOrString", @@ -254,7 +285,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -282,13 +315,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -305,7 +343,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -337,7 +377,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -349,7 +392,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -472,7 +517,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -494,7 +543,9 @@ } }, "additionalProperties": false, - "required": ["ra"] + "required": [ + "ra" + ] }, { "type": "object", @@ -513,18 +564,26 @@ } }, "additionalProperties": false, - "required": ["raOutIn"] + "required": [ + "raOutIn" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -579,7 +638,11 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": ["#", "@", ""] + "enum": [ + "#", + "@", + "" + ] }, "reference": { "type": "boolean" @@ -654,7 +717,13 @@ "type": "array", "items": { "type": "string", - "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], + "enum": [ + "GEN_BSDF_XML", + "BSDF_XML", + "THMX", + "TOLERANCE", + "OTHER" + ], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -773,22 +842,6 @@ }, "minItems": 1 }, - "geometricProperties": { - "oneOf": [ - { - "$ref": "#/$defs/perforatedScreenGeometry" - }, - { - "$ref": "#/$defs/wovenShadeGeometry" - }, - { - "$ref": "#/$defs/blindGeometry" - }, - { - "type": "null" - } - ] - }, "material": { "$ref": "number.json#/$defs/stringOrNull" }, @@ -836,6 +889,22 @@ "thickness": { "$ref": "number.json#/$defs/numberOrNull" }, + "geometricProperties": { + "oneOf": [ + { + "$ref": "#/$defs/perforatedScreenGeometry" + }, + { + "$ref": "#/$defs/wovenShadeGeometry" + }, + { + "$ref": "#/$defs/blindGeometry" + }, + { + "type": "null" + } + ] + }, "predefinedEmissivityFront": { "$ref": "number.json#/$defs/numberOrNull" }, @@ -867,15 +936,26 @@ "properties": { "opticalDataType": { "type": "string", - "enum": ["DISCRETE", "BAND"] + "enum": [ + "DISCRETE", + "BAND" + ] }, "incidenceAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "BSDF"] + "enum": [ + "DIRECT", + "BSDF" + ] }, "outgoingAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] + "enum": [ + "DIRECT", + "DIFFUSE", + "DIRECT_DIFFUSE", + "BSDF" + ] }, "opticalData": { "type": "object", @@ -1063,7 +1143,11 @@ "properties": { "type": { "type": "string", - "enum": ["circular", "square", "rectangle"], + "enum": [ + "circular", + "square", + "rectangle" + ], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1140,4 +1224,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From d97124af8a22a5891262572480214e3f93f65cfd Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Fri, 6 Jun 2025 14:49:03 +0200 Subject: [PATCH 289/362] Update the test `igsdbExampleClearlite-4_extendedBED` --- .../opticalData/igsdbExampleClearlite-4_extendedBED.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json index a490e0bc..8a28d08b 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -24979,7 +24979,6 @@ } } ], - "geometricProperties": null, "material": "GLASS", "materialBulkProperties": { "name": "GLASS", @@ -24994,6 +24993,7 @@ "physicalProperties": { "isSpecular": true, "thickness": 3.85, + "geometricProperties": null, "predefinedEmissivityFront": 0.84, "predefinedEmissivityBack": 0.84, "predefinedTirFront": 0.0, @@ -25019,4 +25019,4 @@ } } } -} +} \ No newline at end of file From 591947406d43605baad4d38d694d0073fc9683ed Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Fri, 6 Jun 2025 14:49:48 +0200 Subject: [PATCH 290/362] `make format` --- schemas/opticalData.json | 140 ++++-------------- .../igsdbExampleClearlite-4_extendedBED.json | 2 +- 2 files changed, 29 insertions(+), 113 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 0a4919e9..ed395bda 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -29,9 +29,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, "minItems": 1 }, @@ -41,9 +39,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -86,9 +82,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -98,16 +92,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -136,12 +124,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -198,19 +181,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -240,20 +217,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. `visible` is also known as `photopic`. `infrared` is also known as `thermal_ir`. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertaintyOrString", @@ -285,9 +254,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -315,18 +282,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -343,9 +305,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -377,10 +337,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -392,9 +349,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -517,11 +472,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -543,9 +494,7 @@ } }, "additionalProperties": false, - "required": [ - "ra" - ] + "required": ["ra"] }, { "type": "object", @@ -564,26 +513,18 @@ } }, "additionalProperties": false, - "required": [ - "raOutIn" - ] + "required": ["raOutIn"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -638,11 +579,7 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": [ - "#", - "@", - "" - ] + "enum": ["#", "@", ""] }, "reference": { "type": "boolean" @@ -717,13 +654,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "GEN_BSDF_XML", - "BSDF_XML", - "THMX", - "TOLERANCE", - "OTHER" - ], + "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -936,26 +867,15 @@ "properties": { "opticalDataType": { "type": "string", - "enum": [ - "DISCRETE", - "BAND" - ] + "enum": ["DISCRETE", "BAND"] }, "incidenceAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "BSDF" - ] + "enum": ["DIRECT", "BSDF"] }, "outgoingAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "DIFFUSE", - "DIRECT_DIFFUSE", - "BSDF" - ] + "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] }, "opticalData": { "type": "object", @@ -1143,11 +1063,7 @@ "properties": { "type": { "type": "string", - "enum": [ - "circular", - "square", - "rectangle" - ], + "enum": ["circular", "square", "rectangle"], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1224,4 +1140,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json index 8a28d08b..b9449ef6 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -25019,4 +25019,4 @@ } } } -} \ No newline at end of file +} From f48732ba882f897e3000d8c8aafe32b8e9c893b0 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 3 Sep 2025 15:44:15 +0200 Subject: [PATCH 291/362] `make format` --- schemas/number.json | 12 ------------ schemas/opticalData.json | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/schemas/number.json b/schemas/number.json index 126d7524..c30e4c89 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -190,18 +190,6 @@ "minimum": -180, "maximum": 180 }, - "numberWithUncertaintyOrString": { - "title": "Not every JSON parser allows to choose how a `number` is processed. Some software developers prefer to share numbers as `string`, because a string can be cast into a type which preserves the precision of the number. Therefore, this definition allows to define a number as a `numberWithUncertainty`, but also as a `string`.", - "oneOf": [ - { - "$ref": "#/$defs/numberWithUncertainty" - }, - { - "type": "string", - "description": "The string can be cast into the proper type to preserve the precision of the number." - } - ] - }, "integerOrNull": { "title": "Some servers return `null` when they do not have a value", "oneOf": [ diff --git a/schemas/opticalData.json b/schemas/opticalData.json index ed395bda..f61e5c5a 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -225,11 +225,11 @@ "required": ["integral"] }, "transmittance": { - "$ref": "number.json#/$defs/numberWithUncertaintyOrString", + "$ref": "number.json#/$defs/numberWithUncertainty", "description": "Transmittance is the ratio between the irradiance transmitted through the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." }, "reflectance": { - "$ref": "number.json#/$defs/numberWithUncertaintyOrString", + "$ref": "number.json#/$defs/numberWithUncertainty", "description": "Reflectance is the ratio between the irradiance reflected by the sample and the irradiance on the sample. In theory it is between `0` and `1` inclusive. However, in practice, it may be less than `0` or greater than `1` for example due to measurement uncertainty." }, "absorptanceEmittance": { From 5a780c799c1778635c41444626755a1167188a70 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 3 Sep 2025 15:44:57 +0200 Subject: [PATCH 292/362] Update example from IGSDB clearlite-4 --- .../igsdbExampleClearlite-4_250312.json | 6371 --- .../igsdbExampleClearlite-4_250903.json | 6364 +++ .../igsdbExampleClearlite-4_250312.json | 24514 -------- .../igsdbExampleClearlite-4_250903.json | 46402 ++++++++++++++++ .../igsdbExampleClearlite-4_extendedBED.json | 32196 +++++++++-- 5 files changed, 79808 insertions(+), 36039 deletions(-) delete mode 100644 tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json create mode 100644 tests/invalid/opticalData/igsdbExampleClearlite-4_250903.json delete mode 100644 tests/valid/opticalData/igsdbExampleClearlite-4_250312.json create mode 100644 tests/valid/opticalData/igsdbExampleClearlite-4_250903.json diff --git a/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json b/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json deleted file mode 100644 index 42e8b62d..00000000 --- a/tests/invalid/opticalData/igsdbExampleClearlite-4_250312.json +++ /dev/null @@ -1,6371 +0,0 @@ -{ - "id": null, - "component_id": "6bda6b4d-8c87-47e8-9447-74b60a9e3e3d", - "type": "GLAZING", - "subtype": "MONOLITHIC", - "token": "clearlite-4", - "historical_tokens": [ - "clr2-hidden-20130417-kur", - "armorcoat-reserved-8-mil-stainless-steel-35", - "cl-6", - "clear-8-vta", - "pacifica-10", - "6xedn0169-d" - ], - "name": "Planibel Clearlite 4 mm", - "marketing_name": null, - "nfrc_id": 4492, - "igdb_id": 9360, - "cgdb_id": null, - "mdb_time_created": "2016-08-14T18:06:37Z", - "igdb_database_version": "49.0", - "cgdb_database_version": null, - "acceptance": "#", - "reference": false, - "appearance": "", - "hidden": false, - "manufacturer_name": "AGC Glass Europe", - "owner_name": null, - "data_file_name": "clearlite_4.gvb", - "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", - "data_file_available": false, - "short_description": null, - "deconstructable": false, - "coating_name": null, - "coating_id": 2, - "coated_side": "NA", - "igdb_checksum": 670340591, - "cgdb_checksum": null, - "checksum_date": "2016-08-01T14:55:35Z", - "window8_application_type": "MONOLITHIC", - "emissivity_front": 0.84, - "emissivity_back": 0.84, - "tir_front": 0.0, - "tir_back": 0.0, - "product_detail_files": [], - "composition": [], - "integrated_spectral_averages_summaries": [ - { - "calculation_standard": "NFRC", - "source": "IGDB", - "source_version": "103", - "opticalc_pywincalc_version": null, - "spf": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "8.480444", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "tdw": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.8534895", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "tkr": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "tuv": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": null, - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.7491414", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "color": { - "reflectance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "reflectance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": -0.2953564474190429, - "b": -0.5069940541208129, - "l": 34.09745765726716 - }, - "rgb": { - "b": 88.50219297918694, - "g": 88.64726400455686, - "r": 87.37614774327513 - }, - "trichromatic": { - "x": 7.604431, - "y": 8.05514, - "z": 8.79812 - } - } - }, - "transmittance_back": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - } - }, - "transmittance_front": { - "direct_direct": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "diffuse_diffuse": { - "lab": { - "a": null, - "b": null, - "l": null - }, - "rgb": { - "b": null, - "g": null, - "r": null - }, - "trichromatic": { - "x": null, - "y": null, - "z": null - } - }, - "direct_hemispherical": { - "lab": { - "a": -0.5693913431529252, - "b": 0.29968973743668137, - "l": 96.10036103356394 - }, - "rgb": { - "b": 255.0, - "g": 255.0, - "r": 255.0 - }, - "trichromatic": { - "x": 85.2487, - "y": 90.24997, - "z": 96.40885 - } - } - } - }, - "solar": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": "0.07636583", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": "0.07636583", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": "0.8707941", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.8707941", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "photopic": { - "error": null, - "reflectance_back": { - "matrix": null, - "direct_direct": "0.08046153", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "reflectance_front": { - "matrix": null, - "direct_direct": "0.08046153", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_back": { - "matrix": null, - "direct_direct": "0.9025436", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "transmittance_front": { - "matrix": null, - "direct_direct": "0.9025436", - "direct_diffuse": null, - "diffuse_diffuse": null, - "direct_hemispherical": null - }, - "absorptance_back_direct": null, - "absorptance_front_direct": null, - "absorptance_back_hemispheric": null, - "absorptance_front_hemispheric": null - }, - "thermal_ir": { - "emissivity_back_hemispheric": null, - "emissivity_front_hemispheric": null, - "transmittance_back_diffuse_diffuse": null, - "transmittance_front_diffuse_diffuse": null - } - } - ], - "geometric_properties": null, - "material": "GLASS", - "material_bulk_properties": { - "name": "GLASS", - "version": 1, - "conductivity": "0.84000000000000000", - "youngs_modulus": 0.0, - "poissons_ratio": 0.0, - "elasticity": 0.0, - "moisture_properties": null - }, - "extra_data": {}, - "physical_properties": { - "is_specular": true, - "thickness": 3.85, - "predefined_emissivity_front": 0.84, - "predefined_emissivity_back": 0.84, - "predefined_tir_front": 0.0, - "predefined_tir_back": 0.0, - "permeability_factor": null, - "bulk_properties_override": { - "conductivity": "1.0" - }, - "optical_properties": { - "optical_data_type": "DISCRETE", - "incidence_angular_resolution_type": "DIRECT", - "outgoing_angular_resolution_type": "DIRECT", - "optical_data": { - "angle_blocks": [ - { - "incidence_angle": 0, - "num_wavelengths": 642, - "wavelength_data": [ - { - "w": "0.3", - "specular": { - "rb": "0.0476", - "rf": "0.0476", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "0.305", - "specular": { - "rb": "0.0474", - "rf": "0.0474", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "0.31", - "specular": { - "rb": "0.0472", - "rf": "0.0472", - "tb": "0.0303", - "tf": "0.0303" - } - }, - { - "w": "0.315", - "specular": { - "rb": "0.0474", - "rf": "0.0474", - "tb": "0.0932", - "tf": "0.0932" - } - }, - { - "w": "0.32", - "specular": { - "rb": "0.0486", - "rf": "0.0486", - "tb": "0.1916", - "tf": "0.1916" - } - }, - { - "w": "0.325", - "specular": { - "rb": "0.0517", - "rf": "0.0517", - "tb": "0.3183", - "tf": "0.3183" - } - }, - { - "w": "0.33", - "specular": { - "rb": "0.0568", - "rf": "0.0568", - "tb": "0.4537", - "tf": "0.4537" - } - }, - { - "w": "0.335", - "specular": { - "rb": "0.0629", - "rf": "0.0629", - "tb": "0.5765", - "tf": "0.5765" - } - }, - { - "w": "0.34", - "specular": { - "rb": "0.069", - "rf": "0.069", - "tb": "0.6768", - "tf": "0.6768" - } - }, - { - "w": "0.345", - "specular": { - "rb": "0.0741", - "rf": "0.0741", - "tb": "0.7513", - "tf": "0.7513" - } - }, - { - "w": "0.35", - "specular": { - "rb": "0.0779", - "rf": "0.0779", - "tb": "0.8044", - "tf": "0.8044" - } - }, - { - "w": "0.355", - "specular": { - "rb": "0.0805", - "rf": "0.0805", - "tb": "0.8388", - "tf": "0.8388" - } - }, - { - "w": "0.36", - "specular": { - "rb": "0.0821", - "rf": "0.0821", - "tb": "0.8611", - "tf": "0.8611" - } - }, - { - "w": "0.365", - "specular": { - "rb": "0.0829", - "rf": "0.0829", - "tb": "0.8734", - "tf": "0.8734" - } - }, - { - "w": "0.37", - "specular": { - "rb": "0.083", - "rf": "0.083", - "tb": "0.8783", - "tf": "0.8783" - } - }, - { - "w": "0.375", - "specular": { - "rb": "0.0825", - "rf": "0.0825", - "tb": "0.8747", - "tf": "0.8747" - } - }, - { - "w": "0.38", - "specular": { - "rb": "0.0821", - "rf": "0.0821", - "tb": "0.8727", - "tf": "0.8727" - } - }, - { - "w": "0.385", - "specular": { - "rb": "0.0825", - "rf": "0.0825", - "tb": "0.8795", - "tf": "0.8795" - } - }, - { - "w": "0.39", - "specular": { - "rb": "0.083", - "rf": "0.083", - "tb": "0.8886", - "tf": "0.8886" - } - }, - { - "w": "0.395", - "specular": { - "rb": "0.0834", - "rf": "0.0834", - "tb": "0.8943", - "tf": "0.8943" - } - }, - { - "w": "0.4", - "specular": { - "rb": "0.0834", - "rf": "0.0834", - "tb": "0.8969", - "tf": "0.8969" - } - }, - { - "w": "0.405", - "specular": { - "rb": "0.0832", - "rf": "0.0832", - "tb": "0.89665", - "tf": "0.89665" - } - }, - { - "w": "0.41", - "specular": { - "rb": "0.083", - "rf": "0.083", - "tb": "0.8964", - "tf": "0.8964" - } - }, - { - "w": "0.415", - "specular": { - "rb": "0.08275", - "rf": "0.08275", - "tb": "0.8954", - "tf": "0.8954" - } - }, - { - "w": "0.42", - "specular": { - "rb": "0.0825", - "rf": "0.0825", - "tb": "0.8944", - "tf": "0.8944" - } - }, - { - "w": "0.425", - "specular": { - "rb": "0.08235", - "rf": "0.08235", - "tb": "0.8943", - "tf": "0.8943" - } - }, - { - "w": "0.43", - "specular": { - "rb": "0.0822", - "rf": "0.0822", - "tb": "0.8942", - "tf": "0.8942" - } - }, - { - "w": "0.435", - "specular": { - "rb": "0.0821", - "rf": "0.0821", - "tb": "0.89465", - "tf": "0.89465" - } - }, - { - "w": "0.44", - "specular": { - "rb": "0.082", - "rf": "0.082", - "tb": "0.8951", - "tf": "0.8951" - } - }, - { - "w": "0.445", - "specular": { - "rb": "0.08195", - "rf": "0.08195", - "tb": "0.89625", - "tf": "0.89625" - } - }, - { - "w": "0.45", - "specular": { - "rb": "0.0819", - "rf": "0.0819", - "tb": "0.8974", - "tf": "0.8974" - } - }, - { - "w": "0.455", - "specular": { - "rb": "0.0819", - "rf": "0.0819", - "tb": "0.8988", - "tf": "0.8988" - } - }, - { - "w": "0.46", - "specular": { - "rb": "0.0819", - "rf": "0.0819", - "tb": "0.9002", - "tf": "0.9002" - } - }, - { - "w": "0.465", - "specular": { - "rb": "0.08185", - "rf": "0.08185", - "tb": "0.9009", - "tf": "0.9009" - } - }, - { - "w": "0.47", - "specular": { - "rb": "0.0818", - "rf": "0.0818", - "tb": "0.9016", - "tf": "0.9016" - } - }, - { - "w": "0.475", - "specular": { - "rb": "0.08175", - "rf": "0.08175", - "tb": "0.9019", - "tf": "0.9019" - } - }, - { - "w": "0.48", - "specular": { - "rb": "0.0817", - "rf": "0.0817", - "tb": "0.9022", - "tf": "0.9022" - } - }, - { - "w": "0.485", - "specular": { - "rb": "0.08165", - "rf": "0.08165", - "tb": "0.9033", - "tf": "0.9033" - } - }, - { - "w": "0.49", - "specular": { - "rb": "0.0816", - "rf": "0.0816", - "tb": "0.9044", - "tf": "0.9044" - } - }, - { - "w": "0.495", - "specular": { - "rb": "0.08155", - "rf": "0.08155", - "tb": "0.9048", - "tf": "0.9048" - } - }, - { - "w": "0.5", - "specular": { - "rb": "0.0815", - "rf": "0.0815", - "tb": "0.9052", - "tf": "0.9052" - } - }, - { - "w": "0.505", - "specular": { - "rb": "0.08145", - "rf": "0.08145", - "tb": "0.9057", - "tf": "0.9057" - } - }, - { - "w": "0.51", - "specular": { - "rb": "0.0814", - "rf": "0.0814", - "tb": "0.9062", - "tf": "0.9062" - } - }, - { - "w": "0.515", - "specular": { - "rb": "0.0813", - "rf": "0.0813", - "tb": "0.90585", - "tf": "0.90585" - } - }, - { - "w": "0.52", - "specular": { - "rb": "0.0812", - "rf": "0.0812", - "tb": "0.9055", - "tf": "0.9055" - } - }, - { - "w": "0.525", - "specular": { - "rb": "0.0811", - "rf": "0.0811", - "tb": "0.9054", - "tf": "0.9054" - } - }, - { - "w": "0.53", - "specular": { - "rb": "0.081", - "rf": "0.081", - "tb": "0.9053", - "tf": "0.9053" - } - }, - { - "w": "0.535", - "specular": { - "rb": "0.0809", - "rf": "0.0809", - "tb": "0.90515", - "tf": "0.90515" - } - }, - { - "w": "0.54", - "specular": { - "rb": "0.0808", - "rf": "0.0808", - "tb": "0.905", - "tf": "0.905" - } - }, - { - "w": "0.545", - "specular": { - "rb": "0.08075", - "rf": "0.08075", - "tb": "0.905", - "tf": "0.905" - } - }, - { - "w": "0.55", - "specular": { - "rb": "0.0807", - "rf": "0.0807", - "tb": "0.905", - "tf": "0.905" - } - }, - { - "w": "0.555", - "specular": { - "rb": "0.0806", - "rf": "0.0806", - "tb": "0.9046", - "tf": "0.9046" - } - }, - { - "w": "0.56", - "specular": { - "rb": "0.0805", - "rf": "0.0805", - "tb": "0.9042", - "tf": "0.9042" - } - }, - { - "w": "0.565", - "specular": { - "rb": "0.0804", - "rf": "0.0804", - "tb": "0.9037", - "tf": "0.9037" - } - }, - { - "w": "0.57", - "specular": { - "rb": "0.0803", - "rf": "0.0803", - "tb": "0.9032", - "tf": "0.9032" - } - }, - { - "w": "0.575", - "specular": { - "rb": "0.08015", - "rf": "0.08015", - "tb": "0.9024", - "tf": "0.9024" - } - }, - { - "w": "0.58", - "specular": { - "rb": "0.08", - "rf": "0.08", - "tb": "0.9016", - "tf": "0.9016" - } - }, - { - "w": "0.585", - "specular": { - "rb": "0.0799", - "rf": "0.0799", - "tb": "0.901", - "tf": "0.901" - } - }, - { - "w": "0.59", - "specular": { - "rb": "0.0798", - "rf": "0.0798", - "tb": "0.9004", - "tf": "0.9004" - } - }, - { - "w": "0.595", - "specular": { - "rb": "0.0797", - "rf": "0.0797", - "tb": "0.89965", - "tf": "0.89965" - } - }, - { - "w": "0.6", - "specular": { - "rb": "0.0796", - "rf": "0.0796", - "tb": "0.8989", - "tf": "0.8989" - } - }, - { - "w": "0.605", - "specular": { - "rb": "0.0795", - "rf": "0.0795", - "tb": "0.89825", - "tf": "0.89825" - } - }, - { - "w": "0.61", - "specular": { - "rb": "0.0794", - "rf": "0.0794", - "tb": "0.8976", - "tf": "0.8976" - } - }, - { - "w": "0.615", - "specular": { - "rb": "0.0793", - "rf": "0.0793", - "tb": "0.89685", - "tf": "0.89685" - } - }, - { - "w": "0.62", - "specular": { - "rb": "0.0792", - "rf": "0.0792", - "tb": "0.8961", - "tf": "0.8961" - } - }, - { - "w": "0.625", - "specular": { - "rb": "0.07905", - "rf": "0.07905", - "tb": "0.8951", - "tf": "0.8951" - } - }, - { - "w": "0.63", - "specular": { - "rb": "0.0789", - "rf": "0.0789", - "tb": "0.8941", - "tf": "0.8941" - } - }, - { - "w": "0.635", - "specular": { - "rb": "0.0788", - "rf": "0.0788", - "tb": "0.89345", - "tf": "0.89345" - } - }, - { - "w": "0.64", - "specular": { - "rb": "0.0787", - "rf": "0.0787", - "tb": "0.8928", - "tf": "0.8928" - } - }, - { - "w": "0.645", - "specular": { - "rb": "0.0786", - "rf": "0.0786", - "tb": "0.8919", - "tf": "0.8919" - } - }, - { - "w": "0.65", - "specular": { - "rb": "0.0785", - "rf": "0.0785", - "tb": "0.891", - "tf": "0.891" - } - }, - { - "w": "0.655", - "specular": { - "rb": "0.0784", - "rf": "0.0784", - "tb": "0.89045", - "tf": "0.89045" - } - }, - { - "w": "0.66", - "specular": { - "rb": "0.0783", - "rf": "0.0783", - "tb": "0.8899", - "tf": "0.8899" - } - }, - { - "w": "0.665", - "specular": { - "rb": "0.0782", - "rf": "0.0782", - "tb": "0.88915", - "tf": "0.88915" - } - }, - { - "w": "0.67", - "specular": { - "rb": "0.0781", - "rf": "0.0781", - "tb": "0.8884", - "tf": "0.8884" - } - }, - { - "w": "0.675", - "specular": { - "rb": "0.07805", - "rf": "0.07805", - "tb": "0.88775", - "tf": "0.88775" - } - }, - { - "w": "0.68", - "specular": { - "rb": "0.078", - "rf": "0.078", - "tb": "0.8871", - "tf": "0.8871" - } - }, - { - "w": "0.685", - "specular": { - "rb": "0.0779", - "rf": "0.0779", - "tb": "0.8864", - "tf": "0.8864" - } - }, - { - "w": "0.69", - "specular": { - "rb": "0.0778", - "rf": "0.0778", - "tb": "0.8857", - "tf": "0.8857" - } - }, - { - "w": "0.695", - "specular": { - "rb": "0.0777", - "rf": "0.0777", - "tb": "0.8848", - "tf": "0.8848" - } - }, - { - "w": "0.7", - "specular": { - "rb": "0.0776", - "rf": "0.0776", - "tb": "0.8839", - "tf": "0.8839" - } - }, - { - "w": "0.705", - "specular": { - "rb": "0.07745", - "rf": "0.07745", - "tb": "0.8828", - "tf": "0.8828" - } - }, - { - "w": "0.71", - "specular": { - "rb": "0.0773", - "rf": "0.0773", - "tb": "0.8817", - "tf": "0.8817" - } - }, - { - "w": "0.715", - "specular": { - "rb": "0.0772", - "rf": "0.0772", - "tb": "0.88085", - "tf": "0.88085" - } - }, - { - "w": "0.72", - "specular": { - "rb": "0.0771", - "rf": "0.0771", - "tb": "0.88", - "tf": "0.88" - } - }, - { - "w": "0.725", - "specular": { - "rb": "0.07695", - "rf": "0.07695", - "tb": "0.87865", - "tf": "0.87865" - } - }, - { - "w": "0.73", - "specular": { - "rb": "0.0768", - "rf": "0.0768", - "tb": "0.8773", - "tf": "0.8773" - } - }, - { - "w": "0.735", - "specular": { - "rb": "0.0767", - "rf": "0.0767", - "tb": "0.876", - "tf": "0.876" - } - }, - { - "w": "0.74", - "specular": { - "rb": "0.0766", - "rf": "0.0766", - "tb": "0.8747", - "tf": "0.8747" - } - }, - { - "w": "0.745", - "specular": { - "rb": "0.07645", - "rf": "0.07645", - "tb": "0.87385", - "tf": "0.87385" - } - }, - { - "w": "0.75", - "specular": { - "rb": "0.0763", - "rf": "0.0763", - "tb": "0.873", - "tf": "0.873" - } - }, - { - "w": "0.755", - "specular": { - "rb": "0.0762", - "rf": "0.0762", - "tb": "0.87215", - "tf": "0.87215" - } - }, - { - "w": "0.76", - "specular": { - "rb": "0.0761", - "rf": "0.0761", - "tb": "0.8713", - "tf": "0.8713" - } - }, - { - "w": "0.765", - "specular": { - "rb": "0.07595", - "rf": "0.07595", - "tb": "0.86965", - "tf": "0.86965" - } - }, - { - "w": "0.77", - "specular": { - "rb": "0.0758", - "rf": "0.0758", - "tb": "0.868", - "tf": "0.868" - } - }, - { - "w": "0.775", - "specular": { - "rb": "0.0757", - "rf": "0.0757", - "tb": "0.8673", - "tf": "0.8673" - } - }, - { - "w": "0.78", - "specular": { - "rb": "0.0756", - "rf": "0.0756", - "tb": "0.8666", - "tf": "0.8666" - } - }, - { - "w": "0.785", - "specular": { - "rb": "0.07545", - "rf": "0.07545", - "tb": "0.8651", - "tf": "0.8651" - } - }, - { - "w": "0.79", - "specular": { - "rb": "0.0753", - "rf": "0.0753", - "tb": "0.8636", - "tf": "0.8636" - } - }, - { - "w": "0.795", - "specular": { - "rb": "0.0752", - "rf": "0.0752", - "tb": "0.8627", - "tf": "0.8627" - } - }, - { - "w": "0.8", - "specular": { - "rb": "0.0751", - "rf": "0.0751", - "tb": "0.8618", - "tf": "0.8618" - } - }, - { - "w": "0.805", - "specular": { - "rb": "0.075", - "rf": "0.075", - "tb": "0.86115", - "tf": "0.86115" - } - }, - { - "w": "0.81", - "specular": { - "rb": "0.0749", - "rf": "0.0749", - "tb": "0.8605", - "tf": "0.8605" - } - }, - { - "w": "0.815", - "specular": { - "rb": "0.07485", - "rf": "0.07485", - "tb": "0.85985", - "tf": "0.85985" - } - }, - { - "w": "0.82", - "specular": { - "rb": "0.0748", - "rf": "0.0748", - "tb": "0.8592", - "tf": "0.8592" - } - }, - { - "w": "0.825", - "specular": { - "rb": "0.0747", - "rf": "0.0747", - "tb": "0.85845", - "tf": "0.85845" - } - }, - { - "w": "0.83", - "specular": { - "rb": "0.0746", - "rf": "0.0746", - "tb": "0.8577", - "tf": "0.8577" - } - }, - { - "w": "0.835", - "specular": { - "rb": "0.0745", - "rf": "0.0745", - "tb": "0.85665", - "tf": "0.85665" - } - }, - { - "w": "0.84", - "specular": { - "rb": "0.0744", - "rf": "0.0744", - "tb": "0.8556", - "tf": "0.8556" - } - }, - { - "w": "0.845", - "specular": { - "rb": "0.0743", - "rf": "0.0743", - "tb": "0.8543", - "tf": "0.8543" - } - }, - { - "w": "0.85", - "specular": { - "rb": "0.0742", - "rf": "0.0742", - "tb": "0.853", - "tf": "0.853" - } - }, - { - "w": "0.855", - "specular": { - "rb": "0.0741", - "rf": "0.0741", - "tb": "0.85215", - "tf": "0.85215" - } - }, - { - "w": "0.86", - "specular": { - "rb": "0.074", - "rf": "0.074", - "tb": "0.8513", - "tf": "0.8513" - } - }, - { - "w": "0.865", - "specular": { - "rb": "0.07395", - "rf": "0.07395", - "tb": "0.8505", - "tf": "0.8505" - } - }, - { - "w": "0.87", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8497", - "tf": "0.8497" - } - }, - { - "w": "0.875", - "specular": { - "rb": "0.0738", - "rf": "0.0738", - "tb": "0.8489", - "tf": "0.8489" - } - }, - { - "w": "0.88", - "specular": { - "rb": "0.0737", - "rf": "0.0737", - "tb": "0.8481", - "tf": "0.8481" - } - }, - { - "w": "0.885", - "specular": { - "rb": "0.07365", - "rf": "0.07365", - "tb": "0.84735", - "tf": "0.84735" - } - }, - { - "w": "0.89", - "specular": { - "rb": "0.0736", - "rf": "0.0736", - "tb": "0.8466", - "tf": "0.8466" - } - }, - { - "w": "0.895", - "specular": { - "rb": "0.0735", - "rf": "0.0735", - "tb": "0.8459", - "tf": "0.8459" - } - }, - { - "w": "0.9", - "specular": { - "rb": "0.0734", - "rf": "0.0734", - "tb": "0.8452", - "tf": "0.8452" - } - }, - { - "w": "0.905", - "specular": { - "rb": "0.07335", - "rf": "0.07335", - "tb": "0.8446", - "tf": "0.8446" - } - }, - { - "w": "0.91", - "specular": { - "rb": "0.0733", - "rf": "0.0733", - "tb": "0.844", - "tf": "0.844" - } - }, - { - "w": "0.915", - "specular": { - "rb": "0.0732", - "rf": "0.0732", - "tb": "0.8435", - "tf": "0.8435" - } - }, - { - "w": "0.92", - "specular": { - "rb": "0.0731", - "rf": "0.0731", - "tb": "0.843", - "tf": "0.843" - } - }, - { - "w": "0.925", - "specular": { - "rb": "0.07305", - "rf": "0.07305", - "tb": "0.8426", - "tf": "0.8426" - } - }, - { - "w": "0.93", - "specular": { - "rb": "0.073", - "rf": "0.073", - "tb": "0.8422", - "tf": "0.8422" - } - }, - { - "w": "0.935", - "specular": { - "rb": "0.07295", - "rf": "0.07295", - "tb": "0.84185", - "tf": "0.84185" - } - }, - { - "w": "0.94", - "specular": { - "rb": "0.0729", - "rf": "0.0729", - "tb": "0.8415", - "tf": "0.8415" - } - }, - { - "w": "0.945", - "specular": { - "rb": "0.07285", - "rf": "0.07285", - "tb": "0.8412", - "tf": "0.8412" - } - }, - { - "w": "0.95", - "specular": { - "rb": "0.0728", - "rf": "0.0728", - "tb": "0.8409", - "tf": "0.8409" - } - }, - { - "w": "0.955", - "specular": { - "rb": "0.07275", - "rf": "0.07275", - "tb": "0.8406", - "tf": "0.8406" - } - }, - { - "w": "0.96", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8403", - "tf": "0.8403" - } - }, - { - "w": "0.965", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8401", - "tf": "0.8401" - } - }, - { - "w": "0.97", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8399", - "tf": "0.8399" - } - }, - { - "w": "0.975", - "specular": { - "rb": "0.07265", - "rf": "0.07265", - "tb": "0.8397", - "tf": "0.8397" - } - }, - { - "w": "0.98", - "specular": { - "rb": "0.0726", - "rf": "0.0726", - "tb": "0.8395", - "tf": "0.8395" - } - }, - { - "w": "0.985", - "specular": { - "rb": "0.07255", - "rf": "0.07255", - "tb": "0.8393", - "tf": "0.8393" - } - }, - { - "w": "0.99", - "specular": { - "rb": "0.0725", - "rf": "0.0725", - "tb": "0.8391", - "tf": "0.8391" - } - }, - { - "w": "0.995", - "specular": { - "rb": "0.0725", - "rf": "0.0725", - "tb": "0.83895", - "tf": "0.83895" - } - }, - { - "w": "1.0", - "specular": { - "rb": "0.0725", - "rf": "0.0725", - "tb": "0.8388", - "tf": "0.8388" - } - }, - { - "w": "1.005", - "specular": { - "rb": "0.07247", - "rf": "0.07247", - "tb": "0.83866", - "tf": "0.83866" - } - }, - { - "w": "1.01", - "specular": { - "rb": "0.07244", - "rf": "0.07244", - "tb": "0.83852", - "tf": "0.83852" - } - }, - { - "w": "1.015", - "specular": { - "rb": "0.07241", - "rf": "0.07241", - "tb": "0.83838", - "tf": "0.83838" - } - }, - { - "w": "1.02", - "specular": { - "rb": "0.07238", - "rf": "0.07238", - "tb": "0.83824", - "tf": "0.83824" - } - }, - { - "w": "1.025", - "specular": { - "rb": "0.07235", - "rf": "0.07235", - "tb": "0.8381", - "tf": "0.8381" - } - }, - { - "w": "1.03", - "specular": { - "rb": "0.07232", - "rf": "0.07232", - "tb": "0.83796", - "tf": "0.83796" - } - }, - { - "w": "1.035", - "specular": { - "rb": "0.07229", - "rf": "0.07229", - "tb": "0.83782", - "tf": "0.83782" - } - }, - { - "w": "1.04", - "specular": { - "rb": "0.07226", - "rf": "0.07226", - "tb": "0.83768", - "tf": "0.83768" - } - }, - { - "w": "1.045", - "specular": { - "rb": "0.07223", - "rf": "0.07223", - "tb": "0.83754", - "tf": "0.83754" - } - }, - { - "w": "1.05", - "specular": { - "rb": "0.0722", - "rf": "0.0722", - "tb": "0.8374", - "tf": "0.8374" - } - }, - { - "w": "1.055", - "specular": { - "rb": "0.07219", - "rf": "0.07219", - "tb": "0.83743", - "tf": "0.83743" - } - }, - { - "w": "1.06", - "specular": { - "rb": "0.07218", - "rf": "0.07218", - "tb": "0.83746", - "tf": "0.83746" - } - }, - { - "w": "1.065", - "specular": { - "rb": "0.07217", - "rf": "0.07217", - "tb": "0.83749", - "tf": "0.83749" - } - }, - { - "w": "1.07", - "specular": { - "rb": "0.07216", - "rf": "0.07216", - "tb": "0.83752", - "tf": "0.83752" - } - }, - { - "w": "1.075", - "specular": { - "rb": "0.07215", - "rf": "0.07215", - "tb": "0.83755", - "tf": "0.83755" - } - }, - { - "w": "1.08", - "specular": { - "rb": "0.07214", - "rf": "0.07214", - "tb": "0.83758", - "tf": "0.83758" - } - }, - { - "w": "1.085", - "specular": { - "rb": "0.07213", - "rf": "0.07213", - "tb": "0.83761", - "tf": "0.83761" - } - }, - { - "w": "1.09", - "specular": { - "rb": "0.07212", - "rf": "0.07212", - "tb": "0.83764", - "tf": "0.83764" - } - }, - { - "w": "1.095", - "specular": { - "rb": "0.07211", - "rf": "0.07211", - "tb": "0.83767", - "tf": "0.83767" - } - }, - { - "w": "1.1", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8377", - "tf": "0.8377" - } - }, - { - "w": "1.105", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83779", - "tf": "0.83779" - } - }, - { - "w": "1.11", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83788", - "tf": "0.83788" - } - }, - { - "w": "1.115", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83797", - "tf": "0.83797" - } - }, - { - "w": "1.12", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83806", - "tf": "0.83806" - } - }, - { - "w": "1.125", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83815", - "tf": "0.83815" - } - }, - { - "w": "1.13", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83824", - "tf": "0.83824" - } - }, - { - "w": "1.135", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83833", - "tf": "0.83833" - } - }, - { - "w": "1.14", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83842", - "tf": "0.83842" - } - }, - { - "w": "1.145", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83851", - "tf": "0.83851" - } - }, - { - "w": "1.15", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8386", - "tf": "0.8386" - } - }, - { - "w": "1.155", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83877", - "tf": "0.83877" - } - }, - { - "w": "1.16", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83894", - "tf": "0.83894" - } - }, - { - "w": "1.165", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83911", - "tf": "0.83911" - } - }, - { - "w": "1.17", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83928", - "tf": "0.83928" - } - }, - { - "w": "1.175", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83945", - "tf": "0.83945" - } - }, - { - "w": "1.18", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83962", - "tf": "0.83962" - } - }, - { - "w": "1.185", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83979", - "tf": "0.83979" - } - }, - { - "w": "1.19", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.83996", - "tf": "0.83996" - } - }, - { - "w": "1.195", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.84013", - "tf": "0.84013" - } - }, - { - "w": "1.2", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8403", - "tf": "0.8403" - } - }, - { - "w": "1.205", - "specular": { - "rb": "0.07212", - "rf": "0.07212", - "tb": "0.84065", - "tf": "0.84065" - } - }, - { - "w": "1.21", - "specular": { - "rb": "0.07214", - "rf": "0.07214", - "tb": "0.841", - "tf": "0.841" - } - }, - { - "w": "1.215", - "specular": { - "rb": "0.07216", - "rf": "0.07216", - "tb": "0.84135", - "tf": "0.84135" - } - }, - { - "w": "1.22", - "specular": { - "rb": "0.07218", - "rf": "0.07218", - "tb": "0.8417", - "tf": "0.8417" - } - }, - { - "w": "1.225", - "specular": { - "rb": "0.0722", - "rf": "0.0722", - "tb": "0.84205", - "tf": "0.84205" - } - }, - { - "w": "1.23", - "specular": { - "rb": "0.07222", - "rf": "0.07222", - "tb": "0.8424", - "tf": "0.8424" - } - }, - { - "w": "1.235", - "specular": { - "rb": "0.07224", - "rf": "0.07224", - "tb": "0.84275", - "tf": "0.84275" - } - }, - { - "w": "1.24", - "specular": { - "rb": "0.07226", - "rf": "0.07226", - "tb": "0.8431", - "tf": "0.8431" - } - }, - { - "w": "1.245", - "specular": { - "rb": "0.07228", - "rf": "0.07228", - "tb": "0.84345", - "tf": "0.84345" - } - }, - { - "w": "1.25", - "specular": { - "rb": "0.0723", - "rf": "0.0723", - "tb": "0.8438", - "tf": "0.8438" - } - }, - { - "w": "1.255", - "specular": { - "rb": "0.07231", - "rf": "0.07231", - "tb": "0.84419", - "tf": "0.84419" - } - }, - { - "w": "1.26", - "specular": { - "rb": "0.07232", - "rf": "0.07232", - "tb": "0.84458", - "tf": "0.84458" - } - }, - { - "w": "1.265", - "specular": { - "rb": "0.07233", - "rf": "0.07233", - "tb": "0.84497", - "tf": "0.84497" - } - }, - { - "w": "1.27", - "specular": { - "rb": "0.07234", - "rf": "0.07234", - "tb": "0.84536", - "tf": "0.84536" - } - }, - { - "w": "1.275", - "specular": { - "rb": "0.07235", - "rf": "0.07235", - "tb": "0.84575", - "tf": "0.84575" - } - }, - { - "w": "1.28", - "specular": { - "rb": "0.07236", - "rf": "0.07236", - "tb": "0.84614", - "tf": "0.84614" - } - }, - { - "w": "1.285", - "specular": { - "rb": "0.07237", - "rf": "0.07237", - "tb": "0.84653", - "tf": "0.84653" - } - }, - { - "w": "1.29", - "specular": { - "rb": "0.07238", - "rf": "0.07238", - "tb": "0.84692", - "tf": "0.84692" - } - }, - { - "w": "1.295", - "specular": { - "rb": "0.07239", - "rf": "0.07239", - "tb": "0.84731", - "tf": "0.84731" - } - }, - { - "w": "1.3", - "specular": { - "rb": "0.0724", - "rf": "0.0724", - "tb": "0.8477", - "tf": "0.8477" - } - }, - { - "w": "1.305", - "specular": { - "rb": "0.07243", - "rf": "0.07243", - "tb": "0.84819", - "tf": "0.84819" - } - }, - { - "w": "1.31", - "specular": { - "rb": "0.07246", - "rf": "0.07246", - "tb": "0.84868", - "tf": "0.84868" - } - }, - { - "w": "1.315", - "specular": { - "rb": "0.07249", - "rf": "0.07249", - "tb": "0.84917", - "tf": "0.84917" - } - }, - { - "w": "1.32", - "specular": { - "rb": "0.07252", - "rf": "0.07252", - "tb": "0.84966", - "tf": "0.84966" - } - }, - { - "w": "1.325", - "specular": { - "rb": "0.07255", - "rf": "0.07255", - "tb": "0.85015", - "tf": "0.85015" - } - }, - { - "w": "1.33", - "specular": { - "rb": "0.07258", - "rf": "0.07258", - "tb": "0.85064", - "tf": "0.85064" - } - }, - { - "w": "1.335", - "specular": { - "rb": "0.07261", - "rf": "0.07261", - "tb": "0.85113", - "tf": "0.85113" - } - }, - { - "w": "1.34", - "specular": { - "rb": "0.07264", - "rf": "0.07264", - "tb": "0.85162", - "tf": "0.85162" - } - }, - { - "w": "1.345", - "specular": { - "rb": "0.07267", - "rf": "0.07267", - "tb": "0.85211", - "tf": "0.85211" - } - }, - { - "w": "1.35", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8526", - "tf": "0.8526" - } - }, - { - "w": "1.355", - "specular": { - "rb": "0.07271", - "rf": "0.07271", - "tb": "0.85286", - "tf": "0.85286" - } - }, - { - "w": "1.36", - "specular": { - "rb": "0.07272", - "rf": "0.07272", - "tb": "0.85312", - "tf": "0.85312" - } - }, - { - "w": "1.365", - "specular": { - "rb": "0.07273", - "rf": "0.07273", - "tb": "0.85338", - "tf": "0.85338" - } - }, - { - "w": "1.37", - "specular": { - "rb": "0.07274", - "rf": "0.07274", - "tb": "0.85364", - "tf": "0.85364" - } - }, - { - "w": "1.375", - "specular": { - "rb": "0.07275", - "rf": "0.07275", - "tb": "0.8539", - "tf": "0.8539" - } - }, - { - "w": "1.38", - "specular": { - "rb": "0.07276", - "rf": "0.07276", - "tb": "0.85416", - "tf": "0.85416" - } - }, - { - "w": "1.385", - "specular": { - "rb": "0.07277", - "rf": "0.07277", - "tb": "0.85442", - "tf": "0.85442" - } - }, - { - "w": "1.39", - "specular": { - "rb": "0.07278", - "rf": "0.07278", - "tb": "0.85468", - "tf": "0.85468" - } - }, - { - "w": "1.395", - "specular": { - "rb": "0.07279", - "rf": "0.07279", - "tb": "0.85494", - "tf": "0.85494" - } - }, - { - "w": "1.4", - "specular": { - "rb": "0.0728", - "rf": "0.0728", - "tb": "0.8552", - "tf": "0.8552" - } - }, - { - "w": "1.405", - "specular": { - "rb": "0.07284", - "rf": "0.07284", - "tb": "0.85598", - "tf": "0.85598" - } - }, - { - "w": "1.41", - "specular": { - "rb": "0.07288", - "rf": "0.07288", - "tb": "0.85676", - "tf": "0.85676" - } - }, - { - "w": "1.415", - "specular": { - "rb": "0.07292", - "rf": "0.07292", - "tb": "0.85754", - "tf": "0.85754" - } - }, - { - "w": "1.42", - "specular": { - "rb": "0.07296", - "rf": "0.07296", - "tb": "0.85832", - "tf": "0.85832" - } - }, - { - "w": "1.425", - "specular": { - "rb": "0.073", - "rf": "0.073", - "tb": "0.8591", - "tf": "0.8591" - } - }, - { - "w": "1.43", - "specular": { - "rb": "0.07304", - "rf": "0.07304", - "tb": "0.85988", - "tf": "0.85988" - } - }, - { - "w": "1.435", - "specular": { - "rb": "0.07308", - "rf": "0.07308", - "tb": "0.86066", - "tf": "0.86066" - } - }, - { - "w": "1.44", - "specular": { - "rb": "0.07312", - "rf": "0.07312", - "tb": "0.86144", - "tf": "0.86144" - } - }, - { - "w": "1.445", - "specular": { - "rb": "0.07316", - "rf": "0.07316", - "tb": "0.86222", - "tf": "0.86222" - } - }, - { - "w": "1.45", - "specular": { - "rb": "0.0732", - "rf": "0.0732", - "tb": "0.863", - "tf": "0.863" - } - }, - { - "w": "1.455", - "specular": { - "rb": "0.07324", - "rf": "0.07324", - "tb": "0.86358", - "tf": "0.86358" - } - }, - { - "w": "1.46", - "specular": { - "rb": "0.07328", - "rf": "0.07328", - "tb": "0.86416", - "tf": "0.86416" - } - }, - { - "w": "1.465", - "specular": { - "rb": "0.07332", - "rf": "0.07332", - "tb": "0.86474", - "tf": "0.86474" - } - }, - { - "w": "1.47", - "specular": { - "rb": "0.07336", - "rf": "0.07336", - "tb": "0.86532", - "tf": "0.86532" - } - }, - { - "w": "1.475", - "specular": { - "rb": "0.0734", - "rf": "0.0734", - "tb": "0.8659", - "tf": "0.8659" - } - }, - { - "w": "1.48", - "specular": { - "rb": "0.07344", - "rf": "0.07344", - "tb": "0.86648", - "tf": "0.86648" - } - }, - { - "w": "1.485", - "specular": { - "rb": "0.07348", - "rf": "0.07348", - "tb": "0.86706", - "tf": "0.86706" - } - }, - { - "w": "1.49", - "specular": { - "rb": "0.07352", - "rf": "0.07352", - "tb": "0.86764", - "tf": "0.86764" - } - }, - { - "w": "1.495", - "specular": { - "rb": "0.07356", - "rf": "0.07356", - "tb": "0.86822", - "tf": "0.86822" - } - }, - { - "w": "1.5", - "specular": { - "rb": "0.0736", - "rf": "0.0736", - "tb": "0.8688", - "tf": "0.8688" - } - }, - { - "w": "1.505", - "specular": { - "rb": "0.07362", - "rf": "0.07362", - "tb": "0.86932", - "tf": "0.86932" - } - }, - { - "w": "1.51", - "specular": { - "rb": "0.07364", - "rf": "0.07364", - "tb": "0.86984", - "tf": "0.86984" - } - }, - { - "w": "1.515", - "specular": { - "rb": "0.07366", - "rf": "0.07366", - "tb": "0.87036", - "tf": "0.87036" - } - }, - { - "w": "1.52", - "specular": { - "rb": "0.07368", - "rf": "0.07368", - "tb": "0.87088", - "tf": "0.87088" - } - }, - { - "w": "1.525", - "specular": { - "rb": "0.0737", - "rf": "0.0737", - "tb": "0.8714", - "tf": "0.8714" - } - }, - { - "w": "1.53", - "specular": { - "rb": "0.07372", - "rf": "0.07372", - "tb": "0.87192", - "tf": "0.87192" - } - }, - { - "w": "1.535", - "specular": { - "rb": "0.07374", - "rf": "0.07374", - "tb": "0.87244", - "tf": "0.87244" - } - }, - { - "w": "1.54", - "specular": { - "rb": "0.07376", - "rf": "0.07376", - "tb": "0.87296", - "tf": "0.87296" - } - }, - { - "w": "1.545", - "specular": { - "rb": "0.07378", - "rf": "0.07378", - "tb": "0.87348", - "tf": "0.87348" - } - }, - { - "w": "1.55", - "specular": { - "rb": "0.0738", - "rf": "0.0738", - "tb": "0.874", - "tf": "0.874" - } - }, - { - "w": "1.555", - "specular": { - "rb": "0.07381", - "rf": "0.07381", - "tb": "0.87427", - "tf": "0.87427" - } - }, - { - "w": "1.56", - "specular": { - "rb": "0.07382", - "rf": "0.07382", - "tb": "0.87454", - "tf": "0.87454" - } - }, - { - "w": "1.565", - "specular": { - "rb": "0.07383", - "rf": "0.07383", - "tb": "0.87481", - "tf": "0.87481" - } - }, - { - "w": "1.57", - "specular": { - "rb": "0.07384", - "rf": "0.07384", - "tb": "0.87508", - "tf": "0.87508" - } - }, - { - "w": "1.575", - "specular": { - "rb": "0.07385", - "rf": "0.07385", - "tb": "0.87535", - "tf": "0.87535" - } - }, - { - "w": "1.58", - "specular": { - "rb": "0.07386", - "rf": "0.07386", - "tb": "0.87562", - "tf": "0.87562" - } - }, - { - "w": "1.585", - "specular": { - "rb": "0.07387", - "rf": "0.07387", - "tb": "0.87589", - "tf": "0.87589" - } - }, - { - "w": "1.59", - "specular": { - "rb": "0.07388", - "rf": "0.07388", - "tb": "0.87616", - "tf": "0.87616" - } - }, - { - "w": "1.595", - "specular": { - "rb": "0.07389", - "rf": "0.07389", - "tb": "0.87643", - "tf": "0.87643" - } - }, - { - "w": "1.6", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8767", - "tf": "0.8767" - } - }, - { - "w": "1.605", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87686", - "tf": "0.87686" - } - }, - { - "w": "1.61", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87702", - "tf": "0.87702" - } - }, - { - "w": "1.615", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87718", - "tf": "0.87718" - } - }, - { - "w": "1.62", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87734", - "tf": "0.87734" - } - }, - { - "w": "1.625", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8775", - "tf": "0.8775" - } - }, - { - "w": "1.63", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87766", - "tf": "0.87766" - } - }, - { - "w": "1.635", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87782", - "tf": "0.87782" - } - }, - { - "w": "1.64", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87798", - "tf": "0.87798" - } - }, - { - "w": "1.645", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.87814", - "tf": "0.87814" - } - }, - { - "w": "1.65", - "specular": { - "rb": "0.0739", - "rf": "0.0739", - "tb": "0.8783", - "tf": "0.8783" - } - }, - { - "w": "1.655", - "specular": { - "rb": "0.07389", - "rf": "0.07389", - "tb": "0.87826", - "tf": "0.87826" - } - }, - { - "w": "1.66", - "specular": { - "rb": "0.07388", - "rf": "0.07388", - "tb": "0.87822", - "tf": "0.87822" - } - }, - { - "w": "1.665", - "specular": { - "rb": "0.07387", - "rf": "0.07387", - "tb": "0.87818", - "tf": "0.87818" - } - }, - { - "w": "1.67", - "specular": { - "rb": "0.07386", - "rf": "0.07386", - "tb": "0.87814", - "tf": "0.87814" - } - }, - { - "w": "1.675", - "specular": { - "rb": "0.07385", - "rf": "0.07385", - "tb": "0.8781", - "tf": "0.8781" - } - }, - { - "w": "1.68", - "specular": { - "rb": "0.07384", - "rf": "0.07384", - "tb": "0.87806", - "tf": "0.87806" - } - }, - { - "w": "1.685", - "specular": { - "rb": "0.07383", - "rf": "0.07383", - "tb": "0.87802", - "tf": "0.87802" - } - }, - { - "w": "1.69", - "specular": { - "rb": "0.07382", - "rf": "0.07382", - "tb": "0.87798", - "tf": "0.87798" - } - }, - { - "w": "1.695", - "specular": { - "rb": "0.07381", - "rf": "0.07381", - "tb": "0.87794", - "tf": "0.87794" - } - }, - { - "w": "1.7", - "specular": { - "rb": "0.0738", - "rf": "0.0738", - "tb": "0.8779", - "tf": "0.8779" - } - }, - { - "w": "1.705", - "specular": { - "rb": "0.07378", - "rf": "0.07378", - "tb": "0.87782", - "tf": "0.87782" - } - }, - { - "w": "1.71", - "specular": { - "rb": "0.07376", - "rf": "0.07376", - "tb": "0.87774", - "tf": "0.87774" - } - }, - { - "w": "1.715", - "specular": { - "rb": "0.07374", - "rf": "0.07374", - "tb": "0.87766", - "tf": "0.87766" - } - }, - { - "w": "1.72", - "specular": { - "rb": "0.07372", - "rf": "0.07372", - "tb": "0.87758", - "tf": "0.87758" - } - }, - { - "w": "1.725", - "specular": { - "rb": "0.0737", - "rf": "0.0737", - "tb": "0.8775", - "tf": "0.8775" - } - }, - { - "w": "1.73", - "specular": { - "rb": "0.07368", - "rf": "0.07368", - "tb": "0.87742", - "tf": "0.87742" - } - }, - { - "w": "1.735", - "specular": { - "rb": "0.07366", - "rf": "0.07366", - "tb": "0.87734", - "tf": "0.87734" - } - }, - { - "w": "1.74", - "specular": { - "rb": "0.07364", - "rf": "0.07364", - "tb": "0.87726", - "tf": "0.87726" - } - }, - { - "w": "1.745", - "specular": { - "rb": "0.07362", - "rf": "0.07362", - "tb": "0.87718", - "tf": "0.87718" - } - }, - { - "w": "1.75", - "specular": { - "rb": "0.0736", - "rf": "0.0736", - "tb": "0.8771", - "tf": "0.8771" - } - }, - { - "w": "1.755", - "specular": { - "rb": "0.07357", - "rf": "0.07357", - "tb": "0.87692", - "tf": "0.87692" - } - }, - { - "w": "1.76", - "specular": { - "rb": "0.07354", - "rf": "0.07354", - "tb": "0.87674", - "tf": "0.87674" - } - }, - { - "w": "1.765", - "specular": { - "rb": "0.07351", - "rf": "0.07351", - "tb": "0.87656", - "tf": "0.87656" - } - }, - { - "w": "1.77", - "specular": { - "rb": "0.07348", - "rf": "0.07348", - "tb": "0.87638", - "tf": "0.87638" - } - }, - { - "w": "1.775", - "specular": { - "rb": "0.07345", - "rf": "0.07345", - "tb": "0.8762", - "tf": "0.8762" - } - }, - { - "w": "1.78", - "specular": { - "rb": "0.07342", - "rf": "0.07342", - "tb": "0.87602", - "tf": "0.87602" - } - }, - { - "w": "1.785", - "specular": { - "rb": "0.07339", - "rf": "0.07339", - "tb": "0.87584", - "tf": "0.87584" - } - }, - { - "w": "1.79", - "specular": { - "rb": "0.07336", - "rf": "0.07336", - "tb": "0.87566", - "tf": "0.87566" - } - }, - { - "w": "1.795", - "specular": { - "rb": "0.07333", - "rf": "0.07333", - "tb": "0.87548", - "tf": "0.87548" - } - }, - { - "w": "1.8", - "specular": { - "rb": "0.0733", - "rf": "0.0733", - "tb": "0.8753", - "tf": "0.8753" - } - }, - { - "w": "1.805", - "specular": { - "rb": "0.07328", - "rf": "0.07328", - "tb": "0.87516", - "tf": "0.87516" - } - }, - { - "w": "1.81", - "specular": { - "rb": "0.07326", - "rf": "0.07326", - "tb": "0.87502", - "tf": "0.87502" - } - }, - { - "w": "1.815", - "specular": { - "rb": "0.07324", - "rf": "0.07324", - "tb": "0.87488", - "tf": "0.87488" - } - }, - { - "w": "1.82", - "specular": { - "rb": "0.07322", - "rf": "0.07322", - "tb": "0.87474", - "tf": "0.87474" - } - }, - { - "w": "1.825", - "specular": { - "rb": "0.0732", - "rf": "0.0732", - "tb": "0.8746", - "tf": "0.8746" - } - }, - { - "w": "1.83", - "specular": { - "rb": "0.07318", - "rf": "0.07318", - "tb": "0.87446", - "tf": "0.87446" - } - }, - { - "w": "1.835", - "specular": { - "rb": "0.07316", - "rf": "0.07316", - "tb": "0.87432", - "tf": "0.87432" - } - }, - { - "w": "1.84", - "specular": { - "rb": "0.07314", - "rf": "0.07314", - "tb": "0.87418", - "tf": "0.87418" - } - }, - { - "w": "1.845", - "specular": { - "rb": "0.07312", - "rf": "0.07312", - "tb": "0.87404", - "tf": "0.87404" - } - }, - { - "w": "1.85", - "specular": { - "rb": "0.0731", - "rf": "0.0731", - "tb": "0.8739", - "tf": "0.8739" - } - }, - { - "w": "1.855", - "specular": { - "rb": "0.07308", - "rf": "0.07308", - "tb": "0.87379", - "tf": "0.87379" - } - }, - { - "w": "1.86", - "specular": { - "rb": "0.07306", - "rf": "0.07306", - "tb": "0.87368", - "tf": "0.87368" - } - }, - { - "w": "1.865", - "specular": { - "rb": "0.07304", - "rf": "0.07304", - "tb": "0.87357", - "tf": "0.87357" - } - }, - { - "w": "1.87", - "specular": { - "rb": "0.07302", - "rf": "0.07302", - "tb": "0.87346", - "tf": "0.87346" - } - }, - { - "w": "1.875", - "specular": { - "rb": "0.073", - "rf": "0.073", - "tb": "0.87335", - "tf": "0.87335" - } - }, - { - "w": "1.88", - "specular": { - "rb": "0.07298", - "rf": "0.07298", - "tb": "0.87324", - "tf": "0.87324" - } - }, - { - "w": "1.885", - "specular": { - "rb": "0.07296", - "rf": "0.07296", - "tb": "0.87313", - "tf": "0.87313" - } - }, - { - "w": "1.89", - "specular": { - "rb": "0.07294", - "rf": "0.07294", - "tb": "0.87302", - "tf": "0.87302" - } - }, - { - "w": "1.895", - "specular": { - "rb": "0.07292", - "rf": "0.07292", - "tb": "0.87291", - "tf": "0.87291" - } - }, - { - "w": "1.9", - "specular": { - "rb": "0.0729", - "rf": "0.0729", - "tb": "0.8728", - "tf": "0.8728" - } - }, - { - "w": "1.905", - "specular": { - "rb": "0.07288", - "rf": "0.07288", - "tb": "0.8727", - "tf": "0.8727" - } - }, - { - "w": "1.91", - "specular": { - "rb": "0.07286", - "rf": "0.07286", - "tb": "0.8726", - "tf": "0.8726" - } - }, - { - "w": "1.915", - "specular": { - "rb": "0.07284", - "rf": "0.07284", - "tb": "0.8725", - "tf": "0.8725" - } - }, - { - "w": "1.92", - "specular": { - "rb": "0.07282", - "rf": "0.07282", - "tb": "0.8724", - "tf": "0.8724" - } - }, - { - "w": "1.925", - "specular": { - "rb": "0.0728", - "rf": "0.0728", - "tb": "0.8723", - "tf": "0.8723" - } - }, - { - "w": "1.93", - "specular": { - "rb": "0.07278", - "rf": "0.07278", - "tb": "0.8722", - "tf": "0.8722" - } - }, - { - "w": "1.935", - "specular": { - "rb": "0.07276", - "rf": "0.07276", - "tb": "0.8721", - "tf": "0.8721" - } - }, - { - "w": "1.94", - "specular": { - "rb": "0.07274", - "rf": "0.07274", - "tb": "0.872", - "tf": "0.872" - } - }, - { - "w": "1.945", - "specular": { - "rb": "0.07272", - "rf": "0.07272", - "tb": "0.8719", - "tf": "0.8719" - } - }, - { - "w": "1.95", - "specular": { - "rb": "0.0727", - "rf": "0.0727", - "tb": "0.8718", - "tf": "0.8718" - } - }, - { - "w": "1.955", - "specular": { - "rb": "0.07267", - "rf": "0.07267", - "tb": "0.87162", - "tf": "0.87162" - } - }, - { - "w": "1.96", - "specular": { - "rb": "0.07264", - "rf": "0.07264", - "tb": "0.87144", - "tf": "0.87144" - } - }, - { - "w": "1.965", - "specular": { - "rb": "0.07261", - "rf": "0.07261", - "tb": "0.87126", - "tf": "0.87126" - } - }, - { - "w": "1.97", - "specular": { - "rb": "0.07258", - "rf": "0.07258", - "tb": "0.87108", - "tf": "0.87108" - } - }, - { - "w": "1.975", - "specular": { - "rb": "0.07255", - "rf": "0.07255", - "tb": "0.8709", - "tf": "0.8709" - } - }, - { - "w": "1.98", - "specular": { - "rb": "0.07252", - "rf": "0.07252", - "tb": "0.87072", - "tf": "0.87072" - } - }, - { - "w": "1.985", - "specular": { - "rb": "0.07249", - "rf": "0.07249", - "tb": "0.87054", - "tf": "0.87054" - } - }, - { - "w": "1.99", - "specular": { - "rb": "0.07246", - "rf": "0.07246", - "tb": "0.87036", - "tf": "0.87036" - } - }, - { - "w": "1.995", - "specular": { - "rb": "0.07243", - "rf": "0.07243", - "tb": "0.87018", - "tf": "0.87018" - } - }, - { - "w": "2.0", - "specular": { - "rb": "0.0724", - "rf": "0.0724", - "tb": "0.87", - "tf": "0.87" - } - }, - { - "w": "2.005", - "specular": { - "rb": "0.07239", - "rf": "0.07239", - "tb": "0.86999", - "tf": "0.86999" - } - }, - { - "w": "2.01", - "specular": { - "rb": "0.07238", - "rf": "0.07238", - "tb": "0.86998", - "tf": "0.86998" - } - }, - { - "w": "2.015", - "specular": { - "rb": "0.07237", - "rf": "0.07237", - "tb": "0.86997", - "tf": "0.86997" - } - }, - { - "w": "2.02", - "specular": { - "rb": "0.07236", - "rf": "0.07236", - "tb": "0.86996", - "tf": "0.86996" - } - }, - { - "w": "2.025", - "specular": { - "rb": "0.07235", - "rf": "0.07235", - "tb": "0.86995", - "tf": "0.86995" - } - }, - { - "w": "2.03", - "specular": { - "rb": "0.07234", - "rf": "0.07234", - "tb": "0.86994", - "tf": "0.86994" - } - }, - { - "w": "2.035", - "specular": { - "rb": "0.07233", - "rf": "0.07233", - "tb": "0.86993", - "tf": "0.86993" - } - }, - { - "w": "2.04", - "specular": { - "rb": "0.07232", - "rf": "0.07232", - "tb": "0.86992", - "tf": "0.86992" - } - }, - { - "w": "2.045", - "specular": { - "rb": "0.07231", - "rf": "0.07231", - "tb": "0.86991", - "tf": "0.86991" - } - }, - { - "w": "2.05", - "specular": { - "rb": "0.0723", - "rf": "0.0723", - "tb": "0.8699", - "tf": "0.8699" - } - }, - { - "w": "2.055", - "specular": { - "rb": "0.07228", - "rf": "0.07228", - "tb": "0.86979", - "tf": "0.86979" - } - }, - { - "w": "2.06", - "specular": { - "rb": "0.07226", - "rf": "0.07226", - "tb": "0.86968", - "tf": "0.86968" - } - }, - { - "w": "2.065", - "specular": { - "rb": "0.07224", - "rf": "0.07224", - "tb": "0.86957", - "tf": "0.86957" - } - }, - { - "w": "2.07", - "specular": { - "rb": "0.07222", - "rf": "0.07222", - "tb": "0.86946", - "tf": "0.86946" - } - }, - { - "w": "2.075", - "specular": { - "rb": "0.0722", - "rf": "0.0722", - "tb": "0.86935", - "tf": "0.86935" - } - }, - { - "w": "2.08", - "specular": { - "rb": "0.07218", - "rf": "0.07218", - "tb": "0.86924", - "tf": "0.86924" - } - }, - { - "w": "2.085", - "specular": { - "rb": "0.07216", - "rf": "0.07216", - "tb": "0.86913", - "tf": "0.86913" - } - }, - { - "w": "2.09", - "specular": { - "rb": "0.07214", - "rf": "0.07214", - "tb": "0.86902", - "tf": "0.86902" - } - }, - { - "w": "2.095", - "specular": { - "rb": "0.07212", - "rf": "0.07212", - "tb": "0.86891", - "tf": "0.86891" - } - }, - { - "w": "2.1", - "specular": { - "rb": "0.0721", - "rf": "0.0721", - "tb": "0.8688", - "tf": "0.8688" - } - }, - { - "w": "2.105", - "specular": { - "rb": "0.07206", - "rf": "0.07206", - "tb": "0.86847", - "tf": "0.86847" - } - }, - { - "w": "2.11", - "specular": { - "rb": "0.07202", - "rf": "0.07202", - "tb": "0.86814", - "tf": "0.86814" - } - }, - { - "w": "2.115", - "specular": { - "rb": "0.07198", - "rf": "0.07198", - "tb": "0.86781", - "tf": "0.86781" - } - }, - { - "w": "2.12", - "specular": { - "rb": "0.07194", - "rf": "0.07194", - "tb": "0.86748", - "tf": "0.86748" - } - }, - { - "w": "2.125", - "specular": { - "rb": "0.0719", - "rf": "0.0719", - "tb": "0.86715", - "tf": "0.86715" - } - }, - { - "w": "2.13", - "specular": { - "rb": "0.07186", - "rf": "0.07186", - "tb": "0.86682", - "tf": "0.86682" - } - }, - { - "w": "2.135", - "specular": { - "rb": "0.07182", - "rf": "0.07182", - "tb": "0.86649", - "tf": "0.86649" - } - }, - { - "w": "2.14", - "specular": { - "rb": "0.07178", - "rf": "0.07178", - "tb": "0.86616", - "tf": "0.86616" - } - }, - { - "w": "2.145", - "specular": { - "rb": "0.07174", - "rf": "0.07174", - "tb": "0.86583", - "tf": "0.86583" - } - }, - { - "w": "2.15", - "specular": { - "rb": "0.0717", - "rf": "0.0717", - "tb": "0.8655", - "tf": "0.8655" - } - }, - { - "w": "2.155", - "specular": { - "rb": "0.07158", - "rf": "0.07158", - "tb": "0.86402", - "tf": "0.86402" - } - }, - { - "w": "2.16", - "specular": { - "rb": "0.07146", - "rf": "0.07146", - "tb": "0.86254", - "tf": "0.86254" - } - }, - { - "w": "2.165", - "specular": { - "rb": "0.07134", - "rf": "0.07134", - "tb": "0.86106", - "tf": "0.86106" - } - }, - { - "w": "2.17", - "specular": { - "rb": "0.07122", - "rf": "0.07122", - "tb": "0.85958", - "tf": "0.85958" - } - }, - { - "w": "2.175", - "specular": { - "rb": "0.0711", - "rf": "0.0711", - "tb": "0.8581", - "tf": "0.8581" - } - }, - { - "w": "2.18", - "specular": { - "rb": "0.07098", - "rf": "0.07098", - "tb": "0.85662", - "tf": "0.85662" - } - }, - { - "w": "2.185", - "specular": { - "rb": "0.07086", - "rf": "0.07086", - "tb": "0.85514", - "tf": "0.85514" - } - }, - { - "w": "2.19", - "specular": { - "rb": "0.07074", - "rf": "0.07074", - "tb": "0.85366", - "tf": "0.85366" - } - }, - { - "w": "2.195", - "specular": { - "rb": "0.07062", - "rf": "0.07062", - "tb": "0.85218", - "tf": "0.85218" - } - }, - { - "w": "2.2", - "specular": { - "rb": "0.0705", - "rf": "0.0705", - "tb": "0.8507", - "tf": "0.8507" - } - }, - { - "w": "2.205", - "specular": { - "rb": "0.07045", - "rf": "0.07045", - "tb": "0.85021", - "tf": "0.85021" - } - }, - { - "w": "2.21", - "specular": { - "rb": "0.0704", - "rf": "0.0704", - "tb": "0.84972", - "tf": "0.84972" - } - }, - { - "w": "2.215", - "specular": { - "rb": "0.07035", - "rf": "0.07035", - "tb": "0.84923", - "tf": "0.84923" - } - }, - { - "w": "2.22", - "specular": { - "rb": "0.0703", - "rf": "0.0703", - "tb": "0.84874", - "tf": "0.84874" - } - }, - { - "w": "2.225", - "specular": { - "rb": "0.07025", - "rf": "0.07025", - "tb": "0.84825", - "tf": "0.84825" - } - }, - { - "w": "2.23", - "specular": { - "rb": "0.0702", - "rf": "0.0702", - "tb": "0.84776", - "tf": "0.84776" - } - }, - { - "w": "2.235", - "specular": { - "rb": "0.07015", - "rf": "0.07015", - "tb": "0.84727", - "tf": "0.84727" - } - }, - { - "w": "2.24", - "specular": { - "rb": "0.0701", - "rf": "0.0701", - "tb": "0.84678", - "tf": "0.84678" - } - }, - { - "w": "2.245", - "specular": { - "rb": "0.07005", - "rf": "0.07005", - "tb": "0.84629", - "tf": "0.84629" - } - }, - { - "w": "2.25", - "specular": { - "rb": "0.07", - "rf": "0.07", - "tb": "0.8458", - "tf": "0.8458" - } - }, - { - "w": "2.255", - "specular": { - "rb": "0.07003", - "rf": "0.07003", - "tb": "0.84636", - "tf": "0.84636" - } - }, - { - "w": "2.26", - "specular": { - "rb": "0.07006", - "rf": "0.07006", - "tb": "0.84692", - "tf": "0.84692" - } - }, - { - "w": "2.265", - "specular": { - "rb": "0.07009", - "rf": "0.07009", - "tb": "0.84748", - "tf": "0.84748" - } - }, - { - "w": "2.27", - "specular": { - "rb": "0.07012", - "rf": "0.07012", - "tb": "0.84804", - "tf": "0.84804" - } - }, - { - "w": "2.275", - "specular": { - "rb": "0.07015", - "rf": "0.07015", - "tb": "0.8486", - "tf": "0.8486" - } - }, - { - "w": "2.28", - "specular": { - "rb": "0.07018", - "rf": "0.07018", - "tb": "0.84916", - "tf": "0.84916" - } - }, - { - "w": "2.285", - "specular": { - "rb": "0.07021", - "rf": "0.07021", - "tb": "0.84972", - "tf": "0.84972" - } - }, - { - "w": "2.29", - "specular": { - "rb": "0.07024", - "rf": "0.07024", - "tb": "0.85028", - "tf": "0.85028" - } - }, - { - "w": "2.295", - "specular": { - "rb": "0.07027", - "rf": "0.07027", - "tb": "0.85084", - "tf": "0.85084" - } - }, - { - "w": "2.3", - "specular": { - "rb": "0.0703", - "rf": "0.0703", - "tb": "0.8514", - "tf": "0.8514" - } - }, - { - "w": "2.305", - "specular": { - "rb": "0.07031", - "rf": "0.07031", - "tb": "0.85159", - "tf": "0.85159" - } - }, - { - "w": "2.31", - "specular": { - "rb": "0.07032", - "rf": "0.07032", - "tb": "0.85178", - "tf": "0.85178" - } - }, - { - "w": "2.315", - "specular": { - "rb": "0.07033", - "rf": "0.07033", - "tb": "0.85197", - "tf": "0.85197" - } - }, - { - "w": "2.32", - "specular": { - "rb": "0.07034", - "rf": "0.07034", - "tb": "0.85216", - "tf": "0.85216" - } - }, - { - "w": "2.325", - "specular": { - "rb": "0.07035", - "rf": "0.07035", - "tb": "0.85235", - "tf": "0.85235" - } - }, - { - "w": "2.33", - "specular": { - "rb": "0.07036", - "rf": "0.07036", - "tb": "0.85254", - "tf": "0.85254" - } - }, - { - "w": "2.335", - "specular": { - "rb": "0.07037", - "rf": "0.07037", - "tb": "0.85273", - "tf": "0.85273" - } - }, - { - "w": "2.34", - "specular": { - "rb": "0.07038", - "rf": "0.07038", - "tb": "0.85292", - "tf": "0.85292" - } - }, - { - "w": "2.345", - "specular": { - "rb": "0.07039", - "rf": "0.07039", - "tb": "0.85311", - "tf": "0.85311" - } - }, - { - "w": "2.35", - "specular": { - "rb": "0.0704", - "rf": "0.0704", - "tb": "0.8533", - "tf": "0.8533" - } - }, - { - "w": "2.355", - "specular": { - "rb": "0.07036", - "rf": "0.07036", - "tb": "0.85297", - "tf": "0.85297" - } - }, - { - "w": "2.36", - "specular": { - "rb": "0.07032", - "rf": "0.07032", - "tb": "0.85264", - "tf": "0.85264" - } - }, - { - "w": "2.365", - "specular": { - "rb": "0.07028", - "rf": "0.07028", - "tb": "0.85231", - "tf": "0.85231" - } - }, - { - "w": "2.37", - "specular": { - "rb": "0.07024", - "rf": "0.07024", - "tb": "0.85198", - "tf": "0.85198" - } - }, - { - "w": "2.375", - "specular": { - "rb": "0.0702", - "rf": "0.0702", - "tb": "0.85165", - "tf": "0.85165" - } - }, - { - "w": "2.38", - "specular": { - "rb": "0.07016", - "rf": "0.07016", - "tb": "0.85132", - "tf": "0.85132" - } - }, - { - "w": "2.385", - "specular": { - "rb": "0.07012", - "rf": "0.07012", - "tb": "0.85099", - "tf": "0.85099" - } - }, - { - "w": "2.39", - "specular": { - "rb": "0.07008", - "rf": "0.07008", - "tb": "0.85066", - "tf": "0.85066" - } - }, - { - "w": "2.395", - "specular": { - "rb": "0.07004", - "rf": "0.07004", - "tb": "0.85033", - "tf": "0.85033" - } - }, - { - "w": "2.4", - "specular": { - "rb": "0.07", - "rf": "0.07", - "tb": "0.85", - "tf": "0.85" - } - }, - { - "w": "2.405", - "specular": { - "rb": "0.06993", - "rf": "0.06993", - "tb": "0.84919", - "tf": "0.84919" - } - }, - { - "w": "2.41", - "specular": { - "rb": "0.06986", - "rf": "0.06986", - "tb": "0.84838", - "tf": "0.84838" - } - }, - { - "w": "2.415", - "specular": { - "rb": "0.06979", - "rf": "0.06979", - "tb": "0.84757", - "tf": "0.84757" - } - }, - { - "w": "2.42", - "specular": { - "rb": "0.06972", - "rf": "0.06972", - "tb": "0.84676", - "tf": "0.84676" - } - }, - { - "w": "2.425", - "specular": { - "rb": "0.06965", - "rf": "0.06965", - "tb": "0.84595", - "tf": "0.84595" - } - }, - { - "w": "2.43", - "specular": { - "rb": "0.06958", - "rf": "0.06958", - "tb": "0.84514", - "tf": "0.84514" - } - }, - { - "w": "2.435", - "specular": { - "rb": "0.06951", - "rf": "0.06951", - "tb": "0.84433", - "tf": "0.84433" - } - }, - { - "w": "2.44", - "specular": { - "rb": "0.06944", - "rf": "0.06944", - "tb": "0.84352", - "tf": "0.84352" - } - }, - { - "w": "2.445", - "specular": { - "rb": "0.06937", - "rf": "0.06937", - "tb": "0.84271", - "tf": "0.84271" - } - }, - { - "w": "2.45", - "specular": { - "rb": "0.0693", - "rf": "0.0693", - "tb": "0.8419", - "tf": "0.8419" - } - }, - { - "w": "2.455", - "specular": { - "rb": "0.06922", - "rf": "0.06922", - "tb": "0.84093", - "tf": "0.84093" - } - }, - { - "w": "2.46", - "specular": { - "rb": "0.06914", - "rf": "0.06914", - "tb": "0.83996", - "tf": "0.83996" - } - }, - { - "w": "2.465", - "specular": { - "rb": "0.06906", - "rf": "0.06906", - "tb": "0.83899", - "tf": "0.83899" - } - }, - { - "w": "2.47", - "specular": { - "rb": "0.06898", - "rf": "0.06898", - "tb": "0.83802", - "tf": "0.83802" - } - }, - { - "w": "2.475", - "specular": { - "rb": "0.0689", - "rf": "0.0689", - "tb": "0.83705", - "tf": "0.83705" - } - }, - { - "w": "2.48", - "specular": { - "rb": "0.06882", - "rf": "0.06882", - "tb": "0.83608", - "tf": "0.83608" - } - }, - { - "w": "2.485", - "specular": { - "rb": "0.06874", - "rf": "0.06874", - "tb": "0.83511", - "tf": "0.83511" - } - }, - { - "w": "2.49", - "specular": { - "rb": "0.06866", - "rf": "0.06866", - "tb": "0.83414", - "tf": "0.83414" - } - }, - { - "w": "2.495", - "specular": { - "rb": "0.06858", - "rf": "0.06858", - "tb": "0.83317", - "tf": "0.83317" - } - }, - { - "w": "2.5", - "specular": { - "rb": "0.0685", - "rf": "0.0685", - "tb": "0.8322", - "tf": "0.8322" - } - }, - { - "w": "5.0", - "specular": { - "rb": "0.0317603", - "rf": "0.0317603", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.1", - "specular": { - "rb": "0.03117786", - "rf": "0.03117786", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.2", - "specular": { - "rb": "0.030575", - "rf": "0.030575", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.3", - "specular": { - "rb": "0.02989826", - "rf": "0.02989826", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.4", - "specular": { - "rb": "0.02932715", - "rf": "0.02932715", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.5", - "specular": { - "rb": "0.02868443", - "rf": "0.02868443", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.6", - "specular": { - "rb": "0.02798816", - "rf": "0.02798816", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.7", - "specular": { - "rb": "0.02737208", - "rf": "0.02737208", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.8", - "specular": { - "rb": "0.02662898", - "rf": "0.02662898", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "5.9", - "specular": { - "rb": "0.02576046", - "rf": "0.02576046", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.0", - "specular": { - "rb": "0.02494783", - "rf": "0.02494783", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.1", - "specular": { - "rb": "0.02413691", - "rf": "0.02413691", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.2", - "specular": { - "rb": "0.02321456", - "rf": "0.02321456", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.3", - "specular": { - "rb": "0.02237789", - "rf": "0.02237789", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.4", - "specular": { - "rb": "0.02128538", - "rf": "0.02128538", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.5", - "specular": { - "rb": "0.02011609", - "rf": "0.02011609", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.6", - "specular": { - "rb": "0.01922287", - "rf": "0.01922287", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.7", - "specular": { - "rb": "0.01794114", - "rf": "0.01794114", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.8", - "specular": { - "rb": "0.01665305", - "rf": "0.01665305", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "6.9", - "specular": { - "rb": "0.01531783", - "rf": "0.01531783", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.0", - "specular": { - "rb": "0.01398767", - "rf": "0.01398767", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.1", - "specular": { - "rb": "0.01250852", - "rf": "0.01250852", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.2", - "specular": { - "rb": "0.01099694", - "rf": "0.01099694", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.3", - "specular": { - "rb": "0.009325154", - "rf": "0.009325154", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.4", - "specular": { - "rb": "0.007775973", - "rf": "0.007775973", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.5", - "specular": { - "rb": "0.006004325", - "rf": "0.006004325", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.6", - "specular": { - "rb": "0.004365841", - "rf": "0.004365841", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.7", - "specular": { - "rb": "0.002912899", - "rf": "0.002912899", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.8", - "specular": { - "rb": "0.001862653", - "rf": "0.001862653", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "7.9", - "specular": { - "rb": "0.001893779", - "rf": "0.001893779", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.0", - "specular": { - "rb": "0.004604187", - "rf": "0.004604187", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.1", - "specular": { - "rb": "0.01396993", - "rf": "0.01396993", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.2", - "specular": { - "rb": "0.03379792", - "rf": "0.03379792", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.3", - "specular": { - "rb": "0.06026775", - "rf": "0.06026775", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.4", - "specular": { - "rb": "0.08579855", - "rf": "0.08579855", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.5", - "specular": { - "rb": "0.1100057", - "rf": "0.1100057", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.6", - "specular": { - "rb": "0.1323906", - "rf": "0.1323906", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.7", - "specular": { - "rb": "0.1515961", - "rf": "0.1515961", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.8", - "specular": { - "rb": "0.169293", - "rf": "0.169293", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "8.9", - "specular": { - "rb": "0.1869905", - "rf": "0.1869905", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.0", - "specular": { - "rb": "0.2054866", - "rf": "0.2054866", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.1", - "specular": { - "rb": "0.2291816", - "rf": "0.2291816", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.2", - "specular": { - "rb": "0.2532378", - "rf": "0.2532378", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.3", - "specular": { - "rb": "0.2730808", - "rf": "0.2730808", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.4", - "specular": { - "rb": "0.2866183", - "rf": "0.2866183", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.5", - "specular": { - "rb": "0.2890902", - "rf": "0.2890902", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.6", - "specular": { - "rb": "0.283575", - "rf": "0.283575", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.7", - "specular": { - "rb": "0.273699", - "rf": "0.273699", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.8", - "specular": { - "rb": "0.2633874", - "rf": "0.2633874", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "9.9", - "specular": { - "rb": "0.2528525", - "rf": "0.2528525", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.0", - "specular": { - "rb": "0.2418507", - "rf": "0.2418507", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.1", - "specular": { - "rb": "0.2332705", - "rf": "0.2332705", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.2", - "specular": { - "rb": "0.2241817", - "rf": "0.2241817", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.3", - "specular": { - "rb": "0.2154393", - "rf": "0.2154393", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.4", - "specular": { - "rb": "0.2076605", - "rf": "0.2076605", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.5", - "specular": { - "rb": "0.2001801", - "rf": "0.2001801", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.6", - "specular": { - "rb": "0.1920287", - "rf": "0.1920287", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.7", - "specular": { - "rb": "0.1830552", - "rf": "0.1830552", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.8", - "specular": { - "rb": "0.1727526", - "rf": "0.1727526", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "10.9", - "specular": { - "rb": "0.1625845", - "rf": "0.1625845", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.0", - "specular": { - "rb": "0.1520166", - "rf": "0.1520166", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.1", - "specular": { - "rb": "0.1398158", - "rf": "0.1398158", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.2", - "specular": { - "rb": "0.1295152", - "rf": "0.1295152", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.3", - "specular": { - "rb": "0.1198978", - "rf": "0.1198978", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.4", - "specular": { - "rb": "0.1122678", - "rf": "0.1122678", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.5", - "specular": { - "rb": "0.1039998", - "rf": "0.1039998", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.6", - "specular": { - "rb": "0.09738897", - "rf": "0.09738897", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.7", - "specular": { - "rb": "0.09016786", - "rf": "0.09016786", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.8", - "specular": { - "rb": "0.0837536", - "rf": "0.0837536", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "11.9", - "specular": { - "rb": "0.07775009", - "rf": "0.07775009", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.0", - "specular": { - "rb": "0.07262429", - "rf": "0.07262429", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.1", - "specular": { - "rb": "0.06909924", - "rf": "0.06909924", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.2", - "specular": { - "rb": "0.06730816", - "rf": "0.06730816", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.3", - "specular": { - "rb": "0.06703605", - "rf": "0.06703605", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.4", - "specular": { - "rb": "0.0679357", - "rf": "0.0679357", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.5", - "specular": { - "rb": "0.07016622", - "rf": "0.07016622", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.6", - "specular": { - "rb": "0.07258398", - "rf": "0.07258398", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.7", - "specular": { - "rb": "0.0750324", - "rf": "0.0750324", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.8", - "specular": { - "rb": "0.07740509", - "rf": "0.07740509", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "12.9", - "specular": { - "rb": "0.07917856", - "rf": "0.07917856", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.0", - "specular": { - "rb": "0.08034915", - "rf": "0.08034915", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.1", - "specular": { - "rb": "0.08087461", - "rf": "0.08087461", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.2", - "specular": { - "rb": "0.08068211", - "rf": "0.08068211", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.3", - "specular": { - "rb": "0.07945995", - "rf": "0.07945995", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.4", - "specular": { - "rb": "0.0780423", - "rf": "0.0780423", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.5", - "specular": { - "rb": "0.07619345", - "rf": "0.07619345", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.6", - "specular": { - "rb": "0.07448422", - "rf": "0.07448422", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.7", - "specular": { - "rb": "0.07249223", - "rf": "0.07249223", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.8", - "specular": { - "rb": "0.07089327", - "rf": "0.07089327", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "13.9", - "specular": { - "rb": "0.06957324", - "rf": "0.06957324", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.0", - "specular": { - "rb": "0.06808921", - "rf": "0.06808921", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.1", - "specular": { - "rb": "0.06658594", - "rf": "0.06658594", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.2", - "specular": { - "rb": "0.06529986", - "rf": "0.06529986", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.3", - "specular": { - "rb": "0.06391528", - "rf": "0.06391528", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.4", - "specular": { - "rb": "0.06251393", - "rf": "0.06251393", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.5", - "specular": { - "rb": "0.06126335", - "rf": "0.06126335", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.6", - "specular": { - "rb": "0.06005959", - "rf": "0.06005959", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.7", - "specular": { - "rb": "0.05915502", - "rf": "0.05915502", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.8", - "specular": { - "rb": "0.0582341", - "rf": "0.0582341", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "14.9", - "specular": { - "rb": "0.05751529", - "rf": "0.05751529", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.0", - "specular": { - "rb": "0.05591116", - "rf": "0.05591116", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.1", - "specular": { - "rb": "0.05492254", - "rf": "0.05492254", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.2", - "specular": { - "rb": "0.05368409", - "rf": "0.05368409", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.3", - "specular": { - "rb": "0.05259688", - "rf": "0.05259688", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.4", - "specular": { - "rb": "0.05160115", - "rf": "0.05160115", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.5", - "specular": { - "rb": "0.05067018", - "rf": "0.05067018", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.6", - "specular": { - "rb": "0.04977821", - "rf": "0.04977821", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.7", - "specular": { - "rb": "0.04847655", - "rf": "0.04847655", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.8", - "specular": { - "rb": "0.04724037", - "rf": "0.04724037", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "15.9", - "specular": { - "rb": "0.04627791", - "rf": "0.04627791", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.0", - "specular": { - "rb": "0.04546109", - "rf": "0.04546109", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.1", - "specular": { - "rb": "0.04472335", - "rf": "0.04472335", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.2", - "specular": { - "rb": "0.04362001", - "rf": "0.04362001", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.3", - "specular": { - "rb": "0.04252286", - "rf": "0.04252286", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.4", - "specular": { - "rb": "0.0416529", - "rf": "0.0416529", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.5", - "specular": { - "rb": "0.04084081", - "rf": "0.04084081", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.6", - "specular": { - "rb": "0.03904643", - "rf": "0.03904643", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.7", - "specular": { - "rb": "0.0372623", - "rf": "0.0372623", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.8", - "specular": { - "rb": "0.03637572", - "rf": "0.03637572", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "16.9", - "specular": { - "rb": "0.03539945", - "rf": "0.03539945", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.0", - "specular": { - "rb": "0.03453502", - "rf": "0.03453502", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.1", - "specular": { - "rb": "0.03327914", - "rf": "0.03327914", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.2", - "specular": { - "rb": "0.03231261", - "rf": "0.03231261", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.3", - "specular": { - "rb": "0.03125658", - "rf": "0.03125658", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.4", - "specular": { - "rb": "0.02991496", - "rf": "0.02991496", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.5", - "specular": { - "rb": "0.02909888", - "rf": "0.02909888", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.6", - "specular": { - "rb": "0.02838047", - "rf": "0.02838047", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.7", - "specular": { - "rb": "0.02762885", - "rf": "0.02762885", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.8", - "specular": { - "rb": "0.02729119", - "rf": "0.02729119", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "17.9", - "specular": { - "rb": "0.0271987", - "rf": "0.0271987", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.0", - "specular": { - "rb": "0.02748714", - "rf": "0.02748714", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.1", - "specular": { - "rb": "0.02824826", - "rf": "0.02824826", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.2", - "specular": { - "rb": "0.02956108", - "rf": "0.02956108", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.3", - "specular": { - "rb": "0.03161542", - "rf": "0.03161542", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.4", - "specular": { - "rb": "0.03467857", - "rf": "0.03467857", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.5", - "specular": { - "rb": "0.03879093", - "rf": "0.03879093", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.6", - "specular": { - "rb": "0.0438205", - "rf": "0.0438205", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.7", - "specular": { - "rb": "0.04995146", - "rf": "0.04995146", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.8", - "specular": { - "rb": "0.05782877", - "rf": "0.05782877", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "18.9", - "specular": { - "rb": "0.06411792", - "rf": "0.06411792", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.0", - "specular": { - "rb": "0.07471766", - "rf": "0.07471766", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.1", - "specular": { - "rb": "0.08624873", - "rf": "0.08624873", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.2", - "specular": { - "rb": "0.09830182", - "rf": "0.09830182", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.3", - "specular": { - "rb": "0.1066302", - "rf": "0.1066302", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.4", - "specular": { - "rb": "0.119556", - "rf": "0.119556", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.5", - "specular": { - "rb": "0.1321104", - "rf": "0.1321104", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.6", - "specular": { - "rb": "0.1400631", - "rf": "0.1400631", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.7", - "specular": { - "rb": "0.1519396", - "rf": "0.1519396", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.8", - "specular": { - "rb": "0.1596713", - "rf": "0.1596713", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "19.9", - "specular": { - "rb": "0.1703854", - "rf": "0.1703854", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.0", - "specular": { - "rb": "0.1807359", - "rf": "0.1807359", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.1", - "specular": { - "rb": "0.1875733", - "rf": "0.1875733", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.2", - "specular": { - "rb": "0.1940544", - "rf": "0.1940544", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.3", - "specular": { - "rb": "0.2031419", - "rf": "0.2031419", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.4", - "specular": { - "rb": "0.2087646", - "rf": "0.2087646", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.5", - "specular": { - "rb": "0.2159548", - "rf": "0.2159548", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.6", - "specular": { - "rb": "0.220133", - "rf": "0.220133", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.7", - "specular": { - "rb": "0.2241676", - "rf": "0.2241676", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.8", - "specular": { - "rb": "0.2295367", - "rf": "0.2295367", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "20.9", - "specular": { - "rb": "0.2324842", - "rf": "0.2324842", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.0", - "specular": { - "rb": "0.2351977", - "rf": "0.2351977", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.1", - "specular": { - "rb": "0.2384057", - "rf": "0.2384057", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.2", - "specular": { - "rb": "0.2394702", - "rf": "0.2394702", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.3", - "specular": { - "rb": "0.2400313", - "rf": "0.2400313", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.4", - "specular": { - "rb": "0.240433", - "rf": "0.240433", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.5", - "specular": { - "rb": "0.2404572", - "rf": "0.2404572", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.6", - "specular": { - "rb": "0.2398681", - "rf": "0.2398681", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.7", - "specular": { - "rb": "0.2396427", - "rf": "0.2396427", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.8", - "specular": { - "rb": "0.2391459", - "rf": "0.2391459", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "21.9", - "specular": { - "rb": "0.2375401", - "rf": "0.2375401", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.0", - "specular": { - "rb": "0.23514", - "rf": "0.23514", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.1", - "specular": { - "rb": "0.2330038", - "rf": "0.2330038", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.2", - "specular": { - "rb": "0.2312396", - "rf": "0.2312396", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.3", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.4", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.5", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.6", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.7", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.8", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "22.9", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.0", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.1", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.2", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.3", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.4", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.5", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.6", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.7", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.8", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "23.9", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.0", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.1", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.2", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.3", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.4", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.5", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.6", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.7", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.8", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "24.9", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - }, - { - "w": "25.0", - "specular": { - "rb": "0.2302567", - "rf": "0.2302567", - "tb": "0.0", - "tf": "0.0" - } - } - ] - } - ], - "number_incidence_angles": 1 - } - } - } -} diff --git a/tests/invalid/opticalData/igsdbExampleClearlite-4_250903.json b/tests/invalid/opticalData/igsdbExampleClearlite-4_250903.json new file mode 100644 index 00000000..62a738f0 --- /dev/null +++ b/tests/invalid/opticalData/igsdbExampleClearlite-4_250903.json @@ -0,0 +1,6364 @@ +{ + "id": 3296, + "component_id": "e18d65b5-13ee-4599-96d4-4a62c15dff0c", + "type": "GLAZING", + "subtype": "MONOLITHIC", + "token": "clearlite-4", + "historical_tokens": [], + "name": "Planibel Clearlite 4 mm", + "marketing_name": null, + "nfrc_id": 4492, + "igdb_id": 9360, + "cgdb_id": null, + "mdb_time_created": "2016-08-14T18:06:37Z", + "igdb_database_version": "49.0", + "cgdb_database_version": null, + "acceptance": "#", + "reference": false, + "appearance": "", + "hidden": false, + "manufacturer_name": "AGC Glass Europe", + "owner_name": "AGC Glass Europe", + "data_file_name": "clearlite_4.gvb", + "data_file_type": "IGDB_LEGACY_SUBMISSION_FILE", + "data_file_available": false, + "short_description": null, + "deconstructable": false, + "coating_name": null, + "coating_id": 2, + "coated_side": "NOT_APPLICABLE", + "igdb_checksum": 670340591, + "cgdb_checksum": null, + "checksum_date": "2016-08-01T14:55:35Z", + "window8_application_type": "MONOLITHIC", + "emissivity_front": "0.83999997", + "emissivity_back": "0.83999997", + "tir_front": "0", + "tir_back": "0", + "product_detail_files": [], + "composition": [], + "integrated_spectral_averages_summaries": [ + { + "calculation_standard": "NFRC", + "source": "IGDB", + "source_version": "106", + "opticalc_pywincalc_version": null, + "spf": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": 8.48044395446777, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tdw": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": 0.853489518165588, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tkr": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "tuv": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": null, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": 0.749141395092011, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "color": { + "reflectance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "reflectance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.295350911456493, + "b": -0.50699733391848, + "l": 34.0974567070096 + }, + "rgb": { + "b": 88.5021963897097, + "g": 88.6472586657975, + "r": 87.3761529719973 + }, + "trichromatic": { + "x": 7.60443115234375, + "y": 8.05513954162598, + "z": 8.79812049865723 + } + } + }, + "transmittance_back": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + } + }, + "transmittance_front": { + "direct_direct": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "diffuse_diffuse": { + "lab": { + "a": null, + "b": null, + "l": null + }, + "rgb": { + "b": null, + "g": null, + "r": null + }, + "trichromatic": { + "x": null, + "y": null, + "z": null + } + }, + "direct_hemispherical": { + "lab": { + "a": -0.569399150124772, + "b": 0.299688284710542, + "l": 96.1003608192677 + }, + "rgb": { + "b": 255, + "g": 255, + "r": 255 + }, + "trichromatic": { + "x": 85.2486953735352, + "y": 90.2499694824219, + "z": 96.4088516235352 + } + } + } + }, + "solar": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": 0.0763658285140991, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": 0.0763658285140991, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": 0.870794057846069, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": 0.870794057846069, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "photopic": { + "error": null, + "reflectance_back": { + "matrix": null, + "direct_direct": 0.0804615318775177, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "reflectance_front": { + "matrix": null, + "direct_direct": 0.0804615318775177, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_back": { + "matrix": null, + "direct_direct": 0.902543604373932, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "transmittance_front": { + "matrix": null, + "direct_direct": 0.902543604373932, + "direct_diffuse": null, + "diffuse_diffuse": null, + "direct_hemispherical": null + }, + "absorptance_back_direct": null, + "absorptance_front_direct": null, + "absorptance_back_hemispheric": null, + "absorptance_front_hemispheric": null + }, + "thermal_ir": { + "emissivity_back_hemispheric": null, + "emissivity_front_hemispheric": null, + "transmittance_back_diffuse_diffuse": null, + "transmittance_front_diffuse_diffuse": null + } + } + ], + "material": "GLASS", + "material_bulk_properties": { + "name": "GLASS", + "version": 1, + "conductivity": "0", + "youngs_modulus": 0, + "poissons_ratio": 0, + "elasticity": 0, + "moisture_properties": null + }, + "extra_data": {}, + "physical_properties": { + "is_specular": true, + "thickness": "3.84999990463256836", + "geometric_properties": null, + "predefined_emissivity_front": "0.83999997", + "predefined_emissivity_back": "0.83999997", + "predefined_tir_front": "0", + "predefined_tir_back": "0", + "permeability_factor": null, + "bulk_properties_override": { + "conductivity": "1" + }, + "optical_properties": { + "optical_data_type": "DISCRETE", + "incidence_angular_resolution_type": "DIRECT", + "outgoing_angular_resolution_type": "DIRECT", + "optical_data": { + "angle_blocks": [ + { + "incidence_angle": 0, + "num_wavelengths": 642, + "wavelength_data": [ + { + "w": "0.300", + "specular": { + "rb": "0.0476000010967254638671875", + "rf": "0.0476000010967254638671875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "0.305", + "specular": { + "rb": "0.0474000014364719390869140625", + "rf": "0.0474000014364719390869140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "0.310", + "specular": { + "rb": "0.047200001776218414306640625", + "rf": "0.047200001776218414306640625", + "tb": "0.03030000068247318267822265625", + "tf": "0.03030000068247318267822265625" + } + }, + { + "w": "0.315", + "specular": { + "rb": "0.0474000014364719390869140625", + "rf": "0.0474000014364719390869140625", + "tb": "0.0931999981403350830078125", + "tf": "0.0931999981403350830078125" + } + }, + { + "w": "0.320", + "specular": { + "rb": "0.0485999993979930877685546875", + "rf": "0.0485999993979930877685546875", + "tb": "0.1915999948978424072265625", + "tf": "0.1915999948978424072265625" + } + }, + { + "w": "0.325", + "specular": { + "rb": "0.0516999997198581695556640625", + "rf": "0.0516999997198581695556640625", + "tb": "0.3183000087738037109375", + "tf": "0.3183000087738037109375" + } + }, + { + "w": "0.330", + "specular": { + "rb": "0.056800000369548797607421875", + "rf": "0.056800000369548797607421875", + "tb": "0.453700006008148193359375", + "tf": "0.453700006008148193359375" + } + }, + { + "w": "0.335", + "specular": { + "rb": "0.062899999320507049560546875", + "rf": "0.062899999320507049560546875", + "tb": "0.576499998569488525390625", + "tf": "0.576499998569488525390625" + } + }, + { + "w": "0.340", + "specular": { + "rb": "0.068999998271465301513671875", + "rf": "0.068999998271465301513671875", + "tb": "0.6768000125885009765625", + "tf": "0.6768000125885009765625" + } + }, + { + "w": "0.345", + "specular": { + "rb": "0.07410000264644622802734375", + "rf": "0.07410000264644622802734375", + "tb": "0.75129997730255126953125", + "tf": "0.75129997730255126953125" + } + }, + { + "w": "0.350", + "specular": { + "rb": "0.077899999916553497314453125", + "rf": "0.077899999916553497314453125", + "tb": "0.804400026798248291015625", + "tf": "0.804400026798248291015625" + } + }, + { + "w": "0.355", + "specular": { + "rb": "0.080499999225139617919921875", + "rf": "0.080499999225139617919921875", + "tb": "0.838800013065338134765625", + "tf": "0.838800013065338134765625" + } + }, + { + "w": "0.360", + "specular": { + "rb": "0.082099996507167816162109375", + "rf": "0.082099996507167816162109375", + "tb": "0.861100018024444580078125", + "tf": "0.861100018024444580078125" + } + }, + { + "w": "0.365", + "specular": { + "rb": "0.08290000259876251220703125", + "rf": "0.08290000259876251220703125", + "tb": "0.8733999729156494140625", + "tf": "0.8733999729156494140625" + } + }, + { + "w": "0.370", + "specular": { + "rb": "0.082999996840953826904296875", + "rf": "0.082999996840953826904296875", + "tb": "0.878300011157989501953125", + "tf": "0.878300011157989501953125" + } + }, + { + "w": "0.375", + "specular": { + "rb": "0.082500003278255462646484375", + "rf": "0.082500003278255462646484375", + "tb": "0.874700009822845458984375", + "tf": "0.874700009822845458984375" + } + }, + { + "w": "0.380", + "specular": { + "rb": "0.082099996507167816162109375", + "rf": "0.082099996507167816162109375", + "tb": "0.8726999759674072265625", + "tf": "0.8726999759674072265625" + } + }, + { + "w": "0.385", + "specular": { + "rb": "0.082500003278255462646484375", + "rf": "0.082500003278255462646484375", + "tb": "0.879499971866607666015625", + "tf": "0.879499971866607666015625" + } + }, + { + "w": "0.390", + "specular": { + "rb": "0.082999996840953826904296875", + "rf": "0.082999996840953826904296875", + "tb": "0.88859999179840087890625", + "tf": "0.88859999179840087890625" + } + }, + { + "w": "0.395", + "specular": { + "rb": "0.083400003612041473388671875", + "rf": "0.083400003612041473388671875", + "tb": "0.894299983978271484375", + "tf": "0.894299983978271484375" + } + }, + { + "w": "0.400", + "specular": { + "rb": "0.083400003612041473388671875", + "rf": "0.083400003612041473388671875", + "tb": "0.896899998188018798828125", + "tf": "0.896899998188018798828125" + } + }, + { + "w": "0.405", + "specular": { + "rb": "0.083200000226497650146484375", + "rf": "0.083200000226497650146484375", + "tb": "0.896650016307830810546875", + "tf": "0.896650016307830810546875" + } + }, + { + "w": "0.410", + "specular": { + "rb": "0.082999996840953826904296875", + "rf": "0.082999996840953826904296875", + "tb": "0.896399974822998046875", + "tf": "0.896399974822998046875" + } + }, + { + "w": "0.415", + "specular": { + "rb": "0.082750000059604644775390625", + "rf": "0.082750000059604644775390625", + "tb": "0.895399987697601318359375", + "tf": "0.895399987697601318359375" + } + }, + { + "w": "0.420", + "specular": { + "rb": "0.082500003278255462646484375", + "rf": "0.082500003278255462646484375", + "tb": "0.89440000057220458984375", + "tf": "0.89440000057220458984375" + } + }, + { + "w": "0.425", + "specular": { + "rb": "0.08235000073909759521484375", + "rf": "0.08235000073909759521484375", + "tb": "0.894299983978271484375", + "tf": "0.894299983978271484375" + } + }, + { + "w": "0.430", + "specular": { + "rb": "0.082199998199939727783203125", + "rf": "0.082199998199939727783203125", + "tb": "0.894200026988983154296875", + "tf": "0.894200026988983154296875" + } + }, + { + "w": "0.435", + "specular": { + "rb": "0.082099996507167816162109375", + "rf": "0.082099996507167816162109375", + "tb": "0.894649982452392578125", + "tf": "0.894649982452392578125" + } + }, + { + "w": "0.440", + "specular": { + "rb": "0.08200000226497650146484375", + "rf": "0.08200000226497650146484375", + "tb": "0.89509999752044677734375", + "tf": "0.89509999752044677734375" + } + }, + { + "w": "0.445", + "specular": { + "rb": "0.081950001418590545654296875", + "rf": "0.081950001418590545654296875", + "tb": "0.8962500095367431640625", + "tf": "0.8962500095367431640625" + } + }, + { + "w": "0.450", + "specular": { + "rb": "0.08190000057220458984375", + "rf": "0.08190000057220458984375", + "tb": "0.89740002155303955078125", + "tf": "0.89740002155303955078125" + } + }, + { + "w": "0.455", + "specular": { + "rb": "0.08190000057220458984375", + "rf": "0.08190000057220458984375", + "tb": "0.89880001544952392578125", + "tf": "0.89880001544952392578125" + } + }, + { + "w": "0.460", + "specular": { + "rb": "0.08190000057220458984375", + "rf": "0.08190000057220458984375", + "tb": "0.90020000934600830078125", + "tf": "0.90020000934600830078125" + } + }, + { + "w": "0.465", + "specular": { + "rb": "0.081849999725818634033203125", + "rf": "0.081849999725818634033203125", + "tb": "0.90090000629425048828125", + "tf": "0.90090000629425048828125" + } + }, + { + "w": "0.470", + "specular": { + "rb": "0.08179999887943267822265625", + "rf": "0.08179999887943267822265625", + "tb": "0.90160000324249267578125", + "tf": "0.90160000324249267578125" + } + }, + { + "w": "0.475", + "specular": { + "rb": "0.081749998033046722412109375", + "rf": "0.081749998033046722412109375", + "tb": "0.901899993419647216796875", + "tf": "0.901899993419647216796875" + } + }, + { + "w": "0.480", + "specular": { + "rb": "0.0816999971866607666015625", + "rf": "0.0816999971866607666015625", + "tb": "0.9021999835968017578125", + "tf": "0.9021999835968017578125" + } + }, + { + "w": "0.485", + "specular": { + "rb": "0.081649996340274810791015625", + "rf": "0.081649996340274810791015625", + "tb": "0.903299987316131591796875", + "tf": "0.903299987316131591796875" + } + }, + { + "w": "0.490", + "specular": { + "rb": "0.081600002944469451904296875", + "rf": "0.081600002944469451904296875", + "tb": "0.90439999103546142578125", + "tf": "0.90439999103546142578125" + } + }, + { + "w": "0.495", + "specular": { + "rb": "0.08155000209808349609375", + "rf": "0.08155000209808349609375", + "tb": "0.904799997806549072265625", + "tf": "0.904799997806549072265625" + } + }, + { + "w": "0.500", + "specular": { + "rb": "0.081500001251697540283203125", + "rf": "0.081500001251697540283203125", + "tb": "0.90520000457763671875", + "tf": "0.90520000457763671875" + } + }, + { + "w": "0.505", + "specular": { + "rb": "0.08145000040531158447265625", + "rf": "0.08145000040531158447265625", + "tb": "0.905700027942657470703125", + "tf": "0.905700027942657470703125" + } + }, + { + "w": "0.510", + "specular": { + "rb": "0.081399999558925628662109375", + "rf": "0.081399999558925628662109375", + "tb": "0.906199991703033447265625", + "tf": "0.906199991703033447265625" + } + }, + { + "w": "0.515", + "specular": { + "rb": "0.081299997866153717041015625", + "rf": "0.081299997866153717041015625", + "tb": "0.905849993228912353515625", + "tf": "0.905849993228912353515625" + } + }, + { + "w": "0.520", + "specular": { + "rb": "0.08120000362396240234375", + "rf": "0.08120000362396240234375", + "tb": "0.905499994754791259765625", + "tf": "0.905499994754791259765625" + } + }, + { + "w": "0.525", + "specular": { + "rb": "0.08110000193119049072265625", + "rf": "0.08110000193119049072265625", + "tb": "0.905399978160858154296875", + "tf": "0.905399978160858154296875" + } + }, + { + "w": "0.530", + "specular": { + "rb": "0.0810000002384185791015625", + "rf": "0.0810000002384185791015625", + "tb": "0.90530002117156982421875", + "tf": "0.90530002117156982421875" + } + }, + { + "w": "0.535", + "specular": { + "rb": "0.08089999854564666748046875", + "rf": "0.08089999854564666748046875", + "tb": "0.905149996280670166015625", + "tf": "0.905149996280670166015625" + } + }, + { + "w": "0.540", + "specular": { + "rb": "0.080799996852874755859375", + "rf": "0.080799996852874755859375", + "tb": "0.9049999713897705078125", + "tf": "0.9049999713897705078125" + } + }, + { + "w": "0.545", + "specular": { + "rb": "0.08075000345706939697265625", + "rf": "0.08075000345706939697265625", + "tb": "0.9049999713897705078125", + "tf": "0.9049999713897705078125" + } + }, + { + "w": "0.550", + "specular": { + "rb": "0.080700002610683441162109375", + "rf": "0.080700002610683441162109375", + "tb": "0.9049999713897705078125", + "tf": "0.9049999713897705078125" + } + }, + { + "w": "0.555", + "specular": { + "rb": "0.080600000917911529541015625", + "rf": "0.080600000917911529541015625", + "tb": "0.90460002422332763671875", + "tf": "0.90460002422332763671875" + } + }, + { + "w": "0.560", + "specular": { + "rb": "0.080499999225139617919921875", + "rf": "0.080499999225139617919921875", + "tb": "0.904200017452239990234375", + "tf": "0.904200017452239990234375" + } + }, + { + "w": "0.565", + "specular": { + "rb": "0.080399997532367706298828125", + "rf": "0.080399997532367706298828125", + "tb": "0.90369999408721923828125", + "tf": "0.90369999408721923828125" + } + }, + { + "w": "0.570", + "specular": { + "rb": "0.0803000032901763916015625", + "rf": "0.0803000032901763916015625", + "tb": "0.903199970722198486328125", + "tf": "0.903199970722198486328125" + } + }, + { + "w": "0.575", + "specular": { + "rb": "0.080150000751018524169921875", + "rf": "0.080150000751018524169921875", + "tb": "0.90240001678466796875", + "tf": "0.90240001678466796875" + } + }, + { + "w": "0.580", + "specular": { + "rb": "0.07999999821186065673828125", + "rf": "0.07999999821186065673828125", + "tb": "0.90160000324249267578125", + "tf": "0.90160000324249267578125" + } + }, + { + "w": "0.585", + "specular": { + "rb": "0.0798999965190887451171875", + "rf": "0.0798999965190887451171875", + "tb": "0.90100002288818359375", + "tf": "0.90100002288818359375" + } + }, + { + "w": "0.590", + "specular": { + "rb": "0.079800002276897430419921875", + "rf": "0.079800002276897430419921875", + "tb": "0.900399982929229736328125", + "tf": "0.900399982929229736328125" + } + }, + { + "w": "0.595", + "specular": { + "rb": "0.079700000584125518798828125", + "rf": "0.079700000584125518798828125", + "tb": "0.89964997768402099609375", + "tf": "0.89964997768402099609375" + } + }, + { + "w": "0.600", + "specular": { + "rb": "0.079599998891353607177734375", + "rf": "0.079599998891353607177734375", + "tb": "0.898899972438812255859375", + "tf": "0.898899972438812255859375" + } + }, + { + "w": "0.605", + "specular": { + "rb": "0.079499997198581695556640625", + "rf": "0.079499997198581695556640625", + "tb": "0.89824998378753662109375", + "tf": "0.89824998378753662109375" + } + }, + { + "w": "0.610", + "specular": { + "rb": "0.079400002956390380859375", + "rf": "0.079400002956390380859375", + "tb": "0.897599995136260986328125", + "tf": "0.897599995136260986328125" + } + }, + { + "w": "0.615", + "specular": { + "rb": "0.07930000126361846923828125", + "rf": "0.07930000126361846923828125", + "tb": "0.89684998989105224609375", + "tf": "0.89684998989105224609375" + } + }, + { + "w": "0.620", + "specular": { + "rb": "0.0791999995708465576171875", + "rf": "0.0791999995708465576171875", + "tb": "0.896099984645843505859375", + "tf": "0.896099984645843505859375" + } + }, + { + "w": "0.625", + "specular": { + "rb": "0.079049997031688690185546875", + "rf": "0.079049997031688690185546875", + "tb": "0.89509999752044677734375", + "tf": "0.89509999752044677734375" + } + }, + { + "w": "0.630", + "specular": { + "rb": "0.078900001943111419677734375", + "rf": "0.078900001943111419677734375", + "tb": "0.894100010395050048828125", + "tf": "0.894100010395050048828125" + } + }, + { + "w": "0.635", + "specular": { + "rb": "0.078800000250339508056640625", + "rf": "0.078800000250339508056640625", + "tb": "0.8934500217437744140625", + "tf": "0.8934500217437744140625" + } + }, + { + "w": "0.640", + "specular": { + "rb": "0.078699998557567596435546875", + "rf": "0.078699998557567596435546875", + "tb": "0.89279997348785400390625", + "tf": "0.89279997348785400390625" + } + }, + { + "w": "0.645", + "specular": { + "rb": "0.078599996864795684814453125", + "rf": "0.078599996864795684814453125", + "tb": "0.891900002956390380859375", + "tf": "0.891900002956390380859375" + } + }, + { + "w": "0.650", + "specular": { + "rb": "0.0785000026226043701171875", + "rf": "0.0785000026226043701171875", + "tb": "0.890999972820281982421875", + "tf": "0.890999972820281982421875" + } + }, + { + "w": "0.655", + "specular": { + "rb": "0.07840000092983245849609375", + "rf": "0.07840000092983245849609375", + "tb": "0.890450000762939453125", + "tf": "0.890450000762939453125" + } + }, + { + "w": "0.660", + "specular": { + "rb": "0.078299999237060546875", + "rf": "0.078299999237060546875", + "tb": "0.889900028705596923828125", + "tf": "0.889900028705596923828125" + } + }, + { + "w": "0.665", + "specular": { + "rb": "0.07819999754428863525390625", + "rf": "0.07819999754428863525390625", + "tb": "0.88915002346038818359375", + "tf": "0.88915002346038818359375" + } + }, + { + "w": "0.670", + "specular": { + "rb": "0.078100003302097320556640625", + "rf": "0.078100003302097320556640625", + "tb": "0.888400018215179443359375", + "tf": "0.888400018215179443359375" + } + }, + { + "w": "0.675", + "specular": { + "rb": "0.07805000245571136474609375", + "rf": "0.07805000245571136474609375", + "tb": "0.88775002956390380859375", + "tf": "0.88775002956390380859375" + } + }, + { + "w": "0.680", + "specular": { + "rb": "0.078000001609325408935546875", + "rf": "0.078000001609325408935546875", + "tb": "0.8870999813079833984375", + "tf": "0.8870999813079833984375" + } + }, + { + "w": "0.685", + "specular": { + "rb": "0.077899999916553497314453125", + "rf": "0.077899999916553497314453125", + "tb": "0.8863999843597412109375", + "tf": "0.8863999843597412109375" + } + }, + { + "w": "0.690", + "specular": { + "rb": "0.077799998223781585693359375", + "rf": "0.077799998223781585693359375", + "tb": "0.8856999874114990234375", + "tf": "0.8856999874114990234375" + } + }, + { + "w": "0.695", + "specular": { + "rb": "0.077699996531009674072265625", + "rf": "0.077699996531009674072265625", + "tb": "0.884800016880035400390625", + "tf": "0.884800016880035400390625" + } + }, + { + "w": "0.700", + "specular": { + "rb": "0.077600002288818359375", + "rf": "0.077600002288818359375", + "tb": "0.883899986743927001953125", + "tf": "0.883899986743927001953125" + } + }, + { + "w": "0.705", + "specular": { + "rb": "0.077449999749660491943359375", + "rf": "0.077449999749660491943359375", + "tb": "0.88279998302459716796875", + "tf": "0.88279998302459716796875" + } + }, + { + "w": "0.710", + "specular": { + "rb": "0.07729999721050262451171875", + "rf": "0.07729999721050262451171875", + "tb": "0.881699979305267333984375", + "tf": "0.881699979305267333984375" + } + }, + { + "w": "0.715", + "specular": { + "rb": "0.077200002968311309814453125", + "rf": "0.077200002968311309814453125", + "tb": "0.880850017070770263671875", + "tf": "0.880850017070770263671875" + } + }, + { + "w": "0.720", + "specular": { + "rb": "0.077100001275539398193359375", + "rf": "0.077100001275539398193359375", + "tb": "0.87999999523162841796875", + "tf": "0.87999999523162841796875" + } + }, + { + "w": "0.725", + "specular": { + "rb": "0.07694999873638153076171875", + "rf": "0.07694999873638153076171875", + "tb": "0.878650009632110595703125", + "tf": "0.878650009632110595703125" + } + }, + { + "w": "0.730", + "specular": { + "rb": "0.07680000364780426025390625", + "rf": "0.07680000364780426025390625", + "tb": "0.8773000240325927734375", + "tf": "0.8773000240325927734375" + } + }, + { + "w": "0.735", + "specular": { + "rb": "0.0767000019550323486328125", + "rf": "0.0767000019550323486328125", + "tb": "0.875999987125396728515625", + "tf": "0.875999987125396728515625" + } + }, + { + "w": "0.740", + "specular": { + "rb": "0.07660000026226043701171875", + "rf": "0.07660000026226043701171875", + "tb": "0.874700009822845458984375", + "tf": "0.874700009822845458984375" + } + }, + { + "w": "0.745", + "specular": { + "rb": "0.076449997723102569580078125", + "rf": "0.076449997723102569580078125", + "tb": "0.87384998798370361328125", + "tf": "0.87384998798370361328125" + } + }, + { + "w": "0.750", + "specular": { + "rb": "0.076300002634525299072265625", + "rf": "0.076300002634525299072265625", + "tb": "0.87300002574920654296875", + "tf": "0.87300002574920654296875" + } + }, + { + "w": "0.755", + "specular": { + "rb": "0.076200000941753387451171875", + "rf": "0.076200000941753387451171875", + "tb": "0.872150003910064697265625", + "tf": "0.872150003910064697265625" + } + }, + { + "w": "0.760", + "specular": { + "rb": "0.076099999248981475830078125", + "rf": "0.076099999248981475830078125", + "tb": "0.8712999820709228515625", + "tf": "0.8712999820709228515625" + } + }, + { + "w": "0.765", + "specular": { + "rb": "0.0759499967098236083984375", + "rf": "0.0759499967098236083984375", + "tb": "0.86965000629425048828125", + "tf": "0.86965000629425048828125" + } + }, + { + "w": "0.770", + "specular": { + "rb": "0.075800001621246337890625", + "rf": "0.075800001621246337890625", + "tb": "0.867999970912933349609375", + "tf": "0.867999970912933349609375" + } + }, + { + "w": "0.775", + "specular": { + "rb": "0.07569999992847442626953125", + "rf": "0.07569999992847442626953125", + "tb": "0.867299973964691162109375", + "tf": "0.867299973964691162109375" + } + }, + { + "w": "0.780", + "specular": { + "rb": "0.0755999982357025146484375", + "rf": "0.0755999982357025146484375", + "tb": "0.866599977016448974609375", + "tf": "0.866599977016448974609375" + } + }, + { + "w": "0.785", + "specular": { + "rb": "0.075450003147125244140625", + "rf": "0.075450003147125244140625", + "tb": "0.86510002613067626953125", + "tf": "0.86510002613067626953125" + } + }, + { + "w": "0.790", + "specular": { + "rb": "0.075300000607967376708984375", + "rf": "0.075300000607967376708984375", + "tb": "0.8636000156402587890625", + "tf": "0.8636000156402587890625" + } + }, + { + "w": "0.795", + "specular": { + "rb": "0.075199998915195465087890625", + "rf": "0.075199998915195465087890625", + "tb": "0.862699985504150390625", + "tf": "0.862699985504150390625" + } + }, + { + "w": "0.800", + "specular": { + "rb": "0.075099997222423553466796875", + "rf": "0.075099997222423553466796875", + "tb": "0.861800014972686767578125", + "tf": "0.861800014972686767578125" + } + }, + { + "w": "0.805", + "specular": { + "rb": "0.07500000298023223876953125", + "rf": "0.07500000298023223876953125", + "tb": "0.8611500263214111328125", + "tf": "0.8611500263214111328125" + } + }, + { + "w": "0.810", + "specular": { + "rb": "0.0749000012874603271484375", + "rf": "0.0749000012874603271484375", + "tb": "0.86049997806549072265625", + "tf": "0.86049997806549072265625" + } + }, + { + "w": "0.815", + "specular": { + "rb": "0.074850000441074371337890625", + "rf": "0.074850000441074371337890625", + "tb": "0.859849989414215087890625", + "tf": "0.859849989414215087890625" + } + }, + { + "w": "0.820", + "specular": { + "rb": "0.07479999959468841552734375", + "rf": "0.07479999959468841552734375", + "tb": "0.859200000762939453125", + "tf": "0.859200000762939453125" + } + }, + { + "w": "0.825", + "specular": { + "rb": "0.07469999790191650390625", + "rf": "0.07469999790191650390625", + "tb": "0.858449995517730712890625", + "tf": "0.858449995517730712890625" + } + }, + { + "w": "0.830", + "specular": { + "rb": "0.074600003659725189208984375", + "rf": "0.074600003659725189208984375", + "tb": "0.85769999027252197265625", + "tf": "0.85769999027252197265625" + } + }, + { + "w": "0.835", + "specular": { + "rb": "0.074500001966953277587890625", + "rf": "0.074500001966953277587890625", + "tb": "0.85664999485015869140625", + "tf": "0.85664999485015869140625" + } + }, + { + "w": "0.840", + "specular": { + "rb": "0.074400000274181365966796875", + "rf": "0.074400000274181365966796875", + "tb": "0.85559999942779541015625", + "tf": "0.85559999942779541015625" + } + }, + { + "w": "0.845", + "specular": { + "rb": "0.074299998581409454345703125", + "rf": "0.074299998581409454345703125", + "tb": "0.854300022125244140625", + "tf": "0.854300022125244140625" + } + }, + { + "w": "0.850", + "specular": { + "rb": "0.074199996888637542724609375", + "rf": "0.074199996888637542724609375", + "tb": "0.852999985218048095703125", + "tf": "0.852999985218048095703125" + } + }, + { + "w": "0.855", + "specular": { + "rb": "0.07410000264644622802734375", + "rf": "0.07410000264644622802734375", + "tb": "0.852150022983551025390625", + "tf": "0.852150022983551025390625" + } + }, + { + "w": "0.860", + "specular": { + "rb": "0.07400000095367431640625", + "rf": "0.07400000095367431640625", + "tb": "0.8513000011444091796875", + "tf": "0.8513000011444091796875" + } + }, + { + "w": "0.865", + "specular": { + "rb": "0.073950000107288360595703125", + "rf": "0.073950000107288360595703125", + "tb": "0.85049998760223388671875", + "tf": "0.85049998760223388671875" + } + }, + { + "w": "0.870", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.84969997406005859375", + "tf": "0.84969997406005859375" + } + }, + { + "w": "0.875", + "specular": { + "rb": "0.0737999975681304931640625", + "rf": "0.0737999975681304931640625", + "tb": "0.848900020122528076171875", + "tf": "0.848900020122528076171875" + } + }, + { + "w": "0.880", + "specular": { + "rb": "0.073700003325939178466796875", + "rf": "0.073700003325939178466796875", + "tb": "0.848100006580352783203125", + "tf": "0.848100006580352783203125" + } + }, + { + "w": "0.885", + "specular": { + "rb": "0.07365000247955322265625", + "rf": "0.07365000247955322265625", + "tb": "0.84735000133514404296875", + "tf": "0.84735000133514404296875" + } + }, + { + "w": "0.890", + "specular": { + "rb": "0.073600001633167266845703125", + "rf": "0.073600001633167266845703125", + "tb": "0.846599996089935302734375", + "tf": "0.846599996089935302734375" + } + }, + { + "w": "0.895", + "specular": { + "rb": "0.073499999940395355224609375", + "rf": "0.073499999940395355224609375", + "tb": "0.845899999141693115234375", + "tf": "0.845899999141693115234375" + } + }, + { + "w": "0.900", + "specular": { + "rb": "0.073399998247623443603515625", + "rf": "0.073399998247623443603515625", + "tb": "0.845200002193450927734375", + "tf": "0.845200002193450927734375" + } + }, + { + "w": "0.905", + "specular": { + "rb": "0.07334999740123748779296875", + "rf": "0.07334999740123748779296875", + "tb": "0.844600021839141845703125", + "tf": "0.844600021839141845703125" + } + }, + { + "w": "0.910", + "specular": { + "rb": "0.073299996554851531982421875", + "rf": "0.073299996554851531982421875", + "tb": "0.84399998188018798828125", + "tf": "0.84399998188018798828125" + } + }, + { + "w": "0.915", + "specular": { + "rb": "0.07320000231266021728515625", + "rf": "0.07320000231266021728515625", + "tb": "0.84350001811981201171875", + "tf": "0.84350001811981201171875" + } + }, + { + "w": "0.920", + "specular": { + "rb": "0.0731000006198883056640625", + "rf": "0.0731000006198883056640625", + "tb": "0.842999994754791259765625", + "tf": "0.842999994754791259765625" + } + }, + { + "w": "0.925", + "specular": { + "rb": "0.073049999773502349853515625", + "rf": "0.073049999773502349853515625", + "tb": "0.84259998798370361328125", + "tf": "0.84259998798370361328125" + } + }, + { + "w": "0.930", + "specular": { + "rb": "0.07299999892711639404296875", + "rf": "0.07299999892711639404296875", + "tb": "0.842199981212615966796875", + "tf": "0.842199981212615966796875" + } + }, + { + "w": "0.935", + "specular": { + "rb": "0.072949998080730438232421875", + "rf": "0.072949998080730438232421875", + "tb": "0.841849982738494873046875", + "tf": "0.841849982738494873046875" + } + }, + { + "w": "0.940", + "specular": { + "rb": "0.072899997234344482421875", + "rf": "0.072899997234344482421875", + "tb": "0.841499984264373779296875", + "tf": "0.841499984264373779296875" + } + }, + { + "w": "0.945", + "specular": { + "rb": "0.072849996387958526611328125", + "rf": "0.072849996387958526611328125", + "tb": "0.84119999408721923828125", + "tf": "0.84119999408721923828125" + } + }, + { + "w": "0.950", + "specular": { + "rb": "0.072800002992153167724609375", + "rf": "0.072800002992153167724609375", + "tb": "0.840900003910064697265625", + "tf": "0.840900003910064697265625" + } + }, + { + "w": "0.955", + "specular": { + "rb": "0.0727500021457672119140625", + "rf": "0.0727500021457672119140625", + "tb": "0.84060001373291015625", + "tf": "0.84060001373291015625" + } + }, + { + "w": "0.960", + "specular": { + "rb": "0.072700001299381256103515625", + "rf": "0.072700001299381256103515625", + "tb": "0.840300023555755615234375", + "tf": "0.840300023555755615234375" + } + }, + { + "w": "0.965", + "specular": { + "rb": "0.072700001299381256103515625", + "rf": "0.072700001299381256103515625", + "tb": "0.840099990367889404296875", + "tf": "0.840099990367889404296875" + } + }, + { + "w": "0.970", + "specular": { + "rb": "0.072700001299381256103515625", + "rf": "0.072700001299381256103515625", + "tb": "0.83990001678466796875", + "tf": "0.83990001678466796875" + } + }, + { + "w": "0.975", + "specular": { + "rb": "0.07265000045299530029296875", + "rf": "0.07265000045299530029296875", + "tb": "0.8396999835968017578125", + "tf": "0.8396999835968017578125" + } + }, + { + "w": "0.980", + "specular": { + "rb": "0.072599999606609344482421875", + "rf": "0.072599999606609344482421875", + "tb": "0.839500010013580322265625", + "tf": "0.839500010013580322265625" + } + }, + { + "w": "0.985", + "specular": { + "rb": "0.072549998760223388671875", + "rf": "0.072549998760223388671875", + "tb": "0.839299976825714111328125", + "tf": "0.839299976825714111328125" + } + }, + { + "w": "0.990", + "specular": { + "rb": "0.072499997913837432861328125", + "rf": "0.072499997913837432861328125", + "tb": "0.83910000324249267578125", + "tf": "0.83910000324249267578125" + } + }, + { + "w": "0.995", + "specular": { + "rb": "0.072499997913837432861328125", + "rf": "0.072499997913837432861328125", + "tb": "0.838949978351593017578125", + "tf": "0.838949978351593017578125" + } + }, + { + "w": "1.000", + "specular": { + "rb": "0.072499997913837432861328125", + "rf": "0.072499997913837432861328125", + "tb": "0.838800013065338134765625", + "tf": "0.838800013065338134765625" + } + }, + { + "w": "1.005", + "specular": { + "rb": "0.072470001876354217529296875", + "rf": "0.072470001876354217529296875", + "tb": "0.8386600017547607421875", + "tf": "0.8386600017547607421875" + } + }, + { + "w": "1.010", + "specular": { + "rb": "0.0724399983882904052734375", + "rf": "0.0724399983882904052734375", + "tb": "0.838519990444183349609375", + "tf": "0.838519990444183349609375" + } + }, + { + "w": "1.015", + "specular": { + "rb": "0.07241000235080718994140625", + "rf": "0.07241000235080718994140625", + "tb": "0.83837997913360595703125", + "tf": "0.83837997913360595703125" + } + }, + { + "w": "1.020", + "specular": { + "rb": "0.072379998862743377685546875", + "rf": "0.072379998862743377685546875", + "tb": "0.83824002742767333984375", + "tf": "0.83824002742767333984375" + } + }, + { + "w": "1.025", + "specular": { + "rb": "0.072350002825260162353515625", + "rf": "0.072350002825260162353515625", + "tb": "0.838100016117095947265625", + "tf": "0.838100016117095947265625" + } + }, + { + "w": "1.030", + "specular": { + "rb": "0.07231999933719635009765625", + "rf": "0.07231999933719635009765625", + "tb": "0.8379600048065185546875", + "tf": "0.8379600048065185546875" + } + }, + { + "w": "1.035", + "specular": { + "rb": "0.072290003299713134765625", + "rf": "0.072290003299713134765625", + "tb": "0.837819993495941162109375", + "tf": "0.837819993495941162109375" + } + }, + { + "w": "1.040", + "specular": { + "rb": "0.072259999811649322509765625", + "rf": "0.072259999811649322509765625", + "tb": "0.83767998218536376953125", + "tf": "0.83767998218536376953125" + } + }, + { + "w": "1.045", + "specular": { + "rb": "0.07222999632358551025390625", + "rf": "0.07222999632358551025390625", + "tb": "0.837539970874786376953125", + "tf": "0.837539970874786376953125" + } + }, + { + "w": "1.050", + "specular": { + "rb": "0.072200000286102294921875", + "rf": "0.072200000286102294921875", + "tb": "0.837400019168853759765625", + "tf": "0.837400019168853759765625" + } + }, + { + "w": "1.055", + "specular": { + "rb": "0.07219000160694122314453125", + "rf": "0.07219000160694122314453125", + "tb": "0.83743000030517578125", + "tf": "0.83743000030517578125" + } + }, + { + "w": "1.060", + "specular": { + "rb": "0.0721800029277801513671875", + "rf": "0.0721800029277801513671875", + "tb": "0.837459981441497802734375", + "tf": "0.837459981441497802734375" + } + }, + { + "w": "1.065", + "specular": { + "rb": "0.072169996798038482666015625", + "rf": "0.072169996798038482666015625", + "tb": "0.837490022182464599609375", + "tf": "0.837490022182464599609375" + } + }, + { + "w": "1.070", + "specular": { + "rb": "0.072159998118877410888671875", + "rf": "0.072159998118877410888671875", + "tb": "0.83752000331878662109375", + "tf": "0.83752000331878662109375" + } + }, + { + "w": "1.075", + "specular": { + "rb": "0.072149999439716339111328125", + "rf": "0.072149999439716339111328125", + "tb": "0.837549984455108642578125", + "tf": "0.837549984455108642578125" + } + }, + { + "w": "1.080", + "specular": { + "rb": "0.072140000760555267333984375", + "rf": "0.072140000760555267333984375", + "tb": "0.837580025196075439453125", + "tf": "0.837580025196075439453125" + } + }, + { + "w": "1.085", + "specular": { + "rb": "0.072130002081394195556640625", + "rf": "0.072130002081394195556640625", + "tb": "0.8376100063323974609375", + "tf": "0.8376100063323974609375" + } + }, + { + "w": "1.090", + "specular": { + "rb": "0.072120003402233123779296875", + "rf": "0.072120003402233123779296875", + "tb": "0.837639987468719482421875", + "tf": "0.837639987468719482421875" + } + }, + { + "w": "1.095", + "specular": { + "rb": "0.072109997272491455078125", + "rf": "0.072109997272491455078125", + "tb": "0.837670028209686279296875", + "tf": "0.837670028209686279296875" + } + }, + { + "w": "1.100", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83770000934600830078125", + "tf": "0.83770000934600830078125" + } + }, + { + "w": "1.105", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.837790012359619140625", + "tf": "0.837790012359619140625" + } + }, + { + "w": "1.110", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83788001537322998046875", + "tf": "0.83788001537322998046875" + } + }, + { + "w": "1.115", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.8379700183868408203125", + "tf": "0.8379700183868408203125" + } + }, + { + "w": "1.120", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83806002140045166015625", + "tf": "0.83806002140045166015625" + } + }, + { + "w": "1.125", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.8381500244140625", + "tf": "0.8381500244140625" + } + }, + { + "w": "1.130", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83824002742767333984375", + "tf": "0.83824002742767333984375" + } + }, + { + "w": "1.135", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.838329970836639404296875", + "tf": "0.838329970836639404296875" + } + }, + { + "w": "1.140", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.838419973850250244140625", + "tf": "0.838419973850250244140625" + } + }, + { + "w": "1.145", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.838509976863861083984375", + "tf": "0.838509976863861083984375" + } + }, + { + "w": "1.150", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.838599979877471923828125", + "tf": "0.838599979877471923828125" + } + }, + { + "w": "1.155", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.838769972324371337890625", + "tf": "0.838769972324371337890625" + } + }, + { + "w": "1.160", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83894002437591552734375", + "tf": "0.83894002437591552734375" + } + }, + { + "w": "1.165", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83911001682281494140625", + "tf": "0.83911001682281494140625" + } + }, + { + "w": "1.170", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83928000926971435546875", + "tf": "0.83928000926971435546875" + } + }, + { + "w": "1.175", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83945000171661376953125", + "tf": "0.83945000171661376953125" + } + }, + { + "w": "1.180", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83961999416351318359375", + "tf": "0.83961999416351318359375" + } + }, + { + "w": "1.185", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83978998661041259765625", + "tf": "0.83978998661041259765625" + } + }, + { + "w": "1.190", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.83995997905731201171875", + "tf": "0.83995997905731201171875" + } + }, + { + "w": "1.195", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.84012997150421142578125", + "tf": "0.84012997150421142578125" + } + }, + { + "w": "1.200", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.840300023555755615234375", + "tf": "0.840300023555755615234375" + } + }, + { + "w": "1.205", + "specular": { + "rb": "0.072120003402233123779296875", + "rf": "0.072120003402233123779296875", + "tb": "0.840650022029876708984375", + "tf": "0.840650022029876708984375" + } + }, + { + "w": "1.210", + "specular": { + "rb": "0.072140000760555267333984375", + "rf": "0.072140000760555267333984375", + "tb": "0.841000020503997802734375", + "tf": "0.841000020503997802734375" + } + }, + { + "w": "1.215", + "specular": { + "rb": "0.072159998118877410888671875", + "rf": "0.072159998118877410888671875", + "tb": "0.841350018978118896484375", + "tf": "0.841350018978118896484375" + } + }, + { + "w": "1.220", + "specular": { + "rb": "0.0721800029277801513671875", + "rf": "0.0721800029277801513671875", + "tb": "0.841700017452239990234375", + "tf": "0.841700017452239990234375" + } + }, + { + "w": "1.225", + "specular": { + "rb": "0.072200000286102294921875", + "rf": "0.072200000286102294921875", + "tb": "0.842050015926361083984375", + "tf": "0.842050015926361083984375" + } + }, + { + "w": "1.230", + "specular": { + "rb": "0.0722199976444244384765625", + "rf": "0.0722199976444244384765625", + "tb": "0.842400014400482177734375", + "tf": "0.842400014400482177734375" + } + }, + { + "w": "1.235", + "specular": { + "rb": "0.072240002453327178955078125", + "rf": "0.072240002453327178955078125", + "tb": "0.842750012874603271484375", + "tf": "0.842750012874603271484375" + } + }, + { + "w": "1.240", + "specular": { + "rb": "0.072259999811649322509765625", + "rf": "0.072259999811649322509765625", + "tb": "0.843100011348724365234375", + "tf": "0.843100011348724365234375" + } + }, + { + "w": "1.245", + "specular": { + "rb": "0.072279997169971466064453125", + "rf": "0.072279997169971466064453125", + "tb": "0.843450009822845458984375", + "tf": "0.843450009822845458984375" + } + }, + { + "w": "1.250", + "specular": { + "rb": "0.07230000197887420654296875", + "rf": "0.07230000197887420654296875", + "tb": "0.843800008296966552734375", + "tf": "0.843800008296966552734375" + } + }, + { + "w": "1.255", + "specular": { + "rb": "0.0723100006580352783203125", + "rf": "0.0723100006580352783203125", + "tb": "0.84419000148773193359375", + "tf": "0.84419000148773193359375" + } + }, + { + "w": "1.260", + "specular": { + "rb": "0.07231999933719635009765625", + "rf": "0.07231999933719635009765625", + "tb": "0.844579994678497314453125", + "tf": "0.844579994678497314453125" + } + }, + { + "w": "1.265", + "specular": { + "rb": "0.072329998016357421875", + "rf": "0.072329998016357421875", + "tb": "0.8449699878692626953125", + "tf": "0.8449699878692626953125" + } + }, + { + "w": "1.270", + "specular": { + "rb": "0.07233999669551849365234375", + "rf": "0.07233999669551849365234375", + "tb": "0.845359981060028076171875", + "tf": "0.845359981060028076171875" + } + }, + { + "w": "1.275", + "specular": { + "rb": "0.072350002825260162353515625", + "rf": "0.072350002825260162353515625", + "tb": "0.84574997425079345703125", + "tf": "0.84574997425079345703125" + } + }, + { + "w": "1.280", + "specular": { + "rb": "0.072360001504421234130859375", + "rf": "0.072360001504421234130859375", + "tb": "0.84614002704620361328125", + "tf": "0.84614002704620361328125" + } + }, + { + "w": "1.285", + "specular": { + "rb": "0.072370000183582305908203125", + "rf": "0.072370000183582305908203125", + "tb": "0.846530020236968994140625", + "tf": "0.846530020236968994140625" + } + }, + { + "w": "1.290", + "specular": { + "rb": "0.072379998862743377685546875", + "rf": "0.072379998862743377685546875", + "tb": "0.846920013427734375", + "tf": "0.846920013427734375" + } + }, + { + "w": "1.295", + "specular": { + "rb": "0.072389997541904449462890625", + "rf": "0.072389997541904449462890625", + "tb": "0.847310006618499755859375", + "tf": "0.847310006618499755859375" + } + }, + { + "w": "1.300", + "specular": { + "rb": "0.0724000036716461181640625", + "rf": "0.0724000036716461181640625", + "tb": "0.84769999980926513671875", + "tf": "0.84769999980926513671875" + } + }, + { + "w": "1.305", + "specular": { + "rb": "0.07242999970912933349609375", + "rf": "0.07242999970912933349609375", + "tb": "0.848190009593963623046875", + "tf": "0.848190009593963623046875" + } + }, + { + "w": "1.310", + "specular": { + "rb": "0.072460003197193145751953125", + "rf": "0.072460003197193145751953125", + "tb": "0.848680019378662109375", + "tf": "0.848680019378662109375" + } + }, + { + "w": "1.315", + "specular": { + "rb": "0.072489999234676361083984375", + "rf": "0.072489999234676361083984375", + "tb": "0.849170029163360595703125", + "tf": "0.849170029163360595703125" + } + }, + { + "w": "1.320", + "specular": { + "rb": "0.07252000272274017333984375", + "rf": "0.07252000272274017333984375", + "tb": "0.849659979343414306640625", + "tf": "0.849659979343414306640625" + } + }, + { + "w": "1.325", + "specular": { + "rb": "0.072549998760223388671875", + "rf": "0.072549998760223388671875", + "tb": "0.85014998912811279296875", + "tf": "0.85014998912811279296875" + } + }, + { + "w": "1.330", + "specular": { + "rb": "0.072580002248287200927734375", + "rf": "0.072580002248287200927734375", + "tb": "0.850639998912811279296875", + "tf": "0.850639998912811279296875" + } + }, + { + "w": "1.335", + "specular": { + "rb": "0.072609998285770416259765625", + "rf": "0.072609998285770416259765625", + "tb": "0.851130008697509765625", + "tf": "0.851130008697509765625" + } + }, + { + "w": "1.340", + "specular": { + "rb": "0.072640001773834228515625", + "rf": "0.072640001773834228515625", + "tb": "0.851620018482208251953125", + "tf": "0.851620018482208251953125" + } + }, + { + "w": "1.345", + "specular": { + "rb": "0.07266999781131744384765625", + "rf": "0.07266999781131744384765625", + "tb": "0.85211002826690673828125", + "tf": "0.85211002826690673828125" + } + }, + { + "w": "1.350", + "specular": { + "rb": "0.072700001299381256103515625", + "rf": "0.072700001299381256103515625", + "tb": "0.85259997844696044921875", + "tf": "0.85259997844696044921875" + } + }, + { + "w": "1.355", + "specular": { + "rb": "0.072709999978542327880859375", + "rf": "0.072709999978542327880859375", + "tb": "0.852859973907470703125", + "tf": "0.852859973907470703125" + } + }, + { + "w": "1.360", + "specular": { + "rb": "0.072719998657703399658203125", + "rf": "0.072719998657703399658203125", + "tb": "0.853120028972625732421875", + "tf": "0.853120028972625732421875" + } + }, + { + "w": "1.365", + "specular": { + "rb": "0.072729997336864471435546875", + "rf": "0.072729997336864471435546875", + "tb": "0.853380024433135986328125", + "tf": "0.853380024433135986328125" + } + }, + { + "w": "1.370", + "specular": { + "rb": "0.07274000346660614013671875", + "rf": "0.07274000346660614013671875", + "tb": "0.853640019893646240234375", + "tf": "0.853640019893646240234375" + } + }, + { + "w": "1.375", + "specular": { + "rb": "0.0727500021457672119140625", + "rf": "0.0727500021457672119140625", + "tb": "0.853900015354156494140625", + "tf": "0.853900015354156494140625" + } + }, + { + "w": "1.380", + "specular": { + "rb": "0.07276000082492828369140625", + "rf": "0.07276000082492828369140625", + "tb": "0.854160010814666748046875", + "tf": "0.854160010814666748046875" + } + }, + { + "w": "1.385", + "specular": { + "rb": "0.07276999950408935546875", + "rf": "0.07276999950408935546875", + "tb": "0.854420006275177001953125", + "tf": "0.854420006275177001953125" + } + }, + { + "w": "1.390", + "specular": { + "rb": "0.07277999818325042724609375", + "rf": "0.07277999818325042724609375", + "tb": "0.854680001735687255859375", + "tf": "0.854680001735687255859375" + } + }, + { + "w": "1.395", + "specular": { + "rb": "0.0727899968624114990234375", + "rf": "0.0727899968624114990234375", + "tb": "0.854939997196197509765625", + "tf": "0.854939997196197509765625" + } + }, + { + "w": "1.400", + "specular": { + "rb": "0.072800002992153167724609375", + "rf": "0.072800002992153167724609375", + "tb": "0.855199992656707763671875", + "tf": "0.855199992656707763671875" + } + }, + { + "w": "1.405", + "specular": { + "rb": "0.072839997708797454833984375", + "rf": "0.072839997708797454833984375", + "tb": "0.855979979038238525390625", + "tf": "0.855979979038238525390625" + } + }, + { + "w": "1.410", + "specular": { + "rb": "0.0728799998760223388671875", + "rf": "0.0728799998760223388671875", + "tb": "0.8567600250244140625", + "tf": "0.8567600250244140625" + } + }, + { + "w": "1.415", + "specular": { + "rb": "0.072920002043247222900390625", + "rf": "0.072920002043247222900390625", + "tb": "0.85754001140594482421875", + "tf": "0.85754001140594482421875" + } + }, + { + "w": "1.420", + "specular": { + "rb": "0.072959996759891510009765625", + "rf": "0.072959996759891510009765625", + "tb": "0.8583199977874755859375", + "tf": "0.8583199977874755859375" + } + }, + { + "w": "1.425", + "specular": { + "rb": "0.07299999892711639404296875", + "rf": "0.07299999892711639404296875", + "tb": "0.85909998416900634765625", + "tf": "0.85909998416900634765625" + } + }, + { + "w": "1.430", + "specular": { + "rb": "0.073040001094341278076171875", + "rf": "0.073040001094341278076171875", + "tb": "0.859879970550537109375", + "tf": "0.859879970550537109375" + } + }, + { + "w": "1.435", + "specular": { + "rb": "0.073080003261566162109375", + "rf": "0.073080003261566162109375", + "tb": "0.860660016536712646484375", + "tf": "0.860660016536712646484375" + } + }, + { + "w": "1.440", + "specular": { + "rb": "0.07311999797821044921875", + "rf": "0.07311999797821044921875", + "tb": "0.861440002918243408203125", + "tf": "0.861440002918243408203125" + } + }, + { + "w": "1.445", + "specular": { + "rb": "0.073160000145435333251953125", + "rf": "0.073160000145435333251953125", + "tb": "0.862219989299774169921875", + "tf": "0.862219989299774169921875" + } + }, + { + "w": "1.450", + "specular": { + "rb": "0.07320000231266021728515625", + "rf": "0.07320000231266021728515625", + "tb": "0.862999975681304931640625", + "tf": "0.862999975681304931640625" + } + }, + { + "w": "1.455", + "specular": { + "rb": "0.07323999702930450439453125", + "rf": "0.07323999702930450439453125", + "tb": "0.8635799884796142578125", + "tf": "0.8635799884796142578125" + } + }, + { + "w": "1.460", + "specular": { + "rb": "0.073279999196529388427734375", + "rf": "0.073279999196529388427734375", + "tb": "0.864160001277923583984375", + "tf": "0.864160001277923583984375" + } + }, + { + "w": "1.465", + "specular": { + "rb": "0.0733200013637542724609375", + "rf": "0.0733200013637542724609375", + "tb": "0.86474001407623291015625", + "tf": "0.86474001407623291015625" + } + }, + { + "w": "1.470", + "specular": { + "rb": "0.073360003530979156494140625", + "rf": "0.073360003530979156494140625", + "tb": "0.865320026874542236328125", + "tf": "0.865320026874542236328125" + } + }, + { + "w": "1.475", + "specular": { + "rb": "0.073399998247623443603515625", + "rf": "0.073399998247623443603515625", + "tb": "0.865899980068206787109375", + "tf": "0.865899980068206787109375" + } + }, + { + "w": "1.480", + "specular": { + "rb": "0.07344000041484832763671875", + "rf": "0.07344000041484832763671875", + "tb": "0.86647999286651611328125", + "tf": "0.86647999286651611328125" + } + }, + { + "w": "1.485", + "specular": { + "rb": "0.073480002582073211669921875", + "rf": "0.073480002582073211669921875", + "tb": "0.867060005664825439453125", + "tf": "0.867060005664825439453125" + } + }, + { + "w": "1.490", + "specular": { + "rb": "0.073519997298717498779296875", + "rf": "0.073519997298717498779296875", + "tb": "0.867640018463134765625", + "tf": "0.867640018463134765625" + } + }, + { + "w": "1.495", + "specular": { + "rb": "0.0735599994659423828125", + "rf": "0.0735599994659423828125", + "tb": "0.86821997165679931640625", + "tf": "0.86821997165679931640625" + } + }, + { + "w": "1.500", + "specular": { + "rb": "0.073600001633167266845703125", + "rf": "0.073600001633167266845703125", + "tb": "0.868799984455108642578125", + "tf": "0.868799984455108642578125" + } + }, + { + "w": "1.505", + "specular": { + "rb": "0.073619998991489410400390625", + "rf": "0.073619998991489410400390625", + "tb": "0.869319975376129150390625", + "tf": "0.869319975376129150390625" + } + }, + { + "w": "1.510", + "specular": { + "rb": "0.073639996349811553955078125", + "rf": "0.073639996349811553955078125", + "tb": "0.86984002590179443359375", + "tf": "0.86984002590179443359375" + } + }, + { + "w": "1.515", + "specular": { + "rb": "0.07366000115871429443359375", + "rf": "0.07366000115871429443359375", + "tb": "0.87036001682281494140625", + "tf": "0.87036001682281494140625" + } + }, + { + "w": "1.520", + "specular": { + "rb": "0.07367999851703643798828125", + "rf": "0.07367999851703643798828125", + "tb": "0.87088000774383544921875", + "tf": "0.87088000774383544921875" + } + }, + { + "w": "1.525", + "specular": { + "rb": "0.073700003325939178466796875", + "rf": "0.073700003325939178466796875", + "tb": "0.87139999866485595703125", + "tf": "0.87139999866485595703125" + } + }, + { + "w": "1.530", + "specular": { + "rb": "0.073720000684261322021484375", + "rf": "0.073720000684261322021484375", + "tb": "0.87191998958587646484375", + "tf": "0.87191998958587646484375" + } + }, + { + "w": "1.535", + "specular": { + "rb": "0.073739998042583465576171875", + "rf": "0.073739998042583465576171875", + "tb": "0.87243998050689697265625", + "tf": "0.87243998050689697265625" + } + }, + { + "w": "1.540", + "specular": { + "rb": "0.0737600028514862060546875", + "rf": "0.0737600028514862060546875", + "tb": "0.87295997142791748046875", + "tf": "0.87295997142791748046875" + } + }, + { + "w": "1.545", + "specular": { + "rb": "0.073780000209808349609375", + "rf": "0.073780000209808349609375", + "tb": "0.873480021953582763671875", + "tf": "0.873480021953582763671875" + } + }, + { + "w": "1.550", + "specular": { + "rb": "0.0737999975681304931640625", + "rf": "0.0737999975681304931640625", + "tb": "0.874000012874603271484375", + "tf": "0.874000012874603271484375" + } + }, + { + "w": "1.555", + "specular": { + "rb": "0.073810003697872161865234375", + "rf": "0.073810003697872161865234375", + "tb": "0.874270021915435791015625", + "tf": "0.874270021915435791015625" + } + }, + { + "w": "1.560", + "specular": { + "rb": "0.073820002377033233642578125", + "rf": "0.073820002377033233642578125", + "tb": "0.87453997135162353515625", + "tf": "0.87453997135162353515625" + } + }, + { + "w": "1.565", + "specular": { + "rb": "0.073830001056194305419921875", + "rf": "0.073830001056194305419921875", + "tb": "0.8748099803924560546875", + "tf": "0.8748099803924560546875" + } + }, + { + "w": "1.570", + "specular": { + "rb": "0.073839999735355377197265625", + "rf": "0.073839999735355377197265625", + "tb": "0.87507998943328857421875", + "tf": "0.87507998943328857421875" + } + }, + { + "w": "1.575", + "specular": { + "rb": "0.073849998414516448974609375", + "rf": "0.073849998414516448974609375", + "tb": "0.87534999847412109375", + "tf": "0.87534999847412109375" + } + }, + { + "w": "1.580", + "specular": { + "rb": "0.073859997093677520751953125", + "rf": "0.073859997093677520751953125", + "tb": "0.87562000751495361328125", + "tf": "0.87562000751495361328125" + } + }, + { + "w": "1.585", + "specular": { + "rb": "0.073870003223419189453125", + "rf": "0.073870003223419189453125", + "tb": "0.8758900165557861328125", + "tf": "0.8758900165557861328125" + } + }, + { + "w": "1.590", + "specular": { + "rb": "0.07388000190258026123046875", + "rf": "0.07388000190258026123046875", + "tb": "0.87616002559661865234375", + "tf": "0.87616002559661865234375" + } + }, + { + "w": "1.595", + "specular": { + "rb": "0.0738900005817413330078125", + "rf": "0.0738900005817413330078125", + "tb": "0.876429975032806396484375", + "tf": "0.876429975032806396484375" + } + }, + { + "w": "1.600", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.876699984073638916015625", + "tf": "0.876699984073638916015625" + } + }, + { + "w": "1.605", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.87686002254486083984375", + "tf": "0.87686002254486083984375" + } + }, + { + "w": "1.610", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.87702000141143798828125", + "tf": "0.87702000141143798828125" + } + }, + { + "w": "1.615", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.87717998027801513671875", + "tf": "0.87717998027801513671875" + } + }, + { + "w": "1.620", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.877340018749237060546875", + "tf": "0.877340018749237060546875" + } + }, + { + "w": "1.625", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.877499997615814208984375", + "tf": "0.877499997615814208984375" + } + }, + { + "w": "1.630", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.877659976482391357421875", + "tf": "0.877659976482391357421875" + } + }, + { + "w": "1.635", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.87782001495361328125", + "tf": "0.87782001495361328125" + } + }, + { + "w": "1.640", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.8779799938201904296875", + "tf": "0.8779799938201904296875" + } + }, + { + "w": "1.645", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.878139972686767578125", + "tf": "0.878139972686767578125" + } + }, + { + "w": "1.650", + "specular": { + "rb": "0.07389999926090240478515625", + "rf": "0.07389999926090240478515625", + "tb": "0.878300011157989501953125", + "tf": "0.878300011157989501953125" + } + }, + { + "w": "1.655", + "specular": { + "rb": "0.0738900005817413330078125", + "rf": "0.0738900005817413330078125", + "tb": "0.87826001644134521484375", + "tf": "0.87826001644134521484375" + } + }, + { + "w": "1.660", + "specular": { + "rb": "0.07388000190258026123046875", + "rf": "0.07388000190258026123046875", + "tb": "0.878220021724700927734375", + "tf": "0.878220021724700927734375" + } + }, + { + "w": "1.665", + "specular": { + "rb": "0.073870003223419189453125", + "rf": "0.073870003223419189453125", + "tb": "0.878180027008056640625", + "tf": "0.878180027008056640625" + } + }, + { + "w": "1.670", + "specular": { + "rb": "0.073859997093677520751953125", + "rf": "0.073859997093677520751953125", + "tb": "0.878139972686767578125", + "tf": "0.878139972686767578125" + } + }, + { + "w": "1.675", + "specular": { + "rb": "0.073849998414516448974609375", + "rf": "0.073849998414516448974609375", + "tb": "0.878099977970123291015625", + "tf": "0.878099977970123291015625" + } + }, + { + "w": "1.680", + "specular": { + "rb": "0.073839999735355377197265625", + "rf": "0.073839999735355377197265625", + "tb": "0.87805998325347900390625", + "tf": "0.87805998325347900390625" + } + }, + { + "w": "1.685", + "specular": { + "rb": "0.073830001056194305419921875", + "rf": "0.073830001056194305419921875", + "tb": "0.878019988536834716796875", + "tf": "0.878019988536834716796875" + } + }, + { + "w": "1.690", + "specular": { + "rb": "0.073820002377033233642578125", + "rf": "0.073820002377033233642578125", + "tb": "0.8779799938201904296875", + "tf": "0.8779799938201904296875" + } + }, + { + "w": "1.695", + "specular": { + "rb": "0.073810003697872161865234375", + "rf": "0.073810003697872161865234375", + "tb": "0.877939999103546142578125", + "tf": "0.877939999103546142578125" + } + }, + { + "w": "1.700", + "specular": { + "rb": "0.0737999975681304931640625", + "rf": "0.0737999975681304931640625", + "tb": "0.87790000438690185546875", + "tf": "0.87790000438690185546875" + } + }, + { + "w": "1.705", + "specular": { + "rb": "0.073780000209808349609375", + "rf": "0.073780000209808349609375", + "tb": "0.87782001495361328125", + "tf": "0.87782001495361328125" + } + }, + { + "w": "1.710", + "specular": { + "rb": "0.0737600028514862060546875", + "rf": "0.0737600028514862060546875", + "tb": "0.87774002552032470703125", + "tf": "0.87774002552032470703125" + } + }, + { + "w": "1.715", + "specular": { + "rb": "0.073739998042583465576171875", + "rf": "0.073739998042583465576171875", + "tb": "0.877659976482391357421875", + "tf": "0.877659976482391357421875" + } + }, + { + "w": "1.720", + "specular": { + "rb": "0.073720000684261322021484375", + "rf": "0.073720000684261322021484375", + "tb": "0.877579987049102783203125", + "tf": "0.877579987049102783203125" + } + }, + { + "w": "1.725", + "specular": { + "rb": "0.073700003325939178466796875", + "rf": "0.073700003325939178466796875", + "tb": "0.877499997615814208984375", + "tf": "0.877499997615814208984375" + } + }, + { + "w": "1.730", + "specular": { + "rb": "0.07367999851703643798828125", + "rf": "0.07367999851703643798828125", + "tb": "0.877420008182525634765625", + "tf": "0.877420008182525634765625" + } + }, + { + "w": "1.735", + "specular": { + "rb": "0.07366000115871429443359375", + "rf": "0.07366000115871429443359375", + "tb": "0.877340018749237060546875", + "tf": "0.877340018749237060546875" + } + }, + { + "w": "1.740", + "specular": { + "rb": "0.073639996349811553955078125", + "rf": "0.073639996349811553955078125", + "tb": "0.877260029315948486328125", + "tf": "0.877260029315948486328125" + } + }, + { + "w": "1.745", + "specular": { + "rb": "0.073619998991489410400390625", + "rf": "0.073619998991489410400390625", + "tb": "0.87717998027801513671875", + "tf": "0.87717998027801513671875" + } + }, + { + "w": "1.750", + "specular": { + "rb": "0.073600001633167266845703125", + "rf": "0.073600001633167266845703125", + "tb": "0.8770999908447265625", + "tf": "0.8770999908447265625" + } + }, + { + "w": "1.755", + "specular": { + "rb": "0.07356999814510345458984375", + "rf": "0.07356999814510345458984375", + "tb": "0.8769199848175048828125", + "tf": "0.8769199848175048828125" + } + }, + { + "w": "1.760", + "specular": { + "rb": "0.0735400021076202392578125", + "rf": "0.0735400021076202392578125", + "tb": "0.876739978790283203125", + "tf": "0.876739978790283203125" + } + }, + { + "w": "1.765", + "specular": { + "rb": "0.073509998619556427001953125", + "rf": "0.073509998619556427001953125", + "tb": "0.8765599727630615234375", + "tf": "0.8765599727630615234375" + } + }, + { + "w": "1.770", + "specular": { + "rb": "0.073480002582073211669921875", + "rf": "0.073480002582073211669921875", + "tb": "0.876380026340484619140625", + "tf": "0.876380026340484619140625" + } + }, + { + "w": "1.775", + "specular": { + "rb": "0.0734499990940093994140625", + "rf": "0.0734499990940093994140625", + "tb": "0.876200020313262939453125", + "tf": "0.876200020313262939453125" + } + }, + { + "w": "1.780", + "specular": { + "rb": "0.07342000305652618408203125", + "rf": "0.07342000305652618408203125", + "tb": "0.876020014286041259765625", + "tf": "0.876020014286041259765625" + } + }, + { + "w": "1.785", + "specular": { + "rb": "0.073389999568462371826171875", + "rf": "0.073389999568462371826171875", + "tb": "0.875840008258819580078125", + "tf": "0.875840008258819580078125" + } + }, + { + "w": "1.790", + "specular": { + "rb": "0.073360003530979156494140625", + "rf": "0.073360003530979156494140625", + "tb": "0.875660002231597900390625", + "tf": "0.875660002231597900390625" + } + }, + { + "w": "1.795", + "specular": { + "rb": "0.07333000004291534423828125", + "rf": "0.07333000004291534423828125", + "tb": "0.875479996204376220703125", + "tf": "0.875479996204376220703125" + } + }, + { + "w": "1.800", + "specular": { + "rb": "0.073299996554851531982421875", + "rf": "0.073299996554851531982421875", + "tb": "0.875299990177154541015625", + "tf": "0.875299990177154541015625" + } + }, + { + "w": "1.805", + "specular": { + "rb": "0.073279999196529388427734375", + "rf": "0.073279999196529388427734375", + "tb": "0.8751599788665771484375", + "tf": "0.8751599788665771484375" + } + }, + { + "w": "1.810", + "specular": { + "rb": "0.073260001838207244873046875", + "rf": "0.073260001838207244873046875", + "tb": "0.87502002716064453125", + "tf": "0.87502002716064453125" + } + }, + { + "w": "1.815", + "specular": { + "rb": "0.07323999702930450439453125", + "rf": "0.07323999702930450439453125", + "tb": "0.874880015850067138671875", + "tf": "0.874880015850067138671875" + } + }, + { + "w": "1.820", + "specular": { + "rb": "0.07321999967098236083984375", + "rf": "0.07321999967098236083984375", + "tb": "0.87474000453948974609375", + "tf": "0.87474000453948974609375" + } + }, + { + "w": "1.825", + "specular": { + "rb": "0.07320000231266021728515625", + "rf": "0.07320000231266021728515625", + "tb": "0.874599993228912353515625", + "tf": "0.874599993228912353515625" + } + }, + { + "w": "1.830", + "specular": { + "rb": "0.073179997503757476806640625", + "rf": "0.073179997503757476806640625", + "tb": "0.8744599819183349609375", + "tf": "0.8744599819183349609375" + } + }, + { + "w": "1.835", + "specular": { + "rb": "0.073160000145435333251953125", + "rf": "0.073160000145435333251953125", + "tb": "0.874319970607757568359375", + "tf": "0.874319970607757568359375" + } + }, + { + "w": "1.840", + "specular": { + "rb": "0.073140002787113189697265625", + "rf": "0.073140002787113189697265625", + "tb": "0.874180018901824951171875", + "tf": "0.874180018901824951171875" + } + }, + { + "w": "1.845", + "specular": { + "rb": "0.07311999797821044921875", + "rf": "0.07311999797821044921875", + "tb": "0.87404000759124755859375", + "tf": "0.87404000759124755859375" + } + }, + { + "w": "1.850", + "specular": { + "rb": "0.0731000006198883056640625", + "rf": "0.0731000006198883056640625", + "tb": "0.873899996280670166015625", + "tf": "0.873899996280670166015625" + } + }, + { + "w": "1.855", + "specular": { + "rb": "0.073080003261566162109375", + "rf": "0.073080003261566162109375", + "tb": "0.8737900257110595703125", + "tf": "0.8737900257110595703125" + } + }, + { + "w": "1.860", + "specular": { + "rb": "0.073059998452663421630859375", + "rf": "0.073059998452663421630859375", + "tb": "0.87367999553680419921875", + "tf": "0.87367999553680419921875" + } + }, + { + "w": "1.865", + "specular": { + "rb": "0.073040001094341278076171875", + "rf": "0.073040001094341278076171875", + "tb": "0.873570024967193603515625", + "tf": "0.873570024967193603515625" + } + }, + { + "w": "1.870", + "specular": { + "rb": "0.07301999628543853759765625", + "rf": "0.07301999628543853759765625", + "tb": "0.873459994792938232421875", + "tf": "0.873459994792938232421875" + } + }, + { + "w": "1.875", + "specular": { + "rb": "0.07299999892711639404296875", + "rf": "0.07299999892711639404296875", + "tb": "0.87335002422332763671875", + "tf": "0.87335002422332763671875" + } + }, + { + "w": "1.880", + "specular": { + "rb": "0.07298000156879425048828125", + "rf": "0.07298000156879425048828125", + "tb": "0.873239994049072265625", + "tf": "0.873239994049072265625" + } + }, + { + "w": "1.885", + "specular": { + "rb": "0.072959996759891510009765625", + "rf": "0.072959996759891510009765625", + "tb": "0.873130023479461669921875", + "tf": "0.873130023479461669921875" + } + }, + { + "w": "1.890", + "specular": { + "rb": "0.072939999401569366455078125", + "rf": "0.072939999401569366455078125", + "tb": "0.873019993305206298828125", + "tf": "0.873019993305206298828125" + } + }, + { + "w": "1.895", + "specular": { + "rb": "0.072920002043247222900390625", + "rf": "0.072920002043247222900390625", + "tb": "0.872910022735595703125", + "tf": "0.872910022735595703125" + } + }, + { + "w": "1.900", + "specular": { + "rb": "0.072899997234344482421875", + "rf": "0.072899997234344482421875", + "tb": "0.87279999256134033203125", + "tf": "0.87279999256134033203125" + } + }, + { + "w": "1.905", + "specular": { + "rb": "0.0728799998760223388671875", + "rf": "0.0728799998760223388671875", + "tb": "0.8726999759674072265625", + "tf": "0.8726999759674072265625" + } + }, + { + "w": "1.910", + "specular": { + "rb": "0.0728600025177001953125", + "rf": "0.0728600025177001953125", + "tb": "0.872600018978118896484375", + "tf": "0.872600018978118896484375" + } + }, + { + "w": "1.915", + "specular": { + "rb": "0.072839997708797454833984375", + "rf": "0.072839997708797454833984375", + "tb": "0.872500002384185791015625", + "tf": "0.872500002384185791015625" + } + }, + { + "w": "1.920", + "specular": { + "rb": "0.072820000350475311279296875", + "rf": "0.072820000350475311279296875", + "tb": "0.872399985790252685546875", + "tf": "0.872399985790252685546875" + } + }, + { + "w": "1.925", + "specular": { + "rb": "0.072800002992153167724609375", + "rf": "0.072800002992153167724609375", + "tb": "0.87230002880096435546875", + "tf": "0.87230002880096435546875" + } + }, + { + "w": "1.930", + "specular": { + "rb": "0.07277999818325042724609375", + "rf": "0.07277999818325042724609375", + "tb": "0.87220001220703125", + "tf": "0.87220001220703125" + } + }, + { + "w": "1.935", + "specular": { + "rb": "0.07276000082492828369140625", + "rf": "0.07276000082492828369140625", + "tb": "0.87209999561309814453125", + "tf": "0.87209999561309814453125" + } + }, + { + "w": "1.940", + "specular": { + "rb": "0.07274000346660614013671875", + "rf": "0.07274000346660614013671875", + "tb": "0.8719999790191650390625", + "tf": "0.8719999790191650390625" + } + }, + { + "w": "1.945", + "specular": { + "rb": "0.072719998657703399658203125", + "rf": "0.072719998657703399658203125", + "tb": "0.871900022029876708984375", + "tf": "0.871900022029876708984375" + } + }, + { + "w": "1.950", + "specular": { + "rb": "0.072700001299381256103515625", + "rf": "0.072700001299381256103515625", + "tb": "0.871800005435943603515625", + "tf": "0.871800005435943603515625" + } + }, + { + "w": "1.955", + "specular": { + "rb": "0.07266999781131744384765625", + "rf": "0.07266999781131744384765625", + "tb": "0.871619999408721923828125", + "tf": "0.871619999408721923828125" + } + }, + { + "w": "1.960", + "specular": { + "rb": "0.072640001773834228515625", + "rf": "0.072640001773834228515625", + "tb": "0.871439993381500244140625", + "tf": "0.871439993381500244140625" + } + }, + { + "w": "1.965", + "specular": { + "rb": "0.072609998285770416259765625", + "rf": "0.072609998285770416259765625", + "tb": "0.871259987354278564453125", + "tf": "0.871259987354278564453125" + } + }, + { + "w": "1.970", + "specular": { + "rb": "0.072580002248287200927734375", + "rf": "0.072580002248287200927734375", + "tb": "0.871079981327056884765625", + "tf": "0.871079981327056884765625" + } + }, + { + "w": "1.975", + "specular": { + "rb": "0.072549998760223388671875", + "rf": "0.072549998760223388671875", + "tb": "0.870899975299835205078125", + "tf": "0.870899975299835205078125" + } + }, + { + "w": "1.980", + "specular": { + "rb": "0.07252000272274017333984375", + "rf": "0.07252000272274017333984375", + "tb": "0.87072002887725830078125", + "tf": "0.87072002887725830078125" + } + }, + { + "w": "1.985", + "specular": { + "rb": "0.072489999234676361083984375", + "rf": "0.072489999234676361083984375", + "tb": "0.87054002285003662109375", + "tf": "0.87054002285003662109375" + } + }, + { + "w": "1.990", + "specular": { + "rb": "0.072460003197193145751953125", + "rf": "0.072460003197193145751953125", + "tb": "0.87036001682281494140625", + "tf": "0.87036001682281494140625" + } + }, + { + "w": "1.995", + "specular": { + "rb": "0.07242999970912933349609375", + "rf": "0.07242999970912933349609375", + "tb": "0.87018001079559326171875", + "tf": "0.87018001079559326171875" + } + }, + { + "w": "2.000", + "specular": { + "rb": "0.0724000036716461181640625", + "rf": "0.0724000036716461181640625", + "tb": "0.87000000476837158203125", + "tf": "0.87000000476837158203125" + } + }, + { + "w": "2.005", + "specular": { + "rb": "0.072389997541904449462890625", + "rf": "0.072389997541904449462890625", + "tb": "0.86998999118804931640625", + "tf": "0.86998999118804931640625" + } + }, + { + "w": "2.010", + "specular": { + "rb": "0.072379998862743377685546875", + "rf": "0.072379998862743377685546875", + "tb": "0.86997997760772705078125", + "tf": "0.86997997760772705078125" + } + }, + { + "w": "2.015", + "specular": { + "rb": "0.072370000183582305908203125", + "rf": "0.072370000183582305908203125", + "tb": "0.869970023632049560546875", + "tf": "0.869970023632049560546875" + } + }, + { + "w": "2.020", + "specular": { + "rb": "0.072360001504421234130859375", + "rf": "0.072360001504421234130859375", + "tb": "0.869960010051727294921875", + "tf": "0.869960010051727294921875" + } + }, + { + "w": "2.025", + "specular": { + "rb": "0.072350002825260162353515625", + "rf": "0.072350002825260162353515625", + "tb": "0.869949996471405029296875", + "tf": "0.869949996471405029296875" + } + }, + { + "w": "2.030", + "specular": { + "rb": "0.07233999669551849365234375", + "rf": "0.07233999669551849365234375", + "tb": "0.869939982891082763671875", + "tf": "0.869939982891082763671875" + } + }, + { + "w": "2.035", + "specular": { + "rb": "0.072329998016357421875", + "rf": "0.072329998016357421875", + "tb": "0.8699300289154052734375", + "tf": "0.8699300289154052734375" + } + }, + { + "w": "2.040", + "specular": { + "rb": "0.07231999933719635009765625", + "rf": "0.07231999933719635009765625", + "tb": "0.8699200153350830078125", + "tf": "0.8699200153350830078125" + } + }, + { + "w": "2.045", + "specular": { + "rb": "0.0723100006580352783203125", + "rf": "0.0723100006580352783203125", + "tb": "0.8699100017547607421875", + "tf": "0.8699100017547607421875" + } + }, + { + "w": "2.050", + "specular": { + "rb": "0.07230000197887420654296875", + "rf": "0.07230000197887420654296875", + "tb": "0.8698999881744384765625", + "tf": "0.8698999881744384765625" + } + }, + { + "w": "2.055", + "specular": { + "rb": "0.072279997169971466064453125", + "rf": "0.072279997169971466064453125", + "tb": "0.869790017604827880859375", + "tf": "0.869790017604827880859375" + } + }, + { + "w": "2.060", + "specular": { + "rb": "0.072259999811649322509765625", + "rf": "0.072259999811649322509765625", + "tb": "0.869679987430572509765625", + "tf": "0.869679987430572509765625" + } + }, + { + "w": "2.065", + "specular": { + "rb": "0.072240002453327178955078125", + "rf": "0.072240002453327178955078125", + "tb": "0.8695700168609619140625", + "tf": "0.8695700168609619140625" + } + }, + { + "w": "2.070", + "specular": { + "rb": "0.0722199976444244384765625", + "rf": "0.0722199976444244384765625", + "tb": "0.86945998668670654296875", + "tf": "0.86945998668670654296875" + } + }, + { + "w": "2.075", + "specular": { + "rb": "0.072200000286102294921875", + "rf": "0.072200000286102294921875", + "tb": "0.869350016117095947265625", + "tf": "0.869350016117095947265625" + } + }, + { + "w": "2.080", + "specular": { + "rb": "0.0721800029277801513671875", + "rf": "0.0721800029277801513671875", + "tb": "0.869239985942840576171875", + "tf": "0.869239985942840576171875" + } + }, + { + "w": "2.085", + "specular": { + "rb": "0.072159998118877410888671875", + "rf": "0.072159998118877410888671875", + "tb": "0.86913001537322998046875", + "tf": "0.86913001537322998046875" + } + }, + { + "w": "2.090", + "specular": { + "rb": "0.072140000760555267333984375", + "rf": "0.072140000760555267333984375", + "tb": "0.869019985198974609375", + "tf": "0.869019985198974609375" + } + }, + { + "w": "2.095", + "specular": { + "rb": "0.072120003402233123779296875", + "rf": "0.072120003402233123779296875", + "tb": "0.868910014629364013671875", + "tf": "0.868910014629364013671875" + } + }, + { + "w": "2.100", + "specular": { + "rb": "0.07209999859333038330078125", + "rf": "0.07209999859333038330078125", + "tb": "0.868799984455108642578125", + "tf": "0.868799984455108642578125" + } + }, + { + "w": "2.105", + "specular": { + "rb": "0.072059996426105499267578125", + "rf": "0.072059996426105499267578125", + "tb": "0.868470013141632080078125", + "tf": "0.868470013141632080078125" + } + }, + { + "w": "2.110", + "specular": { + "rb": "0.072020001709461212158203125", + "rf": "0.072020001709461212158203125", + "tb": "0.8681399822235107421875", + "tf": "0.8681399822235107421875" + } + }, + { + "w": "2.115", + "specular": { + "rb": "0.071979999542236328125", + "rf": "0.071979999542236328125", + "tb": "0.8678100109100341796875", + "tf": "0.8678100109100341796875" + } + }, + { + "w": "2.120", + "specular": { + "rb": "0.071939997375011444091796875", + "rf": "0.071939997375011444091796875", + "tb": "0.867479979991912841796875", + "tf": "0.867479979991912841796875" + } + }, + { + "w": "2.125", + "specular": { + "rb": "0.071900002658367156982421875", + "rf": "0.071900002658367156982421875", + "tb": "0.867150008678436279296875", + "tf": "0.867150008678436279296875" + } + }, + { + "w": "2.130", + "specular": { + "rb": "0.07186000049114227294921875", + "rf": "0.07186000049114227294921875", + "tb": "0.86681997776031494140625", + "tf": "0.86681997776031494140625" + } + }, + { + "w": "2.135", + "specular": { + "rb": "0.071819998323917388916015625", + "rf": "0.071819998323917388916015625", + "tb": "0.86649000644683837890625", + "tf": "0.86649000644683837890625" + } + }, + { + "w": "2.140", + "specular": { + "rb": "0.071780003607273101806640625", + "rf": "0.071780003607273101806640625", + "tb": "0.866159975528717041015625", + "tf": "0.866159975528717041015625" + } + }, + { + "w": "2.145", + "specular": { + "rb": "0.0717400014400482177734375", + "rf": "0.0717400014400482177734375", + "tb": "0.865830004215240478515625", + "tf": "0.865830004215240478515625" + } + }, + { + "w": "2.150", + "specular": { + "rb": "0.071699999272823333740234375", + "rf": "0.071699999272823333740234375", + "tb": "0.865499973297119140625", + "tf": "0.865499973297119140625" + } + }, + { + "w": "2.155", + "specular": { + "rb": "0.071580000221729278564453125", + "rf": "0.071580000221729278564453125", + "tb": "0.86401998996734619140625", + "tf": "0.86401998996734619140625" + } + }, + { + "w": "2.160", + "specular": { + "rb": "0.071460001170635223388671875", + "rf": "0.071460001170635223388671875", + "tb": "0.8625400066375732421875", + "tf": "0.8625400066375732421875" + } + }, + { + "w": "2.165", + "specular": { + "rb": "0.071340002119541168212890625", + "rf": "0.071340002119541168212890625", + "tb": "0.86106002330780029296875", + "tf": "0.86106002330780029296875" + } + }, + { + "w": "2.170", + "specular": { + "rb": "0.071220003068447113037109375", + "rf": "0.071220003068447113037109375", + "tb": "0.859579980373382568359375", + "tf": "0.859579980373382568359375" + } + }, + { + "w": "2.175", + "specular": { + "rb": "0.0710999965667724609375", + "rf": "0.0710999965667724609375", + "tb": "0.858099997043609619140625", + "tf": "0.858099997043609619140625" + } + }, + { + "w": "2.180", + "specular": { + "rb": "0.07097999751567840576171875", + "rf": "0.07097999751567840576171875", + "tb": "0.856620013713836669921875", + "tf": "0.856620013713836669921875" + } + }, + { + "w": "2.185", + "specular": { + "rb": "0.0708599984645843505859375", + "rf": "0.0708599984645843505859375", + "tb": "0.8551399707794189453125", + "tf": "0.8551399707794189453125" + } + }, + { + "w": "2.190", + "specular": { + "rb": "0.07073999941349029541015625", + "rf": "0.07073999941349029541015625", + "tb": "0.85365998744964599609375", + "tf": "0.85365998744964599609375" + } + }, + { + "w": "2.195", + "specular": { + "rb": "0.070620000362396240234375", + "rf": "0.070620000362396240234375", + "tb": "0.852180004119873046875", + "tf": "0.852180004119873046875" + } + }, + { + "w": "2.200", + "specular": { + "rb": "0.07050000131130218505859375", + "rf": "0.07050000131130218505859375", + "tb": "0.85070002079010009765625", + "tf": "0.85070002079010009765625" + } + }, + { + "w": "2.205", + "specular": { + "rb": "0.070450000464916229248046875", + "rf": "0.070450000464916229248046875", + "tb": "0.850210011005401611328125", + "tf": "0.850210011005401611328125" + } + }, + { + "w": "2.210", + "specular": { + "rb": "0.0703999996185302734375", + "rf": "0.0703999996185302734375", + "tb": "0.849720001220703125", + "tf": "0.849720001220703125" + } + }, + { + "w": "2.215", + "specular": { + "rb": "0.070349998772144317626953125", + "rf": "0.070349998772144317626953125", + "tb": "0.849229991436004638671875", + "tf": "0.849229991436004638671875" + } + }, + { + "w": "2.220", + "specular": { + "rb": "0.07029999792575836181640625", + "rf": "0.07029999792575836181640625", + "tb": "0.84873998165130615234375", + "tf": "0.84873998165130615234375" + } + }, + { + "w": "2.225", + "specular": { + "rb": "0.070249997079372406005859375", + "rf": "0.070249997079372406005859375", + "tb": "0.848249971866607666015625", + "tf": "0.848249971866607666015625" + } + }, + { + "w": "2.230", + "specular": { + "rb": "0.070200003683567047119140625", + "rf": "0.070200003683567047119140625", + "tb": "0.847760021686553955078125", + "tf": "0.847760021686553955078125" + } + }, + { + "w": "2.235", + "specular": { + "rb": "0.07015000283718109130859375", + "rf": "0.07015000283718109130859375", + "tb": "0.84727001190185546875", + "tf": "0.84727001190185546875" + } + }, + { + "w": "2.240", + "specular": { + "rb": "0.070100001990795135498046875", + "rf": "0.070100001990795135498046875", + "tb": "0.846780002117156982421875", + "tf": "0.846780002117156982421875" + } + }, + { + "w": "2.245", + "specular": { + "rb": "0.0700500011444091796875", + "rf": "0.0700500011444091796875", + "tb": "0.84628999233245849609375", + "tf": "0.84628999233245849609375" + } + }, + { + "w": "2.250", + "specular": { + "rb": "0.070000000298023223876953125", + "rf": "0.070000000298023223876953125", + "tb": "0.845799982547760009765625", + "tf": "0.845799982547760009765625" + } + }, + { + "w": "2.255", + "specular": { + "rb": "0.070029996335506439208984375", + "rf": "0.070029996335506439208984375", + "tb": "0.846360027790069580078125", + "tf": "0.846360027790069580078125" + } + }, + { + "w": "2.260", + "specular": { + "rb": "0.07005999982357025146484375", + "rf": "0.07005999982357025146484375", + "tb": "0.846920013427734375", + "tf": "0.846920013427734375" + } + }, + { + "w": "2.265", + "specular": { + "rb": "0.070090003311634063720703125", + "rf": "0.070090003311634063720703125", + "tb": "0.847479999065399169921875", + "tf": "0.847479999065399169921875" + } + }, + { + "w": "2.270", + "specular": { + "rb": "0.070119999349117279052734375", + "rf": "0.070119999349117279052734375", + "tb": "0.84803998470306396484375", + "tf": "0.84803998470306396484375" + } + }, + { + "w": "2.275", + "specular": { + "rb": "0.07015000283718109130859375", + "rf": "0.07015000283718109130859375", + "tb": "0.848599970340728759765625", + "tf": "0.848599970340728759765625" + } + }, + { + "w": "2.280", + "specular": { + "rb": "0.070179998874664306640625", + "rf": "0.070179998874664306640625", + "tb": "0.849160015583038330078125", + "tf": "0.849160015583038330078125" + } + }, + { + "w": "2.285", + "specular": { + "rb": "0.070210002362728118896484375", + "rf": "0.070210002362728118896484375", + "tb": "0.849720001220703125", + "tf": "0.849720001220703125" + } + }, + { + "w": "2.290", + "specular": { + "rb": "0.070239998400211334228515625", + "rf": "0.070239998400211334228515625", + "tb": "0.850279986858367919921875", + "tf": "0.850279986858367919921875" + } + }, + { + "w": "2.295", + "specular": { + "rb": "0.070270001888275146484375", + "rf": "0.070270001888275146484375", + "tb": "0.85083997249603271484375", + "tf": "0.85083997249603271484375" + } + }, + { + "w": "2.300", + "specular": { + "rb": "0.07029999792575836181640625", + "rf": "0.07029999792575836181640625", + "tb": "0.85140001773834228515625", + "tf": "0.85140001773834228515625" + } + }, + { + "w": "2.305", + "specular": { + "rb": "0.07030999660491943359375", + "rf": "0.07030999660491943359375", + "tb": "0.851589977741241455078125", + "tf": "0.851589977741241455078125" + } + }, + { + "w": "2.310", + "specular": { + "rb": "0.070320002734661102294921875", + "rf": "0.070320002734661102294921875", + "tb": "0.851779997348785400390625", + "tf": "0.851779997348785400390625" + } + }, + { + "w": "2.315", + "specular": { + "rb": "0.070330001413822174072265625", + "rf": "0.070330001413822174072265625", + "tb": "0.851970016956329345703125", + "tf": "0.851970016956329345703125" + } + }, + { + "w": "2.320", + "specular": { + "rb": "0.070340000092983245849609375", + "rf": "0.070340000092983245849609375", + "tb": "0.852159976959228515625", + "tf": "0.852159976959228515625" + } + }, + { + "w": "2.325", + "specular": { + "rb": "0.070349998772144317626953125", + "rf": "0.070349998772144317626953125", + "tb": "0.8523499965667724609375", + "tf": "0.8523499965667724609375" + } + }, + { + "w": "2.330", + "specular": { + "rb": "0.070359997451305389404296875", + "rf": "0.070359997451305389404296875", + "tb": "0.85254001617431640625", + "tf": "0.85254001617431640625" + } + }, + { + "w": "2.335", + "specular": { + "rb": "0.07037000358104705810546875", + "rf": "0.07037000358104705810546875", + "tb": "0.852729976177215576171875", + "tf": "0.852729976177215576171875" + } + }, + { + "w": "2.340", + "specular": { + "rb": "0.0703800022602081298828125", + "rf": "0.0703800022602081298828125", + "tb": "0.852919995784759521484375", + "tf": "0.852919995784759521484375" + } + }, + { + "w": "2.345", + "specular": { + "rb": "0.07039000093936920166015625", + "rf": "0.07039000093936920166015625", + "tb": "0.853110015392303466796875", + "tf": "0.853110015392303466796875" + } + }, + { + "w": "2.350", + "specular": { + "rb": "0.0703999996185302734375", + "rf": "0.0703999996185302734375", + "tb": "0.85329997539520263671875", + "tf": "0.85329997539520263671875" + } + }, + { + "w": "2.355", + "specular": { + "rb": "0.070359997451305389404296875", + "rf": "0.070359997451305389404296875", + "tb": "0.85297000408172607421875", + "tf": "0.85297000408172607421875" + } + }, + { + "w": "2.360", + "specular": { + "rb": "0.070320002734661102294921875", + "rf": "0.070320002734661102294921875", + "tb": "0.852639973163604736328125", + "tf": "0.852639973163604736328125" + } + }, + { + "w": "2.365", + "specular": { + "rb": "0.07028000056743621826171875", + "rf": "0.07028000056743621826171875", + "tb": "0.852310001850128173828125", + "tf": "0.852310001850128173828125" + } + }, + { + "w": "2.370", + "specular": { + "rb": "0.070239998400211334228515625", + "rf": "0.070239998400211334228515625", + "tb": "0.8519799709320068359375", + "tf": "0.8519799709320068359375" + } + }, + { + "w": "2.375", + "specular": { + "rb": "0.070200003683567047119140625", + "rf": "0.070200003683567047119140625", + "tb": "0.8516499996185302734375", + "tf": "0.8516499996185302734375" + } + }, + { + "w": "2.380", + "specular": { + "rb": "0.0701600015163421630859375", + "rf": "0.0701600015163421630859375", + "tb": "0.8513200283050537109375", + "tf": "0.8513200283050537109375" + } + }, + { + "w": "2.385", + "specular": { + "rb": "0.070119999349117279052734375", + "rf": "0.070119999349117279052734375", + "tb": "0.850989997386932373046875", + "tf": "0.850989997386932373046875" + } + }, + { + "w": "2.390", + "specular": { + "rb": "0.07007999718189239501953125", + "rf": "0.07007999718189239501953125", + "tb": "0.850660026073455810546875", + "tf": "0.850660026073455810546875" + } + }, + { + "w": "2.395", + "specular": { + "rb": "0.07004000246524810791015625", + "rf": "0.07004000246524810791015625", + "tb": "0.85032999515533447265625", + "tf": "0.85032999515533447265625" + } + }, + { + "w": "2.400", + "specular": { + "rb": "0.070000000298023223876953125", + "rf": "0.070000000298023223876953125", + "tb": "0.85000002384185791015625", + "tf": "0.85000002384185791015625" + } + }, + { + "w": "2.405", + "specular": { + "rb": "0.06993000209331512451171875", + "rf": "0.06993000209331512451171875", + "tb": "0.8491899967193603515625", + "tf": "0.8491899967193603515625" + } + }, + { + "w": "2.410", + "specular": { + "rb": "0.06985999643802642822265625", + "rf": "0.06985999643802642822265625", + "tb": "0.848380029201507568359375", + "tf": "0.848380029201507568359375" + } + }, + { + "w": "2.415", + "specular": { + "rb": "0.069789998233318328857421875", + "rf": "0.069789998233318328857421875", + "tb": "0.847570002079010009765625", + "tf": "0.847570002079010009765625" + } + }, + { + "w": "2.420", + "specular": { + "rb": "0.0697200000286102294921875", + "rf": "0.0697200000286102294921875", + "tb": "0.846759974956512451171875", + "tf": "0.846759974956512451171875" + } + }, + { + "w": "2.425", + "specular": { + "rb": "0.069650001823902130126953125", + "rf": "0.069650001823902130126953125", + "tb": "0.84595000743865966796875", + "tf": "0.84595000743865966796875" + } + }, + { + "w": "2.430", + "specular": { + "rb": "0.06958000361919403076171875", + "rf": "0.06958000361919403076171875", + "tb": "0.845139980316162109375", + "tf": "0.845139980316162109375" + } + }, + { + "w": "2.435", + "specular": { + "rb": "0.06950999796390533447265625", + "rf": "0.06950999796390533447265625", + "tb": "0.844330012798309326171875", + "tf": "0.844330012798309326171875" + } + }, + { + "w": "2.440", + "specular": { + "rb": "0.069439999759197235107421875", + "rf": "0.069439999759197235107421875", + "tb": "0.843519985675811767578125", + "tf": "0.843519985675811767578125" + } + }, + { + "w": "2.445", + "specular": { + "rb": "0.0693700015544891357421875", + "rf": "0.0693700015544891357421875", + "tb": "0.842710018157958984375", + "tf": "0.842710018157958984375" + } + }, + { + "w": "2.450", + "specular": { + "rb": "0.069300003349781036376953125", + "rf": "0.069300003349781036376953125", + "tb": "0.84189999103546142578125", + "tf": "0.84189999103546142578125" + } + }, + { + "w": "2.455", + "specular": { + "rb": "0.069219999015331268310546875", + "rf": "0.069219999015331268310546875", + "tb": "0.84092998504638671875", + "tf": "0.84092998504638671875" + } + }, + { + "w": "2.460", + "specular": { + "rb": "0.06914000213146209716796875", + "rf": "0.06914000213146209716796875", + "tb": "0.83995997905731201171875", + "tf": "0.83995997905731201171875" + } + }, + { + "w": "2.465", + "specular": { + "rb": "0.0690599977970123291015625", + "rf": "0.0690599977970123291015625", + "tb": "0.8389899730682373046875", + "tf": "0.8389899730682373046875" + } + }, + { + "w": "2.470", + "specular": { + "rb": "0.068980000913143157958984375", + "rf": "0.068980000913143157958984375", + "tb": "0.838020026683807373046875", + "tf": "0.838020026683807373046875" + } + }, + { + "w": "2.475", + "specular": { + "rb": "0.068899996578693389892578125", + "rf": "0.068899996578693389892578125", + "tb": "0.837050020694732666015625", + "tf": "0.837050020694732666015625" + } + }, + { + "w": "2.480", + "specular": { + "rb": "0.06881999969482421875", + "rf": "0.06881999969482421875", + "tb": "0.836080014705657958984375", + "tf": "0.836080014705657958984375" + } + }, + { + "w": "2.485", + "specular": { + "rb": "0.068740002810955047607421875", + "rf": "0.068740002810955047607421875", + "tb": "0.835110008716583251953125", + "tf": "0.835110008716583251953125" + } + }, + { + "w": "2.490", + "specular": { + "rb": "0.068659998476505279541015625", + "rf": "0.068659998476505279541015625", + "tb": "0.834140002727508544921875", + "tf": "0.834140002727508544921875" + } + }, + { + "w": "2.495", + "specular": { + "rb": "0.0685800015926361083984375", + "rf": "0.0685800015926361083984375", + "tb": "0.833169996738433837890625", + "tf": "0.833169996738433837890625" + } + }, + { + "w": "2.500", + "specular": { + "rb": "0.06849999725818634033203125", + "rf": "0.06849999725818634033203125", + "tb": "0.832199990749359130859375", + "tf": "0.832199990749359130859375" + } + }, + { + "w": "5.000", + "specular": { + "rb": "0.031760297715663909912109375", + "rf": "0.031760297715663909912109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.100", + "specular": { + "rb": "0.03117785789072513580322265625", + "rf": "0.03117785789072513580322265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.200", + "specular": { + "rb": "0.03057499788701534271240234375", + "rf": "0.03057499788701534271240234375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.300", + "specular": { + "rb": "0.0298982560634613037109375", + "rf": "0.0298982560634613037109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.400", + "specular": { + "rb": "0.0293271541595458984375", + "rf": "0.0293271541595458984375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.500", + "specular": { + "rb": "0.028684429824352264404296875", + "rf": "0.028684429824352264404296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.600", + "specular": { + "rb": "0.02798816002905368804931640625", + "rf": "0.02798816002905368804931640625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.700", + "specular": { + "rb": "0.02737207524478435516357421875", + "rf": "0.02737207524478435516357421875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.800", + "specular": { + "rb": "0.02662897668778896331787109375", + "rf": "0.02662897668778896331787109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "5.900", + "specular": { + "rb": "0.02576045691967010498046875", + "rf": "0.02576045691967010498046875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.000", + "specular": { + "rb": "0.02494782768189907073974609375", + "rf": "0.02494782768189907073974609375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.100", + "specular": { + "rb": "0.024136908352375030517578125", + "rf": "0.024136908352375030517578125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.200", + "specular": { + "rb": "0.02321456372737884521484375", + "rf": "0.02321456372737884521484375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.300", + "specular": { + "rb": "0.02237789146602153778076171875", + "rf": "0.02237789146602153778076171875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.400", + "specular": { + "rb": "0.021285377442836761474609375", + "rf": "0.021285377442836761474609375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.500", + "specular": { + "rb": "0.0201160944998264312744140625", + "rf": "0.0201160944998264312744140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.600", + "specular": { + "rb": "0.01922287046909332275390625", + "rf": "0.01922287046909332275390625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.700", + "specular": { + "rb": "0.01794113777577877044677734375", + "rf": "0.01794113777577877044677734375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.800", + "specular": { + "rb": "0.01665305159986019134521484375", + "rf": "0.01665305159986019134521484375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "6.900", + "specular": { + "rb": "0.015317832119762897491455078125", + "rf": "0.015317832119762897491455078125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.000", + "specular": { + "rb": "0.01398767344653606414794921875", + "rf": "0.01398767344653606414794921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.100", + "specular": { + "rb": "0.012508518062531948089599609375", + "rf": "0.012508518062531948089599609375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.200", + "specular": { + "rb": "0.01099694333970546722412109375", + "rf": "0.01099694333970546722412109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.300", + "specular": { + "rb": "0.009325154125690460205078125", + "rf": "0.009325154125690460205078125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.400", + "specular": { + "rb": "0.0077759730629622936248779296875", + "rf": "0.0077759730629622936248779296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.500", + "specular": { + "rb": "0.006004325114190578460693359375", + "rf": "0.006004325114190578460693359375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.600", + "specular": { + "rb": "0.00436584092676639556884765625", + "rf": "0.00436584092676639556884765625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.700", + "specular": { + "rb": "0.0029128990136086940765380859375", + "rf": "0.0029128990136086940765380859375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.800", + "specular": { + "rb": "0.001862652949057519435882568359375", + "rf": "0.001862652949057519435882568359375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "7.900", + "specular": { + "rb": "0.00189377903006970882415771484375", + "rf": "0.00189377903006970882415771484375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.000", + "specular": { + "rb": "0.0046041868627071380615234375", + "rf": "0.0046041868627071380615234375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.100", + "specular": { + "rb": "0.013969934545457363128662109375", + "rf": "0.013969934545457363128662109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.200", + "specular": { + "rb": "0.0337979234755039215087890625", + "rf": "0.0337979234755039215087890625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.300", + "specular": { + "rb": "0.060267746448516845703125", + "rf": "0.060267746448516845703125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.400", + "specular": { + "rb": "0.085798554122447967529296875", + "rf": "0.085798554122447967529296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.500", + "specular": { + "rb": "0.110005699098110198974609375", + "rf": "0.110005699098110198974609375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.600", + "specular": { + "rb": "0.13239057362079620361328125", + "rf": "0.13239057362079620361328125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.700", + "specular": { + "rb": "0.1515960991382598876953125", + "rf": "0.1515960991382598876953125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.800", + "specular": { + "rb": "0.1692930161952972412109375", + "rf": "0.1692930161952972412109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "8.900", + "specular": { + "rb": "0.18699051439762115478515625", + "rf": "0.18699051439762115478515625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.000", + "specular": { + "rb": "0.20548664033412933349609375", + "rf": "0.20548664033412933349609375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.100", + "specular": { + "rb": "0.2291815578937530517578125", + "rf": "0.2291815578937530517578125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.200", + "specular": { + "rb": "0.2532378137111663818359375", + "rf": "0.2532378137111663818359375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.300", + "specular": { + "rb": "0.273080766201019287109375", + "rf": "0.273080766201019287109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.400", + "specular": { + "rb": "0.2866183221340179443359375", + "rf": "0.2866183221340179443359375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.500", + "specular": { + "rb": "0.289090216159820556640625", + "rf": "0.289090216159820556640625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.600", + "specular": { + "rb": "0.283574998378753662109375", + "rf": "0.283574998378753662109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.700", + "specular": { + "rb": "0.2736990451812744140625", + "rf": "0.2736990451812744140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.800", + "specular": { + "rb": "0.263387382030487060546875", + "rf": "0.263387382030487060546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "9.900", + "specular": { + "rb": "0.2528524696826934814453125", + "rf": "0.2528524696826934814453125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.000", + "specular": { + "rb": "0.24185073375701904296875", + "rf": "0.24185073375701904296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.100", + "specular": { + "rb": "0.233270466327667236328125", + "rf": "0.233270466327667236328125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.200", + "specular": { + "rb": "0.224181711673736572265625", + "rf": "0.224181711673736572265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.300", + "specular": { + "rb": "0.215439319610595703125", + "rf": "0.215439319610595703125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.400", + "specular": { + "rb": "0.20766054093837738037109375", + "rf": "0.20766054093837738037109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.500", + "specular": { + "rb": "0.200180113315582275390625", + "rf": "0.200180113315582275390625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.600", + "specular": { + "rb": "0.19202871620655059814453125", + "rf": "0.19202871620655059814453125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.700", + "specular": { + "rb": "0.1830551624298095703125", + "rf": "0.1830551624298095703125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.800", + "specular": { + "rb": "0.17275257408618927001953125", + "rf": "0.17275257408618927001953125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "10.900", + "specular": { + "rb": "0.16258446872234344482421875", + "rf": "0.16258446872234344482421875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.000", + "specular": { + "rb": "0.15201656520366668701171875", + "rf": "0.15201656520366668701171875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.100", + "specular": { + "rb": "0.139815807342529296875", + "rf": "0.139815807342529296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.200", + "specular": { + "rb": "0.12951524555683135986328125", + "rf": "0.12951524555683135986328125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.300", + "specular": { + "rb": "0.119897760450839996337890625", + "rf": "0.119897760450839996337890625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.400", + "specular": { + "rb": "0.11226783692836761474609375", + "rf": "0.11226783692836761474609375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.500", + "specular": { + "rb": "0.10399977862834930419921875", + "rf": "0.10399977862834930419921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.600", + "specular": { + "rb": "0.09738896787166595458984375", + "rf": "0.09738896787166595458984375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.700", + "specular": { + "rb": "0.090167857706546783447265625", + "rf": "0.090167857706546783447265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.800", + "specular": { + "rb": "0.08375360071659088134765625", + "rf": "0.08375360071659088134765625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "11.900", + "specular": { + "rb": "0.07775008678436279296875", + "rf": "0.07775008678436279296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.000", + "specular": { + "rb": "0.072624288499355316162109375", + "rf": "0.072624288499355316162109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.100", + "specular": { + "rb": "0.069099240005016326904296875", + "rf": "0.069099240005016326904296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.200", + "specular": { + "rb": "0.0673081576824188232421875", + "rf": "0.0673081576824188232421875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.300", + "specular": { + "rb": "0.06703604757785797119140625", + "rf": "0.06703604757785797119140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.400", + "specular": { + "rb": "0.067935697734355926513671875", + "rf": "0.067935697734355926513671875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.500", + "specular": { + "rb": "0.07016621530055999755859375", + "rf": "0.07016621530055999755859375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.600", + "specular": { + "rb": "0.072583980858325958251953125", + "rf": "0.072583980858325958251953125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.700", + "specular": { + "rb": "0.07503239810466766357421875", + "rf": "0.07503239810466766357421875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.800", + "specular": { + "rb": "0.077405087649822235107421875", + "rf": "0.077405087649822235107421875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "12.900", + "specular": { + "rb": "0.07917855679988861083984375", + "rf": "0.07917855679988861083984375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.000", + "specular": { + "rb": "0.080349154770374298095703125", + "rf": "0.080349154770374298095703125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.100", + "specular": { + "rb": "0.080874614417552947998046875", + "rf": "0.080874614417552947998046875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.200", + "specular": { + "rb": "0.080682106316089630126953125", + "rf": "0.080682106316089630126953125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.300", + "specular": { + "rb": "0.07945995032787322998046875", + "rf": "0.07945995032787322998046875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.400", + "specular": { + "rb": "0.0780422985553741455078125", + "rf": "0.0780422985553741455078125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.500", + "specular": { + "rb": "0.07619345188140869140625", + "rf": "0.07619345188140869140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.600", + "specular": { + "rb": "0.074484221637248992919921875", + "rf": "0.074484221637248992919921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.700", + "specular": { + "rb": "0.07249222695827484130859375", + "rf": "0.07249222695827484130859375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.800", + "specular": { + "rb": "0.07089327275753021240234375", + "rf": "0.07089327275753021240234375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "13.900", + "specular": { + "rb": "0.06957323849201202392578125", + "rf": "0.06957323849201202392578125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.000", + "specular": { + "rb": "0.068089209496974945068359375", + "rf": "0.068089209496974945068359375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.100", + "specular": { + "rb": "0.06658594310283660888671875", + "rf": "0.06658594310283660888671875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.200", + "specular": { + "rb": "0.065299861133098602294921875", + "rf": "0.065299861133098602294921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.300", + "specular": { + "rb": "0.0639152824878692626953125", + "rf": "0.0639152824878692626953125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.400", + "specular": { + "rb": "0.062513925135135650634765625", + "rf": "0.062513925135135650634765625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.500", + "specular": { + "rb": "0.0612633489072322845458984375", + "rf": "0.0612633489072322845458984375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.600", + "specular": { + "rb": "0.06005959212779998779296875", + "rf": "0.06005959212779998779296875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.700", + "specular": { + "rb": "0.059155024588108062744140625", + "rf": "0.059155024588108062744140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.800", + "specular": { + "rb": "0.0582340992987155914306640625", + "rf": "0.0582340992987155914306640625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "14.900", + "specular": { + "rb": "0.0575152933597564697265625", + "rf": "0.0575152933597564697265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.000", + "specular": { + "rb": "0.0559111572802066802978515625", + "rf": "0.0559111572802066802978515625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.100", + "specular": { + "rb": "0.054922543466091156005859375", + "rf": "0.054922543466091156005859375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.200", + "specular": { + "rb": "0.0536840893328189849853515625", + "rf": "0.0536840893328189849853515625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.300", + "specular": { + "rb": "0.0525968782603740692138671875", + "rf": "0.0525968782603740692138671875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.400", + "specular": { + "rb": "0.051601149141788482666015625", + "rf": "0.051601149141788482666015625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.500", + "specular": { + "rb": "0.0506701804697513580322265625", + "rf": "0.0506701804697513580322265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.600", + "specular": { + "rb": "0.0497782118618488311767578125", + "rf": "0.0497782118618488311767578125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.700", + "specular": { + "rb": "0.048476554453372955322265625", + "rf": "0.048476554453372955322265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.800", + "specular": { + "rb": "0.0472403652966022491455078125", + "rf": "0.0472403652966022491455078125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "15.900", + "specular": { + "rb": "0.0462779141962528228759765625", + "rf": "0.0462779141962528228759765625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.000", + "specular": { + "rb": "0.0454610884189605712890625", + "rf": "0.0454610884189605712890625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.100", + "specular": { + "rb": "0.0447233505547046661376953125", + "rf": "0.0447233505547046661376953125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.200", + "specular": { + "rb": "0.0436200089752674102783203125", + "rf": "0.0436200089752674102783203125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.300", + "specular": { + "rb": "0.04252286255359649658203125", + "rf": "0.04252286255359649658203125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.400", + "specular": { + "rb": "0.04165290296077728271484375", + "rf": "0.04165290296077728271484375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.500", + "specular": { + "rb": "0.0408408083021640777587890625", + "rf": "0.0408408083021640777587890625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.600", + "specular": { + "rb": "0.0390464328229427337646484375", + "rf": "0.0390464328229427337646484375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.700", + "specular": { + "rb": "0.037262298166751861572265625", + "rf": "0.037262298166751861572265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.800", + "specular": { + "rb": "0.036375723779201507568359375", + "rf": "0.036375723779201507568359375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "16.900", + "specular": { + "rb": "0.03539945185184478759765625", + "rf": "0.03539945185184478759765625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.000", + "specular": { + "rb": "0.0345350205898284912109375", + "rf": "0.0345350205898284912109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.100", + "specular": { + "rb": "0.0332791395485401153564453125", + "rf": "0.0332791395485401153564453125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.200", + "specular": { + "rb": "0.032312609255313873291015625", + "rf": "0.032312609255313873291015625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.300", + "specular": { + "rb": "0.0312565825879573822021484375", + "rf": "0.0312565825879573822021484375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.400", + "specular": { + "rb": "0.02991496212780475616455078125", + "rf": "0.02991496212780475616455078125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.500", + "specular": { + "rb": "0.0290988795459270477294921875", + "rf": "0.0290988795459270477294921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.600", + "specular": { + "rb": "0.02838047407567501068115234375", + "rf": "0.02838047407567501068115234375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.700", + "specular": { + "rb": "0.0276288501918315887451171875", + "rf": "0.0276288501918315887451171875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.800", + "specular": { + "rb": "0.02729119174182415008544921875", + "rf": "0.02729119174182415008544921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "17.900", + "specular": { + "rb": "0.02719869650900363922119140625", + "rf": "0.02719869650900363922119140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.000", + "specular": { + "rb": "0.02748714387416839599609375", + "rf": "0.02748714387416839599609375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.100", + "specular": { + "rb": "0.0282482616603374481201171875", + "rf": "0.0282482616603374481201171875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.200", + "specular": { + "rb": "0.0295610837638378143310546875", + "rf": "0.0295610837638378143310546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.300", + "specular": { + "rb": "0.0316154249012470245361328125", + "rf": "0.0316154249012470245361328125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.400", + "specular": { + "rb": "0.0346785746514797210693359375", + "rf": "0.0346785746514797210693359375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.500", + "specular": { + "rb": "0.038790933787822723388671875", + "rf": "0.038790933787822723388671875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.600", + "specular": { + "rb": "0.0438205040991306304931640625", + "rf": "0.0438205040991306304931640625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.700", + "specular": { + "rb": "0.0499514639377593994140625", + "rf": "0.0499514639377593994140625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.800", + "specular": { + "rb": "0.0578287653625011444091796875", + "rf": "0.0578287653625011444091796875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "18.900", + "specular": { + "rb": "0.06411792337894439697265625", + "rf": "0.06411792337894439697265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.000", + "specular": { + "rb": "0.074717663228511810302734375", + "rf": "0.074717663228511810302734375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.100", + "specular": { + "rb": "0.086248733103275299072265625", + "rf": "0.086248733103275299072265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.200", + "specular": { + "rb": "0.098301820456981658935546875", + "rf": "0.098301820456981658935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.300", + "specular": { + "rb": "0.1066301763057708740234375", + "rf": "0.1066301763057708740234375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.400", + "specular": { + "rb": "0.119556009769439697265625", + "rf": "0.119556009769439697265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.500", + "specular": { + "rb": "0.13211037218570709228515625", + "rf": "0.13211037218570709228515625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.600", + "specular": { + "rb": "0.1400631368160247802734375", + "rf": "0.1400631368160247802734375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.700", + "specular": { + "rb": "0.15193964540958404541015625", + "rf": "0.15193964540958404541015625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.800", + "specular": { + "rb": "0.1596713364124298095703125", + "rf": "0.1596713364124298095703125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "19.900", + "specular": { + "rb": "0.17038543522357940673828125", + "rf": "0.17038543522357940673828125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.000", + "specular": { + "rb": "0.18073587119579315185546875", + "rf": "0.18073587119579315185546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.100", + "specular": { + "rb": "0.18757329881191253662109375", + "rf": "0.18757329881191253662109375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.200", + "specular": { + "rb": "0.19405440986156463623046875", + "rf": "0.19405440986156463623046875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.300", + "specular": { + "rb": "0.20314191281795501708984375", + "rf": "0.20314191281795501708984375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.400", + "specular": { + "rb": "0.20876456797122955322265625", + "rf": "0.20876456797122955322265625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.500", + "specular": { + "rb": "0.21595478057861328125", + "rf": "0.21595478057861328125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.600", + "specular": { + "rb": "0.220133006572723388671875", + "rf": "0.220133006572723388671875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.700", + "specular": { + "rb": "0.22416760027408599853515625", + "rf": "0.22416760027408599853515625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.800", + "specular": { + "rb": "0.22953669726848602294921875", + "rf": "0.22953669726848602294921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "20.900", + "specular": { + "rb": "0.232484161853790283203125", + "rf": "0.232484161853790283203125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.000", + "specular": { + "rb": "0.23519770801067352294921875", + "rf": "0.23519770801067352294921875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.100", + "specular": { + "rb": "0.2384057343006134033203125", + "rf": "0.2384057343006134033203125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.200", + "specular": { + "rb": "0.23947019875049591064453125", + "rf": "0.23947019875049591064453125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.300", + "specular": { + "rb": "0.2400312721729278564453125", + "rf": "0.2400312721729278564453125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.400", + "specular": { + "rb": "0.24043296277523040771484375", + "rf": "0.24043296277523040771484375", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.500", + "specular": { + "rb": "0.2404572069644927978515625", + "rf": "0.2404572069644927978515625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.600", + "specular": { + "rb": "0.23986805975437164306640625", + "rf": "0.23986805975437164306640625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.700", + "specular": { + "rb": "0.23964266479015350341796875", + "rf": "0.23964266479015350341796875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.800", + "specular": { + "rb": "0.23914594948291778564453125", + "rf": "0.23914594948291778564453125", + "tb": "0", + "tf": "0" + } + }, + { + "w": "21.900", + "specular": { + "rb": "0.23754014074802398681640625", + "rf": "0.23754014074802398681640625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.000", + "specular": { + "rb": "0.23513998091220855712890625", + "rf": "0.23513998091220855712890625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.100", + "specular": { + "rb": "0.23300375044345855712890625", + "rf": "0.23300375044345855712890625", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.200", + "specular": { + "rb": "0.23123960196971893310546875", + "rf": "0.23123960196971893310546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.300", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.400", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.500", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.600", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.700", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.800", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "22.900", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.000", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.100", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.200", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.300", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.400", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.500", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.600", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.700", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.800", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "23.900", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.000", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.100", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.200", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.300", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.400", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.500", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.600", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.700", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.800", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "24.900", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + }, + { + "w": "25.000", + "specular": { + "rb": "0.230256736278533935546875", + "rf": "0.230256736278533935546875", + "tb": "0", + "tf": "0" + } + } + ] + } + ], + "number_incidence_angles": 1 + } + } + } +} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json b/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json deleted file mode 100644 index 772ec116..00000000 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_250312.json +++ /dev/null @@ -1,24514 +0,0 @@ -{ - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0476" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.6768", - "reflectance": "0.069" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8886", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8964", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.082" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9053", - "reflectance": "0.081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.08075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0807" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.08" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.901", - "reflectance": "0.0799" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.891", - "reflectance": "0.0785" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8871", - "reflectance": "0.078" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88", - "reflectance": "0.0771" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.876", - "reflectance": "0.0767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.873", - "reflectance": "0.0763" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.868", - "reflectance": "0.0758" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86115", - "reflectance": "0.075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.853", - "reflectance": "0.0742" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8513", - "reflectance": "0.074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.844", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.843", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8422", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.841", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8591", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.863", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.874", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87335", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.872", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8458", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.030575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.169293" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.283575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.273699" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.119556" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.220133" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.240433" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.23514" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.84 - } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0476" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.6768", - "reflectance": "0.069" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8886", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8964", - "reflectance": "0.083" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.082" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9053", - "reflectance": "0.081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.08075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.905", - "reflectance": "0.0807" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9016", - "reflectance": "0.08" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.901", - "reflectance": "0.0799" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.891", - "reflectance": "0.0785" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8871", - "reflectance": "0.078" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.88", - "reflectance": "0.0771" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.876", - "reflectance": "0.0767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.873", - "reflectance": "0.0763" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.868", - "reflectance": "0.0758" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86115", - "reflectance": "0.075" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.853", - "reflectance": "0.0742" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8513", - "reflectance": "0.074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.844", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.843", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8422", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.841", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8591", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.863", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.874", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87335", - "reflectance": "0.073" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.872", - "reflectance": "0.07274" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.87", - "reflectance": "0.0724" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8458", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.85", - "reflectance": "0.07" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.030575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.169293" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.283575" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.273699" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.119556" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.220133" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.240433" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.23514" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.84 - } - } - ] - } - ] -} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250903.json b/tests/valid/opticalData/igsdbExampleClearlite-4_250903.json new file mode 100644 index 00000000..2c3afe54 --- /dev/null +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_250903.json @@ -0,0 +1,46402 @@ +{ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0476000010967255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0303000006824732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0472000017762184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0931999981403351 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.191599994897842 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0485999993979931 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.318300008773804 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0516999997198582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.453700006008148 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0568000003695488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.576499998569489 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0628999993205071 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.676800012588501 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0689999982714653 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.751299977302551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.804400026798248 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861100018024445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873399972915649 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829000025987625 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879499971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888599991798401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896899998188019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896650016307831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0832000002264977 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896399974822998 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895399987697601 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0827500000596046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894400000572205 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0823500007390976 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894200026988983 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0821999981999397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894649982452393 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820000022649765 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896250009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819500014185906 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89740002155304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898800015449524 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900200009346008 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900900006294251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0818499997258186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0817999988794327 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901899993419647 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0817499980330467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902199983596802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816999971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903299987316132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816499963402748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904399991035461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816000029444695 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904799997806549 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0815500020980835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905200004577637 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0815000012516975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905700027942658 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0814500004053116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.906199991703033 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0813999995589256 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905849993228912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0812999978661537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905499994754791 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0812000036239624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905399978160858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0811000019311905 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90530002117157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0810000002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90514999628067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0808999985456467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807999968528748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807500034570694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807000026106834 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904600024223328 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0806000009179115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90420001745224 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903699994087219 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803999975323677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903199970722199 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803000032901764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902400016784668 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0801500007510185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0799999982118607 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0798999965190888 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90039998292923 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0798000022768974 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.899649977684021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0797000005841255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898899972438812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0795999988913536 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898249983787537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794999971985817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.897599995136261 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794000029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896849989891052 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0793000012636185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896099984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0791999995708466 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0790499970316887 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89410001039505 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0789000019431114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.893450021743774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0788000002503395 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.892799973487854 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0786999985575676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89190000295639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0785999968647957 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.890999972820282 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0785000026226044 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89045000076294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0784000009298325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889900028705597 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0782999992370606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889150023460388 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0781999975442886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888400018215179 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0781000033020973 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887750029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780500024557114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887099981307983 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780000016093254 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.886399984359741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.885699987411499 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0777999982237816 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.884800016880035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0776999965310097 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.883899986743927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0776000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.882799983024597 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0774499997496605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.881699979305267 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0772999972105026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.88085001707077 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0772000029683113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879999995231628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0771000012755394 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878650009632111 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0769499987363815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877300024032593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0768000036478043 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875999987125397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0767000019550324 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0766000002622604 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873849987983704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0764499977231026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873000025749207 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0763000026345253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872150003910065 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0762000009417534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871299982070923 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0760999992489815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869650006294251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0759499967098236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867999970912933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0758000016212463 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867299973964691 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0756999999284744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866599977016449 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0755999982357025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865100026130676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0754500031471252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863600015640259 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0753000006079674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86269998550415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0751999989151955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861800014972687 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750999972224236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861150026321411 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750000029802322 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860499978065491 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0749000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859849989414215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0748500004410744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85920000076294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0747999995946884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858449995517731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0746999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857699990272522 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0746000036597252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856649994850159 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0745000019669533 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855599999427795 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0744000002741814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854300022125244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0742999985814095 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852999985218048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741999968886375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852150022983551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851300001144409 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0740000009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0739500001072884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849699974060059 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848900020122528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847350001335144 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736500024795532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846599996089935 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845899999141693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734999999403954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845200002193451 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844600021839142 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733499974012375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843999981880188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843500018119812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842999994754791 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842599987983704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730499997735024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842199981212616 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841849982738495 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729499980807304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841499984264374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841199994087219 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728499963879585 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840900003910065 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84060001373291 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840099990367889 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839900016784668 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839699983596802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726500004529953 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83950001001358 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725999996066093 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839299976825714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839100003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838949978351593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838660001754761 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724700018763542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838519990444183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724399983882904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838379979133606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724100023508072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838100016117096 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837960004806519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837819993495941 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722900032997131 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837679982185364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837539970874786 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722299963235855 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837400019168854 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837430000305176 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721900016069412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837459981441498 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837490022182465 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721699967980385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837520003318787 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837549984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721499994397163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837580025196075 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837610006332398 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721300020813942 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83763998746872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837670028209686 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721099972724915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837700009346008 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837790012359619 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83788001537323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837970018386841 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838060021400452 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838150024414063 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838329970836639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83841997385025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838509976863861 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838599979877472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838769972324371 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838940024375916 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839110016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839280009269714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839450001716614 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839619994163513 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839789986610413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840129971504211 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840650022029877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841000020503998 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841350018978119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84170001745224 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842050015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842750012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843100011348724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843450009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843800008296967 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844190001487732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844579994678497 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844969987869263 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845359981060028 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845749974250794 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846140027046204 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846530020236969 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8473100066185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847699999809265 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848190009593964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848680019378662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849170029163361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849659979343414 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850149989128113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850639998912811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85113000869751 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851620018482208 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852110028266907 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85259997844696 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852859973907471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727099999785423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853120028972626 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853380024433136 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727299973368645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853640019893646 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853900015354157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854160010814667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854420006275177 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727699995040894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854680001735687 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854939997196198 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727899968624115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855199992656708 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855979979038239 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856760025024414 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857540011405945 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858319997787476 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859099984169006 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859879970550537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860660016536713 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861440002918243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862219989299774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863579988479614 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864160001277924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864740014076233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733200013637543 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865320026874542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865899980068207 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866479992866516 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734400004148483 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867060005664825 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867640018463135 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735199972987175 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868219971656799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735599994659424 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869319975376129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869840025901794 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870880007743835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871399998664856 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871919989585877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872439980506897 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872959971427918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873480021953583 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874270021915436 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874539971351624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874809980392456 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875079989433289 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875349998474121 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875620007514954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875890016555786 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876160025596619 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876429975032806 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876699984073639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876860022544861 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877020001411438 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878260016441345 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878220021724701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878180027008057 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878099977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878059983253479 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878019988536835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877939999103546 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877900004386902 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877740025520325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877579987049103 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877420008182526 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877260029315949 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877099990844727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876919984817505 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735699981451035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876739978790283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735400021076202 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876559972763062 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735099986195564 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876380026340485 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876200020313263 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734499990940094 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876020014286041 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734200030565262 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87584000825882 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733899995684624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875660002231598 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875479996204376 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733300000429153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875299990177155 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875159978866577 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875020027160645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732600018382072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874880015850067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87474000453949 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732199996709824 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874599993228912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874459981918335 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731799975037575 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874319970607758 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874180018901825 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731400027871132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874040007591248 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87389999628067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87379002571106 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873679995536804 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730599984526634 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873570024967194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873459994792938 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730199962854385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873350024223328 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873239994049072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729800015687943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873130023479462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873019993305206 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729399994015694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872910022735596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87279999256134 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872600018978119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728600025177002 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872500002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872399985790253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728200003504753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872300028800964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872200012207031 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872099995613098 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871900022029877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871800005435944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871619999408722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8714399933815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871259987354279 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871079981327057 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870899975299835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870720028877258 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870540022850037 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869939982891083 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869930028915405 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869920015335083 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869910001754761 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869899988174439 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869790017604828 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869679987430573 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869570016860962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869459986686707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869350016117096 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869239985942841 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86913001537323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869019985198975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868910014629364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868470013141632 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720599964261055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868139982223511 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720200017094612 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867810010910034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719799995422363 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867479979991913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719399973750114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867150008678436 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719000026583672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866819977760315 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0718600004911423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866490006446838 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0718199983239174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866159975528717 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0717800036072731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865830004215241 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0717400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865499973297119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0716999992728233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864019989967346 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0715800002217293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862540006637573 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0714600011706352 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8610600233078 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0713400021195412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859579980373383 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0712200030684471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85809999704361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0710999965667725 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856620013713837 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0709799975156784 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855139970779419 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0708599984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853659987449646 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0707399994134903 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852180004119873 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0706200003623962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8507000207901 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0705000013113022 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850210011005402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0704500004649162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849229991436005 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848739981651306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848249971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702499970793724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847760021686554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847270011901856 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846780002117157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701000019907951 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846289992332459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700500011444092 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84579998254776 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84636002779007 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700299963355064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700599998235703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847479999065399 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700900033116341 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848039984703064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848599970340729 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849160015583038 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701799988746643 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702100023627281 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850279986858368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850839972496033 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702700018882752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851589977741242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703099966049194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851779997348785 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851970016956329 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703300014138222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852159976959229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703400000929833 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852349996566773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852540016174316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852729976177216 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703700035810471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85291999578476 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703800022602081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853110015392304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703900009393692 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853299975395203 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852970004081726 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852639973163605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852310001850128 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702800005674362 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851979970932007 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85164999961853 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851320028305054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701600015163422 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850989997386932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850660026073456 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700799971818924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850329995155335 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700400024652481 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850000023841858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84918999671936 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0699300020933151 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848380029201508 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0698599964380264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84757000207901 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0697899982333183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846759974956513 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0697200000286102 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84595000743866 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0696500018239021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845139980316162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069580003619194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844330012798309 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0695099979639053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843519985675812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0694399997591972 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842710018157959 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0693700015544891 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841899991035461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069300003349781 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840929985046387 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0692199990153313 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0691400021314621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838989973068237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0690599977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838020026683807 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0689800009131432 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837050020694733 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0688999965786934 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.836080014705658 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0688199996948242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.835110008716583 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0687400028109551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.834140002727509 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0686599984765053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.833169996738434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0685800015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.832199990749359 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0684999972581863 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0317602977156639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0311778578907251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0305749978870153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0298982560634613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0293271541595459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0286844298243523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0279881600290537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0273720752447844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.026628976687789 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0257604569196701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0249478276818991 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.024136908352375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0232145637273788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0223778914660215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0212853774428368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0201160944998264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0192228704690933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0179411377757788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0166530515998602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0153178321197629 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0139876734465361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0125085180625319 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0109969433397055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00932515412569046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00777597306296229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00600432511419058 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0043658409267664 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00291289901360869 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00186265294905752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00189377903006971 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00460418686270714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0139699345454574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0337979234755039 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0602677464485168 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.085798554122448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11000569909811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.132390573620796 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.15159609913826 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.169293016195297 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.186990514397621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.205486640334129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.229181557893753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.253237813711166 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.273080766201019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.286618322134018 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.289090216159821 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.283574998378754 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.273699045181274 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.263387382030487 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.252852469682694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.241850733757019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.233270466327667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.224181711673737 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.215439319610596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.207660540938377 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.200180113315582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.192028716206551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.18305516242981 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.172752574086189 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.162584468722343 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.152016565203667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.139815807342529 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.129515245556831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11989776045084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.112267836928368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.103999778628349 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.097388967871666 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0901678577065468 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0837536007165909 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0777500867843628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726242884993553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0690992400050163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0673081576824188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.067036047577858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0679356977343559 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.07016621530056 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.072583980858326 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750323981046677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0774050876498222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0791785567998886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803491547703743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.080874614417553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0806821063160896 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794599503278732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780422985553742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0761934518814087 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.074484221637249 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724922269582748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0708932727575302 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069573238492012 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.068089209496975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0665859431028366 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0652998611330986 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0639152824878693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0625139251351357 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0612633489072323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0600595921278 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0591550245881081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0582340992987156 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0575152933597565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0559111572802067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0549225434660912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.053684089332819 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0525968782603741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0516011491417885 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0506701804697514 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0497782118618488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.048476554453373 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0472403652966023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0462779141962528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0454610884189606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0447233505547047 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0436200089752674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0425228625535965 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0416529029607773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0408408083021641 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0390464328229427 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0372622981667519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0363757237792015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0353994518518448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0345350205898285 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0332791395485401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0323126092553139 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0312565825879574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0299149621278048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.029098879545927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.028380474075675 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0276288501918316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0272911917418242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0271986965090036 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0274871438741684 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0282482616603374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0295610837638378 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.031615424901247 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0346785746514797 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0387909337878227 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0438205040991306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0499514639377594 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0578287653625011 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0641179233789444 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0747176632285118 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0862487331032753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0983018204569817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.106630176305771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11955600976944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.132110372185707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.140063136816025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.151939645409584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.15967133641243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.170385435223579 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.180735871195793 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.187573298811913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.194054409861565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.203141912817955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.20876456797123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.215954780578613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.220133006572723 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.224167600274086 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.229536697268486 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.23248416185379 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.235197708010674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.238405734300613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239470198750496 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.240031272172928 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.24043296277523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.240457206964493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239868059754372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239642664790154 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239145949482918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.237540140748024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.235139980912209 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.233003750443459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.231239601969719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.870794057846069 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.0763658285140991 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.902543604373932 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.0804615318775177 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.83999997 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0476000010967255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0303000006824732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0472000017762184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0931999981403351 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.191599994897842 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0485999993979931 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.318300008773804 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0516999997198582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.453700006008148 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0568000003695488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.576499998569489 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0628999993205071 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.676800012588501 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0689999982714653 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.751299977302551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.804400026798248 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861100018024445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873399972915649 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829000025987625 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879499971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888599991798401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896899998188019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896650016307831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0832000002264977 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896399974822998 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895399987697601 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0827500000596046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894400000572205 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0823500007390976 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894200026988983 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0821999981999397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894649982452393 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820000022649765 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896250009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819500014185906 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89740002155304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898800015449524 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900200009346008 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900900006294251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0818499997258186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0817999988794327 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901899993419647 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0817499980330467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902199983596802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816999971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903299987316132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816499963402748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904399991035461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816000029444695 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904799997806549 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0815500020980835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905200004577637 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0815000012516975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905700027942658 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0814500004053116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.906199991703033 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0813999995589256 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905849993228912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0812999978661537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905499994754791 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0812000036239624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905399978160858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0811000019311905 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90530002117157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0810000002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90514999628067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0808999985456467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807999968528748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807500034570694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807000026106834 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904600024223328 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0806000009179115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90420001745224 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903699994087219 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803999975323677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903199970722199 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803000032901764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902400016784668 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0801500007510185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0799999982118607 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0798999965190888 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90039998292923 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0798000022768974 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.899649977684021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0797000005841255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898899972438812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0795999988913536 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898249983787537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794999971985817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.897599995136261 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794000029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896849989891052 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0793000012636185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896099984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0791999995708466 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0790499970316887 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89410001039505 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0789000019431114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.893450021743774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0788000002503395 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.892799973487854 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0786999985575676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89190000295639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0785999968647957 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.890999972820282 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0785000026226044 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89045000076294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0784000009298325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889900028705597 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0782999992370606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889150023460388 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0781999975442886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888400018215179 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0781000033020973 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887750029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780500024557114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887099981307983 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780000016093254 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.886399984359741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.885699987411499 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0777999982237816 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.884800016880035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0776999965310097 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.883899986743927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0776000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.882799983024597 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0774499997496605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.881699979305267 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0772999972105026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.88085001707077 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0772000029683113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879999995231628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0771000012755394 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878650009632111 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0769499987363815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877300024032593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0768000036478043 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875999987125397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0767000019550324 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0766000002622604 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873849987983704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0764499977231026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873000025749207 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0763000026345253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872150003910065 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0762000009417534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871299982070923 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0760999992489815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869650006294251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0759499967098236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867999970912933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0758000016212463 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867299973964691 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0756999999284744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866599977016449 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0755999982357025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865100026130676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0754500031471252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863600015640259 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0753000006079674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86269998550415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0751999989151955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861800014972687 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750999972224236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861150026321411 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750000029802322 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860499978065491 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0749000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859849989414215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0748500004410744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85920000076294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0747999995946884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858449995517731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0746999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857699990272522 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0746000036597252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856649994850159 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0745000019669533 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855599999427795 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0744000002741814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854300022125244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0742999985814095 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852999985218048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741999968886375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852150022983551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851300001144409 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0740000009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0739500001072884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849699974060059 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848900020122528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847350001335144 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736500024795532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846599996089935 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845899999141693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734999999403954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845200002193451 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844600021839142 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733499974012375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843999981880188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843500018119812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842999994754791 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842599987983704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730499997735024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842199981212616 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841849982738495 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729499980807304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841499984264374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841199994087219 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728499963879585 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840900003910065 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84060001373291 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840099990367889 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839900016784668 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839699983596802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726500004529953 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83950001001358 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725999996066093 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839299976825714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839100003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838949978351593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838660001754761 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724700018763542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838519990444183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724399983882904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838379979133606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724100023508072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838100016117096 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837960004806519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837819993495941 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722900032997131 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837679982185364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837539970874786 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722299963235855 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837400019168854 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837430000305176 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721900016069412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837459981441498 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837490022182465 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721699967980385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837520003318787 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837549984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721499994397163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837580025196075 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837610006332398 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721300020813942 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83763998746872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837670028209686 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721099972724915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837700009346008 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837790012359619 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83788001537323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837970018386841 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838060021400452 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838150024414063 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838329970836639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83841997385025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838509976863861 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838599979877472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838769972324371 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838940024375916 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839110016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839280009269714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839450001716614 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839619994163513 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839789986610413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840129971504211 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840650022029877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841000020503998 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841350018978119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84170001745224 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842050015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842750012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843100011348724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843450009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843800008296967 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844190001487732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844579994678497 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844969987869263 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845359981060028 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845749974250794 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846140027046204 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846530020236969 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8473100066185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847699999809265 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848190009593964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848680019378662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849170029163361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849659979343414 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850149989128113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850639998912811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85113000869751 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851620018482208 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852110028266907 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85259997844696 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852859973907471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727099999785423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853120028972626 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853380024433136 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727299973368645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853640019893646 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853900015354157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854160010814667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854420006275177 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727699995040894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854680001735687 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854939997196198 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727899968624115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855199992656708 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855979979038239 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856760025024414 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857540011405945 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858319997787476 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859099984169006 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859879970550537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860660016536713 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861440002918243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862219989299774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863579988479614 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864160001277924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864740014076233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733200013637543 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865320026874542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865899980068207 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866479992866516 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734400004148483 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867060005664825 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867640018463135 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735199972987175 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868219971656799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735599994659424 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869319975376129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869840025901794 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870880007743835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871399998664856 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871919989585877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872439980506897 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872959971427918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873480021953583 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874270021915436 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874539971351624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874809980392456 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875079989433289 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875349998474121 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875620007514954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875890016555786 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876160025596619 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876429975032806 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876699984073639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876860022544861 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877020001411438 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878260016441345 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878220021724701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878180027008057 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878099977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878059983253479 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878019988536835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877939999103546 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877900004386902 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877740025520325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877579987049103 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877420008182526 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877260029315949 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877099990844727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876919984817505 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735699981451035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876739978790283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735400021076202 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876559972763062 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735099986195564 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876380026340485 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876200020313263 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734499990940094 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876020014286041 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734200030565262 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87584000825882 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733899995684624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875660002231598 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875479996204376 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733300000429153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875299990177155 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875159978866577 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875020027160645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732600018382072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874880015850067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87474000453949 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732199996709824 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874599993228912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874459981918335 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731799975037575 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874319970607758 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874180018901825 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731400027871132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874040007591248 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87389999628067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87379002571106 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873679995536804 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730599984526634 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873570024967194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873459994792938 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730199962854385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873350024223328 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873239994049072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729800015687943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873130023479462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873019993305206 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729399994015694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872910022735596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87279999256134 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872600018978119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728600025177002 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872500002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872399985790253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728200003504753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872300028800964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872200012207031 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872099995613098 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871900022029877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871800005435944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871619999408722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8714399933815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871259987354279 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871079981327057 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870899975299835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870720028877258 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870540022850037 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869939982891083 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869930028915405 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869920015335083 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869910001754761 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869899988174439 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869790017604828 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869679987430573 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869570016860962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869459986686707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869350016117096 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869239985942841 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86913001537323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869019985198975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868910014629364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868470013141632 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720599964261055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868139982223511 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720200017094612 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867810010910034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719799995422363 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867479979991913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719399973750114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867150008678436 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719000026583672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866819977760315 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0718600004911423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866490006446838 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0718199983239174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866159975528717 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0717800036072731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865830004215241 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0717400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865499973297119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0716999992728233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864019989967346 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0715800002217293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862540006637573 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0714600011706352 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8610600233078 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0713400021195412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859579980373383 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0712200030684471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85809999704361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0710999965667725 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856620013713837 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0709799975156784 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855139970779419 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0708599984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853659987449646 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0707399994134903 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852180004119873 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0706200003623962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8507000207901 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0705000013113022 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850210011005402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0704500004649162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849229991436005 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848739981651306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848249971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702499970793724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847760021686554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847270011901856 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846780002117157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701000019907951 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846289992332459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700500011444092 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84579998254776 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84636002779007 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700299963355064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700599998235703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847479999065399 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700900033116341 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848039984703064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848599970340729 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849160015583038 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701799988746643 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702100023627281 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850279986858368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850839972496033 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702700018882752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851589977741242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703099966049194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851779997348785 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851970016956329 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703300014138222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852159976959229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703400000929833 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852349996566773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852540016174316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852729976177216 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703700035810471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85291999578476 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703800022602081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853110015392304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703900009393692 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853299975395203 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852970004081726 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852639973163605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852310001850128 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702800005674362 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851979970932007 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85164999961853 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851320028305054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701600015163422 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850989997386932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850660026073456 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700799971818924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850329995155335 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700400024652481 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850000023841858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84918999671936 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0699300020933151 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848380029201508 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0698599964380264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84757000207901 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0697899982333183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846759974956513 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0697200000286102 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84595000743866 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0696500018239021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845139980316162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069580003619194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844330012798309 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0695099979639053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843519985675812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0694399997591972 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842710018157959 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0693700015544891 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841899991035461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069300003349781 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840929985046387 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0692199990153313 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0691400021314621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838989973068237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0690599977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838020026683807 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0689800009131432 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837050020694733 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0688999965786934 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.836080014705658 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0688199996948242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.835110008716583 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0687400028109551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.834140002727509 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0686599984765053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.833169996738434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0685800015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.832199990749359 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0684999972581863 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0317602977156639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0311778578907251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0305749978870153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0298982560634613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0293271541595459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0286844298243523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0279881600290537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0273720752447844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.026628976687789 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0257604569196701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0249478276818991 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.024136908352375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0232145637273788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0223778914660215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0212853774428368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0201160944998264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0192228704690933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0179411377757788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0166530515998602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0153178321197629 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0139876734465361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0125085180625319 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0109969433397055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00932515412569046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00777597306296229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00600432511419058 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0043658409267664 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00291289901360869 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00186265294905752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00189377903006971 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00460418686270714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0139699345454574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0337979234755039 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0602677464485168 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.085798554122448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11000569909811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.132390573620796 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.15159609913826 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.169293016195297 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.186990514397621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.205486640334129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.229181557893753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.253237813711166 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.273080766201019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.286618322134018 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.289090216159821 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.283574998378754 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.273699045181274 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.263387382030487 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.252852469682694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.241850733757019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.233270466327667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.224181711673737 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.215439319610596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.207660540938377 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.200180113315582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.192028716206551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.18305516242981 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.172752574086189 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.162584468722343 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.152016565203667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.139815807342529 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.129515245556831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11989776045084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.112267836928368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.103999778628349 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.097388967871666 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0901678577065468 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0837536007165909 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0777500867843628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726242884993553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0690992400050163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0673081576824188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.067036047577858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0679356977343559 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.07016621530056 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.072583980858326 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750323981046677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0774050876498222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0791785567998886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803491547703743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.080874614417553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0806821063160896 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794599503278732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780422985553742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0761934518814087 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.074484221637249 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724922269582748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0708932727575302 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069573238492012 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.068089209496975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0665859431028366 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0652998611330986 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0639152824878693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0625139251351357 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0612633489072323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0600595921278 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0591550245881081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0582340992987156 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0575152933597565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0559111572802067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0549225434660912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.053684089332819 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0525968782603741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0516011491417885 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0506701804697514 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0497782118618488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.048476554453373 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0472403652966023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0462779141962528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0454610884189606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0447233505547047 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0436200089752674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0425228625535965 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0416529029607773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0408408083021641 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0390464328229427 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0372622981667519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0363757237792015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0353994518518448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0345350205898285 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0332791395485401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0323126092553139 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0312565825879574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0299149621278048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.029098879545927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.028380474075675 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0276288501918316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0272911917418242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0271986965090036 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0274871438741684 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0282482616603374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0295610837638378 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.031615424901247 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0346785746514797 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0387909337878227 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0438205040991306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0499514639377594 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0578287653625011 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0641179233789444 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0747176632285118 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0862487331032753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0983018204569817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.106630176305771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11955600976944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.132110372185707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.140063136816025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.151939645409584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.15967133641243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.170385435223579 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.180735871195793 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.187573298811913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.194054409861565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.203141912817955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.20876456797123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.215954780578613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.220133006572723 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.224167600274086 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.229536697268486 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.23248416185379 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.235197708010674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.238405734300613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239470198750496 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.240031272172928 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.24043296277523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.240457206964493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239868059754372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239642664790154 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239145949482918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.237540140748024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.235139980912209 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.233003750443459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.231239601969719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.870794057846069 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.0763658285140991 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.902543604373932 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.0804615318775177 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.83999997 + } + } + ] + } + ] +} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json index b9449ef6..596153a8 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json @@ -12,23 +12,22 @@ "wavelength": 300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0476" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 305 + "wavelength": 300 }, "direction": { "polar": 8 @@ -40,33 +39,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0474" + "reflectance": 0.0476000010967255 } }, { "incidence": { "wavelengths": { - "wavelength": 310 + "wavelength": 305 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 315 + "wavelength": 305 }, "direction": { "polar": 8 @@ -78,33 +75,31 @@ } }, "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" + "reflectance": 0.0474000014364719 } }, { "incidence": { "wavelengths": { - "wavelength": 320 + "wavelength": 310 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" + "transmittance": 0.0303000006824732 } }, { "incidence": { "wavelengths": { - "wavelength": 325 + "wavelength": 310 }, "direction": { "polar": 8 @@ -116,33 +111,31 @@ } }, "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" + "reflectance": 0.0472000017762184 } }, { "incidence": { "wavelengths": { - "wavelength": 330 + "wavelength": 315 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" + "transmittance": 0.0931999981403351 } }, { "incidence": { "wavelengths": { - "wavelength": 335 + "wavelength": 315 }, "direction": { "polar": 8 @@ -154,33 +147,31 @@ } }, "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" + "reflectance": 0.0474000014364719 } }, { "incidence": { "wavelengths": { - "wavelength": 340 + "wavelength": 320 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.6768", - "reflectance": "0.069" + "transmittance": 0.191599994897842 } }, { "incidence": { "wavelengths": { - "wavelength": 345 + "wavelength": 320 }, "direction": { "polar": 8 @@ -192,33 +183,31 @@ } }, "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" + "reflectance": 0.0485999993979931 } }, { "incidence": { "wavelengths": { - "wavelength": 350 + "wavelength": 325 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" + "transmittance": 0.318300008773804 } }, { "incidence": { "wavelengths": { - "wavelength": 355 + "wavelength": 325 }, "direction": { "polar": 8 @@ -230,33 +219,31 @@ } }, "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" + "reflectance": 0.0516999997198582 } }, { "incidence": { "wavelengths": { - "wavelength": 360 + "wavelength": 330 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" + "transmittance": 0.453700006008148 } }, { "incidence": { "wavelengths": { - "wavelength": 365 + "wavelength": 330 }, "direction": { "polar": 8 @@ -268,33 +255,31 @@ } }, "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" + "reflectance": 0.0568000003695488 } }, { "incidence": { "wavelengths": { - "wavelength": 370 + "wavelength": 335 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8783", - "reflectance": "0.083" + "transmittance": 0.576499998569489 } }, { "incidence": { "wavelengths": { - "wavelength": 375 + "wavelength": 335 }, "direction": { "polar": 8 @@ -306,33 +291,31 @@ } }, "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" + "reflectance": 0.0628999993205071 } }, { "incidence": { "wavelengths": { - "wavelength": 380 + "wavelength": 340 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" + "transmittance": 0.676800012588501 } }, { "incidence": { "wavelengths": { - "wavelength": 385 + "wavelength": 340 }, "direction": { "polar": 8 @@ -344,33 +327,31 @@ } }, "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" + "reflectance": 0.0689999982714653 } }, { "incidence": { "wavelengths": { - "wavelength": 390 + "wavelength": 345 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8886", - "reflectance": "0.083" + "transmittance": 0.751299977302551 } }, { "incidence": { "wavelengths": { - "wavelength": 395 + "wavelength": 345 }, "direction": { "polar": 8 @@ -382,33 +363,31 @@ } }, "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" + "reflectance": 0.0741000026464462 } }, { "incidence": { "wavelengths": { - "wavelength": 400 + "wavelength": 350 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" + "transmittance": 0.804400026798248 } }, { "incidence": { "wavelengths": { - "wavelength": 405 + "wavelength": 350 }, "direction": { "polar": 8 @@ -420,33 +399,31 @@ } }, "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" + "reflectance": 0.0778999999165535 } }, { "incidence": { "wavelengths": { - "wavelength": 410 + "wavelength": 355 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8964", - "reflectance": "0.083" + "transmittance": 0.838800013065338 } }, { "incidence": { "wavelengths": { - "wavelength": 415 + "wavelength": 355 }, "direction": { "polar": 8 @@ -458,33 +435,31 @@ } }, "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" + "reflectance": 0.0804999992251396 } }, { "incidence": { "wavelengths": { - "wavelength": 420 + "wavelength": 360 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" + "transmittance": 0.861100018024445 } }, { "incidence": { "wavelengths": { - "wavelength": 425 + "wavelength": 360 }, "direction": { "polar": 8 @@ -496,33 +471,31 @@ } }, "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" + "reflectance": 0.0820999965071678 } }, { "incidence": { "wavelengths": { - "wavelength": 430 + "wavelength": 365 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" + "transmittance": 0.873399972915649 } }, { "incidence": { "wavelengths": { - "wavelength": 435 + "wavelength": 365 }, "direction": { "polar": 8 @@ -534,33 +507,31 @@ } }, "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" + "reflectance": 0.0829000025987625 } }, { "incidence": { "wavelengths": { - "wavelength": 440 + "wavelength": 370 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8951", - "reflectance": "0.082" + "transmittance": 0.87830001115799 } }, { "incidence": { "wavelengths": { - "wavelength": 445 + "wavelength": 370 }, "direction": { "polar": 8 @@ -572,33 +543,31 @@ } }, "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" + "reflectance": 0.0829999968409538 } }, { "incidence": { "wavelengths": { - "wavelength": 450 + "wavelength": 375 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" + "transmittance": 0.874700009822846 } }, { "incidence": { "wavelengths": { - "wavelength": 455 + "wavelength": 375 }, "direction": { "polar": 8 @@ -610,33 +579,31 @@ } }, "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" + "reflectance": 0.0825000032782555 } }, { "incidence": { "wavelengths": { - "wavelength": 460 + "wavelength": 380 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" + "transmittance": 0.872699975967407 } }, { "incidence": { "wavelengths": { - "wavelength": 465 + "wavelength": 380 }, "direction": { "polar": 8 @@ -648,33 +615,31 @@ } }, "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" + "reflectance": 0.0820999965071678 } }, { "incidence": { "wavelengths": { - "wavelength": 470 + "wavelength": 385 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" + "transmittance": 0.879499971866608 } }, { "incidence": { "wavelengths": { - "wavelength": 475 + "wavelength": 385 }, "direction": { "polar": 8 @@ -686,33 +651,31 @@ } }, "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" + "reflectance": 0.0825000032782555 } }, { "incidence": { "wavelengths": { - "wavelength": 480 + "wavelength": 390 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" + "transmittance": 0.888599991798401 } }, { "incidence": { "wavelengths": { - "wavelength": 485 + "wavelength": 390 }, "direction": { "polar": 8 @@ -724,33 +687,31 @@ } }, "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" + "reflectance": 0.0829999968409538 } }, { "incidence": { "wavelengths": { - "wavelength": 490 + "wavelength": 395 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" + "transmittance": 0.894299983978272 } }, { "incidence": { "wavelengths": { - "wavelength": 495 + "wavelength": 395 }, "direction": { "polar": 8 @@ -762,33 +723,31 @@ } }, "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" + "reflectance": 0.0834000036120415 } }, { "incidence": { "wavelengths": { - "wavelength": 500 + "wavelength": 400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" + "transmittance": 0.896899998188019 } }, { "incidence": { "wavelengths": { - "wavelength": 505 + "wavelength": 400 }, "direction": { "polar": 8 @@ -800,33 +759,31 @@ } }, "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" + "reflectance": 0.0834000036120415 } }, { "incidence": { "wavelengths": { - "wavelength": 510 + "wavelength": 405 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" + "transmittance": 0.896650016307831 } }, { "incidence": { "wavelengths": { - "wavelength": 515 + "wavelength": 405 }, "direction": { "polar": 8 @@ -838,33 +795,31 @@ } }, "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" + "reflectance": 0.0832000002264977 } }, { "incidence": { "wavelengths": { - "wavelength": 520 + "wavelength": 410 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" + "transmittance": 0.896399974822998 } }, { "incidence": { "wavelengths": { - "wavelength": 525 + "wavelength": 410 }, "direction": { "polar": 8 @@ -876,33 +831,31 @@ } }, "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" + "reflectance": 0.0829999968409538 } }, { "incidence": { "wavelengths": { - "wavelength": 530 + "wavelength": 415 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9053", - "reflectance": "0.081" + "transmittance": 0.895399987697601 } }, { "incidence": { "wavelengths": { - "wavelength": 535 + "wavelength": 415 }, "direction": { "polar": 8 @@ -914,33 +867,31 @@ } }, "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" + "reflectance": 0.0827500000596046 } }, { "incidence": { "wavelengths": { - "wavelength": 540 + "wavelength": 420 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.905", - "reflectance": "0.0808" + "transmittance": 0.894400000572205 } }, { "incidence": { "wavelengths": { - "wavelength": 545 + "wavelength": 420 }, "direction": { "polar": 8 @@ -952,33 +903,31 @@ } }, "results": { - "transmittance": "0.905", - "reflectance": "0.08075" + "reflectance": 0.0825000032782555 } }, { "incidence": { "wavelengths": { - "wavelength": 550 + "wavelength": 425 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.905", - "reflectance": "0.0807" + "transmittance": 0.894299983978272 } }, { "incidence": { "wavelengths": { - "wavelength": 555 + "wavelength": 425 }, "direction": { "polar": 8 @@ -990,33 +939,31 @@ } }, "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" + "reflectance": 0.0823500007390976 } }, { "incidence": { "wavelengths": { - "wavelength": 560 + "wavelength": 430 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" + "transmittance": 0.894200026988983 } }, { "incidence": { "wavelengths": { - "wavelength": 565 + "wavelength": 430 }, "direction": { "polar": 8 @@ -1028,33 +975,31 @@ } }, "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" + "reflectance": 0.0821999981999397 } }, { "incidence": { "wavelengths": { - "wavelength": 570 + "wavelength": 435 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" + "transmittance": 0.894649982452393 } }, { "incidence": { "wavelengths": { - "wavelength": 575 + "wavelength": 435 }, "direction": { "polar": 8 @@ -1066,33 +1011,31 @@ } }, "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" + "reflectance": 0.0820999965071678 } }, { "incidence": { "wavelengths": { - "wavelength": 580 + "wavelength": 440 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9016", - "reflectance": "0.08" + "transmittance": 0.895099997520447 } }, { "incidence": { "wavelengths": { - "wavelength": 585 + "wavelength": 440 }, "direction": { "polar": 8 @@ -1104,33 +1047,31 @@ } }, "results": { - "transmittance": "0.901", - "reflectance": "0.0799" + "reflectance": 0.0820000022649765 } }, { "incidence": { "wavelengths": { - "wavelength": 590 + "wavelength": 445 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" + "transmittance": 0.896250009536743 } }, { "incidence": { "wavelengths": { - "wavelength": 595 + "wavelength": 445 }, "direction": { "polar": 8 @@ -1142,33 +1083,31 @@ } }, "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" + "reflectance": 0.0819500014185906 } }, { "incidence": { "wavelengths": { - "wavelength": 600 + "wavelength": 450 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" + "transmittance": 0.89740002155304 } }, { "incidence": { "wavelengths": { - "wavelength": 605 + "wavelength": 450 }, "direction": { "polar": 8 @@ -1180,33 +1119,31 @@ } }, "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" + "reflectance": 0.0819000005722046 } }, { "incidence": { "wavelengths": { - "wavelength": 610 + "wavelength": 455 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" + "transmittance": 0.898800015449524 } }, { "incidence": { "wavelengths": { - "wavelength": 615 + "wavelength": 455 }, "direction": { "polar": 8 @@ -1218,33 +1155,31 @@ } }, "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" + "reflectance": 0.0819000005722046 } }, { "incidence": { "wavelengths": { - "wavelength": 620 + "wavelength": 460 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" + "transmittance": 0.900200009346008 } }, { "incidence": { "wavelengths": { - "wavelength": 625 + "wavelength": 460 }, "direction": { "polar": 8 @@ -1256,33 +1191,31 @@ } }, "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" + "reflectance": 0.0819000005722046 } }, { "incidence": { "wavelengths": { - "wavelength": 630 + "wavelength": 465 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" + "transmittance": 0.900900006294251 } }, { "incidence": { "wavelengths": { - "wavelength": 635 + "wavelength": 465 }, "direction": { "polar": 8 @@ -1294,33 +1227,31 @@ } }, "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" + "reflectance": 0.0818499997258186 } }, { "incidence": { "wavelengths": { - "wavelength": 640 + "wavelength": 470 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" + "transmittance": 0.901600003242493 } }, { "incidence": { "wavelengths": { - "wavelength": 645 + "wavelength": 470 }, "direction": { "polar": 8 @@ -1332,33 +1263,31 @@ } }, "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" + "reflectance": 0.0817999988794327 } }, { "incidence": { "wavelengths": { - "wavelength": 650 + "wavelength": 475 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.891", - "reflectance": "0.0785" + "transmittance": 0.901899993419647 } }, { "incidence": { "wavelengths": { - "wavelength": 655 + "wavelength": 475 }, "direction": { "polar": 8 @@ -1370,33 +1299,31 @@ } }, "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" + "reflectance": 0.0817499980330467 } }, { "incidence": { "wavelengths": { - "wavelength": 660 + "wavelength": 480 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" + "transmittance": 0.902199983596802 } }, { "incidence": { "wavelengths": { - "wavelength": 665 + "wavelength": 480 }, "direction": { "polar": 8 @@ -1408,33 +1335,31 @@ } }, "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" + "reflectance": 0.0816999971866608 } }, { "incidence": { "wavelengths": { - "wavelength": 670 + "wavelength": 485 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" + "transmittance": 0.903299987316132 } }, { "incidence": { "wavelengths": { - "wavelength": 675 + "wavelength": 485 }, "direction": { "polar": 8 @@ -1446,33 +1371,31 @@ } }, "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" + "reflectance": 0.0816499963402748 } }, { "incidence": { "wavelengths": { - "wavelength": 680 + "wavelength": 490 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8871", - "reflectance": "0.078" + "transmittance": 0.904399991035461 } }, { "incidence": { "wavelengths": { - "wavelength": 685 + "wavelength": 490 }, "direction": { "polar": 8 @@ -1484,33 +1407,31 @@ } }, "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" + "reflectance": 0.0816000029444695 } }, { "incidence": { "wavelengths": { - "wavelength": 690 + "wavelength": 495 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" + "transmittance": 0.904799997806549 } }, { "incidence": { "wavelengths": { - "wavelength": 695 + "wavelength": 495 }, "direction": { "polar": 8 @@ -1522,33 +1443,31 @@ } }, "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" + "reflectance": 0.0815500020980835 } }, { "incidence": { "wavelengths": { - "wavelength": 700 + "wavelength": 500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" + "transmittance": 0.905200004577637 } }, { "incidence": { "wavelengths": { - "wavelength": 705 + "wavelength": 500 }, "direction": { "polar": 8 @@ -1560,33 +1479,31 @@ } }, "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" + "reflectance": 0.0815000012516975 } }, { "incidence": { "wavelengths": { - "wavelength": 710 + "wavelength": 505 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" + "transmittance": 0.905700027942658 } }, { "incidence": { "wavelengths": { - "wavelength": 715 + "wavelength": 505 }, "direction": { "polar": 8 @@ -1598,33 +1515,31 @@ } }, "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" + "reflectance": 0.0814500004053116 } }, { "incidence": { "wavelengths": { - "wavelength": 720 + "wavelength": 510 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.88", - "reflectance": "0.0771" + "transmittance": 0.906199991703033 } }, { "incidence": { "wavelengths": { - "wavelength": 725 + "wavelength": 510 }, "direction": { "polar": 8 @@ -1636,33 +1551,31 @@ } }, "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" + "reflectance": 0.0813999995589256 } }, { "incidence": { "wavelengths": { - "wavelength": 730 + "wavelength": 515 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" + "transmittance": 0.905849993228912 } }, { "incidence": { "wavelengths": { - "wavelength": 735 + "wavelength": 515 }, "direction": { "polar": 8 @@ -1674,33 +1587,31 @@ } }, "results": { - "transmittance": "0.876", - "reflectance": "0.0767" + "reflectance": 0.0812999978661537 } }, { "incidence": { "wavelengths": { - "wavelength": 740 + "wavelength": 520 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" + "transmittance": 0.905499994754791 } }, { "incidence": { "wavelengths": { - "wavelength": 745 + "wavelength": 520 }, "direction": { "polar": 8 @@ -1712,33 +1623,31 @@ } }, "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" + "reflectance": 0.0812000036239624 } }, { "incidence": { "wavelengths": { - "wavelength": 750 + "wavelength": 525 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.873", - "reflectance": "0.0763" + "transmittance": 0.905399978160858 } }, { "incidence": { "wavelengths": { - "wavelength": 755 + "wavelength": 525 }, "direction": { "polar": 8 @@ -1750,33 +1659,31 @@ } }, "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" + "reflectance": 0.0811000019311905 } }, { "incidence": { "wavelengths": { - "wavelength": 760 + "wavelength": 530 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" + "transmittance": 0.90530002117157 } }, { "incidence": { "wavelengths": { - "wavelength": 765 + "wavelength": 530 }, "direction": { "polar": 8 @@ -1788,33 +1695,31 @@ } }, "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" + "reflectance": 0.0810000002384186 } }, { "incidence": { "wavelengths": { - "wavelength": 770 + "wavelength": 535 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.868", - "reflectance": "0.0758" + "transmittance": 0.90514999628067 } }, { "incidence": { "wavelengths": { - "wavelength": 775 + "wavelength": 535 }, "direction": { "polar": 8 @@ -1826,33 +1731,31 @@ } }, "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" + "reflectance": 0.0808999985456467 } }, { "incidence": { "wavelengths": { - "wavelength": 780 + "wavelength": 540 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" + "transmittance": 0.904999971389771 } }, { "incidence": { "wavelengths": { - "wavelength": 785 + "wavelength": 540 }, "direction": { "polar": 8 @@ -1864,33 +1767,31 @@ } }, "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" + "reflectance": 0.0807999968528748 } }, { "incidence": { "wavelengths": { - "wavelength": 790 + "wavelength": 545 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" + "transmittance": 0.904999971389771 } }, { "incidence": { "wavelengths": { - "wavelength": 795 + "wavelength": 545 }, "direction": { "polar": 8 @@ -1902,33 +1803,31 @@ } }, "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" + "reflectance": 0.0807500034570694 } }, { "incidence": { "wavelengths": { - "wavelength": 800 + "wavelength": 550 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" + "transmittance": 0.904999971389771 } }, { "incidence": { "wavelengths": { - "wavelength": 805 + "wavelength": 550 }, "direction": { "polar": 8 @@ -1940,33 +1839,31 @@ } }, "results": { - "transmittance": "0.86115", - "reflectance": "0.075" + "reflectance": 0.0807000026106834 } }, { "incidence": { "wavelengths": { - "wavelength": 810 + "wavelength": 555 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" + "transmittance": 0.904600024223328 } }, { "incidence": { "wavelengths": { - "wavelength": 815 + "wavelength": 555 }, "direction": { "polar": 8 @@ -1978,33 +1875,31 @@ } }, "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" + "reflectance": 0.0806000009179115 } }, { "incidence": { "wavelengths": { - "wavelength": 820 + "wavelength": 560 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" + "transmittance": 0.90420001745224 } }, { "incidence": { "wavelengths": { - "wavelength": 825 + "wavelength": 560 }, "direction": { "polar": 8 @@ -2016,33 +1911,31 @@ } }, "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" + "reflectance": 0.0804999992251396 } }, { "incidence": { "wavelengths": { - "wavelength": 830 + "wavelength": 565 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" + "transmittance": 0.903699994087219 } }, { "incidence": { "wavelengths": { - "wavelength": 835 + "wavelength": 565 }, "direction": { "polar": 8 @@ -2054,33 +1947,31 @@ } }, "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" + "reflectance": 0.0803999975323677 } }, { "incidence": { "wavelengths": { - "wavelength": 840 + "wavelength": 570 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" + "transmittance": 0.903199970722199 } }, { "incidence": { "wavelengths": { - "wavelength": 845 + "wavelength": 570 }, "direction": { "polar": 8 @@ -2092,33 +1983,31 @@ } }, "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" + "reflectance": 0.0803000032901764 } }, { "incidence": { "wavelengths": { - "wavelength": 850 + "wavelength": 575 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.853", - "reflectance": "0.0742" + "transmittance": 0.902400016784668 } }, { "incidence": { "wavelengths": { - "wavelength": 855 + "wavelength": 575 }, "direction": { "polar": 8 @@ -2130,33 +2019,31 @@ } }, "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" + "reflectance": 0.0801500007510185 } }, { "incidence": { "wavelengths": { - "wavelength": 860 + "wavelength": 580 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8513", - "reflectance": "0.074" + "transmittance": 0.901600003242493 } }, { "incidence": { "wavelengths": { - "wavelength": 865 + "wavelength": 580 }, "direction": { "polar": 8 @@ -2168,33 +2055,31 @@ } }, "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" + "reflectance": 0.0799999982118607 } }, { "incidence": { "wavelengths": { - "wavelength": 870 + "wavelength": 585 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" + "transmittance": 0.901000022888184 } }, { "incidence": { "wavelengths": { - "wavelength": 875 + "wavelength": 585 }, "direction": { "polar": 8 @@ -2206,33 +2091,31 @@ } }, "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" + "reflectance": 0.0798999965190888 } }, { "incidence": { "wavelengths": { - "wavelength": 880 + "wavelength": 590 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" + "transmittance": 0.90039998292923 } }, { "incidence": { "wavelengths": { - "wavelength": 885 + "wavelength": 590 }, "direction": { "polar": 8 @@ -2244,33 +2127,31 @@ } }, "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" + "reflectance": 0.0798000022768974 } }, { "incidence": { "wavelengths": { - "wavelength": 890 + "wavelength": 595 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" + "transmittance": 0.899649977684021 } }, { "incidence": { "wavelengths": { - "wavelength": 895 + "wavelength": 595 }, "direction": { "polar": 8 @@ -2282,33 +2163,31 @@ } }, "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" + "reflectance": 0.0797000005841255 } }, { "incidence": { "wavelengths": { - "wavelength": 900 + "wavelength": 600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" + "transmittance": 0.898899972438812 } }, { "incidence": { "wavelengths": { - "wavelength": 905 + "wavelength": 600 }, "direction": { "polar": 8 @@ -2320,33 +2199,31 @@ } }, "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" + "reflectance": 0.0795999988913536 } }, { "incidence": { "wavelengths": { - "wavelength": 910 + "wavelength": 605 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.844", - "reflectance": "0.0733" + "transmittance": 0.898249983787537 } }, { "incidence": { "wavelengths": { - "wavelength": 915 + "wavelength": 605 }, "direction": { "polar": 8 @@ -2358,33 +2235,31 @@ } }, "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" + "reflectance": 0.0794999971985817 } }, { "incidence": { "wavelengths": { - "wavelength": 920 + "wavelength": 610 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.843", - "reflectance": "0.0731" + "transmittance": 0.897599995136261 } }, { "incidence": { "wavelengths": { - "wavelength": 925 + "wavelength": 610 }, "direction": { "polar": 8 @@ -2396,33 +2271,31 @@ } }, "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" + "reflectance": 0.0794000029563904 } }, { "incidence": { "wavelengths": { - "wavelength": 930 + "wavelength": 615 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8422", - "reflectance": "0.073" + "transmittance": 0.896849989891052 } }, { "incidence": { "wavelengths": { - "wavelength": 935 + "wavelength": 615 }, "direction": { "polar": 8 @@ -2434,33 +2307,31 @@ } }, "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" + "reflectance": 0.0793000012636185 } }, { "incidence": { "wavelengths": { - "wavelength": 940 + "wavelength": 620 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" + "transmittance": 0.896099984645844 } }, { "incidence": { "wavelengths": { - "wavelength": 945 + "wavelength": 620 }, "direction": { "polar": 8 @@ -2472,33 +2343,31 @@ } }, "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" + "reflectance": 0.0791999995708466 } }, { "incidence": { "wavelengths": { - "wavelength": 950 + "wavelength": 625 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" + "transmittance": 0.895099997520447 } }, { "incidence": { "wavelengths": { - "wavelength": 955 + "wavelength": 625 }, "direction": { "polar": 8 @@ -2510,33 +2379,31 @@ } }, "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" + "reflectance": 0.0790499970316887 } }, { "incidence": { "wavelengths": { - "wavelength": 960 + "wavelength": 630 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" + "transmittance": 0.89410001039505 } }, { "incidence": { "wavelengths": { - "wavelength": 965 + "wavelength": 630 }, "direction": { "polar": 8 @@ -2548,33 +2415,31 @@ } }, "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" + "reflectance": 0.0789000019431114 } }, { "incidence": { "wavelengths": { - "wavelength": 970 + "wavelength": 635 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" + "transmittance": 0.893450021743774 } }, { "incidence": { "wavelengths": { - "wavelength": 975 + "wavelength": 635 }, "direction": { "polar": 8 @@ -2586,33 +2451,31 @@ } }, "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" + "reflectance": 0.0788000002503395 } }, { "incidence": { "wavelengths": { - "wavelength": 980 + "wavelength": 640 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" + "transmittance": 0.892799973487854 } }, { "incidence": { "wavelengths": { - "wavelength": 985 + "wavelength": 640 }, "direction": { "polar": 8 @@ -2624,33 +2487,31 @@ } }, "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" + "reflectance": 0.0786999985575676 } }, { "incidence": { "wavelengths": { - "wavelength": 990 + "wavelength": 645 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" + "transmittance": 0.89190000295639 } }, { "incidence": { "wavelengths": { - "wavelength": 995 + "wavelength": 645 }, "direction": { "polar": 8 @@ -2662,33 +2523,31 @@ } }, "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" + "reflectance": 0.0785999968647957 } }, { "incidence": { "wavelengths": { - "wavelength": 1000 + "wavelength": 650 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" + "transmittance": 0.890999972820282 } }, { "incidence": { "wavelengths": { - "wavelength": 1005 + "wavelength": 650 }, "direction": { "polar": 8 @@ -2700,33 +2559,31 @@ } }, "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" + "reflectance": 0.0785000026226044 } }, { "incidence": { "wavelengths": { - "wavelength": 1010 + "wavelength": 655 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" + "transmittance": 0.89045000076294 } }, { "incidence": { "wavelengths": { - "wavelength": 1015 + "wavelength": 655 }, "direction": { "polar": 8 @@ -2738,33 +2595,31 @@ } }, "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" + "reflectance": 0.0784000009298325 } }, { "incidence": { "wavelengths": { - "wavelength": 1020 + "wavelength": 660 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" + "transmittance": 0.889900028705597 } }, { "incidence": { "wavelengths": { - "wavelength": 1025 + "wavelength": 660 }, "direction": { "polar": 8 @@ -2776,33 +2631,31 @@ } }, "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" + "reflectance": 0.0782999992370606 } }, { "incidence": { "wavelengths": { - "wavelength": 1030 + "wavelength": 665 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" + "transmittance": 0.889150023460388 } }, { "incidence": { "wavelengths": { - "wavelength": 1035 + "wavelength": 665 }, "direction": { "polar": 8 @@ -2814,33 +2667,31 @@ } }, "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" + "reflectance": 0.0781999975442886 } }, { "incidence": { "wavelengths": { - "wavelength": 1040 + "wavelength": 670 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" + "transmittance": 0.888400018215179 } }, { "incidence": { "wavelengths": { - "wavelength": 1045 + "wavelength": 670 }, "direction": { "polar": 8 @@ -2852,33 +2703,31 @@ } }, "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" + "reflectance": 0.0781000033020973 } }, { "incidence": { "wavelengths": { - "wavelength": 1050 + "wavelength": 675 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" + "transmittance": 0.887750029563904 } }, { "incidence": { "wavelengths": { - "wavelength": 1055 + "wavelength": 675 }, "direction": { "polar": 8 @@ -2890,33 +2739,31 @@ } }, "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" + "reflectance": 0.0780500024557114 } }, { "incidence": { "wavelengths": { - "wavelength": 1060 + "wavelength": 680 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" + "transmittance": 0.887099981307983 } }, { "incidence": { "wavelengths": { - "wavelength": 1065 + "wavelength": 680 }, "direction": { "polar": 8 @@ -2928,33 +2775,31 @@ } }, "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" + "reflectance": 0.0780000016093254 } }, { "incidence": { "wavelengths": { - "wavelength": 1070 + "wavelength": 685 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" + "transmittance": 0.886399984359741 } }, { "incidence": { "wavelengths": { - "wavelength": 1075 + "wavelength": 685 }, "direction": { "polar": 8 @@ -2966,33 +2811,31 @@ } }, "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" + "reflectance": 0.0778999999165535 } }, { "incidence": { "wavelengths": { - "wavelength": 1080 + "wavelength": 690 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" + "transmittance": 0.885699987411499 } }, { "incidence": { "wavelengths": { - "wavelength": 1085 + "wavelength": 690 }, "direction": { "polar": 8 @@ -3004,33 +2847,31 @@ } }, "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" + "reflectance": 0.0777999982237816 } }, { "incidence": { "wavelengths": { - "wavelength": 1090 + "wavelength": 695 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" + "transmittance": 0.884800016880035 } }, { "incidence": { "wavelengths": { - "wavelength": 1095 + "wavelength": 695 }, "direction": { "polar": 8 @@ -3042,33 +2883,31 @@ } }, "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" + "reflectance": 0.0776999965310097 } }, { "incidence": { "wavelengths": { - "wavelength": 1100 + "wavelength": 700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" + "transmittance": 0.883899986743927 } }, { "incidence": { "wavelengths": { - "wavelength": 1105 + "wavelength": 700 }, "direction": { "polar": 8 @@ -3080,33 +2919,31 @@ } }, "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" + "reflectance": 0.0776000022888184 } }, { "incidence": { "wavelengths": { - "wavelength": 1110 + "wavelength": 705 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" + "transmittance": 0.882799983024597 } }, { "incidence": { "wavelengths": { - "wavelength": 1115 + "wavelength": 705 }, "direction": { "polar": 8 @@ -3118,33 +2955,31 @@ } }, "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" + "reflectance": 0.0774499997496605 } }, { "incidence": { "wavelengths": { - "wavelength": 1120 + "wavelength": 710 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" + "transmittance": 0.881699979305267 } }, { "incidence": { "wavelengths": { - "wavelength": 1125 + "wavelength": 710 }, "direction": { "polar": 8 @@ -3156,33 +2991,31 @@ } }, "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" + "reflectance": 0.0772999972105026 } }, { "incidence": { "wavelengths": { - "wavelength": 1130 + "wavelength": 715 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" + "transmittance": 0.88085001707077 } }, { "incidence": { "wavelengths": { - "wavelength": 1135 + "wavelength": 715 }, "direction": { "polar": 8 @@ -3194,33 +3027,31 @@ } }, "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" + "reflectance": 0.0772000029683113 } }, { "incidence": { "wavelengths": { - "wavelength": 1140 + "wavelength": 720 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" + "transmittance": 0.879999995231628 } }, { "incidence": { "wavelengths": { - "wavelength": 1145 + "wavelength": 720 }, "direction": { "polar": 8 @@ -3232,33 +3063,31 @@ } }, "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" + "reflectance": 0.0771000012755394 } }, { "incidence": { "wavelengths": { - "wavelength": 1150 + "wavelength": 725 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" + "transmittance": 0.878650009632111 } }, { "incidence": { "wavelengths": { - "wavelength": 1155 + "wavelength": 725 }, "direction": { "polar": 8 @@ -3270,33 +3099,31 @@ } }, "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" + "reflectance": 0.0769499987363815 } }, { "incidence": { "wavelengths": { - "wavelength": 1160 + "wavelength": 730 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" + "transmittance": 0.877300024032593 } }, { "incidence": { "wavelengths": { - "wavelength": 1165 + "wavelength": 730 }, "direction": { "polar": 8 @@ -3308,33 +3135,31 @@ } }, "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" + "reflectance": 0.0768000036478043 } }, { "incidence": { "wavelengths": { - "wavelength": 1170 + "wavelength": 735 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" + "transmittance": 0.875999987125397 } }, { "incidence": { "wavelengths": { - "wavelength": 1175 + "wavelength": 735 }, "direction": { "polar": 8 @@ -3346,33 +3171,31 @@ } }, "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" + "reflectance": 0.0767000019550324 } }, { "incidence": { "wavelengths": { - "wavelength": 1180 + "wavelength": 740 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" + "transmittance": 0.874700009822846 } }, { "incidence": { "wavelengths": { - "wavelength": 1185 + "wavelength": 740 }, "direction": { "polar": 8 @@ -3384,33 +3207,31 @@ } }, "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" + "reflectance": 0.0766000002622604 } }, { "incidence": { "wavelengths": { - "wavelength": 1190 + "wavelength": 745 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" + "transmittance": 0.873849987983704 } }, { "incidence": { "wavelengths": { - "wavelength": 1195 + "wavelength": 745 }, "direction": { "polar": 8 @@ -3422,33 +3243,31 @@ } }, "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" + "reflectance": 0.0764499977231026 } }, { "incidence": { "wavelengths": { - "wavelength": 1200 + "wavelength": 750 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" + "transmittance": 0.873000025749207 } }, { "incidence": { "wavelengths": { - "wavelength": 1205 + "wavelength": 750 }, "direction": { "polar": 8 @@ -3460,33 +3279,31 @@ } }, "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" + "reflectance": 0.0763000026345253 } }, { "incidence": { "wavelengths": { - "wavelength": 1210 + "wavelength": 755 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.841", - "reflectance": "0.07214" + "transmittance": 0.872150003910065 } }, { "incidence": { "wavelengths": { - "wavelength": 1215 + "wavelength": 755 }, "direction": { "polar": 8 @@ -3498,33 +3315,31 @@ } }, "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" + "reflectance": 0.0762000009417534 } }, { "incidence": { "wavelengths": { - "wavelength": 1220 + "wavelength": 760 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" + "transmittance": 0.871299982070923 } }, { "incidence": { "wavelengths": { - "wavelength": 1225 + "wavelength": 760 }, "direction": { "polar": 8 @@ -3536,33 +3351,31 @@ } }, "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" + "reflectance": 0.0760999992489815 } }, { "incidence": { "wavelengths": { - "wavelength": 1230 + "wavelength": 765 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" + "transmittance": 0.869650006294251 } }, { "incidence": { "wavelengths": { - "wavelength": 1235 + "wavelength": 765 }, "direction": { "polar": 8 @@ -3574,33 +3387,31 @@ } }, "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" + "reflectance": 0.0759499967098236 } }, { "incidence": { "wavelengths": { - "wavelength": 1240 + "wavelength": 770 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" + "transmittance": 0.867999970912933 } }, { "incidence": { "wavelengths": { - "wavelength": 1245 + "wavelength": 770 }, "direction": { "polar": 8 @@ -3612,33 +3423,31 @@ } }, "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" + "reflectance": 0.0758000016212463 } }, { "incidence": { "wavelengths": { - "wavelength": 1250 + "wavelength": 775 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" + "transmittance": 0.867299973964691 } }, { "incidence": { "wavelengths": { - "wavelength": 1255 + "wavelength": 775 }, "direction": { "polar": 8 @@ -3650,33 +3459,31 @@ } }, "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" + "reflectance": 0.0756999999284744 } }, { "incidence": { "wavelengths": { - "wavelength": 1260 + "wavelength": 780 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" + "transmittance": 0.866599977016449 } }, { "incidence": { "wavelengths": { - "wavelength": 1265 + "wavelength": 780 }, "direction": { "polar": 8 @@ -3688,33 +3495,31 @@ } }, "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" + "reflectance": 0.0755999982357025 } }, { "incidence": { "wavelengths": { - "wavelength": 1270 + "wavelength": 785 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" + "transmittance": 0.865100026130676 } }, { "incidence": { "wavelengths": { - "wavelength": 1275 + "wavelength": 785 }, "direction": { "polar": 8 @@ -3726,33 +3531,31 @@ } }, "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" + "reflectance": 0.0754500031471252 } }, { "incidence": { "wavelengths": { - "wavelength": 1280 + "wavelength": 790 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" + "transmittance": 0.863600015640259 } }, { "incidence": { "wavelengths": { - "wavelength": 1285 + "wavelength": 790 }, "direction": { "polar": 8 @@ -3764,33 +3567,31 @@ } }, "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" + "reflectance": 0.0753000006079674 } }, { "incidence": { "wavelengths": { - "wavelength": 1290 + "wavelength": 795 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" + "transmittance": 0.86269998550415 } }, { "incidence": { "wavelengths": { - "wavelength": 1295 + "wavelength": 795 }, "direction": { "polar": 8 @@ -3802,33 +3603,31 @@ } }, "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" + "reflectance": 0.0751999989151955 } }, { "incidence": { "wavelengths": { - "wavelength": 1300 + "wavelength": 800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" + "transmittance": 0.861800014972687 } }, { "incidence": { "wavelengths": { - "wavelength": 1305 + "wavelength": 800 }, "direction": { "polar": 8 @@ -3840,33 +3639,31 @@ } }, "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" + "reflectance": 0.0750999972224236 } }, { "incidence": { "wavelengths": { - "wavelength": 1310 + "wavelength": 805 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" + "transmittance": 0.861150026321411 } }, { "incidence": { "wavelengths": { - "wavelength": 1315 + "wavelength": 805 }, "direction": { "polar": 8 @@ -3878,33 +3675,31 @@ } }, "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" + "reflectance": 0.0750000029802322 } }, { "incidence": { "wavelengths": { - "wavelength": 1320 + "wavelength": 810 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" + "transmittance": 0.860499978065491 } }, { "incidence": { "wavelengths": { - "wavelength": 1325 + "wavelength": 810 }, "direction": { "polar": 8 @@ -3916,33 +3711,31 @@ } }, "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" + "reflectance": 0.0749000012874603 } }, { "incidence": { "wavelengths": { - "wavelength": 1330 + "wavelength": 815 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" + "transmittance": 0.859849989414215 } }, { "incidence": { "wavelengths": { - "wavelength": 1335 + "wavelength": 815 }, "direction": { "polar": 8 @@ -3954,33 +3747,31 @@ } }, "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" + "reflectance": 0.0748500004410744 } }, { "incidence": { "wavelengths": { - "wavelength": 1340 + "wavelength": 820 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" + "transmittance": 0.85920000076294 } }, { "incidence": { "wavelengths": { - "wavelength": 1345 + "wavelength": 820 }, "direction": { "polar": 8 @@ -3992,33 +3783,31 @@ } }, "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" + "reflectance": 0.0747999995946884 } }, { "incidence": { "wavelengths": { - "wavelength": 1350 + "wavelength": 825 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" + "transmittance": 0.858449995517731 } }, { "incidence": { "wavelengths": { - "wavelength": 1355 + "wavelength": 825 }, "direction": { "polar": 8 @@ -4030,33 +3819,31 @@ } }, "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" + "reflectance": 0.0746999979019165 } }, { "incidence": { "wavelengths": { - "wavelength": 1360 + "wavelength": 830 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" + "transmittance": 0.857699990272522 } }, { "incidence": { "wavelengths": { - "wavelength": 1365 + "wavelength": 830 }, "direction": { "polar": 8 @@ -4068,33 +3855,31 @@ } }, "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" + "reflectance": 0.0746000036597252 } }, { "incidence": { "wavelengths": { - "wavelength": 1370 + "wavelength": 835 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" + "transmittance": 0.856649994850159 } }, { "incidence": { "wavelengths": { - "wavelength": 1375 + "wavelength": 835 }, "direction": { "polar": 8 @@ -4106,33 +3891,31 @@ } }, "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" + "reflectance": 0.0745000019669533 } }, { "incidence": { "wavelengths": { - "wavelength": 1380 + "wavelength": 840 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" + "transmittance": 0.855599999427795 } }, { "incidence": { "wavelengths": { - "wavelength": 1385 + "wavelength": 840 }, "direction": { "polar": 8 @@ -4144,33 +3927,31 @@ } }, "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" + "reflectance": 0.0744000002741814 } }, { "incidence": { "wavelengths": { - "wavelength": 1390 + "wavelength": 845 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" + "transmittance": 0.854300022125244 } }, { "incidence": { "wavelengths": { - "wavelength": 1395 + "wavelength": 845 }, "direction": { "polar": 8 @@ -4182,33 +3963,31 @@ } }, "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" + "reflectance": 0.0742999985814095 } }, { "incidence": { "wavelengths": { - "wavelength": 1400 + "wavelength": 850 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" + "transmittance": 0.852999985218048 } }, { "incidence": { "wavelengths": { - "wavelength": 1405 + "wavelength": 850 }, "direction": { "polar": 8 @@ -4220,33 +3999,31 @@ } }, "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" + "reflectance": 0.0741999968886375 } }, { "incidence": { "wavelengths": { - "wavelength": 1410 + "wavelength": 855 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" + "transmittance": 0.852150022983551 } }, { "incidence": { "wavelengths": { - "wavelength": 1415 + "wavelength": 855 }, "direction": { "polar": 8 @@ -4258,33 +4035,31 @@ } }, "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" + "reflectance": 0.0741000026464462 } }, { "incidence": { "wavelengths": { - "wavelength": 1420 + "wavelength": 860 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" + "transmittance": 0.851300001144409 } }, { "incidence": { "wavelengths": { - "wavelength": 1425 + "wavelength": 860 }, "direction": { "polar": 8 @@ -4296,33 +4071,31 @@ } }, "results": { - "transmittance": "0.8591", - "reflectance": "0.073" + "reflectance": 0.0740000009536743 } }, { "incidence": { "wavelengths": { - "wavelength": 1430 + "wavelength": 865 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" + "transmittance": 0.850499987602234 } }, { "incidence": { "wavelengths": { - "wavelength": 1435 + "wavelength": 865 }, "direction": { "polar": 8 @@ -4334,33 +4107,31 @@ } }, "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" + "reflectance": 0.0739500001072884 } }, { "incidence": { "wavelengths": { - "wavelength": 1440 + "wavelength": 870 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" + "transmittance": 0.849699974060059 } }, { "incidence": { "wavelengths": { - "wavelength": 1445 + "wavelength": 870 }, "direction": { "polar": 8 @@ -4372,33 +4143,31 @@ } }, "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 1450 + "wavelength": 875 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.863", - "reflectance": "0.0732" + "transmittance": 0.848900020122528 } }, { "incidence": { "wavelengths": { - "wavelength": 1455 + "wavelength": 875 }, "direction": { "polar": 8 @@ -4410,33 +4179,31 @@ } }, "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" + "reflectance": 0.0737999975681305 } }, { "incidence": { "wavelengths": { - "wavelength": 1460 + "wavelength": 880 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" + "transmittance": 0.848100006580353 } }, { "incidence": { "wavelengths": { - "wavelength": 1465 + "wavelength": 880 }, "direction": { "polar": 8 @@ -4448,33 +4215,31 @@ } }, "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" + "reflectance": 0.0737000033259392 } }, { "incidence": { "wavelengths": { - "wavelength": 1470 + "wavelength": 885 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" + "transmittance": 0.847350001335144 } }, { "incidence": { "wavelengths": { - "wavelength": 1475 + "wavelength": 885 }, "direction": { "polar": 8 @@ -4486,33 +4251,31 @@ } }, "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" + "reflectance": 0.0736500024795532 } }, { "incidence": { "wavelengths": { - "wavelength": 1480 + "wavelength": 890 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" + "transmittance": 0.846599996089935 } }, { "incidence": { "wavelengths": { - "wavelength": 1485 + "wavelength": 890 }, "direction": { "polar": 8 @@ -4524,33 +4287,31 @@ } }, "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" + "reflectance": 0.0736000016331673 } }, { "incidence": { "wavelengths": { - "wavelength": 1490 + "wavelength": 895 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" + "transmittance": 0.845899999141693 } }, { "incidence": { "wavelengths": { - "wavelength": 1495 + "wavelength": 895 }, "direction": { "polar": 8 @@ -4562,33 +4323,31 @@ } }, "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" + "reflectance": 0.0734999999403954 } }, { "incidence": { "wavelengths": { - "wavelength": 1500 + "wavelength": 900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" + "transmittance": 0.845200002193451 } }, { "incidence": { "wavelengths": { - "wavelength": 1505 + "wavelength": 900 }, "direction": { "polar": 8 @@ -4600,33 +4359,31 @@ } }, "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" + "reflectance": 0.0733999982476234 } }, { "incidence": { "wavelengths": { - "wavelength": 1510 + "wavelength": 905 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" + "transmittance": 0.844600021839142 } }, { "incidence": { "wavelengths": { - "wavelength": 1515 + "wavelength": 905 }, "direction": { "polar": 8 @@ -4638,33 +4395,31 @@ } }, "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" + "reflectance": 0.0733499974012375 } }, { "incidence": { "wavelengths": { - "wavelength": 1520 + "wavelength": 910 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" + "transmittance": 0.843999981880188 } }, { "incidence": { "wavelengths": { - "wavelength": 1525 + "wavelength": 910 }, "direction": { "polar": 8 @@ -4676,33 +4431,31 @@ } }, "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" + "reflectance": 0.0732999965548515 } }, { "incidence": { "wavelengths": { - "wavelength": 1530 + "wavelength": 915 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" + "transmittance": 0.843500018119812 } }, { "incidence": { "wavelengths": { - "wavelength": 1535 + "wavelength": 915 }, "direction": { "polar": 8 @@ -4714,33 +4467,31 @@ } }, "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" + "reflectance": 0.0732000023126602 } }, { "incidence": { "wavelengths": { - "wavelength": 1540 + "wavelength": 920 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" + "transmittance": 0.842999994754791 } }, { "incidence": { "wavelengths": { - "wavelength": 1545 + "wavelength": 920 }, "direction": { "polar": 8 @@ -4752,33 +4503,31 @@ } }, "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" + "reflectance": 0.0731000006198883 } }, { "incidence": { "wavelengths": { - "wavelength": 1550 + "wavelength": 925 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.874", - "reflectance": "0.0738" + "transmittance": 0.842599987983704 } }, { "incidence": { "wavelengths": { - "wavelength": 1555 + "wavelength": 925 }, "direction": { "polar": 8 @@ -4790,33 +4539,31 @@ } }, "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" + "reflectance": 0.0730499997735024 } }, { "incidence": { "wavelengths": { - "wavelength": 1560 + "wavelength": 930 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" + "transmittance": 0.842199981212616 } }, { "incidence": { "wavelengths": { - "wavelength": 1565 + "wavelength": 930 }, "direction": { "polar": 8 @@ -4828,33 +4575,31 @@ } }, "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" + "reflectance": 0.0729999989271164 } }, { "incidence": { "wavelengths": { - "wavelength": 1570 + "wavelength": 935 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" + "transmittance": 0.841849982738495 } }, { "incidence": { "wavelengths": { - "wavelength": 1575 + "wavelength": 935 }, "direction": { "polar": 8 @@ -4866,33 +4611,31 @@ } }, "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" + "reflectance": 0.0729499980807304 } }, { "incidence": { "wavelengths": { - "wavelength": 1580 + "wavelength": 940 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" + "transmittance": 0.841499984264374 } }, { "incidence": { "wavelengths": { - "wavelength": 1585 + "wavelength": 940 }, "direction": { "polar": 8 @@ -4904,33 +4647,31 @@ } }, "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" + "reflectance": 0.0728999972343445 } }, { "incidence": { "wavelengths": { - "wavelength": 1590 + "wavelength": 945 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" + "transmittance": 0.841199994087219 } }, { "incidence": { "wavelengths": { - "wavelength": 1595 + "wavelength": 945 }, "direction": { "polar": 8 @@ -4942,33 +4683,31 @@ } }, "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" + "reflectance": 0.0728499963879585 } }, { "incidence": { "wavelengths": { - "wavelength": 1600 + "wavelength": 950 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" + "transmittance": 0.840900003910065 } }, { "incidence": { "wavelengths": { - "wavelength": 1605 + "wavelength": 950 }, "direction": { "polar": 8 @@ -4980,33 +4719,31 @@ } }, "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" + "reflectance": 0.0728000029921532 } }, { "incidence": { "wavelengths": { - "wavelength": 1610 + "wavelength": 955 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" + "transmittance": 0.84060001373291 } }, { "incidence": { "wavelengths": { - "wavelength": 1615 + "wavelength": 955 }, "direction": { "polar": 8 @@ -5018,33 +4755,31 @@ } }, "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" + "reflectance": 0.0727500021457672 } }, { "incidence": { "wavelengths": { - "wavelength": 1620 + "wavelength": 960 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" + "transmittance": 0.840300023555756 } }, { "incidence": { "wavelengths": { - "wavelength": 1625 + "wavelength": 960 }, "direction": { "polar": 8 @@ -5056,33 +4791,31 @@ } }, "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" + "reflectance": 0.0727000012993813 } }, { "incidence": { "wavelengths": { - "wavelength": 1630 + "wavelength": 965 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" + "transmittance": 0.840099990367889 } }, { "incidence": { "wavelengths": { - "wavelength": 1635 + "wavelength": 965 }, "direction": { "polar": 8 @@ -5094,33 +4827,31 @@ } }, "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" + "reflectance": 0.0727000012993813 } }, { "incidence": { "wavelengths": { - "wavelength": 1640 + "wavelength": 970 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" + "transmittance": 0.839900016784668 } }, { "incidence": { "wavelengths": { - "wavelength": 1645 + "wavelength": 970 }, "direction": { "polar": 8 @@ -5132,33 +4863,31 @@ } }, "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" + "reflectance": 0.0727000012993813 } }, { "incidence": { "wavelengths": { - "wavelength": 1650 + "wavelength": 975 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" + "transmittance": 0.839699983596802 } }, { "incidence": { "wavelengths": { - "wavelength": 1655 + "wavelength": 975 }, "direction": { "polar": 8 @@ -5170,33 +4899,31 @@ } }, "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" + "reflectance": 0.0726500004529953 } }, { "incidence": { "wavelengths": { - "wavelength": 1660 + "wavelength": 980 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" + "transmittance": 0.83950001001358 } }, { "incidence": { "wavelengths": { - "wavelength": 1665 + "wavelength": 980 }, "direction": { "polar": 8 @@ -5208,33 +4935,31 @@ } }, "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" + "reflectance": 0.0725999996066093 } }, { "incidence": { "wavelengths": { - "wavelength": 1670 + "wavelength": 985 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" + "transmittance": 0.839299976825714 } }, { "incidence": { "wavelengths": { - "wavelength": 1675 + "wavelength": 985 }, "direction": { "polar": 8 @@ -5246,33 +4971,31 @@ } }, "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" + "reflectance": 0.0725499987602234 } }, { "incidence": { "wavelengths": { - "wavelength": 1680 + "wavelength": 990 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" + "transmittance": 0.839100003242493 } }, { "incidence": { "wavelengths": { - "wavelength": 1685 + "wavelength": 990 }, "direction": { "polar": 8 @@ -5284,33 +5007,31 @@ } }, "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" + "reflectance": 0.0724999979138374 } }, { "incidence": { "wavelengths": { - "wavelength": 1690 + "wavelength": 995 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" + "transmittance": 0.838949978351593 } }, { "incidence": { "wavelengths": { - "wavelength": 1695 + "wavelength": 995 }, "direction": { "polar": 8 @@ -5322,33 +5043,31 @@ } }, "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" + "reflectance": 0.0724999979138374 } }, { "incidence": { "wavelengths": { - "wavelength": 1700 + "wavelength": 1000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" + "transmittance": 0.838800013065338 } }, { "incidence": { "wavelengths": { - "wavelength": 1705 + "wavelength": 1000 }, "direction": { "polar": 8 @@ -5360,33 +5079,31 @@ } }, "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" + "reflectance": 0.0724999979138374 } }, { "incidence": { "wavelengths": { - "wavelength": 1710 + "wavelength": 1005 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" + "transmittance": 0.838660001754761 } }, { "incidence": { "wavelengths": { - "wavelength": 1715 + "wavelength": 1005 }, "direction": { "polar": 8 @@ -5398,33 +5115,31 @@ } }, "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" + "reflectance": 0.0724700018763542 } }, { "incidence": { "wavelengths": { - "wavelength": 1720 + "wavelength": 1010 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" + "transmittance": 0.838519990444183 } }, { "incidence": { "wavelengths": { - "wavelength": 1725 + "wavelength": 1010 }, "direction": { "polar": 8 @@ -5436,33 +5151,31 @@ } }, "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" + "reflectance": 0.0724399983882904 } }, { "incidence": { "wavelengths": { - "wavelength": 1730 + "wavelength": 1015 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" + "transmittance": 0.838379979133606 } }, { "incidence": { "wavelengths": { - "wavelength": 1735 + "wavelength": 1015 }, "direction": { "polar": 8 @@ -5474,33 +5187,31 @@ } }, "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" + "reflectance": 0.0724100023508072 } }, { "incidence": { "wavelengths": { - "wavelength": 1740 + "wavelength": 1020 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" + "transmittance": 0.838240027427673 } }, { "incidence": { "wavelengths": { - "wavelength": 1745 + "wavelength": 1020 }, "direction": { "polar": 8 @@ -5512,33 +5223,31 @@ } }, "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" + "reflectance": 0.0723799988627434 } }, { "incidence": { "wavelengths": { - "wavelength": 1750 + "wavelength": 1025 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" + "transmittance": 0.838100016117096 } }, { "incidence": { "wavelengths": { - "wavelength": 1755 + "wavelength": 1025 }, "direction": { "polar": 8 @@ -5550,33 +5259,31 @@ } }, "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" + "reflectance": 0.0723500028252602 } }, { "incidence": { "wavelengths": { - "wavelength": 1760 + "wavelength": 1030 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" + "transmittance": 0.837960004806519 } }, { "incidence": { "wavelengths": { - "wavelength": 1765 + "wavelength": 1030 }, "direction": { "polar": 8 @@ -5588,33 +5295,31 @@ } }, "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" + "reflectance": 0.0723199993371964 } }, { "incidence": { "wavelengths": { - "wavelength": 1770 + "wavelength": 1035 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" + "transmittance": 0.837819993495941 } }, { "incidence": { "wavelengths": { - "wavelength": 1775 + "wavelength": 1035 }, "direction": { "polar": 8 @@ -5626,33 +5331,31 @@ } }, "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" + "reflectance": 0.0722900032997131 } }, { "incidence": { "wavelengths": { - "wavelength": 1780 + "wavelength": 1040 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" + "transmittance": 0.837679982185364 } }, { "incidence": { "wavelengths": { - "wavelength": 1785 + "wavelength": 1040 }, "direction": { "polar": 8 @@ -5664,33 +5367,31 @@ } }, "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" + "reflectance": 0.0722599998116493 } }, { "incidence": { "wavelengths": { - "wavelength": 1790 + "wavelength": 1045 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" + "transmittance": 0.837539970874786 } }, { "incidence": { "wavelengths": { - "wavelength": 1795 + "wavelength": 1045 }, "direction": { "polar": 8 @@ -5702,33 +5403,31 @@ } }, "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" + "reflectance": 0.0722299963235855 } }, { "incidence": { "wavelengths": { - "wavelength": 1800 + "wavelength": 1050 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" + "transmittance": 0.837400019168854 } }, { "incidence": { "wavelengths": { - "wavelength": 1805 + "wavelength": 1050 }, "direction": { "polar": 8 @@ -5740,33 +5439,31 @@ } }, "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" + "reflectance": 0.0722000002861023 } }, { "incidence": { "wavelengths": { - "wavelength": 1810 + "wavelength": 1055 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" + "transmittance": 0.837430000305176 } }, { "incidence": { "wavelengths": { - "wavelength": 1815 + "wavelength": 1055 }, "direction": { "polar": 8 @@ -5778,33 +5475,31 @@ } }, "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" + "reflectance": 0.0721900016069412 } }, { "incidence": { "wavelengths": { - "wavelength": 1820 + "wavelength": 1060 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" + "transmittance": 0.837459981441498 } }, { "incidence": { "wavelengths": { - "wavelength": 1825 + "wavelength": 1060 }, "direction": { "polar": 8 @@ -5816,33 +5511,31 @@ } }, "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" + "reflectance": 0.0721800029277802 } }, { "incidence": { "wavelengths": { - "wavelength": 1830 + "wavelength": 1065 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" + "transmittance": 0.837490022182465 } }, { "incidence": { "wavelengths": { - "wavelength": 1835 + "wavelength": 1065 }, "direction": { "polar": 8 @@ -5854,33 +5547,31 @@ } }, "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" + "reflectance": 0.0721699967980385 } }, { "incidence": { "wavelengths": { - "wavelength": 1840 + "wavelength": 1070 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" + "transmittance": 0.837520003318787 } }, { "incidence": { "wavelengths": { - "wavelength": 1845 + "wavelength": 1070 }, "direction": { "polar": 8 @@ -5892,33 +5583,31 @@ } }, "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" + "reflectance": 0.0721599981188774 } }, { "incidence": { "wavelengths": { - "wavelength": 1850 + "wavelength": 1075 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" + "transmittance": 0.837549984455109 } }, { "incidence": { "wavelengths": { - "wavelength": 1855 + "wavelength": 1075 }, "direction": { "polar": 8 @@ -5930,33 +5619,31 @@ } }, "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" + "reflectance": 0.0721499994397163 } }, { "incidence": { "wavelengths": { - "wavelength": 1860 + "wavelength": 1080 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" + "transmittance": 0.837580025196075 } }, { "incidence": { "wavelengths": { - "wavelength": 1865 + "wavelength": 1080 }, "direction": { "polar": 8 @@ -5968,33 +5655,31 @@ } }, "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" + "reflectance": 0.0721400007605553 } }, { "incidence": { "wavelengths": { - "wavelength": 1870 + "wavelength": 1085 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" + "transmittance": 0.837610006332398 } }, { "incidence": { "wavelengths": { - "wavelength": 1875 + "wavelength": 1085 }, "direction": { "polar": 8 @@ -6006,33 +5691,31 @@ } }, "results": { - "transmittance": "0.87335", - "reflectance": "0.073" + "reflectance": 0.0721300020813942 } }, { "incidence": { "wavelengths": { - "wavelength": 1880 + "wavelength": 1090 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" + "transmittance": 0.83763998746872 } }, { "incidence": { "wavelengths": { - "wavelength": 1885 + "wavelength": 1090 }, "direction": { "polar": 8 @@ -6044,33 +5727,31 @@ } }, "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" + "reflectance": 0.0721200034022331 } }, { "incidence": { "wavelengths": { - "wavelength": 1890 + "wavelength": 1095 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" + "transmittance": 0.837670028209686 } }, { "incidence": { "wavelengths": { - "wavelength": 1895 + "wavelength": 1095 }, "direction": { "polar": 8 @@ -6082,33 +5763,31 @@ } }, "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" + "reflectance": 0.0721099972724915 } }, { "incidence": { "wavelengths": { - "wavelength": 1900 + "wavelength": 1100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" + "transmittance": 0.837700009346008 } }, { "incidence": { "wavelengths": { - "wavelength": 1905 + "wavelength": 1100 }, "direction": { "polar": 8 @@ -6120,33 +5799,31 @@ } }, "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1910 + "wavelength": 1105 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" + "transmittance": 0.837790012359619 } }, { "incidence": { "wavelengths": { - "wavelength": 1915 + "wavelength": 1105 }, "direction": { "polar": 8 @@ -6158,33 +5835,31 @@ } }, "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1920 + "wavelength": 1110 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" + "transmittance": 0.83788001537323 } }, { "incidence": { "wavelengths": { - "wavelength": 1925 + "wavelength": 1110 }, "direction": { "polar": 8 @@ -6196,33 +5871,31 @@ } }, "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1930 + "wavelength": 1115 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" + "transmittance": 0.837970018386841 } }, { "incidence": { "wavelengths": { - "wavelength": 1935 + "wavelength": 1115 }, "direction": { "polar": 8 @@ -6234,33 +5907,31 @@ } }, "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1940 + "wavelength": 1120 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.872", - "reflectance": "0.07274" + "transmittance": 0.838060021400452 } }, { "incidence": { "wavelengths": { - "wavelength": 1945 + "wavelength": 1120 }, "direction": { "polar": 8 @@ -6272,33 +5943,31 @@ } }, "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1950 + "wavelength": 1125 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" + "transmittance": 0.838150024414063 } }, { "incidence": { "wavelengths": { - "wavelength": 1955 + "wavelength": 1125 }, "direction": { "polar": 8 @@ -6310,33 +5979,31 @@ } }, "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1960 + "wavelength": 1130 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" + "transmittance": 0.838240027427673 } }, { "incidence": { "wavelengths": { - "wavelength": 1965 + "wavelength": 1130 }, "direction": { "polar": 8 @@ -6348,33 +6015,31 @@ } }, "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1970 + "wavelength": 1135 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" + "transmittance": 0.838329970836639 } }, { "incidence": { "wavelengths": { - "wavelength": 1975 + "wavelength": 1135 }, "direction": { "polar": 8 @@ -6386,33 +6051,31 @@ } }, "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1980 + "wavelength": 1140 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" + "transmittance": 0.83841997385025 } }, { "incidence": { "wavelengths": { - "wavelength": 1985 + "wavelength": 1140 }, "direction": { "polar": 8 @@ -6424,33 +6087,31 @@ } }, "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 1990 + "wavelength": 1145 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" + "transmittance": 0.838509976863861 } }, { "incidence": { "wavelengths": { - "wavelength": 1995 + "wavelength": 1145 }, "direction": { "polar": 8 @@ -6462,33 +6123,31 @@ } }, "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2000 + "wavelength": 1150 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87", - "reflectance": "0.0724" + "transmittance": 0.838599979877472 } }, { "incidence": { "wavelengths": { - "wavelength": 2005 + "wavelength": 1150 }, "direction": { "polar": 8 @@ -6500,33 +6159,31 @@ } }, "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2010 + "wavelength": 1155 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" + "transmittance": 0.838769972324371 } }, { "incidence": { "wavelengths": { - "wavelength": 2015 + "wavelength": 1155 }, "direction": { "polar": 8 @@ -6538,33 +6195,31 @@ } }, "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2020 + "wavelength": 1160 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" + "transmittance": 0.838940024375916 } }, { "incidence": { "wavelengths": { - "wavelength": 2025 + "wavelength": 1160 }, "direction": { "polar": 8 @@ -6576,33 +6231,31 @@ } }, "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2030 + "wavelength": 1165 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" + "transmittance": 0.839110016822815 } }, { "incidence": { "wavelengths": { - "wavelength": 2035 + "wavelength": 1165 }, "direction": { "polar": 8 @@ -6614,33 +6267,31 @@ } }, "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2040 + "wavelength": 1170 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" + "transmittance": 0.839280009269714 } }, { "incidence": { "wavelengths": { - "wavelength": 2045 + "wavelength": 1170 }, "direction": { "polar": 8 @@ -6652,33 +6303,31 @@ } }, "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2050 + "wavelength": 1175 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" + "transmittance": 0.839450001716614 } }, { "incidence": { "wavelengths": { - "wavelength": 2055 + "wavelength": 1175 }, "direction": { "polar": 8 @@ -6690,33 +6339,31 @@ } }, "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2060 + "wavelength": 1180 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" + "transmittance": 0.839619994163513 } }, { "incidence": { "wavelengths": { - "wavelength": 2065 + "wavelength": 1180 }, "direction": { "polar": 8 @@ -6728,33 +6375,31 @@ } }, "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2070 + "wavelength": 1185 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" + "transmittance": 0.839789986610413 } }, { "incidence": { "wavelengths": { - "wavelength": 2075 + "wavelength": 1185 }, "direction": { "polar": 8 @@ -6766,33 +6411,31 @@ } }, "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2080 + "wavelength": 1190 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" + "transmittance": 0.839959979057312 } }, { "incidence": { "wavelengths": { - "wavelength": 2085 + "wavelength": 1190 }, "direction": { "polar": 8 @@ -6804,33 +6447,31 @@ } }, "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2090 + "wavelength": 1195 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" + "transmittance": 0.840129971504211 } }, { "incidence": { "wavelengths": { - "wavelength": 2095 + "wavelength": 1195 }, "direction": { "polar": 8 @@ -6842,33 +6483,31 @@ } }, "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2100 + "wavelength": 1200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" + "transmittance": 0.840300023555756 } }, { "incidence": { "wavelengths": { - "wavelength": 2105 + "wavelength": 1200 }, "direction": { "polar": 8 @@ -6880,33 +6519,31 @@ } }, "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 2110 + "wavelength": 1205 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" + "transmittance": 0.840650022029877 } }, { "incidence": { "wavelengths": { - "wavelength": 2115 + "wavelength": 1205 }, "direction": { "polar": 8 @@ -6918,33 +6555,31 @@ } }, "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" + "reflectance": 0.0721200034022331 } }, { "incidence": { "wavelengths": { - "wavelength": 2120 + "wavelength": 1210 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" + "transmittance": 0.841000020503998 } }, { "incidence": { "wavelengths": { - "wavelength": 2125 + "wavelength": 1210 }, "direction": { "polar": 8 @@ -6956,33 +6591,31 @@ } }, "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" + "reflectance": 0.0721400007605553 } }, { "incidence": { "wavelengths": { - "wavelength": 2130 + "wavelength": 1215 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" + "transmittance": 0.841350018978119 } }, { "incidence": { "wavelengths": { - "wavelength": 2135 + "wavelength": 1215 }, "direction": { "polar": 8 @@ -6994,33 +6627,31 @@ } }, "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" + "reflectance": 0.0721599981188774 } }, { "incidence": { "wavelengths": { - "wavelength": 2140 + "wavelength": 1220 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" + "transmittance": 0.84170001745224 } }, { "incidence": { "wavelengths": { - "wavelength": 2145 + "wavelength": 1220 }, "direction": { "polar": 8 @@ -7032,33 +6663,31 @@ } }, "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" + "reflectance": 0.0721800029277802 } }, { "incidence": { "wavelengths": { - "wavelength": 2150 + "wavelength": 1225 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" + "transmittance": 0.842050015926361 } }, { "incidence": { "wavelengths": { - "wavelength": 2155 + "wavelength": 1225 }, "direction": { "polar": 8 @@ -7070,33 +6699,31 @@ } }, "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" + "reflectance": 0.0722000002861023 } }, { "incidence": { "wavelengths": { - "wavelength": 2160 + "wavelength": 1230 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" + "transmittance": 0.842400014400482 } }, { "incidence": { "wavelengths": { - "wavelength": 2165 + "wavelength": 1230 }, "direction": { "polar": 8 @@ -7108,33 +6735,31 @@ } }, "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" + "reflectance": 0.0722199976444244 } }, { "incidence": { "wavelengths": { - "wavelength": 2170 + "wavelength": 1235 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" + "transmittance": 0.842750012874603 } }, { "incidence": { "wavelengths": { - "wavelength": 2175 + "wavelength": 1235 }, "direction": { "polar": 8 @@ -7146,33 +6771,31 @@ } }, "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" + "reflectance": 0.0722400024533272 } }, { "incidence": { "wavelengths": { - "wavelength": 2180 + "wavelength": 1240 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" + "transmittance": 0.843100011348724 } }, { "incidence": { "wavelengths": { - "wavelength": 2185 + "wavelength": 1240 }, "direction": { "polar": 8 @@ -7184,33 +6807,31 @@ } }, "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" + "reflectance": 0.0722599998116493 } }, { "incidence": { "wavelengths": { - "wavelength": 2190 + "wavelength": 1245 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" + "transmittance": 0.843450009822846 } }, { "incidence": { "wavelengths": { - "wavelength": 2195 + "wavelength": 1245 }, "direction": { "polar": 8 @@ -7222,33 +6843,31 @@ } }, "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" + "reflectance": 0.0722799971699715 } }, { "incidence": { "wavelengths": { - "wavelength": 2200 + "wavelength": 1250 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" + "transmittance": 0.843800008296967 } }, { "incidence": { "wavelengths": { - "wavelength": 2205 + "wavelength": 1250 }, "direction": { "polar": 8 @@ -7260,33 +6879,31 @@ } }, "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" + "reflectance": 0.0723000019788742 } }, { "incidence": { "wavelengths": { - "wavelength": 2210 + "wavelength": 1255 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" + "transmittance": 0.844190001487732 } }, { "incidence": { "wavelengths": { - "wavelength": 2215 + "wavelength": 1255 }, "direction": { "polar": 8 @@ -7298,33 +6915,31 @@ } }, "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" + "reflectance": 0.0723100006580353 } }, { "incidence": { "wavelengths": { - "wavelength": 2220 + "wavelength": 1260 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" + "transmittance": 0.844579994678497 } }, { "incidence": { "wavelengths": { - "wavelength": 2225 + "wavelength": 1260 }, "direction": { "polar": 8 @@ -7336,33 +6951,31 @@ } }, "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" + "reflectance": 0.0723199993371964 } }, { "incidence": { "wavelengths": { - "wavelength": 2230 + "wavelength": 1265 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" + "transmittance": 0.844969987869263 } }, { "incidence": { "wavelengths": { - "wavelength": 2235 + "wavelength": 1265 }, "direction": { "polar": 8 @@ -7374,33 +6987,31 @@ } }, "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" + "reflectance": 0.0723299980163574 } }, { "incidence": { "wavelengths": { - "wavelength": 2240 + "wavelength": 1270 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" + "transmittance": 0.845359981060028 } }, { "incidence": { "wavelengths": { - "wavelength": 2245 + "wavelength": 1270 }, "direction": { "polar": 8 @@ -7412,33 +7023,31 @@ } }, "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" + "reflectance": 0.0723399966955185 } }, { "incidence": { "wavelengths": { - "wavelength": 2250 + "wavelength": 1275 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8458", - "reflectance": "0.07" + "transmittance": 0.845749974250794 } }, { "incidence": { "wavelengths": { - "wavelength": 2255 + "wavelength": 1275 }, "direction": { "polar": 8 @@ -7450,33 +7059,31 @@ } }, "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" + "reflectance": 0.0723500028252602 } }, { "incidence": { "wavelengths": { - "wavelength": 2260 + "wavelength": 1280 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" + "transmittance": 0.846140027046204 } }, { "incidence": { "wavelengths": { - "wavelength": 2265 + "wavelength": 1280 }, "direction": { "polar": 8 @@ -7488,33 +7095,31 @@ } }, "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" + "reflectance": 0.0723600015044212 } }, { "incidence": { "wavelengths": { - "wavelength": 2270 + "wavelength": 1285 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" + "transmittance": 0.846530020236969 } }, { "incidence": { "wavelengths": { - "wavelength": 2275 + "wavelength": 1285 }, "direction": { "polar": 8 @@ -7526,33 +7131,31 @@ } }, "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" + "reflectance": 0.0723700001835823 } }, { "incidence": { "wavelengths": { - "wavelength": 2280 + "wavelength": 1290 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" + "transmittance": 0.846920013427734 } }, { "incidence": { "wavelengths": { - "wavelength": 2285 + "wavelength": 1290 }, "direction": { "polar": 8 @@ -7564,33 +7167,31 @@ } }, "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" + "reflectance": 0.0723799988627434 } }, { "incidence": { "wavelengths": { - "wavelength": 2290 + "wavelength": 1295 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" + "transmittance": 0.8473100066185 } }, { "incidence": { "wavelengths": { - "wavelength": 2295 + "wavelength": 1295 }, "direction": { "polar": 8 @@ -7602,33 +7203,31 @@ } }, "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" + "reflectance": 0.0723899975419045 } }, { "incidence": { "wavelengths": { - "wavelength": 2300 + "wavelength": 1300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" + "transmittance": 0.847699999809265 } }, { "incidence": { "wavelengths": { - "wavelength": 2305 + "wavelength": 1300 }, "direction": { "polar": 8 @@ -7640,33 +7239,31 @@ } }, "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" + "reflectance": 0.0724000036716461 } }, { "incidence": { "wavelengths": { - "wavelength": 2310 + "wavelength": 1305 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" + "transmittance": 0.848190009593964 } }, { "incidence": { "wavelengths": { - "wavelength": 2315 + "wavelength": 1305 }, "direction": { "polar": 8 @@ -7678,33 +7275,31 @@ } }, "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" + "reflectance": 0.0724299997091293 } }, { "incidence": { "wavelengths": { - "wavelength": 2320 + "wavelength": 1310 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" + "transmittance": 0.848680019378662 } }, { "incidence": { "wavelengths": { - "wavelength": 2325 + "wavelength": 1310 }, "direction": { "polar": 8 @@ -7716,33 +7311,31 @@ } }, "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" + "reflectance": 0.0724600031971932 } }, { "incidence": { "wavelengths": { - "wavelength": 2330 + "wavelength": 1315 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" + "transmittance": 0.849170029163361 } }, { "incidence": { "wavelengths": { - "wavelength": 2335 + "wavelength": 1315 }, "direction": { "polar": 8 @@ -7754,33 +7347,31 @@ } }, "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" + "reflectance": 0.0724899992346764 } }, { "incidence": { "wavelengths": { - "wavelength": 2340 + "wavelength": 1320 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" + "transmittance": 0.849659979343414 } }, { "incidence": { "wavelengths": { - "wavelength": 2345 + "wavelength": 1320 }, "direction": { "polar": 8 @@ -7792,33 +7383,31 @@ } }, "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" + "reflectance": 0.0725200027227402 } }, { "incidence": { "wavelengths": { - "wavelength": 2350 + "wavelength": 1325 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" + "transmittance": 0.850149989128113 } }, { "incidence": { "wavelengths": { - "wavelength": 2355 + "wavelength": 1325 }, "direction": { "polar": 8 @@ -7830,33 +7419,31 @@ } }, "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" + "reflectance": 0.0725499987602234 } }, { "incidence": { "wavelengths": { - "wavelength": 2360 + "wavelength": 1330 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" + "transmittance": 0.850639998912811 } }, { "incidence": { "wavelengths": { - "wavelength": 2365 + "wavelength": 1330 }, "direction": { "polar": 8 @@ -7868,33 +7455,31 @@ } }, "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" + "reflectance": 0.0725800022482872 } }, { "incidence": { "wavelengths": { - "wavelength": 2370 + "wavelength": 1335 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" + "transmittance": 0.85113000869751 } }, { "incidence": { "wavelengths": { - "wavelength": 2375 + "wavelength": 1335 }, "direction": { "polar": 8 @@ -7906,33 +7491,31 @@ } }, "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" + "reflectance": 0.0726099982857704 } }, { "incidence": { "wavelengths": { - "wavelength": 2380 + "wavelength": 1340 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" + "transmittance": 0.851620018482208 } }, { "incidence": { "wavelengths": { - "wavelength": 2385 + "wavelength": 1340 }, "direction": { "polar": 8 @@ -7944,33 +7527,31 @@ } }, "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" + "reflectance": 0.0726400017738342 } }, { "incidence": { "wavelengths": { - "wavelength": 2390 + "wavelength": 1345 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" + "transmittance": 0.852110028266907 } }, { "incidence": { "wavelengths": { - "wavelength": 2395 + "wavelength": 1345 }, "direction": { "polar": 8 @@ -7982,33 +7563,31 @@ } }, "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" + "reflectance": 0.0726699978113174 } }, { "incidence": { "wavelengths": { - "wavelength": 2400 + "wavelength": 1350 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85", - "reflectance": "0.07" + "transmittance": 0.85259997844696 } }, { "incidence": { "wavelengths": { - "wavelength": 2405 + "wavelength": 1350 }, "direction": { "polar": 8 @@ -8020,33 +7599,31 @@ } }, "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" + "reflectance": 0.0727000012993813 } }, { "incidence": { "wavelengths": { - "wavelength": 2410 + "wavelength": 1355 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" + "transmittance": 0.852859973907471 } }, { "incidence": { "wavelengths": { - "wavelength": 2415 + "wavelength": 1355 }, "direction": { "polar": 8 @@ -8058,33 +7635,31 @@ } }, "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" + "reflectance": 0.0727099999785423 } }, { "incidence": { "wavelengths": { - "wavelength": 2420 + "wavelength": 1360 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" + "transmittance": 0.853120028972626 } }, { "incidence": { "wavelengths": { - "wavelength": 2425 + "wavelength": 1360 }, "direction": { "polar": 8 @@ -8096,33 +7671,31 @@ } }, "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" + "reflectance": 0.0727199986577034 } }, { "incidence": { "wavelengths": { - "wavelength": 2430 + "wavelength": 1365 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" + "transmittance": 0.853380024433136 } }, { "incidence": { "wavelengths": { - "wavelength": 2435 + "wavelength": 1365 }, "direction": { "polar": 8 @@ -8134,33 +7707,31 @@ } }, "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" + "reflectance": 0.0727299973368645 } }, { "incidence": { "wavelengths": { - "wavelength": 2440 + "wavelength": 1370 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" + "transmittance": 0.853640019893646 } }, { "incidence": { "wavelengths": { - "wavelength": 2445 + "wavelength": 1370 }, "direction": { "polar": 8 @@ -8172,33 +7743,31 @@ } }, "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" + "reflectance": 0.0727400034666061 } }, { "incidence": { "wavelengths": { - "wavelength": 2450 + "wavelength": 1375 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" + "transmittance": 0.853900015354157 } }, { "incidence": { "wavelengths": { - "wavelength": 2455 + "wavelength": 1375 }, "direction": { "polar": 8 @@ -8210,33 +7779,31 @@ } }, "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" + "reflectance": 0.0727500021457672 } }, { "incidence": { "wavelengths": { - "wavelength": 2460 + "wavelength": 1380 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" + "transmittance": 0.854160010814667 } }, { "incidence": { "wavelengths": { - "wavelength": 2465 + "wavelength": 1380 }, "direction": { "polar": 8 @@ -8248,33 +7815,31 @@ } }, "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" + "reflectance": 0.0727600008249283 } }, { "incidence": { "wavelengths": { - "wavelength": 2470 + "wavelength": 1385 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" + "transmittance": 0.854420006275177 } }, { "incidence": { "wavelengths": { - "wavelength": 2475 + "wavelength": 1385 }, "direction": { "polar": 8 @@ -8286,33 +7851,31 @@ } }, "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" + "reflectance": 0.0727699995040894 } }, { "incidence": { "wavelengths": { - "wavelength": 2480 + "wavelength": 1390 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" + "transmittance": 0.854680001735687 } }, { "incidence": { "wavelengths": { - "wavelength": 2485 + "wavelength": 1390 }, "direction": { "polar": 8 @@ -8324,33 +7887,31 @@ } }, "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" + "reflectance": 0.0727799981832504 } }, { "incidence": { "wavelengths": { - "wavelength": 2490 + "wavelength": 1395 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" + "transmittance": 0.854939997196198 } }, { "incidence": { "wavelengths": { - "wavelength": 2495 + "wavelength": 1395 }, "direction": { "polar": 8 @@ -8362,33 +7923,31 @@ } }, "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" + "reflectance": 0.0727899968624115 } }, { "incidence": { "wavelengths": { - "wavelength": 2500 + "wavelength": 1400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" + "transmittance": 0.855199992656708 } }, { "incidence": { "wavelengths": { - "wavelength": 5000 + "wavelength": 1400 }, "direction": { "polar": 8 @@ -8400,33 +7959,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" + "reflectance": 0.0728000029921532 } }, { "incidence": { "wavelengths": { - "wavelength": 5100 + "wavelength": 1405 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" + "transmittance": 0.855979979038239 } }, { "incidence": { "wavelengths": { - "wavelength": 5200 + "wavelength": 1405 }, "direction": { "polar": 8 @@ -8438,33 +7995,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.030575" + "reflectance": 0.0728399977087975 } }, { "incidence": { "wavelengths": { - "wavelength": 5300 + "wavelength": 1410 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" + "transmittance": 0.856760025024414 } }, { "incidence": { "wavelengths": { - "wavelength": 5400 + "wavelength": 1410 }, "direction": { "polar": 8 @@ -8476,33 +8031,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" + "reflectance": 0.0728799998760223 } }, { "incidence": { "wavelengths": { - "wavelength": 5500 + "wavelength": 1415 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" + "transmittance": 0.857540011405945 } }, { "incidence": { "wavelengths": { - "wavelength": 5600 + "wavelength": 1415 }, "direction": { "polar": 8 @@ -8514,33 +8067,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" + "reflectance": 0.0729200020432472 } }, { "incidence": { "wavelengths": { - "wavelength": 5700 + "wavelength": 1420 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" + "transmittance": 0.858319997787476 } }, { "incidence": { "wavelengths": { - "wavelength": 5800 + "wavelength": 1420 }, "direction": { "polar": 8 @@ -8552,33 +8103,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" + "reflectance": 0.0729599967598915 } }, { "incidence": { "wavelengths": { - "wavelength": 5900 + "wavelength": 1425 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" + "transmittance": 0.859099984169006 } }, { "incidence": { "wavelengths": { - "wavelength": 6000 + "wavelength": 1425 }, "direction": { "polar": 8 @@ -8590,33 +8139,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" + "reflectance": 0.0729999989271164 } }, { "incidence": { "wavelengths": { - "wavelength": 6100 + "wavelength": 1430 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" + "transmittance": 0.859879970550537 } }, { "incidence": { "wavelengths": { - "wavelength": 6200 + "wavelength": 1430 }, "direction": { "polar": 8 @@ -8628,33 +8175,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" + "reflectance": 0.0730400010943413 } }, { "incidence": { "wavelengths": { - "wavelength": 6300 + "wavelength": 1435 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" + "transmittance": 0.860660016536713 } }, { "incidence": { "wavelengths": { - "wavelength": 6400 + "wavelength": 1435 }, "direction": { "polar": 8 @@ -8666,33 +8211,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" + "reflectance": 0.0730800032615662 } }, { "incidence": { "wavelengths": { - "wavelength": 6500 + "wavelength": 1440 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" + "transmittance": 0.861440002918243 } }, { "incidence": { "wavelengths": { - "wavelength": 6600 + "wavelength": 1440 }, "direction": { "polar": 8 @@ -8704,33 +8247,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" + "reflectance": 0.0731199979782105 } }, { "incidence": { "wavelengths": { - "wavelength": 6700 + "wavelength": 1445 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" + "transmittance": 0.862219989299774 } }, { "incidence": { "wavelengths": { - "wavelength": 6800 + "wavelength": 1445 }, "direction": { "polar": 8 @@ -8742,33 +8283,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" + "reflectance": 0.0731600001454353 } }, { "incidence": { "wavelengths": { - "wavelength": 6900 + "wavelength": 1450 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" + "transmittance": 0.862999975681305 } }, { "incidence": { "wavelengths": { - "wavelength": 7000 + "wavelength": 1450 }, "direction": { "polar": 8 @@ -8780,33 +8319,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" + "reflectance": 0.0732000023126602 } }, { "incidence": { "wavelengths": { - "wavelength": 7100 + "wavelength": 1455 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" + "transmittance": 0.863579988479614 } }, { "incidence": { "wavelengths": { - "wavelength": 7200 + "wavelength": 1455 }, "direction": { "polar": 8 @@ -8818,33 +8355,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" + "reflectance": 0.0732399970293045 } }, { "incidence": { "wavelengths": { - "wavelength": 7300 + "wavelength": 1460 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" + "transmittance": 0.864160001277924 } }, { "incidence": { "wavelengths": { - "wavelength": 7400 + "wavelength": 1460 }, "direction": { "polar": 8 @@ -8856,33 +8391,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" + "reflectance": 0.0732799991965294 } }, { "incidence": { "wavelengths": { - "wavelength": 7500 + "wavelength": 1465 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" + "transmittance": 0.864740014076233 } }, { "incidence": { "wavelengths": { - "wavelength": 7600 + "wavelength": 1465 }, "direction": { "polar": 8 @@ -8894,33 +8427,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" + "reflectance": 0.0733200013637543 } }, { "incidence": { "wavelengths": { - "wavelength": 7700 + "wavelength": 1470 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" + "transmittance": 0.865320026874542 } }, { "incidence": { "wavelengths": { - "wavelength": 7800 + "wavelength": 1470 }, "direction": { "polar": 8 @@ -8932,33 +8463,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" + "reflectance": 0.0733600035309792 } }, { "incidence": { "wavelengths": { - "wavelength": 7900 + "wavelength": 1475 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" + "transmittance": 0.865899980068207 } }, { "incidence": { "wavelengths": { - "wavelength": 8000 + "wavelength": 1475 }, "direction": { "polar": 8 @@ -8970,33 +8499,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" + "reflectance": 0.0733999982476234 } }, { "incidence": { "wavelengths": { - "wavelength": 8100 + "wavelength": 1480 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" + "transmittance": 0.866479992866516 } }, { "incidence": { "wavelengths": { - "wavelength": 8200 + "wavelength": 1480 }, "direction": { "polar": 8 @@ -9008,33 +8535,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" + "reflectance": 0.0734400004148483 } }, { "incidence": { "wavelengths": { - "wavelength": 8300 + "wavelength": 1485 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" + "transmittance": 0.867060005664825 } }, { "incidence": { "wavelengths": { - "wavelength": 8400 + "wavelength": 1485 }, "direction": { "polar": 8 @@ -9046,33 +8571,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" + "reflectance": 0.0734800025820732 } }, { "incidence": { "wavelengths": { - "wavelength": 8500 + "wavelength": 1490 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" + "transmittance": 0.867640018463135 } }, { "incidence": { "wavelengths": { - "wavelength": 8600 + "wavelength": 1490 }, "direction": { "polar": 8 @@ -9084,33 +8607,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" + "reflectance": 0.0735199972987175 } }, { "incidence": { "wavelengths": { - "wavelength": 8700 + "wavelength": 1495 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" + "transmittance": 0.868219971656799 } }, { "incidence": { "wavelengths": { - "wavelength": 8800 + "wavelength": 1495 }, "direction": { "polar": 8 @@ -9122,33 +8643,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.169293" + "reflectance": 0.0735599994659424 } }, { "incidence": { "wavelengths": { - "wavelength": 8900 + "wavelength": 1500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" + "transmittance": 0.868799984455109 } }, { "incidence": { "wavelengths": { - "wavelength": 9000 + "wavelength": 1500 }, "direction": { "polar": 8 @@ -9160,33 +8679,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" + "reflectance": 0.0736000016331673 } }, { "incidence": { "wavelengths": { - "wavelength": 9100 + "wavelength": 1505 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" + "transmittance": 0.869319975376129 } }, { "incidence": { "wavelengths": { - "wavelength": 9200 + "wavelength": 1505 }, "direction": { "polar": 8 @@ -9198,33 +8715,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" + "reflectance": 0.0736199989914894 } }, { "incidence": { "wavelengths": { - "wavelength": 9300 + "wavelength": 1510 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" + "transmittance": 0.869840025901794 } }, { "incidence": { "wavelengths": { - "wavelength": 9400 + "wavelength": 1510 }, "direction": { "polar": 8 @@ -9236,33 +8751,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" + "reflectance": 0.0736399963498116 } }, { "incidence": { "wavelengths": { - "wavelength": 9500 + "wavelength": 1515 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" + "transmittance": 0.870360016822815 } }, { "incidence": { "wavelengths": { - "wavelength": 9600 + "wavelength": 1515 }, "direction": { "polar": 8 @@ -9274,33 +8787,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.283575" + "reflectance": 0.0736600011587143 } }, { "incidence": { "wavelengths": { - "wavelength": 9700 + "wavelength": 1520 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.273699" + "transmittance": 0.870880007743835 } }, { "incidence": { "wavelengths": { - "wavelength": 9800 + "wavelength": 1520 }, "direction": { "polar": 8 @@ -9312,33 +8823,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" + "reflectance": 0.0736799985170364 } }, { "incidence": { "wavelengths": { - "wavelength": 9900 + "wavelength": 1525 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" + "transmittance": 0.871399998664856 } }, { "incidence": { "wavelengths": { - "wavelength": 10000 + "wavelength": 1525 }, "direction": { "polar": 8 @@ -9350,33 +8859,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" + "reflectance": 0.0737000033259392 } }, { "incidence": { "wavelengths": { - "wavelength": 10100 + "wavelength": 1530 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" + "transmittance": 0.871919989585877 } }, { "incidence": { "wavelengths": { - "wavelength": 10200 + "wavelength": 1530 }, "direction": { "polar": 8 @@ -9388,33 +8895,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" + "reflectance": 0.0737200006842613 } }, { "incidence": { "wavelengths": { - "wavelength": 10300 + "wavelength": 1535 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" + "transmittance": 0.872439980506897 } }, { "incidence": { "wavelengths": { - "wavelength": 10400 + "wavelength": 1535 }, "direction": { "polar": 8 @@ -9426,33 +8931,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" + "reflectance": 0.0737399980425835 } }, { "incidence": { "wavelengths": { - "wavelength": 10500 + "wavelength": 1540 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" + "transmittance": 0.872959971427918 } }, { "incidence": { "wavelengths": { - "wavelength": 10600 + "wavelength": 1540 }, "direction": { "polar": 8 @@ -9464,33 +8967,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" + "reflectance": 0.0737600028514862 } }, { "incidence": { "wavelengths": { - "wavelength": 10700 + "wavelength": 1545 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" + "transmittance": 0.873480021953583 } }, { "incidence": { "wavelengths": { - "wavelength": 10800 + "wavelength": 1545 }, "direction": { "polar": 8 @@ -9502,33 +9003,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" + "reflectance": 0.0737800002098084 } }, { "incidence": { "wavelengths": { - "wavelength": 10900 + "wavelength": 1550 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" + "transmittance": 0.874000012874603 } }, { "incidence": { "wavelengths": { - "wavelength": 11000 + "wavelength": 1550 }, "direction": { "polar": 8 @@ -9540,33 +9039,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" + "reflectance": 0.0737999975681305 } }, { "incidence": { "wavelengths": { - "wavelength": 11100 + "wavelength": 1555 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" + "transmittance": 0.874270021915436 } }, { "incidence": { "wavelengths": { - "wavelength": 11200 + "wavelength": 1555 }, "direction": { "polar": 8 @@ -9578,33 +9075,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" + "reflectance": 0.0738100036978722 } }, { "incidence": { "wavelengths": { - "wavelength": 11300 + "wavelength": 1560 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" + "transmittance": 0.874539971351624 } }, { "incidence": { "wavelengths": { - "wavelength": 11400 + "wavelength": 1560 }, "direction": { "polar": 8 @@ -9616,33 +9111,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" + "reflectance": 0.0738200023770332 } }, { "incidence": { "wavelengths": { - "wavelength": 11500 + "wavelength": 1565 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" + "transmittance": 0.874809980392456 } }, { "incidence": { "wavelengths": { - "wavelength": 11600 + "wavelength": 1565 }, "direction": { "polar": 8 @@ -9654,33 +9147,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" + "reflectance": 0.0738300010561943 } }, { "incidence": { "wavelengths": { - "wavelength": 11700 + "wavelength": 1570 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" + "transmittance": 0.875079989433289 } }, { "incidence": { "wavelengths": { - "wavelength": 11800 + "wavelength": 1570 }, "direction": { "polar": 8 @@ -9692,33 +9183,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" + "reflectance": 0.0738399997353554 } }, { "incidence": { "wavelengths": { - "wavelength": 11900 + "wavelength": 1575 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" + "transmittance": 0.875349998474121 } }, { "incidence": { "wavelengths": { - "wavelength": 12000 + "wavelength": 1575 }, "direction": { "polar": 8 @@ -9730,33 +9219,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" + "reflectance": 0.0738499984145165 } }, { "incidence": { "wavelengths": { - "wavelength": 12100 + "wavelength": 1580 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" + "transmittance": 0.875620007514954 } }, { "incidence": { "wavelengths": { - "wavelength": 12200 + "wavelength": 1580 }, "direction": { "polar": 8 @@ -9768,33 +9255,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" + "reflectance": 0.0738599970936775 } }, { "incidence": { "wavelengths": { - "wavelength": 12300 + "wavelength": 1585 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" + "transmittance": 0.875890016555786 } }, { "incidence": { "wavelengths": { - "wavelength": 12400 + "wavelength": 1585 }, "direction": { "polar": 8 @@ -9806,33 +9291,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" + "reflectance": 0.0738700032234192 } }, { "incidence": { "wavelengths": { - "wavelength": 12500 + "wavelength": 1590 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" + "transmittance": 0.876160025596619 } }, { "incidence": { "wavelengths": { - "wavelength": 12600 + "wavelength": 1590 }, "direction": { "polar": 8 @@ -9844,33 +9327,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" + "reflectance": 0.0738800019025803 } }, { "incidence": { "wavelengths": { - "wavelength": 12700 + "wavelength": 1595 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" + "transmittance": 0.876429975032806 } }, { "incidence": { "wavelengths": { - "wavelength": 12800 + "wavelength": 1595 }, "direction": { "polar": 8 @@ -9882,33 +9363,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" + "reflectance": 0.0738900005817413 } }, { "incidence": { "wavelengths": { - "wavelength": 12900 + "wavelength": 1600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" + "transmittance": 0.876699984073639 } }, { "incidence": { "wavelengths": { - "wavelength": 13000 + "wavelength": 1600 }, "direction": { "polar": 8 @@ -9920,33 +9399,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 13100 + "wavelength": 1605 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" + "transmittance": 0.876860022544861 } }, { "incidence": { "wavelengths": { - "wavelength": 13200 + "wavelength": 1605 }, "direction": { "polar": 8 @@ -9958,33 +9435,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 13300 + "wavelength": 1610 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" + "transmittance": 0.877020001411438 } }, { "incidence": { "wavelengths": { - "wavelength": 13400 + "wavelength": 1610 }, "direction": { "polar": 8 @@ -9996,33 +9471,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 13500 + "wavelength": 1615 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" + "transmittance": 0.877179980278015 } }, { "incidence": { "wavelengths": { - "wavelength": 13600 + "wavelength": 1615 }, "direction": { "polar": 8 @@ -10034,33 +9507,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 13700 + "wavelength": 1620 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" + "transmittance": 0.877340018749237 } }, { "incidence": { "wavelengths": { - "wavelength": 13800 + "wavelength": 1620 }, "direction": { "polar": 8 @@ -10072,33 +9543,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 13900 + "wavelength": 1625 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" + "transmittance": 0.877499997615814 } }, { "incidence": { "wavelengths": { - "wavelength": 14000 + "wavelength": 1625 }, "direction": { "polar": 8 @@ -10110,33 +9579,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 14100 + "wavelength": 1630 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" + "transmittance": 0.877659976482391 } }, { "incidence": { "wavelengths": { - "wavelength": 14200 + "wavelength": 1630 }, "direction": { "polar": 8 @@ -10148,33 +9615,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 14300 + "wavelength": 1635 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" + "transmittance": 0.877820014953613 } }, { "incidence": { "wavelengths": { - "wavelength": 14400 + "wavelength": 1635 }, "direction": { "polar": 8 @@ -10186,33 +9651,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 14500 + "wavelength": 1640 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" + "transmittance": 0.87797999382019 } }, { "incidence": { "wavelengths": { - "wavelength": 14600 + "wavelength": 1640 }, "direction": { "polar": 8 @@ -10224,33 +9687,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 14700 + "wavelength": 1645 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" + "transmittance": 0.878139972686768 } }, { "incidence": { "wavelengths": { - "wavelength": 14800 + "wavelength": 1645 }, "direction": { "polar": 8 @@ -10262,33 +9723,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 14900 + "wavelength": 1650 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" + "transmittance": 0.87830001115799 } }, { "incidence": { "wavelengths": { - "wavelength": 15000 + "wavelength": 1650 }, "direction": { "polar": 8 @@ -10300,33 +9759,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" + "reflectance": 0.0738999992609024 } }, { "incidence": { "wavelengths": { - "wavelength": 15100 + "wavelength": 1655 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" + "transmittance": 0.878260016441345 } }, { "incidence": { "wavelengths": { - "wavelength": 15200 + "wavelength": 1655 }, "direction": { "polar": 8 @@ -10338,33 +9795,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" + "reflectance": 0.0738900005817413 } }, { "incidence": { "wavelengths": { - "wavelength": 15300 + "wavelength": 1660 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" + "transmittance": 0.878220021724701 } }, { "incidence": { "wavelengths": { - "wavelength": 15400 + "wavelength": 1660 }, "direction": { "polar": 8 @@ -10376,33 +9831,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" + "reflectance": 0.0738800019025803 } }, { "incidence": { "wavelengths": { - "wavelength": 15500 + "wavelength": 1665 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" + "transmittance": 0.878180027008057 } }, { "incidence": { "wavelengths": { - "wavelength": 15600 + "wavelength": 1665 }, "direction": { "polar": 8 @@ -10414,33 +9867,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" + "reflectance": 0.0738700032234192 } }, { "incidence": { "wavelengths": { - "wavelength": 15700 + "wavelength": 1670 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" + "transmittance": 0.878139972686768 } }, { "incidence": { "wavelengths": { - "wavelength": 15800 + "wavelength": 1670 }, "direction": { "polar": 8 @@ -10452,33 +9903,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" + "reflectance": 0.0738599970936775 } }, { "incidence": { "wavelengths": { - "wavelength": 15900 + "wavelength": 1675 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" + "transmittance": 0.878099977970123 } }, { "incidence": { "wavelengths": { - "wavelength": 16000 + "wavelength": 1675 }, "direction": { "polar": 8 @@ -10490,33 +9939,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" + "reflectance": 0.0738499984145165 } }, { "incidence": { "wavelengths": { - "wavelength": 16100 + "wavelength": 1680 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" + "transmittance": 0.878059983253479 } }, { "incidence": { "wavelengths": { - "wavelength": 16200 + "wavelength": 1680 }, "direction": { "polar": 8 @@ -10528,33 +9975,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" + "reflectance": 0.0738399997353554 } }, { "incidence": { "wavelengths": { - "wavelength": 16300 + "wavelength": 1685 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" + "transmittance": 0.878019988536835 } }, { "incidence": { "wavelengths": { - "wavelength": 16400 + "wavelength": 1685 }, "direction": { "polar": 8 @@ -10566,33 +10011,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" + "reflectance": 0.0738300010561943 } }, { "incidence": { "wavelengths": { - "wavelength": 16500 + "wavelength": 1690 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" + "transmittance": 0.87797999382019 } }, { "incidence": { "wavelengths": { - "wavelength": 16600 + "wavelength": 1690 }, "direction": { "polar": 8 @@ -10604,33 +10047,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" + "reflectance": 0.0738200023770332 } }, { "incidence": { "wavelengths": { - "wavelength": 16700 + "wavelength": 1695 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" + "transmittance": 0.877939999103546 } }, { "incidence": { "wavelengths": { - "wavelength": 16800 + "wavelength": 1695 }, "direction": { "polar": 8 @@ -10642,33 +10083,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" + "reflectance": 0.0738100036978722 } }, { "incidence": { "wavelengths": { - "wavelength": 16900 + "wavelength": 1700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" + "transmittance": 0.877900004386902 } }, { "incidence": { "wavelengths": { - "wavelength": 17000 + "wavelength": 1700 }, "direction": { "polar": 8 @@ -10680,33 +10119,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" + "reflectance": 0.0737999975681305 } }, { "incidence": { "wavelengths": { - "wavelength": 17100 + "wavelength": 1705 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" + "transmittance": 0.877820014953613 } }, { "incidence": { "wavelengths": { - "wavelength": 17200 + "wavelength": 1705 }, "direction": { "polar": 8 @@ -10718,33 +10155,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" + "reflectance": 0.0737800002098084 } }, { "incidence": { "wavelengths": { - "wavelength": 17300 + "wavelength": 1710 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" + "transmittance": 0.877740025520325 } }, { "incidence": { "wavelengths": { - "wavelength": 17400 + "wavelength": 1710 }, "direction": { "polar": 8 @@ -10756,33 +10191,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" + "reflectance": 0.0737600028514862 } }, { "incidence": { "wavelengths": { - "wavelength": 17500 + "wavelength": 1715 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" + "transmittance": 0.877659976482391 } }, { "incidence": { "wavelengths": { - "wavelength": 17600 + "wavelength": 1715 }, "direction": { "polar": 8 @@ -10794,33 +10227,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" + "reflectance": 0.0737399980425835 } }, { "incidence": { "wavelengths": { - "wavelength": 17700 + "wavelength": 1720 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" + "transmittance": 0.877579987049103 } }, { "incidence": { "wavelengths": { - "wavelength": 17800 + "wavelength": 1720 }, "direction": { "polar": 8 @@ -10832,33 +10263,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" + "reflectance": 0.0737200006842613 } }, { "incidence": { "wavelengths": { - "wavelength": 17900 + "wavelength": 1725 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" + "transmittance": 0.877499997615814 } }, { "incidence": { "wavelengths": { - "wavelength": 18000 + "wavelength": 1725 }, "direction": { "polar": 8 @@ -10870,33 +10299,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" + "reflectance": 0.0737000033259392 } }, { "incidence": { "wavelengths": { - "wavelength": 18100 + "wavelength": 1730 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" + "transmittance": 0.877420008182526 } }, { "incidence": { "wavelengths": { - "wavelength": 18200 + "wavelength": 1730 }, "direction": { "polar": 8 @@ -10908,33 +10335,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" + "reflectance": 0.0736799985170364 } }, { "incidence": { "wavelengths": { - "wavelength": 18300 + "wavelength": 1735 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" + "transmittance": 0.877340018749237 } }, { "incidence": { "wavelengths": { - "wavelength": 18400 + "wavelength": 1735 }, "direction": { "polar": 8 @@ -10946,33 +10371,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" + "reflectance": 0.0736600011587143 } }, { "incidence": { "wavelengths": { - "wavelength": 18500 + "wavelength": 1740 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" + "transmittance": 0.877260029315949 } }, { "incidence": { "wavelengths": { - "wavelength": 18600 + "wavelength": 1740 }, "direction": { "polar": 8 @@ -10984,33 +10407,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" + "reflectance": 0.0736399963498116 } }, { "incidence": { "wavelengths": { - "wavelength": 18700 + "wavelength": 1745 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" + "transmittance": 0.877179980278015 } }, { "incidence": { "wavelengths": { - "wavelength": 18800 + "wavelength": 1745 }, "direction": { "polar": 8 @@ -11022,33 +10443,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" + "reflectance": 0.0736199989914894 } }, { "incidence": { "wavelengths": { - "wavelength": 18900 + "wavelength": 1750 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" + "transmittance": 0.877099990844727 } }, { "incidence": { "wavelengths": { - "wavelength": 19000 + "wavelength": 1750 }, "direction": { "polar": 8 @@ -11060,33 +10479,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" + "reflectance": 0.0736000016331673 } }, { "incidence": { "wavelengths": { - "wavelength": 19100 + "wavelength": 1755 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" + "transmittance": 0.876919984817505 } }, { "incidence": { "wavelengths": { - "wavelength": 19200 + "wavelength": 1755 }, "direction": { "polar": 8 @@ -11098,33 +10515,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" + "reflectance": 0.0735699981451035 } }, { "incidence": { "wavelengths": { - "wavelength": 19300 + "wavelength": 1760 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" + "transmittance": 0.876739978790283 } }, { "incidence": { "wavelengths": { - "wavelength": 19400 + "wavelength": 1760 }, "direction": { "polar": 8 @@ -11136,33 +10551,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.119556" + "reflectance": 0.0735400021076202 } }, { "incidence": { "wavelengths": { - "wavelength": 19500 + "wavelength": 1765 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" + "transmittance": 0.876559972763062 } }, { "incidence": { "wavelengths": { - "wavelength": 19600 + "wavelength": 1765 }, "direction": { "polar": 8 @@ -11174,33 +10587,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" + "reflectance": 0.0735099986195564 } }, { "incidence": { "wavelengths": { - "wavelength": 19700 + "wavelength": 1770 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" + "transmittance": 0.876380026340485 } }, { "incidence": { "wavelengths": { - "wavelength": 19800 + "wavelength": 1770 }, "direction": { "polar": 8 @@ -11212,33 +10623,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" + "reflectance": 0.0734800025820732 } }, { "incidence": { "wavelengths": { - "wavelength": 19900 + "wavelength": 1775 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" + "transmittance": 0.876200020313263 } }, { "incidence": { "wavelengths": { - "wavelength": 20000 + "wavelength": 1775 }, "direction": { "polar": 8 @@ -11250,33 +10659,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" + "reflectance": 0.0734499990940094 } }, { "incidence": { "wavelengths": { - "wavelength": 20100 + "wavelength": 1780 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" + "transmittance": 0.876020014286041 } }, { "incidence": { "wavelengths": { - "wavelength": 20200 + "wavelength": 1780 }, "direction": { "polar": 8 @@ -11288,33 +10695,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" + "reflectance": 0.0734200030565262 } }, { "incidence": { "wavelengths": { - "wavelength": 20300 + "wavelength": 1785 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" + "transmittance": 0.87584000825882 } }, { "incidence": { "wavelengths": { - "wavelength": 20400 + "wavelength": 1785 }, "direction": { "polar": 8 @@ -11326,33 +10731,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" + "reflectance": 0.0733899995684624 } }, { "incidence": { "wavelengths": { - "wavelength": 20500 + "wavelength": 1790 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" + "transmittance": 0.875660002231598 } }, { "incidence": { "wavelengths": { - "wavelength": 20600 + "wavelength": 1790 }, "direction": { "polar": 8 @@ -11364,33 +10767,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.220133" + "reflectance": 0.0733600035309792 } }, { "incidence": { "wavelengths": { - "wavelength": 20700 + "wavelength": 1795 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" + "transmittance": 0.875479996204376 } }, { "incidence": { "wavelengths": { - "wavelength": 20800 + "wavelength": 1795 }, "direction": { "polar": 8 @@ -11402,33 +10803,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" + "reflectance": 0.0733300000429153 } }, { "incidence": { "wavelengths": { - "wavelength": 20900 + "wavelength": 1800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" + "transmittance": 0.875299990177155 } }, { "incidence": { "wavelengths": { - "wavelength": 21000 + "wavelength": 1800 }, "direction": { "polar": 8 @@ -11440,33 +10839,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" + "reflectance": 0.0732999965548515 } }, { "incidence": { "wavelengths": { - "wavelength": 21100 + "wavelength": 1805 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" + "transmittance": 0.875159978866577 } }, { "incidence": { "wavelengths": { - "wavelength": 21200 + "wavelength": 1805 }, "direction": { "polar": 8 @@ -11478,33 +10875,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" + "reflectance": 0.0732799991965294 } }, { "incidence": { "wavelengths": { - "wavelength": 21300 + "wavelength": 1810 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" + "transmittance": 0.875020027160645 } }, { "incidence": { "wavelengths": { - "wavelength": 21400 + "wavelength": 1810 }, "direction": { "polar": 8 @@ -11516,33 +10911,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.240433" + "reflectance": 0.0732600018382072 } }, { "incidence": { "wavelengths": { - "wavelength": 21500 + "wavelength": 1815 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" + "transmittance": 0.874880015850067 } }, { "incidence": { "wavelengths": { - "wavelength": 21600 + "wavelength": 1815 }, "direction": { "polar": 8 @@ -11554,33 +10947,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" + "reflectance": 0.0732399970293045 } }, { "incidence": { "wavelengths": { - "wavelength": 21700 + "wavelength": 1820 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" + "transmittance": 0.87474000453949 } }, { "incidence": { "wavelengths": { - "wavelength": 21800 + "wavelength": 1820 }, "direction": { "polar": 8 @@ -11592,33 +10983,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" + "reflectance": 0.0732199996709824 } }, { "incidence": { "wavelengths": { - "wavelength": 21900 + "wavelength": 1825 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" + "transmittance": 0.874599993228912 } }, { "incidence": { "wavelengths": { - "wavelength": 22000 + "wavelength": 1825 }, "direction": { "polar": 8 @@ -11630,33 +11019,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.23514" + "reflectance": 0.0732000023126602 } }, { "incidence": { "wavelengths": { - "wavelength": 22100 + "wavelength": 1830 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" + "transmittance": 0.874459981918335 } }, { "incidence": { "wavelengths": { - "wavelength": 22200 + "wavelength": 1830 }, "direction": { "polar": 8 @@ -11668,33 +11055,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" + "reflectance": 0.0731799975037575 } }, { "incidence": { "wavelengths": { - "wavelength": 22300 + "wavelength": 1835 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.874319970607758 } }, { "incidence": { "wavelengths": { - "wavelength": 22400 + "wavelength": 1835 }, "direction": { "polar": 8 @@ -11706,33 +11091,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0731600001454353 } }, { "incidence": { "wavelengths": { - "wavelength": 22500 + "wavelength": 1840 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.874180018901825 } }, { "incidence": { "wavelengths": { - "wavelength": 22600 + "wavelength": 1840 }, "direction": { "polar": 8 @@ -11744,33 +11127,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0731400027871132 } }, { "incidence": { "wavelengths": { - "wavelength": 22700 + "wavelength": 1845 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.874040007591248 } }, { "incidence": { "wavelengths": { - "wavelength": 22800 + "wavelength": 1845 }, "direction": { "polar": 8 @@ -11782,33 +11163,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0731199979782105 } }, { "incidence": { "wavelengths": { - "wavelength": 22900 + "wavelength": 1850 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.87389999628067 } }, { "incidence": { "wavelengths": { - "wavelength": 23000 + "wavelength": 1850 }, "direction": { "polar": 8 @@ -11820,33 +11199,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0731000006198883 } }, { "incidence": { "wavelengths": { - "wavelength": 23100 + "wavelength": 1855 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.87379002571106 } }, { "incidence": { "wavelengths": { - "wavelength": 23200 + "wavelength": 1855 }, "direction": { "polar": 8 @@ -11858,33 +11235,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0730800032615662 } }, { "incidence": { "wavelengths": { - "wavelength": 23300 + "wavelength": 1860 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.873679995536804 } }, { "incidence": { "wavelengths": { - "wavelength": 23400 + "wavelength": 1860 }, "direction": { "polar": 8 @@ -11896,33 +11271,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0730599984526634 } }, { "incidence": { "wavelengths": { - "wavelength": 23500 + "wavelength": 1865 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.873570024967194 } }, { "incidence": { "wavelengths": { - "wavelength": 23600 + "wavelength": 1865 }, "direction": { "polar": 8 @@ -11934,33 +11307,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0730400010943413 } }, { "incidence": { "wavelengths": { - "wavelength": 23700 + "wavelength": 1870 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.873459994792938 } }, { "incidence": { "wavelengths": { - "wavelength": 23800 + "wavelength": 1870 }, "direction": { "polar": 8 @@ -11972,33 +11343,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0730199962854385 } }, { "incidence": { "wavelengths": { - "wavelength": 23900 + "wavelength": 1875 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.873350024223328 } }, { "incidence": { "wavelengths": { - "wavelength": 24000 + "wavelength": 1875 }, "direction": { "polar": 8 @@ -12010,33 +11379,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0729999989271164 } }, { "incidence": { "wavelengths": { - "wavelength": 24100 + "wavelength": 1880 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.873239994049072 } }, { "incidence": { "wavelengths": { - "wavelength": 24200 + "wavelength": 1880 }, "direction": { "polar": 8 @@ -12048,33 +11415,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0729800015687943 } }, { "incidence": { "wavelengths": { - "wavelength": 24300 + "wavelength": 1885 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.873130023479462 } }, { "incidence": { "wavelengths": { - "wavelength": 24400 + "wavelength": 1885 }, "direction": { "polar": 8 @@ -12086,33 +11451,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0729599967598915 } }, { "incidence": { "wavelengths": { - "wavelength": 24500 + "wavelength": 1890 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.873019993305206 } }, { "incidence": { "wavelengths": { - "wavelength": 24600 + "wavelength": 1890 }, "direction": { "polar": 8 @@ -12124,33 +11487,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0729399994015694 } }, { "incidence": { "wavelengths": { - "wavelength": 24700 + "wavelength": 1895 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.872910022735596 } }, { "incidence": { "wavelengths": { - "wavelength": 24800 + "wavelength": 1895 }, "direction": { "polar": 8 @@ -12162,33 +11523,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0729200020432472 } }, { "incidence": { "wavelengths": { - "wavelength": 24900 + "wavelength": 1900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.87279999256134 } }, { "incidence": { "wavelengths": { - "wavelength": 25000 + "wavelength": 1900 }, "direction": { "polar": 8 @@ -12200,71 +11559,67 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0728999972343445 } }, { "incidence": { "wavelengths": { - "integral": "solar" + "wavelength": 1905 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { - "direction": "hemispherical" + "direction": { + "polar": 0 + } }, "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 + "transmittance": 0.872699975967407 } }, { "incidence": { "wavelengths": { - "integral": "visible" + "wavelength": 1905 }, "direction": { "polar": 8 } }, "emergence": { - "direction": "hemispherical" + "direction": { + "polar": 8 + } }, "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 + "reflectance": 0.0728799998760223 } }, { "incidence": { "wavelengths": { - "integral": "infrared" + "wavelength": 1910 }, - "direction": "hemispherical" + "direction": { + "polar": 0 + } }, "emergence": { - "direction": "hemispherical" + "direction": { + "polar": 0 + } }, "results": { - "transmittance": 0, - "absorptanceEmittance": 0.84 + "transmittance": 0.872600018978119 } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ + }, { "incidence": { "wavelengths": { - "wavelength": 300 + "wavelength": 1910 }, "direction": { "polar": 8 @@ -12276,33 +11631,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0476" + "reflectance": 0.0728600025177002 } }, { "incidence": { "wavelengths": { - "wavelength": 305 + "wavelength": 1915 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0474" + "transmittance": 0.872500002384186 } }, { "incidence": { "wavelengths": { - "wavelength": 310 + "wavelength": 1915 }, "direction": { "polar": 8 @@ -12314,33 +11667,31 @@ } }, "results": { - "transmittance": "0.0303", - "reflectance": "0.0472" + "reflectance": 0.0728399977087975 } }, { "incidence": { "wavelengths": { - "wavelength": 315 + "wavelength": 1920 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0932", - "reflectance": "0.0474" + "transmittance": 0.872399985790253 } }, { "incidence": { "wavelengths": { - "wavelength": 320 + "wavelength": 1920 }, "direction": { "polar": 8 @@ -12352,33 +11703,31 @@ } }, "results": { - "transmittance": "0.1916", - "reflectance": "0.0486" + "reflectance": 0.0728200003504753 } }, { "incidence": { "wavelengths": { - "wavelength": 325 + "wavelength": 1925 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.3183", - "reflectance": "0.0517" + "transmittance": 0.872300028800964 } }, { "incidence": { "wavelengths": { - "wavelength": 330 + "wavelength": 1925 }, "direction": { "polar": 8 @@ -12390,33 +11739,31 @@ } }, "results": { - "transmittance": "0.4537", - "reflectance": "0.0568" + "reflectance": 0.0728000029921532 } }, { "incidence": { "wavelengths": { - "wavelength": 335 + "wavelength": 1930 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.5765", - "reflectance": "0.0629" + "transmittance": 0.872200012207031 } }, { "incidence": { "wavelengths": { - "wavelength": 340 + "wavelength": 1930 }, "direction": { "polar": 8 @@ -12428,33 +11775,31 @@ } }, "results": { - "transmittance": "0.6768", - "reflectance": "0.069" + "reflectance": 0.0727799981832504 } }, { "incidence": { "wavelengths": { - "wavelength": 345 + "wavelength": 1935 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.7513", - "reflectance": "0.0741" + "transmittance": 0.872099995613098 } }, { "incidence": { "wavelengths": { - "wavelength": 350 + "wavelength": 1935 }, "direction": { "polar": 8 @@ -12466,33 +11811,31 @@ } }, "results": { - "transmittance": "0.8044", - "reflectance": "0.0779" + "reflectance": 0.0727600008249283 } }, { "incidence": { "wavelengths": { - "wavelength": 355 + "wavelength": 1940 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8388", - "reflectance": "0.0805" + "transmittance": 0.871999979019165 } }, { "incidence": { "wavelengths": { - "wavelength": 360 + "wavelength": 1940 }, "direction": { "polar": 8 @@ -12504,33 +11847,31 @@ } }, "results": { - "transmittance": "0.8611", - "reflectance": "0.0821" + "reflectance": 0.0727400034666061 } }, { "incidence": { "wavelengths": { - "wavelength": 365 + "wavelength": 1945 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8734", - "reflectance": "0.0829" + "transmittance": 0.871900022029877 } }, { "incidence": { "wavelengths": { - "wavelength": 370 + "wavelength": 1945 }, "direction": { "polar": 8 @@ -12542,33 +11883,31 @@ } }, "results": { - "transmittance": "0.8783", - "reflectance": "0.083" + "reflectance": 0.0727199986577034 } }, { "incidence": { "wavelengths": { - "wavelength": 375 + "wavelength": 1950 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8747", - "reflectance": "0.0825" + "transmittance": 0.871800005435944 } }, { "incidence": { "wavelengths": { - "wavelength": 380 + "wavelength": 1950 }, "direction": { "polar": 8 @@ -12580,33 +11919,31 @@ } }, "results": { - "transmittance": "0.8727", - "reflectance": "0.0821" + "reflectance": 0.0727000012993813 } }, { "incidence": { "wavelengths": { - "wavelength": 385 + "wavelength": 1955 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8795", - "reflectance": "0.0825" + "transmittance": 0.871619999408722 } }, { "incidence": { "wavelengths": { - "wavelength": 390 + "wavelength": 1955 }, "direction": { "polar": 8 @@ -12618,33 +11955,31 @@ } }, "results": { - "transmittance": "0.8886", - "reflectance": "0.083" + "reflectance": 0.0726699978113174 } }, { "incidence": { "wavelengths": { - "wavelength": 395 + "wavelength": 1960 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8943", - "reflectance": "0.0834" + "transmittance": 0.8714399933815 } }, { "incidence": { "wavelengths": { - "wavelength": 400 + "wavelength": 1960 }, "direction": { "polar": 8 @@ -12656,33 +11991,31 @@ } }, "results": { - "transmittance": "0.8969", - "reflectance": "0.0834" + "reflectance": 0.0726400017738342 } }, { "incidence": { "wavelengths": { - "wavelength": 405 + "wavelength": 1965 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.89665", - "reflectance": "0.0832" + "transmittance": 0.871259987354279 } }, { "incidence": { "wavelengths": { - "wavelength": 410 + "wavelength": 1965 }, "direction": { "polar": 8 @@ -12694,33 +12027,31 @@ } }, "results": { - "transmittance": "0.8964", - "reflectance": "0.083" + "reflectance": 0.0726099982857704 } }, { "incidence": { "wavelengths": { - "wavelength": 415 + "wavelength": 1970 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8954", - "reflectance": "0.08275" + "transmittance": 0.871079981327057 } }, { "incidence": { "wavelengths": { - "wavelength": 420 + "wavelength": 1970 }, "direction": { "polar": 8 @@ -12732,33 +12063,31 @@ } }, "results": { - "transmittance": "0.8944", - "reflectance": "0.0825" + "reflectance": 0.0725800022482872 } }, { "incidence": { "wavelengths": { - "wavelength": 425 + "wavelength": 1975 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8943", - "reflectance": "0.08235" + "transmittance": 0.870899975299835 } }, { "incidence": { "wavelengths": { - "wavelength": 430 + "wavelength": 1975 }, "direction": { "polar": 8 @@ -12770,33 +12099,31 @@ } }, "results": { - "transmittance": "0.8942", - "reflectance": "0.0822" + "reflectance": 0.0725499987602234 } }, { "incidence": { "wavelengths": { - "wavelength": 435 + "wavelength": 1980 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.89465", - "reflectance": "0.0821" + "transmittance": 0.870720028877258 } }, { "incidence": { "wavelengths": { - "wavelength": 440 + "wavelength": 1980 }, "direction": { "polar": 8 @@ -12808,33 +12135,31 @@ } }, "results": { - "transmittance": "0.8951", - "reflectance": "0.082" + "reflectance": 0.0725200027227402 } }, { "incidence": { "wavelengths": { - "wavelength": 445 + "wavelength": 1985 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.89625", - "reflectance": "0.08195" + "transmittance": 0.870540022850037 } }, { "incidence": { "wavelengths": { - "wavelength": 450 + "wavelength": 1985 }, "direction": { "polar": 8 @@ -12846,14 +12171,22942 @@ } }, "results": { - "transmittance": "0.8974", - "reflectance": "0.0819" + "reflectance": 0.0724899992346764 } }, { "incidence": { "wavelengths": { - "wavelength": 455 + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869939982891083 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869930028915405 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869920015335083 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869910001754761 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869899988174439 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869790017604828 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869679987430573 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869570016860962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869459986686707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869350016117096 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869239985942841 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86913001537323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869019985198975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868910014629364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868470013141632 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720599964261055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868139982223511 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720200017094612 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867810010910034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719799995422363 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867479979991913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719399973750114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867150008678436 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0719000026583672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866819977760315 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0718600004911423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866490006446838 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0718199983239174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866159975528717 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0717800036072731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865830004215241 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0717400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865499973297119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0716999992728233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864019989967346 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0715800002217293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862540006637573 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0714600011706352 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8610600233078 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0713400021195412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859579980373383 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0712200030684471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85809999704361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0710999965667725 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856620013713837 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0709799975156784 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855139970779419 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0708599984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853659987449646 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0707399994134903 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852180004119873 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0706200003623962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8507000207901 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0705000013113022 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850210011005402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0704500004649162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849229991436005 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848739981651306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848249971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702499970793724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847760021686554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847270011901856 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846780002117157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701000019907951 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846289992332459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700500011444092 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84579998254776 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84636002779007 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700299963355064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700599998235703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847479999065399 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700900033116341 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848039984703064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848599970340729 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849160015583038 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701799988746643 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702100023627281 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850279986858368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850839972496033 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702700018882752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851589977741242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703099966049194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851779997348785 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851970016956329 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703300014138222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852159976959229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703400000929833 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852349996566773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852540016174316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852729976177216 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703700035810471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85291999578476 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703800022602081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853110015392304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703900009393692 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853299975395203 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852970004081726 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852639973163605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852310001850128 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702800005674362 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851979970932007 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85164999961853 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851320028305054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701600015163422 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850989997386932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850660026073456 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700799971818924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850329995155335 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700400024652481 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850000023841858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84918999671936 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0699300020933151 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848380029201508 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0698599964380264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84757000207901 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0697899982333183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846759974956513 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0697200000286102 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84595000743866 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0696500018239021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845139980316162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069580003619194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844330012798309 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0695099979639053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843519985675812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0694399997591972 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842710018157959 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0693700015544891 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841899991035461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069300003349781 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840929985046387 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0692199990153313 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0691400021314621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838989973068237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0690599977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838020026683807 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0689800009131432 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837050020694733 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0688999965786934 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.836080014705658 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0688199996948242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.835110008716583 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0687400028109551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.834140002727509 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0686599984765053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.833169996738434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0685800015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.832199990749359 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0684999972581863 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0317602977156639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0311778578907251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0305749978870153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0298982560634613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0293271541595459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0286844298243523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0279881600290537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0273720752447844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.026628976687789 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0257604569196701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0249478276818991 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.024136908352375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0232145637273788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0223778914660215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0212853774428368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0201160944998264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0192228704690933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0179411377757788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0166530515998602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0153178321197629 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0139876734465361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0125085180625319 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0109969433397055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00932515412569046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00777597306296229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00600432511419058 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0043658409267664 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00291289901360869 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00186265294905752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00189377903006971 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.00460418686270714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0139699345454574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0337979234755039 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0602677464485168 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.085798554122448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11000569909811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.132390573620796 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.15159609913826 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.169293016195297 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.186990514397621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.205486640334129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.229181557893753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.253237813711166 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.273080766201019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.286618322134018 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.289090216159821 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.283574998378754 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.273699045181274 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.263387382030487 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.252852469682694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.241850733757019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.233270466327667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.224181711673737 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.215439319610596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.207660540938377 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.200180113315582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.192028716206551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.18305516242981 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.172752574086189 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.162584468722343 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.152016565203667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.139815807342529 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.129515245556831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11989776045084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.112267836928368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.103999778628349 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.097388967871666 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0901678577065468 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0837536007165909 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0777500867843628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726242884993553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0690992400050163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0673081576824188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.067036047577858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0679356977343559 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.07016621530056 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.072583980858326 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750323981046677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0774050876498222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0791785567998886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803491547703743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.080874614417553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0806821063160896 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794599503278732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780422985553742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0761934518814087 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.074484221637249 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724922269582748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0708932727575302 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.069573238492012 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.068089209496975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0665859431028366 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0652998611330986 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0639152824878693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0625139251351357 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0612633489072323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0600595921278 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0591550245881081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0582340992987156 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0575152933597565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0559111572802067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0549225434660912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.053684089332819 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0525968782603741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0516011491417885 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0506701804697514 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0497782118618488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.048476554453373 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0472403652966023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0462779141962528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0454610884189606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0447233505547047 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0436200089752674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0425228625535965 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0416529029607773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0408408083021641 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0390464328229427 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0372622981667519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0363757237792015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0353994518518448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0345350205898285 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0332791395485401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0323126092553139 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0312565825879574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0299149621278048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.029098879545927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.028380474075675 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0276288501918316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0272911917418242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0271986965090036 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0274871438741684 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0282482616603374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0295610837638378 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.031615424901247 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0346785746514797 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0387909337878227 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0438205040991306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0499514639377594 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0578287653625011 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0641179233789444 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0747176632285118 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0862487331032753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0983018204569817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.106630176305771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.11955600976944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.132110372185707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.140063136816025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.151939645409584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.15967133641243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.170385435223579 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.180735871195793 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.187573298811913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.194054409861565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.203141912817955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.20876456797123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.215954780578613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.220133006572723 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.224167600274086 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.229536697268486 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.23248416185379 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.235197708010674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.238405734300613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239470198750496 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.240031272172928 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.24043296277523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.240457206964493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239868059754372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239642664790154 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.239145949482918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.237540140748024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.235139980912209 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.233003750443459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.231239601969719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.870794057846069 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.0763658285140991 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.902543604373932 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.0804615318775177 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.83999997 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0476000010967255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0303000006824732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0472000017762184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0931999981403351 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.191599994897842 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0485999993979931 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.318300008773804 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0516999997198582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.453700006008148 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0568000003695488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.576499998569489 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0628999993205071 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.676800012588501 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0689999982714653 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.751299977302551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.804400026798248 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861100018024445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873399972915649 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829000025987625 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879499971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888599991798401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896899998188019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896650016307831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0832000002264977 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896399974822998 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895399987697601 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0827500000596046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894400000572205 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0823500007390976 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894200026988983 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0821999981999397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894649982452393 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0820000022649765 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896250009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819500014185906 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89740002155304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898800015449524 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900200009346008 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900900006294251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0818499997258186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0817999988794327 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901899993419647 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0817499980330467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902199983596802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816999971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903299987316132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816499963402748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904399991035461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0816000029444695 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904799997806549 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0815500020980835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905200004577637 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0815000012516975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905700027942658 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0814500004053116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.906199991703033 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0813999995589256 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905849993228912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0812999978661537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905499994754791 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0812000036239624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905399978160858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0811000019311905 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90530002117157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0810000002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90514999628067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0808999985456467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807999968528748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807500034570694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0807000026106834 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904600024223328 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0806000009179115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90420001745224 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903699994087219 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803999975323677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903199970722199 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0803000032901764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902400016784668 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0801500007510185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0799999982118607 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0798999965190888 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90039998292923 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0798000022768974 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.899649977684021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0797000005841255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898899972438812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0795999988913536 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898249983787537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794999971985817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.897599995136261 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0794000029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896849989891052 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0793000012636185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896099984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0791999995708466 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0790499970316887 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89410001039505 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0789000019431114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.893450021743774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0788000002503395 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.892799973487854 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0786999985575676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89190000295639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0785999968647957 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.890999972820282 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0785000026226044 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89045000076294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0784000009298325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889900028705597 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0782999992370606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889150023460388 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0781999975442886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888400018215179 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0781000033020973 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887750029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780500024557114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887099981307983 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0780000016093254 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.886399984359741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.885699987411499 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0777999982237816 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.884800016880035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0776999965310097 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.883899986743927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0776000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.882799983024597 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0774499997496605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.881699979305267 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0772999972105026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.88085001707077 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0772000029683113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879999995231628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0771000012755394 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878650009632111 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0769499987363815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877300024032593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0768000036478043 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875999987125397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0767000019550324 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0766000002622604 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873849987983704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0764499977231026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873000025749207 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0763000026345253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872150003910065 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0762000009417534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871299982070923 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0760999992489815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869650006294251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0759499967098236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867999970912933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0758000016212463 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867299973964691 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0756999999284744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866599977016449 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0755999982357025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865100026130676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0754500031471252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863600015640259 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0753000006079674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86269998550415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0751999989151955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861800014972687 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750999972224236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861150026321411 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0750000029802322 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860499978065491 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0749000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859849989414215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0748500004410744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85920000076294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0747999995946884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858449995517731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0746999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857699990272522 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0746000036597252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856649994850159 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0745000019669533 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855599999427795 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0744000002741814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854300022125244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0742999985814095 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852999985218048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741999968886375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852150022983551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851300001144409 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0740000009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0739500001072884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849699974060059 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848900020122528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847350001335144 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736500024795532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846599996089935 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845899999141693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734999999403954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845200002193451 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844600021839142 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733499974012375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843999981880188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843500018119812 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842999994754791 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842599987983704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730499997735024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842199981212616 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841849982738495 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729499980807304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841499984264374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841199994087219 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728499963879585 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840900003910065 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84060001373291 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840099990367889 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839900016784668 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839699983596802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726500004529953 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83950001001358 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725999996066093 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839299976825714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839100003242493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838949978351593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838660001754761 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724700018763542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838519990444183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724399983882904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838379979133606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724100023508072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838100016117096 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837960004806519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837819993495941 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722900032997131 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837679982185364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837539970874786 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722299963235855 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837400019168854 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837430000305176 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721900016069412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837459981441498 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837490022182465 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721699967980385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837520003318787 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837549984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721499994397163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837580025196075 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837610006332398 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721300020813942 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83763998746872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837670028209686 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721099972724915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837700009346008 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837790012359619 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83788001537323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837970018386841 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838060021400452 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838150024414063 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838329970836639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83841997385025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838509976863861 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838599979877472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838769972324371 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838940024375916 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839110016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839280009269714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839450001716614 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839619994163513 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839789986610413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840129971504211 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840650022029877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841000020503998 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841350018978119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84170001745224 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842050015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842750012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843100011348724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843450009822846 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843800008296967 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844190001487732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844579994678497 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844969987869263 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845359981060028 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845749974250794 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846140027046204 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846530020236969 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8473100066185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847699999809265 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848190009593964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848680019378662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849170029163361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849659979343414 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850149989128113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850639998912811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85113000869751 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851620018482208 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852110028266907 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85259997844696 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852859973907471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727099999785423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853120028972626 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853380024433136 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727299973368645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853640019893646 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853900015354157 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854160010814667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854420006275177 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727699995040894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854680001735687 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854939997196198 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727899968624115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855199992656708 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855979979038239 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856760025024414 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857540011405945 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858319997787476 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859099984169006 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859879970550537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860660016536713 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861440002918243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862219989299774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863579988479614 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864160001277924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864740014076233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733200013637543 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865320026874542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865899980068207 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866479992866516 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734400004148483 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867060005664825 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867640018463135 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735199972987175 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868219971656799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735599994659424 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869319975376129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869840025901794 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870880007743835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871399998664856 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871919989585877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872439980506897 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872959971427918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873480021953583 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874270021915436 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874539971351624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874809980392456 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875079989433289 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875349998474121 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875620007514954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875890016555786 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876160025596619 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876429975032806 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876699984073639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876860022544861 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877020001411438 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878260016441345 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878220021724701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878180027008057 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878099977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878059983253479 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878019988536835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877939999103546 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877900004386902 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877740025520325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877579987049103 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877420008182526 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877260029315949 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877099990844727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876919984817505 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735699981451035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876739978790283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735400021076202 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876559972763062 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0735099986195564 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876380026340485 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876200020313263 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734499990940094 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876020014286041 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0734200030565262 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87584000825882 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733899995684624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875660002231598 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875479996204376 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0733300000429153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875299990177155 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875159978866577 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875020027160645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732600018382072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874880015850067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87474000453949 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732199996709824 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874599993228912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874459981918335 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731799975037575 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874319970607758 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874180018901825 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731400027871132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874040007591248 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87389999628067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87379002571106 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873679995536804 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730599984526634 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873570024967194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873459994792938 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0730199962854385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873350024223328 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873239994049072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729800015687943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873130023479462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873019993305206 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729399994015694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872910022735596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87279999256134 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872600018978119 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728600025177002 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872500002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872399985790253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728200003504753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872300028800964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872200012207031 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872099995613098 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871900022029877 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871800005435944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 }, "direction": { "polar": 8 @@ -12865,33 +35118,31 @@ } }, "results": { - "transmittance": "0.8988", - "reflectance": "0.0819" + "reflectance": 0.0727000012993813 } }, { "incidence": { "wavelengths": { - "wavelength": 460 + "wavelength": 1955 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9002", - "reflectance": "0.0819" + "transmittance": 0.871619999408722 } }, { "incidence": { "wavelengths": { - "wavelength": 465 + "wavelength": 1955 }, "direction": { "polar": 8 @@ -12903,14 +35154,31 @@ } }, "results": { - "transmittance": "0.9009", - "reflectance": "0.08185" + "reflectance": 0.0726699978113174 } }, { "incidence": { "wavelengths": { - "wavelength": 470 + "wavelength": 1960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8714399933815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 }, "direction": { "polar": 8 @@ -12922,14 +35190,31 @@ } }, "results": { - "transmittance": "0.9016", - "reflectance": "0.0818" + "reflectance": 0.0726400017738342 } }, { "incidence": { "wavelengths": { - "wavelength": 475 + "wavelength": 1965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871259987354279 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 }, "direction": { "polar": 8 @@ -12941,14 +35226,31 @@ } }, "results": { - "transmittance": "0.9019", - "reflectance": "0.08175" + "reflectance": 0.0726099982857704 } }, { "incidence": { "wavelengths": { - "wavelength": 480 + "wavelength": 1970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871079981327057 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 }, "direction": { "polar": 8 @@ -12960,14 +35262,31 @@ } }, "results": { - "transmittance": "0.9022", - "reflectance": "0.0817" + "reflectance": 0.0725800022482872 } }, { "incidence": { "wavelengths": { - "wavelength": 485 + "wavelength": 1975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870899975299835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 }, "direction": { "polar": 8 @@ -12979,14 +35298,31 @@ } }, "results": { - "transmittance": "0.9033", - "reflectance": "0.08165" + "reflectance": 0.0725499987602234 } }, { "incidence": { "wavelengths": { - "wavelength": 490 + "wavelength": 1980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870720028877258 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 }, "direction": { "polar": 8 @@ -12998,14 +35334,31 @@ } }, "results": { - "transmittance": "0.9044", - "reflectance": "0.0816" + "reflectance": 0.0725200027227402 } }, { "incidence": { "wavelengths": { - "wavelength": 495 + "wavelength": 1985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870540022850037 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 }, "direction": { "polar": 8 @@ -13017,14 +35370,31 @@ } }, "results": { - "transmittance": "0.9048", - "reflectance": "0.08155" + "reflectance": 0.0724899992346764 } }, { "incidence": { "wavelengths": { - "wavelength": 500 + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 }, "direction": { "polar": 8 @@ -13036,14 +35406,31 @@ } }, "results": { - "transmittance": "0.9052", - "reflectance": "0.0815" + "reflectance": 0.0724600031971932 } }, { "incidence": { "wavelengths": { - "wavelength": 505 + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 }, "direction": { "polar": 8 @@ -13055,14 +35442,31 @@ } }, "results": { - "transmittance": "0.9057", - "reflectance": "0.08145" + "reflectance": 0.0724299997091293 } }, { "incidence": { "wavelengths": { - "wavelength": 510 + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 }, "direction": { "polar": 8 @@ -13074,14 +35478,31 @@ } }, "results": { - "transmittance": "0.9062", - "reflectance": "0.0814" + "reflectance": 0.0724000036716461 } }, { "incidence": { "wavelengths": { - "wavelength": 515 + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 }, "direction": { "polar": 8 @@ -13093,14 +35514,31 @@ } }, "results": { - "transmittance": "0.90585", - "reflectance": "0.0813" + "reflectance": 0.0723899975419045 } }, { "incidence": { "wavelengths": { - "wavelength": 520 + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 }, "direction": { "polar": 8 @@ -13112,14 +35550,31 @@ } }, "results": { - "transmittance": "0.9055", - "reflectance": "0.0812" + "reflectance": 0.0723799988627434 } }, { "incidence": { "wavelengths": { - "wavelength": 525 + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 }, "direction": { "polar": 8 @@ -13131,14 +35586,31 @@ } }, "results": { - "transmittance": "0.9054", - "reflectance": "0.0811" + "reflectance": 0.0723700001835823 } }, { "incidence": { "wavelengths": { - "wavelength": 530 + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 }, "direction": { "polar": 8 @@ -13150,14 +35622,31 @@ } }, "results": { - "transmittance": "0.9053", - "reflectance": "0.081" + "reflectance": 0.0723600015044212 } }, { "incidence": { "wavelengths": { - "wavelength": 535 + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 }, "direction": { "polar": 8 @@ -13169,33 +35658,31 @@ } }, "results": { - "transmittance": "0.90515", - "reflectance": "0.0809" + "reflectance": 0.0723500028252602 } }, { "incidence": { "wavelengths": { - "wavelength": 540 + "wavelength": 2030 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.905", - "reflectance": "0.0808" + "transmittance": 0.869939982891083 } }, { "incidence": { "wavelengths": { - "wavelength": 545 + "wavelength": 2030 }, "direction": { "polar": 8 @@ -13207,33 +35694,31 @@ } }, "results": { - "transmittance": "0.905", - "reflectance": "0.08075" + "reflectance": 0.0723399966955185 } }, { "incidence": { "wavelengths": { - "wavelength": 550 + "wavelength": 2035 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.905", - "reflectance": "0.0807" + "transmittance": 0.869930028915405 } }, { "incidence": { "wavelengths": { - "wavelength": 555 + "wavelength": 2035 }, "direction": { "polar": 8 @@ -13245,33 +35730,31 @@ } }, "results": { - "transmittance": "0.9046", - "reflectance": "0.0806" + "reflectance": 0.0723299980163574 } }, { "incidence": { "wavelengths": { - "wavelength": 560 + "wavelength": 2040 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9042", - "reflectance": "0.0805" + "transmittance": 0.869920015335083 } }, { "incidence": { "wavelengths": { - "wavelength": 565 + "wavelength": 2040 }, "direction": { "polar": 8 @@ -13283,33 +35766,31 @@ } }, "results": { - "transmittance": "0.9037", - "reflectance": "0.0804" + "reflectance": 0.0723199993371964 } }, { "incidence": { "wavelengths": { - "wavelength": 570 + "wavelength": 2045 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9032", - "reflectance": "0.0803" + "transmittance": 0.869910001754761 } }, { "incidence": { "wavelengths": { - "wavelength": 575 + "wavelength": 2045 }, "direction": { "polar": 8 @@ -13321,33 +35802,31 @@ } }, "results": { - "transmittance": "0.9024", - "reflectance": "0.08015" + "reflectance": 0.0723100006580353 } }, { "incidence": { "wavelengths": { - "wavelength": 580 + "wavelength": 2050 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9016", - "reflectance": "0.08" + "transmittance": 0.869899988174439 } }, { "incidence": { "wavelengths": { - "wavelength": 585 + "wavelength": 2050 }, "direction": { "polar": 8 @@ -13359,33 +35838,31 @@ } }, "results": { - "transmittance": "0.901", - "reflectance": "0.0799" + "reflectance": 0.0723000019788742 } }, { "incidence": { "wavelengths": { - "wavelength": 590 + "wavelength": 2055 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.9004", - "reflectance": "0.0798" + "transmittance": 0.869790017604828 } }, { "incidence": { "wavelengths": { - "wavelength": 595 + "wavelength": 2055 }, "direction": { "polar": 8 @@ -13397,33 +35874,31 @@ } }, "results": { - "transmittance": "0.89965", - "reflectance": "0.0797" + "reflectance": 0.0722799971699715 } }, { "incidence": { "wavelengths": { - "wavelength": 600 + "wavelength": 2060 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8989", - "reflectance": "0.0796" + "transmittance": 0.869679987430573 } }, { "incidence": { "wavelengths": { - "wavelength": 605 + "wavelength": 2060 }, "direction": { "polar": 8 @@ -13435,33 +35910,31 @@ } }, "results": { - "transmittance": "0.89825", - "reflectance": "0.0795" + "reflectance": 0.0722599998116493 } }, { "incidence": { "wavelengths": { - "wavelength": 610 + "wavelength": 2065 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8976", - "reflectance": "0.0794" + "transmittance": 0.869570016860962 } }, { "incidence": { "wavelengths": { - "wavelength": 615 + "wavelength": 2065 }, "direction": { "polar": 8 @@ -13473,33 +35946,31 @@ } }, "results": { - "transmittance": "0.89685", - "reflectance": "0.0793" + "reflectance": 0.0722400024533272 } }, { "incidence": { "wavelengths": { - "wavelength": 620 + "wavelength": 2070 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8961", - "reflectance": "0.0792" + "transmittance": 0.869459986686707 } }, { "incidence": { "wavelengths": { - "wavelength": 625 + "wavelength": 2070 }, "direction": { "polar": 8 @@ -13511,33 +35982,31 @@ } }, "results": { - "transmittance": "0.8951", - "reflectance": "0.07905" + "reflectance": 0.0722199976444244 } }, { "incidence": { "wavelengths": { - "wavelength": 630 + "wavelength": 2075 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8941", - "reflectance": "0.0789" + "transmittance": 0.869350016117096 } }, { "incidence": { "wavelengths": { - "wavelength": 635 + "wavelength": 2075 }, "direction": { "polar": 8 @@ -13549,33 +36018,31 @@ } }, "results": { - "transmittance": "0.89345", - "reflectance": "0.0788" + "reflectance": 0.0722000002861023 } }, { "incidence": { "wavelengths": { - "wavelength": 640 + "wavelength": 2080 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8928", - "reflectance": "0.0787" + "transmittance": 0.869239985942841 } }, { "incidence": { "wavelengths": { - "wavelength": 645 + "wavelength": 2080 }, "direction": { "polar": 8 @@ -13587,33 +36054,31 @@ } }, "results": { - "transmittance": "0.8919", - "reflectance": "0.0786" + "reflectance": 0.0721800029277802 } }, { "incidence": { "wavelengths": { - "wavelength": 650 + "wavelength": 2085 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.891", - "reflectance": "0.0785" + "transmittance": 0.86913001537323 } }, { "incidence": { "wavelengths": { - "wavelength": 655 + "wavelength": 2085 }, "direction": { "polar": 8 @@ -13625,33 +36090,31 @@ } }, "results": { - "transmittance": "0.89045", - "reflectance": "0.0784" + "reflectance": 0.0721599981188774 } }, { "incidence": { "wavelengths": { - "wavelength": 660 + "wavelength": 2090 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8899", - "reflectance": "0.0783" + "transmittance": 0.869019985198975 } }, { "incidence": { "wavelengths": { - "wavelength": 665 + "wavelength": 2090 }, "direction": { "polar": 8 @@ -13663,33 +36126,31 @@ } }, "results": { - "transmittance": "0.88915", - "reflectance": "0.0782" + "reflectance": 0.0721400007605553 } }, { "incidence": { "wavelengths": { - "wavelength": 670 + "wavelength": 2095 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8884", - "reflectance": "0.0781" + "transmittance": 0.868910014629364 } }, { "incidence": { "wavelengths": { - "wavelength": 675 + "wavelength": 2095 }, "direction": { "polar": 8 @@ -13701,33 +36162,31 @@ } }, "results": { - "transmittance": "0.88775", - "reflectance": "0.07805" + "reflectance": 0.0721200034022331 } }, { "incidence": { "wavelengths": { - "wavelength": 680 + "wavelength": 2100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8871", - "reflectance": "0.078" + "transmittance": 0.868799984455109 } }, { "incidence": { "wavelengths": { - "wavelength": 685 + "wavelength": 2100 }, "direction": { "polar": 8 @@ -13739,33 +36198,31 @@ } }, "results": { - "transmittance": "0.8864", - "reflectance": "0.0779" + "reflectance": 0.0720999985933304 } }, { "incidence": { "wavelengths": { - "wavelength": 690 + "wavelength": 2105 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8857", - "reflectance": "0.0778" + "transmittance": 0.868470013141632 } }, { "incidence": { "wavelengths": { - "wavelength": 695 + "wavelength": 2105 }, "direction": { "polar": 8 @@ -13777,33 +36234,31 @@ } }, "results": { - "transmittance": "0.8848", - "reflectance": "0.0777" + "reflectance": 0.0720599964261055 } }, { "incidence": { "wavelengths": { - "wavelength": 700 + "wavelength": 2110 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8839", - "reflectance": "0.0776" + "transmittance": 0.868139982223511 } }, { "incidence": { "wavelengths": { - "wavelength": 705 + "wavelength": 2110 }, "direction": { "polar": 8 @@ -13815,33 +36270,31 @@ } }, "results": { - "transmittance": "0.8828", - "reflectance": "0.07745" + "reflectance": 0.0720200017094612 } }, { "incidence": { "wavelengths": { - "wavelength": 710 + "wavelength": 2115 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8817", - "reflectance": "0.0773" + "transmittance": 0.867810010910034 } }, { "incidence": { "wavelengths": { - "wavelength": 715 + "wavelength": 2115 }, "direction": { "polar": 8 @@ -13853,33 +36306,31 @@ } }, "results": { - "transmittance": "0.88085", - "reflectance": "0.0772" + "reflectance": 0.0719799995422363 } }, { "incidence": { "wavelengths": { - "wavelength": 720 + "wavelength": 2120 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.88", - "reflectance": "0.0771" + "transmittance": 0.867479979991913 } }, { "incidence": { "wavelengths": { - "wavelength": 725 + "wavelength": 2120 }, "direction": { "polar": 8 @@ -13891,33 +36342,31 @@ } }, "results": { - "transmittance": "0.87865", - "reflectance": "0.07695" + "reflectance": 0.0719399973750114 } }, { "incidence": { "wavelengths": { - "wavelength": 730 + "wavelength": 2125 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8773", - "reflectance": "0.0768" + "transmittance": 0.867150008678436 } }, { "incidence": { "wavelengths": { - "wavelength": 735 + "wavelength": 2125 }, "direction": { "polar": 8 @@ -13929,33 +36378,31 @@ } }, "results": { - "transmittance": "0.876", - "reflectance": "0.0767" + "reflectance": 0.0719000026583672 } }, { "incidence": { "wavelengths": { - "wavelength": 740 + "wavelength": 2130 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8747", - "reflectance": "0.0766" + "transmittance": 0.866819977760315 } }, { "incidence": { "wavelengths": { - "wavelength": 745 + "wavelength": 2130 }, "direction": { "polar": 8 @@ -13967,33 +36414,31 @@ } }, "results": { - "transmittance": "0.87385", - "reflectance": "0.07645" + "reflectance": 0.0718600004911423 } }, { "incidence": { "wavelengths": { - "wavelength": 750 + "wavelength": 2135 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.873", - "reflectance": "0.0763" + "transmittance": 0.866490006446838 } }, { "incidence": { "wavelengths": { - "wavelength": 755 + "wavelength": 2135 }, "direction": { "polar": 8 @@ -14005,33 +36450,31 @@ } }, "results": { - "transmittance": "0.87215", - "reflectance": "0.0762" + "reflectance": 0.0718199983239174 } }, { "incidence": { "wavelengths": { - "wavelength": 760 + "wavelength": 2140 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8713", - "reflectance": "0.0761" + "transmittance": 0.866159975528717 } }, { "incidence": { "wavelengths": { - "wavelength": 765 + "wavelength": 2140 }, "direction": { "polar": 8 @@ -14043,33 +36486,31 @@ } }, "results": { - "transmittance": "0.86965", - "reflectance": "0.07595" + "reflectance": 0.0717800036072731 } }, { "incidence": { "wavelengths": { - "wavelength": 770 + "wavelength": 2145 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.868", - "reflectance": "0.0758" + "transmittance": 0.865830004215241 } }, { "incidence": { "wavelengths": { - "wavelength": 775 + "wavelength": 2145 }, "direction": { "polar": 8 @@ -14081,33 +36522,31 @@ } }, "results": { - "transmittance": "0.8673", - "reflectance": "0.0757" + "reflectance": 0.0717400014400482 } }, { "incidence": { "wavelengths": { - "wavelength": 780 + "wavelength": 2150 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8666", - "reflectance": "0.0756" + "transmittance": 0.865499973297119 } }, { "incidence": { "wavelengths": { - "wavelength": 785 + "wavelength": 2150 }, "direction": { "polar": 8 @@ -14119,33 +36558,31 @@ } }, "results": { - "transmittance": "0.8651", - "reflectance": "0.07545" + "reflectance": 0.0716999992728233 } }, { "incidence": { "wavelengths": { - "wavelength": 790 + "wavelength": 2155 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8636", - "reflectance": "0.0753" + "transmittance": 0.864019989967346 } }, { "incidence": { "wavelengths": { - "wavelength": 795 + "wavelength": 2155 }, "direction": { "polar": 8 @@ -14157,33 +36594,31 @@ } }, "results": { - "transmittance": "0.8627", - "reflectance": "0.0752" + "reflectance": 0.0715800002217293 } }, { "incidence": { "wavelengths": { - "wavelength": 800 + "wavelength": 2160 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8618", - "reflectance": "0.0751" + "transmittance": 0.862540006637573 } }, { "incidence": { "wavelengths": { - "wavelength": 805 + "wavelength": 2160 }, "direction": { "polar": 8 @@ -14195,33 +36630,31 @@ } }, "results": { - "transmittance": "0.86115", - "reflectance": "0.075" + "reflectance": 0.0714600011706352 } }, { "incidence": { "wavelengths": { - "wavelength": 810 + "wavelength": 2165 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8605", - "reflectance": "0.0749" + "transmittance": 0.8610600233078 } }, { "incidence": { "wavelengths": { - "wavelength": 815 + "wavelength": 2165 }, "direction": { "polar": 8 @@ -14233,33 +36666,31 @@ } }, "results": { - "transmittance": "0.85985", - "reflectance": "0.07485" + "reflectance": 0.0713400021195412 } }, { "incidence": { "wavelengths": { - "wavelength": 820 + "wavelength": 2170 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8592", - "reflectance": "0.0748" + "transmittance": 0.859579980373383 } }, { "incidence": { "wavelengths": { - "wavelength": 825 + "wavelength": 2170 }, "direction": { "polar": 8 @@ -14271,33 +36702,31 @@ } }, "results": { - "transmittance": "0.85845", - "reflectance": "0.0747" + "reflectance": 0.0712200030684471 } }, { "incidence": { "wavelengths": { - "wavelength": 830 + "wavelength": 2175 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8577", - "reflectance": "0.0746" + "transmittance": 0.85809999704361 } }, { "incidence": { "wavelengths": { - "wavelength": 835 + "wavelength": 2175 }, "direction": { "polar": 8 @@ -14309,33 +36738,31 @@ } }, "results": { - "transmittance": "0.85665", - "reflectance": "0.0745" + "reflectance": 0.0710999965667725 } }, { "incidence": { "wavelengths": { - "wavelength": 840 + "wavelength": 2180 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8556", - "reflectance": "0.0744" + "transmittance": 0.856620013713837 } }, { "incidence": { "wavelengths": { - "wavelength": 845 + "wavelength": 2180 }, "direction": { "polar": 8 @@ -14347,33 +36774,31 @@ } }, "results": { - "transmittance": "0.8543", - "reflectance": "0.0743" + "reflectance": 0.0709799975156784 } }, { "incidence": { "wavelengths": { - "wavelength": 850 + "wavelength": 2185 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.853", - "reflectance": "0.0742" + "transmittance": 0.855139970779419 } }, { "incidence": { "wavelengths": { - "wavelength": 855 + "wavelength": 2185 }, "direction": { "polar": 8 @@ -14385,33 +36810,31 @@ } }, "results": { - "transmittance": "0.85215", - "reflectance": "0.0741" + "reflectance": 0.0708599984645844 } }, { "incidence": { "wavelengths": { - "wavelength": 860 + "wavelength": 2190 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8513", - "reflectance": "0.074" + "transmittance": 0.853659987449646 } }, { "incidence": { "wavelengths": { - "wavelength": 865 + "wavelength": 2190 }, "direction": { "polar": 8 @@ -14423,33 +36846,31 @@ } }, "results": { - "transmittance": "0.8505", - "reflectance": "0.07395" + "reflectance": 0.0707399994134903 } }, { "incidence": { "wavelengths": { - "wavelength": 870 + "wavelength": 2195 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8497", - "reflectance": "0.0739" + "transmittance": 0.852180004119873 } }, { "incidence": { "wavelengths": { - "wavelength": 875 + "wavelength": 2195 }, "direction": { "polar": 8 @@ -14461,33 +36882,31 @@ } }, "results": { - "transmittance": "0.8489", - "reflectance": "0.0738" + "reflectance": 0.0706200003623962 } }, { "incidence": { "wavelengths": { - "wavelength": 880 + "wavelength": 2200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8481", - "reflectance": "0.0737" + "transmittance": 0.8507000207901 } }, { "incidence": { "wavelengths": { - "wavelength": 885 + "wavelength": 2200 }, "direction": { "polar": 8 @@ -14499,33 +36918,31 @@ } }, "results": { - "transmittance": "0.84735", - "reflectance": "0.07365" + "reflectance": 0.0705000013113022 } }, { "incidence": { "wavelengths": { - "wavelength": 890 + "wavelength": 2205 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8466", - "reflectance": "0.0736" + "transmittance": 0.850210011005402 } }, { "incidence": { "wavelengths": { - "wavelength": 895 + "wavelength": 2205 }, "direction": { "polar": 8 @@ -14537,33 +36954,31 @@ } }, "results": { - "transmittance": "0.8459", - "reflectance": "0.0735" + "reflectance": 0.0704500004649162 } }, { "incidence": { "wavelengths": { - "wavelength": 900 + "wavelength": 2210 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8452", - "reflectance": "0.0734" + "transmittance": 0.849720001220703 } }, { "incidence": { "wavelengths": { - "wavelength": 905 + "wavelength": 2210 }, "direction": { "polar": 8 @@ -14575,33 +36990,31 @@ } }, "results": { - "transmittance": "0.8446", - "reflectance": "0.07335" + "reflectance": 0.0703999996185303 } }, { "incidence": { "wavelengths": { - "wavelength": 910 + "wavelength": 2215 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.844", - "reflectance": "0.0733" + "transmittance": 0.849229991436005 } }, { "incidence": { "wavelengths": { - "wavelength": 915 + "wavelength": 2215 }, "direction": { "polar": 8 @@ -14613,33 +37026,31 @@ } }, "results": { - "transmittance": "0.8435", - "reflectance": "0.0732" + "reflectance": 0.0703499987721443 } }, { "incidence": { "wavelengths": { - "wavelength": 920 + "wavelength": 2220 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.843", - "reflectance": "0.0731" + "transmittance": 0.848739981651306 } }, { "incidence": { "wavelengths": { - "wavelength": 925 + "wavelength": 2220 }, "direction": { "polar": 8 @@ -14651,33 +37062,31 @@ } }, "results": { - "transmittance": "0.8426", - "reflectance": "0.07305" + "reflectance": 0.0702999979257584 } }, { "incidence": { "wavelengths": { - "wavelength": 930 + "wavelength": 2225 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8422", - "reflectance": "0.073" + "transmittance": 0.848249971866608 } }, { "incidence": { "wavelengths": { - "wavelength": 935 + "wavelength": 2225 }, "direction": { "polar": 8 @@ -14689,33 +37098,31 @@ } }, "results": { - "transmittance": "0.84185", - "reflectance": "0.07295" + "reflectance": 0.0702499970793724 } }, { "incidence": { "wavelengths": { - "wavelength": 940 + "wavelength": 2230 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8415", - "reflectance": "0.0729" + "transmittance": 0.847760021686554 } }, { "incidence": { "wavelengths": { - "wavelength": 945 + "wavelength": 2230 }, "direction": { "polar": 8 @@ -14727,33 +37134,31 @@ } }, "results": { - "transmittance": "0.8412", - "reflectance": "0.07285" + "reflectance": 0.0702000036835671 } }, { "incidence": { "wavelengths": { - "wavelength": 950 + "wavelength": 2235 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8409", - "reflectance": "0.0728" + "transmittance": 0.847270011901856 } }, { "incidence": { "wavelengths": { - "wavelength": 955 + "wavelength": 2235 }, "direction": { "polar": 8 @@ -14765,33 +37170,31 @@ } }, "results": { - "transmittance": "0.8406", - "reflectance": "0.07275" + "reflectance": 0.0701500028371811 } }, { "incidence": { "wavelengths": { - "wavelength": 960 + "wavelength": 2240 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8403", - "reflectance": "0.0727" + "transmittance": 0.846780002117157 } }, { "incidence": { "wavelengths": { - "wavelength": 965 + "wavelength": 2240 }, "direction": { "polar": 8 @@ -14803,33 +37206,31 @@ } }, "results": { - "transmittance": "0.8401", - "reflectance": "0.0727" + "reflectance": 0.0701000019907951 } }, { "incidence": { "wavelengths": { - "wavelength": 970 + "wavelength": 2245 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8399", - "reflectance": "0.0727" + "transmittance": 0.846289992332459 } }, { "incidence": { "wavelengths": { - "wavelength": 975 + "wavelength": 2245 }, "direction": { "polar": 8 @@ -14841,33 +37242,31 @@ } }, "results": { - "transmittance": "0.8397", - "reflectance": "0.07265" + "reflectance": 0.0700500011444092 } }, { "incidence": { "wavelengths": { - "wavelength": 980 + "wavelength": 2250 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8395", - "reflectance": "0.0726" + "transmittance": 0.84579998254776 } }, { "incidence": { "wavelengths": { - "wavelength": 985 + "wavelength": 2250 }, "direction": { "polar": 8 @@ -14879,33 +37278,31 @@ } }, "results": { - "transmittance": "0.8393", - "reflectance": "0.07255" + "reflectance": 0.0700000002980232 } }, { "incidence": { "wavelengths": { - "wavelength": 990 + "wavelength": 2255 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8391", - "reflectance": "0.0725" + "transmittance": 0.84636002779007 } }, { "incidence": { "wavelengths": { - "wavelength": 995 + "wavelength": 2255 }, "direction": { "polar": 8 @@ -14917,33 +37314,31 @@ } }, "results": { - "transmittance": "0.83895", - "reflectance": "0.0725" + "reflectance": 0.0700299963355064 } }, { "incidence": { "wavelengths": { - "wavelength": 1000 + "wavelength": 2260 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8388", - "reflectance": "0.0725" + "transmittance": 0.846920013427734 } }, { "incidence": { "wavelengths": { - "wavelength": 1005 + "wavelength": 2260 }, "direction": { "polar": 8 @@ -14955,33 +37350,31 @@ } }, "results": { - "transmittance": "0.83866", - "reflectance": "0.07247" + "reflectance": 0.0700599998235703 } }, { "incidence": { "wavelengths": { - "wavelength": 1010 + "wavelength": 2265 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83852", - "reflectance": "0.07244" + "transmittance": 0.847479999065399 } }, { "incidence": { "wavelengths": { - "wavelength": 1015 + "wavelength": 2265 }, "direction": { "polar": 8 @@ -14993,33 +37386,31 @@ } }, "results": { - "transmittance": "0.83838", - "reflectance": "0.07241" + "reflectance": 0.0700900033116341 } }, { "incidence": { "wavelengths": { - "wavelength": 1020 + "wavelength": 2270 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83824", - "reflectance": "0.07238" + "transmittance": 0.848039984703064 } }, { "incidence": { "wavelengths": { - "wavelength": 1025 + "wavelength": 2270 }, "direction": { "polar": 8 @@ -15031,33 +37422,31 @@ } }, "results": { - "transmittance": "0.8381", - "reflectance": "0.07235" + "reflectance": 0.0701199993491173 } }, { "incidence": { "wavelengths": { - "wavelength": 1030 + "wavelength": 2275 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83796", - "reflectance": "0.07232" + "transmittance": 0.848599970340729 } }, { "incidence": { "wavelengths": { - "wavelength": 1035 + "wavelength": 2275 }, "direction": { "polar": 8 @@ -15069,33 +37458,31 @@ } }, "results": { - "transmittance": "0.83782", - "reflectance": "0.07229" + "reflectance": 0.0701500028371811 } }, { "incidence": { "wavelengths": { - "wavelength": 1040 + "wavelength": 2280 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83768", - "reflectance": "0.07226" + "transmittance": 0.849160015583038 } }, { "incidence": { "wavelengths": { - "wavelength": 1045 + "wavelength": 2280 }, "direction": { "polar": 8 @@ -15107,33 +37494,31 @@ } }, "results": { - "transmittance": "0.83754", - "reflectance": "0.07223" + "reflectance": 0.0701799988746643 } }, { "incidence": { "wavelengths": { - "wavelength": 1050 + "wavelength": 2285 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8374", - "reflectance": "0.0722" + "transmittance": 0.849720001220703 } }, { "incidence": { "wavelengths": { - "wavelength": 1055 + "wavelength": 2285 }, "direction": { "polar": 8 @@ -15145,33 +37530,31 @@ } }, "results": { - "transmittance": "0.83743", - "reflectance": "0.07219" + "reflectance": 0.0702100023627281 } }, { "incidence": { "wavelengths": { - "wavelength": 1060 + "wavelength": 2290 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83746", - "reflectance": "0.07218" + "transmittance": 0.850279986858368 } }, { "incidence": { "wavelengths": { - "wavelength": 1065 + "wavelength": 2290 }, "direction": { "polar": 8 @@ -15183,33 +37566,31 @@ } }, "results": { - "transmittance": "0.83749", - "reflectance": "0.07217" + "reflectance": 0.0702399984002113 } }, { "incidence": { "wavelengths": { - "wavelength": 1070 + "wavelength": 2295 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83752", - "reflectance": "0.07216" + "transmittance": 0.850839972496033 } }, { "incidence": { "wavelengths": { - "wavelength": 1075 + "wavelength": 2295 }, "direction": { "polar": 8 @@ -15221,33 +37602,31 @@ } }, "results": { - "transmittance": "0.83755", - "reflectance": "0.07215" + "reflectance": 0.0702700018882752 } }, { "incidence": { "wavelengths": { - "wavelength": 1080 + "wavelength": 2300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83758", - "reflectance": "0.07214" + "transmittance": 0.851400017738342 } }, { "incidence": { "wavelengths": { - "wavelength": 1085 + "wavelength": 2300 }, "direction": { "polar": 8 @@ -15259,33 +37638,31 @@ } }, "results": { - "transmittance": "0.83761", - "reflectance": "0.07213" + "reflectance": 0.0702999979257584 } }, { "incidence": { "wavelengths": { - "wavelength": 1090 + "wavelength": 2305 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83764", - "reflectance": "0.07212" + "transmittance": 0.851589977741242 } }, { "incidence": { "wavelengths": { - "wavelength": 1095 + "wavelength": 2305 }, "direction": { "polar": 8 @@ -15297,33 +37674,31 @@ } }, "results": { - "transmittance": "0.83767", - "reflectance": "0.07211" + "reflectance": 0.0703099966049194 } }, { "incidence": { "wavelengths": { - "wavelength": 1100 + "wavelength": 2310 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8377", - "reflectance": "0.0721" + "transmittance": 0.851779997348785 } }, { "incidence": { "wavelengths": { - "wavelength": 1105 + "wavelength": 2310 }, "direction": { "polar": 8 @@ -15335,33 +37710,31 @@ } }, "results": { - "transmittance": "0.83779", - "reflectance": "0.0721" + "reflectance": 0.0703200027346611 } }, { "incidence": { "wavelengths": { - "wavelength": 1110 + "wavelength": 2315 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83788", - "reflectance": "0.0721" + "transmittance": 0.851970016956329 } }, { "incidence": { "wavelengths": { - "wavelength": 1115 + "wavelength": 2315 }, "direction": { "polar": 8 @@ -15373,33 +37746,31 @@ } }, "results": { - "transmittance": "0.83797", - "reflectance": "0.0721" + "reflectance": 0.0703300014138222 } }, { "incidence": { "wavelengths": { - "wavelength": 1120 + "wavelength": 2320 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83806", - "reflectance": "0.0721" + "transmittance": 0.852159976959229 } }, { "incidence": { "wavelengths": { - "wavelength": 1125 + "wavelength": 2320 }, "direction": { "polar": 8 @@ -15411,33 +37782,31 @@ } }, "results": { - "transmittance": "0.83815", - "reflectance": "0.0721" + "reflectance": 0.0703400000929833 } }, { "incidence": { "wavelengths": { - "wavelength": 1130 + "wavelength": 2325 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83824", - "reflectance": "0.0721" + "transmittance": 0.852349996566773 } }, { "incidence": { "wavelengths": { - "wavelength": 1135 + "wavelength": 2325 }, "direction": { "polar": 8 @@ -15449,33 +37818,31 @@ } }, "results": { - "transmittance": "0.83833", - "reflectance": "0.0721" + "reflectance": 0.0703499987721443 } }, { "incidence": { "wavelengths": { - "wavelength": 1140 + "wavelength": 2330 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83842", - "reflectance": "0.0721" + "transmittance": 0.852540016174316 } }, { "incidence": { "wavelengths": { - "wavelength": 1145 + "wavelength": 2330 }, "direction": { "polar": 8 @@ -15487,33 +37854,31 @@ } }, "results": { - "transmittance": "0.83851", - "reflectance": "0.0721" + "reflectance": 0.0703599974513054 } }, { "incidence": { "wavelengths": { - "wavelength": 1150 + "wavelength": 2335 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8386", - "reflectance": "0.0721" + "transmittance": 0.852729976177216 } }, { "incidence": { "wavelengths": { - "wavelength": 1155 + "wavelength": 2335 }, "direction": { "polar": 8 @@ -15525,33 +37890,31 @@ } }, "results": { - "transmittance": "0.83877", - "reflectance": "0.0721" + "reflectance": 0.0703700035810471 } }, { "incidence": { "wavelengths": { - "wavelength": 1160 + "wavelength": 2340 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83894", - "reflectance": "0.0721" + "transmittance": 0.85291999578476 } }, { "incidence": { "wavelengths": { - "wavelength": 1165 + "wavelength": 2340 }, "direction": { "polar": 8 @@ -15563,33 +37926,31 @@ } }, "results": { - "transmittance": "0.83911", - "reflectance": "0.0721" + "reflectance": 0.0703800022602081 } }, { "incidence": { "wavelengths": { - "wavelength": 1170 + "wavelength": 2345 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83928", - "reflectance": "0.0721" + "transmittance": 0.853110015392304 } }, { "incidence": { "wavelengths": { - "wavelength": 1175 + "wavelength": 2345 }, "direction": { "polar": 8 @@ -15601,33 +37962,31 @@ } }, "results": { - "transmittance": "0.83945", - "reflectance": "0.0721" + "reflectance": 0.0703900009393692 } }, { "incidence": { "wavelengths": { - "wavelength": 1180 + "wavelength": 2350 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83962", - "reflectance": "0.0721" + "transmittance": 0.853299975395203 } }, { "incidence": { "wavelengths": { - "wavelength": 1185 + "wavelength": 2350 }, "direction": { "polar": 8 @@ -15639,33 +37998,31 @@ } }, "results": { - "transmittance": "0.83979", - "reflectance": "0.0721" + "reflectance": 0.0703999996185303 } }, { "incidence": { "wavelengths": { - "wavelength": 1190 + "wavelength": 2355 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83996", - "reflectance": "0.0721" + "transmittance": 0.852970004081726 } }, { "incidence": { "wavelengths": { - "wavelength": 1195 + "wavelength": 2355 }, "direction": { "polar": 8 @@ -15677,33 +38034,31 @@ } }, "results": { - "transmittance": "0.84013", - "reflectance": "0.0721" + "reflectance": 0.0703599974513054 } }, { "incidence": { "wavelengths": { - "wavelength": 1200 + "wavelength": 2360 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8403", - "reflectance": "0.0721" + "transmittance": 0.852639973163605 } }, { "incidence": { "wavelengths": { - "wavelength": 1205 + "wavelength": 2360 }, "direction": { "polar": 8 @@ -15715,33 +38070,31 @@ } }, "results": { - "transmittance": "0.84065", - "reflectance": "0.07212" + "reflectance": 0.0703200027346611 } }, { "incidence": { "wavelengths": { - "wavelength": 1210 + "wavelength": 2365 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.841", - "reflectance": "0.07214" + "transmittance": 0.852310001850128 } }, { "incidence": { "wavelengths": { - "wavelength": 1215 + "wavelength": 2365 }, "direction": { "polar": 8 @@ -15753,33 +38106,31 @@ } }, "results": { - "transmittance": "0.84135", - "reflectance": "0.07216" + "reflectance": 0.0702800005674362 } }, { "incidence": { "wavelengths": { - "wavelength": 1220 + "wavelength": 2370 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8417", - "reflectance": "0.07218" + "transmittance": 0.851979970932007 } }, { "incidence": { "wavelengths": { - "wavelength": 1225 + "wavelength": 2370 }, "direction": { "polar": 8 @@ -15791,33 +38142,31 @@ } }, "results": { - "transmittance": "0.84205", - "reflectance": "0.0722" + "reflectance": 0.0702399984002113 } }, { "incidence": { "wavelengths": { - "wavelength": 1230 + "wavelength": 2375 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8424", - "reflectance": "0.07222" + "transmittance": 0.85164999961853 } }, { "incidence": { "wavelengths": { - "wavelength": 1235 + "wavelength": 2375 }, "direction": { "polar": 8 @@ -15829,33 +38178,31 @@ } }, "results": { - "transmittance": "0.84275", - "reflectance": "0.07224" + "reflectance": 0.0702000036835671 } }, { "incidence": { "wavelengths": { - "wavelength": 1240 + "wavelength": 2380 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8431", - "reflectance": "0.07226" + "transmittance": 0.851320028305054 } }, { "incidence": { "wavelengths": { - "wavelength": 1245 + "wavelength": 2380 }, "direction": { "polar": 8 @@ -15867,33 +38214,31 @@ } }, "results": { - "transmittance": "0.84345", - "reflectance": "0.07228" + "reflectance": 0.0701600015163422 } }, { "incidence": { "wavelengths": { - "wavelength": 1250 + "wavelength": 2385 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8438", - "reflectance": "0.0723" + "transmittance": 0.850989997386932 } }, { "incidence": { "wavelengths": { - "wavelength": 1255 + "wavelength": 2385 }, "direction": { "polar": 8 @@ -15905,33 +38250,31 @@ } }, "results": { - "transmittance": "0.84419", - "reflectance": "0.07231" + "reflectance": 0.0701199993491173 } }, { "incidence": { "wavelengths": { - "wavelength": 1260 + "wavelength": 2390 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84458", - "reflectance": "0.07232" + "transmittance": 0.850660026073456 } }, { "incidence": { "wavelengths": { - "wavelength": 1265 + "wavelength": 2390 }, "direction": { "polar": 8 @@ -15943,33 +38286,31 @@ } }, "results": { - "transmittance": "0.84497", - "reflectance": "0.07233" + "reflectance": 0.0700799971818924 } }, { "incidence": { "wavelengths": { - "wavelength": 1270 + "wavelength": 2395 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84536", - "reflectance": "0.07234" + "transmittance": 0.850329995155335 } }, { "incidence": { "wavelengths": { - "wavelength": 1275 + "wavelength": 2395 }, "direction": { "polar": 8 @@ -15981,33 +38322,31 @@ } }, "results": { - "transmittance": "0.84575", - "reflectance": "0.07235" + "reflectance": 0.0700400024652481 } }, { "incidence": { "wavelengths": { - "wavelength": 1280 + "wavelength": 2400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84614", - "reflectance": "0.07236" + "transmittance": 0.850000023841858 } }, { "incidence": { "wavelengths": { - "wavelength": 1285 + "wavelength": 2400 }, "direction": { "polar": 8 @@ -16019,33 +38358,31 @@ } }, "results": { - "transmittance": "0.84653", - "reflectance": "0.07237" + "reflectance": 0.0700000002980232 } }, { "incidence": { "wavelengths": { - "wavelength": 1290 + "wavelength": 2405 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84692", - "reflectance": "0.07238" + "transmittance": 0.84918999671936 } }, { "incidence": { "wavelengths": { - "wavelength": 1295 + "wavelength": 2405 }, "direction": { "polar": 8 @@ -16057,33 +38394,31 @@ } }, "results": { - "transmittance": "0.84731", - "reflectance": "0.07239" + "reflectance": 0.0699300020933151 } }, { "incidence": { "wavelengths": { - "wavelength": 1300 + "wavelength": 2410 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8477", - "reflectance": "0.0724" + "transmittance": 0.848380029201508 } }, { "incidence": { "wavelengths": { - "wavelength": 1305 + "wavelength": 2410 }, "direction": { "polar": 8 @@ -16095,33 +38430,31 @@ } }, "results": { - "transmittance": "0.84819", - "reflectance": "0.07243" + "reflectance": 0.0698599964380264 } }, { "incidence": { "wavelengths": { - "wavelength": 1310 + "wavelength": 2415 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84868", - "reflectance": "0.07246" + "transmittance": 0.84757000207901 } }, { "incidence": { "wavelengths": { - "wavelength": 1315 + "wavelength": 2415 }, "direction": { "polar": 8 @@ -16133,33 +38466,31 @@ } }, "results": { - "transmittance": "0.84917", - "reflectance": "0.07249" + "reflectance": 0.0697899982333183 } }, { "incidence": { "wavelengths": { - "wavelength": 1320 + "wavelength": 2420 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84966", - "reflectance": "0.07252" + "transmittance": 0.846759974956513 } }, { "incidence": { "wavelengths": { - "wavelength": 1325 + "wavelength": 2420 }, "direction": { "polar": 8 @@ -16171,33 +38502,31 @@ } }, "results": { - "transmittance": "0.85015", - "reflectance": "0.07255" + "reflectance": 0.0697200000286102 } }, { "incidence": { "wavelengths": { - "wavelength": 1330 + "wavelength": 2425 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85064", - "reflectance": "0.07258" + "transmittance": 0.84595000743866 } }, { "incidence": { "wavelengths": { - "wavelength": 1335 + "wavelength": 2425 }, "direction": { "polar": 8 @@ -16209,33 +38538,31 @@ } }, "results": { - "transmittance": "0.85113", - "reflectance": "0.07261" + "reflectance": 0.0696500018239021 } }, { "incidence": { "wavelengths": { - "wavelength": 1340 + "wavelength": 2430 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85162", - "reflectance": "0.07264" + "transmittance": 0.845139980316162 } }, { "incidence": { "wavelengths": { - "wavelength": 1345 + "wavelength": 2430 }, "direction": { "polar": 8 @@ -16247,33 +38574,31 @@ } }, "results": { - "transmittance": "0.85211", - "reflectance": "0.07267" + "reflectance": 0.069580003619194 } }, { "incidence": { "wavelengths": { - "wavelength": 1350 + "wavelength": 2435 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8526", - "reflectance": "0.0727" + "transmittance": 0.844330012798309 } }, { "incidence": { "wavelengths": { - "wavelength": 1355 + "wavelength": 2435 }, "direction": { "polar": 8 @@ -16285,33 +38610,31 @@ } }, "results": { - "transmittance": "0.85286", - "reflectance": "0.07271" + "reflectance": 0.0695099979639053 } }, { "incidence": { "wavelengths": { - "wavelength": 1360 + "wavelength": 2440 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85312", - "reflectance": "0.07272" + "transmittance": 0.843519985675812 } }, { "incidence": { "wavelengths": { - "wavelength": 1365 + "wavelength": 2440 }, "direction": { "polar": 8 @@ -16323,33 +38646,31 @@ } }, "results": { - "transmittance": "0.85338", - "reflectance": "0.07273" + "reflectance": 0.0694399997591972 } }, { "incidence": { "wavelengths": { - "wavelength": 1370 + "wavelength": 2445 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85364", - "reflectance": "0.07274" + "transmittance": 0.842710018157959 } }, { "incidence": { "wavelengths": { - "wavelength": 1375 + "wavelength": 2445 }, "direction": { "polar": 8 @@ -16361,33 +38682,31 @@ } }, "results": { - "transmittance": "0.8539", - "reflectance": "0.07275" + "reflectance": 0.0693700015544891 } }, { "incidence": { "wavelengths": { - "wavelength": 1380 + "wavelength": 2450 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85416", - "reflectance": "0.07276" + "transmittance": 0.841899991035461 } }, { "incidence": { "wavelengths": { - "wavelength": 1385 + "wavelength": 2450 }, "direction": { "polar": 8 @@ -16399,33 +38718,31 @@ } }, "results": { - "transmittance": "0.85442", - "reflectance": "0.07277" + "reflectance": 0.069300003349781 } }, { "incidence": { "wavelengths": { - "wavelength": 1390 + "wavelength": 2455 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85468", - "reflectance": "0.07278" + "transmittance": 0.840929985046387 } }, { "incidence": { "wavelengths": { - "wavelength": 1395 + "wavelength": 2455 }, "direction": { "polar": 8 @@ -16437,33 +38754,31 @@ } }, "results": { - "transmittance": "0.85494", - "reflectance": "0.07279" + "reflectance": 0.0692199990153313 } }, { "incidence": { "wavelengths": { - "wavelength": 1400 + "wavelength": 2460 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8552", - "reflectance": "0.0728" + "transmittance": 0.839959979057312 } }, { "incidence": { "wavelengths": { - "wavelength": 1405 + "wavelength": 2460 }, "direction": { "polar": 8 @@ -16475,33 +38790,31 @@ } }, "results": { - "transmittance": "0.85598", - "reflectance": "0.07284" + "reflectance": 0.0691400021314621 } }, { "incidence": { "wavelengths": { - "wavelength": 1410 + "wavelength": 2465 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85676", - "reflectance": "0.07288" + "transmittance": 0.838989973068237 } }, { "incidence": { "wavelengths": { - "wavelength": 1415 + "wavelength": 2465 }, "direction": { "polar": 8 @@ -16513,33 +38826,31 @@ } }, "results": { - "transmittance": "0.85754", - "reflectance": "0.07292" + "reflectance": 0.0690599977970123 } }, { "incidence": { "wavelengths": { - "wavelength": 1420 + "wavelength": 2470 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85832", - "reflectance": "0.07296" + "transmittance": 0.838020026683807 } }, { "incidence": { "wavelengths": { - "wavelength": 1425 + "wavelength": 2470 }, "direction": { "polar": 8 @@ -16551,33 +38862,31 @@ } }, "results": { - "transmittance": "0.8591", - "reflectance": "0.073" + "reflectance": 0.0689800009131432 } }, { "incidence": { "wavelengths": { - "wavelength": 1430 + "wavelength": 2475 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85988", - "reflectance": "0.07304" + "transmittance": 0.837050020694733 } }, { "incidence": { "wavelengths": { - "wavelength": 1435 + "wavelength": 2475 }, "direction": { "polar": 8 @@ -16589,33 +38898,31 @@ } }, "results": { - "transmittance": "0.86066", - "reflectance": "0.07308" + "reflectance": 0.0688999965786934 } }, { "incidence": { "wavelengths": { - "wavelength": 1440 + "wavelength": 2480 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86144", - "reflectance": "0.07312" + "transmittance": 0.836080014705658 } }, { "incidence": { "wavelengths": { - "wavelength": 1445 + "wavelength": 2480 }, "direction": { "polar": 8 @@ -16627,33 +38934,31 @@ } }, "results": { - "transmittance": "0.86222", - "reflectance": "0.07316" + "reflectance": 0.0688199996948242 } }, { "incidence": { "wavelengths": { - "wavelength": 1450 + "wavelength": 2485 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.863", - "reflectance": "0.0732" + "transmittance": 0.835110008716583 } }, { "incidence": { "wavelengths": { - "wavelength": 1455 + "wavelength": 2485 }, "direction": { "polar": 8 @@ -16665,33 +38970,31 @@ } }, "results": { - "transmittance": "0.86358", - "reflectance": "0.07324" + "reflectance": 0.0687400028109551 } }, { "incidence": { "wavelengths": { - "wavelength": 1460 + "wavelength": 2490 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86416", - "reflectance": "0.07328" + "transmittance": 0.834140002727509 } }, { "incidence": { "wavelengths": { - "wavelength": 1465 + "wavelength": 2490 }, "direction": { "polar": 8 @@ -16703,33 +39006,31 @@ } }, "results": { - "transmittance": "0.86474", - "reflectance": "0.07332" + "reflectance": 0.0686599984765053 } }, { "incidence": { "wavelengths": { - "wavelength": 1470 + "wavelength": 2495 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86532", - "reflectance": "0.07336" + "transmittance": 0.833169996738434 } }, { "incidence": { "wavelengths": { - "wavelength": 1475 + "wavelength": 2495 }, "direction": { "polar": 8 @@ -16741,33 +39042,31 @@ } }, "results": { - "transmittance": "0.8659", - "reflectance": "0.0734" + "reflectance": 0.0685800015926361 } }, { "incidence": { "wavelengths": { - "wavelength": 1480 + "wavelength": 2500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86648", - "reflectance": "0.07344" + "transmittance": 0.832199990749359 } }, { "incidence": { "wavelengths": { - "wavelength": 1485 + "wavelength": 2500 }, "direction": { "polar": 8 @@ -16779,33 +39078,31 @@ } }, "results": { - "transmittance": "0.86706", - "reflectance": "0.07348" + "reflectance": 0.0684999972581863 } }, { "incidence": { "wavelengths": { - "wavelength": 1490 + "wavelength": 5000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86764", - "reflectance": "0.07352" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1495 + "wavelength": 5000 }, "direction": { "polar": 8 @@ -16817,33 +39114,31 @@ } }, "results": { - "transmittance": "0.86822", - "reflectance": "0.07356" + "reflectance": 0.0317602977156639 } }, { "incidence": { "wavelengths": { - "wavelength": 1500 + "wavelength": 5100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8688", - "reflectance": "0.0736" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1505 + "wavelength": 5100 }, "direction": { "polar": 8 @@ -16855,33 +39150,31 @@ } }, "results": { - "transmittance": "0.86932", - "reflectance": "0.07362" + "reflectance": 0.0311778578907251 } }, { "incidence": { "wavelengths": { - "wavelength": 1510 + "wavelength": 5200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86984", - "reflectance": "0.07364" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1515 + "wavelength": 5200 }, "direction": { "polar": 8 @@ -16893,33 +39186,31 @@ } }, "results": { - "transmittance": "0.87036", - "reflectance": "0.07366" + "reflectance": 0.0305749978870153 } }, { "incidence": { "wavelengths": { - "wavelength": 1520 + "wavelength": 5300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87088", - "reflectance": "0.07368" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1525 + "wavelength": 5300 }, "direction": { "polar": 8 @@ -16931,33 +39222,31 @@ } }, "results": { - "transmittance": "0.8714", - "reflectance": "0.0737" + "reflectance": 0.0298982560634613 } }, { "incidence": { "wavelengths": { - "wavelength": 1530 + "wavelength": 5400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87192", - "reflectance": "0.07372" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1535 + "wavelength": 5400 }, "direction": { "polar": 8 @@ -16969,33 +39258,31 @@ } }, "results": { - "transmittance": "0.87244", - "reflectance": "0.07374" + "reflectance": 0.0293271541595459 } }, { "incidence": { "wavelengths": { - "wavelength": 1540 + "wavelength": 5500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87296", - "reflectance": "0.07376" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1545 + "wavelength": 5500 }, "direction": { "polar": 8 @@ -17007,33 +39294,31 @@ } }, "results": { - "transmittance": "0.87348", - "reflectance": "0.07378" + "reflectance": 0.0286844298243523 } }, { "incidence": { "wavelengths": { - "wavelength": 1550 + "wavelength": 5600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.874", - "reflectance": "0.0738" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1555 + "wavelength": 5600 }, "direction": { "polar": 8 @@ -17045,33 +39330,31 @@ } }, "results": { - "transmittance": "0.87427", - "reflectance": "0.07381" + "reflectance": 0.0279881600290537 } }, { "incidence": { "wavelengths": { - "wavelength": 1560 + "wavelength": 5700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87454", - "reflectance": "0.07382" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1565 + "wavelength": 5700 }, "direction": { "polar": 8 @@ -17083,33 +39366,31 @@ } }, "results": { - "transmittance": "0.87481", - "reflectance": "0.07383" + "reflectance": 0.0273720752447844 } }, { "incidence": { "wavelengths": { - "wavelength": 1570 + "wavelength": 5800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87508", - "reflectance": "0.07384" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1575 + "wavelength": 5800 }, "direction": { "polar": 8 @@ -17121,33 +39402,31 @@ } }, "results": { - "transmittance": "0.87535", - "reflectance": "0.07385" + "reflectance": 0.026628976687789 } }, { "incidence": { "wavelengths": { - "wavelength": 1580 + "wavelength": 5900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87562", - "reflectance": "0.07386" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1585 + "wavelength": 5900 }, "direction": { "polar": 8 @@ -17159,33 +39438,31 @@ } }, "results": { - "transmittance": "0.87589", - "reflectance": "0.07387" + "reflectance": 0.0257604569196701 } }, { "incidence": { "wavelengths": { - "wavelength": 1590 + "wavelength": 6000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87616", - "reflectance": "0.07388" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1595 + "wavelength": 6000 }, "direction": { "polar": 8 @@ -17197,33 +39474,31 @@ } }, "results": { - "transmittance": "0.87643", - "reflectance": "0.07389" + "reflectance": 0.0249478276818991 } }, { "incidence": { "wavelengths": { - "wavelength": 1600 + "wavelength": 6100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8767", - "reflectance": "0.0739" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1605 + "wavelength": 6100 }, "direction": { "polar": 8 @@ -17235,33 +39510,31 @@ } }, "results": { - "transmittance": "0.87686", - "reflectance": "0.0739" + "reflectance": 0.024136908352375 } }, { "incidence": { "wavelengths": { - "wavelength": 1610 + "wavelength": 6200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87702", - "reflectance": "0.0739" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1615 + "wavelength": 6200 }, "direction": { "polar": 8 @@ -17273,33 +39546,31 @@ } }, "results": { - "transmittance": "0.87718", - "reflectance": "0.0739" + "reflectance": 0.0232145637273788 } }, { "incidence": { "wavelengths": { - "wavelength": 1620 + "wavelength": 6300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87734", - "reflectance": "0.0739" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1625 + "wavelength": 6300 }, "direction": { "polar": 8 @@ -17311,33 +39582,31 @@ } }, "results": { - "transmittance": "0.8775", - "reflectance": "0.0739" + "reflectance": 0.0223778914660215 } }, { "incidence": { "wavelengths": { - "wavelength": 1630 + "wavelength": 6400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87766", - "reflectance": "0.0739" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1635 + "wavelength": 6400 }, "direction": { "polar": 8 @@ -17349,33 +39618,31 @@ } }, "results": { - "transmittance": "0.87782", - "reflectance": "0.0739" + "reflectance": 0.0212853774428368 } }, { "incidence": { "wavelengths": { - "wavelength": 1640 + "wavelength": 6500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87798", - "reflectance": "0.0739" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1645 + "wavelength": 6500 }, "direction": { "polar": 8 @@ -17387,33 +39654,31 @@ } }, "results": { - "transmittance": "0.87814", - "reflectance": "0.0739" + "reflectance": 0.0201160944998264 } }, { "incidence": { "wavelengths": { - "wavelength": 1650 + "wavelength": 6600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8783", - "reflectance": "0.0739" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1655 + "wavelength": 6600 }, "direction": { "polar": 8 @@ -17425,33 +39690,31 @@ } }, "results": { - "transmittance": "0.87826", - "reflectance": "0.07389" + "reflectance": 0.0192228704690933 } }, { "incidence": { "wavelengths": { - "wavelength": 1660 + "wavelength": 6700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87822", - "reflectance": "0.07388" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1665 + "wavelength": 6700 }, "direction": { "polar": 8 @@ -17463,33 +39726,31 @@ } }, "results": { - "transmittance": "0.87818", - "reflectance": "0.07387" + "reflectance": 0.0179411377757788 } }, { "incidence": { "wavelengths": { - "wavelength": 1670 + "wavelength": 6800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87814", - "reflectance": "0.07386" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1675 + "wavelength": 6800 }, "direction": { "polar": 8 @@ -17501,33 +39762,31 @@ } }, "results": { - "transmittance": "0.8781", - "reflectance": "0.07385" + "reflectance": 0.0166530515998602 } }, { "incidence": { "wavelengths": { - "wavelength": 1680 + "wavelength": 6900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87806", - "reflectance": "0.07384" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1685 + "wavelength": 6900 }, "direction": { "polar": 8 @@ -17539,33 +39798,31 @@ } }, "results": { - "transmittance": "0.87802", - "reflectance": "0.07383" + "reflectance": 0.0153178321197629 } }, { "incidence": { "wavelengths": { - "wavelength": 1690 + "wavelength": 7000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87798", - "reflectance": "0.07382" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1695 + "wavelength": 7000 }, "direction": { "polar": 8 @@ -17577,33 +39834,31 @@ } }, "results": { - "transmittance": "0.87794", - "reflectance": "0.07381" + "reflectance": 0.0139876734465361 } }, { "incidence": { "wavelengths": { - "wavelength": 1700 + "wavelength": 7100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8779", - "reflectance": "0.0738" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1705 + "wavelength": 7100 }, "direction": { "polar": 8 @@ -17615,33 +39870,31 @@ } }, "results": { - "transmittance": "0.87782", - "reflectance": "0.07378" + "reflectance": 0.0125085180625319 } }, { "incidence": { "wavelengths": { - "wavelength": 1710 + "wavelength": 7200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87774", - "reflectance": "0.07376" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1715 + "wavelength": 7200 }, "direction": { "polar": 8 @@ -17653,33 +39906,31 @@ } }, "results": { - "transmittance": "0.87766", - "reflectance": "0.07374" + "reflectance": 0.0109969433397055 } }, { "incidence": { "wavelengths": { - "wavelength": 1720 + "wavelength": 7300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87758", - "reflectance": "0.07372" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1725 + "wavelength": 7300 }, "direction": { "polar": 8 @@ -17691,33 +39942,31 @@ } }, "results": { - "transmittance": "0.8775", - "reflectance": "0.0737" + "reflectance": 0.00932515412569046 } }, { "incidence": { "wavelengths": { - "wavelength": 1730 + "wavelength": 7400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87742", - "reflectance": "0.07368" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1735 + "wavelength": 7400 }, "direction": { "polar": 8 @@ -17729,33 +39978,31 @@ } }, "results": { - "transmittance": "0.87734", - "reflectance": "0.07366" + "reflectance": 0.00777597306296229 } }, { "incidence": { "wavelengths": { - "wavelength": 1740 + "wavelength": 7500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87726", - "reflectance": "0.07364" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1745 + "wavelength": 7500 }, "direction": { "polar": 8 @@ -17767,33 +40014,31 @@ } }, "results": { - "transmittance": "0.87718", - "reflectance": "0.07362" + "reflectance": 0.00600432511419058 } }, { "incidence": { "wavelengths": { - "wavelength": 1750 + "wavelength": 7600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8771", - "reflectance": "0.0736" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1755 + "wavelength": 7600 }, "direction": { "polar": 8 @@ -17805,33 +40050,31 @@ } }, "results": { - "transmittance": "0.87692", - "reflectance": "0.07357" + "reflectance": 0.0043658409267664 } }, { "incidence": { "wavelengths": { - "wavelength": 1760 + "wavelength": 7700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87674", - "reflectance": "0.07354" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1765 + "wavelength": 7700 }, "direction": { "polar": 8 @@ -17843,33 +40086,31 @@ } }, "results": { - "transmittance": "0.87656", - "reflectance": "0.07351" + "reflectance": 0.00291289901360869 } }, { "incidence": { "wavelengths": { - "wavelength": 1770 + "wavelength": 7800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87638", - "reflectance": "0.07348" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1775 + "wavelength": 7800 }, "direction": { "polar": 8 @@ -17881,33 +40122,31 @@ } }, "results": { - "transmittance": "0.8762", - "reflectance": "0.07345" + "reflectance": 0.00186265294905752 } }, { "incidence": { "wavelengths": { - "wavelength": 1780 + "wavelength": 7900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87602", - "reflectance": "0.07342" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1785 + "wavelength": 7900 }, "direction": { "polar": 8 @@ -17919,33 +40158,31 @@ } }, "results": { - "transmittance": "0.87584", - "reflectance": "0.07339" + "reflectance": 0.00189377903006971 } }, { "incidence": { "wavelengths": { - "wavelength": 1790 + "wavelength": 8000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87566", - "reflectance": "0.07336" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1795 + "wavelength": 8000 }, "direction": { "polar": 8 @@ -17957,33 +40194,31 @@ } }, "results": { - "transmittance": "0.87548", - "reflectance": "0.07333" + "reflectance": 0.00460418686270714 } }, { "incidence": { "wavelengths": { - "wavelength": 1800 + "wavelength": 8100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8753", - "reflectance": "0.0733" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1805 + "wavelength": 8100 }, "direction": { "polar": 8 @@ -17995,33 +40230,31 @@ } }, "results": { - "transmittance": "0.87516", - "reflectance": "0.07328" + "reflectance": 0.0139699345454574 } }, { "incidence": { "wavelengths": { - "wavelength": 1810 + "wavelength": 8200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87502", - "reflectance": "0.07326" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1815 + "wavelength": 8200 }, "direction": { "polar": 8 @@ -18033,33 +40266,31 @@ } }, "results": { - "transmittance": "0.87488", - "reflectance": "0.07324" + "reflectance": 0.0337979234755039 } }, { "incidence": { "wavelengths": { - "wavelength": 1820 + "wavelength": 8300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87474", - "reflectance": "0.07322" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1825 + "wavelength": 8300 }, "direction": { "polar": 8 @@ -18071,33 +40302,31 @@ } }, "results": { - "transmittance": "0.8746", - "reflectance": "0.0732" + "reflectance": 0.0602677464485168 } }, { "incidence": { "wavelengths": { - "wavelength": 1830 + "wavelength": 8400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87446", - "reflectance": "0.07318" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1835 + "wavelength": 8400 }, "direction": { "polar": 8 @@ -18109,33 +40338,31 @@ } }, "results": { - "transmittance": "0.87432", - "reflectance": "0.07316" + "reflectance": 0.085798554122448 } }, { "incidence": { "wavelengths": { - "wavelength": 1840 + "wavelength": 8500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87418", - "reflectance": "0.07314" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1845 + "wavelength": 8500 }, "direction": { "polar": 8 @@ -18147,33 +40374,31 @@ } }, "results": { - "transmittance": "0.87404", - "reflectance": "0.07312" + "reflectance": 0.11000569909811 } }, { "incidence": { "wavelengths": { - "wavelength": 1850 + "wavelength": 8600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8739", - "reflectance": "0.0731" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1855 + "wavelength": 8600 }, "direction": { "polar": 8 @@ -18185,33 +40410,31 @@ } }, "results": { - "transmittance": "0.87379", - "reflectance": "0.07308" + "reflectance": 0.132390573620796 } }, { "incidence": { "wavelengths": { - "wavelength": 1860 + "wavelength": 8700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87368", - "reflectance": "0.07306" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1865 + "wavelength": 8700 }, "direction": { "polar": 8 @@ -18223,33 +40446,31 @@ } }, "results": { - "transmittance": "0.87357", - "reflectance": "0.07304" + "reflectance": 0.15159609913826 } }, { "incidence": { "wavelengths": { - "wavelength": 1870 + "wavelength": 8800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87346", - "reflectance": "0.07302" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1875 + "wavelength": 8800 }, "direction": { "polar": 8 @@ -18261,33 +40482,31 @@ } }, "results": { - "transmittance": "0.87335", - "reflectance": "0.073" + "reflectance": 0.169293016195297 } }, { "incidence": { "wavelengths": { - "wavelength": 1880 + "wavelength": 8900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87324", - "reflectance": "0.07298" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1885 + "wavelength": 8900 }, "direction": { "polar": 8 @@ -18299,33 +40518,31 @@ } }, "results": { - "transmittance": "0.87313", - "reflectance": "0.07296" + "reflectance": 0.186990514397621 } }, { "incidence": { "wavelengths": { - "wavelength": 1890 + "wavelength": 9000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87302", - "reflectance": "0.07294" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1895 + "wavelength": 9000 }, "direction": { "polar": 8 @@ -18337,33 +40554,31 @@ } }, "results": { - "transmittance": "0.87291", - "reflectance": "0.07292" + "reflectance": 0.205486640334129 } }, { "incidence": { "wavelengths": { - "wavelength": 1900 + "wavelength": 9100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8728", - "reflectance": "0.0729" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1905 + "wavelength": 9100 }, "direction": { "polar": 8 @@ -18375,33 +40590,31 @@ } }, "results": { - "transmittance": "0.8727", - "reflectance": "0.07288" + "reflectance": 0.229181557893753 } }, { "incidence": { "wavelengths": { - "wavelength": 1910 + "wavelength": 9200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8726", - "reflectance": "0.07286" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1915 + "wavelength": 9200 }, "direction": { "polar": 8 @@ -18413,33 +40626,31 @@ } }, "results": { - "transmittance": "0.8725", - "reflectance": "0.07284" + "reflectance": 0.253237813711166 } }, { "incidence": { "wavelengths": { - "wavelength": 1920 + "wavelength": 9300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8724", - "reflectance": "0.07282" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1925 + "wavelength": 9300 }, "direction": { "polar": 8 @@ -18451,33 +40662,31 @@ } }, "results": { - "transmittance": "0.8723", - "reflectance": "0.0728" + "reflectance": 0.273080766201019 } }, { "incidence": { "wavelengths": { - "wavelength": 1930 + "wavelength": 9400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8722", - "reflectance": "0.07278" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1935 + "wavelength": 9400 }, "direction": { "polar": 8 @@ -18489,33 +40698,31 @@ } }, "results": { - "transmittance": "0.8721", - "reflectance": "0.07276" + "reflectance": 0.286618322134018 } }, { "incidence": { "wavelengths": { - "wavelength": 1940 + "wavelength": 9500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.872", - "reflectance": "0.07274" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1945 + "wavelength": 9500 }, "direction": { "polar": 8 @@ -18527,33 +40734,31 @@ } }, "results": { - "transmittance": "0.8719", - "reflectance": "0.07272" + "reflectance": 0.289090216159821 } }, { "incidence": { "wavelengths": { - "wavelength": 1950 + "wavelength": 9600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8718", - "reflectance": "0.0727" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1955 + "wavelength": 9600 }, "direction": { "polar": 8 @@ -18565,33 +40770,31 @@ } }, "results": { - "transmittance": "0.87162", - "reflectance": "0.07267" + "reflectance": 0.283574998378754 } }, { "incidence": { "wavelengths": { - "wavelength": 1960 + "wavelength": 9700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87144", - "reflectance": "0.07264" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1965 + "wavelength": 9700 }, "direction": { "polar": 8 @@ -18603,33 +40806,31 @@ } }, "results": { - "transmittance": "0.87126", - "reflectance": "0.07261" + "reflectance": 0.273699045181274 } }, { "incidence": { "wavelengths": { - "wavelength": 1970 + "wavelength": 9800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87108", - "reflectance": "0.07258" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1975 + "wavelength": 9800 }, "direction": { "polar": 8 @@ -18641,33 +40842,31 @@ } }, "results": { - "transmittance": "0.8709", - "reflectance": "0.07255" + "reflectance": 0.263387382030487 } }, { "incidence": { "wavelengths": { - "wavelength": 1980 + "wavelength": 9900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87072", - "reflectance": "0.07252" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1985 + "wavelength": 9900 }, "direction": { "polar": 8 @@ -18679,33 +40878,31 @@ } }, "results": { - "transmittance": "0.87054", - "reflectance": "0.07249" + "reflectance": 0.252852469682694 } }, { "incidence": { "wavelengths": { - "wavelength": 1990 + "wavelength": 10000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87036", - "reflectance": "0.07246" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 1995 + "wavelength": 10000 }, "direction": { "polar": 8 @@ -18717,33 +40914,31 @@ } }, "results": { - "transmittance": "0.87018", - "reflectance": "0.07243" + "reflectance": 0.241850733757019 } }, { "incidence": { "wavelengths": { - "wavelength": 2000 + "wavelength": 10100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.87", - "reflectance": "0.0724" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2005 + "wavelength": 10100 }, "direction": { "polar": 8 @@ -18755,33 +40950,31 @@ } }, "results": { - "transmittance": "0.86999", - "reflectance": "0.07239" + "reflectance": 0.233270466327667 } }, { "incidence": { "wavelengths": { - "wavelength": 2010 + "wavelength": 10200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86998", - "reflectance": "0.07238" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2015 + "wavelength": 10200 }, "direction": { "polar": 8 @@ -18793,33 +40986,31 @@ } }, "results": { - "transmittance": "0.86997", - "reflectance": "0.07237" + "reflectance": 0.224181711673737 } }, { "incidence": { "wavelengths": { - "wavelength": 2020 + "wavelength": 10300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86996", - "reflectance": "0.07236" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2025 + "wavelength": 10300 }, "direction": { "polar": 8 @@ -18831,33 +41022,31 @@ } }, "results": { - "transmittance": "0.86995", - "reflectance": "0.07235" + "reflectance": 0.215439319610596 } }, { "incidence": { "wavelengths": { - "wavelength": 2030 + "wavelength": 10400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86994", - "reflectance": "0.07234" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2035 + "wavelength": 10400 }, "direction": { "polar": 8 @@ -18869,33 +41058,31 @@ } }, "results": { - "transmittance": "0.86993", - "reflectance": "0.07233" + "reflectance": 0.207660540938377 } }, { "incidence": { "wavelengths": { - "wavelength": 2040 + "wavelength": 10500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86992", - "reflectance": "0.07232" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2045 + "wavelength": 10500 }, "direction": { "polar": 8 @@ -18907,33 +41094,31 @@ } }, "results": { - "transmittance": "0.86991", - "reflectance": "0.07231" + "reflectance": 0.200180113315582 } }, { "incidence": { "wavelengths": { - "wavelength": 2050 + "wavelength": 10600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8699", - "reflectance": "0.0723" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2055 + "wavelength": 10600 }, "direction": { "polar": 8 @@ -18945,33 +41130,31 @@ } }, "results": { - "transmittance": "0.86979", - "reflectance": "0.07228" + "reflectance": 0.192028716206551 } }, { "incidence": { "wavelengths": { - "wavelength": 2060 + "wavelength": 10700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86968", - "reflectance": "0.07226" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2065 + "wavelength": 10700 }, "direction": { "polar": 8 @@ -18983,33 +41166,31 @@ } }, "results": { - "transmittance": "0.86957", - "reflectance": "0.07224" + "reflectance": 0.18305516242981 } }, { "incidence": { "wavelengths": { - "wavelength": 2070 + "wavelength": 10800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86946", - "reflectance": "0.07222" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2075 + "wavelength": 10800 }, "direction": { "polar": 8 @@ -19021,33 +41202,31 @@ } }, "results": { - "transmittance": "0.86935", - "reflectance": "0.0722" + "reflectance": 0.172752574086189 } }, { "incidence": { "wavelengths": { - "wavelength": 2080 + "wavelength": 10900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86924", - "reflectance": "0.07218" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2085 + "wavelength": 10900 }, "direction": { "polar": 8 @@ -19059,33 +41238,31 @@ } }, "results": { - "transmittance": "0.86913", - "reflectance": "0.07216" + "reflectance": 0.162584468722343 } }, { "incidence": { "wavelengths": { - "wavelength": 2090 + "wavelength": 11000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86902", - "reflectance": "0.07214" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2095 + "wavelength": 11000 }, "direction": { "polar": 8 @@ -19097,33 +41274,31 @@ } }, "results": { - "transmittance": "0.86891", - "reflectance": "0.07212" + "reflectance": 0.152016565203667 } }, { "incidence": { "wavelengths": { - "wavelength": 2100 + "wavelength": 11100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8688", - "reflectance": "0.0721" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2105 + "wavelength": 11100 }, "direction": { "polar": 8 @@ -19135,33 +41310,31 @@ } }, "results": { - "transmittance": "0.86847", - "reflectance": "0.07206" + "reflectance": 0.139815807342529 } }, { "incidence": { "wavelengths": { - "wavelength": 2110 + "wavelength": 11200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86814", - "reflectance": "0.07202" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2115 + "wavelength": 11200 }, "direction": { "polar": 8 @@ -19173,33 +41346,31 @@ } }, "results": { - "transmittance": "0.86781", - "reflectance": "0.07198" + "reflectance": 0.129515245556831 } }, { "incidence": { "wavelengths": { - "wavelength": 2120 + "wavelength": 11300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86748", - "reflectance": "0.07194" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2125 + "wavelength": 11300 }, "direction": { "polar": 8 @@ -19211,33 +41382,31 @@ } }, "results": { - "transmittance": "0.86715", - "reflectance": "0.0719" + "reflectance": 0.11989776045084 } }, { "incidence": { "wavelengths": { - "wavelength": 2130 + "wavelength": 11400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86682", - "reflectance": "0.07186" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2135 + "wavelength": 11400 }, "direction": { "polar": 8 @@ -19249,33 +41418,31 @@ } }, "results": { - "transmittance": "0.86649", - "reflectance": "0.07182" + "reflectance": 0.112267836928368 } }, { "incidence": { "wavelengths": { - "wavelength": 2140 + "wavelength": 11500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86616", - "reflectance": "0.07178" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2145 + "wavelength": 11500 }, "direction": { "polar": 8 @@ -19287,33 +41454,31 @@ } }, "results": { - "transmittance": "0.86583", - "reflectance": "0.07174" + "reflectance": 0.103999778628349 } }, { "incidence": { "wavelengths": { - "wavelength": 2150 + "wavelength": 11600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8655", - "reflectance": "0.0717" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2155 + "wavelength": 11600 }, "direction": { "polar": 8 @@ -19325,33 +41490,31 @@ } }, "results": { - "transmittance": "0.86402", - "reflectance": "0.07158" + "reflectance": 0.097388967871666 } }, { "incidence": { "wavelengths": { - "wavelength": 2160 + "wavelength": 11700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.86254", - "reflectance": "0.07146" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2165 + "wavelength": 11700 }, "direction": { "polar": 8 @@ -19363,33 +41526,31 @@ } }, "results": { - "transmittance": "0.86106", - "reflectance": "0.07134" + "reflectance": 0.0901678577065468 } }, { "incidence": { "wavelengths": { - "wavelength": 2170 + "wavelength": 11800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85958", - "reflectance": "0.07122" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2175 + "wavelength": 11800 }, "direction": { "polar": 8 @@ -19401,33 +41562,31 @@ } }, "results": { - "transmittance": "0.8581", - "reflectance": "0.0711" + "reflectance": 0.0837536007165909 } }, { "incidence": { "wavelengths": { - "wavelength": 2180 + "wavelength": 11900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85662", - "reflectance": "0.07098" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2185 + "wavelength": 11900 }, "direction": { "polar": 8 @@ -19439,33 +41598,31 @@ } }, "results": { - "transmittance": "0.85514", - "reflectance": "0.07086" + "reflectance": 0.0777500867843628 } }, { "incidence": { "wavelengths": { - "wavelength": 2190 + "wavelength": 12000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85366", - "reflectance": "0.07074" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2195 + "wavelength": 12000 }, "direction": { "polar": 8 @@ -19477,33 +41634,31 @@ } }, "results": { - "transmittance": "0.85218", - "reflectance": "0.07062" + "reflectance": 0.0726242884993553 } }, { "incidence": { "wavelengths": { - "wavelength": 2200 + "wavelength": 12100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8507", - "reflectance": "0.0705" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2205 + "wavelength": 12100 }, "direction": { "polar": 8 @@ -19515,33 +41670,31 @@ } }, "results": { - "transmittance": "0.85021", - "reflectance": "0.07045" + "reflectance": 0.0690992400050163 } }, { "incidence": { "wavelengths": { - "wavelength": 2210 + "wavelength": 12200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84972", - "reflectance": "0.0704" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2215 + "wavelength": 12200 }, "direction": { "polar": 8 @@ -19553,33 +41706,31 @@ } }, "results": { - "transmittance": "0.84923", - "reflectance": "0.07035" + "reflectance": 0.0673081576824188 } }, { "incidence": { "wavelengths": { - "wavelength": 2220 + "wavelength": 12300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84874", - "reflectance": "0.0703" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2225 + "wavelength": 12300 }, "direction": { "polar": 8 @@ -19591,33 +41742,31 @@ } }, "results": { - "transmittance": "0.84825", - "reflectance": "0.07025" + "reflectance": 0.067036047577858 } }, { "incidence": { "wavelengths": { - "wavelength": 2230 + "wavelength": 12400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84776", - "reflectance": "0.0702" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2235 + "wavelength": 12400 }, "direction": { "polar": 8 @@ -19629,33 +41778,31 @@ } }, "results": { - "transmittance": "0.84727", - "reflectance": "0.07015" + "reflectance": 0.0679356977343559 } }, { "incidence": { "wavelengths": { - "wavelength": 2240 + "wavelength": 12500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84678", - "reflectance": "0.0701" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2245 + "wavelength": 12500 }, "direction": { "polar": 8 @@ -19667,33 +41814,31 @@ } }, "results": { - "transmittance": "0.84629", - "reflectance": "0.07005" + "reflectance": 0.07016621530056 } }, { "incidence": { "wavelengths": { - "wavelength": 2250 + "wavelength": 12600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8458", - "reflectance": "0.07" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2255 + "wavelength": 12600 }, "direction": { "polar": 8 @@ -19705,33 +41850,31 @@ } }, "results": { - "transmittance": "0.84636", - "reflectance": "0.07003" + "reflectance": 0.072583980858326 } }, { "incidence": { "wavelengths": { - "wavelength": 2260 + "wavelength": 12700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84692", - "reflectance": "0.07006" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2265 + "wavelength": 12700 }, "direction": { "polar": 8 @@ -19743,33 +41886,31 @@ } }, "results": { - "transmittance": "0.84748", - "reflectance": "0.07009" + "reflectance": 0.0750323981046677 } }, { "incidence": { "wavelengths": { - "wavelength": 2270 + "wavelength": 12800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84804", - "reflectance": "0.07012" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2275 + "wavelength": 12800 }, "direction": { "polar": 8 @@ -19781,33 +41922,31 @@ } }, "results": { - "transmittance": "0.8486", - "reflectance": "0.07015" + "reflectance": 0.0774050876498222 } }, { "incidence": { "wavelengths": { - "wavelength": 2280 + "wavelength": 12900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84916", - "reflectance": "0.07018" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2285 + "wavelength": 12900 }, "direction": { "polar": 8 @@ -19819,33 +41958,31 @@ } }, "results": { - "transmittance": "0.84972", - "reflectance": "0.07021" + "reflectance": 0.0791785567998886 } }, { "incidence": { "wavelengths": { - "wavelength": 2290 + "wavelength": 13000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85028", - "reflectance": "0.07024" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2295 + "wavelength": 13000 }, "direction": { "polar": 8 @@ -19857,33 +41994,31 @@ } }, "results": { - "transmittance": "0.85084", - "reflectance": "0.07027" + "reflectance": 0.0803491547703743 } }, { "incidence": { "wavelengths": { - "wavelength": 2300 + "wavelength": 13100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8514", - "reflectance": "0.0703" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2305 + "wavelength": 13100 }, "direction": { "polar": 8 @@ -19895,33 +42030,31 @@ } }, "results": { - "transmittance": "0.85159", - "reflectance": "0.07031" + "reflectance": 0.080874614417553 } }, { "incidence": { "wavelengths": { - "wavelength": 2310 + "wavelength": 13200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85178", - "reflectance": "0.07032" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2315 + "wavelength": 13200 }, "direction": { "polar": 8 @@ -19933,33 +42066,31 @@ } }, "results": { - "transmittance": "0.85197", - "reflectance": "0.07033" + "reflectance": 0.0806821063160896 } }, { "incidence": { "wavelengths": { - "wavelength": 2320 + "wavelength": 13300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85216", - "reflectance": "0.07034" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2325 + "wavelength": 13300 }, "direction": { "polar": 8 @@ -19971,33 +42102,31 @@ } }, "results": { - "transmittance": "0.85235", - "reflectance": "0.07035" + "reflectance": 0.0794599503278732 } }, { "incidence": { "wavelengths": { - "wavelength": 2330 + "wavelength": 13400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85254", - "reflectance": "0.07036" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2335 + "wavelength": 13400 }, "direction": { "polar": 8 @@ -20009,33 +42138,31 @@ } }, "results": { - "transmittance": "0.85273", - "reflectance": "0.07037" + "reflectance": 0.0780422985553742 } }, { "incidence": { "wavelengths": { - "wavelength": 2340 + "wavelength": 13500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85292", - "reflectance": "0.07038" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2345 + "wavelength": 13500 }, "direction": { "polar": 8 @@ -20047,33 +42174,31 @@ } }, "results": { - "transmittance": "0.85311", - "reflectance": "0.07039" + "reflectance": 0.0761934518814087 } }, { "incidence": { "wavelengths": { - "wavelength": 2350 + "wavelength": 13600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8533", - "reflectance": "0.0704" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2355 + "wavelength": 13600 }, "direction": { "polar": 8 @@ -20085,33 +42210,31 @@ } }, "results": { - "transmittance": "0.85297", - "reflectance": "0.07036" + "reflectance": 0.074484221637249 } }, { "incidence": { "wavelengths": { - "wavelength": 2360 + "wavelength": 13700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85264", - "reflectance": "0.07032" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2365 + "wavelength": 13700 }, "direction": { "polar": 8 @@ -20123,33 +42246,31 @@ } }, "results": { - "transmittance": "0.85231", - "reflectance": "0.07028" + "reflectance": 0.0724922269582748 } }, { "incidence": { "wavelengths": { - "wavelength": 2370 + "wavelength": 13800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85198", - "reflectance": "0.07024" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2375 + "wavelength": 13800 }, "direction": { "polar": 8 @@ -20161,33 +42282,31 @@ } }, "results": { - "transmittance": "0.85165", - "reflectance": "0.0702" + "reflectance": 0.0708932727575302 } }, { "incidence": { "wavelengths": { - "wavelength": 2380 + "wavelength": 13900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85132", - "reflectance": "0.07016" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2385 + "wavelength": 13900 }, "direction": { "polar": 8 @@ -20199,33 +42318,31 @@ } }, "results": { - "transmittance": "0.85099", - "reflectance": "0.07012" + "reflectance": 0.069573238492012 } }, { "incidence": { "wavelengths": { - "wavelength": 2390 + "wavelength": 14000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85066", - "reflectance": "0.07008" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2395 + "wavelength": 14000 }, "direction": { "polar": 8 @@ -20237,33 +42354,31 @@ } }, "results": { - "transmittance": "0.85033", - "reflectance": "0.07004" + "reflectance": 0.068089209496975 } }, { "incidence": { "wavelengths": { - "wavelength": 2400 + "wavelength": 14100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.85", - "reflectance": "0.07" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2405 + "wavelength": 14100 }, "direction": { "polar": 8 @@ -20275,33 +42390,31 @@ } }, "results": { - "transmittance": "0.84919", - "reflectance": "0.06993" + "reflectance": 0.0665859431028366 } }, { "incidence": { "wavelengths": { - "wavelength": 2410 + "wavelength": 14200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84838", - "reflectance": "0.06986" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2415 + "wavelength": 14200 }, "direction": { "polar": 8 @@ -20313,33 +42426,31 @@ } }, "results": { - "transmittance": "0.84757", - "reflectance": "0.06979" + "reflectance": 0.0652998611330986 } }, { "incidence": { "wavelengths": { - "wavelength": 2420 + "wavelength": 14300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84676", - "reflectance": "0.06972" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2425 + "wavelength": 14300 }, "direction": { "polar": 8 @@ -20351,33 +42462,31 @@ } }, "results": { - "transmittance": "0.84595", - "reflectance": "0.06965" + "reflectance": 0.0639152824878693 } }, { "incidence": { "wavelengths": { - "wavelength": 2430 + "wavelength": 14400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84514", - "reflectance": "0.06958" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2435 + "wavelength": 14400 }, "direction": { "polar": 8 @@ -20389,33 +42498,31 @@ } }, "results": { - "transmittance": "0.84433", - "reflectance": "0.06951" + "reflectance": 0.0625139251351357 } }, { "incidence": { "wavelengths": { - "wavelength": 2440 + "wavelength": 14500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.84352", - "reflectance": "0.06944" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2445 + "wavelength": 14500 }, "direction": { "polar": 8 @@ -20427,33 +42534,31 @@ } }, "results": { - "transmittance": "0.84271", - "reflectance": "0.06937" + "reflectance": 0.0612633489072323 } }, { "incidence": { "wavelengths": { - "wavelength": 2450 + "wavelength": 14600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8419", - "reflectance": "0.0693" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2455 + "wavelength": 14600 }, "direction": { "polar": 8 @@ -20465,33 +42570,31 @@ } }, "results": { - "transmittance": "0.84093", - "reflectance": "0.06922" + "reflectance": 0.0600595921278 } }, { "incidence": { "wavelengths": { - "wavelength": 2460 + "wavelength": 14700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83996", - "reflectance": "0.06914" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2465 + "wavelength": 14700 }, "direction": { "polar": 8 @@ -20503,33 +42606,31 @@ } }, "results": { - "transmittance": "0.83899", - "reflectance": "0.06906" + "reflectance": 0.0591550245881081 } }, { "incidence": { "wavelengths": { - "wavelength": 2470 + "wavelength": 14800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83802", - "reflectance": "0.06898" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2475 + "wavelength": 14800 }, "direction": { "polar": 8 @@ -20541,33 +42642,31 @@ } }, "results": { - "transmittance": "0.83705", - "reflectance": "0.0689" + "reflectance": 0.0582340992987156 } }, { "incidence": { "wavelengths": { - "wavelength": 2480 + "wavelength": 14900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83608", - "reflectance": "0.06882" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2485 + "wavelength": 14900 }, "direction": { "polar": 8 @@ -20579,33 +42678,31 @@ } }, "results": { - "transmittance": "0.83511", - "reflectance": "0.06874" + "reflectance": 0.0575152933597565 } }, { "incidence": { "wavelengths": { - "wavelength": 2490 + "wavelength": 15000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.83414", - "reflectance": "0.06866" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 2495 + "wavelength": 15000 }, "direction": { "polar": 8 @@ -20617,33 +42714,31 @@ } }, "results": { - "transmittance": "0.83317", - "reflectance": "0.06858" + "reflectance": 0.0559111572802067 } }, { "incidence": { "wavelengths": { - "wavelength": 2500 + "wavelength": 15100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.8322", - "reflectance": "0.0685" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 5000 + "wavelength": 15100 }, "direction": { "polar": 8 @@ -20655,33 +42750,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0317603" + "reflectance": 0.0549225434660912 } }, { "incidence": { "wavelengths": { - "wavelength": 5100 + "wavelength": 15200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03117786" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 5200 + "wavelength": 15200 }, "direction": { "polar": 8 @@ -20693,33 +42786,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.030575" + "reflectance": 0.053684089332819 } }, { "incidence": { "wavelengths": { - "wavelength": 5300 + "wavelength": 15300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02989826" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 5400 + "wavelength": 15300 }, "direction": { "polar": 8 @@ -20731,33 +42822,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02932715" + "reflectance": 0.0525968782603741 } }, { "incidence": { "wavelengths": { - "wavelength": 5500 + "wavelength": 15400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02868443" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 5600 + "wavelength": 15400 }, "direction": { "polar": 8 @@ -20769,33 +42858,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02798816" + "reflectance": 0.0516011491417885 } }, { "incidence": { "wavelengths": { - "wavelength": 5700 + "wavelength": 15500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02737208" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 5800 + "wavelength": 15500 }, "direction": { "polar": 8 @@ -20807,33 +42894,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02662898" + "reflectance": 0.0506701804697514 } }, { "incidence": { "wavelengths": { - "wavelength": 5900 + "wavelength": 15600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02576046" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 6000 + "wavelength": 15600 }, "direction": { "polar": 8 @@ -20845,33 +42930,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02494783" + "reflectance": 0.0497782118618488 } }, { "incidence": { "wavelengths": { - "wavelength": 6100 + "wavelength": 15700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02413691" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 6200 + "wavelength": 15700 }, "direction": { "polar": 8 @@ -20883,33 +42966,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02321456" + "reflectance": 0.048476554453373 } }, { "incidence": { "wavelengths": { - "wavelength": 6300 + "wavelength": 15800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02237789" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 6400 + "wavelength": 15800 }, "direction": { "polar": 8 @@ -20921,33 +43002,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02128538" + "reflectance": 0.0472403652966023 } }, { "incidence": { "wavelengths": { - "wavelength": 6500 + "wavelength": 15900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02011609" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 6600 + "wavelength": 15900 }, "direction": { "polar": 8 @@ -20959,33 +43038,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01922287" + "reflectance": 0.0462779141962528 } }, { "incidence": { "wavelengths": { - "wavelength": 6700 + "wavelength": 16000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01794114" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 6800 + "wavelength": 16000 }, "direction": { "polar": 8 @@ -20997,33 +43074,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01665305" + "reflectance": 0.0454610884189606 } }, { "incidence": { "wavelengths": { - "wavelength": 6900 + "wavelength": 16100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01531783" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 7000 + "wavelength": 16100 }, "direction": { "polar": 8 @@ -21035,33 +43110,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01398767" + "reflectance": 0.0447233505547047 } }, { "incidence": { "wavelengths": { - "wavelength": 7100 + "wavelength": 16200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01250852" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 7200 + "wavelength": 16200 }, "direction": { "polar": 8 @@ -21073,33 +43146,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01099694" + "reflectance": 0.0436200089752674 } }, { "incidence": { "wavelengths": { - "wavelength": 7300 + "wavelength": 16300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.009325154" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 7400 + "wavelength": 16300 }, "direction": { "polar": 8 @@ -21111,33 +43182,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.007775973" + "reflectance": 0.0425228625535965 } }, { "incidence": { "wavelengths": { - "wavelength": 7500 + "wavelength": 16400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.006004325" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 7600 + "wavelength": 16400 }, "direction": { "polar": 8 @@ -21149,33 +43218,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.004365841" + "reflectance": 0.0416529029607773 } }, { "incidence": { "wavelengths": { - "wavelength": 7700 + "wavelength": 16500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.002912899" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 7800 + "wavelength": 16500 }, "direction": { "polar": 8 @@ -21187,33 +43254,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.001862653" + "reflectance": 0.0408408083021641 } }, { "incidence": { "wavelengths": { - "wavelength": 7900 + "wavelength": 16600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.001893779" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 8000 + "wavelength": 16600 }, "direction": { "polar": 8 @@ -21225,33 +43290,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.004604187" + "reflectance": 0.0390464328229427 } }, { "incidence": { "wavelengths": { - "wavelength": 8100 + "wavelength": 16700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.01396993" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 8200 + "wavelength": 16700 }, "direction": { "polar": 8 @@ -21263,33 +43326,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03379792" + "reflectance": 0.0372622981667519 } }, { "incidence": { "wavelengths": { - "wavelength": 8300 + "wavelength": 16800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06026775" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 8400 + "wavelength": 16800 }, "direction": { "polar": 8 @@ -21301,33 +43362,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08579855" + "reflectance": 0.0363757237792015 } }, { "incidence": { "wavelengths": { - "wavelength": 8500 + "wavelength": 16900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1100057" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 8600 + "wavelength": 16900 }, "direction": { "polar": 8 @@ -21339,33 +43398,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1323906" + "reflectance": 0.0353994518518448 } }, { "incidence": { "wavelengths": { - "wavelength": 8700 + "wavelength": 17000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1515961" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 8800 + "wavelength": 17000 }, "direction": { "polar": 8 @@ -21377,33 +43434,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.169293" + "reflectance": 0.0345350205898285 } }, { "incidence": { "wavelengths": { - "wavelength": 8900 + "wavelength": 17100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1869905" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 9000 + "wavelength": 17100 }, "direction": { "polar": 8 @@ -21415,33 +43470,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2054866" + "reflectance": 0.0332791395485401 } }, { "incidence": { "wavelengths": { - "wavelength": 9100 + "wavelength": 17200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2291816" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 9200 + "wavelength": 17200 }, "direction": { "polar": 8 @@ -21453,33 +43506,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2532378" + "reflectance": 0.0323126092553139 } }, { "incidence": { "wavelengths": { - "wavelength": 9300 + "wavelength": 17300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2730808" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 9400 + "wavelength": 17300 }, "direction": { "polar": 8 @@ -21491,33 +43542,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2866183" + "reflectance": 0.0312565825879574 } }, { "incidence": { "wavelengths": { - "wavelength": 9500 + "wavelength": 17400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2890902" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 9600 + "wavelength": 17400 }, "direction": { "polar": 8 @@ -21529,33 +43578,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.283575" + "reflectance": 0.0299149621278048 } }, { "incidence": { "wavelengths": { - "wavelength": 9700 + "wavelength": 17500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.273699" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 9800 + "wavelength": 17500 }, "direction": { "polar": 8 @@ -21567,33 +43614,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2633874" + "reflectance": 0.029098879545927 } }, { "incidence": { "wavelengths": { - "wavelength": 9900 + "wavelength": 17600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2528525" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 10000 + "wavelength": 17600 }, "direction": { "polar": 8 @@ -21605,33 +43650,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2418507" + "reflectance": 0.028380474075675 } }, { "incidence": { "wavelengths": { - "wavelength": 10100 + "wavelength": 17700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2332705" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 10200 + "wavelength": 17700 }, "direction": { "polar": 8 @@ -21643,33 +43686,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2241817" + "reflectance": 0.0276288501918316 } }, { "incidence": { "wavelengths": { - "wavelength": 10300 + "wavelength": 17800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2154393" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 10400 + "wavelength": 17800 }, "direction": { "polar": 8 @@ -21681,33 +43722,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2076605" + "reflectance": 0.0272911917418242 } }, { "incidence": { "wavelengths": { - "wavelength": 10500 + "wavelength": 17900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2001801" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 10600 + "wavelength": 17900 }, "direction": { "polar": 8 @@ -21719,33 +43758,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1920287" + "reflectance": 0.0271986965090036 } }, { "incidence": { "wavelengths": { - "wavelength": 10700 + "wavelength": 18000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1830552" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 10800 + "wavelength": 18000 }, "direction": { "polar": 8 @@ -21757,33 +43794,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1727526" + "reflectance": 0.0274871438741684 } }, { "incidence": { "wavelengths": { - "wavelength": 10900 + "wavelength": 18100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1625845" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 11000 + "wavelength": 18100 }, "direction": { "polar": 8 @@ -21795,33 +43830,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1520166" + "reflectance": 0.0282482616603374 } }, { "incidence": { "wavelengths": { - "wavelength": 11100 + "wavelength": 18200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1398158" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 11200 + "wavelength": 18200 }, "direction": { "polar": 8 @@ -21833,33 +43866,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1295152" + "reflectance": 0.0295610837638378 } }, { "incidence": { "wavelengths": { - "wavelength": 11300 + "wavelength": 18300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1198978" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 11400 + "wavelength": 18300 }, "direction": { "polar": 8 @@ -21871,33 +43902,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1122678" + "reflectance": 0.031615424901247 } }, { "incidence": { "wavelengths": { - "wavelength": 11500 + "wavelength": 18400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1039998" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 11600 + "wavelength": 18400 }, "direction": { "polar": 8 @@ -21909,33 +43938,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.09738897" + "reflectance": 0.0346785746514797 } }, { "incidence": { "wavelengths": { - "wavelength": 11700 + "wavelength": 18500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.09016786" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 11800 + "wavelength": 18500 }, "direction": { "polar": 8 @@ -21947,33 +43974,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0837536" + "reflectance": 0.0387909337878227 } }, { "incidence": { "wavelengths": { - "wavelength": 11900 + "wavelength": 18600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07775009" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 12000 + "wavelength": 18600 }, "direction": { "polar": 8 @@ -21985,33 +44010,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07262429" + "reflectance": 0.0438205040991306 } }, { "incidence": { "wavelengths": { - "wavelength": 12100 + "wavelength": 18700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06909924" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 12200 + "wavelength": 18700 }, "direction": { "polar": 8 @@ -22023,33 +44046,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06730816" + "reflectance": 0.0499514639377594 } }, { "incidence": { "wavelengths": { - "wavelength": 12300 + "wavelength": 18800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06703605" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 12400 + "wavelength": 18800 }, "direction": { "polar": 8 @@ -22061,33 +44082,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0679357" + "reflectance": 0.0578287653625011 } }, { "incidence": { "wavelengths": { - "wavelength": 12500 + "wavelength": 18900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07016622" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 12600 + "wavelength": 18900 }, "direction": { "polar": 8 @@ -22099,33 +44118,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07258398" + "reflectance": 0.0641179233789444 } }, { "incidence": { "wavelengths": { - "wavelength": 12700 + "wavelength": 19000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0750324" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 12800 + "wavelength": 19000 }, "direction": { "polar": 8 @@ -22137,33 +44154,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07740509" + "reflectance": 0.0747176632285118 } }, { "incidence": { "wavelengths": { - "wavelength": 12900 + "wavelength": 19100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07917856" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 13000 + "wavelength": 19100 }, "direction": { "polar": 8 @@ -22175,33 +44190,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08034915" + "reflectance": 0.0862487331032753 } }, { "incidence": { "wavelengths": { - "wavelength": 13100 + "wavelength": 19200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08087461" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 13200 + "wavelength": 19200 }, "direction": { "polar": 8 @@ -22213,33 +44226,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08068211" + "reflectance": 0.0983018204569817 } }, { "incidence": { "wavelengths": { - "wavelength": 13300 + "wavelength": 19300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07945995" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 13400 + "wavelength": 19300 }, "direction": { "polar": 8 @@ -22251,33 +44262,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0780423" + "reflectance": 0.106630176305771 } }, { "incidence": { "wavelengths": { - "wavelength": 13500 + "wavelength": 19400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07619345" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 13600 + "wavelength": 19400 }, "direction": { "polar": 8 @@ -22289,33 +44298,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07448422" + "reflectance": 0.11955600976944 } }, { "incidence": { "wavelengths": { - "wavelength": 13700 + "wavelength": 19500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07249223" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 13800 + "wavelength": 19500 }, "direction": { "polar": 8 @@ -22327,33 +44334,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07089327" + "reflectance": 0.132110372185707 } }, { "incidence": { "wavelengths": { - "wavelength": 13900 + "wavelength": 19600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06957324" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 14000 + "wavelength": 19600 }, "direction": { "polar": 8 @@ -22365,33 +44370,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06808921" + "reflectance": 0.140063136816025 } }, { "incidence": { "wavelengths": { - "wavelength": 14100 + "wavelength": 19700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06658594" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 14200 + "wavelength": 19700 }, "direction": { "polar": 8 @@ -22403,33 +44406,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06529986" + "reflectance": 0.151939645409584 } }, { "incidence": { "wavelengths": { - "wavelength": 14300 + "wavelength": 19800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06391528" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 14400 + "wavelength": 19800 }, "direction": { "polar": 8 @@ -22441,33 +44442,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06251393" + "reflectance": 0.15967133641243 } }, { "incidence": { "wavelengths": { - "wavelength": 14500 + "wavelength": 19900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06126335" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 14600 + "wavelength": 19900 }, "direction": { "polar": 8 @@ -22479,33 +44478,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06005959" + "reflectance": 0.170385435223579 } }, { "incidence": { "wavelengths": { - "wavelength": 14700 + "wavelength": 20000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05915502" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 14800 + "wavelength": 20000 }, "direction": { "polar": 8 @@ -22517,33 +44514,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0582341" + "reflectance": 0.180735871195793 } }, { "incidence": { "wavelengths": { - "wavelength": 14900 + "wavelength": 20100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05751529" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 15000 + "wavelength": 20100 }, "direction": { "polar": 8 @@ -22555,33 +44550,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05591116" + "reflectance": 0.187573298811913 } }, { "incidence": { "wavelengths": { - "wavelength": 15100 + "wavelength": 20200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05492254" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 15200 + "wavelength": 20200 }, "direction": { "polar": 8 @@ -22593,33 +44586,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05368409" + "reflectance": 0.194054409861565 } }, { "incidence": { "wavelengths": { - "wavelength": 15300 + "wavelength": 20300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05259688" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 15400 + "wavelength": 20300 }, "direction": { "polar": 8 @@ -22631,33 +44622,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05160115" + "reflectance": 0.203141912817955 } }, { "incidence": { "wavelengths": { - "wavelength": 15500 + "wavelength": 20400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05067018" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 15600 + "wavelength": 20400 }, "direction": { "polar": 8 @@ -22669,33 +44658,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04977821" + "reflectance": 0.20876456797123 } }, { "incidence": { "wavelengths": { - "wavelength": 15700 + "wavelength": 20500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04847655" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 15800 + "wavelength": 20500 }, "direction": { "polar": 8 @@ -22707,33 +44694,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04724037" + "reflectance": 0.215954780578613 } }, { "incidence": { "wavelengths": { - "wavelength": 15900 + "wavelength": 20600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04627791" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 16000 + "wavelength": 20600 }, "direction": { "polar": 8 @@ -22745,33 +44730,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04546109" + "reflectance": 0.220133006572723 } }, { "incidence": { "wavelengths": { - "wavelength": 16100 + "wavelength": 20700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04472335" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 16200 + "wavelength": 20700 }, "direction": { "polar": 8 @@ -22783,33 +44766,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04362001" + "reflectance": 0.224167600274086 } }, { "incidence": { "wavelengths": { - "wavelength": 16300 + "wavelength": 20800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04252286" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 16400 + "wavelength": 20800 }, "direction": { "polar": 8 @@ -22821,33 +44802,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0416529" + "reflectance": 0.229536697268486 } }, { "incidence": { "wavelengths": { - "wavelength": 16500 + "wavelength": 20900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04084081" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 16600 + "wavelength": 20900 }, "direction": { "polar": 8 @@ -22859,33 +44838,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03904643" + "reflectance": 0.23248416185379 } }, { "incidence": { "wavelengths": { - "wavelength": 16700 + "wavelength": 21000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0372623" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 16800 + "wavelength": 21000 }, "direction": { "polar": 8 @@ -22897,33 +44874,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03637572" + "reflectance": 0.235197708010674 } }, { "incidence": { "wavelengths": { - "wavelength": 16900 + "wavelength": 21100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03539945" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 17000 + "wavelength": 21100 }, "direction": { "polar": 8 @@ -22935,33 +44910,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03453502" + "reflectance": 0.238405734300613 } }, { "incidence": { "wavelengths": { - "wavelength": 17100 + "wavelength": 21200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03327914" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 17200 + "wavelength": 21200 }, "direction": { "polar": 8 @@ -22973,33 +44946,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03231261" + "reflectance": 0.239470198750496 } }, { "incidence": { "wavelengths": { - "wavelength": 17300 + "wavelength": 21300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03125658" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 17400 + "wavelength": 21300 }, "direction": { "polar": 8 @@ -23011,33 +44982,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02991496" + "reflectance": 0.240031272172928 } }, { "incidence": { "wavelengths": { - "wavelength": 17500 + "wavelength": 21400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02909888" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 17600 + "wavelength": 21400 }, "direction": { "polar": 8 @@ -23049,33 +45018,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02838047" + "reflectance": 0.24043296277523 } }, { "incidence": { "wavelengths": { - "wavelength": 17700 + "wavelength": 21500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02762885" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 17800 + "wavelength": 21500 }, "direction": { "polar": 8 @@ -23087,33 +45054,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02729119" + "reflectance": 0.240457206964493 } }, { "incidence": { "wavelengths": { - "wavelength": 17900 + "wavelength": 21600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0271987" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 18000 + "wavelength": 21600 }, "direction": { "polar": 8 @@ -23125,33 +45090,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02748714" + "reflectance": 0.239868059754372 } }, { "incidence": { "wavelengths": { - "wavelength": 18100 + "wavelength": 21700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02824826" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 18200 + "wavelength": 21700 }, "direction": { "polar": 8 @@ -23163,33 +45126,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.02956108" + "reflectance": 0.239642664790154 } }, { "incidence": { "wavelengths": { - "wavelength": 18300 + "wavelength": 21800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03161542" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 18400 + "wavelength": 21800 }, "direction": { "polar": 8 @@ -23201,33 +45162,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03467857" + "reflectance": 0.239145949482918 } }, { "incidence": { "wavelengths": { - "wavelength": 18500 + "wavelength": 21900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.03879093" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 18600 + "wavelength": 21900 }, "direction": { "polar": 8 @@ -23239,33 +45198,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.0438205" + "reflectance": 0.237540140748024 } }, { "incidence": { "wavelengths": { - "wavelength": 18700 + "wavelength": 22000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.04995146" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 18800 + "wavelength": 22000 }, "direction": { "polar": 8 @@ -23277,33 +45234,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.05782877" + "reflectance": 0.235139980912209 } }, { "incidence": { "wavelengths": { - "wavelength": 18900 + "wavelength": 22100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.06411792" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 19000 + "wavelength": 22100 }, "direction": { "polar": 8 @@ -23315,33 +45270,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.07471766" + "reflectance": 0.233003750443459 } }, { "incidence": { "wavelengths": { - "wavelength": 19100 + "wavelength": 22200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.08624873" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 19200 + "wavelength": 22200 }, "direction": { "polar": 8 @@ -23353,33 +45306,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.09830182" + "reflectance": 0.231239601969719 } }, { "incidence": { "wavelengths": { - "wavelength": 19300 + "wavelength": 22300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1066302" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 19400 + "wavelength": 22300 }, "direction": { "polar": 8 @@ -23391,33 +45342,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.119556" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 19500 + "wavelength": 22400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1321104" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 19600 + "wavelength": 22400 }, "direction": { "polar": 8 @@ -23429,33 +45378,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1400631" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 19700 + "wavelength": 22500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1519396" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 19800 + "wavelength": 22500 }, "direction": { "polar": 8 @@ -23467,33 +45414,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1596713" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 19900 + "wavelength": 22600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1703854" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 20000 + "wavelength": 22600 }, "direction": { "polar": 8 @@ -23505,33 +45450,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1807359" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 20100 + "wavelength": 22700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1875733" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 20200 + "wavelength": 22700 }, "direction": { "polar": 8 @@ -23543,33 +45486,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.1940544" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 20300 + "wavelength": 22800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2031419" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 20400 + "wavelength": 22800 }, "direction": { "polar": 8 @@ -23581,33 +45522,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2087646" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 20500 + "wavelength": 22900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2159548" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 20600 + "wavelength": 22900 }, "direction": { "polar": 8 @@ -23619,33 +45558,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.220133" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 20700 + "wavelength": 23000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2241676" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 20800 + "wavelength": 23000 }, "direction": { "polar": 8 @@ -23657,33 +45594,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2295367" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 20900 + "wavelength": 23100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2324842" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 21000 + "wavelength": 23100 }, "direction": { "polar": 8 @@ -23695,33 +45630,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2351977" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 21100 + "wavelength": 23200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2384057" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 21200 + "wavelength": 23200 }, "direction": { "polar": 8 @@ -23733,33 +45666,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2394702" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 21300 + "wavelength": 23300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2400313" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 21400 + "wavelength": 23300 }, "direction": { "polar": 8 @@ -23771,33 +45702,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.240433" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 21500 + "wavelength": 23400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2404572" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 21600 + "wavelength": 23400 }, "direction": { "polar": 8 @@ -23809,33 +45738,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2398681" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 21700 + "wavelength": 23500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2396427" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 21800 + "wavelength": 23500 }, "direction": { "polar": 8 @@ -23847,33 +45774,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2391459" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 21900 + "wavelength": 23600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2375401" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 22000 + "wavelength": 23600 }, "direction": { "polar": 8 @@ -23885,33 +45810,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.23514" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 22100 + "wavelength": 23700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2330038" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 22200 + "wavelength": 23700 }, "direction": { "polar": 8 @@ -23923,33 +45846,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2312396" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 22300 + "wavelength": 23800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 22400 + "wavelength": 23800 }, "direction": { "polar": 8 @@ -23961,33 +45882,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 22500 + "wavelength": 23900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 22600 + "wavelength": 23900 }, "direction": { "polar": 8 @@ -23999,33 +45918,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 22700 + "wavelength": 24000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 22800 + "wavelength": 24000 }, "direction": { "polar": 8 @@ -24037,33 +45954,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 22900 + "wavelength": 24100 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 23000 + "wavelength": 24100 }, "direction": { "polar": 8 @@ -24075,33 +45990,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 23100 + "wavelength": 24200 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 23200 + "wavelength": 24200 }, "direction": { "polar": 8 @@ -24113,33 +46026,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 23300 + "wavelength": 24300 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 23400 + "wavelength": 24300 }, "direction": { "polar": 8 @@ -24151,33 +46062,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 23500 + "wavelength": 24400 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 23600 + "wavelength": 24400 }, "direction": { "polar": 8 @@ -24189,33 +46098,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 23700 + "wavelength": 24500 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 23800 + "wavelength": 24500 }, "direction": { "polar": 8 @@ -24227,33 +46134,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 23900 + "wavelength": 24600 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 24000 + "wavelength": 24600 }, "direction": { "polar": 8 @@ -24265,33 +46170,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 24100 + "wavelength": 24700 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 24200 + "wavelength": 24700 }, "direction": { "polar": 8 @@ -24303,33 +46206,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 24300 + "wavelength": 24800 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 24400 + "wavelength": 24800 }, "direction": { "polar": 8 @@ -24341,33 +46242,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 24500 + "wavelength": 24900 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 24600 + "wavelength": 24900 }, "direction": { "polar": 8 @@ -24379,33 +46278,31 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 24700 + "wavelength": 25000 }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": { - "polar": 8 + "polar": 0 } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0 } }, { "incidence": { "wavelengths": { - "wavelength": 24800 + "wavelength": 25000 }, "direction": { "polar": 8 @@ -24417,63 +46314,55 @@ } }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.230256736278534 } }, { "incidence": { "wavelengths": { - "wavelength": 24900 + "integral": "solar" }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { - "direction": { - "polar": 8 - } + "direction": "hemispherical" }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "transmittance": 0.870794057846069 } }, { "incidence": { "wavelengths": { - "wavelength": 25000 + "integral": "solar" }, "direction": { "polar": 8 } }, "emergence": { - "direction": { - "polar": 8 - } + "direction": "hemispherical" }, "results": { - "transmittance": "0.0", - "reflectance": "0.2302567" + "reflectance": 0.0763658285140991 } }, { "incidence": { "wavelengths": { - "integral": "solar" + "integral": "visible" }, "direction": { - "polar": 8 + "polar": 0 } }, "emergence": { "direction": "hemispherical" }, "results": { - "transmittance": 0.8707941, - "reflectance": 0.07636583 + "transmittance": 0.902543604373932 } }, { @@ -24489,8 +46378,7 @@ "direction": "hemispherical" }, "results": { - "transmittance": 0.9025436, - "reflectance": 0.08046153 + "reflectance": 0.0804615318775177 } }, { @@ -24505,7 +46393,7 @@ }, "results": { "transmittance": 0, - "absorptanceEmittance": 0.84 + "absorptanceEmittance": 0.83999997 } } ] From 94998dfd3a97527a444ba21a0434417a1ee172fe Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 3 Sep 2025 15:50:21 +0200 Subject: [PATCH 293/362] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e84177..0bc8cf1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ and this project adheres to - Upgrade development packages to latest versions [#285](https://github.com/building-envelope-data/api/pull/285) - Use JSON Schema Draft 2020-12 and upgrade tooling [#307](https://github.com/building-envelope-data/api/pull/307) - Simplify the structure of optical datasets [#354](https://github.com/building-envelope-data/api/pull/354) -- +- Extend BED-JSON to include everything from LBNL-JSON [#352](https://github.com/building-envelope-data/api/pull/352) - - - From d785f11f8fce98f62b6b2d581ef0f251081cfbec Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 16 Oct 2024 16:28:21 +0200 Subject: [PATCH 294/362] First step of creating a JSON schema for life cycle data --- schemas/lifeCycle.json | 79 ++++++++++++++++++++++++++++++++++++++ schemas/lifeCycleData.json | 14 +++++++ 2 files changed, 93 insertions(+) create mode 100644 schemas/lifeCycle.json create mode 100644 schemas/lifeCycleData.json diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json new file mode 100644 index 00000000..1ff53888 --- /dev/null +++ b/schemas/lifeCycle.json @@ -0,0 +1,79 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycle.json", + "title": "metadata about life cycle data sets", + "description": "##", + "$defs": { + "optical": { + "type": "object", + "properties": { + "id": { + "title": "Decentral identifier", + "description": "Together with timestamp uniquely identifies data and version.", + "$ref": "identifier.json#/$defs/decentral" + }, + "timestamp": { + "title": "Timestamp that designates the version", + "description": "Together with decentral identifier uniquely identifies data and version. For example, correction of some grammatical error in the description results in a new version designated by a new timestamp, or adding an approval by some stakeholder.", + "$ref": "common.json#/$defs/timestamp" + }, + "name": { + "title": "Name", + "type": "string" + }, + "description": { + "title": "Description for humans", + "type": "string" + }, + "warnings": { + "title": "Warnings", + "description": "Critical information to avoid mistakes due to data misinterpretation.", + "type": "array", + "items": { + "type": "string" + }, + "minItems": 1 + }, + "creator": { + "title": "Creator", + "$ref": "stakeholder.json" + }, + "createdAt": { + "title": "Creation timestamp", + "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "$ref": "common.json#/$defs/timestamp" + }, + "appliedMethod": { + "$ref": "method.json#/$defs/appliedMethod", + "description": "Method that was applied to create this data set." + }, + "approvals": { + "$ref": "common.json#/$defs/approvals", + "description": "Approvals by stakeholders in the form of GnuPG signatures." + }, + "data": { + "title": "Data in various formats", + "description": "The first data item is the result of applying the method `appliedMethod`. The other data items are the result of applying some conversion method or a chain of such methods to the first data item.", + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "lifeCycleData.json", + "description": "The measured or simulated data in JSON." + }, + { + "$ref": "common.json#/$defs/getHttpsResource", + "description": "The measured or simulated data in some data format as HTTP resource fetchable with GET requests." + } + ] + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "$ref": "#/$defs/optical" +} \ No newline at end of file diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json new file mode 100644 index 00000000..fcbae109 --- /dev/null +++ b/schemas/lifeCycleData.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleData.json", + "title": "life cycle data", + "description": "##", + "$defs": { + "data": { + "empty": { + "type": "string" + } + } + }, + "$ref": "#/$defs/data" +} \ No newline at end of file From 49da1d3f9d902b409a6ae649a7f89b69d3e5d469 Mon Sep 17 00:00:00 2001 From: pascalkeppler <45568931+pascalkeppler@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:31:39 +0100 Subject: [PATCH 295/362] First attempt to add lifecycle schema --- .vscode/settings.json | 3 + schemas/lifeCycleAssessmentData.json | 91 ++++++ schemas/lifeCycleAssessmentPhaseValues.json | 264 ++++++++++++++++++ .../cradleToCradleDummyTest.json | 3 - .../cradleToCradleData/lifeCycleTest.json | 0 5 files changed, 358 insertions(+), 3 deletions(-) create mode 100644 schemas/lifeCycleAssessmentData.json create mode 100644 schemas/lifeCycleAssessmentPhaseValues.json delete mode 100644 tests/valid/cradleToCradleData/cradleToCradleDummyTest.json create mode 100644 tests/valid/cradleToCradleData/lifeCycleTest.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 15e3cf7f..840438c2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -155,5 +155,8 @@ "plantuml.commandArgs": [], "[plantuml]": { "editor.defaultFormatter": "jebbs.plantuml" + }, + "[json]": { + "editor.defaultFormatter": "vscode.json-language-features" } } diff --git a/schemas/lifeCycleAssessmentData.json b/schemas/lifeCycleAssessmentData.json new file mode 100644 index 00000000..6f467203 --- /dev/null +++ b/schemas/lifeCycleAssessmentData.json @@ -0,0 +1,91 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleData.json", + "title": "life cycle assessment data", + "description": "##", + "$defs": { + "data": { + "isoCode": { + "type": "string", + "description": "The 2 letter iso code for a country." + }, + "owner": { + "type": "string", + "description": "" + }, + "referenceYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "validUntilYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "datasetType": { + "type": "string", + "description": "" + }, + "UUID": { + "type": "string", + "description": "" + }, + "registrationNumber": { + "type": "string", + "description": "" + }, + "version": { + "type": "string", + "description": "" + }, + "compliance": { + "type": "string", + "description": "" + }, + "environmentalCostIndicator": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "" + }, + "phases": { + "title": "LCA Data", + "type": "array", + "items": { + "type": "object", + "properties": { + "phaseId": { + "type": "string", + "enum": [ + "NotSpecified", + "A1_A3", + "A4", + "A5", + "B1", + "B2", + "B3", + "B4", + "B5", + "B6", + "B7", + "C1", + "C2", + "C3", + "C4", + "D" + ], + "description": "" + }, + "EN15804_2012_04_A1_2013": { + "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", + "description": "" + }, + "EN15804_2012_A2_2019": { + "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", + "description": "" + } + }, + "additionalProperties": false + } + }, + "$ref": "#/$defs/data" + } + } +} \ No newline at end of file diff --git a/schemas/lifeCycleAssessmentPhaseValues.json b/schemas/lifeCycleAssessmentPhaseValues.json new file mode 100644 index 00000000..4c88650e --- /dev/null +++ b/schemas/lifeCycleAssessmentPhaseValues.json @@ -0,0 +1,264 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/number.json", + "title": "lca data", + "description": "Impact Values for LCA Data", + "$defs": { + "EN15804_2012_04_A1_2013": { + "title": "LCA ruleset EN 15804:2012-04+A1 2013", + "type": "object", + "properties": { + "globalWarmingPotential": { + "type": "number", + "description": "Embodied Carbon (GWP) (kg CO2e)" + }, + "ozoneDeplationPotential": { + "type": "number", + "description": "" + }, + "photoChemicalOxydantFormation": { + "type": "number", + "description": "" + }, + "acidificationPotentialOfLandAndWater": { + "type": "number", + "description": "" + }, + "eutrophicationPotential": { + "type": "number", + "description": "" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "" + }, + "humanToxicityPotential": { + "type": "number", + "description": "" + }, + "freshwaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "marinewaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "terrestrialEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "pere": { + "type": "number", + "description": "" + }, + "perm": { + "type": "number", + "description": "" + }, + "pert": { + "type": "number", + "description": "" + }, + "penre": { + "type": "number", + "description": "" + }, + "penrm": { + "type": "number", + "description": "" + }, + "penrt": { + "type": "number", + "description": "" + }, + "sm": { + "type": "number", + "description": "" + }, + "rsf": { + "type": "number", + "description": "" + }, + "nrsf": { + "type": "number", + "description": "" + }, + "fw": { + "type": "number", + "description": "" + }, + "hwd": { + "type": "number", + "description": "" + }, + "nhwd": { + "type": "number", + "description": "" + }, + "rwd": { + "type": "number", + "description": "" + }, + "mfr": { + "type": "number", + "description": "" + }, + "mer": { + "type": "number", + "description": "" + }, + "eee": { + "type": "number", + "description": "" + }, + "ete": { + "type": "number", + "description": "" + } + } + }, +"EN15804_2012_A2_2019": { + "title": "LCA ruleset EN 15804:2012+A2:2019", + "type": "object", + "properties": { + "ozoneDeplationPotential": { + "type": "number", + "description": "" + }, + "pere": { + "type": "number", + "description": "" + }, + "perm": { + "type": "number", + "description": "" + }, + "pert": { + "type": "number", + "description": "" + }, + "penre": { + "type": "number", + "description": "" + }, + "penrm": { + "type": "number", + "description": "" + }, + "penrt": { + "type": "number", + "description": "" + }, + "sm": { + "type": "number", + "description": "" + }, + "rsf": { + "type": "number", + "description": "" + }, + "nrsf": { + "type": "number", + "description": "" + }, + "fw": { + "type": "number", + "description": "" + }, + "hwd": { + "type": "number", + "description": "" + }, + "nhwd": { + "type": "number", + "description": "" + }, + "rwd": { + "type": "number", + "description": "" + }, + "mfr": { + "type": "number", + "description": "" + }, + "mer": { + "type": "number", + "description": "" + }, + "eee": { + "type": "number", + "description": "" + }, + "ete": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialTotal": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialFossil": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialBiogenic": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialLuluc": { + "type": "number", + "description": "" + }, + "acidificationPotentialAccumulatedExceedance": { + "type": "number", + "description": "" + }, + "eutrophicationPotentialFreshWater": { + "type": "number", + "description": "" + }, + "eutrophicationPotentialMarineWater": { + "type": "number", + "description": "" + }, + "eutrophicationTerrestrial": { + "type": "number", + "description": "" + }, + "photoOxidantCreationPotential": { + "type": "number", + "description": "" + }, + "waterUseDeprivationPotential": { + "type": "number", + "description": "" + }, + "potentialIncidenceOfDiseaseDueToPMEmissions": { + "type": "number", + "description": "" + }, + "potentialHumanExposureEfficiencyRelativeToU235": { + "type": "number", + "description": "" + }, + "ecoTox": { + "type": "number", + "description": "" + }, + "humanToxCancer": { + "type": "number", + "description": "" + }, + "humanToxNonCancer": { + "type": "number", + "description": "" + }, + "potentialSoilQualityIndex": { + "type": "number", + "description": "" + } + } + } + } +} \ No newline at end of file diff --git a/tests/valid/cradleToCradleData/cradleToCradleDummyTest.json b/tests/valid/cradleToCradleData/cradleToCradleDummyTest.json deleted file mode 100644 index 4702c86a..00000000 --- a/tests/valid/cradleToCradleData/cradleToCradleDummyTest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "dummyProperty": 1 -} diff --git a/tests/valid/cradleToCradleData/lifeCycleTest.json b/tests/valid/cradleToCradleData/lifeCycleTest.json new file mode 100644 index 00000000..e69de29b From 5240076dbf76b19ab7ed45f1c2e968732c407f53 Mon Sep 17 00:00:00 2001 From: pascalkeppler <45568931+pascalkeppler@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:15:17 +0100 Subject: [PATCH 296/362] Status February 12th --- schemas/lifeCycle.json | 2 +- schemas/lifeCycleData.json | 202 +++++++++++++++++- schemas/number.json | 4 + .../cradleToCradleData/lifeCycleTest.json | 9 + 4 files changed, 211 insertions(+), 6 deletions(-) diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index 1ff53888..bab61007 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -59,7 +59,7 @@ "oneOf": [ { "$ref": "lifeCycleData.json", - "description": "The measured or simulated data in JSON." + "description": "" }, { "$ref": "common.json#/$defs/getHttpsResource", diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index fcbae109..0df33739 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -5,10 +5,202 @@ "description": "##", "$defs": { "data": { - "empty": { - "type": "string" - } + "functionalUnit": { + "type": "string", + "enum": [ + "Volume", + "Quantity", + "Area", + "Length", + "OtherUnit", + "Energy", + "Weight" + ], + "description": "Defines the type of product." + }, + "defaultFunctionalUnitAmount": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "Describes the default functional unit value. For a quantity/volume product, this describes the default volume (m3), for area product the default area (m2), length product the default length (m) and for weight product the default weight (kg)" + }, + "fixedHeight": { + "$ref": "number.json#/$defs/meter", + "description": "This value describes the fixed height (m) of an area product" + }, + "fixedArea": { + "$ref": "number.json#/$defs/squareMeter", + "description": "This values describes the fixed area (m2) of a length product" + }, + "density": { + "$ref": "number.json#/$defs/density", + "description": "The product density in kg/[functional unit]." + }, + "weight": { + "$ref": "number.json#/$defs/weight", + "description": "The weight in kg for a quantity product." + }, + "lifespan": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "The functional lifespan (in years)" + }, + "circularity": { + "title": "The product circularity information", + "type": "object", + "properties": { + "feedstock": { + "title": "The product circularity information", + "type": "object", + "properties": { + "renewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "renewablesSustainablyProduced": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "notRenewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recycled": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "reused": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } + } + }, + "output": { + "title": "Output", + "type": "object", + "properties": { + "availableForRecycle": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "landfill": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "incineration": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "availableForReuse": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } + } + }, + "detachability": { + "title": "Output", + "type": "object", + "properties": { + "connectionType": { + "type": "string", + "enum": [ + "Unknown", + "HardChemicalConnection", + "SoftChemicalConnection", + "DirectConnection", + "AddedConnectionConnection", + "DryConnection" + ], + "description": "Connection type." + }, + "connectionTypeDetail": { + "type": "string", + "enum": [ + "Unknown", + "BoltAndNut", + "Spring", + "Corner", + "Screw", + "None", + "Click", + "Velcro", + "Magnetic", + "Glue", + "Dump", + "Weld", + "Concrete", + "ChemicalAnchor", + "Sealant", + "Foam", + "Peg", + "Nail" + ], + "description": "Connection type." + }, + "accessibility": { + "type": "string", + "enum": [ + "Unknown", + "NotAccessible", + "PartialWithDamage", + "PartialWithRepairableDamage", + "PartialNoDamage", + "Accessible" + ], + "description": "Connection type." + }, + "intersection": { + "type": "string", + "enum": [ + "Unknown", + "Complete", + "Incidental", + "None" + ], + "description": "Connection type." + }, + "productEdge": { + "type": "string", + "enum": [ + "Unknown", + "Closed", + "Overlapping", + "Open" + ], + "description": "Connection type." + }, + "index": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Detachability index" + } + } + } + } + }, + "lifeCycleAssessment": { + "title": "LCA-Data", + "description": "", + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "lifeCycleAssessmentData.json", + "description": "The LCA-data in JSON." + }, + { + "$ref": "common.json#/$defs/getHttpsResource", + "description": "The measured or simulated data in some data format as HTTP resource fetchable with GET requests." + } + ] + }, + "minItems": 1 + }, + "$ref": "#/$defs/data" } - }, - "$ref": "#/$defs/data" + } } \ No newline at end of file diff --git a/schemas/number.json b/schemas/number.json index c30e4c89..70a3985c 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -231,6 +231,10 @@ "type": "number", "description": "Meter is the SI unit for length. This type is used for rare cases in which the option of an uncertainty is not desired." }, + "squareMeter": { + "type": "number", + "description": "A square meter (m^2) is a unit for an area. This type is used for rare cases in which the option of an uncertainty is not desired." + }, "nanometer": { "type": "number", "minimum": 0, diff --git a/tests/valid/cradleToCradleData/lifeCycleTest.json b/tests/valid/cradleToCradleData/lifeCycleTest.json index e69de29b..7edce887 100644 --- a/tests/valid/cradleToCradleData/lifeCycleTest.json +++ b/tests/valid/cradleToCradleData/lifeCycleTest.json @@ -0,0 +1,9 @@ +{ + "$schema": "../../../schemas/lifeCycle.json", + "name": "test", + "data": [ + "data" + ] + + } + \ No newline at end of file From ce44909bbc671a25fa534748053167bdba153acd Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 12 Feb 2025 16:28:58 +0100 Subject: [PATCH 297/362] Delete old files `cradleToCradle` --- schemas/cradleToCradle.json | 79 --------------------------------- schemas/cradleToCradleData.json | 22 --------- 2 files changed, 101 deletions(-) delete mode 100644 schemas/cradleToCradle.json delete mode 100644 schemas/cradleToCradleData.json diff --git a/schemas/cradleToCradle.json b/schemas/cradleToCradle.json deleted file mode 100644 index e14e670e..00000000 --- a/schemas/cradleToCradle.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/cradleToCradle.json", - "title": "metadata about cradle-to-cradle data sets", - "description": "Cradle-to-cradle data sets with meta information like like name, description, warnings, and more.", - "$defs": { - "data": { - "type": "object", - "properties": { - "id": { - "title": "Decentral identifier", - "description": "Together with timestamp uniquely identifies data and version.", - "$ref": "identifier.json#/$defs/decentral" - }, - "timestamp": { - "title": "Timestamp that designates the version", - "description": "Together with decentral identifier uniquely identifies data and version. For example, correction of some grammatical error in the description results in a new version designated by a new timestamp, or adding an approval by some stakeholder.", - "$ref": "common.json#/$defs/timestamp" - }, - "name": { - "title": "Name", - "type": "string" - }, - "description": { - "title": "Description for humans", - "type": "string" - }, - "warnings": { - "title": "Warnings", - "description": "Critical information to avoid mistakes due to data misinterpretation.", - "type": "array", - "items": { - "type": "string" - }, - "minItems": 1 - }, - "creator": { - "title": "Creator", - "$ref": "stakeholder.json" - }, - "createdAt": { - "title": "Creation timestamp", - "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", - "$ref": "common.json#/$defs/timestamp" - }, - "appliedMethod": { - "$ref": "method.json#/$defs/appliedMethod", - "description": "Method that was applied to create this data set." - }, - "approvals": { - "$ref": "common.json#/$defs/approvals", - "description": "Approvals by stakeholders in the form of GnuPG signatures." - }, - "data": { - "title": "Data in various formats", - "description": "The first data item is the result of applying the method `appliedMethod`. The other data items are the result of applying some conversion method or a chain of such methods to the first data item.", - "type": "array", - "items": { - "oneOf": [ - { - "$ref": "cradleToCradleData.json", - "description": "The measured or simulated data in JSON." - }, - { - "$ref": "common.json#/$defs/getHttpsResource", - "description": "The measured or simulated data in some data format as HTTP resource fetchable with GET requests." - } - ] - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "$ref": "#/$defs/data" -} diff --git a/schemas/cradleToCradleData.json b/schemas/cradleToCradleData.json deleted file mode 100644 index 2bdb9455..00000000 --- a/schemas/cradleToCradleData.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/cradleToCradleData.json", - "title": "cradle-to-cradle data", - "description": "Hygrothermal data which can be used for hygrothermal simulations. Humidity needs to be handled properly to create sustainable buildings with high comfort.", - "$defs": { - "data": { - "title": "The hygrothermal data of a component.", - "type": "object", - "properties": { - "dummyProperty": { - "$ref": "number.json#/$defs/numberWithUncertainty", - "description": "This is just an example which will be substituted by the real schema for cradle-to-cradle data." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "$ref": "#/$defs/data" -} From 517e3fd3eb12de1af9460e64e60bdbf8aa44f12e Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 12 Feb 2025 16:52:56 +0100 Subject: [PATCH 298/362] Fix some bugs regarding testing --- schemas/data.json | 6 +++--- schemas/lifeCycleAssessmentData.json | 2 +- schemas/lifeCycleAssessmentPhaseValues.json | 6 +++--- .../lifeCycleTest.json | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename tests/valid/{cradleToCradleData => lifeCycleData}/lifeCycleTest.json (100%) diff --git a/schemas/data.json b/schemas/data.json index 270bb475..439c2da2 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -27,11 +27,11 @@ "description": "hygrothermal data" }, { - "$ref": "cradleToCradleData.json", - "description": "cradle-to-cradle data" + "$ref": "lifeCycleData.json", + "description": "life-cycle data" } ] } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/lifeCycleAssessmentData.json b/schemas/lifeCycleAssessmentData.json index 6f467203..5f1a3a59 100644 --- a/schemas/lifeCycleAssessmentData.json +++ b/schemas/lifeCycleAssessmentData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleAssessmentData.json", "title": "life cycle assessment data", "description": "##", "$defs": { diff --git a/schemas/lifeCycleAssessmentPhaseValues.json b/schemas/lifeCycleAssessmentPhaseValues.json index 4c88650e..134b51e4 100644 --- a/schemas/lifeCycleAssessmentPhaseValues.json +++ b/schemas/lifeCycleAssessmentPhaseValues.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/number.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleAssessmentPhaseValues.json", "title": "lca data", "description": "Impact Values for LCA Data", "$defs": { @@ -118,7 +118,7 @@ } } }, -"EN15804_2012_A2_2019": { + "EN15804_2012_A2_2019": { "title": "LCA ruleset EN 15804:2012+A2:2019", "type": "object", "properties": { @@ -259,6 +259,6 @@ "description": "" } } - } + } } } \ No newline at end of file diff --git a/tests/valid/cradleToCradleData/lifeCycleTest.json b/tests/valid/lifeCycleData/lifeCycleTest.json similarity index 100% rename from tests/valid/cradleToCradleData/lifeCycleTest.json rename to tests/valid/lifeCycleData/lifeCycleTest.json From 0117c2ef55da84db79a1b5ad0c9528a50e4759fd Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 12 Feb 2025 17:52:18 +0100 Subject: [PATCH 299/362] Fix more bugs --- schemas/lifeCycleAssessmentData.json | 167 +++--- schemas/lifeCycleAssessmentPhaseValues.json | 522 ++++++++++--------- schemas/lifeCycleData.json | 388 +++++++------- schemas/number.json | 77 ++- tests/valid/data/cradleToCradleTest.json | 3 - tests/valid/data/lifeCycleTest.json | 3 + tests/valid/lifeCycleData/lifeCycleTest.json | 10 +- 7 files changed, 623 insertions(+), 547 deletions(-) delete mode 100644 tests/valid/data/cradleToCradleTest.json create mode 100644 tests/valid/data/lifeCycleTest.json diff --git a/schemas/lifeCycleAssessmentData.json b/schemas/lifeCycleAssessmentData.json index 5f1a3a59..804f9a3e 100644 --- a/schemas/lifeCycleAssessmentData.json +++ b/schemas/lifeCycleAssessmentData.json @@ -5,87 +5,96 @@ "description": "##", "$defs": { "data": { - "isoCode": { - "type": "string", - "description": "The 2 letter iso code for a country." - }, - "owner": { - "type": "string", - "description": "" - }, - "referenceYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "validUntilYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "datasetType": { - "type": "string", - "description": "" - }, - "UUID": { - "type": "string", - "description": "" - }, - "registrationNumber": { - "type": "string", - "description": "" - }, - "version": { - "type": "string", - "description": "" - }, - "compliance": { - "type": "string", - "description": "" - }, - "environmentalCostIndicator": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "" - }, - "phases": { - "title": "LCA Data", - "type": "array", - "items": { - "type": "object", - "properties": { - "phaseId": { - "type": "string", - "enum": [ - "NotSpecified", - "A1_A3", - "A4", - "A5", - "B1", - "B2", - "B3", - "B4", - "B5", - "B6", - "B7", - "C1", - "C2", - "C3", - "C4", - "D" - ], - "description": "" - }, - "EN15804_2012_04_A1_2013": { - "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", - "description": "" + "type": "object", + "title": "The object is used to define calorimetric data.", + "properties": { + "isoCode": { + "type": "string", + "description": "The 2 letter iso code for a country." + }, + "owner": { + "type": "string", + "description": "" + }, + "referenceYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "validUntilYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "datasetType": { + "type": "string", + "description": "" + }, + "UUID": { + "type": "string", + "description": "" + }, + "registrationNumber": { + "type": "string", + "description": "" + }, + "version": { + "type": "string", + "description": "" + }, + "compliance": { + "type": "string", + "description": "" + }, + "environmentalCostIndicator": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "" + }, + "phases": { + "title": "LCA Data", + "type": "array", + "items": { + "type": "object", + "properties": { + "phaseId": { + "type": "string", + "enum": [ + "NotSpecified", + "A1_A3", + "A4", + "A5", + "B1", + "B2", + "B3", + "B4", + "B5", + "B6", + "B7", + "C1", + "C2", + "C3", + "C4", + "D" + ], + "description": "" + }, + "EN15804_2012_04_A1_2013": { + "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", + "description": "" + }, + "EN15804_2012_A2_2019": { + "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", + "description": "" + } }, - "EN15804_2012_A2_2019": { - "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", - "description": "" - } - }, - "additionalProperties": false + "additionalProperties": false, + "minProperties": 1, + "required": [] + } } }, - "$ref": "#/$defs/data" + "additionalProperties": false, + "minProperties": 1, + "required": [] } - } + }, + "$ref": "#/$defs/data" } \ No newline at end of file diff --git a/schemas/lifeCycleAssessmentPhaseValues.json b/schemas/lifeCycleAssessmentPhaseValues.json index 134b51e4..1b64b452 100644 --- a/schemas/lifeCycleAssessmentPhaseValues.json +++ b/schemas/lifeCycleAssessmentPhaseValues.json @@ -4,261 +4,277 @@ "title": "lca data", "description": "Impact Values for LCA Data", "$defs": { - "EN15804_2012_04_A1_2013": { - "title": "LCA ruleset EN 15804:2012-04+A1 2013", + "data": { "type": "object", + "title": "The object is used to define calorimetric data.", "properties": { - "globalWarmingPotential": { - "type": "number", - "description": "Embodied Carbon (GWP) (kg CO2e)" - }, - "ozoneDeplationPotential": { - "type": "number", - "description": "" - }, - "photoChemicalOxydantFormation": { - "type": "number", - "description": "" - }, - "acidificationPotentialOfLandAndWater": { - "type": "number", - "description": "" - }, - "eutrophicationPotential": { - "type": "number", - "description": "" - }, - "abioticDeplationNonFossile": { - "type": "number", - "description": "" - }, - "humanToxicityPotential": { - "type": "number", - "description": "" - }, - "freshwaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "" - }, - "marinewaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "" - }, - "terrestrialEcotoxicityPotential": { - "type": "number", - "description": "" - }, - "pere": { - "type": "number", - "description": "" - }, - "perm": { - "type": "number", - "description": "" - }, - "pert": { - "type": "number", - "description": "" - }, - "penre": { - "type": "number", - "description": "" - }, - "penrm": { - "type": "number", - "description": "" - }, - "penrt": { - "type": "number", - "description": "" - }, - "sm": { - "type": "number", - "description": "" - }, - "rsf": { - "type": "number", - "description": "" - }, - "nrsf": { - "type": "number", - "description": "" - }, - "fw": { - "type": "number", - "description": "" - }, - "hwd": { - "type": "number", - "description": "" - }, - "nhwd": { - "type": "number", - "description": "" - }, - "rwd": { - "type": "number", - "description": "" - }, - "mfr": { - "type": "number", - "description": "" - }, - "mer": { - "type": "number", - "description": "" - }, - "eee": { - "type": "number", - "description": "" - }, - "ete": { - "type": "number", - "description": "" - } - } - }, - "EN15804_2012_A2_2019": { - "title": "LCA ruleset EN 15804:2012+A2:2019", - "type": "object", - "properties": { - "ozoneDeplationPotential": { - "type": "number", - "description": "" - }, - "pere": { - "type": "number", - "description": "" - }, - "perm": { - "type": "number", - "description": "" - }, - "pert": { - "type": "number", - "description": "" - }, - "penre": { - "type": "number", - "description": "" - }, - "penrm": { - "type": "number", - "description": "" - }, - "penrt": { - "type": "number", - "description": "" - }, - "sm": { - "type": "number", - "description": "" - }, - "rsf": { - "type": "number", - "description": "" - }, - "nrsf": { - "type": "number", - "description": "" - }, - "fw": { - "type": "number", - "description": "" - }, - "hwd": { - "type": "number", - "description": "" - }, - "nhwd": { - "type": "number", - "description": "" - }, - "rwd": { - "type": "number", - "description": "" - }, - "mfr": { - "type": "number", - "description": "" - }, - "mer": { - "type": "number", - "description": "" - }, - "eee": { - "type": "number", - "description": "" - }, - "ete": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialTotal": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialFossil": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialBiogenic": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialLuluc": { - "type": "number", - "description": "" - }, - "acidificationPotentialAccumulatedExceedance": { - "type": "number", - "description": "" - }, - "eutrophicationPotentialFreshWater": { - "type": "number", - "description": "" - }, - "eutrophicationPotentialMarineWater": { - "type": "number", - "description": "" - }, - "eutrophicationTerrestrial": { - "type": "number", - "description": "" - }, - "photoOxidantCreationPotential": { - "type": "number", - "description": "" - }, - "waterUseDeprivationPotential": { - "type": "number", - "description": "" - }, - "potentialIncidenceOfDiseaseDueToPMEmissions": { - "type": "number", - "description": "" - }, - "potentialHumanExposureEfficiencyRelativeToU235": { - "type": "number", - "description": "" - }, - "ecoTox": { - "type": "number", - "description": "" - }, - "humanToxCancer": { - "type": "number", - "description": "" - }, - "humanToxNonCancer": { - "type": "number", - "description": "" - }, - "potentialSoilQualityIndex": { - "type": "number", - "description": "" + "EN15804_2012_04_A1_2013": { + "title": "LCA ruleset EN 15804:2012-04+A1 2013", + "type": "object", + "properties": { + "globalWarmingPotential": { + "type": "number", + "description": "Embodied Carbon (GWP) (kg CO2e)" + }, + "ozoneDeplationPotential": { + "type": "number", + "description": "" + }, + "photoChemicalOxydantFormation": { + "type": "number", + "description": "" + }, + "acidificationPotentialOfLandAndWater": { + "type": "number", + "description": "" + }, + "eutrophicationPotential": { + "type": "number", + "description": "" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "" + }, + "humanToxicityPotential": { + "type": "number", + "description": "" + }, + "freshwaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "marinewaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "terrestrialEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "pere": { + "type": "number", + "description": "" + }, + "perm": { + "type": "number", + "description": "" + }, + "pert": { + "type": "number", + "description": "" + }, + "penre": { + "type": "number", + "description": "" + }, + "penrm": { + "type": "number", + "description": "" + }, + "penrt": { + "type": "number", + "description": "" + }, + "sm": { + "type": "number", + "description": "" + }, + "rsf": { + "type": "number", + "description": "" + }, + "nrsf": { + "type": "number", + "description": "" + }, + "fw": { + "type": "number", + "description": "" + }, + "hwd": { + "type": "number", + "description": "" + }, + "nhwd": { + "type": "number", + "description": "" + }, + "rwd": { + "type": "number", + "description": "" + }, + "mfr": { + "type": "number", + "description": "" + }, + "mer": { + "type": "number", + "description": "" + }, + "eee": { + "type": "number", + "description": "" + }, + "ete": { + "type": "number", + "description": "" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "EN15804_2012_A2_2019": { + "title": "LCA ruleset EN 15804:2012+A2:2019", + "type": "object", + "properties": { + "ozoneDeplationPotential": { + "type": "number", + "description": "" + }, + "pere": { + "type": "number", + "description": "" + }, + "perm": { + "type": "number", + "description": "" + }, + "pert": { + "type": "number", + "description": "" + }, + "penre": { + "type": "number", + "description": "" + }, + "penrm": { + "type": "number", + "description": "" + }, + "penrt": { + "type": "number", + "description": "" + }, + "sm": { + "type": "number", + "description": "" + }, + "rsf": { + "type": "number", + "description": "" + }, + "nrsf": { + "type": "number", + "description": "" + }, + "fw": { + "type": "number", + "description": "" + }, + "hwd": { + "type": "number", + "description": "" + }, + "nhwd": { + "type": "number", + "description": "" + }, + "rwd": { + "type": "number", + "description": "" + }, + "mfr": { + "type": "number", + "description": "" + }, + "mer": { + "type": "number", + "description": "" + }, + "eee": { + "type": "number", + "description": "" + }, + "ete": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialTotal": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialFossil": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialBiogenic": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialLuluc": { + "type": "number", + "description": "" + }, + "acidificationPotentialAccumulatedExceedance": { + "type": "number", + "description": "" + }, + "eutrophicationPotentialFreshWater": { + "type": "number", + "description": "" + }, + "eutrophicationPotentialMarineWater": { + "type": "number", + "description": "" + }, + "eutrophicationTerrestrial": { + "type": "number", + "description": "" + }, + "photoOxidantCreationPotential": { + "type": "number", + "description": "" + }, + "waterUseDeprivationPotential": { + "type": "number", + "description": "" + }, + "potentialIncidenceOfDiseaseDueToPMEmissions": { + "type": "number", + "description": "" + }, + "potentialHumanExposureEfficiencyRelativeToU235": { + "type": "number", + "description": "" + }, + "ecoTox": { + "type": "number", + "description": "" + }, + "humanToxCancer": { + "type": "number", + "description": "" + }, + "humanToxNonCancer": { + "type": "number", + "description": "" + }, + "potentialSoilQualityIndex": { + "type": "number", + "description": "" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } - } + }, + "$ref": "#/$defs/data" } \ No newline at end of file diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 0df33739..45cd29f4 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -5,202 +5,210 @@ "description": "##", "$defs": { "data": { - "functionalUnit": { - "type": "string", - "enum": [ - "Volume", - "Quantity", - "Area", - "Length", - "OtherUnit", - "Energy", - "Weight" - ], - "description": "Defines the type of product." - }, - "defaultFunctionalUnitAmount": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "Describes the default functional unit value. For a quantity/volume product, this describes the default volume (m3), for area product the default area (m2), length product the default length (m) and for weight product the default weight (kg)" - }, - "fixedHeight": { - "$ref": "number.json#/$defs/meter", - "description": "This value describes the fixed height (m) of an area product" - }, - "fixedArea": { - "$ref": "number.json#/$defs/squareMeter", - "description": "This values describes the fixed area (m2) of a length product" - }, - "density": { - "$ref": "number.json#/$defs/density", - "description": "The product density in kg/[functional unit]." - }, - "weight": { - "$ref": "number.json#/$defs/weight", - "description": "The weight in kg for a quantity product." - }, - "lifespan": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "The functional lifespan (in years)" - }, - "circularity": { - "title": "The product circularity information", - "type": "object", - "properties": { - "feedstock": { - "title": "The product circularity information", - "type": "object", - "properties": { - "renewables": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "renewablesSustainablyProduced": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "notRenewables": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recycled": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "reused": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recyclingEfficiency": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - } - } - }, - "output": { - "title": "Output", - "type": "object", - "properties": { - "availableForRecycle": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recyclingEfficiency": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "landfill": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "incineration": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "availableForReuse": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - } - } - }, - "detachability": { - "title": "Output", - "type": "object", - "properties": { - "connectionType": { - "type": "string", - "enum": [ - "Unknown", - "HardChemicalConnection", - "SoftChemicalConnection", - "DirectConnection", - "AddedConnectionConnection", - "DryConnection" - ], - "description": "Connection type." - }, - "connectionTypeDetail": { - "type": "string", - "enum": [ - "Unknown", - "BoltAndNut", - "Spring", - "Corner", - "Screw", - "None", - "Click", - "Velcro", - "Magnetic", - "Glue", - "Dump", - "Weld", - "Concrete", - "ChemicalAnchor", - "Sealant", - "Foam", - "Peg", - "Nail" - ], - "description": "Connection type." - }, - "accessibility": { - "type": "string", - "enum": [ - "Unknown", - "NotAccessible", - "PartialWithDamage", - "PartialWithRepairableDamage", - "PartialNoDamage", - "Accessible" - ], - "description": "Connection type." + "type": "object", + "title": "The object is used to define calorimetric data.", + "properties": { + "functionalUnit": { + "type": "string", + "enum": [ + "Volume", + "Quantity", + "Area", + "Length", + "OtherUnit", + "Energy", + "Weight" + ], + "description": "Defines the type of product." + }, + "defaultFunctionalUnitAmount": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "Describes the default functional unit value. For a quantity/volume product, this describes the default volume (m3), for area product the default area (m2), length product the default length (m) and for weight product the default weight (kg)" + }, + "fixedHeight": { + "$ref": "number.json#/$defs/meter", + "description": "This value describes the fixed height (m) of an area product" + }, + "fixedArea": { + "$ref": "number.json#/$defs/squareMeter", + "description": "This values describes the fixed area (m2) of a length product" + }, + "density": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "The product density in kg/[functional unit]." + }, + "weight": { + "$ref": "number.json#/$defs/kilogram", + "description": "The weight in kg for a quantity product." + }, + "lifespan": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "The functional lifespan (in years)" + }, + "circularity": { + "title": "The product circularity information", + "type": "object", + "properties": { + "feedstock": { + "title": "The product circularity information", + "type": "object", + "properties": { + "renewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "renewablesSustainablyProduced": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "notRenewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recycled": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "reused": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } }, - "intersection": { - "type": "string", - "enum": [ - "Unknown", - "Complete", - "Incidental", - "None" - ], - "description": "Connection type." + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "output": { + "title": "Output", + "type": "object", + "properties": { + "availableForRecycle": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "landfill": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "incineration": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "availableForReuse": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } }, - "productEdge": { - "type": "string", - "enum": [ - "Unknown", - "Closed", - "Overlapping", - "Open" - ], - "description": "Connection type." + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "detachability": { + "title": "Output", + "type": "object", + "properties": { + "connectionType": { + "type": "string", + "enum": [ + "Unknown", + "HardChemicalConnection", + "SoftChemicalConnection", + "DirectConnection", + "AddedConnectionConnection", + "DryConnection" + ], + "description": "Connection type." + }, + "connectionTypeDetail": { + "type": "string", + "enum": [ + "Unknown", + "BoltAndNut", + "Spring", + "Corner", + "Screw", + "None", + "Click", + "Velcro", + "Magnetic", + "Glue", + "Dump", + "Weld", + "Concrete", + "ChemicalAnchor", + "Sealant", + "Foam", + "Peg", + "Nail" + ], + "description": "Connection type." + }, + "accessibility": { + "type": "string", + "enum": [ + "Unknown", + "NotAccessible", + "PartialWithDamage", + "PartialWithRepairableDamage", + "PartialNoDamage", + "Accessible" + ], + "description": "Connection type." + }, + "intersection": { + "type": "string", + "enum": [ + "Unknown", + "Complete", + "Incidental", + "None" + ], + "description": "Connection type." + }, + "productEdge": { + "type": "string", + "enum": [ + "Unknown", + "Closed", + "Overlapping", + "Open" + ], + "description": "Connection type." + }, + "index": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Detachability index" + } }, - "index": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Detachability index" - } + "additionalProperties": false, + "minProperties": 1, + "required": [] } } - } - }, - "lifeCycleAssessment": { - "title": "LCA-Data", - "description": "", - "type": "array", - "items": { - "oneOf": [ - { - "$ref": "lifeCycleAssessmentData.json", - "description": "The LCA-data in JSON." - }, - { - "$ref": "common.json#/$defs/getHttpsResource", - "description": "The measured or simulated data in some data format as HTTP resource fetchable with GET requests." - } - ] }, - "minItems": 1 + "lifeCycleAssessment": { + "title": "LCA-Data", + "description": "", + "type": "array", + "items": { + "$ref": "lifeCycleAssessmentData.json", + "description": "The LCA-data in JSON." + }, + "minItems": 1 + } }, - "$ref": "#/$defs/data" + "additionalProperties": false, + "minProperties": 1, + "required": [] } - } + }, + "$ref": "#/$defs/data" } \ No newline at end of file diff --git a/schemas/number.json b/schemas/number.json index 70a3985c..5584a832 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,7 +16,12 @@ }, "confidenceInterval": { "type": "number", - "enum": [68.3, 95.4, 99.7, 100], + "enum": [ + 68.3, + 95.4, + 99.7, + 100 + ], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -40,7 +45,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -75,7 +84,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -100,7 +113,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -131,7 +148,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -168,7 +189,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -234,7 +259,7 @@ "squareMeter": { "type": "number", "description": "A square meter (m^2) is a unit for an area. This type is used for rare cases in which the option of an uncertainty is not desired." - }, + }, "nanometer": { "type": "number", "minimum": 0, @@ -291,7 +316,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -316,7 +345,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -341,7 +374,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -366,7 +403,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -391,7 +432,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -453,9 +498,13 @@ "description": "Ohm per meter is a unit for the electric resistance depending on the length. This type is used for rare cases in which the option of an uncertainty is not desired." }, "kilogramWithUncertainty": { - "$ref": "#/$defs/numberWithUncertainty", + "$ref": "#/$defs/nonNegativeNumberWithUncertainty", "description": "Kilogram (also kilogramme, kg) is the SI unit for mass. With this type, the uncertainty can be defined." }, + "kilogram": { + "$ref": "#/$defs/nonNegativeNumber", + "description": "Kilogram (also kilogramme, kg) is the SI unit for mass. This type is used for rare cases in which the option of an uncertainty is not desired." + }, "pascal": { "type": "number", "description": "Pascal (Pa) is the SI unit for pressure. This type is used for rare cases in which the option of an uncertainty is not desired." @@ -563,4 +612,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} +} \ No newline at end of file diff --git a/tests/valid/data/cradleToCradleTest.json b/tests/valid/data/cradleToCradleTest.json deleted file mode 100644 index 4702c86a..00000000 --- a/tests/valid/data/cradleToCradleTest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "dummyProperty": 1 -} diff --git a/tests/valid/data/lifeCycleTest.json b/tests/valid/data/lifeCycleTest.json new file mode 100644 index 00000000..f63b2e27 --- /dev/null +++ b/tests/valid/data/lifeCycleTest.json @@ -0,0 +1,3 @@ +{ + "defaultFunctionalUnitAmount": 1 +} \ No newline at end of file diff --git a/tests/valid/lifeCycleData/lifeCycleTest.json b/tests/valid/lifeCycleData/lifeCycleTest.json index 7edce887..376b80a2 100644 --- a/tests/valid/lifeCycleData/lifeCycleTest.json +++ b/tests/valid/lifeCycleData/lifeCycleTest.json @@ -1,9 +1,3 @@ { - "$schema": "../../../schemas/lifeCycle.json", - "name": "test", - "data": [ - "data" - ] - - } - \ No newline at end of file + "functionalUnit": "Volume" +} \ No newline at end of file From d79a6c4eb86ffa9b936ed79a6acc86ffbe8a2dc7 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 12 Feb 2025 17:57:38 +0100 Subject: [PATCH 300/362] Fix last bugs --- schemas/lifeCycleAssessmentPhaseValues.json | 520 ++++++++++---------- 1 file changed, 264 insertions(+), 256 deletions(-) diff --git a/schemas/lifeCycleAssessmentPhaseValues.json b/schemas/lifeCycleAssessmentPhaseValues.json index 1b64b452..f9225641 100644 --- a/schemas/lifeCycleAssessmentPhaseValues.json +++ b/schemas/lifeCycleAssessmentPhaseValues.json @@ -10,265 +10,273 @@ "properties": { "EN15804_2012_04_A1_2013": { "title": "LCA ruleset EN 15804:2012-04+A1 2013", - "type": "object", - "properties": { - "globalWarmingPotential": { - "type": "number", - "description": "Embodied Carbon (GWP) (kg CO2e)" - }, - "ozoneDeplationPotential": { - "type": "number", - "description": "" - }, - "photoChemicalOxydantFormation": { - "type": "number", - "description": "" - }, - "acidificationPotentialOfLandAndWater": { - "type": "number", - "description": "" - }, - "eutrophicationPotential": { - "type": "number", - "description": "" - }, - "abioticDeplationNonFossile": { - "type": "number", - "description": "" - }, - "humanToxicityPotential": { - "type": "number", - "description": "" - }, - "freshwaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "" - }, - "marinewaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "" - }, - "terrestrialEcotoxicityPotential": { - "type": "number", - "description": "" - }, - "pere": { - "type": "number", - "description": "" - }, - "perm": { - "type": "number", - "description": "" - }, - "pert": { - "type": "number", - "description": "" - }, - "penre": { - "type": "number", - "description": "" - }, - "penrm": { - "type": "number", - "description": "" - }, - "penrt": { - "type": "number", - "description": "" - }, - "sm": { - "type": "number", - "description": "" - }, - "rsf": { - "type": "number", - "description": "" - }, - "nrsf": { - "type": "number", - "description": "" - }, - "fw": { - "type": "number", - "description": "" - }, - "hwd": { - "type": "number", - "description": "" - }, - "nhwd": { - "type": "number", - "description": "" - }, - "rwd": { - "type": "number", - "description": "" - }, - "mfr": { - "type": "number", - "description": "" - }, - "mer": { - "type": "number", - "description": "" - }, - "eee": { - "type": "number", - "description": "" - }, - "ete": { - "type": "number", - "description": "" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "$ref": "#/$defs/EN15804_2012_04_A1_2013" }, "EN15804_2012_A2_2019": { "title": "LCA ruleset EN 15804:2012+A2:2019", - "type": "object", - "properties": { - "ozoneDeplationPotential": { - "type": "number", - "description": "" - }, - "pere": { - "type": "number", - "description": "" - }, - "perm": { - "type": "number", - "description": "" - }, - "pert": { - "type": "number", - "description": "" - }, - "penre": { - "type": "number", - "description": "" - }, - "penrm": { - "type": "number", - "description": "" - }, - "penrt": { - "type": "number", - "description": "" - }, - "sm": { - "type": "number", - "description": "" - }, - "rsf": { - "type": "number", - "description": "" - }, - "nrsf": { - "type": "number", - "description": "" - }, - "fw": { - "type": "number", - "description": "" - }, - "hwd": { - "type": "number", - "description": "" - }, - "nhwd": { - "type": "number", - "description": "" - }, - "rwd": { - "type": "number", - "description": "" - }, - "mfr": { - "type": "number", - "description": "" - }, - "mer": { - "type": "number", - "description": "" - }, - "eee": { - "type": "number", - "description": "" - }, - "ete": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialTotal": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialFossil": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialBiogenic": { - "type": "number", - "description": "" - }, - "globalWarmingPotentialLuluc": { - "type": "number", - "description": "" - }, - "acidificationPotentialAccumulatedExceedance": { - "type": "number", - "description": "" - }, - "eutrophicationPotentialFreshWater": { - "type": "number", - "description": "" - }, - "eutrophicationPotentialMarineWater": { - "type": "number", - "description": "" - }, - "eutrophicationTerrestrial": { - "type": "number", - "description": "" - }, - "photoOxidantCreationPotential": { - "type": "number", - "description": "" - }, - "waterUseDeprivationPotential": { - "type": "number", - "description": "" - }, - "potentialIncidenceOfDiseaseDueToPMEmissions": { - "type": "number", - "description": "" - }, - "potentialHumanExposureEfficiencyRelativeToU235": { - "type": "number", - "description": "" - }, - "ecoTox": { - "type": "number", - "description": "" - }, - "humanToxCancer": { - "type": "number", - "description": "" - }, - "humanToxNonCancer": { - "type": "number", - "description": "" - }, - "potentialSoilQualityIndex": { - "type": "number", - "description": "" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "$ref": "#/$defs/EN15804_2012_A2_2019" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "EN15804_2012_04_A1_2013": { + "title": "LCA ruleset EN 15804:2012-04+A1 2013", + "type": "object", + "properties": { + "globalWarmingPotential": { + "type": "number", + "description": "Embodied Carbon (GWP) (kg CO2e)" + }, + "ozoneDeplationPotential": { + "type": "number", + "description": "" + }, + "photoChemicalOxydantFormation": { + "type": "number", + "description": "" + }, + "acidificationPotentialOfLandAndWater": { + "type": "number", + "description": "" + }, + "eutrophicationPotential": { + "type": "number", + "description": "" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "" + }, + "humanToxicityPotential": { + "type": "number", + "description": "" + }, + "freshwaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "marinewaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "terrestrialEcotoxicityPotential": { + "type": "number", + "description": "" + }, + "pere": { + "type": "number", + "description": "" + }, + "perm": { + "type": "number", + "description": "" + }, + "pert": { + "type": "number", + "description": "" + }, + "penre": { + "type": "number", + "description": "" + }, + "penrm": { + "type": "number", + "description": "" + }, + "penrt": { + "type": "number", + "description": "" + }, + "sm": { + "type": "number", + "description": "" + }, + "rsf": { + "type": "number", + "description": "" + }, + "nrsf": { + "type": "number", + "description": "" + }, + "fw": { + "type": "number", + "description": "" + }, + "hwd": { + "type": "number", + "description": "" + }, + "nhwd": { + "type": "number", + "description": "" + }, + "rwd": { + "type": "number", + "description": "" + }, + "mfr": { + "type": "number", + "description": "" + }, + "mer": { + "type": "number", + "description": "" + }, + "eee": { + "type": "number", + "description": "" + }, + "ete": { + "type": "number", + "description": "" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "EN15804_2012_A2_2019": { + "title": "LCA ruleset EN 15804:2012+A2:2019", + "type": "object", + "properties": { + "ozoneDeplationPotential": { + "type": "number", + "description": "" + }, + "pere": { + "type": "number", + "description": "" + }, + "perm": { + "type": "number", + "description": "" + }, + "pert": { + "type": "number", + "description": "" + }, + "penre": { + "type": "number", + "description": "" + }, + "penrm": { + "type": "number", + "description": "" + }, + "penrt": { + "type": "number", + "description": "" + }, + "sm": { + "type": "number", + "description": "" + }, + "rsf": { + "type": "number", + "description": "" + }, + "nrsf": { + "type": "number", + "description": "" + }, + "fw": { + "type": "number", + "description": "" + }, + "hwd": { + "type": "number", + "description": "" + }, + "nhwd": { + "type": "number", + "description": "" + }, + "rwd": { + "type": "number", + "description": "" + }, + "mfr": { + "type": "number", + "description": "" + }, + "mer": { + "type": "number", + "description": "" + }, + "eee": { + "type": "number", + "description": "" + }, + "ete": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialTotal": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialFossil": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialBiogenic": { + "type": "number", + "description": "" + }, + "globalWarmingPotentialLuluc": { + "type": "number", + "description": "" + }, + "acidificationPotentialAccumulatedExceedance": { + "type": "number", + "description": "" + }, + "eutrophicationPotentialFreshWater": { + "type": "number", + "description": "" + }, + "eutrophicationPotentialMarineWater": { + "type": "number", + "description": "" + }, + "eutrophicationTerrestrial": { + "type": "number", + "description": "" + }, + "photoOxidantCreationPotential": { + "type": "number", + "description": "" + }, + "waterUseDeprivationPotential": { + "type": "number", + "description": "" + }, + "potentialIncidenceOfDiseaseDueToPMEmissions": { + "type": "number", + "description": "" + }, + "potentialHumanExposureEfficiencyRelativeToU235": { + "type": "number", + "description": "" + }, + "ecoTox": { + "type": "number", + "description": "" + }, + "humanToxCancer": { + "type": "number", + "description": "" + }, + "humanToxNonCancer": { + "type": "number", + "description": "" + }, + "potentialSoilQualityIndex": { + "type": "number", + "description": "" } }, "additionalProperties": false, From d37f6323aa386a019e2a97f4dba4c51348b3bbf9 Mon Sep 17 00:00:00 2001 From: pascalkeppler <45568931+pascalkeppler@users.noreply.github.com> Date: Mon, 7 Jul 2025 14:27:19 +0200 Subject: [PATCH 301/362] Added Compliance aspects. Fixed som Metainfo --- schemas/lifeCycleAssessmentPhaseValues.json | 134 +++++++++++--------- schemas/lifeCycleComplianceData.json | 27 ++++ schemas/lifeCycleData.json | 10 ++ 3 files changed, 110 insertions(+), 61 deletions(-) create mode 100644 schemas/lifeCycleComplianceData.json diff --git a/schemas/lifeCycleAssessmentPhaseValues.json b/schemas/lifeCycleAssessmentPhaseValues.json index f9225641..7c871fdf 100644 --- a/schemas/lifeCycleAssessmentPhaseValues.json +++ b/schemas/lifeCycleAssessmentPhaseValues.json @@ -27,111 +27,115 @@ "properties": { "globalWarmingPotential": { "type": "number", - "description": "Embodied Carbon (GWP) (kg CO2e)" + "description": "Global Warming Potential (GWP)" }, "ozoneDeplationPotential": { "type": "number", - "description": "" + "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" }, "photoChemicalOxydantFormation": { "type": "number", - "description": "" + "description": "Photo Chemical Oxydant Formation (POCP) (kg C2H4e)" }, "acidificationPotentialOfLandAndWater": { "type": "number", - "description": "" + "description": "Acidification potential of land and water (AP) (kg SO2e)" }, "eutrophicationPotential": { "type": "number", - "description": "" + "description": "Eutrophication potential (EP) (kg (PO4)³e)" }, "abioticDeplationNonFossile": { "type": "number", - "description": "" + "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" }, + "abioticDeplationFossile": { + "type": "number", + "description": "Abiotic Depletion Fossil (ADPF) (MJ)" + }, "humanToxicityPotential": { "type": "number", - "description": "" + "description": "Human toxicity potential (HTP) (kg 1,4-Dichlorobenzene)" }, "freshwaterAquaticEcotoxicityPotential": { "type": "number", - "description": "" + "description": "Freshwater aquatic ecotoxicity potential (FAETP) (kg 1,4-Dichlorobenzene)" }, "marinewaterAquaticEcotoxicityPotential": { "type": "number", - "description": "" + "description": "Marinewater aquatic ecotoxicity potential (MAETP) (kg 1,4-Dichlorobenzene)" }, "terrestrialEcotoxicityPotential": { "type": "number", - "description": "" + "description": "Terrestrial ecotoxicity potential (TETP) (kg 1,4-Dichlorobenzene)" }, "pere": { "type": "number", - "description": "" + "description": "Use of renewable primary energy (PERE) (MJ)" }, "perm": { "type": "number", - "description": "" + "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" }, "pert": { "type": "number", - "description": "" + "description": "Total use of renewable primary energy resources (PERT) (MJ)" }, "penre": { "type": "number", - "description": "" + "description": "Use of non renewable primary energy (PENRE) (MJ)" }, "penrm": { "type": "number", - "description": "" + "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" }, "penrt": { "type": "number", - "description": "" + "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" }, "sm": { "type": "number", - "description": "" + "description": "Use of secondary material (SM) (kg)" }, "rsf": { "type": "number", - "description": "" + "description": "Use of renewable secondary fuels (RSF) (MJ)" }, "nrsf": { "type": "number", - "description": "" + "description": "Use of non renewable secondary fuels (NRSF) (MJ)" }, "fw": { "type": "number", - "description": "" + "description": "Use of net fresh water (FW) (m3)" }, "hwd": { "type": "number", - "description": "" + "description": "Hazardous waste disposed (HWD) (kg)" }, "nhwd": { "type": "number", - "description": "" + "description": "Non hazardous waste dispose (NHWD) (kg)" }, "rwd": { "type": "number", - "description": "" + "description": "Radioactive waste disposed (RWD) (kg)" }, "mfr": { "type": "number", - "description": "" + "description": "Materials for recycling (MFR) (kg)" }, "mer": { "type": "number", - "description": "" + "description": "Materials for energy recovery (MER) (MJ)" }, "eee": { "type": "number", - "description": "" + "description": "Exported electrical energy (EEE) (MJ)" }, "ete": { "type": "number", - "description": "" + "description": "Exported thermal energy (EET) (MJ)" } }, "additionalProperties": false, @@ -144,139 +148,147 @@ "properties": { "ozoneDeplationPotential": { "type": "number", - "description": "" + "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" }, "pere": { "type": "number", - "description": "" + "description": "Use of renewable primary energy (PERE) (MJ)" }, "perm": { "type": "number", - "description": "" + "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" }, "pert": { "type": "number", - "description": "" + "description": "Total use of renewable primary energy resources (PERT) (MJ)" }, "penre": { "type": "number", - "description": "" + "description": "Use of non renewable primary energy (PENRE) (MJ)" }, "penrm": { "type": "number", - "description": "" + "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" }, "penrt": { "type": "number", - "description": "" + "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" }, "sm": { "type": "number", - "description": "" + "description": "Use of secondary material (SM) (kg)" }, "rsf": { "type": "number", - "description": "" + "description": "Use of renewable secondary fuels (RSF) (MJ)" }, "nrsf": { "type": "number", - "description": "" + "description": "Use of non renewable secondary fuels (NRSF) (MJ)" }, "fw": { "type": "number", - "description": "" + "description": "Use of net fresh water (FW) (m3)" }, "hwd": { "type": "number", - "description": "" + "description": "Hazardous waste disposed (HWD) (kg)" }, "nhwd": { "type": "number", - "description": "" + "description": "Non hazardous waste dispose (NHWD) (kg)" }, "rwd": { "type": "number", - "description": "" + "description": "Radioactive waste disposed (RWD) (kg)" }, "mfr": { "type": "number", - "description": "" + "description": "Materials for recycling (MFR) (kg)" }, "mer": { "type": "number", - "description": "" + "description": "Materials for energy recovery (MER) (MJ)" }, "eee": { "type": "number", - "description": "" + "description": "Exported electrical energy (EEE) (MJ)" }, "ete": { "type": "number", - "description": "" + "description": "Exported thermal energy (EET) (MJ)" }, "globalWarmingPotentialTotal": { "type": "number", - "description": "" + "description": "Global Warming Potential Total (GWP-total) (kg CO2e)" }, "globalWarmingPotentialFossil": { "type": "number", - "description": "" + "description": "Global Warming Potential Fossil (GWP-fossil) (kg CO2e)" }, "globalWarmingPotentialBiogenic": { "type": "number", - "description": "" + "description": "Global Warming Potential Biogenic (GWP-biogenic) (kg CO2e)" }, "globalWarmingPotentialLuluc": { "type": "number", - "description": "" + "description": "Global Warming Potential Land use and Land use change (GWP-luluc) (kg CO2e)" }, "acidificationPotentialAccumulatedExceedance": { "type": "number", - "description": "" + "description": "Acidification Potential Accumulated Exceedance (AP) (mol H+e)" }, "eutrophicationPotentialFreshWater": { "type": "number", - "description": "" + "description": "Eutrophication Potential Fresh Water (EP-F) (kg PO4e)" }, "eutrophicationPotentialMarineWater": { "type": "number", - "description": "" + "description": "Eutrophication Potential Marine Water (EP-M) (kg Ne)" }, "eutrophicationTerrestrial": { "type": "number", - "description": "" + "description": "Eutrophication potential terrestrial (EP-T) (mol Ne)" }, "photoOxidantCreationPotential": { "type": "number", - "description": "" + "description": "Photo Oxidant Creation Potential (POCP) (kg NMVOCe)" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" + }, + "abioticDeplationFossile": { + "type": "number", + "description": "Abiotic Depletion Fossil (ADPF) (MJ)" }, "waterUseDeprivationPotential": { "type": "number", - "description": "" + "description": "Water Use Deprivation Potential (WDP) (m³e depr.)" }, "potentialIncidenceOfDiseaseDueToPMEmissions": { "type": "number", - "description": "" + "description": "Potential Incidence of disease due to PM emissions" }, "potentialHumanExposureEfficiencyRelativeToU235": { "type": "number", - "description": "" + "description": "Potential Human Exposure Efficiency relative to U235 (kBq U235 eq)" }, "ecoTox": { "type": "number", - "description": "" + "description": "Potential Comparative Toxic Unit for ecosystems (ETP-fw) (CTU-e)" }, "humanToxCancer": { "type": "number", - "description": "" + "description": "Potential comparative toxic unit for humans - cancerogenic (CTU-h)" }, "humanToxNonCancer": { "type": "number", - "description": "" + "description": "Potential comparative toxic unit for humans - not\ncancerogenic (CTU-h)" }, "potentialSoilQualityIndex": { "type": "number", - "description": "" + "description": "Potential soil quality index" } }, "additionalProperties": false, diff --git a/schemas/lifeCycleComplianceData.json b/schemas/lifeCycleComplianceData.json new file mode 100644 index 00000000..8592d735 --- /dev/null +++ b/schemas/lifeCycleComplianceData.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleComplianceData.json", + "title": "life cycle compliance data", + "description": "##", + "$defs": { + "data": { + "type": "object", + "title": "The object is used to define life-cycle compliance data.", + "properties": { + "productType": { + "type": "string", + "description": "The 2 letter iso code for a country." + }, + "assessmentResults": { + "type": "string", + "description": "" + }, + "assessmentRequirements": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "externalDocuments": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + } + }}}} \ No newline at end of file diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 45cd29f4..532639c4 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -203,6 +203,16 @@ "description": "The LCA-data in JSON." }, "minItems": 1 + }, + "compliance": { + "title": "Compliance Data", + "description": "", + "type": "object", + "items": { + "$ref": "lifeCycleComplianceData.json", + "description": "The compliance data in JSON." + }, + "minItems": 1 } }, "additionalProperties": false, From 83663902a64c6c4e915bed27c2e051ff5b4e2e24 Mon Sep 17 00:00:00 2001 From: Alexander Klefenz Date: Thu, 10 Jul 2025 09:26:34 +0200 Subject: [PATCH 302/362] Add life cycle compliance data --- schemas/lifeCycleComplianceData.json | 2040 +++++++++++++++++++++++++- 1 file changed, 2028 insertions(+), 12 deletions(-) diff --git a/schemas/lifeCycleComplianceData.json b/schemas/lifeCycleComplianceData.json index 8592d735..8c421669 100644 --- a/schemas/lifeCycleComplianceData.json +++ b/schemas/lifeCycleComplianceData.json @@ -10,18 +10,2034 @@ "properties": { "productType": { "type": "string", - "description": "The 2 letter iso code for a country." + "description": "Product type as number code.", + "pattern": "^[0-9]+$" }, - "assessmentResults": { - "type": "string", - "description": "" + "productAttributes": { + "type": "object", + "description": "This object includes the attributes of the product.", + "properties": { + "SvhcFree": { + "type": "boolean", + "description": "The product is free of SVHC (< 0.1%)." + }, + "BlueAngel": { + "type": "string", + "description": "Certified with Blue Angel (DE-UZ) or meets the relevant guidelines", + "enum": [ + "n.v.", + "12a", + "32", + "35", + "76", + "102", + "113", + "120", + "123", + "128", + "132", + "140", + "156", + "157", + "176", + "178", + "198", + "216", + "218", + "221", + "224", + "225", + "227", + "230", + "231", + "232", + "233", + "830" + ] + }, + "ChlorinatedParaffineFree": { + "type": "boolean", + "description": "Chlorinated paraffine content (SCCPs + MCCPs + LCCPs) < 0.1 %." + }, + "UsedIndoors": { + "type": "boolean", + "description": "The product is used indoors" + }, + "MineralUnderground": { + "type": "boolean", + "description": "The product is applied to mineral underground" + }, + "CategoryDecopaint": { + "type": "string", + "description": "Category (Wb) of current Decopaint-RL (Appendix II)", + "enum": [ + "n.v.", + "a", + "b", + "g", + "h", + "d" + ] + }, + "WaterSoluble": { + "type": "boolean", + "description": "The product or coating is a water-soluble product according to current Decopaint-Directive (Appendix II)." + }, + "SolventFree": { + "type": "boolean", + "description": "The product is solvent-free in accordance with VdL-RL01" + }, + "PlasticizerFree": { + "type": "boolean", + "description": "The product is free of plasticizers according to VdL-RL01" + }, + "DustBindingCoating": { + "type": "boolean", + "description": "The product is used as a base coat" + }, + "VocContentPerLiter": { + "type": "number", + "description": "VOC content (g/l) as per Decopaint RL" + }, + "WallpaperAdhesive": { + "type": "boolean", + "description": "Product is used as wallpaper adhesive" + }, + "PowderProduct": { + "type": "boolean", + "description": "Product is powder product" + }, + "DispersionAdhesive": { + "type": "boolean", + "description": "Product is dispersion adhesive" + }, + "DispersionInsulativeAdhesive": { + "type": "boolean", + "description": "The product is used outdoors as a dispersion insulation adhesive." + }, + "DecorativePaint": { + "type": "boolean", + "description": "The product is a decorative paint or a base coat for a decorative paint." + }, + "Plaster": { + "type": "boolean", + "description": "Product is plaster" + }, + "GutQualitySeal": { + "type": "boolean", + "description": "Certified with GUT quality seal" + }, + "TextileProduct": { + "type": "boolean", + "description": "Product is textile product" + }, + "Giscode": { + "type": "string", + "description": "GISCODE-Classification", + "enum": [ + "n.v.", + "ABZ10", + "ABZ20", + "ABZ30", + "ABZ40", + "ABZ50", + "ABZ60", + "BBP10", + "BBP20", + "BBP30", + "BBP40", + "BBP50", + "BBP60", + "BBP70", + "BBP80", + "BSL10", + "BSL20", + "BSL30", + "BSL40", + "BSL50", + "BSL60", + "BSW10", + "BSW20", + "BSW30", + "BSW40", + "BSW50", + "BSW60", + "BTM01", + "BTM05", + "BTM10", + "BTM15", + "BTM20", + "BTM30", + "BTM40", + "BTM50", + "BTM60", + "BTM70", + "BZM10", + "BZM20", + "BZM30", + "BZM40", + "BZM50", + "CP1", + "CP2", + "CP3", + "D1", + "D2", + "D3", + "DA20", + "DD1", + "DD2", + "DH20", + "DH30, DSA20", + "DSA30", + "DSC20", + "DSE20", + "DSE30", + "DSO20", + "DSW30", + "G1, G2, G3", + "GF0", + "GF50", + "GF60", + "GF70", + "GH0", + "GH10", + "GH20", + "GH30", + "GH40", + "KH1", + "KH2", + "NBM10", + "Ö10+", + "Ö10", + "Ö10/DD+", + "Ö20+", + "Ö20", + "Ö30", + "Ö40+", + "Ö40", + "Ö40/DD+", + "Ö50", + "Ö60+", + "Ö60", + "Ö70", + "Ö80", + "Ö90", + "Ö100", + "PU10", + "PU20", + "PU30", + "PU35", + "PU40", + "PU45", + "PU50", + "PU55", + "PU60", + "PU70", + "PU80", + "RE0", + "RE1", + "RE2", + "RE2.5", + "RE3", + "RE4", + "RE05", + "RE6", + "RE7", + "RE8", + "RE9", + "RE10", + "RE20", + "RE30", + "RE40", + "RE50", + "RE55", + "RE60", + "RE70", + "RE75", + "RE80", + "RE90", + "RMA10", + "RMA15", + "RMA20", + "RS10", + "RS15", + "RS20", + "RS25", + "RSP20", + "RSP25", + "RU0,5", + "RU1", + "RU2", + "SH1", + "W1", + "W1/DD", + "W2+", + "W2/DD+", + "W2", + "W3+", + "W3/DD+", + "W3", + "W3/DD", + "ZP1", + "ZP2" + ] + }, + "Emicode": { + "type": "string", + "description": "Certified with EMICODE", + "enum": [ + "n.v", + "EC1", + "EC1PLUS", + "EC1-R", + "EC1PLUS-R" + ] + }, + "ConsistsOfPu": { + "type": "boolean", + "description": "The product is made of polyurethane (PU)." + }, + "MaterialCoveringSurface": { + "type": "boolean", + "description": "The product is used as a laying material for covering surfaces" + }, + "Sealing": { + "type": "boolean", + "description": "The product is used as a sealant, barrier coating, or screed resin." + }, + "AppliedToNaturalStone": { + "type": "boolean", + "description": "The product is an impregnation for natural stone, cast stone, or terrazzo floors." + }, + "SolventContent": { + "type": "number", + "description": "Solvent content (%)" + }, + "CrackBridging": { + "type": "boolean", + "description": "Product is crackbridging " + }, + "AdhesiveSealant": { + "type": "boolean", + "description": "The product is used for spot or line bonding." + }, + "ChlorinatedParaffinsFree": { + "type": "boolean", + "description": "Chlorinated paraffins free according to MSDS" + }, + "KwsPlasticizerContent": { + "type": "boolean", + "description": "KWS plasticizer < 0.1%" + }, + "AirtightSealing": { + "type": "boolean", + "description": "Product is used as sealant for creating airtightness at the building envelope" + }, + "VocContentPercent": { + "type": "number", + "description": "VOC content (%)" + }, + "HalogenatedFree": { + "type": "boolean", + "description": " The product is free of halogenated propellants (< 0.1%)." + }, + "FormworkOil": { + "type": "boolean", + "description": "Product is used as formwork oil" + }, + "FireProtection": { + "type": "boolean", + "description": "Product is applied to metal as a fire protection coating" + }, + "AbZExisting": { + "type": "boolean", + "description": "Allgemeine Bauaufsichtliche Zulassung (abZ) available" + }, + "HalogenFree": { + "type": "boolean", + "description": "The product is free of halogen flame retardants" + }, + "CorrosivityCategory": { + "type": "string", + "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", + "enum": [ + "n.v.", + "C1", + "C2", + "C3", + "C4", + "C5-I", + "C5-M", + "all" + ] + }, + "VocContentPerSquaremeter": { + "type": "number", + "description": "VOC content (g/m²)" + }, + "AntiCorrosion": { + "type": "boolean", + "description": "The product has or is a corrosion protection coating for metal" + }, + "EffectCoating": { + "type": "boolean", + "description": "The product is or has a effect coating on metal" + }, + "PuCoating": { + "type": "boolean", + "description": "The product is a polyurethane-based coating (PU)" + }, + "SubstantiationOfEmissions": { + "type": "boolean", + "description": "Substantiation of emissions according to MVVTB available" + }, + "PlasticCoating": { + "type": "boolean", + "description": "The product is a PMMA (methyl methacrylate-containing) coating." + }, + "IsOsSystems": { + "type": "boolean", + "description": " The product is an OS system or meets special durability requirements (excluding markings)." + }, + "EpoxyCoating": { + "type": "boolean", + "description": "The product is an epoxy coating" + }, + "Marker": { + "type": "boolean", + "description": "The product is used as marker" + }, + "BitumenPrimer": { + "type": "boolean", + "description": "Product is used as bitumen primer for inverted roof" + }, + "WaxOrOil": { + "type": "boolean", + "description": " The product is applied as an oil or wax to wood surfaces." + }, + "ChemicalWoodPreservation": { + "type": "boolean", + "description": "The product has been treated with a chemical wood preservative." + }, + "ApplicationClass": { + "type": "string", + "description": "Wood application class according to DIN 68800-3", + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] + }, + "OnlyConstructiveWoodProtection": { + "type": "boolean", + "description": "Only constructive wood protection according to DIN 68800-2" + }, + "NaturallyDurableWood": { + "type": "boolean", + "description": "Naturally durable wood according to DIN 68800-1" + }, + "ViableBiocidalProduct": { + "type": "boolean", + "description": "All biocides contained in the product are classified as marketable according to 582/2012/EC." + }, + "AppliedToLoadBearingStructures": { + "type": "boolean", + "description": "The product is installed as a load-bearing component or applied to load-bearing components." + }, + "BiocideTreated": { + "type": "boolean", + "description": "The product contains biocides." + }, + "InCanPreservation": { + "type": "boolean", + "description": "All biocides contained in the coating are used solely for pot preservation." + }, + "PassivatingAgent": { + "type": "boolean", + "description": "The product has been anodized or treated with a passivating agent." + }, + "AppliedToMetal": { + "type": "boolean", + "description": "Product is applied to metal" + }, + "ChromCompoundsFree": { + "type": "boolean", + "description": "The product or coating is free of chromium VI compounds (<0.1%)." + }, + "LeadOrCopper": { + "type": "boolean", + "description": "Product consists of lead or copper" + }, + "HeavyMetalFilter": { + "type": "boolean", + "description": "Heavy metal filter" + }, + "Zinc": { + "type": "boolean", + "description": "Product consists of zinc" + }, + "NonHalogenatedRefrigerant": { + "type": "boolean", + "description": "The product uses a halogen-free refrigerant." + }, + "TcepFree": { + "type": "boolean", + "description": "TCEP content < 0,1%" + }, + "HalogenatedFlameRetardantsFree": { + "type": "boolean", + "description": " The product is free of halogenated flame retardants (< 0.01%)." + }, + "AssemblyFoamFastening": { + "type": "boolean", + "description": "The product is used as an assembly foam for fastening or gluing insulation." + }, + "AssemblyFoamInsulation": { + "type": "boolean", + "description": "The product is used exclusively in joints of ETICS insulation boards." + }, + "FlameRetardant": { + "type": "boolean", + "description": "The product is flame-retardant" + }, + "PbbFree": { + "type": "boolean", + "description": "The product is free of polybrominated biphenyls (PBB < 0.1%)." + }, + "PbdeFree": { + "type": "boolean", + "description": " The product is free of polybrominated diphenyl ethers (PBDE < 0.1%)." + }, + "BoronCompoundsFree": { + "type": "boolean", + "description": "The product is free from reproductive toxic boron compounds (< 0.1%)." + }, + "FormaldehydContent": { + "type": "number", + "description": "Formaldehyd content in ppm" + }, + "Plastic": { + "type": "boolean", + "description": "Product consists of plastic" + }, + "Handcrafted": { + "type": "boolean", + "description": "Product is handcrafted" + }, + "MineralWool": { + "type": "boolean", + "description": "Product consists of mineral wool" + }, + "FoamGlass": { + "type": "boolean", + "description": "Product consists of foam glass" + }, + "RigidFoam": { + "type": "boolean", + "description": "Product is a drainage or water storage element made of rigid foam" + }, + "HalogenatedBlowingAgentsFree": { + "type": "boolean", + "description": "Free of halogenated propellants" + }, + "Pvc": { + "type": "boolean", + "description": "The product consists of PVC" + }, + "WallCovering": { + "type": "boolean", + "description": "The product is used as wall or ceiling covering." + }, + "InsulationForBuildingServices": { + "type": "boolean", + "description": "Product is used as insulation for building services" + }, + "BitumenEmulsion": { + "type": "boolean", + "description": "The product is a hot processed bitumen product" + }, + "EmissionsAfterDays28d120": { + "type": "boolean", + "description": "Emissions after 28 days ≤ DE-UZ 120" + }, + "PuttyUnderWallpapers": { + "type": "boolean", + "description": "Product used as putty under wallpapers" + }, + "SealantForGlass": { + "type": "boolean", + "description": "The Product is used exclusively in safety-relevant areas such as glass construction, facades, or fire protection." + }, + "AdhesiveTape": { + "type": "boolean", + "description": "Product is adhesive tape" + }, + "EmissionEvaluated": { + "type": "boolean", + "description": "Emission evaluated Building product according to the DIBt Principles" + }, + "MetallicEffectCoating": { + "type": "boolean", + "description": "Product is applied to metal as metallic-effect coating" + }, + "ObjectRelatedProofZinc": { + "type": "boolean", + "description": "Object-related proof according to \"RegenwasserCheck- ZINK\" exists" + }, + "CementitiousInsulationAdhesive": { + "type": "boolean", + "description": "Product is cementitious insulation adhesive" + }, + "FloorCovering": { + "type": "boolean", + "description": "Product is floor covering" + }, + "FilmprotectedWoodStain": { + "type": "boolean", + "description": "A film protection agent has been applied to the product." + }, + "StructuralTimber": { + "type": "boolean", + "description": "The Product is used in structural timber engineering" + }, + "PvcFree": { + "type": "boolean", + "description": "The product is free of PVC" + }, + "HeavyMetalFree": { + "type": "boolean", + "description": "heavy metal content < 0,1%" + }, + "Rubber": { + "type": "boolean", + "description": "product is made of rubber" + }, + "ConsistsOfSmp": { + "type": "boolean", + "description": "The product consists of silane-modified polymers (MS-Polymer)" + }, + "NoChildLabor": { + "type": "boolean", + "description": "Free from child and forced labor" + }, + "NoIllegalMining": { + "type": "boolean", + "description": "Free of illegally extracted raw materials" + }, + "ProcessingInEurope": { + "type": "boolean", + "description": "Material extraction and processing in Europe" + }, + "CsrAvailable": { + "type": "boolean", + "description": "CSR report and certificates of origin available" + }, + "FscCertificate": { + "type": "string", + "description": "Product has a FSC Certification ", + "enum": [ + "n.v.", + "FSC Mix", + "FSC 100", + "FSC Recycled", + "Not certified" + ] + }, + "HolzVonHier": { + "type": "boolean", + "description": "Certified with Holz von Hier" + }, + "NaturePlus": { + "type": "boolean", + "description": "Certified with Natureplus" + }, + "FairStone": { + "type": "boolean", + "description": "Certified with WiN=WiN Fair Stone" + }, + "CertifiedCsc": { + "type": "string", + "description": "The concrete in the product is CSC certified.", + "enum": [ + "n.v.", + "Platinum", + "Gold", + "Silver", + "Bronze", + "Not certified" + ] + }, + "PefcCertificate": { + "type": "string", + "description": "Certified with PEFC", + "enum": [ + "n.v.", + "PEFC 100", + "PEFC 70", + "PEFC Recycled", + "Not certified" + ] + }, + "RecycledContentPreConsumer": { + "type": "number", + "description": "Pre-Consumer Recycled Content" + }, + "RecycledContentPostConsumer": { + "type": "number", + "description": "Post-Consumer Recycled Content " + }, + "CertifiedCscR": { + "type": "string", + "description": "The concrete in the product has been certified with the CSC R module.", + "enum": [ + "n.v.", + "Level 1", + "Level 2", + "Level 3", + "Level 4", + "Not certified" + ] + }, + "PakContentPerKg": { + "type": "boolean", + "description": "PAK content < 50 mg/kg" + }, + "BaPEmissionsPerKg": { + "type": "boolean", + "description": "BaP emissions < 5,0 mg/kg" + }, + "NitrosamineEmissionsPerKg": { + "type": "number", + "description": "Nitrosamine emissions [mg/kg]" + }, + "NitrosamineEmissionsPerCubicMeter": { + "type": "number", + "description": "Nitrosamine Emissions [mg/m³]" + }, + "AmmoniumEmissions28d": { + "type": "number", + "description": "Ammonia emissions after 28 days" + }, + "LeadFree": { + "type": "boolean", + "description": "The product is free of lead compounds (< 0.1%)" + }, + "CMRFree": { + "type": "boolean", + "description": "The product is free of CMR ingredients (< 0,1%)" + }, + "AgBBCompliant": { + "type": "boolean", + "description": "Compliance with AgBB scheme as individual product or in a system" + }, + "RelevantContributionToCost": { + "type": "boolean", + "description": "The product (usually) makes a relevant contribution to the total construction costs of a project (>0.5%)" + }, + "FlowRate": { + "type": "number", + "description": "Flow rate of the water fitting" + }, + "WaterConsumptionFullFlush": { + "type": "number", + "description": "Water consumption of one full flush" + }, + "WaterConsumptionAverageFlush": { + "type": "number", + "description": "Water consumption of one average flush" + }, + "WaterConsumptionUrinal": { + "type": "number", + "description": "Water consumption of the urinal" + }, + "RalGz388Compliant": { + "type": "boolean", + "description": "RAL quality mark “Products made from mineral wool”" + }, + "HbcdFree": { + "type": "boolean", + "description": "The product is free of HBCD (< 0.10%)." + }, + "ConsistsOfGalvanizedSteel": { + "type": "boolean", + "description": "Product consists of galvanized Steel" + }, + "TotalSolid": { + "type": "boolean", + "description": "Total Solid per assessment for mass losses" + }, + "AppliedToExteriorWalls": { + "type": "boolean", + "description": "Product is applied to exterior walls" + }, + "SyntheticResinScreed": { + "type": "boolean", + "description": "Product is a synthetic resin screed" + }, + "DecorativeCoating": { + "type": "boolean", + "description": "The product is a decorative coating or a base coat for a decorative coating." + }, + "BuildingsWithSpecialRequirements": { + "type": "boolean", + "description": "Product is used outdoors or indoors with permanently high humidity (above 65 -70% RH) such as unheated atriums, swimming pools, ice rinks, etc." + }, + "RefrigerantAMEV2017": { + "type": "string", + "description": "Refrigerants according to AMEV Refrigeration 2017 Tables 3 and 4", + "enum": [ + "R290", + "R600a", + "R1270", + "R717", + "R718", + "R744", + "R134a(alt)", + "R450A", + "R513A", + "R1233zd", + "R1234yf", + "R1234ze", + "R404A/R507(alt)", + "R448A", + "R449A", + "R454A", + "R454C", + "L-40^3", + "R410A(alt)", + "R32", + "R454B", + "HPR1D", + "R290" + ] + }, + "ConsistsOfUF": { + "type": "boolean", + "description": "Product is made of UF foam" + }, + "UsedTyreGranulateFree": { + "type": "boolean", + "description": "The product is free of old tire granulate (<0.1%)." + }, + "PhthalateFree": { + "type": "boolean", + "description": "The product is free from phthalates classified as toxic to reproduction (< 0.1%)." + }, + "TVOCEmissions28d": { + "type": "number", + "description": "TVOC Emissions after 28 days in µg/m³" + }, + "AmineOrOximecuringSiliconFree": { + "type": "boolean", + "description": "Product is free of amine- or oxime-curing silicones" + }, + "IsMineralTileAdhesive": { + "type": "boolean", + "description": "The product is a purely mineral tile adhesive" + }, + "IsAssemblyFoam": { + "type": "boolean", + "description": "Product is an assembly foam" + }, + "CadmiumContent": { + "type": "number", + "description": "Cadmium compounds content" + }, + "AppliedToFloorCoverings": { + "type": "boolean", + "description": "Product is applied to floor coverings" + }, + "PMMACoating": { + "type": "boolean", + "description": "The product is a PMMA liquid coating" + }, + "FormaldehydEmissions": { + "type": "number", + "description": "Formaldehyde emissions in mg/m³" + }, + "SumOfCarcinogenicVOCEmissions": { + "type": "number", + "description": "Sum of all carcinogenic VOC emisions of category 1A and 1B in mg/m³" + }, + "IsRenewableInsulationMaterial": { + "type": "boolean", + "description": "Insulation material made from renewable raw materials" + }, + "SurfaceTreatmentAgainstMold": { + "type": "boolean", + "description": "Product has been surface-treated against moisture and mould" + }, + "IsCeilingPanel": { + "type": "boolean", + "description": "The product is used as a ceiling panel." + }, + "TypeOfWaterFitting": { + "type": "string", + "description": "Type of water fitting", + "enum": [ + "Water-Tap", + "Toilet", + "Shower-Head", + "Urinal", + "Front-Loading-Washing-Machine", + "Top-Loading-Washing-Machine", + "Residential-Washing-Machine", + "Commercial-Washing-Machine", + "Compact-Residential-Dishwasher", + "Standard-Residential-Dishwasher", + "IMH-Batch-Ice-Makers", + "RCU-Batch-Ice-Makers", + "SCU-Batch-Ice-Makers", + "IMH-Continuous-Ice-Makers", + "RCU-Continuous-Ice-Makers", + "SCU-Continuous-Ice-Makers", + "Prerinse-Spray-Valves", + "Other" + ] + }, + "IsUsedUnderCeramicTiles": { + "type": "boolean", + "description": "The product is used as a laying material for ceramic wall/floor tiles and slabs." + }, + "UBACompliant": { + "type": "boolean", + "description": "The necessity of using film-protected products was justified on the basis of the UBA information sheets. (Can only be verified in the context of the project!)" + }, + "IsBiodegradable": { + "type": "boolean", + "description": "The formwork oil is readily biodegradable according to OECD 301" + }, + "IsInherentlyBiodegradable": { + "type": "boolean", + "description": "The formwork oil is inherently biodegradable as per OECD 302" + }, + "AntimontrioxidFree": { + "type": "boolean", + "description": "The product is free of antimony trioxide (< 0.1%)." + }, + "EmissionsAfter28d76": { + "type": "boolean", + "description": "The emissions measured after 28 days are below the Blue Angel (DE-UZ 76) limits." + }, + "EmissionsAfter28d176": { + "type": "boolean", + "description": "Emissionen after 28 days ≤ DE-UZ 176" + }, + "IsMMFFloor": { + "type": "boolean", + "description": "Product is a MMF floor" + }, + "MCPPContent": { + "type": "number", + "description": "Content of MCPP (Mecoprop) compounds in the product" + }, + "IsPartOfGreenRoof": { + "type": "boolean", + "description": "The product is installed in a green roof" + }, + "CoveredSurfaceArea": { + "type": "boolean", + "description": "Sum of all weathered and galvanised components on the building > 100 m^2" + }, + "EmissionsReductionMeasures": { + "type": "boolean", + "description": "Emission reduction measures for heavy metal input were implemented on the building" + }, + "IsWeathered": { + "type": "boolean", + "description": "Product is weathered" + }, + "EPDAvailable": { + "type": "string", + "description": "Type of EPD available for the product. ", + "enum": [ + "n.v.", + "Industry-average EPD", + "Product specific EPD" + ] + }, + "Reduction5": { + "type": "boolean", + "description": "5% reduction in two impact categories other than the GWP of the product compared to the baseline situation" + }, + "AnsiBifma2014Compliant": { + "type": "string", + "description": "The product is compliant with ANSI/BIFMA e3-2014 Furniture Sustainability Standard requirements ", + "enum": [ + "n.v.", + "Section 7.5.1.3 (at least 3 points)", + "Section 7.6.1 (Furniture)", + "Section 7.6.2 (Furniture)" + ] + }, + "C2CCertified": { + "type": "string", + "description": "The product is Cradle to Cradle (version 3 or later) certified", + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] + }, + "DeclareCertified": { + "type": "string", + "description": "The product has a Declare Label", + "enum": [ + "n.v.", + "Red List Free", + "LBC Red List Free", + "Declared", + "LBC Red List Approved", + "LBC Compliant that demonstrates content inventory to 0.1% (1000 ppm)" + ] + }, + "FactsCertified": { + "type": "string", + "description": "Product is Facts – NSF/ANSI 336 certified", + "enum": [ + "n.v.", + "compliant", + "silver", + "gold", + "platinum" + ] + }, + "GlobalGreenTagPHDCertified": { + "type": "boolean", + "description": "Product is certified with the Global Green TAG PHD label" + }, + "HealthProductDeclarationOpenStandardCompliant": { + "type": "boolean", + "description": "The product is conform with the Health Product Declaration Open Standard" + }, + "LensCertified": { + "type": "boolean", + "description": "The product has a Lens Certification" + }, + "ThirdPartyVerified": { + "type": "boolean", + "description": "Product is third-party verified" + }, + "ActionPlanAvailable": { + "type": "boolean", + "description": "An action plan to mitigate or reduce hazards using green chemistry is available for the product." + }, + "GreenSealCertified": { + "type": "boolean", + "description": "The product is certified with the Green Seal certificate for the product category paints, coatings, stains and sealants" + }, + "LivingProductChallengeCertified": { + "type": "boolean", + "description": "Product is certified with the Living Product Challenge " + }, + "PurchaseArea": { + "type": "boolean", + "description": "The product is (usually) manufactured within 100 miles/160 km of the installation site" + }, + "NonEmittingSource": { + "type": "boolean", + "description": "Product is an inherently nonemitting source of VOC " + }, + "AmountOfContainedRecyclableMaterials": { + "type": "number", + "description": "Proportion of the product consisting of reusable materials (by mass)" + }, + "AnsiBifma2019Compliant": { + "type": "string", + "description": "The product is compliant with ANSI/BIFMA e3-2019 Furniture Sustainability Standard requirements ", + "enum": [ + "n.v.", + "Section 7.5.1.1 (Pathway 1) 4,5,7 or 8 points", + "Section 7.5.2.2 (Pathway 2) 3 points", + "Section 7.6.1 (0,5 credits, by cost)", + "Section 7.6.2 (1 credit, by cost)", + "Section 7.6.2 and 7.6.3 (1,25 credit, by cost)", + "Section 7.5.2.2 4 points or more", + "Section 7.5.1.1 4 points or more", + "achievement of Option 1 in credit 7.5.3", + "Section 7.5.1.1 (Pathway 1) 4,5,7 or 8 points and Section 7.5.2.2 (Pathway 2) 3 points" + ] + }, + "SCMVOCLimits2007Compliant": { + "type": "boolean", + "description": "Product complies with the VOC limits from the CARB 2007 and SCM for architectural coatings" + }, + "ManufacturerPartOfEPR": { + "type": "boolean", + "description": "Product was purchased from a manufacturer that participates in an Extended Producer Responsibility Programme or is directly responsible for it" + }, + "IsCompositeWood": { + "type": "boolean", + "description": "The product is a composite wood product" + }, + "IsBiobased": { + "type": "boolean", + "description": "Product is biobased" + }, + "IsAnimalSkin": { + "type": "boolean", + "description": "Product consists of animal skin" + }, + "InventoryAssessment": { + "type": "string", + "description": "Up to what level of detail were the quantities of all chemicals in the product recorded?", + "enum": [ + "n.v.", + "0,1% equal to1000 ppm", + "0,01% equal to 100 ppm" + ] + }, + "FullDeclarationAvailable": { + "type": "string", + "description": "A full declaration of product ingredients is publicly available. ", + "enum": [ + "n.v.", + "available with all CAS numbers", + "available with GreenScreen List Translator Score", + "available with GreenScreen Benchmarks", + "available with Globally Harmonized System of Classification (GHS) labeling" + ] + }, + "GreenscreenListTranslatorScoreAssesed": { + "type": "number", + "description": "Mass fraction of the product evaluated using the green screen method" + }, + "GreenscreenBenchmark": { + "type": "string", + "description": "All substances in the product have been classified according to the Greenscreen Benchmark approach for safer chemicals", + "enum": [ + "n.v.", + "Benchmark 1", + "Benchmark 2", + "Benchmark 3", + "Benchmark 4", + "Benchmark U" + ] + }, + "GHSAvailable": { + "type": "boolean", + "description": "All substances in the product have been classified according to GHS" + }, + "IsTestedForC14Content": { + "type": "boolean", + "description": "The product has been tested for its carbon 14 content per ISO 16620-2" + }, + "IsPublishedIInHPDRepository": { + "type": "boolean", + "description": "Product´s health product declaration is published in HPD Repository" + }, + "GreenScreenLT1Free": { + "type": "boolean", + "description": "Product is free of any hazardous substances declared according to Greenscreen List Translator (LT-)1 " + }, + "GHSCategory1Free": { + "type": "boolean", + "description": "This product does not contain any substances classified as hazardous category 1 according to GHS " + }, + "GreenScreenIsPublic": { + "type": "boolean", + "description": "The Greenscreen report of the product is publicly available" + }, + "ContentOfGreenScreen": { + "type": "number", + "description": "Proportion of product weight assessed per the Greenscreen Method. " + }, + "Imperative09Conform": { + "type": "boolean", + "description": "Product fulfils the requirements of Imperative 09 (Transparent Meterial Health) of the Living Product Challenge certification" + }, + "AnnexXIVFree": { + "type": "boolean", + "description": "The product is free of substances listed in Annex XIV of the REACH Regulation " + }, + "AnnexXVIIFree": { + "type": "boolean", + "description": "The product is free of substances listed in Annex XVII of the REACH Regulation " + }, + "CDPHVOCCompliant": { + "type": "boolean", + "description": "The product complies with VOC limit values per the CDPH method" + }, + "TVOCEmissions14d": { + "type": "number", + "description": "TVOC emissions after 14 days in µg/m³" + }, + "SCAQMDVOCLimitsCompliant": { + "type": "string", + "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", + "enum": [ + "n.v.", + "Rule 1113", + "Rule 1168" + ] + }, + "TSCACompliant": { + "type": "boolean", + "description": "Product complies with EPA Toxic Substances Control Act (TSCA) formaldehyde emission standards for composite wood products" + }, + "ACTMCompliant": { + "type": "boolean", + "description": "The product complies with the formaldehyde emission limits of the California Air Resources Board (CARB) Airborne Toxic Control Measure (ATCM)" + }, + "ULEEFCertified": { + "type": "boolean", + "description": "The product is certified by the Environmental Protection Agency (EPA) as ULEF (Ultra-Low Emission Formaldehyde)." + }, + "NoNAFAdded": { + "type": "boolean", + "description": "The product is certified as a product without added formaldehyde resins (NAF) by the Environmental Protection Agency (EPA)." + }, + "EUEcolabelCertified": { + "type": "boolean", + "description": "Product is certified with the EU Ecolabel" + }, + "AsbestosFree1000ppm": { + "type": "boolean", + "description": "Product is free of asbestos (1000ppm)" + }, + "RoHSCompliant": { + "type": "boolean", + "description": "The product complies with the RoHS requirements " + }, + "LeadFree100ppm": { + "type": "boolean", + "description": "Product contains less then 100 ppm lead" + }, + "MercuryContentPpm": { + "type": "number", + "description": "Mercury content in ppm" + }, + "LeadCarbonateSulfateFree": { + "type": "boolean", + "description": "The product is free of lead carbonates and sulfates" + }, + "LPCPetalsCompliant": { + "type": "boolean", + "description": "The product is compliant with the Living Product Challenge Petals (Materials und Health + Happiness)" + }, + "HealthRATECertified": { + "type": "string", + "description": "The product is HealthRATE™ mark certified", + "enum": [ + "n.v.", + "SilverHEALTH", + "GoldHEALTH", + "PlatinumHEALTH" + ] + }, + "PFASFree": { + "type": "boolean", + "description": "The product is Per- and polyfluoroalkyl substances (PFAS) free" + }, + "ElectroProduct": { + "type": "boolean", + "description": "Is an electrical/electronic product" + }, + "OrthophtalatesFree": { + "type": "boolean", + "description": "The product is free of Orthophthalates " + }, + "UsedForDrinkingWaterDistribution": { + "type": "boolean", + "description": "Product is used for drinking water supply and distribution" + }, + "ForDrinkingWaterGovernmentApproved": { + "type": "boolean", + "description": "The product is approved for use with drinking water" + }, + "EULCICompliant": { + "type": "boolean", + "description": "The product is compliant with the EU LCI VOC thresholds " + }, + "ByggvarubedömningenCompliant": { + "type": "string", + "description": "The product is classified according to the Byggvarubedömningen criterion", + "enum": [ + "n.v.", + "recommended", + "accepted", + "to be avoided" + ] + }, + "IngredientsThirdPartyVerified": { + "type": "boolean", + "description": "Ingredient disclosure is verified by a third party" + }, + "MaterialHealthCertified": { + "type": "string", + "description": "Product has Material Health Certificate (version 3 or later)", + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] + }, + "LCAActionPlanAvailable": { + "type": "boolean", + "description": "An Embodied carbon or LCA Action plan is available to minimize the CO2 emissions of the product" + }, + "GWPReduction": { + "type": "number", + "description": "Reduction of the GWP of the product in % compared to a conventional reference product" + }, + "WetLeadFree": { + "type": "boolean", + "description": "The product is or will get wet and has a maxinum lead content of 0,25%" + }, + "AsbestFree": { + "type": "boolean", + "description": "The product is free of asbestos" + }, + "PCBFree": { + "type": "boolean", + "description": "The product is free of Polychlorinated Biphenyl (PCB)" + }, + "ANSIA1901Compliant": { + "type": "boolean", + "description": "The product is compliant with the ANSI A190.1 standard for glued laminated timber" + }, + "ANSIPRG320Compliant": { + "type": "boolean", + "description": "The product conforms to the ANSI PRG 320 standard for cross laminated timber" + }, + "ANSINSF372Complaint": { + "type": "boolean", + "description": "The product is compliant with the ANSI NSF 372 standard for low lead content in plumbing products" + }, + "ASTDMD866TestMethodCompliant": { + "type": "boolean", + "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D6866 test method" + }, + "ASTMD5456Compliant": { + "type": "boolean", + "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D5456 Standard for Structural Composite lumber" + }, + "ASTMD5055Compliant": { + "type": "boolean", + "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D 5055 standard for I-joists" + }, + "PS2015Compliant": { + "type": "boolean", + "description": "The product is conform to the PS 20-15 standard for finger-jointed lumber" + }, + "PS109Compliant": { + "type": "string", + "description": "The product is compliant with the PS 1-09 standard for structural plywood", + "enum": [ + "n.v.", + "Exterior", + "Exposure 1" + ] + }, + "PS210Compliant": { + "type": "boolean", + "description": "The product is compliant with the PS 2-10 standard for wood based- structural use-panels and is Exposure 1 certified" + }, + "IsUsedInWetRooms": { + "type": "boolean", + "description": "Product is used in wet rooms" + }, + "ProtectsAgainstMoldGrowth": { + "type": "boolean", + "description": "Product protects against mold growth" + }, + "EN16402Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with EN 16402 " + }, + "ISO16009Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with ISO 16000-9 " + }, + "DINEN16516Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with DIN EN 16516 " + }, + "CDPHMeasured": { + "type": "boolean", + "description": "The emission limits of the product were measured according to CDPH Standard Method v 1.1 " + }, + "EN7171Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with EN 717-1 (formaldehyde emissions only) " + }, + "ISO105809Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured according to ISO 10580-9 " + }, + "EN13999Part1To4Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with EN 13999 (Part 1-4)" + }, + "VOCAgBBConform": { + "type": "boolean", + "description": "The product complies with the VOC emissions and the test method according to AgBB " + }, + "IsCustomMade": { + "type": "boolean", + "description": "The product is custom made" + }, + "SCMVOCLimits2019Compliant": { + "type": "boolean", + "description": "Product complies with the VOC limits from the CARB 2019 and SCM for architectrual coatings" + }, + "FormaldehydeE1Compliant": { + "type": "boolean", + "description": "The product complies with EU emission class E1" + }, + "Japan4StarFormaldehydeCompliant": { + "type": "boolean", + "description": "The product complies with the formaldehyde emission limits for a 4 star rating from the JIS A 1460 (2006) - Japanese standard" + }, + "FactoryCoated": { + "type": "boolean", + "description": "The product is coated at the factory" + }, + "InstalledUnderFloorCoverings": { + "type": "boolean", + "description": "The product is installed under floor coverings " + }, + "GB33372AdhesivesCompliant": { + "type": "boolean", + "description": "The product is compliant with the National standard: GB 33372-2020 (adhesives) of the peoples republic of china " + }, + "HJ2537PaintsCompliant": { + "type": "boolean", + "description": "The product is compliant with the National standard: HJ 2537-2014 (paints) of the peoples republic of china " + }, + "IsSiliconBasedAdhesive": { + "type": "boolean", + "description": "Product is a silicon-based adhesive" + }, + "IsAcrylateBasedAdhesive": { + "type": "boolean", + "description": "Product is an acrylate-based adhesive" + }, + "ContentRecycledAggregates": { + "type": "number", + "description": "Percentage of recycled aggregates in the product" + }, + "MaterialIngredients": { + "type": "boolean", + "description": "Should this product be assessed per the category Material Ingredients?" + }, + "LowEmittingMaterials": { + "type": "boolean", + "description": "Should this product be assessed per the category Low-Emitting Materials?" + }, + "EPD": { + "type": "boolean", + "description": "An environmental product declaration (EPD) is available for the product." + }, + "SourcingRawMaterials": { + "type": "boolean", + "description": "Should this product be assessed per the category Sourcing of Raw Materials?" + }, + "MaterialIngredientOptimization": { + "type": "boolean", + "description": "Should the product be assessed per the category Material Ingredient Optimization?" + }, + "IsBagged": { + "type": "boolean", + "description": "The product is in powder form (bagged). " + }, + "PreservativeFree": { + "type": "boolean", + "description": "The product is free of preservatives per VdL-RL01" + }, + "EUTimberRegulationCompliance": { + "type": "boolean", + "description": "The product has been proven to have been legally felled and traded in accordance with the EU Timber Regulation (EUTR) No. 995/2010" + }, + "CARES": { + "type": "boolean", + "description": "The steel in the product is CARES certified." + }, + "ASICertified": { + "type": "boolean", + "description": "The aluminium in the product is ASI-certified." + }, + "ContentSecondaryAggregates": { + "type": "number", + "description": "Percentage of secondary aggregates in the product" + }, + "MaterialsOptimization": { + "type": "boolean", + "description": "Should this product be assessed per the feature Materials Optimization (WELL X08)?" + }, + "EnhancedMaterialRestrictions": { + "type": "boolean", + "description": "Should this product be assessed per the feature Enhanced Material Restrictions (WELL X05)?" + }, + "VocRestrictions": { + "type": "boolean", + "description": "Should this product be assessed per the feature VOC Restrictions (X06)?" + }, + "MaterialsTransparency": { + "type": "boolean", + "description": "Should this product be assessed per the feature Materials Transparency (WELL X07)?" + }, + "ReusedContent": { + "type": "number", + "description": "Proportion of directly reused materials in the product (includes salvaged, refurbished, and reused)" + }, + "ETACompliant": { + "type": "boolean", + "description": "Product has a performance certificate based on a European Technical Assessment (ETA)" + }, + "UsedOnGreenRoofStructures": { + "type": "boolean", + "description": "Product is used on green roof structures" + }, + "AppliedToWood": { + "type": "boolean", + "description": "The product is applied to wood" + }, + "AppliedToPlastic": { + "type": "boolean", + "description": "The product is applied to plastics" + }, + "UsedInBuildingShell": { + "type": "boolean", + "description": "The product is used in the building shell" + }, + "UsedForJoints": { + "type": "boolean", + "description": "The product is used for the installation of joints in ETICS according to abZ" + }, + "IsCoated": { + "type": "boolean", + "description": "The product is coated" + }, + "GuidelineUBA1705": { + "type": "boolean", + "description": "There is evidence of erosion according to guideline UBA 17/05 for the product" + }, + "IsCementMortar": { + "type": "boolean", + "description": "The product is cement mortar" + }, + "IsSanitaryPartition": { + "type": "boolean", + "description": "The product is a sanitary partition" + }, + "IsWetCoating": { + "type": "boolean", + "description": "The product is a wet coating" + }, + "TinFree": { + "type": "boolean", + "description": "The product is free of tin (content < 0,1%)" + }, + "CadmiumFree": { + "type": "boolean", + "description": "The product is free of cadmium (< 0,1%)" + }, + "UsedInFacadeOrRoof": { + "type": "boolean", + "description": "The product is used as a glue for insulation in the facade or roof of a building." + }, + "connectionType": { + "type": "string", + "description": "Detachability - Type of connection", + "enum": [ + "Unknown", + "HardChemicalConnection", + "SoftChemicalConnection", + "DirectConnection", + "AddedConnectionConnection", + "DryConnection" + ] + }, + "epdProgramOperator": { + "type": "string", + "description": "EPD programme operator", + "enum": [ + "IBU", + "PEPecopassport", + "Environdec", + "EpdNorge", + "BRE", + "EpdDanmark", + "EpdItaly", + "GlobalEpd", + "ITB", + "Kiwa", + "RTS", + "MRPI", + "BauEPD", + "DAPcons", + "DAPhabitat", + "EpdIreland", + "IftRosenheim", + "SUEGB", + "EpdChina", + "GlobalGreenTag", + "ZAG" + ] + }, + "epdUuidOfProgrammeOperator": { + "type": "string", + "description": "UUID of the product at the programme operator" + }, + "UBAZincProof": { + "type": "boolean", + "description": "Proof of water run-off according to UBA 17/05 exists" + }, + "LayingMaterialSpecial": { + "type": "boolean", + "description": "Product is used as a laying material with special requirements" + }, + "RainwaterFiltrationSystems": { + "type": "boolean", + "description": "Installation of Rainwater filtration systems at a copper and zinc surface > 50 m²" + }, + "WaterBased": { + "type": "boolean", + "description": "The product is water-based" + }, + "EmissionLimitsMeasured": { + "type": "string", + "description": "The emission limit values of the product were measured in accordance with a standardized method", + "enum": [ + "n.v.", + "CDPH Standard Method v1.1", + "DIN EN 16516", + "EN 16402", + "EN 717-1", + "EN 13999 (Part 1-4)", + "ISO 16000-9", + "ISO 10580-9" + ] + }, + "MaterialCoveringSurfaceNonTiles": { + "type": "boolean", + "description": " Product is used as a laying material for the manufacture of finished floor elements (e.g., hollow floors)." + }, + "IsWoodBasedPanel": { + "type": "boolean", + "description": "The product is a wood-based panel according to EN 13986" + }, + "UsedInEtics": { + "type": "boolean", + "description": "The product is used as an insulation material in ETICS" + }, + "BlueAngelAvailable": { + "type": "boolean", + "description": "The product has a Blue Angel certification" + }, + "DecorativeWoodCoating": { + "type": "boolean", + "description": "The product is used as a coating for wooden surfaces" + }, + "CarcinogenicEmissionsFree": { + "type": "boolean", + "description": "The product emits < 0.01 mg/m³ of carcinogenic chemicals after 28 days." + }, + "WoodApplicationClassInSitu": { + "type": "string", + "description": "To which wood use class according to DIN 68800-3 is the product applied?", + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] + }, + "FilmprotectedWoodCoating": { + "type": "boolean", + "description": "The product contains film protectants (i.e., biocides that are not used for can preservation)" + }, + "ZincBathLeadContent": { + "type": "boolean", + "description": "Lead content of the zinc coating < 0.1% or lead content of the zinc bath < 0.2%" + }, + "UsedAsAGlue": { + "type": "boolean", + "description": "Product is used as glue under flooring" + }, + "FreeOfPlasticisers": { + "type": "boolean", + "description": "The product is free of plasticizers (< 0.1%)" + }, + "AssemblyFoamUsedInEtics": { + "type": "boolean", + "description": "The product is a mounting foam and is used for bonding ETICS." + }, + "AppliedInThermalHull": { + "type": "boolean", + "description": "The product is used outdoors on the thermal envelope." + }, + "ConsistsOfPolyethylene": { + "type": "boolean", + "description": "The product is made of polyethylene (PE)." + }, + "ConsistsOfWoodBasedComponents": { + "type": "boolean", + "description": "The product consists (in part) of wood-based materials." + }, + "BlueAngel12aOrEquivalent": { + "type": "boolean", + "description": "The product is certified with the Blue Angel (12a) or complies with the relevant certification guidelines." + }, + "FormworkOilVocContentPercent": { + "type": "number", + "description": "VOC content (%) of the formwork oil" + }, + "ProducedWithFormworkOil": { + "type": "boolean", + "description": "A formwork oil has been used to produce this product" + }, + "FormworkOilGiscode": { + "type": "string", + "description": "GISCODE of the formwork oil", + "enum": [ + "BTM01", + "BTM05", + "BTM10", + "BTM15", + "BTM20", + "BTM30", + "BTM40", + "BTM50", + "BTM60", + "BTM70" + ] + }, + "BiocidesEncapsulated": { + "type": "boolean", + "description": "The film protection in the product is produced exclusively using encapsulated biocides." + }, + "AppliedToWoodenFloorCoverings": { + "type": "boolean", + "description": "The product is applied as a surface coating on wooden floors and stairs." + }, + "UsedAsInsulationAdhesive": { + "type": "boolean", + "description": " The product is used for gluing insulation materials to facades or roofs." + }, + "UsedAsLinearAdhesive": { + "type": "boolean", + "description": "The product is used for making point and line-shaped bonds or seals." + }, + "MecopropFree": { + "type": "boolean", + "description": "The product is free from root growth inhibitors such as mecoprop." + }, + "ConsistsOfMs": { + "type": "boolean", + "description": "The product consists of MS polymers." + }, + "DecorativeLaquer": { + "type": "boolean", + "description": "The product is a decorative glaze, lacquer coating, or primer." + }, + "ConsistsOfPS": { + "type": "boolean", + "description": "The product is made of polystyrene (PS, EPS, XPS, etc.)." + } + } }, - "assessmentRequirements": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "externalDocuments": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" + "assessmentResults": { + "type": "object", + "description": "This object includes the assessment results per green building system.", + "properties": { + "BNB": { + "type": "array", + "description": "Bewertungssystem Nachhaltiges Bauen.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "BNB_1.1.6" + ] + }, + "result": { + "type": ["integer", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "BREEAM_DE_NB": { + "type": "array", + "description": "BREEAM (Building Research Establishment Environmental Assessment Method) DE New Construction 2018.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "BREEAM_DE_18_HEA02", + "BREEAM_DE_18_HEA02_01", + "BREEAM_DE_18_MAN03", + "BREEAM_DE_18_MAT01", + "BREEAM_DE_18_MAT03", + "BREEAM_DE_18_WST02" + ] + }, + "result": { + "type": ["integer", "null"] + } + }, + "required": ["resultTypeId", "result"], + "allOf": [ + { + "if": { + "properties": { + "resultTypeId": { + "enum": [ + "BREEAM_DE_18_HEA02_01", + "BREEAM_DE_18_MAN03" + ] + } + } + }, + "then": { + "properties": { + "result": { + "type": ["boolean", "null"] + } + } + }, + "else": { + "properties": { + "result": { + "type": ["integer", "null"] + } + } + } + } + ] + } + }, + "DGNB18": { + "type": "array", + "description": "Deutsche Gesellschaft für Nachhaltiges Bauen 2018.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "DGNB18_ENV12", + "DGNB18_ENV131", + "DGNB18_ENV132" + ] + }, + "result": { + "type": ["integer", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "DGNB23": { + "type": "array", + "description": "Deutsche Gesellschaft für Nachhaltiges Bauen 2023.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "DGNB23_ENV1.2", + "DGNB23_ENV131", + "DGNB23_ENV132" + ] + }, + "result": { + "type": ["integer", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "EUTAX23": { + "type": "array", + "description": "EU taxonomy - key contribution: climate protection (2023).", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "EU_TAX23_DNSH_Pollution_23", + "EU_TAX23_DNSH_Water_23" + ] + }, + "result": { + "type": ["boolean", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "EUTAX24": { + "type": "array", + "description": "EU taxonomy - key contribution: climate protection (2024).", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "EU_TAX_DNSH_Pollution", + "EU_TAX_DNSH_Water" + ] + }, + "result": { + "type": ["boolean", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "LEED": { + "type": "array", + "description": "LEED (Leadership in Energy and Environmental Design) BD + C: Core and Shell.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "EPD1_4.1", + "EPD2_4.1", + "IEQ_4.1", + "MIO1_4.1", + "MIO2_4.1", + "SRM_4.1" + ] + }, + "result": { + "type": ["integer", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "LEED4.1": { + "type": "array", + "description": "LEED (Leadership in Energy and Environmental Design) 4.1 IEQ: Low-Emitting Materials.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "LEED4.1_IEQ" + ] + }, + "result": { + "type": ["integer", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "QNG23": { + "type": "array", + "description": "QNG (Qualitätssiegel Nachhaltiges Gebäude) 2023", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "QNG313" + ] + }, + "result": { + "type": ["boolean", "null"] + } + }, + "required": ["resultTypeId", "result"] + } + }, + "WELL": { + "type": "array", + "description": "WELL Building Standard.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "WE_Pre_X02_v2", + "WELL_Opti_v2", + "WELL_Opti_X05_v2", + "WELL_Opti_X06_v2", + "WELL_Opti_X07_v2", + "WELL_Pre_X01_v2" + ] + }, + "result": { + "type": ["boolean", "null"] + } + }, + "required": ["resultTypeId", "result"], + "allOf": [ + { + "if": { + "properties": { + "resultTypeId": { + "enum": [ + "WE_Pre_X02_v2", + "WELL_Pre_X01_v2" + ] + } + } + }, + "then": { + "properties": { + "result": { + "type": ["boolean", "null"] + } + } + }, + "else": { + "properties": { + "result": { + "type": ["integer", "null"] + } + } + } + } + ] + } + } + } } - }}}} \ No newline at end of file + } + } + }, + "$ref": "#/$defs/data" + } \ No newline at end of file From e606ac1d9dedb42631242c706e5d226c0db43784 Mon Sep 17 00:00:00 2001 From: Alexander Klefenz Date: Thu, 10 Jul 2025 14:38:57 +0200 Subject: [PATCH 303/362] Update life cycle compliance schema and add test data --- schemas/lifeCycleComplianceData.json | 94 +--- tests/valid/lifeCycleData/allAssessmentsNull | 145 +++++ .../allAttributesAndAllAssessments | 527 ++++++++++++++++++ tests/valid/lifeCycleData/lifeCycleTest.json | 3 - 4 files changed, 679 insertions(+), 90 deletions(-) create mode 100644 tests/valid/lifeCycleData/allAssessmentsNull create mode 100644 tests/valid/lifeCycleData/allAttributesAndAllAssessments delete mode 100644 tests/valid/lifeCycleData/lifeCycleTest.json diff --git a/schemas/lifeCycleComplianceData.json b/schemas/lifeCycleComplianceData.json index 8c421669..5c7facee 100644 --- a/schemas/lifeCycleComplianceData.json +++ b/schemas/lifeCycleComplianceData.json @@ -1586,10 +1586,6 @@ "ZAG" ] }, - "epdUuidOfProgrammeOperator": { - "type": "string", - "description": "UUID of the product at the programme operator" - }, "UBAZincProof": { "type": "boolean", "description": "Proof of water run-off according to UBA 17/05 exists" @@ -1799,35 +1795,7 @@ "type": ["integer", "null"] } }, - "required": ["resultTypeId", "result"], - "allOf": [ - { - "if": { - "properties": { - "resultTypeId": { - "enum": [ - "BREEAM_DE_18_HEA02_01", - "BREEAM_DE_18_MAN03" - ] - } - } - }, - "then": { - "properties": { - "result": { - "type": ["boolean", "null"] - } - } - }, - "else": { - "properties": { - "result": { - "type": ["integer", "null"] - } - } - } - } - ] + "required": ["resultTypeId", "result"] } }, "DGNB18": { @@ -1889,7 +1857,7 @@ ] }, "result": { - "type": ["boolean", "null"] + "type": ["integer", "null"] } }, "required": ["resultTypeId", "result"] @@ -1910,13 +1878,13 @@ ] }, "result": { - "type": ["boolean", "null"] + "type": ["integer", "null"] } }, "required": ["resultTypeId", "result"] } }, - "LEED": { + "LEED ": { "type": "array", "description": "LEED (Leadership in Energy and Environmental Design) BD + C: Core and Shell.", "items": { @@ -1941,26 +1909,6 @@ "required": ["resultTypeId", "result"] } }, - "LEED4.1": { - "type": "array", - "description": "LEED (Leadership in Energy and Environmental Design) 4.1 IEQ: Low-Emitting Materials.", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "LEED4.1_IEQ" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, "QNG23": { "type": "array", "description": "QNG (Qualitätssiegel Nachhaltiges Gebäude) 2023", @@ -1975,7 +1923,7 @@ ] }, "result": { - "type": ["boolean", "null"] + "type": ["integer", "null"] } }, "required": ["resultTypeId", "result"] @@ -2000,38 +1948,10 @@ ] }, "result": { - "type": ["boolean", "null"] + "type": ["integer", "null"] } }, - "required": ["resultTypeId", "result"], - "allOf": [ - { - "if": { - "properties": { - "resultTypeId": { - "enum": [ - "WE_Pre_X02_v2", - "WELL_Pre_X01_v2" - ] - } - } - }, - "then": { - "properties": { - "result": { - "type": ["boolean", "null"] - } - } - }, - "else": { - "properties": { - "result": { - "type": ["integer", "null"] - } - } - } - } - ] + "required": ["resultTypeId", "result"] } } } diff --git a/tests/valid/lifeCycleData/allAssessmentsNull b/tests/valid/lifeCycleData/allAssessmentsNull new file mode 100644 index 00000000..5ca56396 --- /dev/null +++ b/tests/valid/lifeCycleData/allAssessmentsNull @@ -0,0 +1,145 @@ +{ + "name": "Testproduct with no attributes and all assessment result values null", + "productType": "01010101", + "productAttributes": {}, + "assessmentResults": { + "QNG23": [ + { + "resultTypeId": "QNG313", + "result": null + } + ], + "BNB": [ + { + "resultTypeId": "BNB_1.1.6", + "result": null + } + ], + "EUTAX24": [ + { + "resultTypeId": "EU_TAX_DNSH_Water", + "result": null + }, + { + "resultTypeId": "EU_TAX_DNSH_Pollution", + "result": null + } + ], + "EUTAX23": [ + { + "resultTypeId": "EU_TAX23_DNSH_Water_23", + "result": null + }, + { + "resultTypeId": "EU_TAX23_DNSH_Pollution_23", + "result": null + } + ], + "DGNB23": [ + { + "resultTypeId": "DGNB23_ENV132", + "result": null + }, + { + "resultTypeId": "DGNB23_ENV131", + "result": null + }, + { + "resultTypeId": "DGNB23_ENV1.2", + "result": null + } + ], + "LEED ": [ + { + "resultTypeId": "SRM_4.1", + "result": null + }, + { + "resultTypeId": "MIO2_4.1", + "result": null + }, + { + "resultTypeId": "MIO1_4.1", + "result": null + }, + { + "resultTypeId": "IEQ_4.1", + "result": null + }, + { + "resultTypeId": "EPD2_4.1", + "result": null + }, + { + "resultTypeId": "EPD1_4.1", + "result": null + } + ], + "WELL": [ + { + "resultTypeId": "WE_Pre_X02_v2", + "result": null + }, + { + "resultTypeId": "WELL_Pre_X01_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X07_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X06_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X05_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_v2", + "result": null + } + ], + "BREEAM_DE_NB": [ + { + "resultTypeId": "BREEAM_DE_18_WST02", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAT03", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAT01", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAN03", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02_01", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02", + "result": null + } + ], + "DGNB18": [ + { + "resultTypeId": "DGNB18_ENV132", + "result": null + }, + { + "resultTypeId": "DGNB18_ENV131", + "result": null + }, + { + "resultTypeId": "DGNB18_ENV12", + "result": null + } + ] + } +} \ No newline at end of file diff --git a/tests/valid/lifeCycleData/allAttributesAndAllAssessments b/tests/valid/lifeCycleData/allAttributesAndAllAssessments new file mode 100644 index 00000000..0bc436a9 --- /dev/null +++ b/tests/valid/lifeCycleData/allAttributesAndAllAssessments @@ -0,0 +1,527 @@ +{ + "name": "Testproduct with all attributes and all assessments", + "productType": "01010101", + "productAttributes": { + "SvhcFree": true, + "BlueAngel": "n.v.", + "VocContentPerLiter": 1.1, + "ChlorinatedParaffineFree": true, + "UsedIndoors": true, + "MineralUnderground": true, + "CategoryDecopaint": "n.v.", + "WaterSoluble": true, + "SolventFree": true, + "PlasticizerFree": true, + "DustBindingCoating": true, + "WallpaperAdhesive": true, + "PowderProduct": true, + "DispersionAdhesive": true, + "DispersionInsulativeAdhesive": true, + "DecorativePaint": true, + "Plaster": true, + "GutQualitySeal": true, + "TextileProduct": true, + "Giscode": "n.v.", + "Emicode": "n.v", + "ConsistsOfPu": true, + "MaterialCoveringSurface": true, + "Sealing": true, + "AppliedToNaturalStone": true, + "SolventContent": 1.1, + "CrackBridging": true, + "AdhesiveSealant": true, + "ChlorinatedParaffinsFree": true, + "KwsPlasticizerContent": true, + "AirtightSealing": true, + "VocContentPercent": 1.1, + "HalogenatedFree": true, + "FormworkOil": true, + "FireProtection": true, + "AbZExisting": true, + "HalogenFree": true, + "CorrosivityCategory": "n.v.", + "VocContentPerSquaremeter": 1.1, + "AntiCorrosion": true, + "EffectCoating": true, + "PuCoating": true, + "SubstantiationOfEmissions": true, + "PlasticCoating": true, + "IsOsSystems": true, + "EpoxyCoating": true, + "Marker": true, + "BitumenPrimer": true, + "WaxOrOil": true, + "ChemicalWoodPreservation": true, + "ApplicationClass": "n.v.", + "OnlyConstructiveWoodProtection": true, + "NaturallyDurableWood": true, + "ViableBiocidalProduct": true, + "AppliedToLoadBearingStructures": true, + "BiocideTreated": true, + "InCanPreservation": true, + "PassivatingAgent": true, + "AppliedToMetal": true, + "ChromCompoundsFree": true, + "LeadOrCopper": true, + "HeavyMetalFilter": true, + "Zinc": true, + "NonHalogenatedRefrigerant": true, + "TcepFree": true, + "HalogenatedFlameRetardantsFree": true, + "AssemblyFoamFastening": true, + "AssemblyFoamInsulation": true, + "FlameRetardant": true, + "PbbFree": true, + "PbdeFree": true, + "BoronCompoundsFree": true, + "FormaldehydContent": 1.1, + "Plastic": true, + "Handcrafted": true, + "MineralWool": true, + "FoamGlass": true, + "RigidFoam": true, + "HalogenatedBlowingAgentsFree": true, + "Pvc": true, + "WallCovering": true, + "InsulationForBuildingServices": true, + "BitumenEmulsion": true, + "EmissionsAfterDays28d120": true, + "PuttyUnderWallpapers": true, + "SealantForGlass": true, + "AdhesiveTape": true, + "EmissionEvaluated": true, + "MetallicEffectCoating": true, + "ObjectRelatedProofZinc": true, + "CementitiousInsulationAdhesive": true, + "FloorCovering": true, + "FilmprotectedWoodStain": true, + "StructuralTimber": true, + "PvcFree": true, + "HeavyMetalFree": true, + "Rubber": true, + "ConsistsOfSmp": true, + "NoChildLabor": true, + "NoIllegalMining": true, + "ProcessingInEurope": true, + "CsrAvailable": true, + "FscCertificate": "n.v.", + "HolzVonHier": true, + "NaturePlus": true, + "FairStone": true, + "CertifiedCsc": "n.v.", + "PefcCertificate": "n.v.", + "RecycledContentPreConsumer": 1.1, + "RecycledContentPostConsumer": 1.1, + "CertifiedCscR": "n.v.", + "PakContentPerKg": true, + "BaPEmissionsPerKg": true, + "NitrosamineEmissionsPerKg": 1.1, + "NitrosamineEmissionsPerCubicMeter": 1.1, + "AmmoniumEmissions28d": 1.1, + "LeadFree": true, + "CMRFree": true, + "AgBBCompliant": true, + "RelevantContributionToCost": true, + "FlowRate": 1.1, + "WaterConsumptionFullFlush": 1.1, + "WaterConsumptionAverageFlush": 1.1, + "WaterConsumptionUrinal": 1.1, + "RalGz388Compliant": true, + "HbcdFree": true, + "ConsistsOfGalvanizedSteel": true, + "TotalSolid": true, + "AppliedToExteriorWalls": true, + "SyntheticResinScreed": true, + "DecorativeCoating": true, + "BuildingsWithSpecialRequirements": true, + "RefrigerantAMEV2017": "R290", + "ConsistsOfUF": true, + "UsedTyreGranulateFree": true, + "PhthalateFree": true, + "TVOCEmissions28d": 1.1, + "AmineOrOximecuringSiliconFree": true, + "IsMineralTileAdhesive": true, + "IsAssemblyFoam": true, + "CadmiumContent": 1.1, + "AppliedToFloorCoverings": true, + "PMMACoating": true, + "FormaldehydEmissions": 1.1, + "SumOfCarcinogenicVOCEmissions": 1.1, + "IsRenewableInsulationMaterial": true, + "SurfaceTreatmentAgainstMold": true, + "IsCeilingPanel": true, + "TypeOfWaterFitting": "Water-Tap", + "IsUsedUnderCeramicTiles": true, + "UBACompliant": true, + "IsBiodegradable": true, + "IsInherentlyBiodegradable": true, + "AntimontrioxidFree": true, + "EmissionsAfter28d76": true, + "EmissionsAfter28d176": true, + "IsMMFFloor": true, + "MCPPContent": 1.1, + "IsPartOfGreenRoof": true, + "CoveredSurfaceArea": true, + "EmissionsReductionMeasures": true, + "IsWeathered": true, + "EPDAvailable": "n.v.", + "Reduction5": true, + "AnsiBifma2014Compliant": "n.v.", + "C2CCertified": "n.v.", + "DeclareCertified": "n.v.", + "FactsCertified": "n.v.", + "GlobalGreenTagPHDCertified": true, + "HealthProductDeclarationOpenStandardCompliant": true, + "LensCertified": true, + "ThirdPartyVerified": true, + "ActionPlanAvailable": true, + "GreenSealCertified": true, + "LivingProductChallengeCertified": true, + "PurchaseArea": true, + "NonEmittingSource": true, + "AmountOfContainedRecyclableMaterials": 1.1, + "AnsiBifma2019Compliant": "n.v.", + "SCMVOCLimits2007Compliant": true, + "ManufacturerPartOfEPR": true, + "UsedAsInsulation": true, + "IsCompositeWood": true, + "IsBiobased": true, + "IsAnimalSkin": true, + "InventoryAssessment": "n.v.", + "FullDeclarationAvailable": "n.v.", + "GreenscreenListTranslatorScoreAssesed": 1.1, + "GreenscreenBenchmark": "n.v.", + "GHSAvailable": true, + "IsTestedForC14Content": true, + "IsPublishedIInHPDRepository": true, + "GreenScreenLT1Free": true, + "GHSCategory1Free": true, + "GreenScreenIsPublic": true, + "ContentOfGreenScreen": 1.1, + "Imperative09Conform": true, + "AnnexXIVFree": true, + "AnnexXVIIFree": true, + "CDPHVOCCompliant": true, + "TVOCEmissions14d": 1.1, + "SCAQMDVOCLimitsCompliant": "n.v.", + "ChemicalInventoryAfterRecycling": 1.1, + "RenewableMaterialsContent": 1.1, + "IsCompostable": "n.v.", + "Dismantable": true, + "ReversibleRemovalPossible": 1.1, + "TSCACompliant": true, + "ACTMCompliant": true, + "ULEEFCertified": true, + "NoNAFAdded": true, + "EUEcolabelCertified": true, + "NoRepairRequired": true, + "RepairPossible": true, + "IsRepairableWithLowEffort": true, + "IsRepairableWithHighEffort": true, + "EasyReplaced": true, + "SpareParts": true, + "IncreasedServiceLife": true, + "ReuseAsIs": true, + "ExtendServiceLife": true, + "IsCollectedForUseCase": true, + "IsUpdateable": true, + "IsLeased": true, + "AsbestosFree1000ppm": true, + "RoHSCompliant": true, + "LeadFree100ppm": true, + "MercuryContentMg": 1.1, + "MercuryContentPpm": 1.1, + "LeadCarbonateSulfateFree": true, + "LPCPetalsCompliant": true, + "HealthRATECertified": "n.v.", + "PossibleRecyclingContent": 1.1, + "PFASFree": true, + "ElectroProduct": true, + "OrthophtalatesFree": true, + "UsedForDrinkingWaterDistribution": true, + "IsWallCovering": true, + "ForDrinkingWaterGovernmentApproved": true, + "EULCICompliant": true, + "ByggvarubedömningenCompliant": "n.v.", + "IngredientsThirdPartyVerified": true, + "MaterialHealthCertified": "n.v.", + "LCAActionPlanAvailable": true, + "GWPReduction": 1.1, + "WaterSenseToilet": true, + "WetLeadFree": true, + "AsbestFree": true, + "PCBFree": true, + "WaterSenseUrinal": true, + "UsedInPublicBuilding": true, + "WaterSensePrivateLavatoryFaucet": true, + "ANSIA1901Compliant": true, + "ANSIPRG320Compliant": true, + "ANSINSF372Complaint": true, + "ASTDMD866TestMethodCompliant": true, + "ASTMD5456Compliant": true, + "ASTMD5055Compliant": true, + "PS2015Compliant": true, + "PS109Compliant": "n.v.", + "PS210Compliant": true, + "WaterSenseShowerheads": true, + "ModifiedEnergyFactor": 1.1, + "IntegratedModifiedEnergyFactor": 1.1, + "WaterUsageWashingMachine": true, + "IsUsedInWetRooms": true, + "ProtectsAgainstMoldGrowth": true, + "EN16402Measured": true, + "ISO16009Measured": true, + "DINEN16516Measured": true, + "CDPHMeasured": true, + "IsMDFBoard": true, + "EN7171Measured": true, + "ISO105809Measured": true, + "EN13999Part1To4Measured": true, + "VOCAgBBConform": true, + "IsCustomMade": true, + "SCMVOCLimits2019Compliant": true, + "FormaldehydeE1Compliant": true, + "Japan4StarFormaldehydeCompliant": true, + "FactoryCoated": true, + "InstalledUnderFloorCoverings": true, + "DishwasherWaterConsumption": 1.1, + "IceMachineWaterUse": 1.1, + "IceMachineHarvestRange": 1.1, + "IceMachineEnergyConsumption": 1.1, + "WaterSensePrerinseSprayValve": true, + "GB33372AdhesivesCompliant": true, + "HJ2537PaintsCompliant": true, + "IsSiliconBasedAdhesive": true, + "IsAcrylateBasedAdhesive": true, + "ContentRecycledAggregates": 1.1, + "MaterialIngredients": true, + "LowEmittingMaterials": true, + "EPD": true, + "SourcingRawMaterials": true, + "MaterialIngredientOptimization": true, + "IsBagged": true, + "PreservativeFree": true, + "CoatingPlant": true, + "SubstancesRequiringLabel": true, + "IsLaminateFloor": true, + "EUTimberRegulationCompliance": true, + "CARES": true, + "ASICertified": true, + "ContentSecondaryAggregates": 1.1, + "MaterialsOptimization": true, + "EnhancedMaterialRestrictions": true, + "VocRestrictions": true, + "MaterialsTransparency": true, + "ReusedContent": 1.1, + "RenewableFeedstockSustainablyProduced": 1.1, + "RepurposedFeedstock": 1.1, + "IsSmokedWoodProduct": true, + "ETACompliant": true, + "UsedOnGreenRoofStructures": true, + "AppliedToWood": true, + "AppliedToPlastic": true, + "UsedInBuildingShell": true, + "UsedForJoints": true, + "IsCoated": true, + "GuidelineUBA1705": true, + "IsCementMortar": true, + "IsSanitaryPartition": true, + "IsWetCoating": true, + "TinFree": true, + "CadmiumFree": true, + "UsedInFacadeOrRoof": true, + "connectionType": "Unknown", + "accessibility": "Unknown", + "intersection": "Unknown", + "productEdge": "Unknown", + "availableForRecycle": 1.1, + "landfill": 1.1, + "incineration": 1.1, + "availableForReuse": 1.1, + "availableForDowncycling": 1.1, + "functionalUnit": "Volume", + "madasterDensity": 1.1, + "fixedHeight": 1.1, + "fixedArea": 1.1, + "lifespan": 1.1, + "epdProgramOperator": "IBU", + "UBAZincProof": true, + "LayingMaterialSpecial": true, + "RainwaterFiltrationSystems": true, + "WaterBased": true, + "EmissionLimitsMeasured": "n.v.", + "MaterialCoveringSurfaceNonTiles": true, + "IsWoodBasedPanel": true, + "UsedInEtics": true, + "BlueAngelAvailable": true, + "DecorativeWoodCoating": true, + "CarcinogenicEmissionsFree": true, + "WoodApplicationClassInSitu": "n.v.", + "FilmprotectedWoodCoating": true, + "ZincBathLeadContent": true, + "UsedAsAGlue": true, + "FreeOfPlasticisers": true, + "AssemblyFoamUsedInEtics": true, + "AppliedInThermalHull": true, + "ConsistsOfPolyethylene": true, + "ConsistsOfWoodBasedComponents": true, + "BlueAngel12aOrEquivalent": true, + "FormworkOilVocContentPercent": 1.1, + "ProducedWithFormworkOil": true, + "FormworkOilGiscode": "BTM01", + "BiocidesEncapsulated": true, + "AppliedToWoodenFloorCoverings": true, + "UsedAsInsulationAdhesive": true, + "UsedAsLinearAdhesive": true, + "MecopropFree": true, + "ConsistsOfMs": true, + "DecorativeLaquer": true, + "ConsistsOfPS": true, + "Leed4IeqEmissionsProofMethod": "Keine Emissionsmessung verfügbar", + "Leed4IeqContentProofMethod": "Kein VOC-Gehalt verfügbar", + "Leed4IeqContentPaintTypes": "Abdichtungsmembranen: 250 g/l (CARB 2007)", + "Leed4IeqContentAdhesiveTypes": "Abdichtung von Schiffsdecks: 760 g/l (SCAQMD Rule 1168)", + "Leed4IeqWoodProofMethod": "Wiederverwendetes Produkt", + "Leed4IeqFurnitureProofMethod": "Natürlich Emissionsfrei" + }, + "assessmentResults": { + "QNG23": [ + { + "resultTypeId": "QNG313", + "result": 1 + } + ], + "BNB": [ + { + "resultTypeId": "BNB_1.1.6", + "result": 1 + } + ], + "EUTAX24": [ + { + "resultTypeId": "EU_TAX_DNSH_Water", + "result": 1 + }, + { + "resultTypeId": "EU_TAX_DNSH_Pollution", + "result": 1 + } + ], + "EUTAX23": [ + { + "resultTypeId": "EU_TAX23_DNSH_Water_23", + "result": 1 + }, + { + "resultTypeId": "EU_TAX23_DNSH_Pollution_23", + "result": 0 + } + ], + "DGNB23": [ + { + "resultTypeId": "DGNB23_ENV132", + "result": 1 + }, + { + "resultTypeId": "DGNB23_ENV131", + "result": 1 + }, + { + "resultTypeId": "DGNB23_ENV1.2", + "result": 1 + } + ], + "LEED ": [ + { + "resultTypeId": "SRM_4.1", + "result": 200 + }, + { + "resultTypeId": "MIO2_4.1", + "result": 0 + }, + { + "resultTypeId": "MIO1_4.1", + "result": 0 + }, + { + "resultTypeId": "IEQ_4.1", + "result": 0 + }, + { + "resultTypeId": "EPD2_4.1", + "result": 0 + }, + { + "resultTypeId": "EPD1_4.1", + "result": 200 + } + ], + "WELL": [ + { + "resultTypeId": "WE_Pre_X02_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Pre_X01_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X07_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X06_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X05_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_v2", + "result": 1 + } + ], + "BREEAM_DE_NB": [ + { + "resultTypeId": "BREEAM_DE_18_WST02", + "result": 0 + }, + { + "resultTypeId": "BREEAM_DE_18_MAT03", + "result": 0 + }, + { + "resultTypeId": "BREEAM_DE_18_MAT01", + "result": 100 + }, + { + "resultTypeId": "BREEAM_DE_18_MAN03", + "result": 1 + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02_01", + "result": 1 + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02", + "result": 1 + } + ], + "DGNB18": [ + { + "resultTypeId": "DGNB18_ENV132", + "result": 1 + }, + { + "resultTypeId": "DGNB18_ENV131", + "result": 1 + }, + { + "resultTypeId": "DGNB18_ENV12", + "result": 1 + } + ] + } +} \ No newline at end of file diff --git a/tests/valid/lifeCycleData/lifeCycleTest.json b/tests/valid/lifeCycleData/lifeCycleTest.json deleted file mode 100644 index 376b80a2..00000000 --- a/tests/valid/lifeCycleData/lifeCycleTest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "functionalUnit": "Volume" -} \ No newline at end of file From b5d95056233c7105f5b4a1f73c21c427840e88dd Mon Sep 17 00:00:00 2001 From: Alexander Klefenz Date: Mon, 14 Jul 2025 15:55:46 +0200 Subject: [PATCH 304/362] Merge different life cycle files into one --- schemas/lifeCycle.json | 4 +- schemas/lifeCycleAssessmentData.json | 100 - schemas/lifeCycleAssessmentPhaseValues.json | 300 --- schemas/lifeCycleComplianceData.json | 1963 -------------- schemas/lifeCycleData.json | 2684 +++++++++++++++++-- 5 files changed, 2532 insertions(+), 2519 deletions(-) delete mode 100644 schemas/lifeCycleAssessmentData.json delete mode 100644 schemas/lifeCycleAssessmentPhaseValues.json delete mode 100644 schemas/lifeCycleComplianceData.json diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index bab61007..e78ba117 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -4,7 +4,7 @@ "title": "metadata about life cycle data sets", "description": "##", "$defs": { - "optical": { + "lifeCycle": { "type": "object", "properties": { "id": { @@ -75,5 +75,5 @@ "required": [] } }, - "$ref": "#/$defs/optical" + "$ref": "#/$defs/lifeCycle" } \ No newline at end of file diff --git a/schemas/lifeCycleAssessmentData.json b/schemas/lifeCycleAssessmentData.json deleted file mode 100644 index 804f9a3e..00000000 --- a/schemas/lifeCycleAssessmentData.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleAssessmentData.json", - "title": "life cycle assessment data", - "description": "##", - "$defs": { - "data": { - "type": "object", - "title": "The object is used to define calorimetric data.", - "properties": { - "isoCode": { - "type": "string", - "description": "The 2 letter iso code for a country." - }, - "owner": { - "type": "string", - "description": "" - }, - "referenceYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "validUntilYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "datasetType": { - "type": "string", - "description": "" - }, - "UUID": { - "type": "string", - "description": "" - }, - "registrationNumber": { - "type": "string", - "description": "" - }, - "version": { - "type": "string", - "description": "" - }, - "compliance": { - "type": "string", - "description": "" - }, - "environmentalCostIndicator": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "" - }, - "phases": { - "title": "LCA Data", - "type": "array", - "items": { - "type": "object", - "properties": { - "phaseId": { - "type": "string", - "enum": [ - "NotSpecified", - "A1_A3", - "A4", - "A5", - "B1", - "B2", - "B3", - "B4", - "B5", - "B6", - "B7", - "C1", - "C2", - "C3", - "C4", - "D" - ], - "description": "" - }, - "EN15804_2012_04_A1_2013": { - "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", - "description": "" - }, - "EN15804_2012_A2_2019": { - "$ref": "lifeCycleAssessmentPhaseValues.json#/$defs/EN15804_2012_04_A1_2013", - "description": "" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "$ref": "#/$defs/data" -} \ No newline at end of file diff --git a/schemas/lifeCycleAssessmentPhaseValues.json b/schemas/lifeCycleAssessmentPhaseValues.json deleted file mode 100644 index 7c871fdf..00000000 --- a/schemas/lifeCycleAssessmentPhaseValues.json +++ /dev/null @@ -1,300 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleAssessmentPhaseValues.json", - "title": "lca data", - "description": "Impact Values for LCA Data", - "$defs": { - "data": { - "type": "object", - "title": "The object is used to define calorimetric data.", - "properties": { - "EN15804_2012_04_A1_2013": { - "title": "LCA ruleset EN 15804:2012-04+A1 2013", - "$ref": "#/$defs/EN15804_2012_04_A1_2013" - }, - "EN15804_2012_A2_2019": { - "title": "LCA ruleset EN 15804:2012+A2:2019", - "$ref": "#/$defs/EN15804_2012_A2_2019" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "EN15804_2012_04_A1_2013": { - "title": "LCA ruleset EN 15804:2012-04+A1 2013", - "type": "object", - "properties": { - "globalWarmingPotential": { - "type": "number", - "description": "Global Warming Potential (GWP)" - }, - "ozoneDeplationPotential": { - "type": "number", - "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" - }, - "photoChemicalOxydantFormation": { - "type": "number", - "description": "Photo Chemical Oxydant Formation (POCP) (kg C2H4e)" - }, - "acidificationPotentialOfLandAndWater": { - "type": "number", - "description": "Acidification potential of land and water (AP) (kg SO2e)" - }, - "eutrophicationPotential": { - "type": "number", - "description": "Eutrophication potential (EP) (kg (PO4)³e)" - }, - "abioticDeplationNonFossile": { - "type": "number", - "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" - }, - "abioticDeplationFossile": { - "type": "number", - "description": "Abiotic Depletion Fossil (ADPF) (MJ)" - }, - "humanToxicityPotential": { - "type": "number", - "description": "Human toxicity potential (HTP) (kg 1,4-Dichlorobenzene)" - }, - "freshwaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "Freshwater aquatic ecotoxicity potential (FAETP) (kg 1,4-Dichlorobenzene)" - }, - "marinewaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "Marinewater aquatic ecotoxicity potential (MAETP) (kg 1,4-Dichlorobenzene)" - }, - "terrestrialEcotoxicityPotential": { - "type": "number", - "description": "Terrestrial ecotoxicity potential (TETP) (kg 1,4-Dichlorobenzene)" - }, - "pere": { - "type": "number", - "description": "Use of renewable primary energy (PERE) (MJ)" - }, - "perm": { - "type": "number", - "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" - }, - "pert": { - "type": "number", - "description": "Total use of renewable primary energy resources (PERT) (MJ)" - }, - "penre": { - "type": "number", - "description": "Use of non renewable primary energy (PENRE) (MJ)" - }, - "penrm": { - "type": "number", - "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" - }, - "penrt": { - "type": "number", - "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" - }, - "sm": { - "type": "number", - "description": "Use of secondary material (SM) (kg)" - }, - "rsf": { - "type": "number", - "description": "Use of renewable secondary fuels (RSF) (MJ)" - }, - "nrsf": { - "type": "number", - "description": "Use of non renewable secondary fuels (NRSF) (MJ)" - }, - "fw": { - "type": "number", - "description": "Use of net fresh water (FW) (m3)" - }, - "hwd": { - "type": "number", - "description": "Hazardous waste disposed (HWD) (kg)" - }, - "nhwd": { - "type": "number", - "description": "Non hazardous waste dispose (NHWD) (kg)" - }, - "rwd": { - "type": "number", - "description": "Radioactive waste disposed (RWD) (kg)" - }, - "mfr": { - "type": "number", - "description": "Materials for recycling (MFR) (kg)" - }, - "mer": { - "type": "number", - "description": "Materials for energy recovery (MER) (MJ)" - }, - "eee": { - "type": "number", - "description": "Exported electrical energy (EEE) (MJ)" - }, - "ete": { - "type": "number", - "description": "Exported thermal energy (EET) (MJ)" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "EN15804_2012_A2_2019": { - "title": "LCA ruleset EN 15804:2012+A2:2019", - "type": "object", - "properties": { - "ozoneDeplationPotential": { - "type": "number", - "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" - }, - "pere": { - "type": "number", - "description": "Use of renewable primary energy (PERE) (MJ)" - }, - "perm": { - "type": "number", - "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" - }, - "pert": { - "type": "number", - "description": "Total use of renewable primary energy resources (PERT) (MJ)" - }, - "penre": { - "type": "number", - "description": "Use of non renewable primary energy (PENRE) (MJ)" - }, - "penrm": { - "type": "number", - "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" - }, - "penrt": { - "type": "number", - "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" - }, - "sm": { - "type": "number", - "description": "Use of secondary material (SM) (kg)" - }, - "rsf": { - "type": "number", - "description": "Use of renewable secondary fuels (RSF) (MJ)" - }, - "nrsf": { - "type": "number", - "description": "Use of non renewable secondary fuels (NRSF) (MJ)" - }, - "fw": { - "type": "number", - "description": "Use of net fresh water (FW) (m3)" - }, - "hwd": { - "type": "number", - "description": "Hazardous waste disposed (HWD) (kg)" - }, - "nhwd": { - "type": "number", - "description": "Non hazardous waste dispose (NHWD) (kg)" - }, - "rwd": { - "type": "number", - "description": "Radioactive waste disposed (RWD) (kg)" - }, - "mfr": { - "type": "number", - "description": "Materials for recycling (MFR) (kg)" - }, - "mer": { - "type": "number", - "description": "Materials for energy recovery (MER) (MJ)" - }, - "eee": { - "type": "number", - "description": "Exported electrical energy (EEE) (MJ)" - }, - "ete": { - "type": "number", - "description": "Exported thermal energy (EET) (MJ)" - }, - "globalWarmingPotentialTotal": { - "type": "number", - "description": "Global Warming Potential Total (GWP-total) (kg CO2e)" - }, - "globalWarmingPotentialFossil": { - "type": "number", - "description": "Global Warming Potential Fossil (GWP-fossil) (kg CO2e)" - }, - "globalWarmingPotentialBiogenic": { - "type": "number", - "description": "Global Warming Potential Biogenic (GWP-biogenic) (kg CO2e)" - }, - "globalWarmingPotentialLuluc": { - "type": "number", - "description": "Global Warming Potential Land use and Land use change (GWP-luluc) (kg CO2e)" - }, - "acidificationPotentialAccumulatedExceedance": { - "type": "number", - "description": "Acidification Potential Accumulated Exceedance (AP) (mol H+e)" - }, - "eutrophicationPotentialFreshWater": { - "type": "number", - "description": "Eutrophication Potential Fresh Water (EP-F) (kg PO4e)" - }, - "eutrophicationPotentialMarineWater": { - "type": "number", - "description": "Eutrophication Potential Marine Water (EP-M) (kg Ne)" - }, - "eutrophicationTerrestrial": { - "type": "number", - "description": "Eutrophication potential terrestrial (EP-T) (mol Ne)" - }, - "photoOxidantCreationPotential": { - "type": "number", - "description": "Photo Oxidant Creation Potential (POCP) (kg NMVOCe)" - }, - "abioticDeplationNonFossile": { - "type": "number", - "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" - }, - "abioticDeplationFossile": { - "type": "number", - "description": "Abiotic Depletion Fossil (ADPF) (MJ)" - }, - "waterUseDeprivationPotential": { - "type": "number", - "description": "Water Use Deprivation Potential (WDP) (m³e depr.)" - }, - "potentialIncidenceOfDiseaseDueToPMEmissions": { - "type": "number", - "description": "Potential Incidence of disease due to PM emissions" - }, - "potentialHumanExposureEfficiencyRelativeToU235": { - "type": "number", - "description": "Potential Human Exposure Efficiency relative to U235 (kBq U235 eq)" - }, - "ecoTox": { - "type": "number", - "description": "Potential Comparative Toxic Unit for ecosystems (ETP-fw) (CTU-e)" - }, - "humanToxCancer": { - "type": "number", - "description": "Potential comparative toxic unit for humans - cancerogenic (CTU-h)" - }, - "humanToxNonCancer": { - "type": "number", - "description": "Potential comparative toxic unit for humans - not\ncancerogenic (CTU-h)" - }, - "potentialSoilQualityIndex": { - "type": "number", - "description": "Potential soil quality index" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "$ref": "#/$defs/data" -} \ No newline at end of file diff --git a/schemas/lifeCycleComplianceData.json b/schemas/lifeCycleComplianceData.json deleted file mode 100644 index 5c7facee..00000000 --- a/schemas/lifeCycleComplianceData.json +++ /dev/null @@ -1,1963 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleComplianceData.json", - "title": "life cycle compliance data", - "description": "##", - "$defs": { - "data": { - "type": "object", - "title": "The object is used to define life-cycle compliance data.", - "properties": { - "productType": { - "type": "string", - "description": "Product type as number code.", - "pattern": "^[0-9]+$" - }, - "productAttributes": { - "type": "object", - "description": "This object includes the attributes of the product.", - "properties": { - "SvhcFree": { - "type": "boolean", - "description": "The product is free of SVHC (< 0.1%)." - }, - "BlueAngel": { - "type": "string", - "description": "Certified with Blue Angel (DE-UZ) or meets the relevant guidelines", - "enum": [ - "n.v.", - "12a", - "32", - "35", - "76", - "102", - "113", - "120", - "123", - "128", - "132", - "140", - "156", - "157", - "176", - "178", - "198", - "216", - "218", - "221", - "224", - "225", - "227", - "230", - "231", - "232", - "233", - "830" - ] - }, - "ChlorinatedParaffineFree": { - "type": "boolean", - "description": "Chlorinated paraffine content (SCCPs + MCCPs + LCCPs) < 0.1 %." - }, - "UsedIndoors": { - "type": "boolean", - "description": "The product is used indoors" - }, - "MineralUnderground": { - "type": "boolean", - "description": "The product is applied to mineral underground" - }, - "CategoryDecopaint": { - "type": "string", - "description": "Category (Wb) of current Decopaint-RL (Appendix II)", - "enum": [ - "n.v.", - "a", - "b", - "g", - "h", - "d" - ] - }, - "WaterSoluble": { - "type": "boolean", - "description": "The product or coating is a water-soluble product according to current Decopaint-Directive (Appendix II)." - }, - "SolventFree": { - "type": "boolean", - "description": "The product is solvent-free in accordance with VdL-RL01" - }, - "PlasticizerFree": { - "type": "boolean", - "description": "The product is free of plasticizers according to VdL-RL01" - }, - "DustBindingCoating": { - "type": "boolean", - "description": "The product is used as a base coat" - }, - "VocContentPerLiter": { - "type": "number", - "description": "VOC content (g/l) as per Decopaint RL" - }, - "WallpaperAdhesive": { - "type": "boolean", - "description": "Product is used as wallpaper adhesive" - }, - "PowderProduct": { - "type": "boolean", - "description": "Product is powder product" - }, - "DispersionAdhesive": { - "type": "boolean", - "description": "Product is dispersion adhesive" - }, - "DispersionInsulativeAdhesive": { - "type": "boolean", - "description": "The product is used outdoors as a dispersion insulation adhesive." - }, - "DecorativePaint": { - "type": "boolean", - "description": "The product is a decorative paint or a base coat for a decorative paint." - }, - "Plaster": { - "type": "boolean", - "description": "Product is plaster" - }, - "GutQualitySeal": { - "type": "boolean", - "description": "Certified with GUT quality seal" - }, - "TextileProduct": { - "type": "boolean", - "description": "Product is textile product" - }, - "Giscode": { - "type": "string", - "description": "GISCODE-Classification", - "enum": [ - "n.v.", - "ABZ10", - "ABZ20", - "ABZ30", - "ABZ40", - "ABZ50", - "ABZ60", - "BBP10", - "BBP20", - "BBP30", - "BBP40", - "BBP50", - "BBP60", - "BBP70", - "BBP80", - "BSL10", - "BSL20", - "BSL30", - "BSL40", - "BSL50", - "BSL60", - "BSW10", - "BSW20", - "BSW30", - "BSW40", - "BSW50", - "BSW60", - "BTM01", - "BTM05", - "BTM10", - "BTM15", - "BTM20", - "BTM30", - "BTM40", - "BTM50", - "BTM60", - "BTM70", - "BZM10", - "BZM20", - "BZM30", - "BZM40", - "BZM50", - "CP1", - "CP2", - "CP3", - "D1", - "D2", - "D3", - "DA20", - "DD1", - "DD2", - "DH20", - "DH30, DSA20", - "DSA30", - "DSC20", - "DSE20", - "DSE30", - "DSO20", - "DSW30", - "G1, G2, G3", - "GF0", - "GF50", - "GF60", - "GF70", - "GH0", - "GH10", - "GH20", - "GH30", - "GH40", - "KH1", - "KH2", - "NBM10", - "Ö10+", - "Ö10", - "Ö10/DD+", - "Ö20+", - "Ö20", - "Ö30", - "Ö40+", - "Ö40", - "Ö40/DD+", - "Ö50", - "Ö60+", - "Ö60", - "Ö70", - "Ö80", - "Ö90", - "Ö100", - "PU10", - "PU20", - "PU30", - "PU35", - "PU40", - "PU45", - "PU50", - "PU55", - "PU60", - "PU70", - "PU80", - "RE0", - "RE1", - "RE2", - "RE2.5", - "RE3", - "RE4", - "RE05", - "RE6", - "RE7", - "RE8", - "RE9", - "RE10", - "RE20", - "RE30", - "RE40", - "RE50", - "RE55", - "RE60", - "RE70", - "RE75", - "RE80", - "RE90", - "RMA10", - "RMA15", - "RMA20", - "RS10", - "RS15", - "RS20", - "RS25", - "RSP20", - "RSP25", - "RU0,5", - "RU1", - "RU2", - "SH1", - "W1", - "W1/DD", - "W2+", - "W2/DD+", - "W2", - "W3+", - "W3/DD+", - "W3", - "W3/DD", - "ZP1", - "ZP2" - ] - }, - "Emicode": { - "type": "string", - "description": "Certified with EMICODE", - "enum": [ - "n.v", - "EC1", - "EC1PLUS", - "EC1-R", - "EC1PLUS-R" - ] - }, - "ConsistsOfPu": { - "type": "boolean", - "description": "The product is made of polyurethane (PU)." - }, - "MaterialCoveringSurface": { - "type": "boolean", - "description": "The product is used as a laying material for covering surfaces" - }, - "Sealing": { - "type": "boolean", - "description": "The product is used as a sealant, barrier coating, or screed resin." - }, - "AppliedToNaturalStone": { - "type": "boolean", - "description": "The product is an impregnation for natural stone, cast stone, or terrazzo floors." - }, - "SolventContent": { - "type": "number", - "description": "Solvent content (%)" - }, - "CrackBridging": { - "type": "boolean", - "description": "Product is crackbridging " - }, - "AdhesiveSealant": { - "type": "boolean", - "description": "The product is used for spot or line bonding." - }, - "ChlorinatedParaffinsFree": { - "type": "boolean", - "description": "Chlorinated paraffins free according to MSDS" - }, - "KwsPlasticizerContent": { - "type": "boolean", - "description": "KWS plasticizer < 0.1%" - }, - "AirtightSealing": { - "type": "boolean", - "description": "Product is used as sealant for creating airtightness at the building envelope" - }, - "VocContentPercent": { - "type": "number", - "description": "VOC content (%)" - }, - "HalogenatedFree": { - "type": "boolean", - "description": " The product is free of halogenated propellants (< 0.1%)." - }, - "FormworkOil": { - "type": "boolean", - "description": "Product is used as formwork oil" - }, - "FireProtection": { - "type": "boolean", - "description": "Product is applied to metal as a fire protection coating" - }, - "AbZExisting": { - "type": "boolean", - "description": "Allgemeine Bauaufsichtliche Zulassung (abZ) available" - }, - "HalogenFree": { - "type": "boolean", - "description": "The product is free of halogen flame retardants" - }, - "CorrosivityCategory": { - "type": "string", - "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", - "enum": [ - "n.v.", - "C1", - "C2", - "C3", - "C4", - "C5-I", - "C5-M", - "all" - ] - }, - "VocContentPerSquaremeter": { - "type": "number", - "description": "VOC content (g/m²)" - }, - "AntiCorrosion": { - "type": "boolean", - "description": "The product has or is a corrosion protection coating for metal" - }, - "EffectCoating": { - "type": "boolean", - "description": "The product is or has a effect coating on metal" - }, - "PuCoating": { - "type": "boolean", - "description": "The product is a polyurethane-based coating (PU)" - }, - "SubstantiationOfEmissions": { - "type": "boolean", - "description": "Substantiation of emissions according to MVVTB available" - }, - "PlasticCoating": { - "type": "boolean", - "description": "The product is a PMMA (methyl methacrylate-containing) coating." - }, - "IsOsSystems": { - "type": "boolean", - "description": " The product is an OS system or meets special durability requirements (excluding markings)." - }, - "EpoxyCoating": { - "type": "boolean", - "description": "The product is an epoxy coating" - }, - "Marker": { - "type": "boolean", - "description": "The product is used as marker" - }, - "BitumenPrimer": { - "type": "boolean", - "description": "Product is used as bitumen primer for inverted roof" - }, - "WaxOrOil": { - "type": "boolean", - "description": " The product is applied as an oil or wax to wood surfaces." - }, - "ChemicalWoodPreservation": { - "type": "boolean", - "description": "The product has been treated with a chemical wood preservative." - }, - "ApplicationClass": { - "type": "string", - "description": "Wood application class according to DIN 68800-3", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] - }, - "OnlyConstructiveWoodProtection": { - "type": "boolean", - "description": "Only constructive wood protection according to DIN 68800-2" - }, - "NaturallyDurableWood": { - "type": "boolean", - "description": "Naturally durable wood according to DIN 68800-1" - }, - "ViableBiocidalProduct": { - "type": "boolean", - "description": "All biocides contained in the product are classified as marketable according to 582/2012/EC." - }, - "AppliedToLoadBearingStructures": { - "type": "boolean", - "description": "The product is installed as a load-bearing component or applied to load-bearing components." - }, - "BiocideTreated": { - "type": "boolean", - "description": "The product contains biocides." - }, - "InCanPreservation": { - "type": "boolean", - "description": "All biocides contained in the coating are used solely for pot preservation." - }, - "PassivatingAgent": { - "type": "boolean", - "description": "The product has been anodized or treated with a passivating agent." - }, - "AppliedToMetal": { - "type": "boolean", - "description": "Product is applied to metal" - }, - "ChromCompoundsFree": { - "type": "boolean", - "description": "The product or coating is free of chromium VI compounds (<0.1%)." - }, - "LeadOrCopper": { - "type": "boolean", - "description": "Product consists of lead or copper" - }, - "HeavyMetalFilter": { - "type": "boolean", - "description": "Heavy metal filter" - }, - "Zinc": { - "type": "boolean", - "description": "Product consists of zinc" - }, - "NonHalogenatedRefrigerant": { - "type": "boolean", - "description": "The product uses a halogen-free refrigerant." - }, - "TcepFree": { - "type": "boolean", - "description": "TCEP content < 0,1%" - }, - "HalogenatedFlameRetardantsFree": { - "type": "boolean", - "description": " The product is free of halogenated flame retardants (< 0.01%)." - }, - "AssemblyFoamFastening": { - "type": "boolean", - "description": "The product is used as an assembly foam for fastening or gluing insulation." - }, - "AssemblyFoamInsulation": { - "type": "boolean", - "description": "The product is used exclusively in joints of ETICS insulation boards." - }, - "FlameRetardant": { - "type": "boolean", - "description": "The product is flame-retardant" - }, - "PbbFree": { - "type": "boolean", - "description": "The product is free of polybrominated biphenyls (PBB < 0.1%)." - }, - "PbdeFree": { - "type": "boolean", - "description": " The product is free of polybrominated diphenyl ethers (PBDE < 0.1%)." - }, - "BoronCompoundsFree": { - "type": "boolean", - "description": "The product is free from reproductive toxic boron compounds (< 0.1%)." - }, - "FormaldehydContent": { - "type": "number", - "description": "Formaldehyd content in ppm" - }, - "Plastic": { - "type": "boolean", - "description": "Product consists of plastic" - }, - "Handcrafted": { - "type": "boolean", - "description": "Product is handcrafted" - }, - "MineralWool": { - "type": "boolean", - "description": "Product consists of mineral wool" - }, - "FoamGlass": { - "type": "boolean", - "description": "Product consists of foam glass" - }, - "RigidFoam": { - "type": "boolean", - "description": "Product is a drainage or water storage element made of rigid foam" - }, - "HalogenatedBlowingAgentsFree": { - "type": "boolean", - "description": "Free of halogenated propellants" - }, - "Pvc": { - "type": "boolean", - "description": "The product consists of PVC" - }, - "WallCovering": { - "type": "boolean", - "description": "The product is used as wall or ceiling covering." - }, - "InsulationForBuildingServices": { - "type": "boolean", - "description": "Product is used as insulation for building services" - }, - "BitumenEmulsion": { - "type": "boolean", - "description": "The product is a hot processed bitumen product" - }, - "EmissionsAfterDays28d120": { - "type": "boolean", - "description": "Emissions after 28 days ≤ DE-UZ 120" - }, - "PuttyUnderWallpapers": { - "type": "boolean", - "description": "Product used as putty under wallpapers" - }, - "SealantForGlass": { - "type": "boolean", - "description": "The Product is used exclusively in safety-relevant areas such as glass construction, facades, or fire protection." - }, - "AdhesiveTape": { - "type": "boolean", - "description": "Product is adhesive tape" - }, - "EmissionEvaluated": { - "type": "boolean", - "description": "Emission evaluated Building product according to the DIBt Principles" - }, - "MetallicEffectCoating": { - "type": "boolean", - "description": "Product is applied to metal as metallic-effect coating" - }, - "ObjectRelatedProofZinc": { - "type": "boolean", - "description": "Object-related proof according to \"RegenwasserCheck- ZINK\" exists" - }, - "CementitiousInsulationAdhesive": { - "type": "boolean", - "description": "Product is cementitious insulation adhesive" - }, - "FloorCovering": { - "type": "boolean", - "description": "Product is floor covering" - }, - "FilmprotectedWoodStain": { - "type": "boolean", - "description": "A film protection agent has been applied to the product." - }, - "StructuralTimber": { - "type": "boolean", - "description": "The Product is used in structural timber engineering" - }, - "PvcFree": { - "type": "boolean", - "description": "The product is free of PVC" - }, - "HeavyMetalFree": { - "type": "boolean", - "description": "heavy metal content < 0,1%" - }, - "Rubber": { - "type": "boolean", - "description": "product is made of rubber" - }, - "ConsistsOfSmp": { - "type": "boolean", - "description": "The product consists of silane-modified polymers (MS-Polymer)" - }, - "NoChildLabor": { - "type": "boolean", - "description": "Free from child and forced labor" - }, - "NoIllegalMining": { - "type": "boolean", - "description": "Free of illegally extracted raw materials" - }, - "ProcessingInEurope": { - "type": "boolean", - "description": "Material extraction and processing in Europe" - }, - "CsrAvailable": { - "type": "boolean", - "description": "CSR report and certificates of origin available" - }, - "FscCertificate": { - "type": "string", - "description": "Product has a FSC Certification ", - "enum": [ - "n.v.", - "FSC Mix", - "FSC 100", - "FSC Recycled", - "Not certified" - ] - }, - "HolzVonHier": { - "type": "boolean", - "description": "Certified with Holz von Hier" - }, - "NaturePlus": { - "type": "boolean", - "description": "Certified with Natureplus" - }, - "FairStone": { - "type": "boolean", - "description": "Certified with WiN=WiN Fair Stone" - }, - "CertifiedCsc": { - "type": "string", - "description": "The concrete in the product is CSC certified.", - "enum": [ - "n.v.", - "Platinum", - "Gold", - "Silver", - "Bronze", - "Not certified" - ] - }, - "PefcCertificate": { - "type": "string", - "description": "Certified with PEFC", - "enum": [ - "n.v.", - "PEFC 100", - "PEFC 70", - "PEFC Recycled", - "Not certified" - ] - }, - "RecycledContentPreConsumer": { - "type": "number", - "description": "Pre-Consumer Recycled Content" - }, - "RecycledContentPostConsumer": { - "type": "number", - "description": "Post-Consumer Recycled Content " - }, - "CertifiedCscR": { - "type": "string", - "description": "The concrete in the product has been certified with the CSC R module.", - "enum": [ - "n.v.", - "Level 1", - "Level 2", - "Level 3", - "Level 4", - "Not certified" - ] - }, - "PakContentPerKg": { - "type": "boolean", - "description": "PAK content < 50 mg/kg" - }, - "BaPEmissionsPerKg": { - "type": "boolean", - "description": "BaP emissions < 5,0 mg/kg" - }, - "NitrosamineEmissionsPerKg": { - "type": "number", - "description": "Nitrosamine emissions [mg/kg]" - }, - "NitrosamineEmissionsPerCubicMeter": { - "type": "number", - "description": "Nitrosamine Emissions [mg/m³]" - }, - "AmmoniumEmissions28d": { - "type": "number", - "description": "Ammonia emissions after 28 days" - }, - "LeadFree": { - "type": "boolean", - "description": "The product is free of lead compounds (< 0.1%)" - }, - "CMRFree": { - "type": "boolean", - "description": "The product is free of CMR ingredients (< 0,1%)" - }, - "AgBBCompliant": { - "type": "boolean", - "description": "Compliance with AgBB scheme as individual product or in a system" - }, - "RelevantContributionToCost": { - "type": "boolean", - "description": "The product (usually) makes a relevant contribution to the total construction costs of a project (>0.5%)" - }, - "FlowRate": { - "type": "number", - "description": "Flow rate of the water fitting" - }, - "WaterConsumptionFullFlush": { - "type": "number", - "description": "Water consumption of one full flush" - }, - "WaterConsumptionAverageFlush": { - "type": "number", - "description": "Water consumption of one average flush" - }, - "WaterConsumptionUrinal": { - "type": "number", - "description": "Water consumption of the urinal" - }, - "RalGz388Compliant": { - "type": "boolean", - "description": "RAL quality mark “Products made from mineral wool”" - }, - "HbcdFree": { - "type": "boolean", - "description": "The product is free of HBCD (< 0.10%)." - }, - "ConsistsOfGalvanizedSteel": { - "type": "boolean", - "description": "Product consists of galvanized Steel" - }, - "TotalSolid": { - "type": "boolean", - "description": "Total Solid per assessment for mass losses" - }, - "AppliedToExteriorWalls": { - "type": "boolean", - "description": "Product is applied to exterior walls" - }, - "SyntheticResinScreed": { - "type": "boolean", - "description": "Product is a synthetic resin screed" - }, - "DecorativeCoating": { - "type": "boolean", - "description": "The product is a decorative coating or a base coat for a decorative coating." - }, - "BuildingsWithSpecialRequirements": { - "type": "boolean", - "description": "Product is used outdoors or indoors with permanently high humidity (above 65 -70% RH) such as unheated atriums, swimming pools, ice rinks, etc." - }, - "RefrigerantAMEV2017": { - "type": "string", - "description": "Refrigerants according to AMEV Refrigeration 2017 Tables 3 and 4", - "enum": [ - "R290", - "R600a", - "R1270", - "R717", - "R718", - "R744", - "R134a(alt)", - "R450A", - "R513A", - "R1233zd", - "R1234yf", - "R1234ze", - "R404A/R507(alt)", - "R448A", - "R449A", - "R454A", - "R454C", - "L-40^3", - "R410A(alt)", - "R32", - "R454B", - "HPR1D", - "R290" - ] - }, - "ConsistsOfUF": { - "type": "boolean", - "description": "Product is made of UF foam" - }, - "UsedTyreGranulateFree": { - "type": "boolean", - "description": "The product is free of old tire granulate (<0.1%)." - }, - "PhthalateFree": { - "type": "boolean", - "description": "The product is free from phthalates classified as toxic to reproduction (< 0.1%)." - }, - "TVOCEmissions28d": { - "type": "number", - "description": "TVOC Emissions after 28 days in µg/m³" - }, - "AmineOrOximecuringSiliconFree": { - "type": "boolean", - "description": "Product is free of amine- or oxime-curing silicones" - }, - "IsMineralTileAdhesive": { - "type": "boolean", - "description": "The product is a purely mineral tile adhesive" - }, - "IsAssemblyFoam": { - "type": "boolean", - "description": "Product is an assembly foam" - }, - "CadmiumContent": { - "type": "number", - "description": "Cadmium compounds content" - }, - "AppliedToFloorCoverings": { - "type": "boolean", - "description": "Product is applied to floor coverings" - }, - "PMMACoating": { - "type": "boolean", - "description": "The product is a PMMA liquid coating" - }, - "FormaldehydEmissions": { - "type": "number", - "description": "Formaldehyde emissions in mg/m³" - }, - "SumOfCarcinogenicVOCEmissions": { - "type": "number", - "description": "Sum of all carcinogenic VOC emisions of category 1A and 1B in mg/m³" - }, - "IsRenewableInsulationMaterial": { - "type": "boolean", - "description": "Insulation material made from renewable raw materials" - }, - "SurfaceTreatmentAgainstMold": { - "type": "boolean", - "description": "Product has been surface-treated against moisture and mould" - }, - "IsCeilingPanel": { - "type": "boolean", - "description": "The product is used as a ceiling panel." - }, - "TypeOfWaterFitting": { - "type": "string", - "description": "Type of water fitting", - "enum": [ - "Water-Tap", - "Toilet", - "Shower-Head", - "Urinal", - "Front-Loading-Washing-Machine", - "Top-Loading-Washing-Machine", - "Residential-Washing-Machine", - "Commercial-Washing-Machine", - "Compact-Residential-Dishwasher", - "Standard-Residential-Dishwasher", - "IMH-Batch-Ice-Makers", - "RCU-Batch-Ice-Makers", - "SCU-Batch-Ice-Makers", - "IMH-Continuous-Ice-Makers", - "RCU-Continuous-Ice-Makers", - "SCU-Continuous-Ice-Makers", - "Prerinse-Spray-Valves", - "Other" - ] - }, - "IsUsedUnderCeramicTiles": { - "type": "boolean", - "description": "The product is used as a laying material for ceramic wall/floor tiles and slabs." - }, - "UBACompliant": { - "type": "boolean", - "description": "The necessity of using film-protected products was justified on the basis of the UBA information sheets. (Can only be verified in the context of the project!)" - }, - "IsBiodegradable": { - "type": "boolean", - "description": "The formwork oil is readily biodegradable according to OECD 301" - }, - "IsInherentlyBiodegradable": { - "type": "boolean", - "description": "The formwork oil is inherently biodegradable as per OECD 302" - }, - "AntimontrioxidFree": { - "type": "boolean", - "description": "The product is free of antimony trioxide (< 0.1%)." - }, - "EmissionsAfter28d76": { - "type": "boolean", - "description": "The emissions measured after 28 days are below the Blue Angel (DE-UZ 76) limits." - }, - "EmissionsAfter28d176": { - "type": "boolean", - "description": "Emissionen after 28 days ≤ DE-UZ 176" - }, - "IsMMFFloor": { - "type": "boolean", - "description": "Product is a MMF floor" - }, - "MCPPContent": { - "type": "number", - "description": "Content of MCPP (Mecoprop) compounds in the product" - }, - "IsPartOfGreenRoof": { - "type": "boolean", - "description": "The product is installed in a green roof" - }, - "CoveredSurfaceArea": { - "type": "boolean", - "description": "Sum of all weathered and galvanised components on the building > 100 m^2" - }, - "EmissionsReductionMeasures": { - "type": "boolean", - "description": "Emission reduction measures for heavy metal input were implemented on the building" - }, - "IsWeathered": { - "type": "boolean", - "description": "Product is weathered" - }, - "EPDAvailable": { - "type": "string", - "description": "Type of EPD available for the product. ", - "enum": [ - "n.v.", - "Industry-average EPD", - "Product specific EPD" - ] - }, - "Reduction5": { - "type": "boolean", - "description": "5% reduction in two impact categories other than the GWP of the product compared to the baseline situation" - }, - "AnsiBifma2014Compliant": { - "type": "string", - "description": "The product is compliant with ANSI/BIFMA e3-2014 Furniture Sustainability Standard requirements ", - "enum": [ - "n.v.", - "Section 7.5.1.3 (at least 3 points)", - "Section 7.6.1 (Furniture)", - "Section 7.6.2 (Furniture)" - ] - }, - "C2CCertified": { - "type": "string", - "description": "The product is Cradle to Cradle (version 3 or later) certified", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] - }, - "DeclareCertified": { - "type": "string", - "description": "The product has a Declare Label", - "enum": [ - "n.v.", - "Red List Free", - "LBC Red List Free", - "Declared", - "LBC Red List Approved", - "LBC Compliant that demonstrates content inventory to 0.1% (1000 ppm)" - ] - }, - "FactsCertified": { - "type": "string", - "description": "Product is Facts – NSF/ANSI 336 certified", - "enum": [ - "n.v.", - "compliant", - "silver", - "gold", - "platinum" - ] - }, - "GlobalGreenTagPHDCertified": { - "type": "boolean", - "description": "Product is certified with the Global Green TAG PHD label" - }, - "HealthProductDeclarationOpenStandardCompliant": { - "type": "boolean", - "description": "The product is conform with the Health Product Declaration Open Standard" - }, - "LensCertified": { - "type": "boolean", - "description": "The product has a Lens Certification" - }, - "ThirdPartyVerified": { - "type": "boolean", - "description": "Product is third-party verified" - }, - "ActionPlanAvailable": { - "type": "boolean", - "description": "An action plan to mitigate or reduce hazards using green chemistry is available for the product." - }, - "GreenSealCertified": { - "type": "boolean", - "description": "The product is certified with the Green Seal certificate for the product category paints, coatings, stains and sealants" - }, - "LivingProductChallengeCertified": { - "type": "boolean", - "description": "Product is certified with the Living Product Challenge " - }, - "PurchaseArea": { - "type": "boolean", - "description": "The product is (usually) manufactured within 100 miles/160 km of the installation site" - }, - "NonEmittingSource": { - "type": "boolean", - "description": "Product is an inherently nonemitting source of VOC " - }, - "AmountOfContainedRecyclableMaterials": { - "type": "number", - "description": "Proportion of the product consisting of reusable materials (by mass)" - }, - "AnsiBifma2019Compliant": { - "type": "string", - "description": "The product is compliant with ANSI/BIFMA e3-2019 Furniture Sustainability Standard requirements ", - "enum": [ - "n.v.", - "Section 7.5.1.1 (Pathway 1) 4,5,7 or 8 points", - "Section 7.5.2.2 (Pathway 2) 3 points", - "Section 7.6.1 (0,5 credits, by cost)", - "Section 7.6.2 (1 credit, by cost)", - "Section 7.6.2 and 7.6.3 (1,25 credit, by cost)", - "Section 7.5.2.2 4 points or more", - "Section 7.5.1.1 4 points or more", - "achievement of Option 1 in credit 7.5.3", - "Section 7.5.1.1 (Pathway 1) 4,5,7 or 8 points and Section 7.5.2.2 (Pathway 2) 3 points" - ] - }, - "SCMVOCLimits2007Compliant": { - "type": "boolean", - "description": "Product complies with the VOC limits from the CARB 2007 and SCM for architectural coatings" - }, - "ManufacturerPartOfEPR": { - "type": "boolean", - "description": "Product was purchased from a manufacturer that participates in an Extended Producer Responsibility Programme or is directly responsible for it" - }, - "IsCompositeWood": { - "type": "boolean", - "description": "The product is a composite wood product" - }, - "IsBiobased": { - "type": "boolean", - "description": "Product is biobased" - }, - "IsAnimalSkin": { - "type": "boolean", - "description": "Product consists of animal skin" - }, - "InventoryAssessment": { - "type": "string", - "description": "Up to what level of detail were the quantities of all chemicals in the product recorded?", - "enum": [ - "n.v.", - "0,1% equal to1000 ppm", - "0,01% equal to 100 ppm" - ] - }, - "FullDeclarationAvailable": { - "type": "string", - "description": "A full declaration of product ingredients is publicly available. ", - "enum": [ - "n.v.", - "available with all CAS numbers", - "available with GreenScreen List Translator Score", - "available with GreenScreen Benchmarks", - "available with Globally Harmonized System of Classification (GHS) labeling" - ] - }, - "GreenscreenListTranslatorScoreAssesed": { - "type": "number", - "description": "Mass fraction of the product evaluated using the green screen method" - }, - "GreenscreenBenchmark": { - "type": "string", - "description": "All substances in the product have been classified according to the Greenscreen Benchmark approach for safer chemicals", - "enum": [ - "n.v.", - "Benchmark 1", - "Benchmark 2", - "Benchmark 3", - "Benchmark 4", - "Benchmark U" - ] - }, - "GHSAvailable": { - "type": "boolean", - "description": "All substances in the product have been classified according to GHS" - }, - "IsTestedForC14Content": { - "type": "boolean", - "description": "The product has been tested for its carbon 14 content per ISO 16620-2" - }, - "IsPublishedIInHPDRepository": { - "type": "boolean", - "description": "Product´s health product declaration is published in HPD Repository" - }, - "GreenScreenLT1Free": { - "type": "boolean", - "description": "Product is free of any hazardous substances declared according to Greenscreen List Translator (LT-)1 " - }, - "GHSCategory1Free": { - "type": "boolean", - "description": "This product does not contain any substances classified as hazardous category 1 according to GHS " - }, - "GreenScreenIsPublic": { - "type": "boolean", - "description": "The Greenscreen report of the product is publicly available" - }, - "ContentOfGreenScreen": { - "type": "number", - "description": "Proportion of product weight assessed per the Greenscreen Method. " - }, - "Imperative09Conform": { - "type": "boolean", - "description": "Product fulfils the requirements of Imperative 09 (Transparent Meterial Health) of the Living Product Challenge certification" - }, - "AnnexXIVFree": { - "type": "boolean", - "description": "The product is free of substances listed in Annex XIV of the REACH Regulation " - }, - "AnnexXVIIFree": { - "type": "boolean", - "description": "The product is free of substances listed in Annex XVII of the REACH Regulation " - }, - "CDPHVOCCompliant": { - "type": "boolean", - "description": "The product complies with VOC limit values per the CDPH method" - }, - "TVOCEmissions14d": { - "type": "number", - "description": "TVOC emissions after 14 days in µg/m³" - }, - "SCAQMDVOCLimitsCompliant": { - "type": "string", - "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", - "enum": [ - "n.v.", - "Rule 1113", - "Rule 1168" - ] - }, - "TSCACompliant": { - "type": "boolean", - "description": "Product complies with EPA Toxic Substances Control Act (TSCA) formaldehyde emission standards for composite wood products" - }, - "ACTMCompliant": { - "type": "boolean", - "description": "The product complies with the formaldehyde emission limits of the California Air Resources Board (CARB) Airborne Toxic Control Measure (ATCM)" - }, - "ULEEFCertified": { - "type": "boolean", - "description": "The product is certified by the Environmental Protection Agency (EPA) as ULEF (Ultra-Low Emission Formaldehyde)." - }, - "NoNAFAdded": { - "type": "boolean", - "description": "The product is certified as a product without added formaldehyde resins (NAF) by the Environmental Protection Agency (EPA)." - }, - "EUEcolabelCertified": { - "type": "boolean", - "description": "Product is certified with the EU Ecolabel" - }, - "AsbestosFree1000ppm": { - "type": "boolean", - "description": "Product is free of asbestos (1000ppm)" - }, - "RoHSCompliant": { - "type": "boolean", - "description": "The product complies with the RoHS requirements " - }, - "LeadFree100ppm": { - "type": "boolean", - "description": "Product contains less then 100 ppm lead" - }, - "MercuryContentPpm": { - "type": "number", - "description": "Mercury content in ppm" - }, - "LeadCarbonateSulfateFree": { - "type": "boolean", - "description": "The product is free of lead carbonates and sulfates" - }, - "LPCPetalsCompliant": { - "type": "boolean", - "description": "The product is compliant with the Living Product Challenge Petals (Materials und Health + Happiness)" - }, - "HealthRATECertified": { - "type": "string", - "description": "The product is HealthRATE™ mark certified", - "enum": [ - "n.v.", - "SilverHEALTH", - "GoldHEALTH", - "PlatinumHEALTH" - ] - }, - "PFASFree": { - "type": "boolean", - "description": "The product is Per- and polyfluoroalkyl substances (PFAS) free" - }, - "ElectroProduct": { - "type": "boolean", - "description": "Is an electrical/electronic product" - }, - "OrthophtalatesFree": { - "type": "boolean", - "description": "The product is free of Orthophthalates " - }, - "UsedForDrinkingWaterDistribution": { - "type": "boolean", - "description": "Product is used for drinking water supply and distribution" - }, - "ForDrinkingWaterGovernmentApproved": { - "type": "boolean", - "description": "The product is approved for use with drinking water" - }, - "EULCICompliant": { - "type": "boolean", - "description": "The product is compliant with the EU LCI VOC thresholds " - }, - "ByggvarubedömningenCompliant": { - "type": "string", - "description": "The product is classified according to the Byggvarubedömningen criterion", - "enum": [ - "n.v.", - "recommended", - "accepted", - "to be avoided" - ] - }, - "IngredientsThirdPartyVerified": { - "type": "boolean", - "description": "Ingredient disclosure is verified by a third party" - }, - "MaterialHealthCertified": { - "type": "string", - "description": "Product has Material Health Certificate (version 3 or later)", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] - }, - "LCAActionPlanAvailable": { - "type": "boolean", - "description": "An Embodied carbon or LCA Action plan is available to minimize the CO2 emissions of the product" - }, - "GWPReduction": { - "type": "number", - "description": "Reduction of the GWP of the product in % compared to a conventional reference product" - }, - "WetLeadFree": { - "type": "boolean", - "description": "The product is or will get wet and has a maxinum lead content of 0,25%" - }, - "AsbestFree": { - "type": "boolean", - "description": "The product is free of asbestos" - }, - "PCBFree": { - "type": "boolean", - "description": "The product is free of Polychlorinated Biphenyl (PCB)" - }, - "ANSIA1901Compliant": { - "type": "boolean", - "description": "The product is compliant with the ANSI A190.1 standard for glued laminated timber" - }, - "ANSIPRG320Compliant": { - "type": "boolean", - "description": "The product conforms to the ANSI PRG 320 standard for cross laminated timber" - }, - "ANSINSF372Complaint": { - "type": "boolean", - "description": "The product is compliant with the ANSI NSF 372 standard for low lead content in plumbing products" - }, - "ASTDMD866TestMethodCompliant": { - "type": "boolean", - "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D6866 test method" - }, - "ASTMD5456Compliant": { - "type": "boolean", - "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D5456 Standard for Structural Composite lumber" - }, - "ASTMD5055Compliant": { - "type": "boolean", - "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D 5055 standard for I-joists" - }, - "PS2015Compliant": { - "type": "boolean", - "description": "The product is conform to the PS 20-15 standard for finger-jointed lumber" - }, - "PS109Compliant": { - "type": "string", - "description": "The product is compliant with the PS 1-09 standard for structural plywood", - "enum": [ - "n.v.", - "Exterior", - "Exposure 1" - ] - }, - "PS210Compliant": { - "type": "boolean", - "description": "The product is compliant with the PS 2-10 standard for wood based- structural use-panels and is Exposure 1 certified" - }, - "IsUsedInWetRooms": { - "type": "boolean", - "description": "Product is used in wet rooms" - }, - "ProtectsAgainstMoldGrowth": { - "type": "boolean", - "description": "Product protects against mold growth" - }, - "EN16402Measured": { - "type": "boolean", - "description": "The emission limit values of the product were measured in accordance with EN 16402 " - }, - "ISO16009Measured": { - "type": "boolean", - "description": "The emission limit values of the product were measured in accordance with ISO 16000-9 " - }, - "DINEN16516Measured": { - "type": "boolean", - "description": "The emission limit values of the product were measured in accordance with DIN EN 16516 " - }, - "CDPHMeasured": { - "type": "boolean", - "description": "The emission limits of the product were measured according to CDPH Standard Method v 1.1 " - }, - "EN7171Measured": { - "type": "boolean", - "description": "The emission limit values of the product were measured in accordance with EN 717-1 (formaldehyde emissions only) " - }, - "ISO105809Measured": { - "type": "boolean", - "description": "The emission limit values of the product were measured according to ISO 10580-9 " - }, - "EN13999Part1To4Measured": { - "type": "boolean", - "description": "The emission limit values of the product were measured in accordance with EN 13999 (Part 1-4)" - }, - "VOCAgBBConform": { - "type": "boolean", - "description": "The product complies with the VOC emissions and the test method according to AgBB " - }, - "IsCustomMade": { - "type": "boolean", - "description": "The product is custom made" - }, - "SCMVOCLimits2019Compliant": { - "type": "boolean", - "description": "Product complies with the VOC limits from the CARB 2019 and SCM for architectrual coatings" - }, - "FormaldehydeE1Compliant": { - "type": "boolean", - "description": "The product complies with EU emission class E1" - }, - "Japan4StarFormaldehydeCompliant": { - "type": "boolean", - "description": "The product complies with the formaldehyde emission limits for a 4 star rating from the JIS A 1460 (2006) - Japanese standard" - }, - "FactoryCoated": { - "type": "boolean", - "description": "The product is coated at the factory" - }, - "InstalledUnderFloorCoverings": { - "type": "boolean", - "description": "The product is installed under floor coverings " - }, - "GB33372AdhesivesCompliant": { - "type": "boolean", - "description": "The product is compliant with the National standard: GB 33372-2020 (adhesives) of the peoples republic of china " - }, - "HJ2537PaintsCompliant": { - "type": "boolean", - "description": "The product is compliant with the National standard: HJ 2537-2014 (paints) of the peoples republic of china " - }, - "IsSiliconBasedAdhesive": { - "type": "boolean", - "description": "Product is a silicon-based adhesive" - }, - "IsAcrylateBasedAdhesive": { - "type": "boolean", - "description": "Product is an acrylate-based adhesive" - }, - "ContentRecycledAggregates": { - "type": "number", - "description": "Percentage of recycled aggregates in the product" - }, - "MaterialIngredients": { - "type": "boolean", - "description": "Should this product be assessed per the category Material Ingredients?" - }, - "LowEmittingMaterials": { - "type": "boolean", - "description": "Should this product be assessed per the category Low-Emitting Materials?" - }, - "EPD": { - "type": "boolean", - "description": "An environmental product declaration (EPD) is available for the product." - }, - "SourcingRawMaterials": { - "type": "boolean", - "description": "Should this product be assessed per the category Sourcing of Raw Materials?" - }, - "MaterialIngredientOptimization": { - "type": "boolean", - "description": "Should the product be assessed per the category Material Ingredient Optimization?" - }, - "IsBagged": { - "type": "boolean", - "description": "The product is in powder form (bagged). " - }, - "PreservativeFree": { - "type": "boolean", - "description": "The product is free of preservatives per VdL-RL01" - }, - "EUTimberRegulationCompliance": { - "type": "boolean", - "description": "The product has been proven to have been legally felled and traded in accordance with the EU Timber Regulation (EUTR) No. 995/2010" - }, - "CARES": { - "type": "boolean", - "description": "The steel in the product is CARES certified." - }, - "ASICertified": { - "type": "boolean", - "description": "The aluminium in the product is ASI-certified." - }, - "ContentSecondaryAggregates": { - "type": "number", - "description": "Percentage of secondary aggregates in the product" - }, - "MaterialsOptimization": { - "type": "boolean", - "description": "Should this product be assessed per the feature Materials Optimization (WELL X08)?" - }, - "EnhancedMaterialRestrictions": { - "type": "boolean", - "description": "Should this product be assessed per the feature Enhanced Material Restrictions (WELL X05)?" - }, - "VocRestrictions": { - "type": "boolean", - "description": "Should this product be assessed per the feature VOC Restrictions (X06)?" - }, - "MaterialsTransparency": { - "type": "boolean", - "description": "Should this product be assessed per the feature Materials Transparency (WELL X07)?" - }, - "ReusedContent": { - "type": "number", - "description": "Proportion of directly reused materials in the product (includes salvaged, refurbished, and reused)" - }, - "ETACompliant": { - "type": "boolean", - "description": "Product has a performance certificate based on a European Technical Assessment (ETA)" - }, - "UsedOnGreenRoofStructures": { - "type": "boolean", - "description": "Product is used on green roof structures" - }, - "AppliedToWood": { - "type": "boolean", - "description": "The product is applied to wood" - }, - "AppliedToPlastic": { - "type": "boolean", - "description": "The product is applied to plastics" - }, - "UsedInBuildingShell": { - "type": "boolean", - "description": "The product is used in the building shell" - }, - "UsedForJoints": { - "type": "boolean", - "description": "The product is used for the installation of joints in ETICS according to abZ" - }, - "IsCoated": { - "type": "boolean", - "description": "The product is coated" - }, - "GuidelineUBA1705": { - "type": "boolean", - "description": "There is evidence of erosion according to guideline UBA 17/05 for the product" - }, - "IsCementMortar": { - "type": "boolean", - "description": "The product is cement mortar" - }, - "IsSanitaryPartition": { - "type": "boolean", - "description": "The product is a sanitary partition" - }, - "IsWetCoating": { - "type": "boolean", - "description": "The product is a wet coating" - }, - "TinFree": { - "type": "boolean", - "description": "The product is free of tin (content < 0,1%)" - }, - "CadmiumFree": { - "type": "boolean", - "description": "The product is free of cadmium (< 0,1%)" - }, - "UsedInFacadeOrRoof": { - "type": "boolean", - "description": "The product is used as a glue for insulation in the facade or roof of a building." - }, - "connectionType": { - "type": "string", - "description": "Detachability - Type of connection", - "enum": [ - "Unknown", - "HardChemicalConnection", - "SoftChemicalConnection", - "DirectConnection", - "AddedConnectionConnection", - "DryConnection" - ] - }, - "epdProgramOperator": { - "type": "string", - "description": "EPD programme operator", - "enum": [ - "IBU", - "PEPecopassport", - "Environdec", - "EpdNorge", - "BRE", - "EpdDanmark", - "EpdItaly", - "GlobalEpd", - "ITB", - "Kiwa", - "RTS", - "MRPI", - "BauEPD", - "DAPcons", - "DAPhabitat", - "EpdIreland", - "IftRosenheim", - "SUEGB", - "EpdChina", - "GlobalGreenTag", - "ZAG" - ] - }, - "UBAZincProof": { - "type": "boolean", - "description": "Proof of water run-off according to UBA 17/05 exists" - }, - "LayingMaterialSpecial": { - "type": "boolean", - "description": "Product is used as a laying material with special requirements" - }, - "RainwaterFiltrationSystems": { - "type": "boolean", - "description": "Installation of Rainwater filtration systems at a copper and zinc surface > 50 m²" - }, - "WaterBased": { - "type": "boolean", - "description": "The product is water-based" - }, - "EmissionLimitsMeasured": { - "type": "string", - "description": "The emission limit values of the product were measured in accordance with a standardized method", - "enum": [ - "n.v.", - "CDPH Standard Method v1.1", - "DIN EN 16516", - "EN 16402", - "EN 717-1", - "EN 13999 (Part 1-4)", - "ISO 16000-9", - "ISO 10580-9" - ] - }, - "MaterialCoveringSurfaceNonTiles": { - "type": "boolean", - "description": " Product is used as a laying material for the manufacture of finished floor elements (e.g., hollow floors)." - }, - "IsWoodBasedPanel": { - "type": "boolean", - "description": "The product is a wood-based panel according to EN 13986" - }, - "UsedInEtics": { - "type": "boolean", - "description": "The product is used as an insulation material in ETICS" - }, - "BlueAngelAvailable": { - "type": "boolean", - "description": "The product has a Blue Angel certification" - }, - "DecorativeWoodCoating": { - "type": "boolean", - "description": "The product is used as a coating for wooden surfaces" - }, - "CarcinogenicEmissionsFree": { - "type": "boolean", - "description": "The product emits < 0.01 mg/m³ of carcinogenic chemicals after 28 days." - }, - "WoodApplicationClassInSitu": { - "type": "string", - "description": "To which wood use class according to DIN 68800-3 is the product applied?", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] - }, - "FilmprotectedWoodCoating": { - "type": "boolean", - "description": "The product contains film protectants (i.e., biocides that are not used for can preservation)" - }, - "ZincBathLeadContent": { - "type": "boolean", - "description": "Lead content of the zinc coating < 0.1% or lead content of the zinc bath < 0.2%" - }, - "UsedAsAGlue": { - "type": "boolean", - "description": "Product is used as glue under flooring" - }, - "FreeOfPlasticisers": { - "type": "boolean", - "description": "The product is free of plasticizers (< 0.1%)" - }, - "AssemblyFoamUsedInEtics": { - "type": "boolean", - "description": "The product is a mounting foam and is used for bonding ETICS." - }, - "AppliedInThermalHull": { - "type": "boolean", - "description": "The product is used outdoors on the thermal envelope." - }, - "ConsistsOfPolyethylene": { - "type": "boolean", - "description": "The product is made of polyethylene (PE)." - }, - "ConsistsOfWoodBasedComponents": { - "type": "boolean", - "description": "The product consists (in part) of wood-based materials." - }, - "BlueAngel12aOrEquivalent": { - "type": "boolean", - "description": "The product is certified with the Blue Angel (12a) or complies with the relevant certification guidelines." - }, - "FormworkOilVocContentPercent": { - "type": "number", - "description": "VOC content (%) of the formwork oil" - }, - "ProducedWithFormworkOil": { - "type": "boolean", - "description": "A formwork oil has been used to produce this product" - }, - "FormworkOilGiscode": { - "type": "string", - "description": "GISCODE of the formwork oil", - "enum": [ - "BTM01", - "BTM05", - "BTM10", - "BTM15", - "BTM20", - "BTM30", - "BTM40", - "BTM50", - "BTM60", - "BTM70" - ] - }, - "BiocidesEncapsulated": { - "type": "boolean", - "description": "The film protection in the product is produced exclusively using encapsulated biocides." - }, - "AppliedToWoodenFloorCoverings": { - "type": "boolean", - "description": "The product is applied as a surface coating on wooden floors and stairs." - }, - "UsedAsInsulationAdhesive": { - "type": "boolean", - "description": " The product is used for gluing insulation materials to facades or roofs." - }, - "UsedAsLinearAdhesive": { - "type": "boolean", - "description": "The product is used for making point and line-shaped bonds or seals." - }, - "MecopropFree": { - "type": "boolean", - "description": "The product is free from root growth inhibitors such as mecoprop." - }, - "ConsistsOfMs": { - "type": "boolean", - "description": "The product consists of MS polymers." - }, - "DecorativeLaquer": { - "type": "boolean", - "description": "The product is a decorative glaze, lacquer coating, or primer." - }, - "ConsistsOfPS": { - "type": "boolean", - "description": "The product is made of polystyrene (PS, EPS, XPS, etc.)." - } - } - }, - "assessmentResults": { - "type": "object", - "description": "This object includes the assessment results per green building system.", - "properties": { - "BNB": { - "type": "array", - "description": "Bewertungssystem Nachhaltiges Bauen.", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "BNB_1.1.6" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "BREEAM_DE_NB": { - "type": "array", - "description": "BREEAM (Building Research Establishment Environmental Assessment Method) DE New Construction 2018.", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "BREEAM_DE_18_HEA02", - "BREEAM_DE_18_HEA02_01", - "BREEAM_DE_18_MAN03", - "BREEAM_DE_18_MAT01", - "BREEAM_DE_18_MAT03", - "BREEAM_DE_18_WST02" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "DGNB18": { - "type": "array", - "description": "Deutsche Gesellschaft für Nachhaltiges Bauen 2018.", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "DGNB18_ENV12", - "DGNB18_ENV131", - "DGNB18_ENV132" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "DGNB23": { - "type": "array", - "description": "Deutsche Gesellschaft für Nachhaltiges Bauen 2023.", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "DGNB23_ENV1.2", - "DGNB23_ENV131", - "DGNB23_ENV132" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "EUTAX23": { - "type": "array", - "description": "EU taxonomy - key contribution: climate protection (2023).", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "EU_TAX23_DNSH_Pollution_23", - "EU_TAX23_DNSH_Water_23" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "EUTAX24": { - "type": "array", - "description": "EU taxonomy - key contribution: climate protection (2024).", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "EU_TAX_DNSH_Pollution", - "EU_TAX_DNSH_Water" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "LEED ": { - "type": "array", - "description": "LEED (Leadership in Energy and Environmental Design) BD + C: Core and Shell.", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "EPD1_4.1", - "EPD2_4.1", - "IEQ_4.1", - "MIO1_4.1", - "MIO2_4.1", - "SRM_4.1" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "QNG23": { - "type": "array", - "description": "QNG (Qualitätssiegel Nachhaltiges Gebäude) 2023", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "QNG313" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - }, - "WELL": { - "type": "array", - "description": "WELL Building Standard.", - "items": { - "type": "object", - "description": "Each object includes a specific result type and its result value.", - "properties": { - "resultTypeId": { - "type": "string", - "enum": [ - "WE_Pre_X02_v2", - "WELL_Opti_v2", - "WELL_Opti_X05_v2", - "WELL_Opti_X06_v2", - "WELL_Opti_X07_v2", - "WELL_Pre_X01_v2" - ] - }, - "result": { - "type": ["integer", "null"] - } - }, - "required": ["resultTypeId", "result"] - } - } - } - } - } - } - }, - "$ref": "#/$defs/data" - } \ No newline at end of file diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 532639c4..dccfc007 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -46,179 +46,2555 @@ "description": "The functional lifespan (in years)" }, "circularity": { - "title": "The product circularity information", + "$ref": "#/$defs/circularity" + }, + "lifeCycleAssessment": { + "$ref": "#/$defs/lifeCycleAssessment" + }, + "productType": { + "$ref": "#/$defs/compliance/properties/productType" + }, + "productAttributes": { + "$ref": "#/$defs/compliance/properties/productAttributes" + }, + "assessmentResults": { + "$ref": "#/$defs/compliance/properties/assessmentResults" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "compliance": { + "type": "object", + "description": "This object is used to define life cycle compliance data.", + "properties": { + "productType": { + "type": "string", + "description": "Product type as number code.", + "pattern": "^[0-9]+$" + }, + "productAttributes": { "type": "object", + "description": "This object includes the attributes of the product.", "properties": { - "feedstock": { - "title": "The product circularity information", - "type": "object", - "properties": { - "renewables": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "renewablesSustainablyProduced": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "notRenewables": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recycled": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "reused": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recyclingEfficiency": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "output": { - "title": "Output", - "type": "object", - "properties": { - "availableForRecycle": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "SvhcFree": { + "type": "boolean", + "description": "The product is free of SVHC (< 0.1%)." + }, + "BlueAngel": { + "type": "string", + "description": "Certified with Blue Angel (DE-UZ) or meets the relevant guidelines", + "enum": [ + "n.v.", + "12a", + "32", + "35", + "76", + "102", + "113", + "120", + "123", + "128", + "132", + "140", + "156", + "157", + "176", + "178", + "198", + "216", + "218", + "221", + "224", + "225", + "227", + "230", + "231", + "232", + "233", + "830" + ] + }, + "ChlorinatedParaffineFree": { + "type": "boolean", + "description": "Chlorinated paraffine content (SCCPs + MCCPs + LCCPs) < 0.1 %." + }, + "UsedIndoors": { + "type": "boolean", + "description": "The product is used indoors" + }, + "MineralUnderground": { + "type": "boolean", + "description": "The product is applied to mineral underground" + }, + "CategoryDecopaint": { + "type": "string", + "description": "Category (Wb) of current Decopaint-RL (Appendix II)", + "enum": [ + "n.v.", + "a", + "b", + "g", + "h", + "d" + ] + }, + "WaterSoluble": { + "type": "boolean", + "description": "The product or coating is a water-soluble product according to current Decopaint-Directive (Appendix II)." + }, + "SolventFree": { + "type": "boolean", + "description": "The product is solvent-free in accordance with VdL-RL01" + }, + "PlasticizerFree": { + "type": "boolean", + "description": "The product is free of plasticizers according to VdL-RL01" + }, + "DustBindingCoating": { + "type": "boolean", + "description": "The product is used as a base coat" + }, + "VocContentPerLiter": { + "type": "number", + "description": "VOC content (g/l) as per Decopaint RL" + }, + "WallpaperAdhesive": { + "type": "boolean", + "description": "Product is used as wallpaper adhesive" + }, + "PowderProduct": { + "type": "boolean", + "description": "Product is powder product" + }, + "DispersionAdhesive": { + "type": "boolean", + "description": "Product is dispersion adhesive" + }, + "DispersionInsulativeAdhesive": { + "type": "boolean", + "description": "The product is used outdoors as a dispersion insulation adhesive." + }, + "DecorativePaint": { + "type": "boolean", + "description": "The product is a decorative paint or a base coat for a decorative paint." + }, + "Plaster": { + "type": "boolean", + "description": "Product is plaster" + }, + "GutQualitySeal": { + "type": "boolean", + "description": "Certified with GUT quality seal" + }, + "TextileProduct": { + "type": "boolean", + "description": "Product is textile product" + }, + "Giscode": { + "type": "string", + "description": "GISCODE-Classification", + "enum": [ + "n.v.", + "ABZ10", + "ABZ20", + "ABZ30", + "ABZ40", + "ABZ50", + "ABZ60", + "BBP10", + "BBP20", + "BBP30", + "BBP40", + "BBP50", + "BBP60", + "BBP70", + "BBP80", + "BSL10", + "BSL20", + "BSL30", + "BSL40", + "BSL50", + "BSL60", + "BSW10", + "BSW20", + "BSW30", + "BSW40", + "BSW50", + "BSW60", + "BTM01", + "BTM05", + "BTM10", + "BTM15", + "BTM20", + "BTM30", + "BTM40", + "BTM50", + "BTM60", + "BTM70", + "BZM10", + "BZM20", + "BZM30", + "BZM40", + "BZM50", + "CP1", + "CP2", + "CP3", + "D1", + "D2", + "D3", + "DA20", + "DD1", + "DD2", + "DH20", + "DH30, DSA20", + "DSA30", + "DSC20", + "DSE20", + "DSE30", + "DSO20", + "DSW30", + "G1, G2, G3", + "GF0", + "GF50", + "GF60", + "GF70", + "GH0", + "GH10", + "GH20", + "GH30", + "GH40", + "KH1", + "KH2", + "NBM10", + "Ö10+", + "Ö10", + "Ö10/DD+", + "Ö20+", + "Ö20", + "Ö30", + "Ö40+", + "Ö40", + "Ö40/DD+", + "Ö50", + "Ö60+", + "Ö60", + "Ö70", + "Ö80", + "Ö90", + "Ö100", + "PU10", + "PU20", + "PU30", + "PU35", + "PU40", + "PU45", + "PU50", + "PU55", + "PU60", + "PU70", + "PU80", + "RE0", + "RE1", + "RE2", + "RE2.5", + "RE3", + "RE4", + "RE05", + "RE6", + "RE7", + "RE8", + "RE9", + "RE10", + "RE20", + "RE30", + "RE40", + "RE50", + "RE55", + "RE60", + "RE70", + "RE75", + "RE80", + "RE90", + "RMA10", + "RMA15", + "RMA20", + "RS10", + "RS15", + "RS20", + "RS25", + "RSP20", + "RSP25", + "RU0,5", + "RU1", + "RU2", + "SH1", + "W1", + "W1/DD", + "W2+", + "W2/DD+", + "W2", + "W3+", + "W3/DD+", + "W3", + "W3/DD", + "ZP1", + "ZP2" + ] + }, + "Emicode": { + "type": "string", + "description": "Certified with EMICODE", + "enum": [ + "n.v", + "EC1", + "EC1PLUS", + "EC1-R", + "EC1PLUS-R" + ] + }, + "ConsistsOfPu": { + "type": "boolean", + "description": "The product is made of polyurethane (PU)." + }, + "MaterialCoveringSurface": { + "type": "boolean", + "description": "The product is used as a laying material for covering surfaces" + }, + "Sealing": { + "type": "boolean", + "description": "The product is used as a sealant, barrier coating, or screed resin." + }, + "AppliedToNaturalStone": { + "type": "boolean", + "description": "The product is an impregnation for natural stone, cast stone, or terrazzo floors." + }, + "SolventContent": { + "type": "number", + "description": "Solvent content (%)" + }, + "CrackBridging": { + "type": "boolean", + "description": "Product is crackbridging " + }, + "AdhesiveSealant": { + "type": "boolean", + "description": "The product is used for spot or line bonding." + }, + "ChlorinatedParaffinsFree": { + "type": "boolean", + "description": "Chlorinated paraffins free according to MSDS" + }, + "KwsPlasticizerContent": { + "type": "boolean", + "description": "KWS plasticizer < 0.1%" + }, + "AirtightSealing": { + "type": "boolean", + "description": "Product is used as sealant for creating airtightness at the building envelope" + }, + "VocContentPercent": { + "type": "number", + "description": "VOC content (%)" + }, + "HalogenatedFree": { + "type": "boolean", + "description": " The product is free of halogenated propellants (< 0.1%)." + }, + "FormworkOil": { + "type": "boolean", + "description": "Product is used as formwork oil" + }, + "FireProtection": { + "type": "boolean", + "description": "Product is applied to metal as a fire protection coating" + }, + "AbZExisting": { + "type": "boolean", + "description": "Allgemeine Bauaufsichtliche Zulassung (abZ) available" + }, + "HalogenFree": { + "type": "boolean", + "description": "The product is free of halogen flame retardants" + }, + "CorrosivityCategory": { + "type": "string", + "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", + "enum": [ + "n.v.", + "C1", + "C2", + "C3", + "C4", + "C5-I", + "C5-M", + "all" + ] + }, + "VocContentPerSquaremeter": { + "type": "number", + "description": "VOC content (g/m²)" + }, + "AntiCorrosion": { + "type": "boolean", + "description": "The product has or is a corrosion protection coating for metal" + }, + "EffectCoating": { + "type": "boolean", + "description": "The product is or has a effect coating on metal" + }, + "PuCoating": { + "type": "boolean", + "description": "The product is a polyurethane-based coating (PU)" + }, + "SubstantiationOfEmissions": { + "type": "boolean", + "description": "Substantiation of emissions according to MVVTB available" + }, + "PlasticCoating": { + "type": "boolean", + "description": "The product is a PMMA (methyl methacrylate-containing) coating." + }, + "IsOsSystems": { + "type": "boolean", + "description": " The product is an OS system or meets special durability requirements (excluding markings)." + }, + "EpoxyCoating": { + "type": "boolean", + "description": "The product is an epoxy coating" + }, + "Marker": { + "type": "boolean", + "description": "The product is used as marker" + }, + "BitumenPrimer": { + "type": "boolean", + "description": "Product is used as bitumen primer for inverted roof" + }, + "WaxOrOil": { + "type": "boolean", + "description": " The product is applied as an oil or wax to wood surfaces." + }, + "ChemicalWoodPreservation": { + "type": "boolean", + "description": "The product has been treated with a chemical wood preservative." + }, + "ApplicationClass": { + "type": "string", + "description": "Wood application class according to DIN 68800-3", + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] + }, + "OnlyConstructiveWoodProtection": { + "type": "boolean", + "description": "Only constructive wood protection according to DIN 68800-2" + }, + "NaturallyDurableWood": { + "type": "boolean", + "description": "Naturally durable wood according to DIN 68800-1" + }, + "ViableBiocidalProduct": { + "type": "boolean", + "description": "All biocides contained in the product are classified as marketable according to 582/2012/EC." + }, + "AppliedToLoadBearingStructures": { + "type": "boolean", + "description": "The product is installed as a load-bearing component or applied to load-bearing components." + }, + "BiocideTreated": { + "type": "boolean", + "description": "The product contains biocides." + }, + "InCanPreservation": { + "type": "boolean", + "description": "All biocides contained in the coating are used solely for pot preservation." + }, + "PassivatingAgent": { + "type": "boolean", + "description": "The product has been anodized or treated with a passivating agent." + }, + "AppliedToMetal": { + "type": "boolean", + "description": "Product is applied to metal" + }, + "ChromCompoundsFree": { + "type": "boolean", + "description": "The product or coating is free of chromium VI compounds (<0.1%)." + }, + "LeadOrCopper": { + "type": "boolean", + "description": "Product consists of lead or copper" + }, + "HeavyMetalFilter": { + "type": "boolean", + "description": "Heavy metal filter" + }, + "Zinc": { + "type": "boolean", + "description": "Product consists of zinc" + }, + "NonHalogenatedRefrigerant": { + "type": "boolean", + "description": "The product uses a halogen-free refrigerant." + }, + "TcepFree": { + "type": "boolean", + "description": "TCEP content < 0,1%" + }, + "HalogenatedFlameRetardantsFree": { + "type": "boolean", + "description": " The product is free of halogenated flame retardants (< 0.01%)." + }, + "AssemblyFoamFastening": { + "type": "boolean", + "description": "The product is used as an assembly foam for fastening or gluing insulation." + }, + "AssemblyFoamInsulation": { + "type": "boolean", + "description": "The product is used exclusively in joints of ETICS insulation boards." + }, + "FlameRetardant": { + "type": "boolean", + "description": "The product is flame-retardant" + }, + "PbbFree": { + "type": "boolean", + "description": "The product is free of polybrominated biphenyls (PBB < 0.1%)." + }, + "PbdeFree": { + "type": "boolean", + "description": " The product is free of polybrominated diphenyl ethers (PBDE < 0.1%)." + }, + "BoronCompoundsFree": { + "type": "boolean", + "description": "The product is free from reproductive toxic boron compounds (< 0.1%)." + }, + "FormaldehydContent": { + "type": "number", + "description": "Formaldehyd content in ppm" + }, + "Plastic": { + "type": "boolean", + "description": "Product consists of plastic" + }, + "Handcrafted": { + "type": "boolean", + "description": "Product is handcrafted" + }, + "MineralWool": { + "type": "boolean", + "description": "Product consists of mineral wool" + }, + "FoamGlass": { + "type": "boolean", + "description": "Product consists of foam glass" + }, + "RigidFoam": { + "type": "boolean", + "description": "Product is a drainage or water storage element made of rigid foam" + }, + "HalogenatedBlowingAgentsFree": { + "type": "boolean", + "description": "Free of halogenated propellants" + }, + "Pvc": { + "type": "boolean", + "description": "The product consists of PVC" + }, + "WallCovering": { + "type": "boolean", + "description": "The product is used as wall or ceiling covering." + }, + "InsulationForBuildingServices": { + "type": "boolean", + "description": "Product is used as insulation for building services" + }, + "BitumenEmulsion": { + "type": "boolean", + "description": "The product is a hot processed bitumen product" + }, + "EmissionsAfterDays28d120": { + "type": "boolean", + "description": "Emissions after 28 days ≤ DE-UZ 120" + }, + "PuttyUnderWallpapers": { + "type": "boolean", + "description": "Product used as putty under wallpapers" + }, + "SealantForGlass": { + "type": "boolean", + "description": "The Product is used exclusively in safety-relevant areas such as glass construction, facades, or fire protection." + }, + "AdhesiveTape": { + "type": "boolean", + "description": "Product is adhesive tape" + }, + "EmissionEvaluated": { + "type": "boolean", + "description": "Emission evaluated Building product according to the DIBt Principles" + }, + "MetallicEffectCoating": { + "type": "boolean", + "description": "Product is applied to metal as metallic-effect coating" + }, + "ObjectRelatedProofZinc": { + "type": "boolean", + "description": "Object-related proof according to \"RegenwasserCheck- ZINK\" exists" + }, + "CementitiousInsulationAdhesive": { + "type": "boolean", + "description": "Product is cementitious insulation adhesive" + }, + "FloorCovering": { + "type": "boolean", + "description": "Product is floor covering" + }, + "FilmprotectedWoodStain": { + "type": "boolean", + "description": "A film protection agent has been applied to the product." + }, + "StructuralTimber": { + "type": "boolean", + "description": "The Product is used in structural timber engineering" + }, + "PvcFree": { + "type": "boolean", + "description": "The product is free of PVC" + }, + "HeavyMetalFree": { + "type": "boolean", + "description": "heavy metal content < 0,1%" + }, + "Rubber": { + "type": "boolean", + "description": "product is made of rubber" + }, + "ConsistsOfSmp": { + "type": "boolean", + "description": "The product consists of silane-modified polymers (MS-Polymer)" + }, + "NoChildLabor": { + "type": "boolean", + "description": "Free from child and forced labor" + }, + "NoIllegalMining": { + "type": "boolean", + "description": "Free of illegally extracted raw materials" + }, + "ProcessingInEurope": { + "type": "boolean", + "description": "Material extraction and processing in Europe" + }, + "CsrAvailable": { + "type": "boolean", + "description": "CSR report and certificates of origin available" + }, + "FscCertificate": { + "type": "string", + "description": "Product has a FSC Certification ", + "enum": [ + "n.v.", + "FSC Mix", + "FSC 100", + "FSC Recycled", + "Not certified" + ] + }, + "HolzVonHier": { + "type": "boolean", + "description": "Certified with Holz von Hier" + }, + "NaturePlus": { + "type": "boolean", + "description": "Certified with Natureplus" + }, + "FairStone": { + "type": "boolean", + "description": "Certified with WiN=WiN Fair Stone" + }, + "CertifiedCsc": { + "type": "string", + "description": "The concrete in the product is CSC certified.", + "enum": [ + "n.v.", + "Platinum", + "Gold", + "Silver", + "Bronze", + "Not certified" + ] + }, + "PefcCertificate": { + "type": "string", + "description": "Certified with PEFC", + "enum": [ + "n.v.", + "PEFC 100", + "PEFC 70", + "PEFC Recycled", + "Not certified" + ] + }, + "RecycledContentPreConsumer": { + "type": "number", + "description": "Pre-Consumer Recycled Content" + }, + "RecycledContentPostConsumer": { + "type": "number", + "description": "Post-Consumer Recycled Content " + }, + "CertifiedCscR": { + "type": "string", + "description": "The concrete in the product has been certified with the CSC R module.", + "enum": [ + "n.v.", + "Level 1", + "Level 2", + "Level 3", + "Level 4", + "Not certified" + ] + }, + "PakContentPerKg": { + "type": "boolean", + "description": "PAK content < 50 mg/kg" + }, + "BaPEmissionsPerKg": { + "type": "boolean", + "description": "BaP emissions < 5,0 mg/kg" + }, + "NitrosamineEmissionsPerKg": { + "type": "number", + "description": "Nitrosamine emissions [mg/kg]" + }, + "NitrosamineEmissionsPerCubicMeter": { + "type": "number", + "description": "Nitrosamine Emissions [mg/m³]" + }, + "AmmoniumEmissions28d": { + "type": "number", + "description": "Ammonia emissions after 28 days" + }, + "LeadFree": { + "type": "boolean", + "description": "The product is free of lead compounds (< 0.1%)" + }, + "CMRFree": { + "type": "boolean", + "description": "The product is free of CMR ingredients (< 0,1%)" + }, + "AgBBCompliant": { + "type": "boolean", + "description": "Compliance with AgBB scheme as individual product or in a system" + }, + "RelevantContributionToCost": { + "type": "boolean", + "description": "The product (usually) makes a relevant contribution to the total construction costs of a project (>0.5%)" + }, + "FlowRate": { + "type": "number", + "description": "Flow rate of the water fitting" + }, + "WaterConsumptionFullFlush": { + "type": "number", + "description": "Water consumption of one full flush" + }, + "WaterConsumptionAverageFlush": { + "type": "number", + "description": "Water consumption of one average flush" + }, + "WaterConsumptionUrinal": { + "type": "number", + "description": "Water consumption of the urinal" + }, + "RalGz388Compliant": { + "type": "boolean", + "description": "RAL quality mark “Products made from mineral wool”" + }, + "HbcdFree": { + "type": "boolean", + "description": "The product is free of HBCD (< 0.10%)." + }, + "ConsistsOfGalvanizedSteel": { + "type": "boolean", + "description": "Product consists of galvanized Steel" + }, + "TotalSolid": { + "type": "boolean", + "description": "Total Solid per assessment for mass losses" + }, + "AppliedToExteriorWalls": { + "type": "boolean", + "description": "Product is applied to exterior walls" + }, + "SyntheticResinScreed": { + "type": "boolean", + "description": "Product is a synthetic resin screed" + }, + "DecorativeCoating": { + "type": "boolean", + "description": "The product is a decorative coating or a base coat for a decorative coating." + }, + "BuildingsWithSpecialRequirements": { + "type": "boolean", + "description": "Product is used outdoors or indoors with permanently high humidity (above 65 -70% RH) such as unheated atriums, swimming pools, ice rinks, etc." + }, + "RefrigerantAMEV2017": { + "type": "string", + "description": "Refrigerants according to AMEV Refrigeration 2017 Tables 3 and 4", + "enum": [ + "R290", + "R600a", + "R1270", + "R717", + "R718", + "R744", + "R134a(alt)", + "R450A", + "R513A", + "R1233zd", + "R1234yf", + "R1234ze", + "R404A/R507(alt)", + "R448A", + "R449A", + "R454A", + "R454C", + "L-40^3", + "R410A(alt)", + "R32", + "R454B", + "HPR1D", + "R290" + ] + }, + "ConsistsOfUF": { + "type": "boolean", + "description": "Product is made of UF foam" + }, + "UsedTyreGranulateFree": { + "type": "boolean", + "description": "The product is free of old tire granulate (<0.1%)." + }, + "PhthalateFree": { + "type": "boolean", + "description": "The product is free from phthalates classified as toxic to reproduction (< 0.1%)." + }, + "TVOCEmissions28d": { + "type": "number", + "description": "TVOC Emissions after 28 days in µg/m³" + }, + "AmineOrOximecuringSiliconFree": { + "type": "boolean", + "description": "Product is free of amine- or oxime-curing silicones" + }, + "IsMineralTileAdhesive": { + "type": "boolean", + "description": "The product is a purely mineral tile adhesive" + }, + "IsAssemblyFoam": { + "type": "boolean", + "description": "Product is an assembly foam" + }, + "CadmiumContent": { + "type": "number", + "description": "Cadmium compounds content" + }, + "AppliedToFloorCoverings": { + "type": "boolean", + "description": "Product is applied to floor coverings" + }, + "PMMACoating": { + "type": "boolean", + "description": "The product is a PMMA liquid coating" + }, + "FormaldehydEmissions": { + "type": "number", + "description": "Formaldehyde emissions in mg/m³" + }, + "SumOfCarcinogenicVOCEmissions": { + "type": "number", + "description": "Sum of all carcinogenic VOC emisions of category 1A and 1B in mg/m³" + }, + "IsRenewableInsulationMaterial": { + "type": "boolean", + "description": "Insulation material made from renewable raw materials" + }, + "SurfaceTreatmentAgainstMold": { + "type": "boolean", + "description": "Product has been surface-treated against moisture and mould" + }, + "IsCeilingPanel": { + "type": "boolean", + "description": "The product is used as a ceiling panel." + }, + "TypeOfWaterFitting": { + "type": "string", + "description": "Type of water fitting", + "enum": [ + "Water-Tap", + "Toilet", + "Shower-Head", + "Urinal", + "Front-Loading-Washing-Machine", + "Top-Loading-Washing-Machine", + "Residential-Washing-Machine", + "Commercial-Washing-Machine", + "Compact-Residential-Dishwasher", + "Standard-Residential-Dishwasher", + "IMH-Batch-Ice-Makers", + "RCU-Batch-Ice-Makers", + "SCU-Batch-Ice-Makers", + "IMH-Continuous-Ice-Makers", + "RCU-Continuous-Ice-Makers", + "SCU-Continuous-Ice-Makers", + "Prerinse-Spray-Valves", + "Other" + ] + }, + "IsUsedUnderCeramicTiles": { + "type": "boolean", + "description": "The product is used as a laying material for ceramic wall/floor tiles and slabs." + }, + "UBACompliant": { + "type": "boolean", + "description": "The necessity of using film-protected products was justified on the basis of the UBA information sheets. (Can only be verified in the context of the project!)" + }, + "IsBiodegradable": { + "type": "boolean", + "description": "The formwork oil is readily biodegradable according to OECD 301" + }, + "IsInherentlyBiodegradable": { + "type": "boolean", + "description": "The formwork oil is inherently biodegradable as per OECD 302" + }, + "AntimontrioxidFree": { + "type": "boolean", + "description": "The product is free of antimony trioxide (< 0.1%)." + }, + "EmissionsAfter28d76": { + "type": "boolean", + "description": "The emissions measured after 28 days are below the Blue Angel (DE-UZ 76) limits." + }, + "EmissionsAfter28d176": { + "type": "boolean", + "description": "Emissionen after 28 days ≤ DE-UZ 176" + }, + "IsMMFFloor": { + "type": "boolean", + "description": "Product is a MMF floor" + }, + "MCPPContent": { + "type": "number", + "description": "Content of MCPP (Mecoprop) compounds in the product" + }, + "IsPartOfGreenRoof": { + "type": "boolean", + "description": "The product is installed in a green roof" + }, + "CoveredSurfaceArea": { + "type": "boolean", + "description": "Sum of all weathered and galvanised components on the building > 100 m^2" + }, + "EmissionsReductionMeasures": { + "type": "boolean", + "description": "Emission reduction measures for heavy metal input were implemented on the building" + }, + "IsWeathered": { + "type": "boolean", + "description": "Product is weathered" + }, + "EPDAvailable": { + "type": "string", + "description": "Type of EPD available for the product. ", + "enum": [ + "n.v.", + "Industry-average EPD", + "Product specific EPD" + ] + }, + "Reduction5": { + "type": "boolean", + "description": "5% reduction in two impact categories other than the GWP of the product compared to the baseline situation" + }, + "AnsiBifma2014Compliant": { + "type": "string", + "description": "The product is compliant with ANSI/BIFMA e3-2014 Furniture Sustainability Standard requirements ", + "enum": [ + "n.v.", + "Section 7.5.1.3 (at least 3 points)", + "Section 7.6.1 (Furniture)", + "Section 7.6.2 (Furniture)" + ] + }, + "C2CCertified": { + "type": "string", + "description": "The product is Cradle to Cradle (version 3 or later) certified", + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] + }, + "DeclareCertified": { + "type": "string", + "description": "The product has a Declare Label", + "enum": [ + "n.v.", + "Red List Free", + "LBC Red List Free", + "Declared", + "LBC Red List Approved", + "LBC Compliant that demonstrates content inventory to 0.1% (1000 ppm)" + ] + }, + "FactsCertified": { + "type": "string", + "description": "Product is Facts – NSF/ANSI 336 certified", + "enum": [ + "n.v.", + "compliant", + "silver", + "gold", + "platinum" + ] + }, + "GlobalGreenTagPHDCertified": { + "type": "boolean", + "description": "Product is certified with the Global Green TAG PHD label" + }, + "HealthProductDeclarationOpenStandardCompliant": { + "type": "boolean", + "description": "The product is conform with the Health Product Declaration Open Standard" + }, + "LensCertified": { + "type": "boolean", + "description": "The product has a Lens Certification" + }, + "ThirdPartyVerified": { + "type": "boolean", + "description": "Product is third-party verified" + }, + "ActionPlanAvailable": { + "type": "boolean", + "description": "An action plan to mitigate or reduce hazards using green chemistry is available for the product." + }, + "GreenSealCertified": { + "type": "boolean", + "description": "The product is certified with the Green Seal certificate for the product category paints, coatings, stains and sealants" + }, + "LivingProductChallengeCertified": { + "type": "boolean", + "description": "Product is certified with the Living Product Challenge " + }, + "PurchaseArea": { + "type": "boolean", + "description": "The product is (usually) manufactured within 100 miles/160 km of the installation site" + }, + "NonEmittingSource": { + "type": "boolean", + "description": "Product is an inherently nonemitting source of VOC " + }, + "AmountOfContainedRecyclableMaterials": { + "type": "number", + "description": "Proportion of the product consisting of reusable materials (by mass)" + }, + "AnsiBifma2019Compliant": { + "type": "string", + "description": "The product is compliant with ANSI/BIFMA e3-2019 Furniture Sustainability Standard requirements ", + "enum": [ + "n.v.", + "Section 7.5.1.1 (Pathway 1) 4,5,7 or 8 points", + "Section 7.5.2.2 (Pathway 2) 3 points", + "Section 7.6.1 (0,5 credits, by cost)", + "Section 7.6.2 (1 credit, by cost)", + "Section 7.6.2 and 7.6.3 (1,25 credit, by cost)", + "Section 7.5.2.2 4 points or more", + "Section 7.5.1.1 4 points or more", + "achievement of Option 1 in credit 7.5.3", + "Section 7.5.1.1 (Pathway 1) 4,5,7 or 8 points and Section 7.5.2.2 (Pathway 2) 3 points" + ] + }, + "SCMVOCLimits2007Compliant": { + "type": "boolean", + "description": "Product complies with the VOC limits from the CARB 2007 and SCM for architectural coatings" + }, + "ManufacturerPartOfEPR": { + "type": "boolean", + "description": "Product was purchased from a manufacturer that participates in an Extended Producer Responsibility Programme or is directly responsible for it" + }, + "IsCompositeWood": { + "type": "boolean", + "description": "The product is a composite wood product" + }, + "IsBiobased": { + "type": "boolean", + "description": "Product is biobased" + }, + "IsAnimalSkin": { + "type": "boolean", + "description": "Product consists of animal skin" + }, + "InventoryAssessment": { + "type": "string", + "description": "Up to what level of detail were the quantities of all chemicals in the product recorded?", + "enum": [ + "n.v.", + "0,1% equal to1000 ppm", + "0,01% equal to 100 ppm" + ] + }, + "FullDeclarationAvailable": { + "type": "string", + "description": "A full declaration of product ingredients is publicly available. ", + "enum": [ + "n.v.", + "available with all CAS numbers", + "available with GreenScreen List Translator Score", + "available with GreenScreen Benchmarks", + "available with Globally Harmonized System of Classification (GHS) labeling" + ] + }, + "GreenscreenListTranslatorScoreAssesed": { + "type": "number", + "description": "Mass fraction of the product evaluated using the green screen method" + }, + "GreenscreenBenchmark": { + "type": "string", + "description": "All substances in the product have been classified according to the Greenscreen Benchmark approach for safer chemicals", + "enum": [ + "n.v.", + "Benchmark 1", + "Benchmark 2", + "Benchmark 3", + "Benchmark 4", + "Benchmark U" + ] + }, + "GHSAvailable": { + "type": "boolean", + "description": "All substances in the product have been classified according to GHS" + }, + "IsTestedForC14Content": { + "type": "boolean", + "description": "The product has been tested for its carbon 14 content per ISO 16620-2" + }, + "IsPublishedIInHPDRepository": { + "type": "boolean", + "description": "Product´s health product declaration is published in HPD Repository" + }, + "GreenScreenLT1Free": { + "type": "boolean", + "description": "Product is free of any hazardous substances declared according to Greenscreen List Translator (LT-)1 " + }, + "GHSCategory1Free": { + "type": "boolean", + "description": "This product does not contain any substances classified as hazardous category 1 according to GHS " + }, + "GreenScreenIsPublic": { + "type": "boolean", + "description": "The Greenscreen report of the product is publicly available" + }, + "ContentOfGreenScreen": { + "type": "number", + "description": "Proportion of product weight assessed per the Greenscreen Method. " + }, + "Imperative09Conform": { + "type": "boolean", + "description": "Product fulfils the requirements of Imperative 09 (Transparent Meterial Health) of the Living Product Challenge certification" + }, + "AnnexXIVFree": { + "type": "boolean", + "description": "The product is free of substances listed in Annex XIV of the REACH Regulation " + }, + "AnnexXVIIFree": { + "type": "boolean", + "description": "The product is free of substances listed in Annex XVII of the REACH Regulation " + }, + "CDPHVOCCompliant": { + "type": "boolean", + "description": "The product complies with VOC limit values per the CDPH method" + }, + "TVOCEmissions14d": { + "type": "number", + "description": "TVOC emissions after 14 days in µg/m³" + }, + "SCAQMDVOCLimitsCompliant": { + "type": "string", + "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", + "enum": [ + "n.v.", + "Rule 1113", + "Rule 1168" + ] + }, + "TSCACompliant": { + "type": "boolean", + "description": "Product complies with EPA Toxic Substances Control Act (TSCA) formaldehyde emission standards for composite wood products" + }, + "ACTMCompliant": { + "type": "boolean", + "description": "The product complies with the formaldehyde emission limits of the California Air Resources Board (CARB) Airborne Toxic Control Measure (ATCM)" + }, + "ULEEFCertified": { + "type": "boolean", + "description": "The product is certified by the Environmental Protection Agency (EPA) as ULEF (Ultra-Low Emission Formaldehyde)." + }, + "NoNAFAdded": { + "type": "boolean", + "description": "The product is certified as a product without added formaldehyde resins (NAF) by the Environmental Protection Agency (EPA)." + }, + "EUEcolabelCertified": { + "type": "boolean", + "description": "Product is certified with the EU Ecolabel" + }, + "AsbestosFree1000ppm": { + "type": "boolean", + "description": "Product is free of asbestos (1000ppm)" + }, + "RoHSCompliant": { + "type": "boolean", + "description": "The product complies with the RoHS requirements " + }, + "LeadFree100ppm": { + "type": "boolean", + "description": "Product contains less then 100 ppm lead" + }, + "MercuryContentPpm": { + "type": "number", + "description": "Mercury content in ppm" + }, + "LeadCarbonateSulfateFree": { + "type": "boolean", + "description": "The product is free of lead carbonates and sulfates" + }, + "LPCPetalsCompliant": { + "type": "boolean", + "description": "The product is compliant with the Living Product Challenge Petals (Materials und Health + Happiness)" + }, + "HealthRATECertified": { + "type": "string", + "description": "The product is HealthRATE™ mark certified", + "enum": [ + "n.v.", + "SilverHEALTH", + "GoldHEALTH", + "PlatinumHEALTH" + ] + }, + "PFASFree": { + "type": "boolean", + "description": "The product is Per- and polyfluoroalkyl substances (PFAS) free" + }, + "ElectroProduct": { + "type": "boolean", + "description": "Is an electrical/electronic product" + }, + "OrthophtalatesFree": { + "type": "boolean", + "description": "The product is free of Orthophthalates " + }, + "UsedForDrinkingWaterDistribution": { + "type": "boolean", + "description": "Product is used for drinking water supply and distribution" + }, + "ForDrinkingWaterGovernmentApproved": { + "type": "boolean", + "description": "The product is approved for use with drinking water" + }, + "EULCICompliant": { + "type": "boolean", + "description": "The product is compliant with the EU LCI VOC thresholds " + }, + "ByggvarubedömningenCompliant": { + "type": "string", + "description": "The product is classified according to the Byggvarubedömningen criterion", + "enum": [ + "n.v.", + "recommended", + "accepted", + "to be avoided" + ] + }, + "IngredientsThirdPartyVerified": { + "type": "boolean", + "description": "Ingredient disclosure is verified by a third party" + }, + "MaterialHealthCertified": { + "type": "string", + "description": "Product has Material Health Certificate (version 3 or later)", + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] + }, + "LCAActionPlanAvailable": { + "type": "boolean", + "description": "An Embodied carbon or LCA Action plan is available to minimize the CO2 emissions of the product" + }, + "GWPReduction": { + "type": "number", + "description": "Reduction of the GWP of the product in % compared to a conventional reference product" + }, + "WetLeadFree": { + "type": "boolean", + "description": "The product is or will get wet and has a maxinum lead content of 0,25%" + }, + "AsbestFree": { + "type": "boolean", + "description": "The product is free of asbestos" + }, + "PCBFree": { + "type": "boolean", + "description": "The product is free of Polychlorinated Biphenyl (PCB)" + }, + "ANSIA1901Compliant": { + "type": "boolean", + "description": "The product is compliant with the ANSI A190.1 standard for glued laminated timber" + }, + "ANSIPRG320Compliant": { + "type": "boolean", + "description": "The product conforms to the ANSI PRG 320 standard for cross laminated timber" + }, + "ANSINSF372Complaint": { + "type": "boolean", + "description": "The product is compliant with the ANSI NSF 372 standard for low lead content in plumbing products" + }, + "ASTDMD866TestMethodCompliant": { + "type": "boolean", + "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D6866 test method" + }, + "ASTMD5456Compliant": { + "type": "boolean", + "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D5456 Standard for Structural Composite lumber" + }, + "ASTMD5055Compliant": { + "type": "boolean", + "description": "The product is compliant with the American Society for Testing and Materials (ASTM) D 5055 standard for I-joists" + }, + "PS2015Compliant": { + "type": "boolean", + "description": "The product is conform to the PS 20-15 standard for finger-jointed lumber" + }, + "PS109Compliant": { + "type": "string", + "description": "The product is compliant with the PS 1-09 standard for structural plywood", + "enum": [ + "n.v.", + "Exterior", + "Exposure 1" + ] + }, + "PS210Compliant": { + "type": "boolean", + "description": "The product is compliant with the PS 2-10 standard for wood based- structural use-panels and is Exposure 1 certified" + }, + "IsUsedInWetRooms": { + "type": "boolean", + "description": "Product is used in wet rooms" + }, + "ProtectsAgainstMoldGrowth": { + "type": "boolean", + "description": "Product protects against mold growth" + }, + "EN16402Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with EN 16402 " + }, + "ISO16009Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with ISO 16000-9 " + }, + "DINEN16516Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with DIN EN 16516 " + }, + "CDPHMeasured": { + "type": "boolean", + "description": "The emission limits of the product were measured according to CDPH Standard Method v 1.1 " + }, + "EN7171Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with EN 717-1 (formaldehyde emissions only) " + }, + "ISO105809Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured according to ISO 10580-9 " + }, + "EN13999Part1To4Measured": { + "type": "boolean", + "description": "The emission limit values of the product were measured in accordance with EN 13999 (Part 1-4)" + }, + "VOCAgBBConform": { + "type": "boolean", + "description": "The product complies with the VOC emissions and the test method according to AgBB " + }, + "IsCustomMade": { + "type": "boolean", + "description": "The product is custom made" + }, + "SCMVOCLimits2019Compliant": { + "type": "boolean", + "description": "Product complies with the VOC limits from the CARB 2019 and SCM for architectrual coatings" + }, + "FormaldehydeE1Compliant": { + "type": "boolean", + "description": "The product complies with EU emission class E1" + }, + "Japan4StarFormaldehydeCompliant": { + "type": "boolean", + "description": "The product complies with the formaldehyde emission limits for a 4 star rating from the JIS A 1460 (2006) - Japanese standard" + }, + "FactoryCoated": { + "type": "boolean", + "description": "The product is coated at the factory" + }, + "InstalledUnderFloorCoverings": { + "type": "boolean", + "description": "The product is installed under floor coverings " + }, + "GB33372AdhesivesCompliant": { + "type": "boolean", + "description": "The product is compliant with the National standard: GB 33372-2020 (adhesives) of the peoples republic of china " + }, + "HJ2537PaintsCompliant": { + "type": "boolean", + "description": "The product is compliant with the National standard: HJ 2537-2014 (paints) of the peoples republic of china " + }, + "IsSiliconBasedAdhesive": { + "type": "boolean", + "description": "Product is a silicon-based adhesive" + }, + "IsAcrylateBasedAdhesive": { + "type": "boolean", + "description": "Product is an acrylate-based adhesive" + }, + "ContentRecycledAggregates": { + "type": "number", + "description": "Percentage of recycled aggregates in the product" + }, + "MaterialIngredients": { + "type": "boolean", + "description": "Should this product be assessed per the category Material Ingredients?" + }, + "LowEmittingMaterials": { + "type": "boolean", + "description": "Should this product be assessed per the category Low-Emitting Materials?" + }, + "EPD": { + "type": "boolean", + "description": "An environmental product declaration (EPD) is available for the product." + }, + "SourcingRawMaterials": { + "type": "boolean", + "description": "Should this product be assessed per the category Sourcing of Raw Materials?" + }, + "MaterialIngredientOptimization": { + "type": "boolean", + "description": "Should the product be assessed per the category Material Ingredient Optimization?" + }, + "IsBagged": { + "type": "boolean", + "description": "The product is in powder form (bagged). " + }, + "PreservativeFree": { + "type": "boolean", + "description": "The product is free of preservatives per VdL-RL01" + }, + "EUTimberRegulationCompliance": { + "type": "boolean", + "description": "The product has been proven to have been legally felled and traded in accordance with the EU Timber Regulation (EUTR) No. 995/2010" + }, + "CARES": { + "type": "boolean", + "description": "The steel in the product is CARES certified." + }, + "ASICertified": { + "type": "boolean", + "description": "The aluminium in the product is ASI-certified." + }, + "ContentSecondaryAggregates": { + "type": "number", + "description": "Percentage of secondary aggregates in the product" + }, + "MaterialsOptimization": { + "type": "boolean", + "description": "Should this product be assessed per the feature Materials Optimization (WELL X08)?" + }, + "EnhancedMaterialRestrictions": { + "type": "boolean", + "description": "Should this product be assessed per the feature Enhanced Material Restrictions (WELL X05)?" + }, + "VocRestrictions": { + "type": "boolean", + "description": "Should this product be assessed per the feature VOC Restrictions (X06)?" + }, + "MaterialsTransparency": { + "type": "boolean", + "description": "Should this product be assessed per the feature Materials Transparency (WELL X07)?" + }, + "ReusedContent": { + "type": "number", + "description": "Proportion of directly reused materials in the product (includes salvaged, refurbished, and reused)" + }, + "ETACompliant": { + "type": "boolean", + "description": "Product has a performance certificate based on a European Technical Assessment (ETA)" + }, + "UsedOnGreenRoofStructures": { + "type": "boolean", + "description": "Product is used on green roof structures" + }, + "AppliedToWood": { + "type": "boolean", + "description": "The product is applied to wood" + }, + "AppliedToPlastic": { + "type": "boolean", + "description": "The product is applied to plastics" + }, + "UsedInBuildingShell": { + "type": "boolean", + "description": "The product is used in the building shell" + }, + "UsedForJoints": { + "type": "boolean", + "description": "The product is used for the installation of joints in ETICS according to abZ" + }, + "IsCoated": { + "type": "boolean", + "description": "The product is coated" + }, + "GuidelineUBA1705": { + "type": "boolean", + "description": "There is evidence of erosion according to guideline UBA 17/05 for the product" + }, + "IsCementMortar": { + "type": "boolean", + "description": "The product is cement mortar" + }, + "IsSanitaryPartition": { + "type": "boolean", + "description": "The product is a sanitary partition" + }, + "IsWetCoating": { + "type": "boolean", + "description": "The product is a wet coating" + }, + "TinFree": { + "type": "boolean", + "description": "The product is free of tin (content < 0,1%)" + }, + "CadmiumFree": { + "type": "boolean", + "description": "The product is free of cadmium (< 0,1%)" + }, + "UsedInFacadeOrRoof": { + "type": "boolean", + "description": "The product is used as a glue for insulation in the facade or roof of a building." + }, + "connectionType": { + "type": "string", + "description": "Detachability - Type of connection", + "enum": [ + "Unknown", + "HardChemicalConnection", + "SoftChemicalConnection", + "DirectConnection", + "AddedConnectionConnection", + "DryConnection" + ] + }, + "epdProgramOperator": { + "type": "string", + "description": "EPD programme operator", + "enum": [ + "IBU", + "PEPecopassport", + "Environdec", + "EpdNorge", + "BRE", + "EpdDanmark", + "EpdItaly", + "GlobalEpd", + "ITB", + "Kiwa", + "RTS", + "MRPI", + "BauEPD", + "DAPcons", + "DAPhabitat", + "EpdIreland", + "IftRosenheim", + "SUEGB", + "EpdChina", + "GlobalGreenTag", + "ZAG" + ] + }, + "UBAZincProof": { + "type": "boolean", + "description": "Proof of water run-off according to UBA 17/05 exists" + }, + "LayingMaterialSpecial": { + "type": "boolean", + "description": "Product is used as a laying material with special requirements" + }, + "RainwaterFiltrationSystems": { + "type": "boolean", + "description": "Installation of Rainwater filtration systems at a copper and zinc surface > 50 m²" + }, + "WaterBased": { + "type": "boolean", + "description": "The product is water-based" + }, + "EmissionLimitsMeasured": { + "type": "string", + "description": "The emission limit values of the product were measured in accordance with a standardized method", + "enum": [ + "n.v.", + "CDPH Standard Method v1.1", + "DIN EN 16516", + "EN 16402", + "EN 717-1", + "EN 13999 (Part 1-4)", + "ISO 16000-9", + "ISO 10580-9" + ] + }, + "MaterialCoveringSurfaceNonTiles": { + "type": "boolean", + "description": " Product is used as a laying material for the manufacture of finished floor elements (e.g., hollow floors)." + }, + "IsWoodBasedPanel": { + "type": "boolean", + "description": "The product is a wood-based panel according to EN 13986" + }, + "UsedInEtics": { + "type": "boolean", + "description": "The product is used as an insulation material in ETICS" + }, + "BlueAngelAvailable": { + "type": "boolean", + "description": "The product has a Blue Angel certification" + }, + "DecorativeWoodCoating": { + "type": "boolean", + "description": "The product is used as a coating for wooden surfaces" + }, + "CarcinogenicEmissionsFree": { + "type": "boolean", + "description": "The product emits < 0.01 mg/m³ of carcinogenic chemicals after 28 days." + }, + "WoodApplicationClassInSitu": { + "type": "string", + "description": "To which wood use class according to DIN 68800-3 is the product applied?", + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] + }, + "FilmprotectedWoodCoating": { + "type": "boolean", + "description": "The product contains film protectants (i.e., biocides that are not used for can preservation)" + }, + "ZincBathLeadContent": { + "type": "boolean", + "description": "Lead content of the zinc coating < 0.1% or lead content of the zinc bath < 0.2%" + }, + "UsedAsAGlue": { + "type": "boolean", + "description": "Product is used as glue under flooring" + }, + "FreeOfPlasticisers": { + "type": "boolean", + "description": "The product is free of plasticizers (< 0.1%)" + }, + "AssemblyFoamUsedInEtics": { + "type": "boolean", + "description": "The product is a mounting foam and is used for bonding ETICS." + }, + "AppliedInThermalHull": { + "type": "boolean", + "description": "The product is used outdoors on the thermal envelope." + }, + "ConsistsOfPolyethylene": { + "type": "boolean", + "description": "The product is made of polyethylene (PE)." + }, + "ConsistsOfWoodBasedComponents": { + "type": "boolean", + "description": "The product consists (in part) of wood-based materials." + }, + "BlueAngel12aOrEquivalent": { + "type": "boolean", + "description": "The product is certified with the Blue Angel (12a) or complies with the relevant certification guidelines." + }, + "FormworkOilVocContentPercent": { + "type": "number", + "description": "VOC content (%) of the formwork oil" + }, + "ProducedWithFormworkOil": { + "type": "boolean", + "description": "A formwork oil has been used to produce this product" + }, + "FormworkOilGiscode": { + "type": "string", + "description": "GISCODE of the formwork oil", + "enum": [ + "BTM01", + "BTM05", + "BTM10", + "BTM15", + "BTM20", + "BTM30", + "BTM40", + "BTM50", + "BTM60", + "BTM70" + ] + }, + "BiocidesEncapsulated": { + "type": "boolean", + "description": "The film protection in the product is produced exclusively using encapsulated biocides." + }, + "AppliedToWoodenFloorCoverings": { + "type": "boolean", + "description": "The product is applied as a surface coating on wooden floors and stairs." + }, + "UsedAsInsulationAdhesive": { + "type": "boolean", + "description": " The product is used for gluing insulation materials to facades or roofs." + }, + "UsedAsLinearAdhesive": { + "type": "boolean", + "description": "The product is used for making point and line-shaped bonds or seals." + }, + "MecopropFree": { + "type": "boolean", + "description": "The product is free from root growth inhibitors such as mecoprop." + }, + "ConsistsOfMs": { + "type": "boolean", + "description": "The product consists of MS polymers." + }, + "DecorativeLaquer": { + "type": "boolean", + "description": "The product is a decorative glaze, lacquer coating, or primer." + }, + "ConsistsOfPS": { + "type": "boolean", + "description": "The product is made of polystyrene (PS, EPS, XPS, etc.)." + } + } + }, + "assessmentResults": { + "type": "object", + "description": "This object includes the assessment results per green building system.", + "properties": { + "BNB": { + "type": "array", + "description": "Bewertungssystem Nachhaltiges Bauen.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "BNB_1.1.6" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "recyclingEfficiency": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "required": [ + "resultTypeId", + "result" + ] + } + }, + "BREEAM_DE_NB": { + "type": "array", + "description": "BREEAM (Building Research Establishment Environmental Assessment Method) DE New Construction 2018.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "BREEAM_DE_18_HEA02", + "BREEAM_DE_18_HEA02_01", + "BREEAM_DE_18_MAN03", + "BREEAM_DE_18_MAT01", + "BREEAM_DE_18_MAT03", + "BREEAM_DE_18_WST02" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "landfill": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "required": [ + "resultTypeId", + "result" + ] + } + }, + "DGNB18": { + "type": "array", + "description": "Deutsche Gesellschaft für Nachhaltiges Bauen 2018.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "DGNB18_ENV12", + "DGNB18_ENV131", + "DGNB18_ENV132" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "incineration": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "required": [ + "resultTypeId", + "result" + ] + } + }, + "DGNB23": { + "type": "array", + "description": "Deutsche Gesellschaft für Nachhaltiges Bauen 2023.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "DGNB23_ENV1.2", + "DGNB23_ENV131", + "DGNB23_ENV132" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "availableForReuse": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "detachability": { - "title": "Output", - "type": "object", - "properties": { - "connectionType": { - "type": "string", - "enum": [ - "Unknown", - "HardChemicalConnection", - "SoftChemicalConnection", - "DirectConnection", - "AddedConnectionConnection", - "DryConnection" - ], - "description": "Connection type." + "required": [ + "resultTypeId", + "result" + ] + } + }, + "EUTAX23": { + "type": "array", + "description": "EU taxonomy - key contribution: climate protection (2023).", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "EU_TAX23_DNSH_Pollution_23", + "EU_TAX23_DNSH_Water_23" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "connectionTypeDetail": { - "type": "string", - "enum": [ - "Unknown", - "BoltAndNut", - "Spring", - "Corner", - "Screw", - "None", - "Click", - "Velcro", - "Magnetic", - "Glue", - "Dump", - "Weld", - "Concrete", - "ChemicalAnchor", - "Sealant", - "Foam", - "Peg", - "Nail" - ], - "description": "Connection type." + "required": [ + "resultTypeId", + "result" + ] + } + }, + "EUTAX24": { + "type": "array", + "description": "EU taxonomy - key contribution: climate protection (2024).", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "EU_TAX_DNSH_Pollution", + "EU_TAX_DNSH_Water" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "accessibility": { - "type": "string", - "enum": [ - "Unknown", - "NotAccessible", - "PartialWithDamage", - "PartialWithRepairableDamage", - "PartialNoDamage", - "Accessible" - ], - "description": "Connection type." + "required": [ + "resultTypeId", + "result" + ] + } + }, + "LEED ": { + "type": "array", + "description": "LEED (Leadership in Energy and Environmental Design) BD + C: Core and Shell.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "EPD1_4.1", + "EPD2_4.1", + "IEQ_4.1", + "MIO1_4.1", + "MIO2_4.1", + "SRM_4.1" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "intersection": { - "type": "string", - "enum": [ - "Unknown", - "Complete", - "Incidental", - "None" - ], - "description": "Connection type." + "required": [ + "resultTypeId", + "result" + ] + } + }, + "QNG23": { + "type": "array", + "description": "QNG (Qualitätssiegel Nachhaltiges Gebäude) 2023", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "QNG313" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "productEdge": { - "type": "string", - "enum": [ - "Unknown", - "Closed", - "Overlapping", - "Open" - ], - "description": "Connection type." + "required": [ + "resultTypeId", + "result" + ] + } + }, + "WELL": { + "type": "array", + "description": "WELL Building Standard.", + "items": { + "type": "object", + "description": "Each object includes a specific result type and its result value.", + "properties": { + "resultTypeId": { + "type": "string", + "enum": [ + "WE_Pre_X02_v2", + "WELL_Opti_v2", + "WELL_Opti_X05_v2", + "WELL_Opti_X06_v2", + "WELL_Opti_X07_v2", + "WELL_Pre_X01_v2" + ] + }, + "result": { + "type": [ + "integer", + "null" + ] + } }, - "index": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Detachability index" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "required": [ + "resultTypeId", + "result" + ] + } } } + } + }, + "required": [ + "productType", + "productAttributes" + ], + "additionalProperties": false + }, + "lifeCycleAssessment": { + "type": "object", + "title": "The object is used to define life cycle assessment data.", + "properties": { + "isoCode": { + "type": "string", + "description": "The 2 letter iso code for a country." }, - "lifeCycleAssessment": { - "title": "LCA-Data", - "description": "", + "owner": { + "type": "string", + "description": "" + }, + "referenceYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "validUntilYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "datasetType": { + "type": "string", + "description": "" + }, + "UUID": { + "type": "string", + "description": "" + }, + "registrationNumber": { + "type": "string", + "description": "" + }, + "version": { + "type": "string", + "description": "" + }, + "compliance": { + "type": "string", + "description": "" + }, + "environmentalCostIndicator": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "" + }, + "phases": { + "title": "LCA Data", "type": "array", "items": { - "$ref": "lifeCycleAssessmentData.json", - "description": "The LCA-data in JSON." + "type": "object", + "properties": { + "phaseId": { + "type": "string", + "enum": [ + "NotSpecified", + "A1_A3", + "A4", + "A5", + "B1", + "B2", + "B3", + "B4", + "B5", + "B6", + "B7", + "C1", + "C2", + "C3", + "C4", + "D" + ], + "description": "" + }, + "EN15804_2012_04_A1_2013": { + "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/EN15804_2012_04_A1_2013", + "description": "" + }, + "EN15804_2012_A2_2019": { + "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/EN15804_2012_A2_2019", + "description": "" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + } + } + }, + "lifeCycleAssessmentPhaseValues": { + "type": "object", + "title": "The object is used to define calorimetric data.", + "properties": { + "EN15804_2012_04_A1_2013": { + "title": "LCA ruleset EN 15804:2012-04+A1 2013", + "type": "object", + "properties": { + "globalWarmingPotential": { + "type": "number", + "description": "Global Warming Potential (GWP)" + }, + "ozoneDeplationPotential": { + "type": "number", + "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" + }, + "photoChemicalOxydantFormation": { + "type": "number", + "description": "Photo Chemical Oxydant Formation (POCP) (kg C2H4e)" + }, + "acidificationPotentialOfLandAndWater": { + "type": "number", + "description": "Acidification potential of land and water (AP) (kg SO2e)" + }, + "eutrophicationPotential": { + "type": "number", + "description": "Eutrophication potential (EP) (kg (PO4)³e)" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" + }, + "abioticDeplationFossile": { + "type": "number", + "description": "Abiotic Depletion Fossil (ADPF) (MJ)" + }, + "humanToxicityPotential": { + "type": "number", + "description": "Human toxicity potential (HTP) (kg 1,4-Dichlorobenzene)" + }, + "freshwaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "Freshwater aquatic ecotoxicity potential (FAETP) (kg 1,4-Dichlorobenzene)" + }, + "marinewaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "Marinewater aquatic ecotoxicity potential (MAETP) (kg 1,4-Dichlorobenzene)" + }, + "terrestrialEcotoxicityPotential": { + "type": "number", + "description": "Terrestrial ecotoxicity potential (TETP) (kg 1,4-Dichlorobenzene)" + }, + "pere": { + "type": "number", + "description": "Use of renewable primary energy (PERE) (MJ)" + }, + "perm": { + "type": "number", + "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" + }, + "pert": { + "type": "number", + "description": "Total use of renewable primary energy resources (PERT) (MJ)" + }, + "penre": { + "type": "number", + "description": "Use of non renewable primary energy (PENRE) (MJ)" + }, + "penrm": { + "type": "number", + "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" + }, + "penrt": { + "type": "number", + "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" + }, + "sm": { + "type": "number", + "description": "Use of secondary material (SM) (kg)" + }, + "rsf": { + "type": "number", + "description": "Use of renewable secondary fuels (RSF) (MJ)" + }, + "nrsf": { + "type": "number", + "description": "Use of non renewable secondary fuels (NRSF) (MJ)" + }, + "fw": { + "type": "number", + "description": "Use of net fresh water (FW) (m3)" + }, + "hwd": { + "type": "number", + "description": "Hazardous waste disposed (HWD) (kg)" + }, + "nhwd": { + "type": "number", + "description": "Non hazardous waste dispose (NHWD) (kg)" + }, + "rwd": { + "type": "number", + "description": "Radioactive waste disposed (RWD) (kg)" + }, + "mfr": { + "type": "number", + "description": "Materials for recycling (MFR) (kg)" + }, + "mer": { + "type": "number", + "description": "Materials for energy recovery (MER) (MJ)" + }, + "eee": { + "type": "number", + "description": "Exported electrical energy (EEE) (MJ)" + }, + "ete": { + "type": "number", + "description": "Exported thermal energy (EET) (MJ)" + } }, - "minItems": 1 + "additionalProperties": false, + "minProperties": 1, + "required": [] }, - "compliance": { - "title": "Compliance Data", - "description": "", + "EN15804_2012_A2_2019": { + "title": "LCA ruleset EN 15804:2012+A2:2019", "type": "object", - "items": { - "$ref": "lifeCycleComplianceData.json", - "description": "The compliance data in JSON." + "properties": { + "ozoneDeplationPotential": { + "type": "number", + "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" + }, + "pere": { + "type": "number", + "description": "Use of renewable primary energy (PERE) (MJ)" + }, + "perm": { + "type": "number", + "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" + }, + "pert": { + "type": "number", + "description": "Total use of renewable primary energy resources (PERT) (MJ)" + }, + "penre": { + "type": "number", + "description": "Use of non renewable primary energy (PENRE) (MJ)" + }, + "penrm": { + "type": "number", + "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" + }, + "penrt": { + "type": "number", + "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" + }, + "sm": { + "type": "number", + "description": "Use of secondary material (SM) (kg)" + }, + "rsf": { + "type": "number", + "description": "Use of renewable secondary fuels (RSF) (MJ)" + }, + "nrsf": { + "type": "number", + "description": "Use of non renewable secondary fuels (NRSF) (MJ)" + }, + "fw": { + "type": "number", + "description": "Use of net fresh water (FW) (m3)" + }, + "hwd": { + "type": "number", + "description": "Hazardous waste disposed (HWD) (kg)" + }, + "nhwd": { + "type": "number", + "description": "Non hazardous waste dispose (NHWD) (kg)" + }, + "rwd": { + "type": "number", + "description": "Radioactive waste disposed (RWD) (kg)" + }, + "mfr": { + "type": "number", + "description": "Materials for recycling (MFR) (kg)" + }, + "mer": { + "type": "number", + "description": "Materials for energy recovery (MER) (MJ)" + }, + "eee": { + "type": "number", + "description": "Exported electrical energy (EEE) (MJ)" + }, + "ete": { + "type": "number", + "description": "Exported thermal energy (EET) (MJ)" + }, + "globalWarmingPotentialTotal": { + "type": "number", + "description": "Global Warming Potential Total (GWP-total) (kg CO2e)" + }, + "globalWarmingPotentialFossil": { + "type": "number", + "description": "Global Warming Potential Fossil (GWP-fossil) (kg CO2e)" + }, + "globalWarmingPotentialBiogenic": { + "type": "number", + "description": "Global Warming Potential Biogenic (GWP-biogenic) (kg CO2e)" + }, + "globalWarmingPotentialLuluc": { + "type": "number", + "description": "Global Warming Potential Land use and Land use change (GWP-luluc) (kg CO2e)" + }, + "acidificationPotentialAccumulatedExceedance": { + "type": "number", + "description": "Acidification Potential Accumulated Exceedance (AP) (mol H+e)" + }, + "eutrophicationPotentialFreshWater": { + "type": "number", + "description": "Eutrophication Potential Fresh Water (EP-F) (kg PO4e)" + }, + "eutrophicationPotentialMarineWater": { + "type": "number", + "description": "Eutrophication Potential Marine Water (EP-M) (kg Ne)" + }, + "eutrophicationTerrestrial": { + "type": "number", + "description": "Eutrophication potential terrestrial (EP-T) (mol Ne)" + }, + "photoOxidantCreationPotential": { + "type": "number", + "description": "Photo Oxidant Creation Potential (POCP) (kg NMVOCe)" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" + }, + "abioticDeplationFossile": { + "type": "number", + "description": "Abiotic Depletion Fossil (ADPF) (MJ)" + }, + "waterUseDeprivationPotential": { + "type": "number", + "description": "Water Use Deprivation Potential (WDP) (m³e depr.)" + }, + "potentialIncidenceOfDiseaseDueToPMEmissions": { + "type": "number", + "description": "Potential Incidence of disease due to PM emissions" + }, + "potentialHumanExposureEfficiencyRelativeToU235": { + "type": "number", + "description": "Potential Human Exposure Efficiency relative to U235 (kBq U235 eq)" + }, + "ecoTox": { + "type": "number", + "description": "Potential Comparative Toxic Unit for ecosystems (ETP-fw) (CTU-e)" + }, + "humanToxCancer": { + "type": "number", + "description": "Potential comparative toxic unit for humans - cancerogenic (CTU-h)" + }, + "humanToxNonCancer": { + "type": "number", + "description": "Potential comparative toxic unit for humans - not\ncancerogenic (CTU-h)" + }, + "potentialSoilQualityIndex": { + "type": "number", + "description": "Potential soil quality index" + } }, - "minItems": 1 + "additionalProperties": false, + "minProperties": 1, + "required": [] } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "$ref": "#/$defs/data" + } + }, + "circularity": { + "title": "The product circularity information", + "type": "object", + "properties": { + "feedstock": { + "title": "The product circularity information", + "type": "object", + "properties": { + "renewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "renewablesSustainablyProduced": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "notRenewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recycled": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "reused": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "output": { + "title": "Output", + "type": "object", + "properties": { + "availableForRecycle": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "landfill": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "incineration": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + }, + "availableForReuse": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "detachability": { + "title": "Output", + "type": "object", + "properties": { + "connectionType": { + "type": "string", + "enum": [ + "Unknown", + "HardChemicalConnection", + "SoftChemicalConnection", + "DirectConnection", + "AddedConnectionConnection", + "DryConnection" + ], + "description": "Connection type." + }, + "connectionTypeDetail": { + "type": "string", + "enum": [ + "Unknown", + "BoltAndNut", + "Spring", + "Corner", + "Screw", + "None", + "Click", + "Velcro", + "Magnetic", + "Glue", + "Dump", + "Weld", + "Concrete", + "ChemicalAnchor", + "Sealant", + "Foam", + "Peg", + "Nail" + ], + "description": "Connection type." + }, + "accessibility": { + "type": "string", + "enum": [ + "Unknown", + "NotAccessible", + "PartialWithDamage", + "PartialWithRepairableDamage", + "PartialNoDamage", + "Accessible" + ], + "description": "Connection type." + }, + "intersection": { + "type": "string", + "enum": [ + "Unknown", + "Complete", + "Incidental", + "None" + ], + "description": "Connection type." + }, + "productEdge": { + "type": "string", + "enum": [ + "Unknown", + "Closed", + "Overlapping", + "Open" + ], + "description": "Connection type." + }, + "index": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Detachability index" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + } + }, + "$ref": "#/$defs/data" + } } \ No newline at end of file From acc17ac415b546138f5fb094b00a6504cb5ead2d Mon Sep 17 00:00:00 2001 From: Alexander Klefenz Date: Wed, 16 Jul 2025 16:00:58 +0200 Subject: [PATCH 305/362] lca schema refinements, update valid lca test data, add invalid lca test data and implement changes from review comments --- schemas/lifeCycle.json | 4 +- schemas/lifeCycleData.json | 461 +++++---------- schemas/number.json | 2 +- .../lifeCycleData/circularityAndLca.json | 102 ++++ tests/invalid/lifeCycleData/compliance.json | 400 +++++++++++++ tests/valid/lifeCycleData/allAssessmentsNull | 145 ----- .../allAttributesAndAllAssessments | 527 ------------------ .../lifeCycleData/circularityAndLca.json | 352 ++++++++++++ tests/valid/lifeCycleData/compliance.json | 526 +++++++++++++++++ .../complianceWithNullValues.json | 144 +++++ 10 files changed, 1671 insertions(+), 992 deletions(-) create mode 100644 tests/invalid/lifeCycleData/circularityAndLca.json create mode 100644 tests/invalid/lifeCycleData/compliance.json delete mode 100644 tests/valid/lifeCycleData/allAssessmentsNull delete mode 100644 tests/valid/lifeCycleData/allAttributesAndAllAssessments create mode 100644 tests/valid/lifeCycleData/circularityAndLca.json create mode 100644 tests/valid/lifeCycleData/compliance.json create mode 100644 tests/valid/lifeCycleData/complianceWithNullValues.json diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index e78ba117..41e3c308 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -4,7 +4,7 @@ "title": "metadata about life cycle data sets", "description": "##", "$defs": { - "lifeCycle": { + "data": { "type": "object", "properties": { "id": { @@ -75,5 +75,5 @@ "required": [] } }, - "$ref": "#/$defs/lifeCycle" + "$ref": "#/$defs/data" } \ No newline at end of file diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index dccfc007..3d968ec8 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -6,7 +6,7 @@ "$defs": { "data": { "type": "object", - "title": "The object is used to define calorimetric data.", + "title": "The object is used to define life cycle data.", "properties": { "functionalUnit": { "type": "string", @@ -48,7 +48,7 @@ "circularity": { "$ref": "#/$defs/circularity" }, - "lifeCycleAssessment": { + "lca": { "$ref": "#/$defs/lifeCycleAssessment" }, "productType": { @@ -60,10 +60,7 @@ "assessmentResults": { "$ref": "#/$defs/compliance/properties/assessmentResults" } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } }, "compliance": { "type": "object", @@ -131,14 +128,7 @@ "CategoryDecopaint": { "type": "string", "description": "Category (Wb) of current Decopaint-RL (Appendix II)", - "enum": [ - "n.v.", - "a", - "b", - "g", - "h", - "d" - ] + "enum": ["n.v.", "a", "b", "g", "h", "d"] }, "WaterSoluble": { "type": "boolean", @@ -346,13 +336,7 @@ "Emicode": { "type": "string", "description": "Certified with EMICODE", - "enum": [ - "n.v", - "EC1", - "EC1PLUS", - "EC1-R", - "EC1PLUS-R" - ] + "enum": ["n.v", "EC1", "EC1PLUS", "EC1-R", "EC1PLUS-R"] }, "ConsistsOfPu": { "type": "boolean", @@ -421,16 +405,7 @@ "CorrosivityCategory": { "type": "string", "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", - "enum": [ - "n.v.", - "C1", - "C2", - "C3", - "C4", - "C5-I", - "C5-M", - "all" - ] + "enum": ["n.v.", "C1", "C2", "C3", "C4", "C5-I", "C5-M", "all"] }, "VocContentPerSquaremeter": { "type": "number", @@ -483,17 +458,7 @@ "ApplicationClass": { "type": "string", "description": "Wood application class according to DIN 68800-3", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] + "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] }, "OnlyConstructiveWoodProtection": { "type": "boolean", @@ -1017,11 +982,7 @@ "EPDAvailable": { "type": "string", "description": "Type of EPD available for the product. ", - "enum": [ - "n.v.", - "Industry-average EPD", - "Product specific EPD" - ] + "enum": ["n.v.", "Industry-average EPD", "Product specific EPD"] }, "Reduction5": { "type": "boolean", @@ -1040,13 +1001,7 @@ "C2CCertified": { "type": "string", "description": "The product is Cradle to Cradle (version 3 or later) certified", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] }, "DeclareCertified": { "type": "string", @@ -1063,13 +1018,7 @@ "FactsCertified": { "type": "string", "description": "Product is Facts – NSF/ANSI 336 certified", - "enum": [ - "n.v.", - "compliant", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "compliant", "silver", "gold", "platinum"] }, "GlobalGreenTagPHDCertified": { "type": "boolean", @@ -1234,11 +1183,7 @@ "SCAQMDVOCLimitsCompliant": { "type": "string", "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", - "enum": [ - "n.v.", - "Rule 1113", - "Rule 1168" - ] + "enum": ["n.v.", "Rule 1113", "Rule 1168"] }, "TSCACompliant": { "type": "boolean", @@ -1287,12 +1232,7 @@ "HealthRATECertified": { "type": "string", "description": "The product is HealthRATE™ mark certified", - "enum": [ - "n.v.", - "SilverHEALTH", - "GoldHEALTH", - "PlatinumHEALTH" - ] + "enum": ["n.v.", "SilverHEALTH", "GoldHEALTH", "PlatinumHEALTH"] }, "PFASFree": { "type": "boolean", @@ -1321,12 +1261,7 @@ "ByggvarubedömningenCompliant": { "type": "string", "description": "The product is classified according to the Byggvarubedömningen criterion", - "enum": [ - "n.v.", - "recommended", - "accepted", - "to be avoided" - ] + "enum": ["n.v.", "recommended", "accepted", "to be avoided"] }, "IngredientsThirdPartyVerified": { "type": "boolean", @@ -1335,13 +1270,7 @@ "MaterialHealthCertified": { "type": "string", "description": "Product has Material Health Certificate (version 3 or later)", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] }, "LCAActionPlanAvailable": { "type": "boolean", @@ -1394,11 +1323,7 @@ "PS109Compliant": { "type": "string", "description": "The product is compliant with the PS 1-09 standard for structural plywood", - "enum": [ - "n.v.", - "Exterior", - "Exposure 1" - ] + "enum": ["n.v.", "Exterior", "Exposure 1"] }, "PS210Compliant": { "type": "boolean", @@ -1704,17 +1629,7 @@ "WoodApplicationClassInSitu": { "type": "string", "description": "To which wood use class according to DIN 68800-3 is the product applied?", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] + "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] }, "FilmprotectedWoodCoating": { "type": "boolean", @@ -1823,21 +1738,13 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "BNB_1.1.6" - ] + "enum": ["BNB_1.1.6"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "BREEAM_DE_NB": { @@ -1859,16 +1766,10 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "DGNB18": { @@ -1880,23 +1781,13 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "DGNB18_ENV12", - "DGNB18_ENV131", - "DGNB18_ENV132" - ] + "enum": ["DGNB18_ENV12", "DGNB18_ENV131", "DGNB18_ENV132"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "DGNB23": { @@ -1908,23 +1799,13 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "DGNB23_ENV1.2", - "DGNB23_ENV131", - "DGNB23_ENV132" - ] + "enum": ["DGNB23_ENV1.2", "DGNB23_ENV131", "DGNB23_ENV132"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "EUTAX23": { @@ -1942,16 +1823,10 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "EUTAX24": { @@ -1963,22 +1838,13 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "EU_TAX_DNSH_Pollution", - "EU_TAX_DNSH_Water" - ] + "enum": ["EU_TAX_DNSH_Pollution", "EU_TAX_DNSH_Water"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "LEED ": { @@ -2000,16 +1866,10 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "QNG23": { @@ -2021,21 +1881,13 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "QNG313" - ] + "enum": ["QNG313"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } }, "WELL": { @@ -2057,111 +1909,111 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] } } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } }, - "required": [ - "productType", - "productAttributes" - ], - "additionalProperties": false + "required": ["productType", "productAttributes"] }, "lifeCycleAssessment": { - "type": "object", - "title": "The object is used to define life cycle assessment data.", - "properties": { - "isoCode": { - "type": "string", - "description": "The 2 letter iso code for a country." - }, - "owner": { - "type": "string", - "description": "" - }, - "referenceYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "validUntilYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "datasetType": { - "type": "string", - "description": "" - }, - "UUID": { - "type": "string", - "description": "" - }, - "registrationNumber": { - "type": "string", - "description": "" - }, - "version": { - "type": "string", - "description": "" - }, - "compliance": { - "type": "string", - "description": "" - }, - "environmentalCostIndicator": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "" - }, - "phases": { - "title": "LCA Data", - "type": "array", - "items": { - "type": "object", - "properties": { - "phaseId": { - "type": "string", - "enum": [ - "NotSpecified", - "A1_A3", - "A4", - "A5", - "B1", - "B2", - "B3", - "B4", - "B5", - "B6", - "B7", - "C1", - "C2", - "C3", - "C4", - "D" - ], - "description": "" - }, - "EN15804_2012_04_A1_2013": { - "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/EN15804_2012_04_A1_2013", - "description": "" + "type": "array", + "title": "Is used to define life cycle assessment data.", + "items": { + "type": "object", + "description": "xxx", + "properties": { + "isoCode": { + "type": "string", + "description": "The 2 letter iso code for a country." + }, + "owner": { + "type": "string", + "description": "" + }, + "referenceYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "validUntilYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "datasetType": { + "type": "string", + "description": "" + }, + "UUID": { + "type": "string", + "description": "" + }, + "registrationNumber": { + "type": "string", + "description": "" + }, + "version": { + "type": "string", + "description": "" + }, + "compliance": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "environmentalCostIndicator": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "" + }, + "phases": { + "title": "LCA Data", + "type": "array", + "items": { + "type": "object", + "properties": { + "phaseId": { + "type": "string", + "enum": [ + "NotSpecified", + "A1_A3", + "A4", + "A5", + "B1", + "B2", + "B3", + "B4", + "B5", + "B6", + "B7", + "C1", + "C2", + "C3", + "C4", + "D" + ], + "description": "" + }, + "EN15804_2012_04_A1_2013": { + "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/properties/EN15804_2012_04_A1_2013", + "description": "" + }, + "EN15804_2012_A2_2019": { + "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/properties/EN15804_2012_A2_2019", + "description": "" + } }, - "EN15804_2012_A2_2019": { - "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/EN15804_2012_A2_2019", - "description": "" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + "additionalProperties": false, + "minProperties": 1, + "required": [] + } } } } @@ -2286,10 +2138,7 @@ "type": "number", "description": "Exported thermal energy (EET) (MJ)" } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } }, "EN15804_2012_A2_2019": { "title": "LCA ruleset EN 15804:2012+A2:2019", @@ -2439,10 +2288,7 @@ "type": "number", "description": "Potential soil quality index" } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } } } }, @@ -2478,10 +2324,7 @@ "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", "description": "Renewables" } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } }, "output": { "title": "Output", @@ -2507,10 +2350,7 @@ "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", "description": "Renewables" } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } }, "detachability": { "title": "Output", @@ -2566,35 +2406,22 @@ }, "intersection": { "type": "string", - "enum": [ - "Unknown", - "Complete", - "Incidental", - "None" - ], + "enum": ["Unknown", "Complete", "Incidental", "None"], "description": "Connection type." }, "productEdge": { "type": "string", - "enum": [ - "Unknown", - "Closed", - "Overlapping", - "Open" - ], + "enum": ["Unknown", "Closed", "Overlapping", "Open"], "description": "Connection type." }, "index": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", "description": "Detachability index" } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] + } } } - }, - "$ref": "#/$defs/data" - } -} \ No newline at end of file + } + }, + "$ref": "#/$defs/data" +} diff --git a/schemas/number.json b/schemas/number.json index 5584a832..a51fe2b5 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -257,7 +257,7 @@ "description": "Meter is the SI unit for length. This type is used for rare cases in which the option of an uncertainty is not desired." }, "squareMeter": { - "type": "number", + "$ref": "#/$defs/nonNegativeNumber", "description": "A square meter (m^2) is a unit for an area. This type is used for rare cases in which the option of an uncertainty is not desired." }, "nanometer": { diff --git a/tests/invalid/lifeCycleData/circularityAndLca.json b/tests/invalid/lifeCycleData/circularityAndLca.json new file mode 100644 index 00000000..0f6a98a9 --- /dev/null +++ b/tests/invalid/lifeCycleData/circularityAndLca.json @@ -0,0 +1,102 @@ +{ + "fixedHeight": "text", + "fixedArea": "text", + "functionalUnit": true, + "defaultFunctionalUnitAmount": "text", + "lifespan": "text", + "density": "text", + "weight": "text", + "circularity": { + "noCircularityInformation": "text", + "feedstock": { + "renewables": true, + "renewablesSustainablyProduced": true, + "notRenewables": true, + "reused": true, + "recycled": true, + "recyclingEfficiency": true + }, + "detachability": { + "connectionType": 1, + "connectionTypeDetail": 1, + "accessibility": 1, + "intersection": 1, + "productEdge": 1 + }, + "output": { + "availableForReuse": true, + "availableForRecycle": true, + "recyclingEfficiency": true, + "landfill": true, + "incineration": true + } + }, + "lca": [ + { + "isoCode": 1, + "owner": 1, + "referenceYear": "text", + "validUntilYear": "text", + "datasetType": 1, + "environmentalCostIndicator": "text", + "UUID": 123123, + "version": 12341234, + "compliance": "EN 15804+A2", + "phases": [ + { + "phaseId": "A1_A3", + "EN15804_2012_A2_2019": { + "globalWarmingPotentialTotal": true, + "globalWarmingPotentialFossil": true, + "globalWarmingPotentialBiogenic": true, + "globalWarmingPotentialLuluc": true, + "ozoneDeplationPotential": true, + "acidificationPotentialAccumulatedExceedance": true, + "eutrophicationPotentialFreshWater": true, + "eutrophicationPotentialMarineWater": true, + "eutrophicationTerrestrial": true, + "photoOxidantCreationPotential": true, + "abioticDeplationNonFossile": true, + "abioticDeplationFossile": true, + "waterUseDeprivationPotential": true, + "potentialIncidenceOfDiseaseDueToPMEmissions": true, + "potentialHumanExposureEfficiencyRelativeToU235": true, + "ecoTox": true, + "humanToxCancer": true, + "humanToxNonCancer": true, + "potentialSoilQualityIndex": true, + "pere": true, + "perm": true, + "pert": true, + "penre": true, + "penrm": true, + "penrt": true, + "sm": true, + "rsf": true, + "nrsf": true, + "fw": true, + "hwd": true, + "nhwd": true, + "rwd": true, + "mfr": true, + "mer": true, + "eee": true, + "ete": true + } + }, + { + "phaseId": "Text", + "EN15804_2012_A2_2019": { + "globalWarmingPotentialTotal": 1 + } + }, + { + "phaseId": "C4", + "Text": { + "globalWarmingPotentialTotal": 1 + } + } + ] + } + ] +} diff --git a/tests/invalid/lifeCycleData/compliance.json b/tests/invalid/lifeCycleData/compliance.json new file mode 100644 index 00000000..4e9c5b5f --- /dev/null +++ b/tests/invalid/lifeCycleData/compliance.json @@ -0,0 +1,400 @@ +{ + "productType": 10101010, + "productAttributes": { + "SvhcFree": 1, + "BlueAngel": 1, + "VocContentPerLiter": 1, + "ChlorinatedParaffineFree": 1, + "UsedIndoors": 1, + "MineralUnderground": 1, + "CategoryDecopaint": 1, + "WaterSoluble": 1, + "SolventFree": 1, + "PlasticizerFree": 1, + "DustBindingCoating": 1, + "WallpaperAdhesive": 1, + "PowderProduct": 1, + "DispersionAdhesive": 1, + "DispersionInsulativeAdhesive": 1, + "DecorativePaint": 1, + "Plaster": 1, + "GutQualitySeal": 1, + "TextileProduct": 1, + "Giscode": 1, + "Emicode": 1, + "ConsistsOfPu": 1, + "MaterialCoveringSurface": 1, + "Sealing": 1, + "AppliedToNaturalStone": 1, + "SolventContent": true, + "CrackBridging": 1, + "AdhesiveSealant": 1, + "ChlorinatedParaffinsFree": 1, + "KwsPlasticizerContent": 1, + "AirtightSealing": 1, + "VocContentPercent": true, + "HalogenatedFree": 1, + "FormworkOil": 1, + "FireProtection": 1, + "AbZExisting": 1, + "HalogenFree": 1, + "CorrosivityCategory": 1, + "VocContentPerSquaremeter": true, + "AntiCorrosion": 1, + "EffectCoating": 1, + "PuCoating": 1, + "SubstantiationOfEmissions": 1, + "PlasticCoating": 1, + "IsOsSystems": 1, + "EpoxyCoating": 1, + "Marker": 1, + "BitumenPrimer": 1, + "WaxOrOil": 1, + "ChemicalWoodPreservation": 1, + "ApplicationClass": 1, + "OnlyConstructiveWoodProtection": 1, + "NaturallyDurableWood": 1, + "ViableBiocidalProduct": 1, + "AppliedToLoadBearingStructures": 1, + "BiocideTreated": 1, + "InCanPreservation": 1, + "PassivatingAgent": 1, + "AppliedToMetal": 1, + "ChromCompoundsFree": 1, + "LeadOrCopper": 1, + "HeavyMetalFilter": 1, + "Zinc": 1, + "NonHalogenatedRefrigerant": 1, + "TcepFree": 1, + "HalogenatedFlameRetardantsFree": 1, + "AssemblyFoamFastening": 1, + "AssemblyFoamInsulation": 1, + "FlameRetardant": 1, + "PbbFree": 1, + "PbdeFree": 1, + "BoronCompoundsFree": 1, + "FormaldehydContent": true, + "Plastic": 1, + "Handcrafted": 1, + "MineralWool": 1, + "FoamGlass": 1, + "RigidFoam": 1, + "HalogenatedBlowingAgentsFree": 1, + "Pvc": 1, + "WallCovering": 1, + "InsulationForBuildingServices": 1, + "BitumenEmulsion": 1, + "EmissionsAfterDays28d120": 1, + "PuttyUnderWallpapers": 1, + "SealantForGlass": 1, + "AdhesiveTape": 1, + "EmissionEvaluated": 1, + "MetallicEffectCoating": 1, + "ObjectRelatedProofZinc": 1, + "CementitiousInsulationAdhesive": 1, + "FloorCovering": 1, + "FilmprotectedWoodStain": 1, + "StructuralTimber": 1, + "PvcFree": 1, + "HeavyMetalFree": 1, + "Rubber": 1, + "ConsistsOfSmp": 1, + "NoChildLabor": 1, + "NoIllegalMining": 1, + "ProcessingInEurope": 1, + "CsrAvailable": 1, + "FscCertificate": 1, + "HolzVonHier": 1, + "NaturePlus": 1, + "FairStone": 1, + "CertifiedCsc": 1, + "PefcCertificate": 1, + "RecycledContentPreConsumer": true, + "RecycledContentPostConsumer": true, + "CertifiedCscR": 1, + "PakContentPerKg": 1, + "BaPEmissionsPerKg": 1, + "NitrosamineEmissionsPerKg": true, + "NitrosamineEmissionsPerCubicMeter": true, + "AmmoniumEmissions28d": true, + "LeadFree": 1, + "CMRFree": 1, + "AgBBCompliant": 1, + "RelevantContributionToCost": 1, + "FlowRate": true, + "WaterConsumptionFullFlush": true, + "WaterConsumptionAverageFlush": true, + "WaterConsumptionUrinal": true, + "RalGz388Compliant": 1, + "HbcdFree": 1, + "ConsistsOfGalvanizedSteel": 1, + "TotalSolid": 1, + "AppliedToExteriorWalls": 1, + "SyntheticResinScreed": 1, + "DecorativeCoating": 1, + "BuildingsWithSpecialRequirements": 1, + "RefrigerantAMEV2017": 1, + "ConsistsOfUF": 1, + "UsedTyreGranulateFree": 1, + "PhthalateFree": 1, + "TVOCEmissions28d": true, + "AmineOrOximecuringSiliconFree": 1, + "IsMineralTileAdhesive": 1, + "IsAssemblyFoam": 1, + "CadmiumContent": true, + "AppliedToFloorCoverings": 1, + "PMMACoating": 1, + "FormaldehydEmissions": true, + "SumOfCarcinogenicVOCEmissions": true, + "IsRenewableInsulationMaterial": 1, + "SurfaceTreatmentAgainstMold": 1, + "IsCeilingPanel": 1, + "TypeOfWaterFitting": 1, + "IsUsedUnderCeramicTiles": 1, + "UBACompliant": 1, + "IsBiodegradable": 1, + "IsInherentlyBiodegradable": 1, + "AntimontrioxidFree": 1, + "EmissionsAfter28d76": 1, + "EmissionsAfter28d176": 1, + "IsMMFFloor": 1, + "MCPPContent": true, + "IsPartOfGreenRoof": 1, + "CoveredSurfaceArea": 1, + "EmissionsReductionMeasures": 1, + "IsWeathered": 1, + "EPDAvailable": 1, + "Reduction5": 1, + "AnsiBifma2014Compliant": 1, + "C2CCertified": 1, + "DeclareCertified": 1, + "FactsCertified": 1, + "GlobalGreenTagPHDCertified": 1, + "HealthProductDeclarationOpenStandardCompliant": 1, + "LensCertified": 1, + "ThirdPartyVerified": 1, + "ActionPlanAvailable": 1, + "GreenSealCertified": 1, + "LivingProductChallengeCertified": 1, + "PurchaseArea": 1, + "NonEmittingSource": 1, + "AmountOfContainedRecyclableMaterials": true, + "AnsiBifma2019Compliant": 1, + "SCMVOCLimits2007Compliant": 1, + "ManufacturerPartOfEPR": 1, + "UsedAsInsulation": 1, + "IsCompositeWood": 1, + "IsBiobased": 1, + "IsAnimalSkin": 1, + "InventoryAssessment": 1, + "FullDeclarationAvailable": 1, + "GreenscreenListTranslatorScoreAssesed": true, + "GreenscreenBenchmark": 1, + "GHSAvailable": 1, + "IsTestedForC14Content": 1, + "IsPublishedIInHPDRepository": 1, + "GreenScreenLT1Free": 1, + "GHSCategory1Free": 1, + "GreenScreenIsPublic": 1, + "ContentOfGreenScreen": true, + "Imperative09Conform": 1, + "AnnexXIVFree": 1, + "AnnexXVIIFree": 1, + "CDPHVOCCompliant": 1, + "TVOCEmissions14d": true, + "SCAQMDVOCLimitsCompliant": 1, + "ChemicalInventoryAfterRecycling": true, + "RenewableMaterialsContent": true, + "IsCompostable": 1, + "Dismantable": 1, + "ReversibleRemovalPossible": true, + "TSCACompliant": 1, + "ACTMCompliant": 1, + "ULEEFCertified": 1, + "NoNAFAdded": 1, + "EUEcolabelCertified": 1, + "NoRepairRequired": 1, + "RepairPossible": 1, + "IsRepairableWithLowEffort": 1, + "IsRepairableWithHighEffort": 1, + "EasyReplaced": 1, + "SpareParts": 1, + "IncreasedServiceLife": 1, + "ReuseAsIs": 1, + "ExtendServiceLife": 1, + "IsCollectedForUseCase": 1, + "IsUpdateable": 1, + "IsLeased": 1, + "AsbestosFree1000ppm": 1, + "RoHSCompliant": 1, + "LeadFree100ppm": 1, + "MercuryContentMg": true, + "MercuryContentPpm": true, + "LeadCarbonateSulfateFree": 1, + "LPCPetalsCompliant": 1, + "HealthRATECertified": 1, + "PossibleRecyclingContent": true, + "PFASFree": 1, + "ElectroProduct": 1, + "OrthophtalatesFree": 1, + "UsedForDrinkingWaterDistribution": 1, + "IsWallCovering": 1, + "ForDrinkingWaterGovernmentApproved": 1, + "EULCICompliant": 1, + "ByggvarubedömningenCompliant": 1, + "IngredientsThirdPartyVerified": 1, + "MaterialHealthCertified": 1, + "LCAActionPlanAvailable": 1, + "GWPReduction": true, + "WaterSenseToilet": 1, + "WetLeadFree": 1, + "AsbestFree": 1, + "PCBFree": 1, + "WaterSenseUrinal": 1, + "UsedInPublicBuilding": 1, + "WaterSensePrivateLavatoryFaucet": 1, + "ANSIA1901Compliant": 1, + "ANSIPRG320Compliant": 1, + "ANSINSF372Complaint": 1, + "ASTDMD866TestMethodCompliant": 1, + "ASTMD5456Compliant": 1, + "ASTMD5055Compliant": 1, + "PS2015Compliant": 1, + "PS109Compliant": 1, + "PS210Compliant": 1, + "WaterSenseShowerheads": 1, + "ModifiedEnergyFactor": 1, + "IntegratedModifiedEnergyFactor": 1, + "WaterUsageWashingMachine": 1, + "IsUsedInWetRooms": 1, + "ProtectsAgainstMoldGrowth": 1, + "EN16402Measured": 1, + "ISO16009Measured": 1, + "DINEN16516Measured": 1, + "CDPHMeasured": 1, + "IsMDFBoard": 1, + "EN7171Measured": 1, + "ISO105809Measured": 1, + "EN13999Part1To4Measured": 1, + "VOCAgBBConform": 1, + "IsCustomMade": 1, + "SCMVOCLimits2019Compliant": 1, + "FormaldehydeE1Compliant": 1, + "Japan4StarFormaldehydeCompliant": 1, + "FactoryCoated": 1, + "InstalledUnderFloorCoverings": 1, + "DishwasherWaterConsumption": 1, + "IceMachineWaterUse": 1, + "IceMachineHarvestRange": 1, + "IceMachineEnergyConsumption": 1, + "WaterSensePrerinseSprayValve": 1, + "GB33372AdhesivesCompliant": 1, + "HJ2537PaintsCompliant": 1, + "IsSiliconBasedAdhesive": 1, + "IsAcrylateBasedAdhesive": 1, + "ContentRecycledAggregates": 1, + "MaterialIngredients": 1, + "LowEmittingMaterials": 1, + "EPD": 1, + "SourcingRawMaterials": 1, + "MaterialIngredientOptimization": 1, + "IsBagged": 1, + "PreservativeFree": 1, + "CoatingPlant": 1, + "SubstancesRequiringLabel": 1, + "IsLaminateFloor": 1, + "EUTimberRegulationCompliance": 1, + "CARES": 1, + "ASICertified": 1, + "ContentSecondaryAggregates": true, + "MaterialsOptimization": 1, + "EnhancedMaterialRestrictions": 1, + "VocRestrictions": 1, + "MaterialsTransparency": 1, + "ReusedContent": true, + "RenewableFeedstockSustainablyProduced": 1, + "RepurposedFeedstock": 1, + "IsSmokedWoodProduct": 1, + "ETACompliant": 1, + "UsedOnGreenRoofStructures": 1, + "AppliedToWood": 1, + "AppliedToPlastic": 1, + "UsedInBuildingShell": 1, + "UsedForJoints": 1, + "IsCoated": 1, + "GuidelineUBA1705": 1, + "IsCementMortar": 1, + "IsSanitaryPartition": 1, + "IsWetCoating": 1, + "TinFree": 1, + "CadmiumFree": 1, + "UsedInFacadeOrRoof": 1, + "connectionType": 1, + "accessibility": 1, + "intersection": 1, + "productEdge": 1, + "availableForRecycle": 1, + "landfill": 1, + "incineration": 1, + "availableForReuse": 1, + "availableForDowncycling": 1, + "functionalUnit": 1, + "madasterDensity": 1, + "fixedHeight": 1, + "fixedArea": 1, + "lifespan": 1, + "epdProgramOperator": 1, + "UBAZincProof": 1, + "LayingMaterialSpecial": 1, + "RainwaterFiltrationSystems": 1, + "WaterBased": 1, + "EmissionLimitsMeasured": 1, + "MaterialCoveringSurfaceNonTiles": 1, + "IsWoodBasedPanel": 1, + "UsedInEtics": 1, + "BlueAngelAvailable": 1, + "DecorativeWoodCoating": 1, + "CarcinogenicEmissionsFree": 1, + "WoodApplicationClassInSitu": 1, + "FilmprotectedWoodCoating": 1, + "ZincBathLeadContent": 1, + "UsedAsAGlue": 1, + "FreeOfPlasticisers": 1, + "AssemblyFoamUsedInEtics": 1, + "AppliedInThermalHull": 1, + "ConsistsOfPolyethylene": 1, + "ConsistsOfWoodBasedComponents": 1, + "BlueAngel12aOrEquivalent": 1, + "FormworkOilVocContentPercent": true, + "ProducedWithFormworkOil": 1, + "FormworkOilGiscode": 1, + "BiocidesEncapsulated": 1, + "AppliedToWoodenFloorCoverings": 1, + "UsedAsInsulationAdhesive": 1, + "UsedAsLinearAdhesive": 1, + "MecopropFree": 1, + "ConsistsOfMs": 1, + "DecorativeLaquer": 1, + "ConsistsOfPS": 1, + "Leed4IeqEmissionsProofMethod": 1, + "Leed4IeqContentProofMethod": 1, + "Leed4IeqContentPaintTypes": 1, + "Leed4IeqContentAdhesiveTypes": 1, + "Leed4IeqWoodProofMethod": 1, + "Leed4IeqFurnitureProofMethod": 1 + }, + "assessmentResults": { + "QNG23": [ + { + "resultTypeId": "text", + "result": true + } + ], + "Text": [ + { + "resultTypeId": "BNB_true.6", + "result": 1 + } + ] + } +} diff --git a/tests/valid/lifeCycleData/allAssessmentsNull b/tests/valid/lifeCycleData/allAssessmentsNull deleted file mode 100644 index 5ca56396..00000000 --- a/tests/valid/lifeCycleData/allAssessmentsNull +++ /dev/null @@ -1,145 +0,0 @@ -{ - "name": "Testproduct with no attributes and all assessment result values null", - "productType": "01010101", - "productAttributes": {}, - "assessmentResults": { - "QNG23": [ - { - "resultTypeId": "QNG313", - "result": null - } - ], - "BNB": [ - { - "resultTypeId": "BNB_1.1.6", - "result": null - } - ], - "EUTAX24": [ - { - "resultTypeId": "EU_TAX_DNSH_Water", - "result": null - }, - { - "resultTypeId": "EU_TAX_DNSH_Pollution", - "result": null - } - ], - "EUTAX23": [ - { - "resultTypeId": "EU_TAX23_DNSH_Water_23", - "result": null - }, - { - "resultTypeId": "EU_TAX23_DNSH_Pollution_23", - "result": null - } - ], - "DGNB23": [ - { - "resultTypeId": "DGNB23_ENV132", - "result": null - }, - { - "resultTypeId": "DGNB23_ENV131", - "result": null - }, - { - "resultTypeId": "DGNB23_ENV1.2", - "result": null - } - ], - "LEED ": [ - { - "resultTypeId": "SRM_4.1", - "result": null - }, - { - "resultTypeId": "MIO2_4.1", - "result": null - }, - { - "resultTypeId": "MIO1_4.1", - "result": null - }, - { - "resultTypeId": "IEQ_4.1", - "result": null - }, - { - "resultTypeId": "EPD2_4.1", - "result": null - }, - { - "resultTypeId": "EPD1_4.1", - "result": null - } - ], - "WELL": [ - { - "resultTypeId": "WE_Pre_X02_v2", - "result": null - }, - { - "resultTypeId": "WELL_Pre_X01_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_X07_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_X06_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_X05_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_v2", - "result": null - } - ], - "BREEAM_DE_NB": [ - { - "resultTypeId": "BREEAM_DE_18_WST02", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_MAT03", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_MAT01", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_MAN03", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02_01", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02", - "result": null - } - ], - "DGNB18": [ - { - "resultTypeId": "DGNB18_ENV132", - "result": null - }, - { - "resultTypeId": "DGNB18_ENV131", - "result": null - }, - { - "resultTypeId": "DGNB18_ENV12", - "result": null - } - ] - } -} \ No newline at end of file diff --git a/tests/valid/lifeCycleData/allAttributesAndAllAssessments b/tests/valid/lifeCycleData/allAttributesAndAllAssessments deleted file mode 100644 index 0bc436a9..00000000 --- a/tests/valid/lifeCycleData/allAttributesAndAllAssessments +++ /dev/null @@ -1,527 +0,0 @@ -{ - "name": "Testproduct with all attributes and all assessments", - "productType": "01010101", - "productAttributes": { - "SvhcFree": true, - "BlueAngel": "n.v.", - "VocContentPerLiter": 1.1, - "ChlorinatedParaffineFree": true, - "UsedIndoors": true, - "MineralUnderground": true, - "CategoryDecopaint": "n.v.", - "WaterSoluble": true, - "SolventFree": true, - "PlasticizerFree": true, - "DustBindingCoating": true, - "WallpaperAdhesive": true, - "PowderProduct": true, - "DispersionAdhesive": true, - "DispersionInsulativeAdhesive": true, - "DecorativePaint": true, - "Plaster": true, - "GutQualitySeal": true, - "TextileProduct": true, - "Giscode": "n.v.", - "Emicode": "n.v", - "ConsistsOfPu": true, - "MaterialCoveringSurface": true, - "Sealing": true, - "AppliedToNaturalStone": true, - "SolventContent": 1.1, - "CrackBridging": true, - "AdhesiveSealant": true, - "ChlorinatedParaffinsFree": true, - "KwsPlasticizerContent": true, - "AirtightSealing": true, - "VocContentPercent": 1.1, - "HalogenatedFree": true, - "FormworkOil": true, - "FireProtection": true, - "AbZExisting": true, - "HalogenFree": true, - "CorrosivityCategory": "n.v.", - "VocContentPerSquaremeter": 1.1, - "AntiCorrosion": true, - "EffectCoating": true, - "PuCoating": true, - "SubstantiationOfEmissions": true, - "PlasticCoating": true, - "IsOsSystems": true, - "EpoxyCoating": true, - "Marker": true, - "BitumenPrimer": true, - "WaxOrOil": true, - "ChemicalWoodPreservation": true, - "ApplicationClass": "n.v.", - "OnlyConstructiveWoodProtection": true, - "NaturallyDurableWood": true, - "ViableBiocidalProduct": true, - "AppliedToLoadBearingStructures": true, - "BiocideTreated": true, - "InCanPreservation": true, - "PassivatingAgent": true, - "AppliedToMetal": true, - "ChromCompoundsFree": true, - "LeadOrCopper": true, - "HeavyMetalFilter": true, - "Zinc": true, - "NonHalogenatedRefrigerant": true, - "TcepFree": true, - "HalogenatedFlameRetardantsFree": true, - "AssemblyFoamFastening": true, - "AssemblyFoamInsulation": true, - "FlameRetardant": true, - "PbbFree": true, - "PbdeFree": true, - "BoronCompoundsFree": true, - "FormaldehydContent": 1.1, - "Plastic": true, - "Handcrafted": true, - "MineralWool": true, - "FoamGlass": true, - "RigidFoam": true, - "HalogenatedBlowingAgentsFree": true, - "Pvc": true, - "WallCovering": true, - "InsulationForBuildingServices": true, - "BitumenEmulsion": true, - "EmissionsAfterDays28d120": true, - "PuttyUnderWallpapers": true, - "SealantForGlass": true, - "AdhesiveTape": true, - "EmissionEvaluated": true, - "MetallicEffectCoating": true, - "ObjectRelatedProofZinc": true, - "CementitiousInsulationAdhesive": true, - "FloorCovering": true, - "FilmprotectedWoodStain": true, - "StructuralTimber": true, - "PvcFree": true, - "HeavyMetalFree": true, - "Rubber": true, - "ConsistsOfSmp": true, - "NoChildLabor": true, - "NoIllegalMining": true, - "ProcessingInEurope": true, - "CsrAvailable": true, - "FscCertificate": "n.v.", - "HolzVonHier": true, - "NaturePlus": true, - "FairStone": true, - "CertifiedCsc": "n.v.", - "PefcCertificate": "n.v.", - "RecycledContentPreConsumer": 1.1, - "RecycledContentPostConsumer": 1.1, - "CertifiedCscR": "n.v.", - "PakContentPerKg": true, - "BaPEmissionsPerKg": true, - "NitrosamineEmissionsPerKg": 1.1, - "NitrosamineEmissionsPerCubicMeter": 1.1, - "AmmoniumEmissions28d": 1.1, - "LeadFree": true, - "CMRFree": true, - "AgBBCompliant": true, - "RelevantContributionToCost": true, - "FlowRate": 1.1, - "WaterConsumptionFullFlush": 1.1, - "WaterConsumptionAverageFlush": 1.1, - "WaterConsumptionUrinal": 1.1, - "RalGz388Compliant": true, - "HbcdFree": true, - "ConsistsOfGalvanizedSteel": true, - "TotalSolid": true, - "AppliedToExteriorWalls": true, - "SyntheticResinScreed": true, - "DecorativeCoating": true, - "BuildingsWithSpecialRequirements": true, - "RefrigerantAMEV2017": "R290", - "ConsistsOfUF": true, - "UsedTyreGranulateFree": true, - "PhthalateFree": true, - "TVOCEmissions28d": 1.1, - "AmineOrOximecuringSiliconFree": true, - "IsMineralTileAdhesive": true, - "IsAssemblyFoam": true, - "CadmiumContent": 1.1, - "AppliedToFloorCoverings": true, - "PMMACoating": true, - "FormaldehydEmissions": 1.1, - "SumOfCarcinogenicVOCEmissions": 1.1, - "IsRenewableInsulationMaterial": true, - "SurfaceTreatmentAgainstMold": true, - "IsCeilingPanel": true, - "TypeOfWaterFitting": "Water-Tap", - "IsUsedUnderCeramicTiles": true, - "UBACompliant": true, - "IsBiodegradable": true, - "IsInherentlyBiodegradable": true, - "AntimontrioxidFree": true, - "EmissionsAfter28d76": true, - "EmissionsAfter28d176": true, - "IsMMFFloor": true, - "MCPPContent": 1.1, - "IsPartOfGreenRoof": true, - "CoveredSurfaceArea": true, - "EmissionsReductionMeasures": true, - "IsWeathered": true, - "EPDAvailable": "n.v.", - "Reduction5": true, - "AnsiBifma2014Compliant": "n.v.", - "C2CCertified": "n.v.", - "DeclareCertified": "n.v.", - "FactsCertified": "n.v.", - "GlobalGreenTagPHDCertified": true, - "HealthProductDeclarationOpenStandardCompliant": true, - "LensCertified": true, - "ThirdPartyVerified": true, - "ActionPlanAvailable": true, - "GreenSealCertified": true, - "LivingProductChallengeCertified": true, - "PurchaseArea": true, - "NonEmittingSource": true, - "AmountOfContainedRecyclableMaterials": 1.1, - "AnsiBifma2019Compliant": "n.v.", - "SCMVOCLimits2007Compliant": true, - "ManufacturerPartOfEPR": true, - "UsedAsInsulation": true, - "IsCompositeWood": true, - "IsBiobased": true, - "IsAnimalSkin": true, - "InventoryAssessment": "n.v.", - "FullDeclarationAvailable": "n.v.", - "GreenscreenListTranslatorScoreAssesed": 1.1, - "GreenscreenBenchmark": "n.v.", - "GHSAvailable": true, - "IsTestedForC14Content": true, - "IsPublishedIInHPDRepository": true, - "GreenScreenLT1Free": true, - "GHSCategory1Free": true, - "GreenScreenIsPublic": true, - "ContentOfGreenScreen": 1.1, - "Imperative09Conform": true, - "AnnexXIVFree": true, - "AnnexXVIIFree": true, - "CDPHVOCCompliant": true, - "TVOCEmissions14d": 1.1, - "SCAQMDVOCLimitsCompliant": "n.v.", - "ChemicalInventoryAfterRecycling": 1.1, - "RenewableMaterialsContent": 1.1, - "IsCompostable": "n.v.", - "Dismantable": true, - "ReversibleRemovalPossible": 1.1, - "TSCACompliant": true, - "ACTMCompliant": true, - "ULEEFCertified": true, - "NoNAFAdded": true, - "EUEcolabelCertified": true, - "NoRepairRequired": true, - "RepairPossible": true, - "IsRepairableWithLowEffort": true, - "IsRepairableWithHighEffort": true, - "EasyReplaced": true, - "SpareParts": true, - "IncreasedServiceLife": true, - "ReuseAsIs": true, - "ExtendServiceLife": true, - "IsCollectedForUseCase": true, - "IsUpdateable": true, - "IsLeased": true, - "AsbestosFree1000ppm": true, - "RoHSCompliant": true, - "LeadFree100ppm": true, - "MercuryContentMg": 1.1, - "MercuryContentPpm": 1.1, - "LeadCarbonateSulfateFree": true, - "LPCPetalsCompliant": true, - "HealthRATECertified": "n.v.", - "PossibleRecyclingContent": 1.1, - "PFASFree": true, - "ElectroProduct": true, - "OrthophtalatesFree": true, - "UsedForDrinkingWaterDistribution": true, - "IsWallCovering": true, - "ForDrinkingWaterGovernmentApproved": true, - "EULCICompliant": true, - "ByggvarubedömningenCompliant": "n.v.", - "IngredientsThirdPartyVerified": true, - "MaterialHealthCertified": "n.v.", - "LCAActionPlanAvailable": true, - "GWPReduction": 1.1, - "WaterSenseToilet": true, - "WetLeadFree": true, - "AsbestFree": true, - "PCBFree": true, - "WaterSenseUrinal": true, - "UsedInPublicBuilding": true, - "WaterSensePrivateLavatoryFaucet": true, - "ANSIA1901Compliant": true, - "ANSIPRG320Compliant": true, - "ANSINSF372Complaint": true, - "ASTDMD866TestMethodCompliant": true, - "ASTMD5456Compliant": true, - "ASTMD5055Compliant": true, - "PS2015Compliant": true, - "PS109Compliant": "n.v.", - "PS210Compliant": true, - "WaterSenseShowerheads": true, - "ModifiedEnergyFactor": 1.1, - "IntegratedModifiedEnergyFactor": 1.1, - "WaterUsageWashingMachine": true, - "IsUsedInWetRooms": true, - "ProtectsAgainstMoldGrowth": true, - "EN16402Measured": true, - "ISO16009Measured": true, - "DINEN16516Measured": true, - "CDPHMeasured": true, - "IsMDFBoard": true, - "EN7171Measured": true, - "ISO105809Measured": true, - "EN13999Part1To4Measured": true, - "VOCAgBBConform": true, - "IsCustomMade": true, - "SCMVOCLimits2019Compliant": true, - "FormaldehydeE1Compliant": true, - "Japan4StarFormaldehydeCompliant": true, - "FactoryCoated": true, - "InstalledUnderFloorCoverings": true, - "DishwasherWaterConsumption": 1.1, - "IceMachineWaterUse": 1.1, - "IceMachineHarvestRange": 1.1, - "IceMachineEnergyConsumption": 1.1, - "WaterSensePrerinseSprayValve": true, - "GB33372AdhesivesCompliant": true, - "HJ2537PaintsCompliant": true, - "IsSiliconBasedAdhesive": true, - "IsAcrylateBasedAdhesive": true, - "ContentRecycledAggregates": 1.1, - "MaterialIngredients": true, - "LowEmittingMaterials": true, - "EPD": true, - "SourcingRawMaterials": true, - "MaterialIngredientOptimization": true, - "IsBagged": true, - "PreservativeFree": true, - "CoatingPlant": true, - "SubstancesRequiringLabel": true, - "IsLaminateFloor": true, - "EUTimberRegulationCompliance": true, - "CARES": true, - "ASICertified": true, - "ContentSecondaryAggregates": 1.1, - "MaterialsOptimization": true, - "EnhancedMaterialRestrictions": true, - "VocRestrictions": true, - "MaterialsTransparency": true, - "ReusedContent": 1.1, - "RenewableFeedstockSustainablyProduced": 1.1, - "RepurposedFeedstock": 1.1, - "IsSmokedWoodProduct": true, - "ETACompliant": true, - "UsedOnGreenRoofStructures": true, - "AppliedToWood": true, - "AppliedToPlastic": true, - "UsedInBuildingShell": true, - "UsedForJoints": true, - "IsCoated": true, - "GuidelineUBA1705": true, - "IsCementMortar": true, - "IsSanitaryPartition": true, - "IsWetCoating": true, - "TinFree": true, - "CadmiumFree": true, - "UsedInFacadeOrRoof": true, - "connectionType": "Unknown", - "accessibility": "Unknown", - "intersection": "Unknown", - "productEdge": "Unknown", - "availableForRecycle": 1.1, - "landfill": 1.1, - "incineration": 1.1, - "availableForReuse": 1.1, - "availableForDowncycling": 1.1, - "functionalUnit": "Volume", - "madasterDensity": 1.1, - "fixedHeight": 1.1, - "fixedArea": 1.1, - "lifespan": 1.1, - "epdProgramOperator": "IBU", - "UBAZincProof": true, - "LayingMaterialSpecial": true, - "RainwaterFiltrationSystems": true, - "WaterBased": true, - "EmissionLimitsMeasured": "n.v.", - "MaterialCoveringSurfaceNonTiles": true, - "IsWoodBasedPanel": true, - "UsedInEtics": true, - "BlueAngelAvailable": true, - "DecorativeWoodCoating": true, - "CarcinogenicEmissionsFree": true, - "WoodApplicationClassInSitu": "n.v.", - "FilmprotectedWoodCoating": true, - "ZincBathLeadContent": true, - "UsedAsAGlue": true, - "FreeOfPlasticisers": true, - "AssemblyFoamUsedInEtics": true, - "AppliedInThermalHull": true, - "ConsistsOfPolyethylene": true, - "ConsistsOfWoodBasedComponents": true, - "BlueAngel12aOrEquivalent": true, - "FormworkOilVocContentPercent": 1.1, - "ProducedWithFormworkOil": true, - "FormworkOilGiscode": "BTM01", - "BiocidesEncapsulated": true, - "AppliedToWoodenFloorCoverings": true, - "UsedAsInsulationAdhesive": true, - "UsedAsLinearAdhesive": true, - "MecopropFree": true, - "ConsistsOfMs": true, - "DecorativeLaquer": true, - "ConsistsOfPS": true, - "Leed4IeqEmissionsProofMethod": "Keine Emissionsmessung verfügbar", - "Leed4IeqContentProofMethod": "Kein VOC-Gehalt verfügbar", - "Leed4IeqContentPaintTypes": "Abdichtungsmembranen: 250 g/l (CARB 2007)", - "Leed4IeqContentAdhesiveTypes": "Abdichtung von Schiffsdecks: 760 g/l (SCAQMD Rule 1168)", - "Leed4IeqWoodProofMethod": "Wiederverwendetes Produkt", - "Leed4IeqFurnitureProofMethod": "Natürlich Emissionsfrei" - }, - "assessmentResults": { - "QNG23": [ - { - "resultTypeId": "QNG313", - "result": 1 - } - ], - "BNB": [ - { - "resultTypeId": "BNB_1.1.6", - "result": 1 - } - ], - "EUTAX24": [ - { - "resultTypeId": "EU_TAX_DNSH_Water", - "result": 1 - }, - { - "resultTypeId": "EU_TAX_DNSH_Pollution", - "result": 1 - } - ], - "EUTAX23": [ - { - "resultTypeId": "EU_TAX23_DNSH_Water_23", - "result": 1 - }, - { - "resultTypeId": "EU_TAX23_DNSH_Pollution_23", - "result": 0 - } - ], - "DGNB23": [ - { - "resultTypeId": "DGNB23_ENV132", - "result": 1 - }, - { - "resultTypeId": "DGNB23_ENV131", - "result": 1 - }, - { - "resultTypeId": "DGNB23_ENV1.2", - "result": 1 - } - ], - "LEED ": [ - { - "resultTypeId": "SRM_4.1", - "result": 200 - }, - { - "resultTypeId": "MIO2_4.1", - "result": 0 - }, - { - "resultTypeId": "MIO1_4.1", - "result": 0 - }, - { - "resultTypeId": "IEQ_4.1", - "result": 0 - }, - { - "resultTypeId": "EPD2_4.1", - "result": 0 - }, - { - "resultTypeId": "EPD1_4.1", - "result": 200 - } - ], - "WELL": [ - { - "resultTypeId": "WE_Pre_X02_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Pre_X01_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_X07_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_X06_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_X05_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_v2", - "result": 1 - } - ], - "BREEAM_DE_NB": [ - { - "resultTypeId": "BREEAM_DE_18_WST02", - "result": 0 - }, - { - "resultTypeId": "BREEAM_DE_18_MAT03", - "result": 0 - }, - { - "resultTypeId": "BREEAM_DE_18_MAT01", - "result": 100 - }, - { - "resultTypeId": "BREEAM_DE_18_MAN03", - "result": 1 - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02_01", - "result": 1 - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02", - "result": 1 - } - ], - "DGNB18": [ - { - "resultTypeId": "DGNB18_ENV132", - "result": 1 - }, - { - "resultTypeId": "DGNB18_ENV131", - "result": 1 - }, - { - "resultTypeId": "DGNB18_ENV12", - "result": 1 - } - ] - } -} \ No newline at end of file diff --git a/tests/valid/lifeCycleData/circularityAndLca.json b/tests/valid/lifeCycleData/circularityAndLca.json new file mode 100644 index 00000000..9845f9ca --- /dev/null +++ b/tests/valid/lifeCycleData/circularityAndLca.json @@ -0,0 +1,352 @@ +{ + "fixedHeight": 0.11000000000000001, + "fixedArea": 0.11000000000000001, + "functionalUnit": "Volume", + "defaultFunctionalUnitAmount": 0.0005555555555555556, + "lifespan": 15, + "density": 1800, + "weight": 1, + "circularity": { + "noCircularityInformation": false, + "feedstock": { + "renewables": 0, + "renewablesSustainablyProduced": 0, + "notRenewables": 1, + "reused": 0, + "recycled": 0, + "recyclingEfficiency": 1 + }, + "detachability": { + "connectionType": "HardChemicalConnection", + "connectionTypeDetail": "Glue", + "accessibility": "PartialWithDamage", + "intersection": "Incidental", + "productEdge": "Overlapping" + }, + "output": { + "availableForReuse": 0, + "availableForRecycle": 0, + "recyclingEfficiency": 1, + "landfill": 1, + "incineration": 0 + } + }, + "lca": [ + { + "isoCode": "iv", + "owner": "Test Company GmbH", + "referenceYear": 2022, + "validUntilYear": 2024, + "datasetType": "EPD, generic dataset", + "environmentalCostIndicator": 0.027443771375357806, + "UUID": "512cb346-973f-4648-ab51-93b2beea23c3", + "version": "20.23.050", + "compliance": ["EN 15804+A2"], + "phases": [ + { + "phaseId": "A1_A3", + "EN15804_2012_A2_2019": { + "globalWarmingPotentialTotal": 0.19358165980704722, + "globalWarmingPotentialFossil": 0.19836523372371112, + "globalWarmingPotentialBiogenic": -0.004852084132277661, + "globalWarmingPotentialLuluc": 0.00006851021561375667, + "ozoneDeplationPotential": 1.0595047877470112e-12, + "acidificationPotentialAccumulatedExceedance": 0.00025442335336816723, + "eutrophicationPotentialFreshWater": 0.0000012108854250820166, + "eutrophicationPotentialMarineWater": 0.00009059892657866055, + "eutrophicationTerrestrial": 0.0010337438889043888, + "photoOxidantCreationPotential": 0.00018538071214323332, + "abioticDeplationNonFossile": 8.021575126498445e-7, + "abioticDeplationFossile": 1.2386544957610666, + "waterUseDeprivationPotential": 0.0058179892451279995, + "potentialIncidenceOfDiseaseDueToPMEmissions": 0, + "potentialHumanExposureEfficiencyRelativeToU235": 0, + "ecoTox": 0, + "humanToxCancer": 0, + "humanToxNonCancer": 0, + "potentialSoilQualityIndex": 0, + "pere": 0.8081559039234667, + "perm": 0, + "pert": 0.8081559039234667, + "penre": 1.2394686035633056, + "penrm": 0, + "penrt": 1.2394686035633056, + "sm": 0, + "rsf": 0, + "nrsf": 0, + "fw": 0.00037826989729753725, + "hwd": 1.1123740130046e-10, + "nhwd": 0.014216001813301056, + "rwd": 0.000060837274259395556, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + }, + { + "phaseId": "C2", + "EN15804_2012_A2_2019": { + "globalWarmingPotentialTotal": 0.004029402242809856, + "globalWarmingPotentialFossil": 0.004018889596023438, + "globalWarmingPotentialBiogenic": -0.000013369717488400834, + "globalWarmingPotentialLuluc": 0.000023882364274817555, + "ozoneDeplationPotential": 6.990481120878833e-16, + "acidificationPotentialAccumulatedExceedance": 0.000013219832243788277, + "eutrophicationPotentialFreshWater": 9.306075417347001e-9, + "eutrophicationPotentialMarineWater": 0.000006184789021113722, + "eutrophicationTerrestrial": 0.00006937480544422167, + "photoOxidantCreationPotential": 0.000011962365886519889, + "abioticDeplationNonFossile": 2.8290742929225557e-10, + "abioticDeplationFossile": 0.05416540787973845, + "waterUseDeprivationPotential": 0.000020778867849842835, + "potentialIncidenceOfDiseaseDueToPMEmissions": 0, + "potentialHumanExposureEfficiencyRelativeToU235": 0, + "ecoTox": 0, + "humanToxCancer": 0, + "humanToxNonCancer": 0, + "potentialSoilQualityIndex": 0, + "pere": 0.003502323019897122, + "perm": 0, + "pert": 0.003502323019897122, + "penre": 0.05419447076678694, + "penrm": 0, + "penrt": 0.05419447076678694, + "sm": 0, + "rsf": 0, + "nrsf": 0, + "fw": 0.0000031896563533474666, + "hwd": 1.4515455150470555e-13, + "nhwd": 0.000007902119840860722, + "rwd": 5.666861745754333e-8, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + }, + { + "phaseId": "C4", + "EN15804_2012_A2_2019": { + "globalWarmingPotentialTotal": 0.021931620507084054, + "globalWarmingPotentialFossil": 0.01653999903331722, + "globalWarmingPotentialBiogenic": 0.005340280046315094, + "globalWarmingPotentialLuluc": 0.00005134142745179194, + "ozoneDeplationPotential": 4.248512936024989e-14, + "acidificationPotentialAccumulatedExceedance": 0.00011719951092770666, + "eutrophicationPotentialFreshWater": 3.3382200415529335e-8, + "eutrophicationPotentialMarineWater": 0.000030287014064268775, + "eutrophicationTerrestrial": 0.00033322854420738947, + "photoOxidantCreationPotential": 0.00009138763991267778, + "abioticDeplationNonFossile": 7.640525220765167e-10, + "abioticDeplationFossile": 0.21991816612346557, + "waterUseDeprivationPotential": 0.0018097512408460667, + "potentialIncidenceOfDiseaseDueToPMEmissions": 0, + "potentialHumanExposureEfficiencyRelativeToU235": 0, + "ecoTox": 0, + "humanToxCancer": 0, + "humanToxNonCancer": 0, + "potentialSoilQualityIndex": 0, + "pere": 0.03599423863108083, + "perm": 0, + "pert": 0.03599423863108083, + "penre": 0.2201662168183389, + "penrm": 0, + "penrt": 0.2201662168183389, + "sm": 0, + "rsf": 0, + "nrsf": 0, + "fw": 0.000055498615280460895, + "hwd": 4.740936467333895e-12, + "nhwd": 1.1010810736333445, + "rwd": 0.0000024743023585735608, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + } + ] + }, + { + "isoCode": "iv", + "owner": "Test Company GmbH", + "referenceYear": 2019, + "validUntilYear": 2024, + "datasetType": "EPD, average dataset", + "environmentalCostIndicator": 0.019266806168562668, + "UUID": "19c2219b-eaff-4d82-89c2-6e3bedf60f10", + "registrationNumber": "12348", + "version": "00.02.000", + "compliance": ["DIN EN 15804", "ISO 14025"], + "phases": [ + { + "phaseId": "A1_A3", + "EN15804_2012_04_A1_2013": { + "humanToxicityPotential": 0, + "freshwaterAquaticEcotoxicityPotential": 0, + "marinewaterAquaticEcotoxicityPotential": 0, + "terrestrialEcotoxicityPotential": 0, + "globalWarmingPotential": 0.374, + "ozoneDeplationPotential": 2.49e-9, + "photoChemicalOxydantFormation": 0.0000767, + "acidificationPotentialOfLandAndWater": 0.00092, + "eutrophicationPotential": 0.0000947, + "abioticDeplationNonFossile": 8.61e-7, + "abioticDeplationFossile": 3.23, + "pere": 0.496, + "perm": 0.286, + "pert": 0.782, + "penre": 3.473, + "penrm": 0.037, + "penrt": 3.51, + "sm": 0, + "fw": 0.0211, + "hwd": 1.42e-8, + "nhwd": 0.0143, + "rwd": 0.0000796, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + }, + { + "phaseId": "A4", + "EN15804_2012_04_A1_2013": { + "globalWarmingPotential": 0.0218, + "ozoneDeplationPotential": 4.58e-16, + "photoChemicalOxydantFormation": -2.35e-7, + "acidificationPotentialOfLandAndWater": 0.0000166, + "eutrophicationPotential": 0.00000374, + "abioticDeplationNonFossile": 2.26e-9, + "abioticDeplationFossile": 0.292, + "pere": 0.0197, + "perm": 0, + "pert": 0.0197, + "penre": 0.293, + "penrm": 0, + "penrt": 0.293, + "sm": 0, + "fw": 0.0000229, + "hwd": 1.88e-8, + "nhwd": 0.0000218, + "rwd": 3.54e-7, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + }, + { + "phaseId": "A5", + "EN15804_2012_04_A1_2013": { + "globalWarmingPotential": 0.0417, + "ozoneDeplationPotential": 5.71e-16, + "photoChemicalOxydantFormation": 3.65e-7, + "acidificationPotentialOfLandAndWater": 0.00000546, + "eutrophicationPotential": 0.00000121, + "abioticDeplationNonFossile": 7.3e-10, + "abioticDeplationFossile": 0.0111, + "pere": 0.28837, + "perm": -0.286, + "pert": 0.00237, + "penre": 0.0493, + "penrm": -0.037, + "penrt": 0.0123, + "sm": 0, + "fw": 0.000402, + "hwd": 1.19e-11, + "nhwd": 0.00018, + "rwd": 4.99e-7, + "mfr": 0.000187, + "mer": 0.0226, + "eee": 0.0522, + "ete": 0.122 + } + }, + { + "phaseId": "B1", + "EN15804_2012_04_A1_2013": { + "globalWarmingPotential": -0.162, + "ozoneDeplationPotential": 0, + "photoChemicalOxydantFormation": 0, + "acidificationPotentialOfLandAndWater": 0, + "eutrophicationPotential": 0, + "abioticDeplationNonFossile": 0, + "abioticDeplationFossile": 0, + "pere": 0, + "perm": 0, + "pert": 0, + "penre": 0, + "penrm": 0, + "penrt": 0, + "sm": 0, + "fw": 0, + "hwd": 0, + "nhwd": 0, + "rwd": 0, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + }, + { + "phaseId": "C4", + "EN15804_2012_04_A1_2013": { + "globalWarmingPotential": 0.0169, + "ozoneDeplationPotential": 3.76e-15, + "photoChemicalOxydantFormation": 0.00000776, + "acidificationPotentialOfLandAndWater": 0.0000999, + "eutrophicationPotential": 0.0000138, + "abioticDeplationNonFossile": 6.49e-9, + "abioticDeplationFossile": 0.218, + "pere": 0.0281, + "perm": 0, + "pert": 0.0281, + "penre": 0.226, + "penrm": 0, + "penrt": 0.226, + "sm": 0, + "fw": 0.0000431, + "hwd": 3.9e-9, + "nhwd": 1.06, + "rwd": 0.00000324, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + }, + { + "phaseId": "D", + "EN15804_2012_04_A1_2013": { + "globalWarmingPotential": -0.0175, + "ozoneDeplationPotential": -1.27e-14, + "photoChemicalOxydantFormation": -0.00000168, + "acidificationPotentialOfLandAndWater": -0.0000191, + "eutrophicationPotential": -0.00000312, + "abioticDeplationNonFossile": -4.04e-8, + "abioticDeplationFossile": -0.225, + "pere": -0.0523, + "perm": 0, + "pert": -0.0523, + "penre": -0.253, + "penrm": 0, + "penrt": -0.253, + "sm": 0, + "fw": -0.0000333, + "hwd": -1.42e-10, + "nhwd": -0.000139, + "rwd": -0.000011, + "mfr": 0, + "mer": 0, + "eee": 0, + "ete": 0 + } + } + ] + } + ] +} diff --git a/tests/valid/lifeCycleData/compliance.json b/tests/valid/lifeCycleData/compliance.json new file mode 100644 index 00000000..7e3d9397 --- /dev/null +++ b/tests/valid/lifeCycleData/compliance.json @@ -0,0 +1,526 @@ +{ + "productType": "01010101", + "productAttributes": { + "SvhcFree": true, + "BlueAngel": "n.v.", + "VocContentPerLiter": 1.1, + "ChlorinatedParaffineFree": true, + "UsedIndoors": true, + "MineralUnderground": true, + "CategoryDecopaint": "n.v.", + "WaterSoluble": true, + "SolventFree": true, + "PlasticizerFree": true, + "DustBindingCoating": true, + "WallpaperAdhesive": true, + "PowderProduct": true, + "DispersionAdhesive": true, + "DispersionInsulativeAdhesive": true, + "DecorativePaint": true, + "Plaster": true, + "GutQualitySeal": true, + "TextileProduct": true, + "Giscode": "n.v.", + "Emicode": "n.v", + "ConsistsOfPu": true, + "MaterialCoveringSurface": true, + "Sealing": true, + "AppliedToNaturalStone": true, + "SolventContent": 1.1, + "CrackBridging": true, + "AdhesiveSealant": true, + "ChlorinatedParaffinsFree": true, + "KwsPlasticizerContent": true, + "AirtightSealing": true, + "VocContentPercent": 1.1, + "HalogenatedFree": true, + "FormworkOil": true, + "FireProtection": true, + "AbZExisting": true, + "HalogenFree": true, + "CorrosivityCategory": "n.v.", + "VocContentPerSquaremeter": 1.1, + "AntiCorrosion": true, + "EffectCoating": true, + "PuCoating": true, + "SubstantiationOfEmissions": true, + "PlasticCoating": true, + "IsOsSystems": true, + "EpoxyCoating": true, + "Marker": true, + "BitumenPrimer": true, + "WaxOrOil": true, + "ChemicalWoodPreservation": true, + "ApplicationClass": "n.v.", + "OnlyConstructiveWoodProtection": true, + "NaturallyDurableWood": true, + "ViableBiocidalProduct": true, + "AppliedToLoadBearingStructures": true, + "BiocideTreated": true, + "InCanPreservation": true, + "PassivatingAgent": true, + "AppliedToMetal": true, + "ChromCompoundsFree": true, + "LeadOrCopper": true, + "HeavyMetalFilter": true, + "Zinc": true, + "NonHalogenatedRefrigerant": true, + "TcepFree": true, + "HalogenatedFlameRetardantsFree": true, + "AssemblyFoamFastening": true, + "AssemblyFoamInsulation": true, + "FlameRetardant": true, + "PbbFree": true, + "PbdeFree": true, + "BoronCompoundsFree": true, + "FormaldehydContent": 1.1, + "Plastic": true, + "Handcrafted": true, + "MineralWool": true, + "FoamGlass": true, + "RigidFoam": true, + "HalogenatedBlowingAgentsFree": true, + "Pvc": true, + "WallCovering": true, + "InsulationForBuildingServices": true, + "BitumenEmulsion": true, + "EmissionsAfterDays28d120": true, + "PuttyUnderWallpapers": true, + "SealantForGlass": true, + "AdhesiveTape": true, + "EmissionEvaluated": true, + "MetallicEffectCoating": true, + "ObjectRelatedProofZinc": true, + "CementitiousInsulationAdhesive": true, + "FloorCovering": true, + "FilmprotectedWoodStain": true, + "StructuralTimber": true, + "PvcFree": true, + "HeavyMetalFree": true, + "Rubber": true, + "ConsistsOfSmp": true, + "NoChildLabor": true, + "NoIllegalMining": true, + "ProcessingInEurope": true, + "CsrAvailable": true, + "FscCertificate": "n.v.", + "HolzVonHier": true, + "NaturePlus": true, + "FairStone": true, + "CertifiedCsc": "n.v.", + "PefcCertificate": "n.v.", + "RecycledContentPreConsumer": 1.1, + "RecycledContentPostConsumer": 1.1, + "CertifiedCscR": "n.v.", + "PakContentPerKg": true, + "BaPEmissionsPerKg": true, + "NitrosamineEmissionsPerKg": 1.1, + "NitrosamineEmissionsPerCubicMeter": 1.1, + "AmmoniumEmissions28d": 1.1, + "LeadFree": true, + "CMRFree": true, + "AgBBCompliant": true, + "RelevantContributionToCost": true, + "FlowRate": 1.1, + "WaterConsumptionFullFlush": 1.1, + "WaterConsumptionAverageFlush": 1.1, + "WaterConsumptionUrinal": 1.1, + "RalGz388Compliant": true, + "HbcdFree": true, + "ConsistsOfGalvanizedSteel": true, + "TotalSolid": true, + "AppliedToExteriorWalls": true, + "SyntheticResinScreed": true, + "DecorativeCoating": true, + "BuildingsWithSpecialRequirements": true, + "RefrigerantAMEV2017": "R290", + "ConsistsOfUF": true, + "UsedTyreGranulateFree": true, + "PhthalateFree": true, + "TVOCEmissions28d": 1.1, + "AmineOrOximecuringSiliconFree": true, + "IsMineralTileAdhesive": true, + "IsAssemblyFoam": true, + "CadmiumContent": 1.1, + "AppliedToFloorCoverings": true, + "PMMACoating": true, + "FormaldehydEmissions": 1.1, + "SumOfCarcinogenicVOCEmissions": 1.1, + "IsRenewableInsulationMaterial": true, + "SurfaceTreatmentAgainstMold": true, + "IsCeilingPanel": true, + "TypeOfWaterFitting": "Water-Tap", + "IsUsedUnderCeramicTiles": true, + "UBACompliant": true, + "IsBiodegradable": true, + "IsInherentlyBiodegradable": true, + "AntimontrioxidFree": true, + "EmissionsAfter28d76": true, + "EmissionsAfter28d176": true, + "IsMMFFloor": true, + "MCPPContent": 1.1, + "IsPartOfGreenRoof": true, + "CoveredSurfaceArea": true, + "EmissionsReductionMeasures": true, + "IsWeathered": true, + "EPDAvailable": "n.v.", + "Reduction5": true, + "AnsiBifma2014Compliant": "n.v.", + "C2CCertified": "n.v.", + "DeclareCertified": "n.v.", + "FactsCertified": "n.v.", + "GlobalGreenTagPHDCertified": true, + "HealthProductDeclarationOpenStandardCompliant": true, + "LensCertified": true, + "ThirdPartyVerified": true, + "ActionPlanAvailable": true, + "GreenSealCertified": true, + "LivingProductChallengeCertified": true, + "PurchaseArea": true, + "NonEmittingSource": true, + "AmountOfContainedRecyclableMaterials": 1.1, + "AnsiBifma2019Compliant": "n.v.", + "SCMVOCLimits2007Compliant": true, + "ManufacturerPartOfEPR": true, + "UsedAsInsulation": true, + "IsCompositeWood": true, + "IsBiobased": true, + "IsAnimalSkin": true, + "InventoryAssessment": "n.v.", + "FullDeclarationAvailable": "n.v.", + "GreenscreenListTranslatorScoreAssesed": 1.1, + "GreenscreenBenchmark": "n.v.", + "GHSAvailable": true, + "IsTestedForC14Content": true, + "IsPublishedIInHPDRepository": true, + "GreenScreenLT1Free": true, + "GHSCategory1Free": true, + "GreenScreenIsPublic": true, + "ContentOfGreenScreen": 1.1, + "Imperative09Conform": true, + "AnnexXIVFree": true, + "AnnexXVIIFree": true, + "CDPHVOCCompliant": true, + "TVOCEmissions14d": 1.1, + "SCAQMDVOCLimitsCompliant": "n.v.", + "ChemicalInventoryAfterRecycling": 1.1, + "RenewableMaterialsContent": 1.1, + "IsCompostable": "n.v.", + "Dismantable": true, + "ReversibleRemovalPossible": 1.1, + "TSCACompliant": true, + "ACTMCompliant": true, + "ULEEFCertified": true, + "NoNAFAdded": true, + "EUEcolabelCertified": true, + "NoRepairRequired": true, + "RepairPossible": true, + "IsRepairableWithLowEffort": true, + "IsRepairableWithHighEffort": true, + "EasyReplaced": true, + "SpareParts": true, + "IncreasedServiceLife": true, + "ReuseAsIs": true, + "ExtendServiceLife": true, + "IsCollectedForUseCase": true, + "IsUpdateable": true, + "IsLeased": true, + "AsbestosFree1000ppm": true, + "RoHSCompliant": true, + "LeadFree100ppm": true, + "MercuryContentMg": 1.1, + "MercuryContentPpm": 1.1, + "LeadCarbonateSulfateFree": true, + "LPCPetalsCompliant": true, + "HealthRATECertified": "n.v.", + "PossibleRecyclingContent": 1.1, + "PFASFree": true, + "ElectroProduct": true, + "OrthophtalatesFree": true, + "UsedForDrinkingWaterDistribution": true, + "IsWallCovering": true, + "ForDrinkingWaterGovernmentApproved": true, + "EULCICompliant": true, + "ByggvarubedömningenCompliant": "n.v.", + "IngredientsThirdPartyVerified": true, + "MaterialHealthCertified": "n.v.", + "LCAActionPlanAvailable": true, + "GWPReduction": 1.1, + "WaterSenseToilet": true, + "WetLeadFree": true, + "AsbestFree": true, + "PCBFree": true, + "WaterSenseUrinal": true, + "UsedInPublicBuilding": true, + "WaterSensePrivateLavatoryFaucet": true, + "ANSIA1901Compliant": true, + "ANSIPRG320Compliant": true, + "ANSINSF372Complaint": true, + "ASTDMD866TestMethodCompliant": true, + "ASTMD5456Compliant": true, + "ASTMD5055Compliant": true, + "PS2015Compliant": true, + "PS109Compliant": "n.v.", + "PS210Compliant": true, + "WaterSenseShowerheads": true, + "ModifiedEnergyFactor": 1.1, + "IntegratedModifiedEnergyFactor": 1.1, + "WaterUsageWashingMachine": true, + "IsUsedInWetRooms": true, + "ProtectsAgainstMoldGrowth": true, + "EN16402Measured": true, + "ISO16009Measured": true, + "DINEN16516Measured": true, + "CDPHMeasured": true, + "IsMDFBoard": true, + "EN7171Measured": true, + "ISO105809Measured": true, + "EN13999Part1To4Measured": true, + "VOCAgBBConform": true, + "IsCustomMade": true, + "SCMVOCLimits2019Compliant": true, + "FormaldehydeE1Compliant": true, + "Japan4StarFormaldehydeCompliant": true, + "FactoryCoated": true, + "InstalledUnderFloorCoverings": true, + "DishwasherWaterConsumption": 1.1, + "IceMachineWaterUse": 1.1, + "IceMachineHarvestRange": 1.1, + "IceMachineEnergyConsumption": 1.1, + "WaterSensePrerinseSprayValve": true, + "GB33372AdhesivesCompliant": true, + "HJ2537PaintsCompliant": true, + "IsSiliconBasedAdhesive": true, + "IsAcrylateBasedAdhesive": true, + "ContentRecycledAggregates": 1.1, + "MaterialIngredients": true, + "LowEmittingMaterials": true, + "EPD": true, + "SourcingRawMaterials": true, + "MaterialIngredientOptimization": true, + "IsBagged": true, + "PreservativeFree": true, + "CoatingPlant": true, + "SubstancesRequiringLabel": true, + "IsLaminateFloor": true, + "EUTimberRegulationCompliance": true, + "CARES": true, + "ASICertified": true, + "ContentSecondaryAggregates": 1.1, + "MaterialsOptimization": true, + "EnhancedMaterialRestrictions": true, + "VocRestrictions": true, + "MaterialsTransparency": true, + "ReusedContent": 1.1, + "RenewableFeedstockSustainablyProduced": 1.1, + "RepurposedFeedstock": 1.1, + "IsSmokedWoodProduct": true, + "ETACompliant": true, + "UsedOnGreenRoofStructures": true, + "AppliedToWood": true, + "AppliedToPlastic": true, + "UsedInBuildingShell": true, + "UsedForJoints": true, + "IsCoated": true, + "GuidelineUBA1705": true, + "IsCementMortar": true, + "IsSanitaryPartition": true, + "IsWetCoating": true, + "TinFree": true, + "CadmiumFree": true, + "UsedInFacadeOrRoof": true, + "connectionType": "Unknown", + "accessibility": "Unknown", + "intersection": "Unknown", + "productEdge": "Unknown", + "availableForRecycle": 1.1, + "landfill": 1.1, + "incineration": 1.1, + "availableForReuse": 1.1, + "availableForDowncycling": 1.1, + "functionalUnit": "Volume", + "madasterDensity": 1.1, + "fixedHeight": 1.1, + "fixedArea": 1.1, + "lifespan": 1.1, + "epdProgramOperator": "IBU", + "UBAZincProof": true, + "LayingMaterialSpecial": true, + "RainwaterFiltrationSystems": true, + "WaterBased": true, + "EmissionLimitsMeasured": "n.v.", + "MaterialCoveringSurfaceNonTiles": true, + "IsWoodBasedPanel": true, + "UsedInEtics": true, + "BlueAngelAvailable": true, + "DecorativeWoodCoating": true, + "CarcinogenicEmissionsFree": true, + "WoodApplicationClassInSitu": "n.v.", + "FilmprotectedWoodCoating": true, + "ZincBathLeadContent": true, + "UsedAsAGlue": true, + "FreeOfPlasticisers": true, + "AssemblyFoamUsedInEtics": true, + "AppliedInThermalHull": true, + "ConsistsOfPolyethylene": true, + "ConsistsOfWoodBasedComponents": true, + "BlueAngel12aOrEquivalent": true, + "FormworkOilVocContentPercent": 1.1, + "ProducedWithFormworkOil": true, + "FormworkOilGiscode": "BTM01", + "BiocidesEncapsulated": true, + "AppliedToWoodenFloorCoverings": true, + "UsedAsInsulationAdhesive": true, + "UsedAsLinearAdhesive": true, + "MecopropFree": true, + "ConsistsOfMs": true, + "DecorativeLaquer": true, + "ConsistsOfPS": true, + "Leed4IeqEmissionsProofMethod": "Keine Emissionsmessung verfügbar", + "Leed4IeqContentProofMethod": "Kein VOC-Gehalt verfügbar", + "Leed4IeqContentPaintTypes": "Abdichtungsmembranen: 250 g/l (CARB 2007)", + "Leed4IeqContentAdhesiveTypes": "Abdichtung von Schiffsdecks: 760 g/l (SCAQMD Rule 1168)", + "Leed4IeqWoodProofMethod": "Wiederverwendetes Produkt", + "Leed4IeqFurnitureProofMethod": "Natürlich Emissionsfrei" + }, + "assessmentResults": { + "QNG23": [ + { + "resultTypeId": "QNG313", + "result": 1 + } + ], + "BNB": [ + { + "resultTypeId": "BNB_1.1.6", + "result": 1 + } + ], + "EUTAX24": [ + { + "resultTypeId": "EU_TAX_DNSH_Water", + "result": 1 + }, + { + "resultTypeId": "EU_TAX_DNSH_Pollution", + "result": 1 + } + ], + "EUTAX23": [ + { + "resultTypeId": "EU_TAX23_DNSH_Water_23", + "result": 1 + }, + { + "resultTypeId": "EU_TAX23_DNSH_Pollution_23", + "result": 0 + } + ], + "DGNB23": [ + { + "resultTypeId": "DGNB23_ENV132", + "result": 1 + }, + { + "resultTypeId": "DGNB23_ENV131", + "result": 1 + }, + { + "resultTypeId": "DGNB23_ENV1.2", + "result": 1 + } + ], + "LEED ": [ + { + "resultTypeId": "SRM_4.1", + "result": 200 + }, + { + "resultTypeId": "MIO2_4.1", + "result": 0 + }, + { + "resultTypeId": "MIO1_4.1", + "result": 0 + }, + { + "resultTypeId": "IEQ_4.1", + "result": 0 + }, + { + "resultTypeId": "EPD2_4.1", + "result": 0 + }, + { + "resultTypeId": "EPD1_4.1", + "result": 200 + } + ], + "WELL": [ + { + "resultTypeId": "WE_Pre_X02_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Pre_X01_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X07_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X06_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X05_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_v2", + "result": 1 + } + ], + "BREEAM_DE_NB": [ + { + "resultTypeId": "BREEAM_DE_18_WST02", + "result": 0 + }, + { + "resultTypeId": "BREEAM_DE_18_MAT03", + "result": 0 + }, + { + "resultTypeId": "BREEAM_DE_18_MAT01", + "result": 100 + }, + { + "resultTypeId": "BREEAM_DE_18_MAN03", + "result": 1 + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02_01", + "result": 1 + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02", + "result": 1 + } + ], + "DGNB18": [ + { + "resultTypeId": "DGNB18_ENV132", + "result": 1 + }, + { + "resultTypeId": "DGNB18_ENV131", + "result": 1 + }, + { + "resultTypeId": "DGNB18_ENV12", + "result": 1 + } + ] + } +} diff --git a/tests/valid/lifeCycleData/complianceWithNullValues.json b/tests/valid/lifeCycleData/complianceWithNullValues.json new file mode 100644 index 00000000..36cb3b92 --- /dev/null +++ b/tests/valid/lifeCycleData/complianceWithNullValues.json @@ -0,0 +1,144 @@ +{ + "productType": "01010101", + "productAttributes": {}, + "assessmentResults": { + "QNG23": [ + { + "resultTypeId": "QNG313", + "result": null + } + ], + "BNB": [ + { + "resultTypeId": "BNB_1.1.6", + "result": null + } + ], + "EUTAX24": [ + { + "resultTypeId": "EU_TAX_DNSH_Water", + "result": null + }, + { + "resultTypeId": "EU_TAX_DNSH_Pollution", + "result": null + } + ], + "EUTAX23": [ + { + "resultTypeId": "EU_TAX23_DNSH_Water_23", + "result": null + }, + { + "resultTypeId": "EU_TAX23_DNSH_Pollution_23", + "result": null + } + ], + "DGNB23": [ + { + "resultTypeId": "DGNB23_ENV132", + "result": null + }, + { + "resultTypeId": "DGNB23_ENV131", + "result": null + }, + { + "resultTypeId": "DGNB23_ENV1.2", + "result": null + } + ], + "LEED ": [ + { + "resultTypeId": "SRM_4.1", + "result": null + }, + { + "resultTypeId": "MIO2_4.1", + "result": null + }, + { + "resultTypeId": "MIO1_4.1", + "result": null + }, + { + "resultTypeId": "IEQ_4.1", + "result": null + }, + { + "resultTypeId": "EPD2_4.1", + "result": null + }, + { + "resultTypeId": "EPD1_4.1", + "result": null + } + ], + "WELL": [ + { + "resultTypeId": "WE_Pre_X02_v2", + "result": null + }, + { + "resultTypeId": "WELL_Pre_X01_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X07_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X06_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X05_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_v2", + "result": null + } + ], + "BREEAM_DE_NB": [ + { + "resultTypeId": "BREEAM_DE_18_WST02", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAT03", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAT01", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAN03", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02_01", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02", + "result": null + } + ], + "DGNB18": [ + { + "resultTypeId": "DGNB18_ENV132", + "result": null + }, + { + "resultTypeId": "DGNB18_ENV131", + "result": null + }, + { + "resultTypeId": "DGNB18_ENV12", + "result": null + } + ] + } +} From b4398eddd2250f5a5cd405a1ddda6ab6136c050f Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 5 Aug 2025 14:35:30 +0200 Subject: [PATCH 306/362] `make format` --- schemas/data.json | 2 +- schemas/lifeCycle.json | 2 +- schemas/number.json | 71 ++++++----------------------- tests/valid/data/lifeCycleTest.json | 2 +- 4 files changed, 16 insertions(+), 61 deletions(-) diff --git a/schemas/data.json b/schemas/data.json index 439c2da2..ae6c7254 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -34,4 +34,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index 41e3c308..f3c92e19 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/number.json b/schemas/number.json index a51fe2b5..56ba1f77 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,12 +16,7 @@ }, "confidenceInterval": { "type": "number", - "enum": [ - 68.3, - 95.4, - 99.7, - 100 - ], + "enum": [68.3, 95.4, 99.7, 100], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -45,11 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -84,11 +75,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -113,11 +100,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -148,11 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -189,11 +168,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -257,7 +232,7 @@ "description": "Meter is the SI unit for length. This type is used for rare cases in which the option of an uncertainty is not desired." }, "squareMeter": { - "$ref": "#/$defs/nonNegativeNumber", + "$ref": "#/$defs/nonNegativeNumber", "description": "A square meter (m^2) is a unit for an area. This type is used for rare cases in which the option of an uncertainty is not desired." }, "nanometer": { @@ -316,11 +291,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -345,11 +316,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -374,11 +341,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -403,11 +366,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -432,11 +391,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -612,4 +567,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} \ No newline at end of file +} diff --git a/tests/valid/data/lifeCycleTest.json b/tests/valid/data/lifeCycleTest.json index f63b2e27..458b0023 100644 --- a/tests/valid/data/lifeCycleTest.json +++ b/tests/valid/data/lifeCycleTest.json @@ -1,3 +1,3 @@ { "defaultFunctionalUnitAmount": 1 -} \ No newline at end of file +} From 1c0553a10ac524018814815a7f1e1eca59816844 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 5 Aug 2025 14:47:45 +0200 Subject: [PATCH 307/362] Exchange `cradleToCradle` by `lifeCycle` --- schemas/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/data.json b/schemas/data.json index ae6c7254..f6f2a15c 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/data.json", "title": "general schema for BED-JSON data sets", - "description": "The schemas of building-envelope-data can be used to validate data sets from many domains such as `opticalData`, `calorimetricData`, `photovoltaicData`, `geometricData`, `hygrothermalData` and `cradleToCradleData`. The schemas from these domains together are name \"BED-JSON\" as a JSON format for building envelope data sets.", + "description": "The schemas of building-envelope-data can be used to validate data sets from many domains such as `opticalData`, `calorimetricData`, `photovoltaicData`, `geometricData`, `hygrothermalData` and `lifeCycleData`. The schemas from these domains together are name \"BED-JSON\" as a JSON format for building envelope data sets.", "$defs": { "data": { "oneOf": [ @@ -34,4 +34,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From d7392d829ca1ad08168b2eedda0311899540ce4c Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 10:31:26 +0200 Subject: [PATCH 308/362] Tests against data.json failed because of missing "additionalProperties": false --- schemas/lifeCycleData.json | 249 +++++++++++++++++++++++++++++++------ 1 file changed, 208 insertions(+), 41 deletions(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 3d968ec8..dcfac8e1 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -60,7 +60,10 @@ "assessmentResults": { "$ref": "#/$defs/compliance/properties/assessmentResults" } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] }, "compliance": { "type": "object", @@ -128,7 +131,14 @@ "CategoryDecopaint": { "type": "string", "description": "Category (Wb) of current Decopaint-RL (Appendix II)", - "enum": ["n.v.", "a", "b", "g", "h", "d"] + "enum": [ + "n.v.", + "a", + "b", + "g", + "h", + "d" + ] }, "WaterSoluble": { "type": "boolean", @@ -336,7 +346,13 @@ "Emicode": { "type": "string", "description": "Certified with EMICODE", - "enum": ["n.v", "EC1", "EC1PLUS", "EC1-R", "EC1PLUS-R"] + "enum": [ + "n.v", + "EC1", + "EC1PLUS", + "EC1-R", + "EC1PLUS-R" + ] }, "ConsistsOfPu": { "type": "boolean", @@ -405,7 +421,16 @@ "CorrosivityCategory": { "type": "string", "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", - "enum": ["n.v.", "C1", "C2", "C3", "C4", "C5-I", "C5-M", "all"] + "enum": [ + "n.v.", + "C1", + "C2", + "C3", + "C4", + "C5-I", + "C5-M", + "all" + ] }, "VocContentPerSquaremeter": { "type": "number", @@ -458,7 +483,17 @@ "ApplicationClass": { "type": "string", "description": "Wood application class according to DIN 68800-3", - "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] }, "OnlyConstructiveWoodProtection": { "type": "boolean", @@ -982,7 +1017,11 @@ "EPDAvailable": { "type": "string", "description": "Type of EPD available for the product. ", - "enum": ["n.v.", "Industry-average EPD", "Product specific EPD"] + "enum": [ + "n.v.", + "Industry-average EPD", + "Product specific EPD" + ] }, "Reduction5": { "type": "boolean", @@ -1001,7 +1040,13 @@ "C2CCertified": { "type": "string", "description": "The product is Cradle to Cradle (version 3 or later) certified", - "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] }, "DeclareCertified": { "type": "string", @@ -1018,7 +1063,13 @@ "FactsCertified": { "type": "string", "description": "Product is Facts – NSF/ANSI 336 certified", - "enum": ["n.v.", "compliant", "silver", "gold", "platinum"] + "enum": [ + "n.v.", + "compliant", + "silver", + "gold", + "platinum" + ] }, "GlobalGreenTagPHDCertified": { "type": "boolean", @@ -1183,7 +1234,11 @@ "SCAQMDVOCLimitsCompliant": { "type": "string", "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", - "enum": ["n.v.", "Rule 1113", "Rule 1168"] + "enum": [ + "n.v.", + "Rule 1113", + "Rule 1168" + ] }, "TSCACompliant": { "type": "boolean", @@ -1232,7 +1287,12 @@ "HealthRATECertified": { "type": "string", "description": "The product is HealthRATE™ mark certified", - "enum": ["n.v.", "SilverHEALTH", "GoldHEALTH", "PlatinumHEALTH"] + "enum": [ + "n.v.", + "SilverHEALTH", + "GoldHEALTH", + "PlatinumHEALTH" + ] }, "PFASFree": { "type": "boolean", @@ -1261,7 +1321,12 @@ "ByggvarubedömningenCompliant": { "type": "string", "description": "The product is classified according to the Byggvarubedömningen criterion", - "enum": ["n.v.", "recommended", "accepted", "to be avoided"] + "enum": [ + "n.v.", + "recommended", + "accepted", + "to be avoided" + ] }, "IngredientsThirdPartyVerified": { "type": "boolean", @@ -1270,7 +1335,13 @@ "MaterialHealthCertified": { "type": "string", "description": "Product has Material Health Certificate (version 3 or later)", - "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] }, "LCAActionPlanAvailable": { "type": "boolean", @@ -1323,7 +1394,11 @@ "PS109Compliant": { "type": "string", "description": "The product is compliant with the PS 1-09 standard for structural plywood", - "enum": ["n.v.", "Exterior", "Exposure 1"] + "enum": [ + "n.v.", + "Exterior", + "Exposure 1" + ] }, "PS210Compliant": { "type": "boolean", @@ -1629,7 +1704,17 @@ "WoodApplicationClassInSitu": { "type": "string", "description": "To which wood use class according to DIN 68800-3 is the product applied?", - "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] }, "FilmprotectedWoodCoating": { "type": "boolean", @@ -1738,13 +1823,21 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["BNB_1.1.6"] + "enum": [ + "BNB_1.1.6" + ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "BREEAM_DE_NB": { @@ -1766,10 +1859,16 @@ ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "DGNB18": { @@ -1781,13 +1880,23 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["DGNB18_ENV12", "DGNB18_ENV131", "DGNB18_ENV132"] + "enum": [ + "DGNB18_ENV12", + "DGNB18_ENV131", + "DGNB18_ENV132" + ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "DGNB23": { @@ -1799,13 +1908,23 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["DGNB23_ENV1.2", "DGNB23_ENV131", "DGNB23_ENV132"] + "enum": [ + "DGNB23_ENV1.2", + "DGNB23_ENV131", + "DGNB23_ENV132" + ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "EUTAX23": { @@ -1823,10 +1942,16 @@ ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "EUTAX24": { @@ -1838,13 +1963,22 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["EU_TAX_DNSH_Pollution", "EU_TAX_DNSH_Water"] + "enum": [ + "EU_TAX_DNSH_Pollution", + "EU_TAX_DNSH_Water" + ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "LEED ": { @@ -1866,10 +2000,16 @@ ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "QNG23": { @@ -1881,13 +2021,21 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["QNG313"] + "enum": [ + "QNG313" + ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } }, "WELL": { @@ -1909,10 +2057,16 @@ ] }, "result": { - "type": ["integer", "null"] + "type": [ + "integer", + "null" + ] } }, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] } } }, @@ -1921,7 +2075,10 @@ "required": [] } }, - "required": ["productType", "productAttributes"] + "required": [ + "productType", + "productAttributes" + ] }, "lifeCycleAssessment": { "type": "array", @@ -2406,12 +2563,22 @@ }, "intersection": { "type": "string", - "enum": ["Unknown", "Complete", "Incidental", "None"], + "enum": [ + "Unknown", + "Complete", + "Incidental", + "None" + ], "description": "Connection type." }, "productEdge": { "type": "string", - "enum": ["Unknown", "Closed", "Overlapping", "Open"], + "enum": [ + "Unknown", + "Closed", + "Overlapping", + "Open" + ], "description": "Connection type." }, "index": { @@ -2424,4 +2591,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From e74154e1e94b732f7fe7b4b9442387481423f6e4 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 10:50:58 +0200 Subject: [PATCH 309/362] `dataPoints` in opticalData.json must be unique --- schemas/opticalData.json | 143 +++++++++++++++++++++++++++++++-------- 1 file changed, 114 insertions(+), 29 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index f61e5c5a..b5f10a91 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -25,11 +25,14 @@ "items": { "$ref": "#/$defs/dataPoint" }, + "uniqueItems": true, "minItems": 1 } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, "minItems": 1 }, @@ -39,7 +42,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -82,7 +87,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -92,10 +99,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -124,7 +137,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -181,13 +199,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -217,12 +241,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], - "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. `visible` is also known as `photopic`. `infrared` is also known as `thermal_ir`. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], + "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -254,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -282,13 +316,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -305,7 +344,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -337,7 +378,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -349,7 +393,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -472,7 +518,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -494,7 +544,9 @@ } }, "additionalProperties": false, - "required": ["ra"] + "required": [ + "Ra" + ] }, { "type": "object", @@ -513,18 +565,26 @@ } }, "additionalProperties": false, - "required": ["raOutIn"] + "required": [ + "Raout-in" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -579,7 +639,11 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": ["#", "@", ""] + "enum": [ + "#", + "@", + "" + ] }, "reference": { "type": "boolean" @@ -654,7 +718,13 @@ "type": "array", "items": { "type": "string", - "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], + "enum": [ + "GEN_BSDF_XML", + "BSDF_XML", + "THMX", + "TOLERANCE", + "OTHER" + ], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -867,15 +937,26 @@ "properties": { "opticalDataType": { "type": "string", - "enum": ["DISCRETE", "BAND"] + "enum": [ + "DISCRETE", + "BAND" + ] }, "incidenceAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "BSDF"] + "enum": [ + "DIRECT", + "BSDF" + ] }, "outgoingAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] + "enum": [ + "DIRECT", + "DIFFUSE", + "DIRECT_DIFFUSE", + "BSDF" + ] }, "opticalData": { "type": "object", @@ -1063,7 +1144,11 @@ "properties": { "type": { "type": "string", - "enum": ["circular", "square", "rectangle"], + "enum": [ + "circular", + "square", + "rectangle" + ], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1140,4 +1225,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From 5f18358a173a0fc725ef14913fa067af2e3c448f Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 16:13:31 +0200 Subject: [PATCH 310/362] Each "properties" needs a `"additionalProperties": false` and each "items" a `"uniqueItems": true`" --- schemas/lifeCycle.json | 4 +- schemas/lifeCycleData.json | 104 +++++++++++++++++++++++++++++-------- 2 files changed, 85 insertions(+), 23 deletions(-) diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index f3c92e19..8e709e73 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycle.json", "title": "metadata about life cycle data sets", - "description": "##", + "description": "Life-cycle data sets of components with meta information like name, description, warnings, and more.", "$defs": { "data": { "type": "object", @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index dcfac8e1..1b383000 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -1808,7 +1808,10 @@ "type": "boolean", "description": "The product is made of polystyrene (PS, EPS, XPS, etc.)." } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] }, "assessmentResults": { "type": "object", @@ -1834,11 +1837,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "BREEAM_DE_NB": { "type": "array", @@ -1865,11 +1871,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "DGNB18": { "type": "array", @@ -1893,11 +1902,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "DGNB23": { "type": "array", @@ -1921,11 +1933,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "EUTAX23": { "type": "array", @@ -1948,11 +1963,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "EUTAX24": { "type": "array", @@ -1975,11 +1993,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "LEED ": { "type": "array", @@ -2006,11 +2027,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "QNG23": { "type": "array", @@ -2032,11 +2056,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 }, "WELL": { "type": "array", @@ -2063,11 +2090,14 @@ ] } }, + "additionalProperties": false, "required": [ "resultTypeId", "result" ] - } + }, + "uniqueItems": true, + "minItems": 1 } }, "additionalProperties": false, @@ -2075,6 +2105,7 @@ "required": [] } }, + "additionalProperties": false, "required": [ "productType", "productAttributes" @@ -2109,6 +2140,7 @@ }, "UUID": { "type": "string", + "format": "uuid", "description": "" }, "registrationNumber": { @@ -2124,7 +2156,9 @@ "description": "", "items": { "type": "string" - } + }, + "uniqueItems": true, + "minItems": 1 }, "environmentalCostIndicator": { "$ref": "number.json#/$defs/nonNegativeNumber", @@ -2170,10 +2204,17 @@ "additionalProperties": false, "minProperties": 1, "required": [] - } + }, + "uniqueItems": true, + "minItems": 1 } - } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "uniqueItems": true, + "minItems": 1 }, "lifeCycleAssessmentPhaseValues": { "type": "object", @@ -2295,7 +2336,10 @@ "type": "number", "description": "Exported thermal energy (EET) (MJ)" } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] }, "EN15804_2012_A2_2019": { "title": "LCA ruleset EN 15804:2012+A2:2019", @@ -2445,9 +2489,15 @@ "type": "number", "description": "Potential soil quality index" } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] }, "circularity": { "title": "The product circularity information", @@ -2481,7 +2531,10 @@ "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", "description": "Renewables" } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] }, "output": { "title": "Output", @@ -2507,7 +2560,10 @@ "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", "description": "Renewables" } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] }, "detachability": { "title": "Output", @@ -2585,9 +2641,15 @@ "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", "description": "Detachability index" } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } - } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] } }, "$ref": "#/$defs/data" From fabcdecf09d61a9c4c45cd9fe7f31156ba1a2f8b Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 16:15:11 +0200 Subject: [PATCH 311/362] `make format` --- schemas/data.json | 2 +- schemas/lifeCycle.json | 2 +- schemas/lifeCycleData.json | 244 ++++++------------------------------- schemas/opticalData.json | 103 ++++------------ 4 files changed, 64 insertions(+), 287 deletions(-) diff --git a/schemas/data.json b/schemas/data.json index f6f2a15c..76c72e00 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -34,4 +34,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index 8e709e73..58efcb6c 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 1b383000..5b3c2917 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -131,14 +131,7 @@ "CategoryDecopaint": { "type": "string", "description": "Category (Wb) of current Decopaint-RL (Appendix II)", - "enum": [ - "n.v.", - "a", - "b", - "g", - "h", - "d" - ] + "enum": ["n.v.", "a", "b", "g", "h", "d"] }, "WaterSoluble": { "type": "boolean", @@ -346,13 +339,7 @@ "Emicode": { "type": "string", "description": "Certified with EMICODE", - "enum": [ - "n.v", - "EC1", - "EC1PLUS", - "EC1-R", - "EC1PLUS-R" - ] + "enum": ["n.v", "EC1", "EC1PLUS", "EC1-R", "EC1PLUS-R"] }, "ConsistsOfPu": { "type": "boolean", @@ -421,16 +408,7 @@ "CorrosivityCategory": { "type": "string", "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", - "enum": [ - "n.v.", - "C1", - "C2", - "C3", - "C4", - "C5-I", - "C5-M", - "all" - ] + "enum": ["n.v.", "C1", "C2", "C3", "C4", "C5-I", "C5-M", "all"] }, "VocContentPerSquaremeter": { "type": "number", @@ -483,17 +461,7 @@ "ApplicationClass": { "type": "string", "description": "Wood application class according to DIN 68800-3", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] + "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] }, "OnlyConstructiveWoodProtection": { "type": "boolean", @@ -1017,11 +985,7 @@ "EPDAvailable": { "type": "string", "description": "Type of EPD available for the product. ", - "enum": [ - "n.v.", - "Industry-average EPD", - "Product specific EPD" - ] + "enum": ["n.v.", "Industry-average EPD", "Product specific EPD"] }, "Reduction5": { "type": "boolean", @@ -1040,13 +1004,7 @@ "C2CCertified": { "type": "string", "description": "The product is Cradle to Cradle (version 3 or later) certified", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] }, "DeclareCertified": { "type": "string", @@ -1063,13 +1021,7 @@ "FactsCertified": { "type": "string", "description": "Product is Facts – NSF/ANSI 336 certified", - "enum": [ - "n.v.", - "compliant", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "compliant", "silver", "gold", "platinum"] }, "GlobalGreenTagPHDCertified": { "type": "boolean", @@ -1234,11 +1186,7 @@ "SCAQMDVOCLimitsCompliant": { "type": "string", "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", - "enum": [ - "n.v.", - "Rule 1113", - "Rule 1168" - ] + "enum": ["n.v.", "Rule 1113", "Rule 1168"] }, "TSCACompliant": { "type": "boolean", @@ -1287,12 +1235,7 @@ "HealthRATECertified": { "type": "string", "description": "The product is HealthRATE™ mark certified", - "enum": [ - "n.v.", - "SilverHEALTH", - "GoldHEALTH", - "PlatinumHEALTH" - ] + "enum": ["n.v.", "SilverHEALTH", "GoldHEALTH", "PlatinumHEALTH"] }, "PFASFree": { "type": "boolean", @@ -1321,12 +1264,7 @@ "ByggvarubedömningenCompliant": { "type": "string", "description": "The product is classified according to the Byggvarubedömningen criterion", - "enum": [ - "n.v.", - "recommended", - "accepted", - "to be avoided" - ] + "enum": ["n.v.", "recommended", "accepted", "to be avoided"] }, "IngredientsThirdPartyVerified": { "type": "boolean", @@ -1335,13 +1273,7 @@ "MaterialHealthCertified": { "type": "string", "description": "Product has Material Health Certificate (version 3 or later)", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] }, "LCAActionPlanAvailable": { "type": "boolean", @@ -1394,11 +1326,7 @@ "PS109Compliant": { "type": "string", "description": "The product is compliant with the PS 1-09 standard for structural plywood", - "enum": [ - "n.v.", - "Exterior", - "Exposure 1" - ] + "enum": ["n.v.", "Exterior", "Exposure 1"] }, "PS210Compliant": { "type": "boolean", @@ -1704,17 +1632,7 @@ "WoodApplicationClassInSitu": { "type": "string", "description": "To which wood use class according to DIN 68800-3 is the product applied?", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] + "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] }, "FilmprotectedWoodCoating": { "type": "boolean", @@ -1826,22 +1744,14 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "BNB_1.1.6" - ] + "enum": ["BNB_1.1.6"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -1865,17 +1775,11 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -1889,24 +1793,14 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "DGNB18_ENV12", - "DGNB18_ENV131", - "DGNB18_ENV132" - ] + "enum": ["DGNB18_ENV12", "DGNB18_ENV131", "DGNB18_ENV132"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -1920,24 +1814,14 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "DGNB23_ENV1.2", - "DGNB23_ENV131", - "DGNB23_ENV132" - ] + "enum": ["DGNB23_ENV1.2", "DGNB23_ENV131", "DGNB23_ENV132"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -1957,17 +1841,11 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -1981,23 +1859,14 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "EU_TAX_DNSH_Pollution", - "EU_TAX_DNSH_Water" - ] + "enum": ["EU_TAX_DNSH_Pollution", "EU_TAX_DNSH_Water"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2021,17 +1890,11 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2045,22 +1908,14 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "QNG313" - ] + "enum": ["QNG313"] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2084,17 +1939,11 @@ ] }, "result": { - "type": [ - "integer", - "null" - ] + "type": ["integer", "null"] } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2106,10 +1955,7 @@ } }, "additionalProperties": false, - "required": [ - "productType", - "productAttributes" - ] + "required": ["productType", "productAttributes"] }, "lifeCycleAssessment": { "type": "array", @@ -2619,22 +2465,12 @@ }, "intersection": { "type": "string", - "enum": [ - "Unknown", - "Complete", - "Incidental", - "None" - ], + "enum": ["Unknown", "Complete", "Incidental", "None"], "description": "Connection type." }, "productEdge": { "type": "string", - "enum": [ - "Unknown", - "Closed", - "Overlapping", - "Open" - ], + "enum": ["Unknown", "Closed", "Overlapping", "Open"], "description": "Connection type." }, "index": { @@ -2653,4 +2489,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index b5f10a91..7da958b3 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -30,9 +30,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, "minItems": 1 }, @@ -42,9 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -87,9 +83,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -99,16 +93,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -137,12 +125,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -199,19 +182,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -241,20 +218,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -286,9 +255,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -316,18 +283,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -344,9 +306,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -378,10 +338,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -393,9 +350,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -518,11 +473,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -544,9 +495,7 @@ } }, "additionalProperties": false, - "required": [ - "Ra" - ] + "required": ["Ra"] }, { "type": "object", @@ -565,26 +514,18 @@ } }, "additionalProperties": false, - "required": [ - "Raout-in" - ] + "required": ["Raout-in"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -1225,4 +1166,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} From 5ce2703bbe2ee88afaec721ca0ce4708a1933fe2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 16:29:19 +0200 Subject: [PATCH 312/362] Update the tests so that 2/3 succeed --- tests/valid/lifeCycleData/circularityAndLca.json | 1 - tests/valid/lifeCycleData/compliance.json | 2 +- tests/valid/lifeCycleData/complianceWithNullValues.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/valid/lifeCycleData/circularityAndLca.json b/tests/valid/lifeCycleData/circularityAndLca.json index 9845f9ca..01ea44d2 100644 --- a/tests/valid/lifeCycleData/circularityAndLca.json +++ b/tests/valid/lifeCycleData/circularityAndLca.json @@ -7,7 +7,6 @@ "density": 1800, "weight": 1, "circularity": { - "noCircularityInformation": false, "feedstock": { "renewables": 0, "renewablesSustainablyProduced": 0, diff --git a/tests/valid/lifeCycleData/compliance.json b/tests/valid/lifeCycleData/compliance.json index 7e3d9397..dce2f690 100644 --- a/tests/valid/lifeCycleData/compliance.json +++ b/tests/valid/lifeCycleData/compliance.json @@ -182,7 +182,7 @@ "AnsiBifma2019Compliant": "n.v.", "SCMVOCLimits2007Compliant": true, "ManufacturerPartOfEPR": true, - "UsedAsInsulation": true, + "UsedAsInsulationAdhesive": true, "IsCompositeWood": true, "IsBiobased": true, "IsAnimalSkin": true, diff --git a/tests/valid/lifeCycleData/complianceWithNullValues.json b/tests/valid/lifeCycleData/complianceWithNullValues.json index 36cb3b92..fcaa68b1 100644 --- a/tests/valid/lifeCycleData/complianceWithNullValues.json +++ b/tests/valid/lifeCycleData/complianceWithNullValues.json @@ -1,6 +1,5 @@ { "productType": "01010101", - "productAttributes": {}, "assessmentResults": { "QNG23": [ { From 9c1166ec065ef76de7d5737b9863cc46982652e3 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 16:49:11 +0200 Subject: [PATCH 313/362] Add `compliance` next to `circularity` and `lifeCycleAssessment` --- schemas/lifeCycleData.json | 1232 ++++++++--------- .../lifeCycleData/circularityAndLca.json | 2 +- .../lifeCycleData/circularityAndLca.json | 2 +- tests/valid/lifeCycleData/compliance.json | 1047 +++++++------- .../complianceWithNullValues.json | 282 ++-- 5 files changed, 1277 insertions(+), 1288 deletions(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 5b3c2917..ef5881c7 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -48,126 +48,641 @@ "circularity": { "$ref": "#/$defs/circularity" }, - "lca": { + "lifeCycleAssessment": { "$ref": "#/$defs/lifeCycleAssessment" }, - "productType": { - "$ref": "#/$defs/compliance/properties/productType" - }, - "productAttributes": { - "$ref": "#/$defs/compliance/properties/productAttributes" - }, - "assessmentResults": { - "$ref": "#/$defs/compliance/properties/assessmentResults" + "compliance": { + "$ref": "#/$defs/compliance" } }, "additionalProperties": false, "minProperties": 1, "required": [] }, - "compliance": { + "circularity": { + "title": "Defines circularity data", "type": "object", - "description": "This object is used to define life cycle compliance data.", "properties": { - "productType": { - "type": "string", - "description": "Product type as number code.", - "pattern": "^[0-9]+$" - }, - "productAttributes": { + "feedstock": { + "title": "The product circularity information", "type": "object", - "description": "This object includes the attributes of the product.", "properties": { - "SvhcFree": { - "type": "boolean", - "description": "The product is free of SVHC (< 0.1%)." + "renewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "BlueAngel": { - "type": "string", - "description": "Certified with Blue Angel (DE-UZ) or meets the relevant guidelines", - "enum": [ - "n.v.", - "12a", - "32", - "35", - "76", - "102", - "113", - "120", - "123", - "128", - "132", - "140", - "156", - "157", - "176", - "178", - "198", - "216", - "218", - "221", - "224", - "225", - "227", - "230", - "231", - "232", - "233", - "830" - ] + "renewablesSustainablyProduced": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "ChlorinatedParaffineFree": { - "type": "boolean", - "description": "Chlorinated paraffine content (SCCPs + MCCPs + LCCPs) < 0.1 %." + "notRenewables": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "UsedIndoors": { - "type": "boolean", - "description": "The product is used indoors" + "recycled": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "MineralUnderground": { - "type": "boolean", - "description": "The product is applied to mineral underground" + "reused": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "CategoryDecopaint": { - "type": "string", - "description": "Category (Wb) of current Decopaint-RL (Appendix II)", - "enum": ["n.v.", "a", "b", "g", "h", "d"] + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "output": { + "title": "Output", + "type": "object", + "properties": { + "availableForRecycle": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "WaterSoluble": { - "type": "boolean", - "description": "The product or coating is a water-soluble product according to current Decopaint-Directive (Appendix II)." + "recyclingEfficiency": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "SolventFree": { - "type": "boolean", - "description": "The product is solvent-free in accordance with VdL-RL01" + "landfill": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "PlasticizerFree": { - "type": "boolean", - "description": "The product is free of plasticizers according to VdL-RL01" + "incineration": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" }, - "DustBindingCoating": { - "type": "boolean", - "description": "The product is used as a base coat" + "availableForReuse": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Renewables" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "detachability": { + "title": "Output", + "type": "object", + "properties": { + "connectionType": { + "type": "string", + "enum": [ + "Unknown", + "HardChemicalConnection", + "SoftChemicalConnection", + "DirectConnection", + "AddedConnectionConnection", + "DryConnection" + ], + "description": "Connection type." }, - "VocContentPerLiter": { - "type": "number", - "description": "VOC content (g/l) as per Decopaint RL" + "connectionTypeDetail": { + "type": "string", + "enum": [ + "Unknown", + "BoltAndNut", + "Spring", + "Corner", + "Screw", + "None", + "Click", + "Velcro", + "Magnetic", + "Glue", + "Dump", + "Weld", + "Concrete", + "ChemicalAnchor", + "Sealant", + "Foam", + "Peg", + "Nail" + ], + "description": "Connection type." }, - "WallpaperAdhesive": { - "type": "boolean", - "description": "Product is used as wallpaper adhesive" + "accessibility": { + "type": "string", + "enum": [ + "Unknown", + "NotAccessible", + "PartialWithDamage", + "PartialWithRepairableDamage", + "PartialNoDamage", + "Accessible" + ], + "description": "Connection type." }, - "PowderProduct": { - "type": "boolean", - "description": "Product is powder product" + "intersection": { + "type": "string", + "enum": ["Unknown", "Complete", "Incidental", "None"], + "description": "Connection type." }, - "DispersionAdhesive": { - "type": "boolean", - "description": "Product is dispersion adhesive" + "productEdge": { + "type": "string", + "enum": ["Unknown", "Closed", "Overlapping", "Open"], + "description": "Connection type." }, - "DispersionInsulativeAdhesive": { - "type": "boolean", - "description": "The product is used outdoors as a dispersion insulation adhesive." + "index": { + "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", + "description": "Detachability index" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "lifeCycleAssessment": { + "type": "array", + "title": "Defines life cycle assessment (LCA) data.", + "items": { + "type": "object", + "description": "xxx", + "properties": { + "isoCode": { + "type": "string", + "description": "The 2 letter iso code for a country." + }, + "owner": { + "type": "string", + "description": "" + }, + "referenceYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "validUntilYear": { + "$ref": "number.json#/$defs/nonNegativeInteger", + "description": "" + }, + "datasetType": { + "type": "string", + "description": "" + }, + "UUID": { + "type": "string", + "format": "uuid", + "description": "" + }, + "registrationNumber": { + "type": "string", + "description": "" + }, + "version": { + "type": "string", + "description": "" + }, + "compliance": { + "type": "array", + "description": "", + "items": { + "type": "string" + }, + "uniqueItems": true, + "minItems": 1 + }, + "environmentalCostIndicator": { + "$ref": "number.json#/$defs/nonNegativeNumber", + "description": "" + }, + "phases": { + "title": "LCA Data", + "type": "array", + "items": { + "type": "object", + "properties": { + "phaseId": { + "type": "string", + "enum": [ + "NotSpecified", + "A1_A3", + "A4", + "A5", + "B1", + "B2", + "B3", + "B4", + "B5", + "B6", + "B7", + "C1", + "C2", + "C3", + "C4", + "D" + ], + "description": "" + }, + "EN15804_2012_04_A1_2013": { + "$ref": "#/$defs/EN15804_2012_04_A1_2013", + "description": "" + }, + "EN15804_2012_A2_2019": { + "$ref": "#/$defs/EN15804_2012_A2_2019", + "description": "" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "uniqueItems": true, + "minItems": 1 + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "uniqueItems": true, + "minItems": 1 + }, + "EN15804_2012_04_A1_2013": { + "title": "LCA ruleset EN 15804:2012-04+A1 2013", + "type": "object", + "properties": { + "globalWarmingPotential": { + "type": "number", + "description": "Global Warming Potential (GWP)" + }, + "ozoneDeplationPotential": { + "type": "number", + "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" + }, + "photoChemicalOxydantFormation": { + "type": "number", + "description": "Photo Chemical Oxydant Formation (POCP) (kg C2H4e)" + }, + "acidificationPotentialOfLandAndWater": { + "type": "number", + "description": "Acidification potential of land and water (AP) (kg SO2e)" + }, + "eutrophicationPotential": { + "type": "number", + "description": "Eutrophication potential (EP) (kg (PO4)³e)" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" + }, + "abioticDeplationFossile": { + "type": "number", + "description": "Abiotic Depletion Fossil (ADPF) (MJ)" + }, + "humanToxicityPotential": { + "type": "number", + "description": "Human toxicity potential (HTP) (kg 1,4-Dichlorobenzene)" + }, + "freshwaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "Freshwater aquatic ecotoxicity potential (FAETP) (kg 1,4-Dichlorobenzene)" + }, + "marinewaterAquaticEcotoxicityPotential": { + "type": "number", + "description": "Marinewater aquatic ecotoxicity potential (MAETP) (kg 1,4-Dichlorobenzene)" + }, + "terrestrialEcotoxicityPotential": { + "type": "number", + "description": "Terrestrial ecotoxicity potential (TETP) (kg 1,4-Dichlorobenzene)" + }, + "pere": { + "type": "number", + "description": "Use of renewable primary energy (PERE) (MJ)" + }, + "perm": { + "type": "number", + "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" + }, + "pert": { + "type": "number", + "description": "Total use of renewable primary energy resources (PERT) (MJ)" + }, + "penre": { + "type": "number", + "description": "Use of non renewable primary energy (PENRE) (MJ)" + }, + "penrm": { + "type": "number", + "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" + }, + "penrt": { + "type": "number", + "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" + }, + "sm": { + "type": "number", + "description": "Use of secondary material (SM) (kg)" + }, + "rsf": { + "type": "number", + "description": "Use of renewable secondary fuels (RSF) (MJ)" + }, + "nrsf": { + "type": "number", + "description": "Use of non renewable secondary fuels (NRSF) (MJ)" + }, + "fw": { + "type": "number", + "description": "Use of net fresh water (FW) (m3)" + }, + "hwd": { + "type": "number", + "description": "Hazardous waste disposed (HWD) (kg)" + }, + "nhwd": { + "type": "number", + "description": "Non hazardous waste dispose (NHWD) (kg)" + }, + "rwd": { + "type": "number", + "description": "Radioactive waste disposed (RWD) (kg)" + }, + "mfr": { + "type": "number", + "description": "Materials for recycling (MFR) (kg)" + }, + "mer": { + "type": "number", + "description": "Materials for energy recovery (MER) (MJ)" + }, + "eee": { + "type": "number", + "description": "Exported electrical energy (EEE) (MJ)" + }, + "ete": { + "type": "number", + "description": "Exported thermal energy (EET) (MJ)" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "EN15804_2012_A2_2019": { + "title": "LCA ruleset EN 15804:2012+A2:2019", + "type": "object", + "properties": { + "ozoneDeplationPotential": { + "type": "number", + "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" + }, + "pere": { + "type": "number", + "description": "Use of renewable primary energy (PERE) (MJ)" + }, + "perm": { + "type": "number", + "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" + }, + "pert": { + "type": "number", + "description": "Total use of renewable primary energy resources (PERT) (MJ)" + }, + "penre": { + "type": "number", + "description": "Use of non renewable primary energy (PENRE) (MJ)" + }, + "penrm": { + "type": "number", + "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" + }, + "penrt": { + "type": "number", + "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" + }, + "sm": { + "type": "number", + "description": "Use of secondary material (SM) (kg)" + }, + "rsf": { + "type": "number", + "description": "Use of renewable secondary fuels (RSF) (MJ)" + }, + "nrsf": { + "type": "number", + "description": "Use of non renewable secondary fuels (NRSF) (MJ)" + }, + "fw": { + "type": "number", + "description": "Use of net fresh water (FW) (m3)" + }, + "hwd": { + "type": "number", + "description": "Hazardous waste disposed (HWD) (kg)" + }, + "nhwd": { + "type": "number", + "description": "Non hazardous waste dispose (NHWD) (kg)" + }, + "rwd": { + "type": "number", + "description": "Radioactive waste disposed (RWD) (kg)" + }, + "mfr": { + "type": "number", + "description": "Materials for recycling (MFR) (kg)" + }, + "mer": { + "type": "number", + "description": "Materials for energy recovery (MER) (MJ)" + }, + "eee": { + "type": "number", + "description": "Exported electrical energy (EEE) (MJ)" + }, + "ete": { + "type": "number", + "description": "Exported thermal energy (EET) (MJ)" + }, + "globalWarmingPotentialTotal": { + "type": "number", + "description": "Global Warming Potential Total (GWP-total) (kg CO2e)" + }, + "globalWarmingPotentialFossil": { + "type": "number", + "description": "Global Warming Potential Fossil (GWP-fossil) (kg CO2e)" + }, + "globalWarmingPotentialBiogenic": { + "type": "number", + "description": "Global Warming Potential Biogenic (GWP-biogenic) (kg CO2e)" + }, + "globalWarmingPotentialLuluc": { + "type": "number", + "description": "Global Warming Potential Land use and Land use change (GWP-luluc) (kg CO2e)" + }, + "acidificationPotentialAccumulatedExceedance": { + "type": "number", + "description": "Acidification Potential Accumulated Exceedance (AP) (mol H+e)" + }, + "eutrophicationPotentialFreshWater": { + "type": "number", + "description": "Eutrophication Potential Fresh Water (EP-F) (kg PO4e)" + }, + "eutrophicationPotentialMarineWater": { + "type": "number", + "description": "Eutrophication Potential Marine Water (EP-M) (kg Ne)" + }, + "eutrophicationTerrestrial": { + "type": "number", + "description": "Eutrophication potential terrestrial (EP-T) (mol Ne)" + }, + "photoOxidantCreationPotential": { + "type": "number", + "description": "Photo Oxidant Creation Potential (POCP) (kg NMVOCe)" + }, + "abioticDeplationNonFossile": { + "type": "number", + "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" + }, + "abioticDeplationFossile": { + "type": "number", + "description": "Abiotic Depletion Fossil (ADPF) (MJ)" + }, + "waterUseDeprivationPotential": { + "type": "number", + "description": "Water Use Deprivation Potential (WDP) (m³e depr.)" + }, + "potentialIncidenceOfDiseaseDueToPMEmissions": { + "type": "number", + "description": "Potential Incidence of disease due to PM emissions" + }, + "potentialHumanExposureEfficiencyRelativeToU235": { + "type": "number", + "description": "Potential Human Exposure Efficiency relative to U235 (kBq U235 eq)" + }, + "ecoTox": { + "type": "number", + "description": "Potential Comparative Toxic Unit for ecosystems (ETP-fw) (CTU-e)" + }, + "humanToxCancer": { + "type": "number", + "description": "Potential comparative toxic unit for humans - cancerogenic (CTU-h)" + }, + "humanToxNonCancer": { + "type": "number", + "description": "Potential comparative toxic unit for humans - not\ncancerogenic (CTU-h)" + }, + "potentialSoilQualityIndex": { + "type": "number", + "description": "Potential soil quality index" + } + }, + "additionalProperties": false, + "minProperties": 1, + "required": [] + }, + "compliance": { + "type": "object", + "description": "Defines life cycle compliance data.", + "properties": { + "productType": { + "type": "string", + "description": "Product type as number code.", + "pattern": "^[0-9]+$" + }, + "productAttributes": { + "type": "object", + "description": "This object includes the attributes of the product.", + "properties": { + "SvhcFree": { + "type": "boolean", + "description": "The product is free of SVHC (< 0.1%)." + }, + "BlueAngel": { + "type": "string", + "description": "Certified with Blue Angel (DE-UZ) or meets the relevant guidelines", + "enum": [ + "n.v.", + "12a", + "32", + "35", + "76", + "102", + "113", + "120", + "123", + "128", + "132", + "140", + "156", + "157", + "176", + "178", + "198", + "216", + "218", + "221", + "224", + "225", + "227", + "230", + "231", + "232", + "233", + "830" + ] + }, + "ChlorinatedParaffineFree": { + "type": "boolean", + "description": "Chlorinated paraffine content (SCCPs + MCCPs + LCCPs) < 0.1 %." + }, + "UsedIndoors": { + "type": "boolean", + "description": "The product is used indoors" + }, + "MineralUnderground": { + "type": "boolean", + "description": "The product is applied to mineral underground" + }, + "CategoryDecopaint": { + "type": "string", + "description": "Category (Wb) of current Decopaint-RL (Appendix II)", + "enum": ["n.v.", "a", "b", "g", "h", "d"] + }, + "WaterSoluble": { + "type": "boolean", + "description": "The product or coating is a water-soluble product according to current Decopaint-Directive (Appendix II)." + }, + "SolventFree": { + "type": "boolean", + "description": "The product is solvent-free in accordance with VdL-RL01" + }, + "PlasticizerFree": { + "type": "boolean", + "description": "The product is free of plasticizers according to VdL-RL01" + }, + "DustBindingCoating": { + "type": "boolean", + "description": "The product is used as a base coat" + }, + "VocContentPerLiter": { + "type": "number", + "description": "VOC content (g/l) as per Decopaint RL" + }, + "WallpaperAdhesive": { + "type": "boolean", + "description": "Product is used as wallpaper adhesive" + }, + "PowderProduct": { + "type": "boolean", + "description": "Product is powder product" + }, + "DispersionAdhesive": { + "type": "boolean", + "description": "Product is dispersion adhesive" + }, + "DispersionInsulativeAdhesive": { + "type": "boolean", + "description": "The product is used outdoors as a dispersion insulation adhesive." }, "DecorativePaint": { "type": "boolean", @@ -1955,535 +2470,6 @@ } }, "additionalProperties": false, - "required": ["productType", "productAttributes"] - }, - "lifeCycleAssessment": { - "type": "array", - "title": "Is used to define life cycle assessment data.", - "items": { - "type": "object", - "description": "xxx", - "properties": { - "isoCode": { - "type": "string", - "description": "The 2 letter iso code for a country." - }, - "owner": { - "type": "string", - "description": "" - }, - "referenceYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "validUntilYear": { - "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" - }, - "datasetType": { - "type": "string", - "description": "" - }, - "UUID": { - "type": "string", - "format": "uuid", - "description": "" - }, - "registrationNumber": { - "type": "string", - "description": "" - }, - "version": { - "type": "string", - "description": "" - }, - "compliance": { - "type": "array", - "description": "", - "items": { - "type": "string" - }, - "uniqueItems": true, - "minItems": 1 - }, - "environmentalCostIndicator": { - "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "" - }, - "phases": { - "title": "LCA Data", - "type": "array", - "items": { - "type": "object", - "properties": { - "phaseId": { - "type": "string", - "enum": [ - "NotSpecified", - "A1_A3", - "A4", - "A5", - "B1", - "B2", - "B3", - "B4", - "B5", - "B6", - "B7", - "C1", - "C2", - "C3", - "C4", - "D" - ], - "description": "" - }, - "EN15804_2012_04_A1_2013": { - "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/properties/EN15804_2012_04_A1_2013", - "description": "" - }, - "EN15804_2012_A2_2019": { - "$ref": "#/$defs/lifeCycleAssessmentPhaseValues/properties/EN15804_2012_A2_2019", - "description": "" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "uniqueItems": true, - "minItems": 1 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "uniqueItems": true, - "minItems": 1 - }, - "lifeCycleAssessmentPhaseValues": { - "type": "object", - "title": "The object is used to define calorimetric data.", - "properties": { - "EN15804_2012_04_A1_2013": { - "title": "LCA ruleset EN 15804:2012-04+A1 2013", - "type": "object", - "properties": { - "globalWarmingPotential": { - "type": "number", - "description": "Global Warming Potential (GWP)" - }, - "ozoneDeplationPotential": { - "type": "number", - "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" - }, - "photoChemicalOxydantFormation": { - "type": "number", - "description": "Photo Chemical Oxydant Formation (POCP) (kg C2H4e)" - }, - "acidificationPotentialOfLandAndWater": { - "type": "number", - "description": "Acidification potential of land and water (AP) (kg SO2e)" - }, - "eutrophicationPotential": { - "type": "number", - "description": "Eutrophication potential (EP) (kg (PO4)³e)" - }, - "abioticDeplationNonFossile": { - "type": "number", - "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" - }, - "abioticDeplationFossile": { - "type": "number", - "description": "Abiotic Depletion Fossil (ADPF) (MJ)" - }, - "humanToxicityPotential": { - "type": "number", - "description": "Human toxicity potential (HTP) (kg 1,4-Dichlorobenzene)" - }, - "freshwaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "Freshwater aquatic ecotoxicity potential (FAETP) (kg 1,4-Dichlorobenzene)" - }, - "marinewaterAquaticEcotoxicityPotential": { - "type": "number", - "description": "Marinewater aquatic ecotoxicity potential (MAETP) (kg 1,4-Dichlorobenzene)" - }, - "terrestrialEcotoxicityPotential": { - "type": "number", - "description": "Terrestrial ecotoxicity potential (TETP) (kg 1,4-Dichlorobenzene)" - }, - "pere": { - "type": "number", - "description": "Use of renewable primary energy (PERE) (MJ)" - }, - "perm": { - "type": "number", - "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" - }, - "pert": { - "type": "number", - "description": "Total use of renewable primary energy resources (PERT) (MJ)" - }, - "penre": { - "type": "number", - "description": "Use of non renewable primary energy (PENRE) (MJ)" - }, - "penrm": { - "type": "number", - "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" - }, - "penrt": { - "type": "number", - "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" - }, - "sm": { - "type": "number", - "description": "Use of secondary material (SM) (kg)" - }, - "rsf": { - "type": "number", - "description": "Use of renewable secondary fuels (RSF) (MJ)" - }, - "nrsf": { - "type": "number", - "description": "Use of non renewable secondary fuels (NRSF) (MJ)" - }, - "fw": { - "type": "number", - "description": "Use of net fresh water (FW) (m3)" - }, - "hwd": { - "type": "number", - "description": "Hazardous waste disposed (HWD) (kg)" - }, - "nhwd": { - "type": "number", - "description": "Non hazardous waste dispose (NHWD) (kg)" - }, - "rwd": { - "type": "number", - "description": "Radioactive waste disposed (RWD) (kg)" - }, - "mfr": { - "type": "number", - "description": "Materials for recycling (MFR) (kg)" - }, - "mer": { - "type": "number", - "description": "Materials for energy recovery (MER) (MJ)" - }, - "eee": { - "type": "number", - "description": "Exported electrical energy (EEE) (MJ)" - }, - "ete": { - "type": "number", - "description": "Exported thermal energy (EET) (MJ)" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "EN15804_2012_A2_2019": { - "title": "LCA ruleset EN 15804:2012+A2:2019", - "type": "object", - "properties": { - "ozoneDeplationPotential": { - "type": "number", - "description": "Ozone Deplation Potential (ODP) (kg CFC11e)" - }, - "pere": { - "type": "number", - "description": "Use of renewable primary energy (PERE) (MJ)" - }, - "perm": { - "type": "number", - "description": "Use of renewable primary energy resources used as raw materials (PERM) (MJ)" - }, - "pert": { - "type": "number", - "description": "Total use of renewable primary energy resources (PERT) (MJ)" - }, - "penre": { - "type": "number", - "description": "Use of non renewable primary energy (PENRE) (MJ)" - }, - "penrm": { - "type": "number", - "description": "Use of non renewable primary energy resources used as raw materials (PENRM) (MJ)" - }, - "penrt": { - "type": "number", - "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" - }, - "sm": { - "type": "number", - "description": "Use of secondary material (SM) (kg)" - }, - "rsf": { - "type": "number", - "description": "Use of renewable secondary fuels (RSF) (MJ)" - }, - "nrsf": { - "type": "number", - "description": "Use of non renewable secondary fuels (NRSF) (MJ)" - }, - "fw": { - "type": "number", - "description": "Use of net fresh water (FW) (m3)" - }, - "hwd": { - "type": "number", - "description": "Hazardous waste disposed (HWD) (kg)" - }, - "nhwd": { - "type": "number", - "description": "Non hazardous waste dispose (NHWD) (kg)" - }, - "rwd": { - "type": "number", - "description": "Radioactive waste disposed (RWD) (kg)" - }, - "mfr": { - "type": "number", - "description": "Materials for recycling (MFR) (kg)" - }, - "mer": { - "type": "number", - "description": "Materials for energy recovery (MER) (MJ)" - }, - "eee": { - "type": "number", - "description": "Exported electrical energy (EEE) (MJ)" - }, - "ete": { - "type": "number", - "description": "Exported thermal energy (EET) (MJ)" - }, - "globalWarmingPotentialTotal": { - "type": "number", - "description": "Global Warming Potential Total (GWP-total) (kg CO2e)" - }, - "globalWarmingPotentialFossil": { - "type": "number", - "description": "Global Warming Potential Fossil (GWP-fossil) (kg CO2e)" - }, - "globalWarmingPotentialBiogenic": { - "type": "number", - "description": "Global Warming Potential Biogenic (GWP-biogenic) (kg CO2e)" - }, - "globalWarmingPotentialLuluc": { - "type": "number", - "description": "Global Warming Potential Land use and Land use change (GWP-luluc) (kg CO2e)" - }, - "acidificationPotentialAccumulatedExceedance": { - "type": "number", - "description": "Acidification Potential Accumulated Exceedance (AP) (mol H+e)" - }, - "eutrophicationPotentialFreshWater": { - "type": "number", - "description": "Eutrophication Potential Fresh Water (EP-F) (kg PO4e)" - }, - "eutrophicationPotentialMarineWater": { - "type": "number", - "description": "Eutrophication Potential Marine Water (EP-M) (kg Ne)" - }, - "eutrophicationTerrestrial": { - "type": "number", - "description": "Eutrophication potential terrestrial (EP-T) (mol Ne)" - }, - "photoOxidantCreationPotential": { - "type": "number", - "description": "Photo Oxidant Creation Potential (POCP) (kg NMVOCe)" - }, - "abioticDeplationNonFossile": { - "type": "number", - "description": "Abiotic Depletion Non Fossil (ADPE) (kg Sbe)" - }, - "abioticDeplationFossile": { - "type": "number", - "description": "Abiotic Depletion Fossil (ADPF) (MJ)" - }, - "waterUseDeprivationPotential": { - "type": "number", - "description": "Water Use Deprivation Potential (WDP) (m³e depr.)" - }, - "potentialIncidenceOfDiseaseDueToPMEmissions": { - "type": "number", - "description": "Potential Incidence of disease due to PM emissions" - }, - "potentialHumanExposureEfficiencyRelativeToU235": { - "type": "number", - "description": "Potential Human Exposure Efficiency relative to U235 (kBq U235 eq)" - }, - "ecoTox": { - "type": "number", - "description": "Potential Comparative Toxic Unit for ecosystems (ETP-fw) (CTU-e)" - }, - "humanToxCancer": { - "type": "number", - "description": "Potential comparative toxic unit for humans - cancerogenic (CTU-h)" - }, - "humanToxNonCancer": { - "type": "number", - "description": "Potential comparative toxic unit for humans - not\ncancerogenic (CTU-h)" - }, - "potentialSoilQualityIndex": { - "type": "number", - "description": "Potential soil quality index" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "circularity": { - "title": "The product circularity information", - "type": "object", - "properties": { - "feedstock": { - "title": "The product circularity information", - "type": "object", - "properties": { - "renewables": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "renewablesSustainablyProduced": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "notRenewables": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recycled": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "reused": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recyclingEfficiency": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "output": { - "title": "Output", - "type": "object", - "properties": { - "availableForRecycle": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "recyclingEfficiency": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "landfill": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "incineration": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - }, - "availableForReuse": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "detachability": { - "title": "Output", - "type": "object", - "properties": { - "connectionType": { - "type": "string", - "enum": [ - "Unknown", - "HardChemicalConnection", - "SoftChemicalConnection", - "DirectConnection", - "AddedConnectionConnection", - "DryConnection" - ], - "description": "Connection type." - }, - "connectionTypeDetail": { - "type": "string", - "enum": [ - "Unknown", - "BoltAndNut", - "Spring", - "Corner", - "Screw", - "None", - "Click", - "Velcro", - "Magnetic", - "Glue", - "Dump", - "Weld", - "Concrete", - "ChemicalAnchor", - "Sealant", - "Foam", - "Peg", - "Nail" - ], - "description": "Connection type." - }, - "accessibility": { - "type": "string", - "enum": [ - "Unknown", - "NotAccessible", - "PartialWithDamage", - "PartialWithRepairableDamage", - "PartialNoDamage", - "Accessible" - ], - "description": "Connection type." - }, - "intersection": { - "type": "string", - "enum": ["Unknown", "Complete", "Incidental", "None"], - "description": "Connection type." - }, - "productEdge": { - "type": "string", - "enum": ["Unknown", "Closed", "Overlapping", "Open"], - "description": "Connection type." - }, - "index": { - "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Detachability index" - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "additionalProperties": false, "minProperties": 1, "required": [] } diff --git a/tests/invalid/lifeCycleData/circularityAndLca.json b/tests/invalid/lifeCycleData/circularityAndLca.json index 0f6a98a9..e6486e5f 100644 --- a/tests/invalid/lifeCycleData/circularityAndLca.json +++ b/tests/invalid/lifeCycleData/circularityAndLca.json @@ -31,7 +31,7 @@ "incineration": true } }, - "lca": [ + "lifeCycleAssessment": [ { "isoCode": 1, "owner": 1, diff --git a/tests/valid/lifeCycleData/circularityAndLca.json b/tests/valid/lifeCycleData/circularityAndLca.json index 01ea44d2..2ab8f578 100644 --- a/tests/valid/lifeCycleData/circularityAndLca.json +++ b/tests/valid/lifeCycleData/circularityAndLca.json @@ -30,7 +30,7 @@ "incineration": 0 } }, - "lca": [ + "lifeCycleAssessment": [ { "isoCode": "iv", "owner": "Test Company GmbH", diff --git a/tests/valid/lifeCycleData/compliance.json b/tests/valid/lifeCycleData/compliance.json index dce2f690..cb2f9d22 100644 --- a/tests/valid/lifeCycleData/compliance.json +++ b/tests/valid/lifeCycleData/compliance.json @@ -1,526 +1,527 @@ { - "productType": "01010101", - "productAttributes": { - "SvhcFree": true, - "BlueAngel": "n.v.", - "VocContentPerLiter": 1.1, - "ChlorinatedParaffineFree": true, - "UsedIndoors": true, - "MineralUnderground": true, - "CategoryDecopaint": "n.v.", - "WaterSoluble": true, - "SolventFree": true, - "PlasticizerFree": true, - "DustBindingCoating": true, - "WallpaperAdhesive": true, - "PowderProduct": true, - "DispersionAdhesive": true, - "DispersionInsulativeAdhesive": true, - "DecorativePaint": true, - "Plaster": true, - "GutQualitySeal": true, - "TextileProduct": true, - "Giscode": "n.v.", - "Emicode": "n.v", - "ConsistsOfPu": true, - "MaterialCoveringSurface": true, - "Sealing": true, - "AppliedToNaturalStone": true, - "SolventContent": 1.1, - "CrackBridging": true, - "AdhesiveSealant": true, - "ChlorinatedParaffinsFree": true, - "KwsPlasticizerContent": true, - "AirtightSealing": true, - "VocContentPercent": 1.1, - "HalogenatedFree": true, - "FormworkOil": true, - "FireProtection": true, - "AbZExisting": true, - "HalogenFree": true, - "CorrosivityCategory": "n.v.", - "VocContentPerSquaremeter": 1.1, - "AntiCorrosion": true, - "EffectCoating": true, - "PuCoating": true, - "SubstantiationOfEmissions": true, - "PlasticCoating": true, - "IsOsSystems": true, - "EpoxyCoating": true, - "Marker": true, - "BitumenPrimer": true, - "WaxOrOil": true, - "ChemicalWoodPreservation": true, - "ApplicationClass": "n.v.", - "OnlyConstructiveWoodProtection": true, - "NaturallyDurableWood": true, - "ViableBiocidalProduct": true, - "AppliedToLoadBearingStructures": true, - "BiocideTreated": true, - "InCanPreservation": true, - "PassivatingAgent": true, - "AppliedToMetal": true, - "ChromCompoundsFree": true, - "LeadOrCopper": true, - "HeavyMetalFilter": true, - "Zinc": true, - "NonHalogenatedRefrigerant": true, - "TcepFree": true, - "HalogenatedFlameRetardantsFree": true, - "AssemblyFoamFastening": true, - "AssemblyFoamInsulation": true, - "FlameRetardant": true, - "PbbFree": true, - "PbdeFree": true, - "BoronCompoundsFree": true, - "FormaldehydContent": 1.1, - "Plastic": true, - "Handcrafted": true, - "MineralWool": true, - "FoamGlass": true, - "RigidFoam": true, - "HalogenatedBlowingAgentsFree": true, - "Pvc": true, - "WallCovering": true, - "InsulationForBuildingServices": true, - "BitumenEmulsion": true, - "EmissionsAfterDays28d120": true, - "PuttyUnderWallpapers": true, - "SealantForGlass": true, - "AdhesiveTape": true, - "EmissionEvaluated": true, - "MetallicEffectCoating": true, - "ObjectRelatedProofZinc": true, - "CementitiousInsulationAdhesive": true, - "FloorCovering": true, - "FilmprotectedWoodStain": true, - "StructuralTimber": true, - "PvcFree": true, - "HeavyMetalFree": true, - "Rubber": true, - "ConsistsOfSmp": true, - "NoChildLabor": true, - "NoIllegalMining": true, - "ProcessingInEurope": true, - "CsrAvailable": true, - "FscCertificate": "n.v.", - "HolzVonHier": true, - "NaturePlus": true, - "FairStone": true, - "CertifiedCsc": "n.v.", - "PefcCertificate": "n.v.", - "RecycledContentPreConsumer": 1.1, - "RecycledContentPostConsumer": 1.1, - "CertifiedCscR": "n.v.", - "PakContentPerKg": true, - "BaPEmissionsPerKg": true, - "NitrosamineEmissionsPerKg": 1.1, - "NitrosamineEmissionsPerCubicMeter": 1.1, - "AmmoniumEmissions28d": 1.1, - "LeadFree": true, - "CMRFree": true, - "AgBBCompliant": true, - "RelevantContributionToCost": true, - "FlowRate": 1.1, - "WaterConsumptionFullFlush": 1.1, - "WaterConsumptionAverageFlush": 1.1, - "WaterConsumptionUrinal": 1.1, - "RalGz388Compliant": true, - "HbcdFree": true, - "ConsistsOfGalvanizedSteel": true, - "TotalSolid": true, - "AppliedToExteriorWalls": true, - "SyntheticResinScreed": true, - "DecorativeCoating": true, - "BuildingsWithSpecialRequirements": true, - "RefrigerantAMEV2017": "R290", - "ConsistsOfUF": true, - "UsedTyreGranulateFree": true, - "PhthalateFree": true, - "TVOCEmissions28d": 1.1, - "AmineOrOximecuringSiliconFree": true, - "IsMineralTileAdhesive": true, - "IsAssemblyFoam": true, - "CadmiumContent": 1.1, - "AppliedToFloorCoverings": true, - "PMMACoating": true, - "FormaldehydEmissions": 1.1, - "SumOfCarcinogenicVOCEmissions": 1.1, - "IsRenewableInsulationMaterial": true, - "SurfaceTreatmentAgainstMold": true, - "IsCeilingPanel": true, - "TypeOfWaterFitting": "Water-Tap", - "IsUsedUnderCeramicTiles": true, - "UBACompliant": true, - "IsBiodegradable": true, - "IsInherentlyBiodegradable": true, - "AntimontrioxidFree": true, - "EmissionsAfter28d76": true, - "EmissionsAfter28d176": true, - "IsMMFFloor": true, - "MCPPContent": 1.1, - "IsPartOfGreenRoof": true, - "CoveredSurfaceArea": true, - "EmissionsReductionMeasures": true, - "IsWeathered": true, - "EPDAvailable": "n.v.", - "Reduction5": true, - "AnsiBifma2014Compliant": "n.v.", - "C2CCertified": "n.v.", - "DeclareCertified": "n.v.", - "FactsCertified": "n.v.", - "GlobalGreenTagPHDCertified": true, - "HealthProductDeclarationOpenStandardCompliant": true, - "LensCertified": true, - "ThirdPartyVerified": true, - "ActionPlanAvailable": true, - "GreenSealCertified": true, - "LivingProductChallengeCertified": true, - "PurchaseArea": true, - "NonEmittingSource": true, - "AmountOfContainedRecyclableMaterials": 1.1, - "AnsiBifma2019Compliant": "n.v.", - "SCMVOCLimits2007Compliant": true, - "ManufacturerPartOfEPR": true, - "UsedAsInsulationAdhesive": true, - "IsCompositeWood": true, - "IsBiobased": true, - "IsAnimalSkin": true, - "InventoryAssessment": "n.v.", - "FullDeclarationAvailable": "n.v.", - "GreenscreenListTranslatorScoreAssesed": 1.1, - "GreenscreenBenchmark": "n.v.", - "GHSAvailable": true, - "IsTestedForC14Content": true, - "IsPublishedIInHPDRepository": true, - "GreenScreenLT1Free": true, - "GHSCategory1Free": true, - "GreenScreenIsPublic": true, - "ContentOfGreenScreen": 1.1, - "Imperative09Conform": true, - "AnnexXIVFree": true, - "AnnexXVIIFree": true, - "CDPHVOCCompliant": true, - "TVOCEmissions14d": 1.1, - "SCAQMDVOCLimitsCompliant": "n.v.", - "ChemicalInventoryAfterRecycling": 1.1, - "RenewableMaterialsContent": 1.1, - "IsCompostable": "n.v.", - "Dismantable": true, - "ReversibleRemovalPossible": 1.1, - "TSCACompliant": true, - "ACTMCompliant": true, - "ULEEFCertified": true, - "NoNAFAdded": true, - "EUEcolabelCertified": true, - "NoRepairRequired": true, - "RepairPossible": true, - "IsRepairableWithLowEffort": true, - "IsRepairableWithHighEffort": true, - "EasyReplaced": true, - "SpareParts": true, - "IncreasedServiceLife": true, - "ReuseAsIs": true, - "ExtendServiceLife": true, - "IsCollectedForUseCase": true, - "IsUpdateable": true, - "IsLeased": true, - "AsbestosFree1000ppm": true, - "RoHSCompliant": true, - "LeadFree100ppm": true, - "MercuryContentMg": 1.1, - "MercuryContentPpm": 1.1, - "LeadCarbonateSulfateFree": true, - "LPCPetalsCompliant": true, - "HealthRATECertified": "n.v.", - "PossibleRecyclingContent": 1.1, - "PFASFree": true, - "ElectroProduct": true, - "OrthophtalatesFree": true, - "UsedForDrinkingWaterDistribution": true, - "IsWallCovering": true, - "ForDrinkingWaterGovernmentApproved": true, - "EULCICompliant": true, - "ByggvarubedömningenCompliant": "n.v.", - "IngredientsThirdPartyVerified": true, - "MaterialHealthCertified": "n.v.", - "LCAActionPlanAvailable": true, - "GWPReduction": 1.1, - "WaterSenseToilet": true, - "WetLeadFree": true, - "AsbestFree": true, - "PCBFree": true, - "WaterSenseUrinal": true, - "UsedInPublicBuilding": true, - "WaterSensePrivateLavatoryFaucet": true, - "ANSIA1901Compliant": true, - "ANSIPRG320Compliant": true, - "ANSINSF372Complaint": true, - "ASTDMD866TestMethodCompliant": true, - "ASTMD5456Compliant": true, - "ASTMD5055Compliant": true, - "PS2015Compliant": true, - "PS109Compliant": "n.v.", - "PS210Compliant": true, - "WaterSenseShowerheads": true, - "ModifiedEnergyFactor": 1.1, - "IntegratedModifiedEnergyFactor": 1.1, - "WaterUsageWashingMachine": true, - "IsUsedInWetRooms": true, - "ProtectsAgainstMoldGrowth": true, - "EN16402Measured": true, - "ISO16009Measured": true, - "DINEN16516Measured": true, - "CDPHMeasured": true, - "IsMDFBoard": true, - "EN7171Measured": true, - "ISO105809Measured": true, - "EN13999Part1To4Measured": true, - "VOCAgBBConform": true, - "IsCustomMade": true, - "SCMVOCLimits2019Compliant": true, - "FormaldehydeE1Compliant": true, - "Japan4StarFormaldehydeCompliant": true, - "FactoryCoated": true, - "InstalledUnderFloorCoverings": true, - "DishwasherWaterConsumption": 1.1, - "IceMachineWaterUse": 1.1, - "IceMachineHarvestRange": 1.1, - "IceMachineEnergyConsumption": 1.1, - "WaterSensePrerinseSprayValve": true, - "GB33372AdhesivesCompliant": true, - "HJ2537PaintsCompliant": true, - "IsSiliconBasedAdhesive": true, - "IsAcrylateBasedAdhesive": true, - "ContentRecycledAggregates": 1.1, - "MaterialIngredients": true, - "LowEmittingMaterials": true, - "EPD": true, - "SourcingRawMaterials": true, - "MaterialIngredientOptimization": true, - "IsBagged": true, - "PreservativeFree": true, - "CoatingPlant": true, - "SubstancesRequiringLabel": true, - "IsLaminateFloor": true, - "EUTimberRegulationCompliance": true, - "CARES": true, - "ASICertified": true, - "ContentSecondaryAggregates": 1.1, - "MaterialsOptimization": true, - "EnhancedMaterialRestrictions": true, - "VocRestrictions": true, - "MaterialsTransparency": true, - "ReusedContent": 1.1, - "RenewableFeedstockSustainablyProduced": 1.1, - "RepurposedFeedstock": 1.1, - "IsSmokedWoodProduct": true, - "ETACompliant": true, - "UsedOnGreenRoofStructures": true, - "AppliedToWood": true, - "AppliedToPlastic": true, - "UsedInBuildingShell": true, - "UsedForJoints": true, - "IsCoated": true, - "GuidelineUBA1705": true, - "IsCementMortar": true, - "IsSanitaryPartition": true, - "IsWetCoating": true, - "TinFree": true, - "CadmiumFree": true, - "UsedInFacadeOrRoof": true, - "connectionType": "Unknown", - "accessibility": "Unknown", - "intersection": "Unknown", - "productEdge": "Unknown", - "availableForRecycle": 1.1, - "landfill": 1.1, - "incineration": 1.1, - "availableForReuse": 1.1, - "availableForDowncycling": 1.1, - "functionalUnit": "Volume", - "madasterDensity": 1.1, - "fixedHeight": 1.1, - "fixedArea": 1.1, - "lifespan": 1.1, - "epdProgramOperator": "IBU", - "UBAZincProof": true, - "LayingMaterialSpecial": true, - "RainwaterFiltrationSystems": true, - "WaterBased": true, - "EmissionLimitsMeasured": "n.v.", - "MaterialCoveringSurfaceNonTiles": true, - "IsWoodBasedPanel": true, - "UsedInEtics": true, - "BlueAngelAvailable": true, - "DecorativeWoodCoating": true, - "CarcinogenicEmissionsFree": true, - "WoodApplicationClassInSitu": "n.v.", - "FilmprotectedWoodCoating": true, - "ZincBathLeadContent": true, - "UsedAsAGlue": true, - "FreeOfPlasticisers": true, - "AssemblyFoamUsedInEtics": true, - "AppliedInThermalHull": true, - "ConsistsOfPolyethylene": true, - "ConsistsOfWoodBasedComponents": true, - "BlueAngel12aOrEquivalent": true, - "FormworkOilVocContentPercent": 1.1, - "ProducedWithFormworkOil": true, - "FormworkOilGiscode": "BTM01", - "BiocidesEncapsulated": true, - "AppliedToWoodenFloorCoverings": true, - "UsedAsInsulationAdhesive": true, - "UsedAsLinearAdhesive": true, - "MecopropFree": true, - "ConsistsOfMs": true, - "DecorativeLaquer": true, - "ConsistsOfPS": true, - "Leed4IeqEmissionsProofMethod": "Keine Emissionsmessung verfügbar", - "Leed4IeqContentProofMethod": "Kein VOC-Gehalt verfügbar", - "Leed4IeqContentPaintTypes": "Abdichtungsmembranen: 250 g/l (CARB 2007)", - "Leed4IeqContentAdhesiveTypes": "Abdichtung von Schiffsdecks: 760 g/l (SCAQMD Rule 1168)", - "Leed4IeqWoodProofMethod": "Wiederverwendetes Produkt", - "Leed4IeqFurnitureProofMethod": "Natürlich Emissionsfrei" - }, - "assessmentResults": { - "QNG23": [ - { - "resultTypeId": "QNG313", - "result": 1 - } - ], - "BNB": [ - { - "resultTypeId": "BNB_1.1.6", - "result": 1 - } - ], - "EUTAX24": [ - { - "resultTypeId": "EU_TAX_DNSH_Water", - "result": 1 - }, - { - "resultTypeId": "EU_TAX_DNSH_Pollution", - "result": 1 - } - ], - "EUTAX23": [ - { - "resultTypeId": "EU_TAX23_DNSH_Water_23", - "result": 1 - }, - { - "resultTypeId": "EU_TAX23_DNSH_Pollution_23", - "result": 0 - } - ], - "DGNB23": [ - { - "resultTypeId": "DGNB23_ENV132", - "result": 1 - }, - { - "resultTypeId": "DGNB23_ENV131", - "result": 1 - }, - { - "resultTypeId": "DGNB23_ENV1.2", - "result": 1 - } - ], - "LEED ": [ - { - "resultTypeId": "SRM_4.1", - "result": 200 - }, - { - "resultTypeId": "MIO2_4.1", - "result": 0 - }, - { - "resultTypeId": "MIO1_4.1", - "result": 0 - }, - { - "resultTypeId": "IEQ_4.1", - "result": 0 - }, - { - "resultTypeId": "EPD2_4.1", - "result": 0 - }, - { - "resultTypeId": "EPD1_4.1", - "result": 200 - } - ], - "WELL": [ - { - "resultTypeId": "WE_Pre_X02_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Pre_X01_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_X07_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_X06_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_X05_v2", - "result": 1 - }, - { - "resultTypeId": "WELL_Opti_v2", - "result": 1 - } - ], - "BREEAM_DE_NB": [ - { - "resultTypeId": "BREEAM_DE_18_WST02", - "result": 0 - }, - { - "resultTypeId": "BREEAM_DE_18_MAT03", - "result": 0 - }, - { - "resultTypeId": "BREEAM_DE_18_MAT01", - "result": 100 - }, - { - "resultTypeId": "BREEAM_DE_18_MAN03", - "result": 1 - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02_01", - "result": 1 - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02", - "result": 1 - } - ], - "DGNB18": [ - { - "resultTypeId": "DGNB18_ENV132", - "result": 1 - }, - { - "resultTypeId": "DGNB18_ENV131", - "result": 1 - }, - { - "resultTypeId": "DGNB18_ENV12", - "result": 1 - } - ] + "compliance": { + "productType": "01010101", + "productAttributes": { + "SvhcFree": true, + "BlueAngel": "n.v.", + "VocContentPerLiter": 1.1, + "ChlorinatedParaffineFree": true, + "UsedIndoors": true, + "MineralUnderground": true, + "CategoryDecopaint": "n.v.", + "WaterSoluble": true, + "SolventFree": true, + "PlasticizerFree": true, + "DustBindingCoating": true, + "WallpaperAdhesive": true, + "PowderProduct": true, + "DispersionAdhesive": true, + "DispersionInsulativeAdhesive": true, + "DecorativePaint": true, + "Plaster": true, + "GutQualitySeal": true, + "TextileProduct": true, + "Giscode": "n.v.", + "Emicode": "n.v", + "ConsistsOfPu": true, + "MaterialCoveringSurface": true, + "Sealing": true, + "AppliedToNaturalStone": true, + "SolventContent": 1.1, + "CrackBridging": true, + "AdhesiveSealant": true, + "ChlorinatedParaffinsFree": true, + "KwsPlasticizerContent": true, + "AirtightSealing": true, + "VocContentPercent": 1.1, + "HalogenatedFree": true, + "FormworkOil": true, + "FireProtection": true, + "AbZExisting": true, + "HalogenFree": true, + "CorrosivityCategory": "n.v.", + "VocContentPerSquaremeter": 1.1, + "AntiCorrosion": true, + "EffectCoating": true, + "PuCoating": true, + "SubstantiationOfEmissions": true, + "PlasticCoating": true, + "IsOsSystems": true, + "EpoxyCoating": true, + "Marker": true, + "BitumenPrimer": true, + "WaxOrOil": true, + "ChemicalWoodPreservation": true, + "ApplicationClass": "n.v.", + "OnlyConstructiveWoodProtection": true, + "NaturallyDurableWood": true, + "ViableBiocidalProduct": true, + "AppliedToLoadBearingStructures": true, + "BiocideTreated": true, + "InCanPreservation": true, + "PassivatingAgent": true, + "AppliedToMetal": true, + "ChromCompoundsFree": true, + "LeadOrCopper": true, + "HeavyMetalFilter": true, + "Zinc": true, + "NonHalogenatedRefrigerant": true, + "TcepFree": true, + "HalogenatedFlameRetardantsFree": true, + "AssemblyFoamFastening": true, + "AssemblyFoamInsulation": true, + "FlameRetardant": true, + "PbbFree": true, + "PbdeFree": true, + "BoronCompoundsFree": true, + "FormaldehydContent": 1.1, + "Plastic": true, + "Handcrafted": true, + "MineralWool": true, + "FoamGlass": true, + "RigidFoam": true, + "HalogenatedBlowingAgentsFree": true, + "Pvc": true, + "WallCovering": true, + "InsulationForBuildingServices": true, + "BitumenEmulsion": true, + "EmissionsAfterDays28d120": true, + "PuttyUnderWallpapers": true, + "SealantForGlass": true, + "AdhesiveTape": true, + "EmissionEvaluated": true, + "MetallicEffectCoating": true, + "ObjectRelatedProofZinc": true, + "CementitiousInsulationAdhesive": true, + "FloorCovering": true, + "FilmprotectedWoodStain": true, + "StructuralTimber": true, + "PvcFree": true, + "HeavyMetalFree": true, + "Rubber": true, + "ConsistsOfSmp": true, + "NoChildLabor": true, + "NoIllegalMining": true, + "ProcessingInEurope": true, + "CsrAvailable": true, + "FscCertificate": "n.v.", + "HolzVonHier": true, + "NaturePlus": true, + "FairStone": true, + "CertifiedCsc": "n.v.", + "PefcCertificate": "n.v.", + "RecycledContentPreConsumer": 1.1, + "RecycledContentPostConsumer": 1.1, + "CertifiedCscR": "n.v.", + "PakContentPerKg": true, + "BaPEmissionsPerKg": true, + "NitrosamineEmissionsPerKg": 1.1, + "NitrosamineEmissionsPerCubicMeter": 1.1, + "AmmoniumEmissions28d": 1.1, + "LeadFree": true, + "CMRFree": true, + "AgBBCompliant": true, + "RelevantContributionToCost": true, + "FlowRate": 1.1, + "WaterConsumptionFullFlush": 1.1, + "WaterConsumptionAverageFlush": 1.1, + "WaterConsumptionUrinal": 1.1, + "RalGz388Compliant": true, + "HbcdFree": true, + "ConsistsOfGalvanizedSteel": true, + "TotalSolid": true, + "AppliedToExteriorWalls": true, + "SyntheticResinScreed": true, + "DecorativeCoating": true, + "BuildingsWithSpecialRequirements": true, + "RefrigerantAMEV2017": "R290", + "ConsistsOfUF": true, + "UsedTyreGranulateFree": true, + "PhthalateFree": true, + "TVOCEmissions28d": 1.1, + "AmineOrOximecuringSiliconFree": true, + "IsMineralTileAdhesive": true, + "IsAssemblyFoam": true, + "CadmiumContent": 1.1, + "AppliedToFloorCoverings": true, + "PMMACoating": true, + "FormaldehydEmissions": 1.1, + "SumOfCarcinogenicVOCEmissions": 1.1, + "IsRenewableInsulationMaterial": true, + "SurfaceTreatmentAgainstMold": true, + "IsCeilingPanel": true, + "TypeOfWaterFitting": "Water-Tap", + "IsUsedUnderCeramicTiles": true, + "UBACompliant": true, + "IsBiodegradable": true, + "IsInherentlyBiodegradable": true, + "AntimontrioxidFree": true, + "EmissionsAfter28d76": true, + "EmissionsAfter28d176": true, + "IsMMFFloor": true, + "MCPPContent": 1.1, + "IsPartOfGreenRoof": true, + "CoveredSurfaceArea": true, + "EmissionsReductionMeasures": true, + "IsWeathered": true, + "EPDAvailable": "n.v.", + "Reduction5": true, + "AnsiBifma2014Compliant": "n.v.", + "C2CCertified": "n.v.", + "DeclareCertified": "n.v.", + "FactsCertified": "n.v.", + "GlobalGreenTagPHDCertified": true, + "HealthProductDeclarationOpenStandardCompliant": true, + "LensCertified": true, + "ThirdPartyVerified": true, + "ActionPlanAvailable": true, + "GreenSealCertified": true, + "LivingProductChallengeCertified": true, + "PurchaseArea": true, + "NonEmittingSource": true, + "AmountOfContainedRecyclableMaterials": 1.1, + "AnsiBifma2019Compliant": "n.v.", + "SCMVOCLimits2007Compliant": true, + "ManufacturerPartOfEPR": true, + "UsedAsInsulationAdhesive": true, + "IsCompositeWood": true, + "IsBiobased": true, + "IsAnimalSkin": true, + "InventoryAssessment": "n.v.", + "FullDeclarationAvailable": "n.v.", + "GreenscreenListTranslatorScoreAssesed": 1.1, + "GreenscreenBenchmark": "n.v.", + "GHSAvailable": true, + "IsTestedForC14Content": true, + "IsPublishedIInHPDRepository": true, + "GreenScreenLT1Free": true, + "GHSCategory1Free": true, + "GreenScreenIsPublic": true, + "ContentOfGreenScreen": 1.1, + "Imperative09Conform": true, + "AnnexXIVFree": true, + "AnnexXVIIFree": true, + "CDPHVOCCompliant": true, + "TVOCEmissions14d": 1.1, + "SCAQMDVOCLimitsCompliant": "n.v.", + "ChemicalInventoryAfterRecycling": 1.1, + "RenewableMaterialsContent": 1.1, + "IsCompostable": "n.v.", + "Dismantable": true, + "ReversibleRemovalPossible": 1.1, + "TSCACompliant": true, + "ACTMCompliant": true, + "ULEEFCertified": true, + "NoNAFAdded": true, + "EUEcolabelCertified": true, + "NoRepairRequired": true, + "RepairPossible": true, + "IsRepairableWithLowEffort": true, + "IsRepairableWithHighEffort": true, + "EasyReplaced": true, + "SpareParts": true, + "IncreasedServiceLife": true, + "ReuseAsIs": true, + "ExtendServiceLife": true, + "IsCollectedForUseCase": true, + "IsUpdateable": true, + "IsLeased": true, + "AsbestosFree1000ppm": true, + "RoHSCompliant": true, + "LeadFree100ppm": true, + "MercuryContentMg": 1.1, + "MercuryContentPpm": 1.1, + "LeadCarbonateSulfateFree": true, + "LPCPetalsCompliant": true, + "HealthRATECertified": "n.v.", + "PossibleRecyclingContent": 1.1, + "PFASFree": true, + "ElectroProduct": true, + "OrthophtalatesFree": true, + "UsedForDrinkingWaterDistribution": true, + "IsWallCovering": true, + "ForDrinkingWaterGovernmentApproved": true, + "EULCICompliant": true, + "ByggvarubedömningenCompliant": "n.v.", + "IngredientsThirdPartyVerified": true, + "MaterialHealthCertified": "n.v.", + "LCAActionPlanAvailable": true, + "GWPReduction": 1.1, + "WaterSenseToilet": true, + "WetLeadFree": true, + "AsbestFree": true, + "PCBFree": true, + "WaterSenseUrinal": true, + "UsedInPublicBuilding": true, + "WaterSensePrivateLavatoryFaucet": true, + "ANSIA1901Compliant": true, + "ANSIPRG320Compliant": true, + "ANSINSF372Complaint": true, + "ASTDMD866TestMethodCompliant": true, + "ASTMD5456Compliant": true, + "ASTMD5055Compliant": true, + "PS2015Compliant": true, + "PS109Compliant": "n.v.", + "PS210Compliant": true, + "WaterSenseShowerheads": true, + "ModifiedEnergyFactor": 1.1, + "IntegratedModifiedEnergyFactor": 1.1, + "WaterUsageWashingMachine": true, + "IsUsedInWetRooms": true, + "ProtectsAgainstMoldGrowth": true, + "EN16402Measured": true, + "ISO16009Measured": true, + "DINEN16516Measured": true, + "CDPHMeasured": true, + "IsMDFBoard": true, + "EN7171Measured": true, + "ISO105809Measured": true, + "EN13999Part1To4Measured": true, + "VOCAgBBConform": true, + "IsCustomMade": true, + "SCMVOCLimits2019Compliant": true, + "FormaldehydeE1Compliant": true, + "Japan4StarFormaldehydeCompliant": true, + "FactoryCoated": true, + "InstalledUnderFloorCoverings": true, + "DishwasherWaterConsumption": 1.1, + "IceMachineWaterUse": 1.1, + "IceMachineHarvestRange": 1.1, + "IceMachineEnergyConsumption": 1.1, + "WaterSensePrerinseSprayValve": true, + "GB33372AdhesivesCompliant": true, + "HJ2537PaintsCompliant": true, + "IsSiliconBasedAdhesive": true, + "IsAcrylateBasedAdhesive": true, + "ContentRecycledAggregates": 1.1, + "MaterialIngredients": true, + "LowEmittingMaterials": true, + "EPD": true, + "SourcingRawMaterials": true, + "MaterialIngredientOptimization": true, + "IsBagged": true, + "PreservativeFree": true, + "CoatingPlant": true, + "SubstancesRequiringLabel": true, + "IsLaminateFloor": true, + "EUTimberRegulationCompliance": true, + "CARES": true, + "ASICertified": true, + "ContentSecondaryAggregates": 1.1, + "MaterialsOptimization": true, + "EnhancedMaterialRestrictions": true, + "VocRestrictions": true, + "MaterialsTransparency": true, + "ReusedContent": 1.1, + "RenewableFeedstockSustainablyProduced": 1.1, + "RepurposedFeedstock": 1.1, + "IsSmokedWoodProduct": true, + "ETACompliant": true, + "UsedOnGreenRoofStructures": true, + "AppliedToWood": true, + "AppliedToPlastic": true, + "UsedInBuildingShell": true, + "UsedForJoints": true, + "IsCoated": true, + "GuidelineUBA1705": true, + "IsCementMortar": true, + "IsSanitaryPartition": true, + "IsWetCoating": true, + "TinFree": true, + "CadmiumFree": true, + "UsedInFacadeOrRoof": true, + "connectionType": "Unknown", + "accessibility": "Unknown", + "intersection": "Unknown", + "productEdge": "Unknown", + "availableForRecycle": 1.1, + "landfill": 1.1, + "incineration": 1.1, + "availableForReuse": 1.1, + "availableForDowncycling": 1.1, + "functionalUnit": "Volume", + "madasterDensity": 1.1, + "fixedHeight": 1.1, + "fixedArea": 1.1, + "lifespan": 1.1, + "epdProgramOperator": "IBU", + "UBAZincProof": true, + "LayingMaterialSpecial": true, + "RainwaterFiltrationSystems": true, + "WaterBased": true, + "EmissionLimitsMeasured": "n.v.", + "MaterialCoveringSurfaceNonTiles": true, + "IsWoodBasedPanel": true, + "UsedInEtics": true, + "BlueAngelAvailable": true, + "DecorativeWoodCoating": true, + "CarcinogenicEmissionsFree": true, + "WoodApplicationClassInSitu": "n.v.", + "FilmprotectedWoodCoating": true, + "ZincBathLeadContent": true, + "UsedAsAGlue": true, + "FreeOfPlasticisers": true, + "AssemblyFoamUsedInEtics": true, + "AppliedInThermalHull": true, + "ConsistsOfPolyethylene": true, + "ConsistsOfWoodBasedComponents": true, + "BlueAngel12aOrEquivalent": true, + "FormworkOilVocContentPercent": 1.1, + "ProducedWithFormworkOil": true, + "FormworkOilGiscode": "BTM01", + "BiocidesEncapsulated": true, + "AppliedToWoodenFloorCoverings": true, + "UsedAsLinearAdhesive": true, + "MecopropFree": true, + "ConsistsOfMs": true, + "DecorativeLaquer": true, + "ConsistsOfPS": true, + "Leed4IeqEmissionsProofMethod": "Keine Emissionsmessung verfügbar", + "Leed4IeqContentProofMethod": "Kein VOC-Gehalt verfügbar", + "Leed4IeqContentPaintTypes": "Abdichtungsmembranen: 250 g/l (CARB 2007)", + "Leed4IeqContentAdhesiveTypes": "Abdichtung von Schiffsdecks: 760 g/l (SCAQMD Rule 1168)", + "Leed4IeqWoodProofMethod": "Wiederverwendetes Produkt", + "Leed4IeqFurnitureProofMethod": "Natürlich Emissionsfrei" + }, + "assessmentResults": { + "QNG23": [ + { + "resultTypeId": "QNG313", + "result": 1 + } + ], + "BNB": [ + { + "resultTypeId": "BNB_1.1.6", + "result": 1 + } + ], + "EUTAX24": [ + { + "resultTypeId": "EU_TAX_DNSH_Water", + "result": 1 + }, + { + "resultTypeId": "EU_TAX_DNSH_Pollution", + "result": 1 + } + ], + "EUTAX23": [ + { + "resultTypeId": "EU_TAX23_DNSH_Water_23", + "result": 1 + }, + { + "resultTypeId": "EU_TAX23_DNSH_Pollution_23", + "result": 0 + } + ], + "DGNB23": [ + { + "resultTypeId": "DGNB23_ENV132", + "result": 1 + }, + { + "resultTypeId": "DGNB23_ENV131", + "result": 1 + }, + { + "resultTypeId": "DGNB23_ENV1.2", + "result": 1 + } + ], + "LEED ": [ + { + "resultTypeId": "SRM_4.1", + "result": 200 + }, + { + "resultTypeId": "MIO2_4.1", + "result": 0 + }, + { + "resultTypeId": "MIO1_4.1", + "result": 0 + }, + { + "resultTypeId": "IEQ_4.1", + "result": 0 + }, + { + "resultTypeId": "EPD2_4.1", + "result": 0 + }, + { + "resultTypeId": "EPD1_4.1", + "result": 200 + } + ], + "WELL": [ + { + "resultTypeId": "WE_Pre_X02_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Pre_X01_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X07_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X06_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_X05_v2", + "result": 1 + }, + { + "resultTypeId": "WELL_Opti_v2", + "result": 1 + } + ], + "BREEAM_DE_NB": [ + { + "resultTypeId": "BREEAM_DE_18_WST02", + "result": 0 + }, + { + "resultTypeId": "BREEAM_DE_18_MAT03", + "result": 0 + }, + { + "resultTypeId": "BREEAM_DE_18_MAT01", + "result": 100 + }, + { + "resultTypeId": "BREEAM_DE_18_MAN03", + "result": 1 + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02_01", + "result": 1 + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02", + "result": 1 + } + ], + "DGNB18": [ + { + "resultTypeId": "DGNB18_ENV132", + "result": 1 + }, + { + "resultTypeId": "DGNB18_ENV131", + "result": 1 + }, + { + "resultTypeId": "DGNB18_ENV12", + "result": 1 + } + ] + } } } diff --git a/tests/valid/lifeCycleData/complianceWithNullValues.json b/tests/valid/lifeCycleData/complianceWithNullValues.json index fcaa68b1..85785259 100644 --- a/tests/valid/lifeCycleData/complianceWithNullValues.json +++ b/tests/valid/lifeCycleData/complianceWithNullValues.json @@ -1,143 +1,145 @@ { - "productType": "01010101", - "assessmentResults": { - "QNG23": [ - { - "resultTypeId": "QNG313", - "result": null - } - ], - "BNB": [ - { - "resultTypeId": "BNB_1.1.6", - "result": null - } - ], - "EUTAX24": [ - { - "resultTypeId": "EU_TAX_DNSH_Water", - "result": null - }, - { - "resultTypeId": "EU_TAX_DNSH_Pollution", - "result": null - } - ], - "EUTAX23": [ - { - "resultTypeId": "EU_TAX23_DNSH_Water_23", - "result": null - }, - { - "resultTypeId": "EU_TAX23_DNSH_Pollution_23", - "result": null - } - ], - "DGNB23": [ - { - "resultTypeId": "DGNB23_ENV132", - "result": null - }, - { - "resultTypeId": "DGNB23_ENV131", - "result": null - }, - { - "resultTypeId": "DGNB23_ENV1.2", - "result": null - } - ], - "LEED ": [ - { - "resultTypeId": "SRM_4.1", - "result": null - }, - { - "resultTypeId": "MIO2_4.1", - "result": null - }, - { - "resultTypeId": "MIO1_4.1", - "result": null - }, - { - "resultTypeId": "IEQ_4.1", - "result": null - }, - { - "resultTypeId": "EPD2_4.1", - "result": null - }, - { - "resultTypeId": "EPD1_4.1", - "result": null - } - ], - "WELL": [ - { - "resultTypeId": "WE_Pre_X02_v2", - "result": null - }, - { - "resultTypeId": "WELL_Pre_X01_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_X07_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_X06_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_X05_v2", - "result": null - }, - { - "resultTypeId": "WELL_Opti_v2", - "result": null - } - ], - "BREEAM_DE_NB": [ - { - "resultTypeId": "BREEAM_DE_18_WST02", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_MAT03", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_MAT01", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_MAN03", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02_01", - "result": null - }, - { - "resultTypeId": "BREEAM_DE_18_HEA02", - "result": null - } - ], - "DGNB18": [ - { - "resultTypeId": "DGNB18_ENV132", - "result": null - }, - { - "resultTypeId": "DGNB18_ENV131", - "result": null - }, - { - "resultTypeId": "DGNB18_ENV12", - "result": null - } - ] + "compliance": { + "productType": "01010101", + "assessmentResults": { + "QNG23": [ + { + "resultTypeId": "QNG313", + "result": null + } + ], + "BNB": [ + { + "resultTypeId": "BNB_1.1.6", + "result": null + } + ], + "EUTAX24": [ + { + "resultTypeId": "EU_TAX_DNSH_Water", + "result": null + }, + { + "resultTypeId": "EU_TAX_DNSH_Pollution", + "result": null + } + ], + "EUTAX23": [ + { + "resultTypeId": "EU_TAX23_DNSH_Water_23", + "result": null + }, + { + "resultTypeId": "EU_TAX23_DNSH_Pollution_23", + "result": null + } + ], + "DGNB23": [ + { + "resultTypeId": "DGNB23_ENV132", + "result": null + }, + { + "resultTypeId": "DGNB23_ENV131", + "result": null + }, + { + "resultTypeId": "DGNB23_ENV1.2", + "result": null + } + ], + "LEED ": [ + { + "resultTypeId": "SRM_4.1", + "result": null + }, + { + "resultTypeId": "MIO2_4.1", + "result": null + }, + { + "resultTypeId": "MIO1_4.1", + "result": null + }, + { + "resultTypeId": "IEQ_4.1", + "result": null + }, + { + "resultTypeId": "EPD2_4.1", + "result": null + }, + { + "resultTypeId": "EPD1_4.1", + "result": null + } + ], + "WELL": [ + { + "resultTypeId": "WE_Pre_X02_v2", + "result": null + }, + { + "resultTypeId": "WELL_Pre_X01_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X07_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X06_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_X05_v2", + "result": null + }, + { + "resultTypeId": "WELL_Opti_v2", + "result": null + } + ], + "BREEAM_DE_NB": [ + { + "resultTypeId": "BREEAM_DE_18_WST02", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAT03", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAT01", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_MAN03", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02_01", + "result": null + }, + { + "resultTypeId": "BREEAM_DE_18_HEA02", + "result": null + } + ], + "DGNB18": [ + { + "resultTypeId": "DGNB18_ENV132", + "result": null + }, + { + "resultTypeId": "DGNB18_ENV131", + "result": null + }, + { + "resultTypeId": "DGNB18_ENV12", + "result": null + } + ] + } } } From 8c74c957d7f20d93929786b06dbfb6d3a5203808 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 17:32:29 +0200 Subject: [PATCH 314/362] Update description of lifeCycleData.json --- schemas/lifeCycleData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index ef5881c7..6da5f576 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleData.json", "title": "life cycle data", - "description": "##", + "description": "Life-cycle data sets of building envelope components. It shall be possible to exchange the most important data about circularity, life-cycle analysis and compliance. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", "$defs": { "data": { "type": "object", From fb0baba80fc1c4eeb0ecf9ba5e308bfcb68c0b21 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 6 Aug 2025 17:33:59 +0200 Subject: [PATCH 315/362] Exchange `data set` by `dataset` --- schemas/building.json | 6 +++--- schemas/calorimetric.json | 6 +++--- schemas/calorimetricData.json | 4 ++-- schemas/component.json | 12 ++++++------ schemas/data.json | 4 ++-- schemas/dbe.json | 4 ++-- schemas/dsb.json | 4 ++-- schemas/geometric.json | 8 ++++---- schemas/geometricData.json | 4 ++-- schemas/hygrothermal.json | 6 +++--- schemas/identifier.json | 2 +- schemas/lifeCycle.json | 8 ++++---- schemas/lifeCycleData.json | 2 +- schemas/method.json | 4 ++-- schemas/optical.json | 8 ++++---- schemas/opticalData.json | 4 ++-- schemas/photovoltaic.json | 6 +++--- 17 files changed, 46 insertions(+), 46 deletions(-) diff --git a/schemas/building.json b/schemas/building.json index c190e4d2..27a1ec45 100644 --- a/schemas/building.json +++ b/schemas/building.json @@ -192,7 +192,7 @@ }, "description": { "type": "string", - "description": "An explanation of the status of the full data set in natural language." + "description": "An explanation of the status of the full dataset in natural language." }, "dataFormat": { "type": "string", @@ -230,7 +230,7 @@ }, "description": { "type": "string", - "description": "An explanation of the status of the full data set in natural language." + "description": "An explanation of the status of the full dataset in natural language." }, "dataFormat": { "type": "string", @@ -264,7 +264,7 @@ }, "description": { "type": "string", - "description": "An explanation of the status of the full data set in natural language." + "description": "An explanation of the status of the full dataset in natural language." } }, "additionalProperties": false, diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index f6c0e0c7..79bb93b0 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/calorimetric.json", - "title": "metadata about calorimetric data sets", + "title": "metadata about calorimetric datasets", "description": "Data about calorimetric measurements or simulations with meta information like name, description, warnings, and more.", "$defs": { "calorimetric": { @@ -41,12 +41,12 @@ }, "createdAt": { "title": "Creation timestamp", - "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "description": "When the present dataset was created, for example, after completion of a measurement, simulation, or calculation.", "$ref": "common.json#/$defs/timestamp" }, "appliedMethod": { "$ref": "method.json#/$defs/appliedMethod", - "description": "Method that was applied to create this data set." + "description": "Method that was applied to create this dataset." }, "approvals": { "$ref": "common.json#/$defs/approvals", diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 1e642d50..44b419af 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/calorimetricData.json", "title": "calorimetric data", - "description": "Data sets about calorimetric measurements or simulations. In particular, energy fluxes are important.", + "description": "datasets about calorimetric measurements or simulations. In particular, energy fluxes are important.", "$defs": { "data": { "type": "object", @@ -10,7 +10,7 @@ "properties": { "description": { "type": "string", - "description": "This string explains humans the calorimetric data set." + "description": "This string explains humans the calorimetric dataset." }, "characteristics": { "title": "Characteristics like quasi-stationary or dynamic conditions.", diff --git a/schemas/component.json b/schemas/component.json index 401f2959..fcc3c013 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -79,7 +79,7 @@ }, "characteristics": { "$ref": "#/$defs/characteristics", - "description": "Characteristics of a component which do not depend on a specific domain such as 'optical' or 'calorimetric'. Therefore, they are constant and valid for all data sets. Characteristics which may vary between data sets about this component are stored on lower levels of the structure. For example, 'optical/globalCharacteristics' defines characteristics which are specific for optical data, but do not change within one optical data set. 'optical/dataPoints/componentCharacteristics' defines characteristics which vary between dataPoints of one optical data set. This structure aims to reduce the size of the data." + "description": "Characteristics of a component which do not depend on a specific domain such as 'optical' or 'calorimetric'. Therefore, they are constant and valid for all datasets. Characteristics which may vary between datasets about this component are stored on lower levels of the structure. For example, 'optical/globalCharacteristics' defines characteristics which are specific for optical data, but do not change within one optical dataset. 'optical/dataPoints/componentCharacteristics' defines characteristics which vary between dataPoints of one optical dataset. This structure aims to reduce the size of the data." }, "roles": { "type": "object", @@ -108,7 +108,7 @@ "$ref": "optical.json" }, "minItems": 1, - "description": "Optical data sets of one component. For example the transmittance and reflectance with specific boundary conditions." + "description": "Optical datasets of one component. For example the transmittance and reflectance with specific boundary conditions." }, "calorimetric": { "type": "array", @@ -116,7 +116,7 @@ "$ref": "calorimetric.json" }, "minItems": 1, - "description": "Calorimetric data sets of one component. For example the U value, the g value (or Solar Heat Gain Coefficient)." + "description": "Calorimetric datasets of one component. For example the U value, the g value (or Solar Heat Gain Coefficient)." }, "geometric": { "type": "array", @@ -124,7 +124,7 @@ "$ref": "geometric.json" }, "minItems": 1, - "description": "Geometric data sets of one component. For example the dimensions of the component or a CAD resource." + "description": "Geometric datasets of one component. For example the dimensions of the component or a CAD resource." }, "photovoltaic": { "type": "array", @@ -132,7 +132,7 @@ "$ref": "photovoltaic.json" }, "minItems": 1, - "description": "Photovoltaic data sets. This means building envelopes which can convert irradiance into electric power." + "description": "Photovoltaic datasets. This means building envelopes which can convert irradiance into electric power." }, "hygrothermal": { "type": "array", @@ -232,7 +232,7 @@ "required": ["id"] }, "characteristics": { - "title": "The characteristics a component can have which do not change between different data sets about this component.", + "title": "The characteristics a component can have which do not change between different datasets about this component.", "type": "object", "properties": { "weight": { diff --git a/schemas/data.json b/schemas/data.json index 76c72e00..595dad87 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -1,8 +1,8 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/data.json", - "title": "general schema for BED-JSON data sets", - "description": "The schemas of building-envelope-data can be used to validate data sets from many domains such as `opticalData`, `calorimetricData`, `photovoltaicData`, `geometricData`, `hygrothermalData` and `lifeCycleData`. The schemas from these domains together are name \"BED-JSON\" as a JSON format for building envelope data sets.", + "title": "general schema for BED-JSON datasets", + "description": "The schemas of building-envelope-data can be used to validate datasets from many domains such as `opticalData`, `calorimetricData`, `photovoltaicData`, `geometricData`, `hygrothermalData` and `lifeCycleData`. The schemas from these domains together are name \"BED-JSON\" as a JSON format for building envelope datasets.", "$defs": { "data": { "oneOf": [ diff --git a/schemas/dbe.json b/schemas/dbe.json index 6b498213..38936fb2 100644 --- a/schemas/dbe.json +++ b/schemas/dbe.json @@ -2,11 +2,11 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/dbe.json", "title": "dbe - data schema for building envelopes", - "description": "Data about building envelopes. The aim is to restrict the possible representations of one data set as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", + "description": "Data about building envelopes. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "type": "object", "properties": { "components": { - "title": "Data about components of a solar building envelope. It is an array so that various data sets about one or more components can be added as items. One component may consist of subcomponents.", + "title": "Data about components of a solar building envelope. It is an array so that various datasets about one or more components can be added as items. One component may consist of subcomponents.", "type": "array", "items": { "$ref": "component.json" diff --git a/schemas/dsb.json b/schemas/dsb.json index e35df6e9..98d6c655 100644 --- a/schemas/dsb.json +++ b/schemas/dsb.json @@ -2,11 +2,11 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/dsb.json", "title": "dsb - data schema for buildings", - "description": "Detailed data about buildings. It is meant to be used for the whole life cycle of a building, from the early planning of a building project to construction to facility management to recycling. The aim is to restrict the possible representations of one data set as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", + "description": "Detailed data about buildings. It is meant to be used for the whole life cycle of a building, from the early planning of a building project to construction to facility management to recycling. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "type": "object", "properties": { "buildings": { - "title": "Data about one building. It is an array so that various data sets about the building can be added as items.", + "title": "Data about one building. It is an array so that various datasets about the building can be added as items.", "type": "array", "items": { "$ref": "building.json" diff --git a/schemas/geometric.json b/schemas/geometric.json index eaaba828..3990058a 100644 --- a/schemas/geometric.json +++ b/schemas/geometric.json @@ -1,8 +1,8 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/geometric.json", - "title": "metadata about geometric data sets", - "description": "Geometric data sets of building envelope components with meta information like name, description, warnings, and more.", + "title": "metadata about geometric datasets", + "description": "Geometric datasets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { "geometric": { "type": "object", @@ -40,12 +40,12 @@ }, "createdAt": { "title": "Creation timestamp", - "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "description": "When the present dataset was created, for example, after completion of a measurement, simulation, or calculation.", "$ref": "common.json#/$defs/timestamp" }, "appliedMethod": { "$ref": "method.json#/$defs/appliedMethod", - "description": "Method that was applied to create this data set." + "description": "Method that was applied to create this dataset." }, "approvals": { "$ref": "common.json#/$defs/approvals", diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 54655641..5d52e2a4 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/geometricData.json", "title": "geometric data", - "description": "Geometric data sets of building envelope components. It shall be possible to exchange the results of all important details about the geometry of a component.", + "description": "Geometric datasets of building envelope components. It shall be possible to exchange the results of all important details about the geometry of a component.", "$defs": { "data": { "title": "Describe the geometry of a component either by its outer dimensions or as a resource for a Computer Aided Drawing (CAD) software.", @@ -207,7 +207,7 @@ "required": ["x", "y", "z"] }, "coordinateSystem": { - "title": "Definition of the coordinate system of the data set", + "title": "Definition of the coordinate system of the dataset", "type": "object", "properties": { "reference": { diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 6ecb7f9f..1cb16321 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/hygrothermal.json", - "title": "metadata about hygrothermal data sets", + "title": "metadata about hygrothermal datasets", "description": "Hygrothermal data with meta information like name, description, warnings, and more.", "$defs": { "hygrothermal": { @@ -40,12 +40,12 @@ }, "createdAt": { "title": "Creation timestamp", - "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "description": "When the present dataset was created, for example, after completion of a measurement, simulation, or calculation.", "$ref": "common.json#/$defs/timestamp" }, "appliedMethod": { "$ref": "method.json#/$defs/appliedMethod", - "description": "Method that was applied to create this data set." + "description": "Method that was applied to create this dataset." }, "approvals": { "$ref": "common.json#/$defs/approvals", diff --git a/schemas/identifier.json b/schemas/identifier.json index 21e9647b..61a4d29b 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/identifier.json", "title": "Identifiers", - "description": "Identifiers are used to identify different entities such as buildings, components, data sets, institutions, methods, and many others. They are either centrally managed by `buildingenvelopedata.org` or decentrally for example by a building owner. Components may either have a central identifier for example as a general product or a decentral identifier for example for specific instances of a product in a specific building.", + "description": "Identifiers are used to identify different entities such as buildings, components, datasets, institutions, methods, and many others. They are either centrally managed by `buildingenvelopedata.org` or decentrally for example by a building owner. Components may either have a central identifier for example as a general product or a decentral identifier for example for specific instances of a product in a specific building.", "$defs": { "central": { "title": "Central identifier", diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index 58efcb6c..5f0e333d 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -1,8 +1,8 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycle.json", - "title": "metadata about life cycle data sets", - "description": "Life-cycle data sets of components with meta information like name, description, warnings, and more.", + "title": "metadata about life cycle datasets", + "description": "Life-cycle datasets of components with meta information like name, description, warnings, and more.", "$defs": { "data": { "type": "object", @@ -40,12 +40,12 @@ }, "createdAt": { "title": "Creation timestamp", - "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "description": "When the present dataset was created, for example, after completion of a measurement, simulation, or calculation.", "$ref": "common.json#/$defs/timestamp" }, "appliedMethod": { "$ref": "method.json#/$defs/appliedMethod", - "description": "Method that was applied to create this data set." + "description": "Method that was applied to create this dataset." }, "approvals": { "$ref": "common.json#/$defs/approvals", diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 6da5f576..4b86b951 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleData.json", "title": "life cycle data", - "description": "Life-cycle data sets of building envelope components. It shall be possible to exchange the most important data about circularity, life-cycle analysis and compliance. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", + "description": "Life-cycle datasets of building envelope components. It shall be possible to exchange the most important data about circularity, life-cycle analysis and compliance. At the same time, this general format is intended to limit the number of possible representations of one dataset to make it easy to develop software which interprets the data correctly.", "$defs": { "data": { "type": "object", diff --git a/schemas/method.json b/schemas/method.json index 9a713d56..0739671f 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/method.json", "title": "method data", - "description": "Definition of a method that can be applied by a creator to some source data to create a data set. By defining the method and the source data, the origin of the data set can be traced back.", + "description": "Definition of a method that can be applied by a creator to some source data to create a dataset. By defining the method and the source data, the origin of the dataset can be traced back.", "$defs": { "method": { "type": "object", @@ -129,7 +129,7 @@ "required": ["name", "value"] }, "namedSource": { - "title": "Source data which is an input for a method. A creator uses a method and source data to create a new data set.", + "title": "Source data which is an input for a method. A creator uses a method and source data to create a new dataset.", "type": "object", "properties": { "name": { diff --git a/schemas/optical.json b/schemas/optical.json index 13d9b203..9d377ad3 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -1,8 +1,8 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/optical.json", - "title": "metadata about optical data sets", - "description": "Optical data sets of building envelope components with meta information like name, description, warnings, and more.", + "title": "metadata about optical datasets", + "description": "Optical datasets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { "optical": { "type": "object", @@ -40,12 +40,12 @@ }, "createdAt": { "title": "Creation timestamp", - "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "description": "When the present dataset was created, for example, after completion of a measurement, simulation, or calculation.", "$ref": "common.json#/$defs/timestamp" }, "appliedMethod": { "$ref": "method.json#/$defs/appliedMethod", - "description": "Method that was applied to create this data set." + "description": "Method that was applied to create this dataset." }, "approvals": { "$ref": "common.json#/$defs/approvals", diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 7da958b3..54f330f9 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/opticalData.json", "title": "optical data", - "description": "Optical data sets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one data set to make it easy to develop software which interprets the data correctly.", + "description": "Optical datasets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one dataset to make it easy to develop software which interprets the data correctly.", "$defs": { "data": { "title": "Optical data", @@ -219,7 +219,7 @@ "integral": { "type": "string", "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], - "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the data set. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." + "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the dataset. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 300544bd..c67e1994 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/photovoltaic.json", - "title": "metadata about photovoltaic data sets", + "title": "metadata about photovoltaic datasets", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity with meta information like name, description, warnings, and more.", "$defs": { "photovoltaic": { @@ -40,12 +40,12 @@ }, "createdAt": { "title": "Creation timestamp", - "description": "When the present data set was created, for example, after completion of a measurement, simulation, or calculation.", + "description": "When the present dataset was created, for example, after completion of a measurement, simulation, or calculation.", "$ref": "common.json#/$defs/timestamp" }, "appliedMethod": { "$ref": "method.json#/$defs/appliedMethod", - "description": "Method that was applied to create this data set." + "description": "Method that was applied to create this dataset." }, "approvals": { "$ref": "common.json#/$defs/approvals", From 6751deddebb7f8d8c0587737dc8bd6f01b1e6159 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 7 Aug 2025 16:25:27 +0200 Subject: [PATCH 316/362] Fix typo in database.graphql --- apis/database.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/database.graphql b/apis/database.graphql index 6681e2b9..4774fa3d 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -2138,7 +2138,7 @@ GraphQL schema. However, the actual GraphQL schema of the database is in general an extension of the present GraphQL schema and may have paths to some associates like data format specifics of HTTP resources that it may fetch from the "metabase" and provides for convenience. These specifics should not be -sigend as a change of, for example, the data format description would +signed as a change of, for example, the data format description would invalidate the signature although the data itself did not change. """ type DataApproval implements Approval { From 41c337edaad4ef888dadaf08298918ee0d41aceb Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 7 Aug 2025 16:28:53 +0200 Subject: [PATCH 317/362] Fix more typos in /apis/ --- apis/database.graphql | 6 +++--- apis/metabase.graphql | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 4774fa3d..025f25ad 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -15,7 +15,7 @@ It follows best practices for as exemplified in [GraphQL Server Specification: Connections](https://relay.dev/docs/en/graphql-server-specification.html#connections). -Global object identifiers as requird by the best practice are exposed by the +Global object identifiers as required by the best practice are exposed by the property `id` and universally unique identifiers as issued by the "metabase" are exposed by the property `uuid`. In essence, `id` is the Base64-encoded concatenation of `uuid` and the requested locale. @@ -2016,7 +2016,7 @@ interface Approval { opticalData(id: $id) { ... } } ``` - Specifying the query explicitely is necessary because approvals shall not + Specifying the query explicitly is necessary because approvals shall not become invalid when the GraphQL schema changes. """ query: GraphQlQuery! @@ -2231,7 +2231,7 @@ type GetHttpsResource { description: String """ - Hash value of sucessful HTTP response message body with + Hash value of successful HTTP response message body with [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6) [200](https://tools.ietf.org/html/rfc7231#section-6.3.1) computed with diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 6721e647..77b58f48 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -13,7 +13,7 @@ It follows best practices for as exemplified in [GraphQL Server Specification: Connections](https://relay.dev/docs/en/graphql-server-specification.html#connections). -Global object identifiers as requird by the best practice are exposed by the +Global object identifiers as required by the best practice are exposed by the property `id` and universally unique identifiers as issued by the "metabase" are exposed by the property `uuid`. In essence, `id` is the Base64-encoded concatenation of `uuid` and the requested locale. @@ -1575,7 +1575,7 @@ type Publication implements Reference { title: String "A Uniform Resource Name (URN) can be used to define a publication. TODO: Improve the regex pattern to further restrict the string." urn: String - "If a persistent identifiert like DOI is defined above, this webAdress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." + "If a persistent identified like DOI is defined above, this webAddress can define a convenient web address to access the publication. However, if no persistent identifier exist, this web address is the only identifier of this publication. In this case, it is important to choose a web address with a high probability to persist long." webAddress: Url } From d18029a096c94190d44cc77e3e15bdd16d7d195e Mon Sep 17 00:00:00 2001 From: Alexander Klefenz Date: Thu, 4 Sep 2025 10:08:12 +0200 Subject: [PATCH 318/362] Implement feedback from code review --- schemas/lifeCycleData.json | 66 +++++++++++------------ tests/valid/lifeCycleData/compliance.json | 61 +-------------------- 2 files changed, 34 insertions(+), 93 deletions(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 4b86b951..a7357a05 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -19,7 +19,7 @@ "Energy", "Weight" ], - "description": "Defines the type of product." + "description": "The unit used to measure the component." }, "defaultFunctionalUnitAmount": { "$ref": "number.json#/$defs/nonNegativeNumber", @@ -69,27 +69,27 @@ "properties": { "renewables": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of renewable content" }, "renewablesSustainablyProduced": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of sustainably produced renewable content" }, "notRenewables": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of non-renewable content" }, "recycled": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of recycled content" }, "reused": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of reused content" }, "recyclingEfficiency": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Efficiency of the recycling process" } }, "additionalProperties": false, @@ -102,23 +102,23 @@ "properties": { "availableForRecycle": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of material available for recycling" }, "recyclingEfficiency": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Efficiency of the recycling process" }, "landfill": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of material sent to landfill" }, "incineration": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of material treated by incineration" }, "availableForReuse": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", - "description": "Renewables" + "description": "Share of material available for reuse" } }, "additionalProperties": false, @@ -126,7 +126,7 @@ "required": [] }, "detachability": { - "title": "Output", + "title": "Detachability", "type": "object", "properties": { "connectionType": { @@ -139,7 +139,7 @@ "AddedConnectionConnection", "DryConnection" ], - "description": "Connection type." + "description": "General Connection type." }, "connectionTypeDetail": { "type": "string", @@ -163,7 +163,7 @@ "Peg", "Nail" ], - "description": "Connection type." + "description": "Details on the connection type." }, "accessibility": { "type": "string", @@ -175,17 +175,17 @@ "PartialNoDamage", "Accessible" ], - "description": "Connection type." + "description": "Accessibility of the materials." }, "intersection": { "type": "string", "enum": ["Unknown", "Complete", "Incidental", "None"], - "description": "Connection type." + "description": "Intersection of the materials." }, "productEdge": { "type": "string", "enum": ["Unknown", "Closed", "Overlapping", "Open"], - "description": "Connection type." + "description": "Form of the product edge." }, "index": { "$ref": "number.json#/$defs/percentDecimalBetweenZeroAndOne", @@ -206,44 +206,44 @@ "title": "Defines life cycle assessment (LCA) data.", "items": { "type": "object", - "description": "xxx", + "description": "There can be multiple LCAs per product, each item is one LCA of the product", "properties": { "isoCode": { "type": "string", - "description": "The 2 letter iso code for a country." + "description": "The 2 letter iso code for the country the EPD is valid in. It is possible that for the same product in different countries different EPDs apply." }, "owner": { "type": "string", - "description": "" + "description": "The owner of the LCA" }, "referenceYear": { "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" + "description": "Reference Year" }, "validUntilYear": { "$ref": "number.json#/$defs/nonNegativeInteger", - "description": "" + "description": "Year until it is valid" }, "datasetType": { "type": "string", - "description": "" + "description": "Type of dataset" }, "UUID": { "type": "string", "format": "uuid", - "description": "" + "description": "Universally unique identifier" }, "registrationNumber": { "type": "string", - "description": "" + "description": "Registration number" }, "version": { "type": "string", - "description": "" + "description": "Version" }, "compliance": { "type": "array", - "description": "", + "description": "List of norms this specific LCA dataset complies with (not the whole product itself)", "items": { "type": "string" }, @@ -252,7 +252,7 @@ }, "environmentalCostIndicator": { "$ref": "number.json#/$defs/nonNegativeNumber", - "description": "" + "description": "Environmental cost indicator" }, "phases": { "title": "LCA Data", @@ -280,15 +280,15 @@ "C4", "D" ], - "description": "" + "description": "Life cycle phase id" }, "EN15804_2012_04_A1_2013": { "$ref": "#/$defs/EN15804_2012_04_A1_2013", - "description": "" + "description": "LCA ruleset EN 15804:2012-04+A1 2013" }, "EN15804_2012_A2_2019": { "$ref": "#/$defs/EN15804_2012_A2_2019", - "description": "" + "description": "LCA ruleset EN 15804:2012+A2:2019" } }, "additionalProperties": false, @@ -379,7 +379,7 @@ "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" }, "sm": { - "type": "number", + "type": "number.json#/$defs/kilogram", "description": "Use of secondary material (SM) (kg)" }, "rsf": { diff --git a/tests/valid/lifeCycleData/compliance.json b/tests/valid/lifeCycleData/compliance.json index cb2f9d22..e00b8561 100644 --- a/tests/valid/lifeCycleData/compliance.json +++ b/tests/valid/lifeCycleData/compliance.json @@ -204,42 +204,22 @@ "CDPHVOCCompliant": true, "TVOCEmissions14d": 1.1, "SCAQMDVOCLimitsCompliant": "n.v.", - "ChemicalInventoryAfterRecycling": 1.1, - "RenewableMaterialsContent": 1.1, - "IsCompostable": "n.v.", - "Dismantable": true, - "ReversibleRemovalPossible": 1.1, "TSCACompliant": true, "ACTMCompliant": true, "ULEEFCertified": true, "NoNAFAdded": true, "EUEcolabelCertified": true, - "NoRepairRequired": true, - "RepairPossible": true, - "IsRepairableWithLowEffort": true, - "IsRepairableWithHighEffort": true, - "EasyReplaced": true, - "SpareParts": true, - "IncreasedServiceLife": true, - "ReuseAsIs": true, - "ExtendServiceLife": true, - "IsCollectedForUseCase": true, - "IsUpdateable": true, - "IsLeased": true, "AsbestosFree1000ppm": true, "RoHSCompliant": true, "LeadFree100ppm": true, - "MercuryContentMg": 1.1, "MercuryContentPpm": 1.1, "LeadCarbonateSulfateFree": true, "LPCPetalsCompliant": true, "HealthRATECertified": "n.v.", - "PossibleRecyclingContent": 1.1, "PFASFree": true, "ElectroProduct": true, "OrthophtalatesFree": true, "UsedForDrinkingWaterDistribution": true, - "IsWallCovering": true, "ForDrinkingWaterGovernmentApproved": true, "EULCICompliant": true, "ByggvarubedömningenCompliant": "n.v.", @@ -247,13 +227,9 @@ "MaterialHealthCertified": "n.v.", "LCAActionPlanAvailable": true, "GWPReduction": 1.1, - "WaterSenseToilet": true, "WetLeadFree": true, "AsbestFree": true, "PCBFree": true, - "WaterSenseUrinal": true, - "UsedInPublicBuilding": true, - "WaterSensePrivateLavatoryFaucet": true, "ANSIA1901Compliant": true, "ANSIPRG320Compliant": true, "ANSINSF372Complaint": true, @@ -263,17 +239,12 @@ "PS2015Compliant": true, "PS109Compliant": "n.v.", "PS210Compliant": true, - "WaterSenseShowerheads": true, - "ModifiedEnergyFactor": 1.1, - "IntegratedModifiedEnergyFactor": 1.1, - "WaterUsageWashingMachine": true, "IsUsedInWetRooms": true, "ProtectsAgainstMoldGrowth": true, "EN16402Measured": true, "ISO16009Measured": true, "DINEN16516Measured": true, "CDPHMeasured": true, - "IsMDFBoard": true, "EN7171Measured": true, "ISO105809Measured": true, "EN13999Part1To4Measured": true, @@ -284,11 +255,6 @@ "Japan4StarFormaldehydeCompliant": true, "FactoryCoated": true, "InstalledUnderFloorCoverings": true, - "DishwasherWaterConsumption": 1.1, - "IceMachineWaterUse": 1.1, - "IceMachineHarvestRange": 1.1, - "IceMachineEnergyConsumption": 1.1, - "WaterSensePrerinseSprayValve": true, "GB33372AdhesivesCompliant": true, "HJ2537PaintsCompliant": true, "IsSiliconBasedAdhesive": true, @@ -301,9 +267,6 @@ "MaterialIngredientOptimization": true, "IsBagged": true, "PreservativeFree": true, - "CoatingPlant": true, - "SubstancesRequiringLabel": true, - "IsLaminateFloor": true, "EUTimberRegulationCompliance": true, "CARES": true, "ASICertified": true, @@ -313,9 +276,6 @@ "VocRestrictions": true, "MaterialsTransparency": true, "ReusedContent": 1.1, - "RenewableFeedstockSustainablyProduced": 1.1, - "RepurposedFeedstock": 1.1, - "IsSmokedWoodProduct": true, "ETACompliant": true, "UsedOnGreenRoofStructures": true, "AppliedToWood": true, @@ -331,19 +291,6 @@ "CadmiumFree": true, "UsedInFacadeOrRoof": true, "connectionType": "Unknown", - "accessibility": "Unknown", - "intersection": "Unknown", - "productEdge": "Unknown", - "availableForRecycle": 1.1, - "landfill": 1.1, - "incineration": 1.1, - "availableForReuse": 1.1, - "availableForDowncycling": 1.1, - "functionalUnit": "Volume", - "madasterDensity": 1.1, - "fixedHeight": 1.1, - "fixedArea": 1.1, - "lifespan": 1.1, "epdProgramOperator": "IBU", "UBAZincProof": true, "LayingMaterialSpecial": true, @@ -375,13 +322,7 @@ "MecopropFree": true, "ConsistsOfMs": true, "DecorativeLaquer": true, - "ConsistsOfPS": true, - "Leed4IeqEmissionsProofMethod": "Keine Emissionsmessung verfügbar", - "Leed4IeqContentProofMethod": "Kein VOC-Gehalt verfügbar", - "Leed4IeqContentPaintTypes": "Abdichtungsmembranen: 250 g/l (CARB 2007)", - "Leed4IeqContentAdhesiveTypes": "Abdichtung von Schiffsdecks: 760 g/l (SCAQMD Rule 1168)", - "Leed4IeqWoodProofMethod": "Wiederverwendetes Produkt", - "Leed4IeqFurnitureProofMethod": "Natürlich Emissionsfrei" + "ConsistsOfPS": true }, "assessmentResults": { "QNG23": [ From 4850a237f7b7efcc8b22627493eefea5e4f76ba0 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 4 Sep 2025 15:50:42 +0200 Subject: [PATCH 319/362] Describe the meaning of the phase `A1_A3` --- schemas/lifeCycleData.json | 2 +- schemas/opticalData.json | 37 ++++++------------------------------- 2 files changed, 7 insertions(+), 32 deletions(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index a7357a05..28e8cb44 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -280,7 +280,7 @@ "C4", "D" ], - "description": "Life cycle phase id" + "description": "Life cycle phase id. `A1_A3` covers the phases `A1`, `A2` and `A3`." }, "EN15804_2012_04_A1_2013": { "$ref": "#/$defs/EN15804_2012_04_A1_2013", diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 54f330f9..5bfa6848 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -580,11 +580,7 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": [ - "#", - "@", - "" - ] + "enum": ["#", "@", ""] }, "reference": { "type": "boolean" @@ -659,13 +655,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "GEN_BSDF_XML", - "BSDF_XML", - "THMX", - "TOLERANCE", - "OTHER" - ], + "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -878,26 +868,15 @@ "properties": { "opticalDataType": { "type": "string", - "enum": [ - "DISCRETE", - "BAND" - ] + "enum": ["DISCRETE", "BAND"] }, "incidenceAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "BSDF" - ] + "enum": ["DIRECT", "BSDF"] }, "outgoingAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "DIFFUSE", - "DIRECT_DIFFUSE", - "BSDF" - ] + "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] }, "opticalData": { "type": "object", @@ -1085,11 +1064,7 @@ "properties": { "type": { "type": "string", - "enum": [ - "circular", - "square", - "rectangle" - ], + "enum": ["circular", "square", "rectangle"], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { From 9c5ff3268d8cb51607e3406e450f714ef79a17c2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 4 Sep 2025 15:54:16 +0200 Subject: [PATCH 320/362] Decribe the meaning of the `UUID` --- schemas/lifeCycleData.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 28e8cb44..e1c01b40 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -208,6 +208,11 @@ "type": "object", "description": "There can be multiple LCAs per product, each item is one LCA of the product", "properties": { + "UUID": { + "type": "string", + "format": "uuid", + "description": "The universally unique identifier of this life-cycle analysis." + }, "isoCode": { "type": "string", "description": "The 2 letter iso code for the country the EPD is valid in. It is possible that for the same product in different countries different EPDs apply." @@ -228,11 +233,6 @@ "type": "string", "description": "Type of dataset" }, - "UUID": { - "type": "string", - "format": "uuid", - "description": "Universally unique identifier" - }, "registrationNumber": { "type": "string", "description": "Registration number" From 7d56b2937b79e9890f134d86e89a4b3d0929e2b7 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 4 Sep 2025 17:32:29 +0200 Subject: [PATCH 321/362] Fix reference of "sm" to `kilogram` --- schemas/lifeCycleData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index e1c01b40..2ab5b842 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -379,7 +379,7 @@ "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" }, "sm": { - "type": "number.json#/$defs/kilogram", + "$ref": "number.json#/$defs/kilogram", "description": "Use of secondary material (SM) (kg)" }, "rsf": { From c684e55c05f97aec7c6bf7aed7d4863fdc282e91 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 4 Sep 2025 17:37:35 +0200 Subject: [PATCH 322/362] Turn the requirements `Ra` and `Raout-in` into lower camel case. --- schemas/opticalData.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 5bfa6848..624b8c99 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -495,7 +495,7 @@ } }, "additionalProperties": false, - "required": ["Ra"] + "required": ["ra"] }, { "type": "object", @@ -514,7 +514,7 @@ } }, "additionalProperties": false, - "required": ["Raout-in"] + "required": ["raOutIn"] } ] }, From f4ec5e56e7261ff608868daf00cd744f236a5950 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Fri, 5 Sep 2025 14:08:08 +0200 Subject: [PATCH 323/362] Add `approverId` to response approvals --- apis/database.graphql | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 6681e2b9..256c0d67 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -2065,6 +2065,16 @@ interface Approval { place are not compromised). """ message: String! + + """ + Approver identifier issued by the metabase. The approver's meta data can be + obtained by sending the GraphQL query + `query { institution(id: ...) { ... } }` + to the metabase. For data approvals, the approver makes the statement about + the data identified by the query. For response approvals, the approver states + that the message is the response to the query by the present database. + """ + approverId: Uuid! } """ @@ -2147,6 +2157,7 @@ type DataApproval implements Approval { keyFingerprint: String! query: GraphQlQuery! variables: Any! + approverId: Uuid! """ Message that is signed. It is a string representation of the JSON @@ -2168,15 +2179,6 @@ type DataApproval implements Approval { that this approval states that the data conforms to this standard. """ statement: Reference! - - """ - Approver identifier issued by the metabase. The approver's meta data can be - obtained by sending the GraphQL query - `query { institution(id: ...) { ... } }` - to the metabase. The approver makes the statement about the data identified - by the query. - """ - approverId: Uuid! } """ @@ -2190,6 +2192,7 @@ type ResponseApproval implements Approval { keyFingerprint: String! query: GraphQlQuery! variables: Any! + approverId: Uuid! """ Serialized response of the GraphQL query with whitespaces as when the From 97ed204b79e6569105e3e2aaca21b7ada07645a7 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Sat, 6 Sep 2025 11:54:40 +0200 Subject: [PATCH 324/362] Allow the description of `arXiv` to start with a lower-case letter --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f9fc4b9..5a6f0130 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,9 @@ ajv = npx --no-install ajv \ compile : ## Compile schemas -for schema_file_path in ./apis/*.graphql ; do \ - npx --no-install graphql-schema-linter $${schema_file_path} ; \ + npx --no-install graphql-schema-linter \ + --ignore '{"descriptions-are-capitalized": ["Publication.arXiv"]}' \ + $${schema_file_path} ; \ done -for schema_file_path in ${schema_file_paths} ; do \ ${ajv} compile \ From dc15b3c891040ba193bf932a4e9803218c67f835 Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Sat, 6 Sep 2025 19:38:12 +0200 Subject: [PATCH 325/362] Recreate user and group if they already exist --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0d24e0c0..dbdcecfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,10 @@ ARG GID=1000 # see https://medium.com/@mccode/processes-in-containers-should-not-run-as-root-2feae3f0df3b RUN \ userdel --remove node && \ + existing_user_name="$(getent passwd ${UID} 2>/dev/null | cut --delimiter=: --fields=1)" && \ + existing_group_name="$(getent group ${GID} 2>/dev/null | cut --delimiter=: --fields=1)" && \ + if test -n "${existing_user_name}"; then deluser --system "${existing_user_name}"; fi && \ + if test -n "${existing_group_name}"; then delgroup --system "${existing_group_name}"; fi && \ groupadd \ --gid ${GID} \ us && \ From 6174dddd3e75fbe851c6db1c441cb96041bc546e Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Sat, 6 Sep 2025 20:37:58 +0200 Subject: [PATCH 326/362] Update metabase GraphQL schema --- apis/metabase.graphql | 1755 +++++++++++++++++++++++------------------ 1 file changed, 981 insertions(+), 774 deletions(-) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 6721e647..2d218151 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -77,7 +77,7 @@ interface Data { creatorId: Uuid! databaseId: Uuid! description: String - locale: String! + locale: Locale! name: String resources: [GetHttpsResource!]! resourceTree: GetHttpsResourceTree! @@ -91,16 +91,6 @@ interface Node { id: ID! } -interface Reference { - abstract: String - section: String - title: String -} - -interface Stakeholder { - name: String! -} - type AddComponentAssemblyError { code: AddComponentAssemblyErrorCode! message: String! @@ -153,6 +143,18 @@ type AddComponentVariantPayload { variantOfEdge: ComponentVariantOfEdge } +type AddGnuPgKeyFingerprintError { + code: AddGnuPgKeyFingerprintErrorCode! + message: String! + path: [String!]! +} + +type AddGnuPgKeyFingerprintPayload { + errors: [AddGnuPgKeyFingerprintError!] + gnuPgKeyFingerprint: GnuPgKeyFingerprint + query: Query! +} + type AddInstitutionMethodDeveloperError { code: AddInstitutionMethodDeveloperErrorCode! message: String! @@ -204,20 +206,16 @@ type AddUserRolePayload { user: User } -type Application { - canCurrentUserManageApplication: Boolean! @cost(weight: "10") - clientId: String - clientSecret: String - displayName: String - id: Uuid! - institutions: ApplicationInstitutionConnection! @cost(weight: "10") - permissions: [String]! @cost(weight: "10") - postLogoutRedirectUri: String @cost(weight: "10") - redirectUri: String @cost(weight: "10") +type AllowGnuPgKeyFingerprintError { + code: AllowGnuPgKeyFingerprintErrorCode! + message: String! + path: [String!]! } -type ApplicationInstitutionConnection { - edges: [InstitutionApplicationEdge!]! @cost(weight: "10") +type AllowGnuPgKeyFingerprintPayload { + errors: [AllowGnuPgKeyFingerprintError!] + gnuPgKeyFingerprint: GnuPgKeyFingerprint + query: Query! } type AppliedMethod { @@ -227,15 +225,6 @@ type AppliedMethod { sources: [NamedMethodSource!]! } -type Authorization { - canCurrentUserDeleteAuthorization: Boolean! @cost(weight: "10") - creationDate: DateTime - id: Uuid! - status: String - subject: String - type: String -} - type CalorimetricData implements Data { appliedMethod: AppliedMethod! approvals: [DataApproval!]! @@ -248,8 +237,8 @@ type CalorimetricData implements Data { databaseId: Uuid! description: String gValues: [Float!]! - id: String! - locale: String! + id: ID! + locale: Locale! name: String resources: [GetHttpsResource!]! resourceTree: GetHttpsResourceTree! @@ -262,7 +251,7 @@ type CalorimetricData implements Data { type CalorimetricDataConnection { edges: [CalorimetricDataEdge!]! pageInfo: PageInfo! - totalCount: NonNegativeInt + totalCount: NonNegativeInt! } type CalorimetricDataEdge { @@ -315,27 +304,28 @@ type CielabColor { type Component implements Node { abbreviation: String - assembledOf: ComponentAssembledOfConnection! @cost(weight: "10") + assembledOf(where: ComponentAssembledOfFilterInput @cost(weight: "10")): ComponentAssembledOfConnection! @cost(weight: "10") availability: OpenEndedDateTimeRange canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [ComponentCategory!]! - concretizationOf: ComponentConcretizationOfConnection! @cost(weight: "10") + concretizationOf(where: ComponentConcretizationOfFilterInput @cost(weight: "10")): ComponentConcretizationOfConnection! @cost(weight: "10") description: String! - generalizationOf: ComponentGeneralizationOfConnection! @cost(weight: "10") + extras: Any + generalizationOf(where: ComponentGeneralizationOfFilterInput @cost(weight: "10")): ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false): ComponentManufacturerConnection! - @cost(weight: "10") + manufacturers(pending: Boolean! = false where: ComponentManufacturerFilterInput @cost(weight: "10")): ComponentManufacturerConnection! @cost(weight: "10") name: String! - partOf: ComponentPartOfConnection! @cost(weight: "10") + partOf(where: ComponentPartOfFilterInput @cost(weight: "10")): ComponentPartOfConnection! @cost(weight: "10") prime: PrimeSurfaceOrDirection @cost(weight: "10") switchableLayers: DescriptionOrReference uuid: Uuid! @cost(weight: "10") - variantOf: ComponentVariantOfConnection! @cost(weight: "10") + variantOf(where: ComponentVariantOfFilterInput @cost(weight: "10")): ComponentVariantOfConnection! @cost(weight: "10") } type ComponentAssembledOfConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [ComponentAssembledOfEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type ComponentAssembledOfEdge { @@ -349,6 +339,7 @@ type ComponentAssembledOfEdge { type ComponentConcretizationOfConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [ComponentConcretizationOfEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type ComponentConcretizationOfEdge { @@ -359,6 +350,7 @@ type ComponentConcretizationOfEdge { type ComponentGeneralizationOfConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [ComponentGeneralizationOfEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type ComponentGeneralizationOfEdge { @@ -369,6 +361,7 @@ type ComponentGeneralizationOfEdge { type ComponentManufacturerConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [ComponentManufacturerEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type ComponentManufacturerEdge { @@ -380,6 +373,7 @@ type ComponentManufacturerEdge { type ComponentPartOfConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [ComponentPartOfEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type ComponentPartOfEdge { @@ -393,6 +387,7 @@ type ComponentPartOfEdge { type ComponentVariantOfConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [ComponentVariantOfEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type ComponentVariantOfEdge { @@ -494,18 +489,6 @@ type ConfirmUserMethodDeveloperPayload { query: Query! } -type CreateApplicationError { - code: CreateApplicationErrorCode! - message: String! - path: [String!]! -} - -type CreateApplicationPayload { - application: Application - errors: [CreateApplicationError!] - query: Query! -} - type CreateComponentError { code: CreateComponentErrorCode! message: String! @@ -566,6 +549,19 @@ type CreateMethodPayload { query: Query! } +type CreateOpenIdConnectApplicationError { + code: CreateOpenIdConnectApplicationErrorCode! + message: String! + path: [String!]! +} + +type CreateOpenIdConnectApplicationPayload { + application: OpenIdConnectApplication + clientSecret: String + errors: [CreateOpenIdConnectApplicationError!] + query: Query! +} + type CrossDatabaseDataReference { database: Institution @cost(weight: "10") databaseId: Uuid! @@ -578,10 +574,12 @@ type DataApproval { approver: Institution @cost(weight: "10") approverId: Uuid! keyFingerprint: String! + message: String! query: String! - response: String! signature: String! + statement: Reference! timestamp: DateTime! + variables: Any! } type DataFormat implements Node { @@ -620,79 +618,28 @@ type DataFormatsEdge { } type Database implements Node { - allCalorimetricData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - where: CalorimetricDataPropositionInput - ): CalorimetricDataConnection @cost(weight: "10") - allGeometricData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - where: GeometricDataPropositionInput - ): GeometricDataConnection @cost(weight: "10") - allHygrothermalData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - where: HygrothermalDataPropositionInput - ): HygrothermalDataConnection @cost(weight: "10") - allOpticalData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - where: OpticalDataPropositionInput - ): OpticalDataConnection @cost(weight: "10") - allPhotovoltaicData( - after: String - before: String - first: NonNegativeInt - last: NonNegativeInt - locale: String - where: PhotovoltaicDataPropositionInput - ): PhotovoltaicDataConnection @cost(weight: "10") - calorimetricData(id: Uuid!, locale: String): CalorimetricData - @cost(weight: "10") + allCalorimetricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: CalorimetricDataPropositionInput): CalorimetricDataConnection @cost(weight: "10") + allGeometricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: GeometricDataPropositionInput): GeometricDataConnection @cost(weight: "10") + allHygrothermalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: HygrothermalDataPropositionInput): HygrothermalDataConnection @cost(weight: "10") + allOpticalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: OpticalDataPropositionInput): OpticalDataConnection @cost(weight: "10") + allPhotovoltaicData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: PhotovoltaicDataPropositionInput): PhotovoltaicDataConnection @cost(weight: "10") + calorimetricData(id: Uuid! locale: Locale): CalorimetricData @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") canCurrentUserVerifyNode: Boolean! @cost(weight: "10") description: String! - geometricData(id: Uuid!, locale: String): GeometricData @cost(weight: "10") - hasCalorimetricData( - locale: String - where: CalorimetricDataPropositionInput - ): Boolean @cost(weight: "10") - hasGeometricData( - locale: String - where: GeometricDataPropositionInput - ): Boolean @cost(weight: "10") - hasHygrothermalData( - locale: String - where: HygrothermalDataPropositionInput - ): Boolean @cost(weight: "10") - hasOpticalData(locale: String, where: OpticalDataPropositionInput): Boolean - @cost(weight: "10") - hasPhotovoltaicData( - locale: String - where: PhotovoltaicDataPropositionInput - ): Boolean @cost(weight: "10") - hygrothermalData(id: Uuid!, locale: String): HygrothermalData - @cost(weight: "10") + geometricData(id: Uuid! locale: Locale): GeometricData @cost(weight: "10") + hasCalorimetricData(locale: Locale where: CalorimetricDataPropositionInput): Boolean @cost(weight: "10") + hasGeometricData(locale: Locale where: GeometricDataPropositionInput): Boolean @cost(weight: "10") + hasHygrothermalData(locale: Locale where: HygrothermalDataPropositionInput): Boolean @cost(weight: "10") + hasOpticalData(locale: Locale where: OpticalDataPropositionInput): Boolean @cost(weight: "10") + hasPhotovoltaicData(locale: Locale where: PhotovoltaicDataPropositionInput): Boolean @cost(weight: "10") + hygrothermalData(id: Uuid! locale: Locale): HygrothermalData @cost(weight: "10") id: ID! locator: Url! name: String! operator: DatabaseOperatorEdge! @cost(weight: "10") - opticalData(id: Uuid!, locale: String): OpticalData @cost(weight: "10") - photovoltaicData(id: Uuid!, locale: String): PhotovoltaicData - @cost(weight: "10") + opticalData(id: Uuid! locale: Locale): OpticalData @cost(weight: "10") + photovoltaicData(id: Uuid! locale: Locale): PhotovoltaicData @cost(weight: "10") uuid: Uuid! @cost(weight: "10") verificationCode: String! verificationState: DatabaseVerificationState! @@ -720,36 +667,36 @@ type DatabasesEdge { node: Database! } -type DeleteApplicationError { - code: DeleteApplicationErrorCode! +type DeleteInstitutionError { + code: DeleteInstitutionErrorCode! message: String! path: [String!]! } -type DeleteApplicationPayload { - errors: [DeleteApplicationError!] +type DeleteInstitutionPayload { + errors: [DeleteInstitutionError!] query: Query! } -type DeleteAuthorizationError { - code: DeleteAuthorizationErrorCode! +type DeleteOpenIdConnectApplicationError { + code: DeleteOpenIdConnectApplicationErrorCode! message: String! path: [String!]! } -type DeleteAuthorizationPayload { - errors: [DeleteAuthorizationError!] +type DeleteOpenIdConnectApplicationPayload { + errors: [DeleteOpenIdConnectApplicationError!] query: Query! } -type DeleteInstitutionError { - code: DeleteInstitutionErrorCode! +type DeleteOpenIdConnectAuthorizationError { + code: DeleteOpenIdConnectAuthorizationErrorCode! message: String! path: [String!]! } -type DeleteInstitutionPayload { - errors: [DeleteInstitutionError!] +type DeleteOpenIdConnectAuthorizationPayload { + errors: [DeleteOpenIdConnectAuthorizationError!] query: Query! } @@ -815,6 +762,18 @@ type FileMetaInformation { path: [String!]! } +type ForbidGnuPgKeyFingerprintError { + code: ForbidGnuPgKeyFingerprintErrorCode! + message: String! + path: [String!]! +} + +type ForbidGnuPgKeyFingerprintPayload { + errors: [ForbidGnuPgKeyFingerprintError!] + gnuPgKeyFingerprint: GnuPgKeyFingerprint + query: Query! +} + type ForgetUserTwoFactorAuthenticationClientError { code: ForgetUserTwoFactorAuthenticationClientErrorCode! message: String! @@ -865,8 +824,8 @@ type GeometricData implements Data { database: Database @cost(weight: "10") databaseId: Uuid! description: String - id: String! - locale: String! + id: ID! + locale: Locale! name: String resources: [GetHttpsResource!]! resourceTree: GetHttpsResourceTree! @@ -879,7 +838,7 @@ type GeometricData implements Data { type GeometricDataConnection { edges: [GeometricDataEdge!]! pageInfo: PageInfo! - totalCount: NonNegativeInt + totalCount: NonNegativeInt! } type GeometricDataEdge { @@ -891,7 +850,7 @@ type GetHttpsResource { archivedFilesMetaInformation: [FileMetaInformation!]! dataFormat: DataFormat @cost(weight: "10") dataFormatId: Uuid! - description: String! + description: String hashValue: String! locator: Url! } @@ -913,6 +872,47 @@ type GetHttpsResourceTreeRoot { vertexId: String! } +type GnuPgKeyFingerprint implements Node { + allowedAt: DateTime + canCurrentUserAllowNode: Boolean! @cost(weight: "10") + canCurrentUserForbidNode: Boolean! @cost(weight: "10") + createdAt: DateTime! + fingerprint: String! + forbiddenAt: DateTime + id: ID! + institution: GnuPgKeyFingerprintInstitutionEdge! @cost(weight: "10") + isAllowed: Boolean! + isForbidden: Boolean! + user: GnuPgKeyFingerprintUserEdge! @cost(weight: "10") + uuid: Uuid! @cost(weight: "10") +} + +type GnuPgKeyFingerprintInstitutionEdge { + node: Institution! @cost(weight: "10") +} + +type GnuPgKeyFingerprintUserEdge { + node: User! @cost(weight: "10") +} + +"A connection to a list of items." +type GnuPgKeyFingerprintsConnection { + "A list of edges." + edges: [GnuPgKeyFingerprintsEdge!] + "Information to aid in pagination." + pageInfo: PageInfo! + "Identifies the total count of items in the connection." + totalCount: Int! @cost(weight: "10") +} + +"An edge in a connection." +type GnuPgKeyFingerprintsEdge { + "A cursor for use in pagination." + cursor: String! + "The item at the end of the edge." + node: GnuPgKeyFingerprint! +} + type HygrothermalData implements Data { appliedMethod: AppliedMethod! approvals: [DataApproval!]! @@ -924,8 +924,8 @@ type HygrothermalData implements Data { database: Database @cost(weight: "10") databaseId: Uuid! description: String - id: String! - locale: String! + id: ID! + locale: Locale! name: String resources: [GetHttpsResource!]! resourceTree: GetHttpsResourceTree! @@ -937,7 +937,7 @@ type HygrothermalData implements Data { type HygrothermalDataConnection { edges: [HygrothermalDataEdge!]! pageInfo: PageInfo! - totalCount: NonNegativeInt + totalCount: NonNegativeInt! } type HygrothermalDataEdge { @@ -945,58 +945,57 @@ type HygrothermalDataEdge { node: HygrothermalData! } -type Institution implements Node & Stakeholder { +type Institution implements Node { abbreviation: String - applications: InstitutionApplicationConnection! @cost(weight: "10") canCurrentUserDeleteNode: Boolean! @cost(weight: "10") canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! - developedMethods( - pending: Boolean! = false - ): InstitutionDevelopedMethodConnection! @cost(weight: "10") + developedMethods(pending: Boolean! = false where: InstitutionMethodDeveloperFilterInput @cost(weight: "10")): InstitutionDevelopedMethodConnection! @cost(weight: "10") + extras: Any + gnuPgKeyFingerprints(where: InstitutionGnuPgKeyFingerprintFilterInput @cost(weight: "10")): InstitutionGnuPgKeyFingerprintConnection! @cost(weight: "10") + hasGnuPgKeyFingerprint(where: InstitutionGnuPgKeyFingerprintFilterInput @cost(weight: "10")): Boolean! @cost(weight: "10") id: ID! - managedDataFormats: InstitutionManagedDataFormatConnection! - @cost(weight: "10") - managedInstitutions: InstitutionManagedInstitutionConnection! - @cost(weight: "10") - managedMethods: InstitutionManagedMethodConnection! @cost(weight: "10") + managedDataFormats(where: InstitutionManagedDataFormatFilterInput @cost(weight: "10")): InstitutionManagedDataFormatConnection! @cost(weight: "10") + managedInstitutions(where: InstitutionManagedInstitutionFilterInput @cost(weight: "10")): InstitutionManagedInstitutionConnection! @cost(weight: "10") + managedMethods(where: InstitutionManagedMethodFilterInput @cost(weight: "10")): InstitutionManagedMethodConnection! @cost(weight: "10") manager: InstitutionManagerEdge @cost(weight: "10") - manufacturedComponents( - pending: Boolean! = false - ): InstitutionManufacturedComponentConnection! @cost(weight: "10") + manufacturedComponents(pending: Boolean! = false where: InstitutionManufacturedComponentFilterInput @cost(weight: "10")): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! - operatedDatabases: InstitutionOperatedDatabaseConnection! @cost(weight: "10") + openIdConnectApplications(where: InstitutionOwnedOpenIdConnectApplicationFilterInput @cost(weight: "10")): InstitutionOwnedOpenIdConnectApplicationConnection! @cost(weight: "10") + operatedDatabases(where: InstitutionOperatedDatabaseFilterInput @cost(weight: "10")): InstitutionOperatedDatabaseConnection! @cost(weight: "10") operatingState: InstitutionOperatingState! publicKey: String - representatives( - pending: Boolean! = false - ): InstitutionRepresentativeConnection! @cost(weight: "10") + representatives(pending: Boolean! = false where: InstitutionRepresentativeFilterInput @cost(weight: "10")): InstitutionRepresentativeConnection! @cost(weight: "10") state: InstitutionState! uuid: Uuid! @cost(weight: "10") websiteLocator: Url } -type InstitutionApplicationConnection { - edges: [InstitutionApplicationEdge!]! @cost(weight: "10") -} - -type InstitutionApplicationEdge { - node: Institution! @cost(weight: "10") -} - type InstitutionDevelopedMethodConnection { canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") edges: [InstitutionDevelopedMethodEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionDevelopedMethodEdge { node: Method! @cost(weight: "10") } +type InstitutionGnuPgKeyFingerprintConnection { + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + edges: [InstitutionGnuPgKeyFingerprintEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") +} + +type InstitutionGnuPgKeyFingerprintEdge { + node: GnuPgKeyFingerprint! +} + type InstitutionManagedDataFormatConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [InstitutionManagedDataFormatEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionManagedDataFormatEdge { @@ -1006,6 +1005,7 @@ type InstitutionManagedDataFormatEdge { type InstitutionManagedInstitutionConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [InstitutionManagedInstitutionEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionManagedInstitutionEdge { @@ -1015,6 +1015,7 @@ type InstitutionManagedInstitutionEdge { type InstitutionManagedMethodConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [InstitutionManagedMethodEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionManagedMethodEdge { @@ -1029,6 +1030,7 @@ type InstitutionManufacturedComponentConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") edges: [InstitutionManufacturedComponentEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionManufacturedComponentEdge { @@ -1044,15 +1046,29 @@ type InstitutionMethodDeveloperEdge { type InstitutionOperatedDatabaseConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [InstitutionOperatedDatabaseEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionOperatedDatabaseEdge { node: Database! } +type InstitutionOwnedOpenIdConnectApplicationConnection { + canCurrentUserAddEdge: Boolean! @cost(weight: "10") + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + edges: [InstitutionOwnedOpenIdConnectApplicationEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") +} + +type InstitutionOwnedOpenIdConnectApplicationEdge { + canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") + node: OpenIdConnectApplication! +} + type InstitutionRepresentativeConnection { canCurrentUserAddEdge: Boolean! @cost(weight: "10") edges: [InstitutionRepresentativeEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type InstitutionRepresentativeEdge { @@ -1133,8 +1149,7 @@ type Method implements Node { canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [MethodCategory!]! description: String! - developers(pending: Boolean! = false): MethodDeveloperConnection! - @cost(weight: "10") + developers(pending: Boolean! = false where: IMethodDeveloperFilterInput @cost(weight: "10")): MethodDeveloperConnection! @cost(weight: "10") id: ID! manager: MethodManagerEdge! @cost(weight: "10") name: String! @@ -1147,6 +1162,7 @@ type MethodDeveloperConnection { canCurrentUserAddInstitutionEdge: Boolean! @cost(weight: "10") canCurrentUserAddUserEdge: Boolean! @cost(weight: "10") edges: [MethodDeveloperEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type MethodDeveloperEdge { @@ -1178,241 +1194,75 @@ type MethodsEdge { } type Mutation { - addComponentAssembly( - input: AddComponentAssemblyInput! - ): AddComponentAssemblyPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addComponentGeneralization( - input: AddComponentGeneralizationInput! - ): AddComponentGeneralizationPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addComponentManufacturer( - input: AddComponentManufacturerInput! - ): AddComponentManufacturerPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addComponentVariant( - input: AddComponentVariantInput! - ): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionMethodDeveloper( - input: AddInstitutionMethodDeveloperInput! - ): AddInstitutionMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addInstitutionRepresentative( - input: AddInstitutionRepresentativeInput! - ): AddInstitutionRepresentativePayload! - @authorize(policy: "Write") - @cost(weight: "10") - addUserMethodDeveloper( - input: AddUserMethodDeveloperInput! - ): AddUserMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - addUserRole(input: AddUserRoleInput!): AddUserRolePayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - changeInstitutionRepresentativeRole( - input: ChangeInstitutionRepresentativeRoleInput! - ): ChangeInstitutionRepresentativeRolePayload! - @authorize(policy: "Write") - @cost(weight: "10") - changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - changeUserPassword( - input: ChangeUserPasswordInput! - ): ChangeUserPasswordPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - confirmComponentManufacturer( - input: ConfirmComponentManufacturerInput! - ): ConfirmComponentManufacturerPayload! - @authorize(policy: "Write") - @cost(weight: "10") - confirmInstitutionMethodDeveloper( - input: ConfirmInstitutionMethodDeveloperInput! - ): ConfirmInstitutionMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - confirmInstitutionRepresentative( - input: ConfirmInstitutionRepresentativeInput! - ): ConfirmInstitutionRepresentativePayload! - @authorize(policy: "Write") - @cost(weight: "10") - confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! - @cost(weight: "10") - confirmUserEmailChange( - input: ConfirmUserEmailChangeInput! - ): ConfirmUserEmailChangePayload! @cost(weight: "10") - confirmUserMethodDeveloper( - input: ConfirmUserMethodDeveloperInput! - ): ConfirmUserMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createApplication(input: CreateApplicationInput!): CreateApplicationPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createComponent(input: CreateComponentInput!): CreateComponentPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! - @authorize(policy: "Write") - @cost(weight: "10") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") - createMethod(input: CreateMethodInput!): CreateMethodPayload! - @authorize(policy: "Write") - @cost(weight: "10") - deleteApplication(input: DeleteApplicationInput!): DeleteApplicationPayload! - @authorize(policy: "Write") - @cost(weight: "10") - deleteAuthorization( - input: DeleteAuthorizationInput! - ): DeleteAuthorizationPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") - deletePersonalUserData( - input: DeletePersonalUserDataInput! - ): DeletePersonalUserDataPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - deleteUser(input: DeleteUserInput!): DeleteUserPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - enableUserTwoFactorAuthenticator( - input: EnableUserTwoFactorAuthenticatorInput! - ): EnableUserTwoFactorAuthenticatorPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") + addComponentAssembly(input: AddComponentAssemblyInput!): AddComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentGeneralization(input: AddComponentGeneralizationInput!): AddComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentManufacturer(input: AddComponentManufacturerInput!): AddComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + addComponentVariant(input: AddComponentVariantInput!): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + addGnuPgKeyFingerprint(input: GnuPgKeyFingerprintInput!): AddGnuPgKeyFingerprintPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionMethodDeveloper(input: AddInstitutionMethodDeveloperInput!): AddInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + addInstitutionRepresentative(input: AddInstitutionRepresentativeInput!): AddInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + addUserMethodDeveloper(input: AddUserMethodDeveloperInput!): AddUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + addUserRole(input: AddUserRoleInput!): AddUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") + allowGnuPgKeyFingerprint(input: AllowGnuPgKeyFingerprintInput!): AllowGnuPgKeyFingerprintPayload! @authorize(policy: "Write") @cost(weight: "10") + changeInstitutionRepresentativeRole(input: ChangeInstitutionRepresentativeRoleInput!): ChangeInstitutionRepresentativeRolePayload! @authorize(policy: "Write") @cost(weight: "10") + changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + changeUserPassword(input: ChangeUserPasswordInput!): ChangeUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + confirmComponentManufacturer(input: ConfirmComponentManufacturerInput!): ConfirmComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + confirmInstitutionMethodDeveloper(input: ConfirmInstitutionMethodDeveloperInput!): ConfirmInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + confirmInstitutionRepresentative(input: ConfirmInstitutionRepresentativeInput!): ConfirmInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! @cost(weight: "10") + confirmUserEmailChange(input: ConfirmUserEmailChangeInput!): ConfirmUserEmailChangePayload! @cost(weight: "10") + confirmUserMethodDeveloper(input: ConfirmUserMethodDeveloperInput!): ConfirmUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + createComponent(input: CreateComponentInput!): CreateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") + createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") + createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + createMethod(input: CreateMethodInput!): CreateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") + createOpenIdConnectApplication(input: CreateOpenIdConnectApplicationInput!): CreateOpenIdConnectApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteOpenIdConnectApplication(input: DeleteOpenIdConnectApplicationInput!): DeleteOpenIdConnectApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") + deleteOpenIdConnectAuthorization(input: DeleteOpenIdConnectAuthorizationInput!): DeleteOpenIdConnectAuthorizationPayload! @authorize(policy: "Write") @cost(weight: "10") + deletePersonalUserData(input: DeletePersonalUserDataInput!): DeletePersonalUserDataPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + deleteUser(input: DeleteUserInput!): DeleteUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + enableUserTwoFactorAuthenticator(input: EnableUserTwoFactorAuthenticatorInput!): EnableUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + forbidGnuPgKeyFingerprint(input: ForbidGnuPgKeyFingerprintInput!): ForbidGnuPgKeyFingerprintPayload! @authorize(policy: "Write") @cost(weight: "10") + forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! @authorize(policy: "ManageUser") @cost(weight: "10") loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") - loginUserWithRecoveryCode( - input: LoginUserWithRecoveryCodeInput! - ): LoginUserWithRecoveryCodePayload! @cost(weight: "10") - loginUserWithTwoFactorCode( - input: LoginUserWithTwoFactorCodeInput! - ): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") - logoutUser: LogoutUserPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - registerUser(input: RegisterUserInput!): RegisterUserPayload! - @cost(weight: "10") - removeComponentAssembly( - input: RemoveComponentAssemblyInput! - ): RemoveComponentAssemblyPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeComponentGeneralization( - input: RemoveComponentGeneralizationInput! - ): RemoveComponentGeneralizationPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeComponentManufacturer( - input: RemoveComponentManufacturerInput! - ): RemoveComponentManufacturerPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeComponentVariant( - input: RemoveComponentVariantInput! - ): RemoveComponentVariantPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeInstitutionMethodDeveloper( - input: RemoveInstitutionMethodDeveloperInput! - ): RemoveInstitutionMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeInstitutionRepresentative( - input: RemoveInstitutionRepresentativeInput! - ): RemoveInstitutionRepresentativePayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeUserMethodDeveloper( - input: RemoveUserMethodDeveloperInput! - ): RemoveUserMethodDeveloperPayload! - @authorize(policy: "Write") - @cost(weight: "10") - removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - requestUserPasswordReset( - input: RequestUserPasswordResetInput! - ): RequestUserPasswordResetPayload! @cost(weight: "10") - resendUserEmailConfirmation( - input: ResendUserEmailConfirmationInput! - ): ResendUserEmailConfirmationPayload! @cost(weight: "10") - resendUserEmailVerification: ResendUserEmailVerificationPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! - @cost(weight: "10") - resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - revokeToken(input: RevokeTokenInput!): RevokeTokenPayload! - @authorize(policy: "Write") - @cost(weight: "10") - setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - setUserPhoneNumber( - input: SetUserPhoneNumberInput! - ): SetUserPhoneNumberPayload! - @authorize(policy: "ManageUser") - @cost(weight: "10") - switchInstitutionOperatingState( - input: SwitchInstitutionOperatingStateInput! - ): SwitchInstitutionOperatingStatePayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateApplication(input: UpdateApplicationInput!): UpdateApplicationPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateComponentAssembly( - input: UpdateComponentAssemblyInput! - ): UpdateComponentAssemblyPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") - updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! - @authorize(policy: "Write") - @cost(weight: "10") - verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! - @authorize(policy: "Write") - @cost(weight: "10") - verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! - @authorize(policy: "Write") - @cost(weight: "10") + loginUserWithRecoveryCode(input: LoginUserWithRecoveryCodeInput!): LoginUserWithRecoveryCodePayload! @cost(weight: "10") + loginUserWithTwoFactorCode(input: LoginUserWithTwoFactorCodeInput!): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") + logoutUser: LogoutUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + registerUser(input: RegisterUserInput!): RegisterUserPayload! @cost(weight: "10") + removeComponentAssembly(input: RemoveComponentAssemblyInput!): RemoveComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentGeneralization(input: RemoveComponentGeneralizationInput!): RemoveComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentManufacturer(input: RemoveComponentManufacturerInput!): RemoveComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") + removeComponentVariant(input: RemoveComponentVariantInput!): RemoveComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + removeInstitutionMethodDeveloper(input: RemoveInstitutionMethodDeveloperInput!): RemoveInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + removeInstitutionRepresentative(input: RemoveInstitutionRepresentativeInput!): RemoveInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") + removeUserMethodDeveloper(input: RemoveUserMethodDeveloperInput!): RemoveUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") + removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") + requestUserPasswordReset(input: RequestUserPasswordResetInput!): RequestUserPasswordResetPayload! @cost(weight: "10") + resendUserEmailConfirmation(input: ResendUserEmailConfirmationInput!): ResendUserEmailConfirmationPayload! @cost(weight: "10") + resendUserEmailVerification: ResendUserEmailVerificationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! @cost(weight: "10") + resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + revokeOpenIdConnectToken(input: RevokeOpenIdConnectTokenInput!): RevokeOpenIdConnectTokenPayload! @authorize(policy: "Write") @cost(weight: "10") + setComponentExtras(input: SetComponentExtrasInput!): SetComponentExtrasPayload! @authorize(policy: "Write") @cost(weight: "10") + setInstitutionExtras(input: SetInstitutionExtrasInput!): SetInstitutionExtrasPayload! @authorize(policy: "Write") @cost(weight: "10") + setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + setUserPhoneNumber(input: SetUserPhoneNumberInput!): SetUserPhoneNumberPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + switchInstitutionOperatingState(input: SwitchInstitutionOperatingStateInput!): SwitchInstitutionOperatingStatePayload! @authorize(policy: "Write") @cost(weight: "10") + updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") + updateComponentAssembly(input: UpdateComponentAssemblyInput!): UpdateComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") + updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") + updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") + updateOpenIdConnectApplication(input: UpdateOpenIdConnectApplicationInput!): UpdateOpenIdConnectApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") + verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") + verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") } type NamedMethodArgument { @@ -1436,6 +1286,99 @@ type OpenEndedDateTimeRange { to: DateTime @cost(weight: "10") } +type OpenIdConnectApplication implements Node { + applicationType: String + authorizations: OpenIdConnectApplicationAuthorizationConnection! @cost(weight: "10") + canCurrentUserManageNode: Boolean! @cost(weight: "10") + clientId: String! @cost(weight: "10") + clientType: String + consentType: OpenIdConnectConsentType! @cost(weight: "10") + displayName: String + endpoints: [OpenIdConnectEndpoint!]! @cost(weight: "10") + grantTypes: [OpenIdConnectGrantType!]! @cost(weight: "10") + id: ID! + owner: OpenIdConnectApplicationOwnerEdge! @cost(weight: "10") + postLogoutRedirectUri: Url @cost(weight: "10") + redirectUri: Url @cost(weight: "10") + requirements: [OpenIdConnectRequirement!]! @cost(weight: "10") + responseTypes: [OpenIdConnectResponseType!]! @cost(weight: "10") + scopes: [OpenIdConnectScope!]! @cost(weight: "10") + tokens: OpenIdConnectApplicationTokenConnection! @cost(weight: "10") + uuid: Uuid! @cost(weight: "10") + version: NonNegativeInt! +} + +type OpenIdConnectApplicationAuthorizationConnection { + edges: [OpenIdConnectApplicationAuthorizationEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") +} + +type OpenIdConnectApplicationAuthorizationEdge { + node: OpenIdConnectAuthorization! +} + +type OpenIdConnectApplicationOwnerEdge { + node: Institution! @cost(weight: "10") +} + +type OpenIdConnectApplicationTokenConnection { + edges: [OpenIdConnectApplicationTokenEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") +} + +type OpenIdConnectApplicationTokenEdge { + node: OpenIdConnectToken! +} + +type OpenIdConnectAuthorization implements Node { + application: OpenIdConnectAuthorizationApplicationEdge! @cost(weight: "10") + canCurrentUserDeleteNode: Boolean! @cost(weight: "10") + creationDate: DateTime + id: ID! + status: String + subject: String + tokens: OpenIdConnectAuthorizationTokenConnection! @cost(weight: "10") + type: String + uuid: Uuid! @cost(weight: "10") + version: NonNegativeInt! +} + +type OpenIdConnectAuthorizationApplicationEdge { + node: OpenIdConnectApplication! +} + +type OpenIdConnectAuthorizationTokenConnection { + edges: [OpenIdConnectAuthorizationTokenEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") +} + +type OpenIdConnectAuthorizationTokenEdge { + node: OpenIdConnectToken! +} + +type OpenIdConnectToken implements Node { + application: OpenIdConnectTokenApplicationEdge! @cost(weight: "10") + authorization: OpenIdConnectTokenAuthorizationEdge! @cost(weight: "10") + canCurrentUserRevokeNode: Boolean! @cost(weight: "10") + creationDate: DateTime + expirationDate: DateTime + id: ID! + redemptionDate: DateTime + status: String + subject: String + type: String + uuid: Uuid! @cost(weight: "10") + version: NonNegativeInt! +} + +type OpenIdConnectTokenApplicationEdge { + node: OpenIdConnectApplication! +} + +type OpenIdConnectTokenAuthorizationEdge { + node: OpenIdConnectAuthorization! +} + type OpticalData implements Data { appliedMethod: AppliedMethod! approvals: [DataApproval!]! @@ -1450,9 +1393,9 @@ type OpticalData implements Data { database: Database @cost(weight: "10") databaseId: Uuid! description: String - id: String! + id: ID! infraredEmittances: [Float!]! - locale: String! + locale: Locale! name: String nearnormalHemisphericalSolarReflectances: [Float!]! nearnormalHemisphericalSolarTransmittances: [Float!]! @@ -1470,7 +1413,7 @@ type OpticalData implements Data { type OpticalDataConnection { edges: [OpticalDataEdge!]! pageInfo: PageInfo! - totalCount: NonNegativeInt + totalCount: NonNegativeInt! } type OpticalDataEdge { @@ -1537,8 +1480,8 @@ type PhotovoltaicData implements Data { database: Database @cost(weight: "10") databaseId: Uuid! description: String - id: String! - locale: String! + id: ID! + locale: Locale! name: String resources: [GetHttpsResource!]! resourceTree: GetHttpsResourceTree! @@ -1550,7 +1493,7 @@ type PhotovoltaicData implements Data { type PhotovoltaicDataConnection { edges: [PhotovoltaicDataEdge!]! pageInfo: PageInfo! - totalCount: NonNegativeInt + totalCount: NonNegativeInt! } type PhotovoltaicDataEdge { @@ -1563,7 +1506,7 @@ type PrimeSurfaceOrDirection { surface: DescriptionOrReference } -type Publication implements Reference { +type Publication { abstract: String "The website arXiv.org is a free and open-access archive for publications. The arXiv identifier can be used to define a publication." arXiv: String @@ -1580,197 +1523,33 @@ type Publication implements Reference { } type Query { - application(applicationId: Uuid!): Application - @authorize(policy: "Read") - @cost(weight: "10") - applications: [Application!]! @authorize(policy: "Read") @cost(weight: "10") - authorization(authorizationId: Uuid!): Authorization - @authorize(policy: "Read") - @cost(weight: "10") - authorizations: [Authorization!]! - @authorize(policy: "Read") - @cost(weight: "10") - authorizationsByApplicationId(applicationId: Uuid!): [Authorization!]! - @authorize(policy: "Read") - @cost(weight: "10") - component(uuid: Uuid!): Component @cost(weight: "10") - components( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [ComponentSortInput!] @cost(weight: "10") - where: ComponentFilterInput @cost(weight: "10") - ): ComponentsConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") + component(id: Uuid!): Component @cost(weight: "10") + components("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [ComponentSortInput!] @cost(weight: "10") where: ComponentFilterInput @cost(weight: "10")): ComponentsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") currentUser: User @cost(weight: "10") - database(uuid: Uuid!): Database @cost(weight: "10") - databases( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DatabaseSortInput!] @cost(weight: "10") - where: DatabaseFilterInput @cost(weight: "10") - ): DatabasesConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") - dataFormat(uuid: Uuid!): DataFormat @cost(weight: "10") - dataFormats( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DataFormatSortInput!] @cost(weight: "10") - where: DataFormatFilterInput @cost(weight: "10") - ): DataFormatsConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") - institution(uuid: Uuid!): Institution @cost(weight: "10") - institutions( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [InstitutionSortInput!] @cost(weight: "10") - where: InstitutionFilterInput @cost(weight: "10") - ): InstitutionsConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") - method(uuid: Uuid!): Method @cost(weight: "10") - methods( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [MethodSortInput!] @cost(weight: "10") - where: MethodFilterInput @cost(weight: "10") - ): MethodsConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") + database(id: Uuid!): Database @cost(weight: "10") + databases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): DatabasesConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + dataFormat(id: Uuid!): DataFormat @cost(weight: "10") + dataFormats("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DataFormatSortInput!] @cost(weight: "10") where: DataFormatFilterInput @cost(weight: "10")): DataFormatsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + gnuPgKeyFingerprint(fingerprint: String!): GnuPgKeyFingerprint @cost(weight: "10") + gnuPgKeyFingerprints("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [GnuPgKeyFingerprintSortInput!] @cost(weight: "10") where: GnuPgKeyFingerprintFilterInput @cost(weight: "10")): GnuPgKeyFingerprintsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + institution(id: Uuid!): Institution @cost(weight: "10") + institutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): InstitutionsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + method(id: Uuid!): Method @cost(weight: "10") + methods("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [MethodSortInput!] @cost(weight: "10") where: MethodFilterInput @cost(weight: "10")): MethodsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") "Fetches an object given its ID." node("ID of the object." id: ID!): Node @cost(weight: "10") "Lookup nodes by a list of IDs." nodes("The list of node IDs." ids: [ID!]!): [Node]! @cost(weight: "10") - pendingDatabases( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [DatabaseSortInput!] @cost(weight: "10") - where: DatabaseFilterInput @cost(weight: "10") - ): PendingDatabasesConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") - pendingInstitutions( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [InstitutionSortInput!] @cost(weight: "10") - where: InstitutionFilterInput @cost(weight: "10") - ): PendingInstitutionsConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") - scope(scopeId: Uuid!): Scope @authorize(policy: "Read") @cost(weight: "10") - scopes: [Scope!]! @authorize(policy: "Read") @cost(weight: "10") - token(tokenId: Uuid!): Token @authorize(policy: "Read") @cost(weight: "10") - tokens: [Token!]! @authorize(policy: "Read") @cost(weight: "10") - tokensByApplicationId(applicationId: Uuid!): [Token!]! - @authorize(policy: "Read") - @cost(weight: "10") - user(uuid: Uuid!): User @cost(weight: "10") - users( - "Returns the elements in the list that come after the specified cursor." - after: String - "Returns the elements in the list that come before the specified cursor." - before: String - "Returns the first _n_ elements from the list." - first: Int - "Returns the last _n_ elements from the list." - last: Int - order: [UserSortInput!] @cost(weight: "10") - where: UserFilterInput @cost(weight: "10") - ): UsersConnection - @listSize( - assumedSize: 100 - slicingArguments: ["first", "last"] - slicingArgumentDefaultValue: 100 - sizedFields: ["edges", "nodes"] - requireOneSlicingArgument: false - ) - @cost(weight: "10") + openIdConnectApplication(id: Uuid!): OpenIdConnectApplication @authorize(policy: "Read") @cost(weight: "10") + openIdConnectApplications: [OpenIdConnectApplication!]! @authorize(policy: "Read") @cost(weight: "10") + openIdConnectAuthorization(id: Uuid!): OpenIdConnectAuthorization @authorize(policy: "Read") @cost(weight: "10") + openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! @authorize(policy: "Read") @cost(weight: "10") + openIdConnectToken(id: Uuid!): OpenIdConnectToken @authorize(policy: "Read") @cost(weight: "10") + openIdConnectTokens: [OpenIdConnectToken!]! @authorize(policy: "Read") @cost(weight: "10") + pendingDatabases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): PendingDatabasesConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + pendingInstitutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): PendingInstitutionsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + user(id: Uuid!): User @cost(weight: "10") + users("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [UserSortInput!] @cost(weight: "10") where: UserFilterInput @cost(weight: "10")): UsersConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") } type RegisterUserError { @@ -1947,28 +1726,46 @@ type ResetUserTwoFactorAuthenticatorPayload { type ResponseApproval { keyFingerprint: String! + message: String! query: String! - response: String! signature: String! timestamp: DateTime! + variables: Any! } -type RevokeTokenError { - code: RevokeTokenErrorCode! +type RevokeOpenIdConnectTokenError { + code: RevokeOpenIdConnectTokenErrorCode! message: String! path: [String!]! } -type RevokeTokenPayload { - errors: [RevokeTokenError!] +type RevokeOpenIdConnectTokenPayload { + errors: [RevokeOpenIdConnectTokenError!] query: Query! } -type Scope { - description: String - displayName: String - id: Uuid! - name: String! @cost(weight: "10") +type SetComponentExtrasError { + code: SetComponentExtrasErrorCode! + message: String! + path: [String!]! +} + +type SetComponentExtrasPayload { + component: Component + errors: [SetComponentExtrasError!] + query: Query! +} + +type SetInstitutionExtrasError { + code: SetInstitutionExtrasErrorCode! + message: String! + path: [String!]! +} + +type SetInstitutionExtrasPayload { + errors: [SetInstitutionExtrasError!] + institution: Institution + query: Query! } type SetUserPasswordError { @@ -1996,7 +1793,7 @@ type SetUserPhoneNumberPayload { } "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." -type Standard implements Reference { +type Standard { abstract: String locator: Url numeration: Numeration! @@ -2027,17 +1824,6 @@ type ToTreeVertexAppliedConversionMethod { sourceName: String! } -type Token { - canCurrentUserRevokeToken: Boolean! @cost(weight: "10") - creationDate: DateTime - expirationDate: DateTime - id: Uuid! - redemptionDate: DateTime - status: String - subject: String - type: String -} - type TwoFactorAuthentication { hasAuthenticator: Boolean! isEnabled: Boolean! @@ -2045,18 +1831,6 @@ type TwoFactorAuthentication { recoveryCodesLeftCount: Int! } -type UpdateApplicationError { - code: UpdateApplicationErrorCode! - message: String! - path: [String!]! -} - -type UpdateApplicationPayload { - application: Application - errors: [UpdateApplicationError!] - query: Query! -} - type UpdateComponentAssemblyError { code: UpdateComponentAssemblyErrorCode! message: String! @@ -2130,13 +1904,26 @@ type UpdateMethodPayload { query: Query! } -type User implements Node & Stakeholder { - canCurrentUserAddApplications: Boolean! @cost(weight: "10") +type UpdateOpenIdConnectApplicationError { + code: UpdateOpenIdConnectApplicationErrorCode! + message: String! + path: [String!]! +} + +type UpdateOpenIdConnectApplicationPayload { + application: OpenIdConnectApplication + errors: [UpdateOpenIdConnectApplicationError!] + query: Query! +} + +type User implements Node { + canCurrentUserAddApprovals: Boolean! @cost(weight: "10") canCurrentUserDeleteUser: Boolean! @cost(weight: "10") - canCurrentUserViewApplications: Boolean! @cost(weight: "10") - developedMethods(pending: Boolean! = false): UserDevelopedMethodConnection! - @cost(weight: "10") + canCurrentUserManageOpenIdConnect: Boolean! @cost(weight: "10") + developedMethods(pending: Boolean! = false where: UserDevelopedMethodFilterInput @cost(weight: "10")): UserDevelopedMethodConnection! @cost(weight: "10") email: String @cost(weight: "10") + gnuPgKeyFingerprints(where: UserGnuPgKeyFingerprintFilterInput @cost(weight: "10")): UserGnuPgKeyFingerprintConnection! @cost(weight: "10") + hasGnuPgKeyFingerprint(where: UserGnuPgKeyFingerprintFilterInput @cost(weight: "10")): Boolean! @cost(weight: "10") hasPassword: Boolean @cost(weight: "10") id: ID! isEmailConfirmed: Boolean @cost(weight: "10") @@ -2145,9 +1932,7 @@ type User implements Node & Stakeholder { name: String! @cost(weight: "10") phoneNumber: String @cost(weight: "10") postalAddress: String @cost(weight: "10") - representedInstitutions( - pending: Boolean! = false - ): UserRepresentedInstitutionConnection! @cost(weight: "10") + representedInstitutions(pending: Boolean! = false where: UserRepresentedInstitutionFilterInput @cost(weight: "10")): UserRepresentedInstitutionConnection! @cost(weight: "10") roles: [UserRole!] @cost(weight: "10") rolesCurrentUserCanAdd: [UserRole!]! @cost(weight: "10") rolesCurrentUserCanRemove: [UserRole!]! @cost(weight: "10") @@ -2159,12 +1944,22 @@ type User implements Node & Stakeholder { type UserDevelopedMethodConnection { canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") edges: [UserDevelopedMethodEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type UserDevelopedMethodEdge { node: Method! @cost(weight: "10") } +type UserGnuPgKeyFingerprintConnection { + edges: [UserGnuPgKeyFingerprintEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") +} + +type UserGnuPgKeyFingerprintEdge { + node: GnuPgKeyFingerprint! +} + type UserMethodDeveloperEdge { canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") canCurrentUserRemoveEdge: Boolean! @cost(weight: "10") @@ -2174,6 +1969,7 @@ type UserMethodDeveloperEdge { type UserRepresentedInstitutionConnection { canCurrentUserConfirmEdge: Boolean! @cost(weight: "10") edges: [UserRepresentedInstitutionEdge!]! @cost(weight: "10") + totalCount: NonNegativeInt! @cost(weight: "10") } type UserRepresentedInstitutionEdge { @@ -2223,6 +2019,10 @@ type VerifyInstitutionPayload { query: Query! } +union Reference = Publication | Standard + +union Stakeholder = Institution | User + input AddComponentAssemblyInput { assembledComponentId: Uuid! index: Byte @@ -2266,6 +2066,10 @@ input AddUserRoleInput { userId: Uuid! } +input AllowGnuPgKeyFingerprintInput { + fingerprint: String! +} + input BooleanOperationFilterInput { equalTo: Boolean @cost(weight: "10") notEqualTo: Boolean @cost(weight: "10") @@ -2321,6 +2125,21 @@ input CoatedSidePropositionInput { notIn: [CoatedSide!] } +input ComparableDateTimeOperationFilterInput { + equalTo: DateTime @cost(weight: "10") + notEqualTo: DateTime @cost(weight: "10") + in: [DateTime!] @cost(weight: "10") + notIn: [DateTime!] @cost(weight: "10") + greaterThan: DateTime @cost(weight: "10") + notGreaterThan: DateTime @cost(weight: "10") + greaterThanOrEqualTo: DateTime @cost(weight: "10") + notGreaterThanOrEqualTo: DateTime @cost(weight: "10") + lessThan: DateTime @cost(weight: "10") + notLessThan: DateTime @cost(weight: "10") + lessThanOrEqualTo: DateTime @cost(weight: "10") + notLessThanOrEqualTo: DateTime @cost(weight: "10") +} + input ComparableGuidOperationFilterInput { equalTo: Uuid @cost(weight: "10") notEqualTo: Uuid @cost(weight: "10") @@ -2366,10 +2185,39 @@ input ComparableNullableOfByteOperationFilterInput { notLessThanOrEqualTo: Byte @cost(weight: "10") } -input ComponentAssemblyFilterInput { - and: [ComponentAssemblyFilterInput!] - or: [ComponentAssemblyFilterInput!] - assembledComponent: ComponentFilterInput +input ComparableNullableOfDateTimeOperationFilterInput { + equalTo: DateTime @cost(weight: "10") + notEqualTo: DateTime @cost(weight: "10") + in: [DateTime] @cost(weight: "10") + notIn: [DateTime] @cost(weight: "10") + greaterThan: DateTime @cost(weight: "10") + notGreaterThan: DateTime @cost(weight: "10") + greaterThanOrEqualTo: DateTime @cost(weight: "10") + notGreaterThanOrEqualTo: DateTime @cost(weight: "10") + lessThan: DateTime @cost(weight: "10") + notLessThan: DateTime @cost(weight: "10") + lessThanOrEqualTo: DateTime @cost(weight: "10") + notLessThanOrEqualTo: DateTime @cost(weight: "10") +} + +input ComparableUInt32OperationFilterInput { + equalTo: NonNegativeInt @cost(weight: "10") + notEqualTo: NonNegativeInt @cost(weight: "10") + in: [NonNegativeInt!] @cost(weight: "10") + notIn: [NonNegativeInt!] @cost(weight: "10") + greaterThan: NonNegativeInt @cost(weight: "10") + notGreaterThan: NonNegativeInt @cost(weight: "10") + greaterThanOrEqualTo: NonNegativeInt @cost(weight: "10") + notGreaterThanOrEqualTo: NonNegativeInt @cost(weight: "10") + lessThan: NonNegativeInt @cost(weight: "10") + notLessThan: NonNegativeInt @cost(weight: "10") + lessThanOrEqualTo: NonNegativeInt @cost(weight: "10") + notLessThanOrEqualTo: NonNegativeInt @cost(weight: "10") +} + +input ComponentAssembledOfFilterInput { + and: [ComponentAssembledOfFilterInput!] + or: [ComponentAssembledOfFilterInput!] partComponent: ComponentFilterInput index: ComparableNullableOfByteOperationFilterInput primeSurface: NullableOfPrimeSurfaceOperationFilterInput @@ -2382,6 +2230,12 @@ input ComponentCategoryOperationFilterInput { notIn: [ComponentCategory!] @cost(weight: "10") } +input ComponentConcretizationOfFilterInput { + and: [ComponentConcretizationOfFilterInput!] + or: [ComponentConcretizationOfFilterInput!] + generalComponent: ComponentFilterInput +} + input ComponentFilterInput { and: [ComponentFilterInput!] or: [ComponentFilterInput!] @@ -2390,23 +2244,36 @@ input ComponentFilterInput { abbreviation: StringOperationFilterInput description: StringOperationFilterInput categories: ListComponentCategoryOperationFilterInput + extras: JsonElementFilterInput partOf: ListComponentFilterTypeFilterInput parts: ListComponentFilterTypeFilterInput - partOfEdges: ListComponentAssemblyFilterTypeFilterInput - partEdges: ListComponentAssemblyFilterTypeFilterInput + partOfEdges: ListFilterInputTypeOfComponentAssemblyFilterInput + partEdges: ListFilterInputTypeOfComponentAssemblyFilterInput concretizations: ListComponentFilterTypeFilterInput generalizations: ListComponentFilterTypeFilterInput variants: ListComponentFilterTypeFilterInput manufacturers: ListInstitutionFilterTypeFilterInput - manufacturerEdges: ListComponentManufacturerFilterTypeFilterInput + manufacturerEdges: ListFilterInputTypeOfComponentManufacturerFilterInput +} + +input ComponentGeneralizationOfFilterInput { + and: [ComponentGeneralizationOfFilterInput!] + or: [ComponentGeneralizationOfFilterInput!] + concreteComponent: ComponentFilterInput } input ComponentManufacturerFilterInput { and: [ComponentManufacturerFilterInput!] or: [ComponentManufacturerFilterInput!] - component: ComponentFilterInput institution: InstitutionFilterInput - pending: BooleanOperationFilterInput +} + +input ComponentPartOfFilterInput { + and: [ComponentPartOfFilterInput!] + or: [ComponentPartOfFilterInput!] + assembledComponent: ComponentFilterInput + index: ComparableNullableOfByteOperationFilterInput + primeSurface: NullableOfPrimeSurfaceOperationFilterInput } input ComponentSortInput { @@ -2416,6 +2283,12 @@ input ComponentSortInput { description: SortEnumType @cost(weight: "10") } +input ComponentVariantOfFilterInput { + and: [ComponentVariantOfFilterInput!] + or: [ComponentVariantOfFilterInput!] + ofComponent: ComponentFilterInput +} + input ConfirmComponentManufacturerInput { componentId: Uuid! institutionId: Uuid! @@ -2447,20 +2320,13 @@ input ConfirmUserMethodDeveloperInput { userId: Uuid! } -input CreateApplicationInput { - associatedInstitutionId: Uuid! - clientId: String! - displayName: String! - permissions: [String!]! - postLogoutRedirectUri: String! - redirectUri: String! -} - input CreateComponentInput { abbreviation: String availability: OpenEndedDateTimeRangeInput categories: [ComponentCategory!]! + componentId: Uuid description: String! + extras: Any manufacturerId: Uuid! name: String! primeDirection: DescriptionOrReferenceInput @@ -2488,6 +2354,8 @@ input CreateDatabaseInput { input CreateInstitutionInput { abbreviation: String description: String! + extras: Any + institutionId: Uuid managerId: Uuid name: String! ownerIds: [Uuid!]! @@ -2508,10 +2376,17 @@ input CreateMethodInput { validity: OpenEndedDateTimeRangeInput } -input CreateNumerationInput { - mainNumber: String! - prefix: String - suffix: String +input CreateOpenIdConnectApplicationInput { + clientId: String! + consentType: OpenIdConnectConsentType! + displayName: String! + endpoints: [OpenIdConnectEndpoint!]! + grantTypes: [OpenIdConnectGrantType!]! + institutionId: Uuid! + postLogoutRedirectUri: Url + redirectUri: Url + responseTypes: [OpenIdConnectResponseType!]! + scopes: [OpenIdConnectScope!]! } input DataFormatFilterInput { @@ -2554,16 +2429,16 @@ input DatabaseSortInput { operator: InstitutionSortInput @cost(weight: "10") } -input DeleteApplicationInput { - applicationId: Uuid! +input DeleteInstitutionInput { + institutionId: Uuid! } -input DeleteAuthorizationInput { - authorizationId: Uuid! +input DeleteOpenIdConnectApplicationInput { + applicationId: Uuid! } -input DeleteInstitutionInput { - institutionId: Uuid! +input DeleteOpenIdConnectAuthorizationInput { + authorizationId: Uuid! } input DeletePersonalUserDataInput { @@ -2606,6 +2481,10 @@ input FloatsPropositionInput { some: FloatPropositionInput } +input ForbidGnuPgKeyFingerprintInput { + fingerprint: String! +} + input GeometricDataPropositionInput { and: [GeometricDataPropositionInput!] componentId: UuidPropositionInput @@ -2626,6 +2505,37 @@ input GetHttpsResourcesPropositionInput { some: GetHttpsResourcePropositionInput } +input GnuPgKeyFingerprintFilterInput { + and: [GnuPgKeyFingerprintFilterInput!] + or: [GnuPgKeyFingerprintFilterInput!] + id: ComparableGuidOperationFilterInput + fingerprint: StringOperationFilterInput + createdAt: ComparableDateTimeOperationFilterInput + allowedAt: ComparableNullableOfDateTimeOperationFilterInput + forbiddenAt: ComparableNullableOfDateTimeOperationFilterInput + user: UserFilterInput + institution: InstitutionFilterInput + isForbidden: BooleanOperationFilterInput + isAllowed: BooleanOperationFilterInput +} + +input GnuPgKeyFingerprintInput { + fingerprint: String! + institutionId: Uuid! +} + +input GnuPgKeyFingerprintSortInput { + id: SortEnumType @cost(weight: "10") + fingerprint: SortEnumType @cost(weight: "10") + createdAt: SortEnumType @cost(weight: "10") + allowedAt: SortEnumType @cost(weight: "10") + forbiddenAt: SortEnumType @cost(weight: "10") + user: UserSortInput @cost(weight: "10") + institution: InstitutionSortInput @cost(weight: "10") + isForbidden: SortEnumType @cost(weight: "10") + isAllowed: SortEnumType @cost(weight: "10") +} + input HygrothermalDataPropositionInput { and: [HygrothermalDataPropositionInput!] componentId: UuidPropositionInput @@ -2634,6 +2544,11 @@ input HygrothermalDataPropositionInput { resources: GetHttpsResourcesPropositionInput } +input IMethodDeveloperFilterInput { + and: [IMethodDeveloperFilterInput!] + or: [IMethodDeveloperFilterInput!] +} + input InstitutionFilterInput { and: [InstitutionFilterInput!] or: [InstitutionFilterInput!] @@ -2643,34 +2558,130 @@ input InstitutionFilterInput { description: StringOperationFilterInput websiteLocator: UriFilterInput state: InstitutionStateOperationFilterInput + extras: JsonElementFilterInput developedMethods: ListMethodFilterTypeFilterInput - developedMethodEdges: ListInstitutionMethodDeveloperFilterTypeFilterInput + developedMethodEdges: ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput managedMethods: ListMethodFilterTypeFilterInput managedDataFormats: ListDataFormatFilterTypeFilterInput manufacturedComponents: ListComponentFilterTypeFilterInput - manufacturedComponentEdges: ListComponentManufacturerFilterTypeFilterInput + manufacturedComponentEdges: ListFilterInputTypeOfComponentManufacturerFilterInput operatedDatabases: ListDatabaseFilterTypeFilterInput manager: InstitutionFilterInput managedInstitutions: ListInstitutionFilterTypeFilterInput representatives: ListUserFilterTypeFilterInput - representativeEdges: ListInstitutionRepresentativeFilterTypeFilterInput + representativeEdges: ListFilterInputTypeOfInstitutionRepresentativeFilterInput +} + +input InstitutionGnuPgKeyFingerprintFilterInput { + and: [InstitutionGnuPgKeyFingerprintFilterInput!] + or: [InstitutionGnuPgKeyFingerprintFilterInput!] + id: ComparableGuidOperationFilterInput + fingerprint: StringOperationFilterInput + createdAt: ComparableDateTimeOperationFilterInput + allowedAt: ComparableNullableOfDateTimeOperationFilterInput + forbiddenAt: ComparableNullableOfDateTimeOperationFilterInput + user: UserFilterInput + isForbidden: BooleanOperationFilterInput + isAllowed: BooleanOperationFilterInput +} + +input InstitutionManagedDataFormatFilterInput { + and: [InstitutionManagedDataFormatFilterInput!] + or: [InstitutionManagedDataFormatFilterInput!] + id: ComparableGuidOperationFilterInput + name: StringOperationFilterInput + extension: StringOperationFilterInput + description: StringOperationFilterInput + mediaType: StringOperationFilterInput + schemaLocator: UriFilterInput +} + +input InstitutionManagedInstitutionFilterInput { + and: [InstitutionManagedInstitutionFilterInput!] + or: [InstitutionManagedInstitutionFilterInput!] + id: ComparableGuidOperationFilterInput + name: StringOperationFilterInput + abbreviation: StringOperationFilterInput + description: StringOperationFilterInput + websiteLocator: UriFilterInput + state: InstitutionStateOperationFilterInput + extras: JsonElementFilterInput + developedMethods: ListMethodFilterTypeFilterInput + developedMethodEdges: ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput + managedMethods: ListMethodFilterTypeFilterInput + managedDataFormats: ListDataFormatFilterTypeFilterInput + manufacturedComponents: ListComponentFilterTypeFilterInput + manufacturedComponentEdges: ListFilterInputTypeOfComponentManufacturerFilterInput + operatedDatabases: ListDatabaseFilterTypeFilterInput + managedInstitutions: ListInstitutionFilterTypeFilterInput + representatives: ListUserFilterTypeFilterInput + representativeEdges: ListFilterInputTypeOfInstitutionRepresentativeFilterInput +} + +input InstitutionManagedMethodFilterInput { + and: [InstitutionManagedMethodFilterInput!] + or: [InstitutionManagedMethodFilterInput!] + id: ComparableGuidOperationFilterInput + name: StringOperationFilterInput + description: StringOperationFilterInput + calculationLocator: UriFilterInput + categories: ListMethodCategoryOperationFilterInput + institutionDevelopers: ListInstitutionFilterTypeFilterInput + institutionDeveloperEdges: ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput + userDevelopers: ListUserFilterTypeFilterInput + userDeveloperEdges: ListFilterInputTypeOfUserMethodDeveloperFilterInput +} + +input InstitutionManufacturedComponentFilterInput { + and: [InstitutionManufacturedComponentFilterInput!] + or: [InstitutionManufacturedComponentFilterInput!] + component: ComponentFilterInput } input InstitutionMethodDeveloperFilterInput { and: [InstitutionMethodDeveloperFilterInput!] or: [InstitutionMethodDeveloperFilterInput!] - method: MethodFilterInput - institution: InstitutionFilterInput - pending: BooleanOperationFilterInput +} + +input InstitutionOperatedDatabaseFilterInput { + and: [InstitutionOperatedDatabaseFilterInput!] + or: [InstitutionOperatedDatabaseFilterInput!] + id: ComparableGuidOperationFilterInput + name: StringOperationFilterInput + description: StringOperationFilterInput + locator: UriFilterInput +} + +input InstitutionOwnedOpenIdConnectApplicationFilterInput { + and: [InstitutionOwnedOpenIdConnectApplicationFilterInput!] + or: [InstitutionOwnedOpenIdConnectApplicationFilterInput!] + uuid: ComparableGuidOperationFilterInput + applicationType: StringOperationFilterInput + clientId: StringOperationFilterInput + consentType: StringOperationFilterInput + displayName: StringOperationFilterInput + ownerId: ComparableGuidOperationFilterInput + version: ComparableUInt32OperationFilterInput + authorizations: ListOpenIdConnectAuthorizationFilterTypeFilterInput + clientSecret: StringOperationFilterInput + clientType: StringOperationFilterInput + concurrencyToken: StringOperationFilterInput + displayNames: StringOperationFilterInput + jsonWebKeySet: StringOperationFilterInput + permissions: StringOperationFilterInput + postLogoutRedirectUris: StringOperationFilterInput + properties: StringOperationFilterInput + redirectUris: StringOperationFilterInput + requirements: StringOperationFilterInput + settings: StringOperationFilterInput + tokens: ListOpenIdConnectTokenFilterTypeFilterInput } input InstitutionRepresentativeFilterInput { and: [InstitutionRepresentativeFilterInput!] or: [InstitutionRepresentativeFilterInput!] - institution: InstitutionFilterInput user: UserFilterInput role: InstitutionRepresentativeRoleOperationFilterInput - pending: BooleanOperationFilterInput } input InstitutionRepresentativeRoleOperationFilterInput { @@ -2697,11 +2708,17 @@ input InstitutionStateOperationFilterInput { notIn: [InstitutionState!] @cost(weight: "10") } -input ListComponentAssemblyFilterTypeFilterInput { - all: ComponentAssemblyFilterInput @cost(weight: "10") - none: ComponentAssemblyFilterInput @cost(weight: "10") - some: ComponentAssemblyFilterInput @cost(weight: "10") - any: Boolean @cost(weight: "10") +input JsonElementFilterInput { + and: [JsonElementFilterInput!] + or: [JsonElementFilterInput!] + valueKind: JsonValueKindOperationFilterInput +} + +input JsonValueKindOperationFilterInput { + equalTo: JsonValueKind @cost(weight: "10") + notEqualTo: JsonValueKind @cost(weight: "10") + in: [JsonValueKind!] @cost(weight: "10") + notIn: [JsonValueKind!] @cost(weight: "10") } input ListComponentCategoryOperationFilterInput { @@ -2718,13 +2735,6 @@ input ListComponentFilterTypeFilterInput { any: Boolean @cost(weight: "10") } -input ListComponentManufacturerFilterTypeFilterInput { - all: ComponentManufacturerFilterInput @cost(weight: "10") - none: ComponentManufacturerFilterInput @cost(weight: "10") - some: ComponentManufacturerFilterInput @cost(weight: "10") - any: Boolean @cost(weight: "10") -} - input ListDataFormatFilterTypeFilterInput { all: DataFormatFilterInput @cost(weight: "10") none: DataFormatFilterInput @cost(weight: "10") @@ -2739,27 +2749,48 @@ input ListDatabaseFilterTypeFilterInput { any: Boolean @cost(weight: "10") } -input ListInstitutionFilterTypeFilterInput { - all: InstitutionFilterInput @cost(weight: "10") - none: InstitutionFilterInput @cost(weight: "10") - some: InstitutionFilterInput @cost(weight: "10") +input ListFilterInputTypeOfComponentAssemblyFilterInput { + all: ComponentAssembledOfFilterInput @cost(weight: "10") + none: ComponentAssembledOfFilterInput @cost(weight: "10") + some: ComponentAssembledOfFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListFilterInputTypeOfComponentManufacturerFilterInput { + all: ComponentManufacturerFilterInput @cost(weight: "10") + none: ComponentManufacturerFilterInput @cost(weight: "10") + some: ComponentManufacturerFilterInput @cost(weight: "10") any: Boolean @cost(weight: "10") } -input ListInstitutionMethodDeveloperFilterTypeFilterInput { +input ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput { all: InstitutionMethodDeveloperFilterInput @cost(weight: "10") none: InstitutionMethodDeveloperFilterInput @cost(weight: "10") some: InstitutionMethodDeveloperFilterInput @cost(weight: "10") any: Boolean @cost(weight: "10") } -input ListInstitutionRepresentativeFilterTypeFilterInput { +input ListFilterInputTypeOfInstitutionRepresentativeFilterInput { all: InstitutionRepresentativeFilterInput @cost(weight: "10") none: InstitutionRepresentativeFilterInput @cost(weight: "10") some: InstitutionRepresentativeFilterInput @cost(weight: "10") any: Boolean @cost(weight: "10") } +input ListFilterInputTypeOfUserMethodDeveloperFilterInput { + all: UserDevelopedMethodFilterInput @cost(weight: "10") + none: UserDevelopedMethodFilterInput @cost(weight: "10") + some: UserDevelopedMethodFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListInstitutionFilterTypeFilterInput { + all: InstitutionFilterInput @cost(weight: "10") + none: InstitutionFilterInput @cost(weight: "10") + some: InstitutionFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + input ListMethodCategoryOperationFilterInput { all: MethodCategoryOperationFilterInput @cost(weight: "10") none: MethodCategoryOperationFilterInput @cost(weight: "10") @@ -2774,6 +2805,20 @@ input ListMethodFilterTypeFilterInput { any: Boolean @cost(weight: "10") } +input ListOpenIdConnectAuthorizationFilterTypeFilterInput { + all: OpenIdConnectAuthorizationFilterInput @cost(weight: "10") + none: OpenIdConnectAuthorizationFilterInput @cost(weight: "10") + some: OpenIdConnectAuthorizationFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + +input ListOpenIdConnectTokenFilterTypeFilterInput { + all: OpenIdConnectTokenFilterInput @cost(weight: "10") + none: OpenIdConnectTokenFilterInput @cost(weight: "10") + some: OpenIdConnectTokenFilterInput @cost(weight: "10") + any: Boolean @cost(weight: "10") +} + input ListStringOperationFilterInput { all: StringOperationFilterInput @cost(weight: "10") none: StringOperationFilterInput @cost(weight: "10") @@ -2788,13 +2833,6 @@ input ListUserFilterTypeFilterInput { any: Boolean @cost(weight: "10") } -input ListUserMethodDeveloperFilterTypeFilterInput { - all: UserMethodDeveloperFilterInput @cost(weight: "10") - none: UserMethodDeveloperFilterInput @cost(weight: "10") - some: UserMethodDeveloperFilterInput @cost(weight: "10") - any: Boolean @cost(weight: "10") -} - input LoginUserInput { email: String! password: String! @@ -2825,9 +2863,9 @@ input MethodFilterInput { calculationLocator: UriFilterInput categories: ListMethodCategoryOperationFilterInput institutionDevelopers: ListInstitutionFilterTypeFilterInput - institutionDeveloperEdges: ListInstitutionMethodDeveloperFilterTypeFilterInput + institutionDeveloperEdges: ListFilterInputTypeOfInstitutionMethodDeveloperFilterInput userDevelopers: ListUserFilterTypeFilterInput - userDeveloperEdges: ListUserMethodDeveloperFilterTypeFilterInput + userDeveloperEdges: ListFilterInputTypeOfUserMethodDeveloperFilterInput manager: InstitutionFilterInput } @@ -2846,11 +2884,78 @@ input NullableOfPrimeSurfaceOperationFilterInput { notIn: [PrimeSurface] @cost(weight: "10") } +input NumerationInput { + mainNumber: String! + prefix: String + suffix: String +} + input OpenEndedDateTimeRangeInput { from: DateTime to: DateTime } +input OpenIdConnectApplicationFilterInput { + and: [OpenIdConnectApplicationFilterInput!] + or: [OpenIdConnectApplicationFilterInput!] + uuid: ComparableGuidOperationFilterInput + applicationType: StringOperationFilterInput + clientId: StringOperationFilterInput + consentType: StringOperationFilterInput + displayName: StringOperationFilterInput + ownerId: ComparableGuidOperationFilterInput + owner: InstitutionFilterInput + version: ComparableUInt32OperationFilterInput + authorizations: ListOpenIdConnectAuthorizationFilterTypeFilterInput + clientSecret: StringOperationFilterInput + clientType: StringOperationFilterInput + concurrencyToken: StringOperationFilterInput + displayNames: StringOperationFilterInput + jsonWebKeySet: StringOperationFilterInput + permissions: StringOperationFilterInput + postLogoutRedirectUris: StringOperationFilterInput + properties: StringOperationFilterInput + redirectUris: StringOperationFilterInput + requirements: StringOperationFilterInput + settings: StringOperationFilterInput + tokens: ListOpenIdConnectTokenFilterTypeFilterInput +} + +input OpenIdConnectAuthorizationFilterInput { + and: [OpenIdConnectAuthorizationFilterInput!] + or: [OpenIdConnectAuthorizationFilterInput!] + uuid: ComparableGuidOperationFilterInput + creationDate: ComparableNullableOfDateTimeOperationFilterInput + status: StringOperationFilterInput + subject: StringOperationFilterInput + tokens: ListOpenIdConnectTokenFilterTypeFilterInput + type: StringOperationFilterInput + version: ComparableUInt32OperationFilterInput + application: OpenIdConnectApplicationFilterInput + concurrencyToken: StringOperationFilterInput + properties: StringOperationFilterInput + scopes: StringOperationFilterInput +} + +input OpenIdConnectTokenFilterInput { + and: [OpenIdConnectTokenFilterInput!] + or: [OpenIdConnectTokenFilterInput!] + uuid: ComparableGuidOperationFilterInput + creationDate: ComparableNullableOfDateTimeOperationFilterInput + expirationDate: ComparableNullableOfDateTimeOperationFilterInput + redemptionDate: ComparableNullableOfDateTimeOperationFilterInput + status: StringOperationFilterInput + subject: StringOperationFilterInput + type: StringOperationFilterInput + version: ComparableUInt32OperationFilterInput + application: OpenIdConnectApplicationFilterInput + authorization: OpenIdConnectAuthorizationFilterInput + concurrencyToken: StringOperationFilterInput + payload: StringOperationFilterInput + properties: StringOperationFilterInput + referenceId: StringOperationFilterInput +} + input OpticalComponentSubtypePropositionInput { equalTo: OpticalComponentSubtype in: [OpticalComponentSubtype!] @@ -2971,10 +3076,20 @@ input ResetUserPasswordInput { resetCode: String! } -input RevokeTokenInput { +input RevokeOpenIdConnectTokenInput { tokenId: Uuid! } +input SetComponentExtrasInput { + componentId: Uuid! + extras: Any +} + +input SetInstitutionExtrasInput { + extras: Any + institutionId: Uuid! +} + input SetUserPasswordInput { password: String! passwordConfirmation: String! @@ -2987,7 +3102,7 @@ input SetUserPhoneNumberInput { input StandardInput { abstract: String locator: Url - numeration: CreateNumerationInput! + numeration: NumerationInput! section: String standardizers: [Standardizer!]! title: String @@ -3013,15 +3128,6 @@ input SwitchInstitutionOperatingStateInput { institutionId: Uuid! } -input UpdateApplicationInput { - applicationId: Uuid! - clientId: String! - displayName: String! - permissions: [String!]! - postLogoutRedirectUri: String! - redirectUri: String! -} - input UpdateComponentAssemblyInput { assembledComponentId: Uuid! index: Byte @@ -3035,6 +3141,8 @@ input UpdateComponentInput { categories: [ComponentCategory!]! componentId: Uuid! description: String! + extras: Any + manufacturerId: Uuid name: String! primeDirection: DescriptionOrReferenceInput primeSurface: DescriptionOrReferenceInput @@ -3061,6 +3169,7 @@ input UpdateDatabaseInput { input UpdateInstitutionInput { abbreviation: String description: String! + extras: Any institutionId: Uuid! name: String! publicKey: String @@ -3078,6 +3187,19 @@ input UpdateMethodInput { validity: OpenEndedDateTimeRangeInput } +input UpdateOpenIdConnectApplicationInput { + applicationId: Uuid! + clientId: String! + consentType: OpenIdConnectConsentType! + displayName: String! + endpoints: [OpenIdConnectEndpoint!]! + grantTypes: [OpenIdConnectGrantType!]! + postLogoutRedirectUri: Url + redirectUri: Url + responseTypes: [OpenIdConnectResponseType!]! + scopes: [OpenIdConnectScope!]! +} + input UriFilterInput { and: [UriFilterInput!] or: [UriFilterInput!] @@ -3136,22 +3258,40 @@ input UriSortInput { userInfo: SortEnumType @cost(weight: "10") } +input UserDevelopedMethodFilterInput { + and: [UserDevelopedMethodFilterInput!] + or: [UserDevelopedMethodFilterInput!] + method: MethodFilterInput +} + input UserFilterInput { and: [UserFilterInput!] or: [UserFilterInput!] id: ComparableGuidOperationFilterInput developedMethods: ListMethodFilterTypeFilterInput - developedMethodEdges: ListUserMethodDeveloperFilterTypeFilterInput + developedMethodEdges: ListFilterInputTypeOfUserMethodDeveloperFilterInput representedInstitutions: ListInstitutionFilterTypeFilterInput - representedInstitutionEdges: ListInstitutionRepresentativeFilterTypeFilterInput + representedInstitutionEdges: ListFilterInputTypeOfInstitutionRepresentativeFilterInput } -input UserMethodDeveloperFilterInput { - and: [UserMethodDeveloperFilterInput!] - or: [UserMethodDeveloperFilterInput!] - method: MethodFilterInput - user: UserFilterInput - pending: BooleanOperationFilterInput +input UserGnuPgKeyFingerprintFilterInput { + and: [UserGnuPgKeyFingerprintFilterInput!] + or: [UserGnuPgKeyFingerprintFilterInput!] + id: ComparableGuidOperationFilterInput + fingerprint: StringOperationFilterInput + createdAt: ComparableDateTimeOperationFilterInput + allowedAt: ComparableNullableOfDateTimeOperationFilterInput + forbiddenAt: ComparableNullableOfDateTimeOperationFilterInput + institution: InstitutionFilterInput + isForbidden: BooleanOperationFilterInput + isAllowed: BooleanOperationFilterInput +} + +input UserRepresentedInstitutionFilterInput { + and: [UserRepresentedInstitutionFilterInput!] + or: [UserRepresentedInstitutionFilterInput!] + institution: InstitutionFilterInput + role: InstitutionRepresentativeRoleOperationFilterInput } input UserSortInput { @@ -3202,6 +3342,14 @@ enum AddComponentVariantErrorCode { UNAUTHORIZED } +enum AddGnuPgKeyFingerprintErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_INSTITUTION + DUPLICATE_FINGERPRINT + UNKNOWN_KEY +} + enum AddInstitutionMethodDeveloperErrorCode { UNKNOWN UNKNOWN_METHOD @@ -3232,6 +3380,12 @@ enum AddUserRoleErrorCode { UNAUTHORIZED } +enum AllowGnuPgKeyFingerprintErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_FINGERPRINT +} + "Defines when a policy shall be executed." enum ApplyPolicy { "Before the resolver was executed." @@ -3275,6 +3429,8 @@ enum CoatedSide { BACK BOTH NEITHER + UNKNOWN + NOT_APPLICABLE } enum ComponentCategory { @@ -3328,17 +3484,12 @@ enum ConfirmUserMethodDeveloperErrorCode { UNKNOWN_DEVELOPER } -enum CreateApplicationErrorCode { - UNKNOWN - UNAUTHORIZED - UNKNOWN_INSTITUTION -} - enum CreateComponentErrorCode { UNKNOWN UNKNOWN_MANUFACTURER UNAUTHORIZED AMBIGUOUS_REFERENCE + DUPLICATE_COMPONENT_ID } enum CreateDataFormatErrorCode { @@ -3360,6 +3511,7 @@ enum CreateInstitutionErrorCode { UNKNOWN_OWNERS UNKNOWN_MANAGER UNAUTHORIZED + DUPLICATE_INSTITUTION_ID } enum CreateMethodErrorCode { @@ -3371,6 +3523,13 @@ enum CreateMethodErrorCode { UNAUTHORIZED } +enum CreateOpenIdConnectApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_INSTITUTION + DUPLICATE_CLIENT_ID +} + enum DataKind { CALORIMETRIC_DATA HYGROTHERMAL_DATA @@ -3384,23 +3543,23 @@ enum DatabaseVerificationState { VERIFIED } -enum DeleteApplicationErrorCode { +enum DeleteInstitutionErrorCode { UNKNOWN + UNKNOWN_INSTITUTION UNAUTHORIZED - UNKNOWN_APPLICATION + MANAGING } -enum DeleteAuthorizationErrorCode { +enum DeleteOpenIdConnectApplicationErrorCode { UNKNOWN UNAUTHORIZED - UNKNOWN_AUTHORIZATION + UNKNOWN_APPLICATION } -enum DeleteInstitutionErrorCode { +enum DeleteOpenIdConnectAuthorizationErrorCode { UNKNOWN - UNKNOWN_INSTITUTION UNAUTHORIZED - MANAGING + UNKNOWN_AUTHORIZATION } enum DeletePersonalUserDataErrorCode { @@ -3428,6 +3587,12 @@ enum EnableUserTwoFactorAuthenticatorErrorCode { INVALID_VERIFICATION_CODE } +enum ForbidGnuPgKeyFingerprintErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_FINGERPRINT +} + enum ForgetUserTwoFactorAuthenticationClientErrorCode { UNKNOWN UNKNOWN_USER @@ -3463,6 +3628,17 @@ enum InstitutionState { VERIFIED } +enum JsonValueKind { + UNDEFINED + OBJECT + ARRAY + STRING + NUMBER + TRUE + FALSE + NULL +} + enum LoginUserErrorCode { INVALID LOCKED_OUT @@ -3495,6 +3671,50 @@ enum MethodCategory { CALCULATION } +enum OpenIdConnectConsentType { + EXPLICIT + EXTERNAL + IMPLICIT + SYSTEMATIC +} + +enum OpenIdConnectEndpoint { + AUTHORIZATION + PUSHED_AUTHORIZATION + DEVICE_AUTHORIZATION + INTROSPECTION + END_SESSION + REVOCATION + TOKEN +} + +enum OpenIdConnectGrantType { + AUTHORIZATION_CODE + CLIENT_CREDENTIALS + REFRESH_TOKEN +} + +enum OpenIdConnectRequirement { + PROOF_KEY_FOR_CODE_EXCHANGE + PUSHED_AUTHORIZATION_REQUESTS +} + +enum OpenIdConnectResponseType { + CODE + TOKEN +} + +enum OpenIdConnectScope { + READ_API + WRITE_API + MANAGE_USER_API + ADDRESS + EMAIL + PHONE + PROFILE + ROLES +} + enum OpticalComponentSubtype { MONOLITHIC LAMINATE @@ -3639,10 +3859,23 @@ enum ResetUserTwoFactorAuthenticatorErrorCode { RESETTING_FAILED } -enum RevokeTokenErrorCode { +enum RevokeOpenIdConnectTokenErrorCode { UNKNOWN UNAUTHORIZED UNKNOWN_TOKEN + FAILED +} + +enum SetComponentExtrasErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_COMPONENT +} + +enum SetInstitutionExtrasErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_INSTITUTION } enum SetUserPasswordErrorCode { @@ -3701,12 +3934,6 @@ enum SwitchInstitutionOperatingStateErrorCode { UNAUTHORIZED } -enum UpdateApplicationErrorCode { - UNKNOWN - UNAUTHORIZED - UNKNOWN_APPLICATION -} - enum UpdateComponentAssemblyErrorCode { UNKNOWN UNKNOWN_ASSEMBLED_COMPONENT @@ -3717,15 +3944,10 @@ enum UpdateComponentAssemblyErrorCode { enum UpdateComponentErrorCode { UNKNOWN - UNKNOWN_MANUFACTURER - UNKNOWN_FURTHER_MANUFACTURERS - UNKNOWN_VARIANT_OF_COMPONENTS - UNKNOWN_GENERALIZATION_OF_COMPONENTS - UNKNOWN_CONCRETIZATION_OF_COMPONENTS - UNKNOWN_PART_OF_COMPONENTS - UNKNOWN_ASSEMBLED_OF_COMPONENTS UNAUTHORIZED UNKNOWN_COMPONENT + UNKNOWN_MANUFACTURER + AMBIGUOUS_REFERENCE } enum UpdateDataFormatErrorCode { @@ -3754,6 +3976,12 @@ enum UpdateMethodErrorCode { UNKNOWN_METHOD } +enum UpdateOpenIdConnectApplicationErrorCode { + UNKNOWN + UNAUTHORIZED + UNKNOWN_APPLICATION +} + enum UriHostNameType { UNKNOWN BASIC @@ -3783,40 +4011,16 @@ enum VerifyInstitutionErrorCode { } "The authorize directive." -directive @authorize( - "Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." - apply: ApplyPolicy! = BEFORE_RESOLVER - "The name of the authorization policy that determines access to the annotated resource." - policy: String - "Roles that are allowed to access the annotated resource." - roles: [String!] -) repeatable on OBJECT | FIELD_DEFINITION +directive @authorize("Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!]) repeatable on OBJECT | FIELD_DEFINITION "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." -directive @cost( - "The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." - weight: String! -) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION +directive @cost("The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." weight: String!) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION "The purpose of the `@listSize` directive is to either inform the static analysis about the size of returned lists (if that information is statically available), or to point the analysis to where to find that information." -directive @listSize( - "The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." - assumedSize: Int - "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." - requireOneSlicingArgument: Boolean! = true - "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." - sizedFields: [String!] - "The `slicingArgumentDefaultValue` argument can be used to define a default value for a slicing argument, which is used if the argument is not present in a query." - slicingArgumentDefaultValue: Int - "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." - slicingArguments: [String!] -) on FIELD_DEFINITION +directive @listSize("The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." assumedSize: Int "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." requireOneSlicingArgument: Boolean! = true "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." sizedFields: [String!] "The `slicingArgumentDefaultValue` argument can be used to define a default value for a slicing argument, which is used if the argument is not present in a query." slicingArgumentDefaultValue: Int "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." slicingArguments: [String!]) on FIELD_DEFINITION "The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy( - "The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." - url: String! -) on SCALAR +directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR scalar Any @@ -3824,7 +4028,10 @@ scalar Any scalar Byte "The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https://www.graphql-scalars.com/date-time") +scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") + +"BCP 47 compliant Language Tag string" +scalar Locale "The NonNegativeInt scalar type represents a unsigned 32-bit numeric non-fractional value equal to or greater than 0." scalar NonNegativeInt From 903038e468d4b3234df027df201a04ebc8b041b7 Mon Sep 17 00:00:00 2001 From: Alexander Klefenz Date: Thu, 11 Sep 2025 13:59:15 +0200 Subject: [PATCH 327/362] implement further feedback --- schemas/lifeCycleData.json | 44 ++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 2ab5b842..5223aae6 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -6,7 +6,7 @@ "$defs": { "data": { "type": "object", - "title": "The object is used to define life cycle data.", + "title": "Life cycle data.", "properties": { "functionalUnit": { "type": "string", @@ -60,7 +60,7 @@ "required": [] }, "circularity": { - "title": "Defines circularity data", + "title": "Circularity data", "type": "object", "properties": { "feedstock": { @@ -203,7 +203,7 @@ }, "lifeCycleAssessment": { "type": "array", - "title": "Defines life cycle assessment (LCA) data.", + "title": "Life cycle assessment (LCA) data.", "items": { "type": "object", "description": "There can be multiple LCAs per product, each item is one LCA of the product", @@ -379,7 +379,7 @@ "description": "Total use of non renewable primary energy resource (PENRT) (MJ)" }, "sm": { - "$ref": "number.json#/$defs/kilogram", + "type": "number", "description": "Use of secondary material (SM) (kg)" }, "rsf": { @@ -582,7 +582,7 @@ }, "compliance": { "type": "object", - "description": "Defines life cycle compliance data.", + "description": "Life cycle compliance data.", "properties": { "productType": { "type": "string", @@ -756,14 +756,17 @@ "DD1", "DD2", "DH20", - "DH30, DSA20", + "DH30", + "DSA20", "DSA30", "DSC20", "DSE20", "DSE30", "DSO20", "DSW30", - "G1, G2, G3", + "G1", + "G2", + "G3", "GF0", "GF50", "GF60", @@ -2262,7 +2265,8 @@ "enum": ["BNB_1.1.6"] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2290,7 +2294,8 @@ ] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2311,7 +2316,8 @@ "enum": ["DGNB18_ENV12", "DGNB18_ENV131", "DGNB18_ENV132"] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2332,7 +2338,8 @@ "enum": ["DGNB23_ENV1.2", "DGNB23_ENV131", "DGNB23_ENV132"] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2356,7 +2363,8 @@ ] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2377,7 +2385,8 @@ "enum": ["EU_TAX_DNSH_Pollution", "EU_TAX_DNSH_Water"] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2405,7 +2414,8 @@ ] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2426,7 +2436,8 @@ "enum": ["QNG313"] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, @@ -2454,7 +2465,8 @@ ] }, "result": { - "type": ["integer", "null"] + "type": ["integer", "null"], + "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, From 68b280b9f4b5184d5f9ea021c4e1fd566e6b910e Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 15 Sep 2025 14:17:20 +0200 Subject: [PATCH 328/362] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc8cf1f..7ba211b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -165,6 +165,7 @@ and this project adheres to - Add JSON schema for hygrothermal data [#322](https://github.com/building-envelope-data/api/pull/322) - Add example of double glazing including subcomponents [#334](https://github.com/building-envelope-data/api/pull/334) - Allow definition of switchable layers [#339](https://github.com/building-envelope-data/api/pull/339) +- Create a JSON schema for life cycle data [#335](https://github.com/building-envelope-data/api/pull/335) ### Changed From e807bd48e43bb99a692690ff8b2348900e32aa31 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 24 Sep 2025 10:23:16 +0200 Subject: [PATCH 329/362] Add IGSDBv2 example clearlite-4 with same incidence direction for transmittance and reflectance --- .../igsdbExampleClearlite-4_250924.json | 24514 ++++++++++++++++ 1 file changed, 24514 insertions(+) create mode 100644 tests/valid/opticalData/igsdbExampleClearlite-4_250924.json diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json b/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json new file mode 100644 index 00000000..acb009dc --- /dev/null +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json @@ -0,0 +1,24514 @@ +{ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0476000010967255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0303000006824732, + "reflectance": 0.0472000017762184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0931999981403351, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.191599994897842, + "reflectance": 0.0485999993979931 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.318300008773804, + "reflectance": 0.0516999997198582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.453700006008148, + "reflectance": 0.0568000003695488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.576499998569489, + "reflectance": 0.0628999993205071 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.676800012588501, + "reflectance": 0.0689999982714653 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.751299977302551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.804400026798248, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861100018024445, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873399972915649, + "reflectance": 0.0829000025987625 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879499971866608, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888599991798401, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896899998188019, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896650016307831, + "reflectance": 0.0832000002264977 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896399974822998, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895399987697601, + "reflectance": 0.0827500000596046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894400000572205, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0823500007390976 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894200026988983, + "reflectance": 0.0821999981999397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894649982452393, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0820000022649765 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896250009536743, + "reflectance": 0.0819500014185906 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89740002155304, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898800015449524, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900200009346008, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900900006294251, + "reflectance": 0.0818499997258186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0817999988794327 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901899993419647, + "reflectance": 0.0817499980330467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902199983596802, + "reflectance": 0.0816999971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903299987316132, + "reflectance": 0.0816499963402748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904399991035461, + "reflectance": 0.0816000029444695 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904799997806549, + "reflectance": 0.0815500020980835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905200004577637, + "reflectance": 0.0815000012516975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905700027942658, + "reflectance": 0.0814500004053116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.906199991703033, + "reflectance": 0.0813999995589256 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905849993228912, + "reflectance": 0.0812999978661537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905499994754791, + "reflectance": 0.0812000036239624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905399978160858, + "reflectance": 0.0811000019311905 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90530002117157, + "reflectance": 0.0810000002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90514999628067, + "reflectance": 0.0808999985456467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807999968528748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807500034570694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807000026106834 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904600024223328, + "reflectance": 0.0806000009179115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90420001745224, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903699994087219, + "reflectance": 0.0803999975323677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903199970722199, + "reflectance": 0.0803000032901764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902400016784668, + "reflectance": 0.0801500007510185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0799999982118607 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901000022888184, + "reflectance": 0.0798999965190888 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90039998292923, + "reflectance": 0.0798000022768974 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.899649977684021, + "reflectance": 0.0797000005841255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898899972438812, + "reflectance": 0.0795999988913536 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898249983787537, + "reflectance": 0.0794999971985817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.897599995136261, + "reflectance": 0.0794000029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896849989891052, + "reflectance": 0.0793000012636185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896099984645844, + "reflectance": 0.0791999995708466 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0790499970316887 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89410001039505, + "reflectance": 0.0789000019431114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.893450021743774, + "reflectance": 0.0788000002503395 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.892799973487854, + "reflectance": 0.0786999985575676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89190000295639, + "reflectance": 0.0785999968647957 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.890999972820282, + "reflectance": 0.0785000026226044 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89045000076294, + "reflectance": 0.0784000009298325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889900028705597, + "reflectance": 0.0782999992370606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889150023460388, + "reflectance": 0.0781999975442886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888400018215179, + "reflectance": 0.0781000033020973 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887750029563904, + "reflectance": 0.0780500024557114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887099981307983, + "reflectance": 0.0780000016093254 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.886399984359741, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.885699987411499, + "reflectance": 0.0777999982237816 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.884800016880035, + "reflectance": 0.0776999965310097 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.883899986743927, + "reflectance": 0.0776000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.882799983024597, + "reflectance": 0.0774499997496605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.881699979305267, + "reflectance": 0.0772999972105026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.88085001707077, + "reflectance": 0.0772000029683113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879999995231628, + "reflectance": 0.0771000012755394 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878650009632111, + "reflectance": 0.0769499987363815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877300024032593, + "reflectance": 0.0768000036478043 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875999987125397, + "reflectance": 0.0767000019550324 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0766000002622604 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873849987983704, + "reflectance": 0.0764499977231026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873000025749207, + "reflectance": 0.0763000026345253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872150003910065, + "reflectance": 0.0762000009417534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871299982070923, + "reflectance": 0.0760999992489815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869650006294251, + "reflectance": 0.0759499967098236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867999970912933, + "reflectance": 0.0758000016212463 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867299973964691, + "reflectance": 0.0756999999284744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866599977016449, + "reflectance": 0.0755999982357025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865100026130676, + "reflectance": 0.0754500031471252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863600015640259, + "reflectance": 0.0753000006079674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86269998550415, + "reflectance": 0.0751999989151955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861800014972687, + "reflectance": 0.0750999972224236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861150026321411, + "reflectance": 0.0750000029802322 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860499978065491, + "reflectance": 0.0749000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859849989414215, + "reflectance": 0.0748500004410744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85920000076294, + "reflectance": 0.0747999995946884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858449995517731, + "reflectance": 0.0746999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857699990272522, + "reflectance": 0.0746000036597252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856649994850159, + "reflectance": 0.0745000019669533 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855599999427795, + "reflectance": 0.0744000002741814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854300022125244, + "reflectance": 0.0742999985814095 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852999985218048, + "reflectance": 0.0741999968886375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852150022983551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851300001144409, + "reflectance": 0.0740000009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850499987602234, + "reflectance": 0.0739500001072884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849699974060059, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848900020122528, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848100006580353, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847350001335144, + "reflectance": 0.0736500024795532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846599996089935, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845899999141693, + "reflectance": 0.0734999999403954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845200002193451, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844600021839142, + "reflectance": 0.0733499974012375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843999981880188, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843500018119812, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842999994754791, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842599987983704, + "reflectance": 0.0730499997735024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842199981212616, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841849982738495, + "reflectance": 0.0729499980807304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841499984264374, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841199994087219, + "reflectance": 0.0728499963879585 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840900003910065, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84060001373291, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840099990367889, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839900016784668, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839699983596802, + "reflectance": 0.0726500004529953 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83950001001358, + "reflectance": 0.0725999996066093 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839299976825714, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839100003242493, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838949978351593, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838660001754761, + "reflectance": 0.0724700018763542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838519990444183, + "reflectance": 0.0724399983882904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838379979133606, + "reflectance": 0.0724100023508072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838100016117096, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837960004806519, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837819993495941, + "reflectance": 0.0722900032997131 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837679982185364, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837539970874786, + "reflectance": 0.0722299963235855 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837400019168854, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837430000305176, + "reflectance": 0.0721900016069412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837459981441498, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837490022182465, + "reflectance": 0.0721699967980385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837520003318787, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837549984455109, + "reflectance": 0.0721499994397163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837580025196075, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837610006332398, + "reflectance": 0.0721300020813942 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83763998746872, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837670028209686, + "reflectance": 0.0721099972724915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837700009346008, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837790012359619, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83788001537323, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837970018386841, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838060021400452, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838150024414063, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838329970836639, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83841997385025, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838509976863861, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838599979877472, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838769972324371, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838940024375916, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839110016822815, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839280009269714, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839450001716614, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839619994163513, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839789986610413, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840129971504211, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840650022029877, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841000020503998, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841350018978119, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84170001745224, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842050015926361, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842400014400482, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842750012874603, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843100011348724, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843450009822846, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843800008296967, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844190001487732, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844579994678497, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844969987869263, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845359981060028, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845749974250794, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846140027046204, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846530020236969, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8473100066185, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847699999809265, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848190009593964, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848680019378662, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849170029163361, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849659979343414, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850149989128113, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850639998912811, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85113000869751, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851620018482208, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852110028266907, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85259997844696, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852859973907471, + "reflectance": 0.0727099999785423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853120028972626, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853380024433136, + "reflectance": 0.0727299973368645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853640019893646, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853900015354157, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854160010814667, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854420006275177, + "reflectance": 0.0727699995040894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854680001735687, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854939997196198, + "reflectance": 0.0727899968624115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855199992656708, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855979979038239, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856760025024414, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857540011405945, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858319997787476, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859099984169006, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859879970550537, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860660016536713, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861440002918243, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862219989299774, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862999975681305, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863579988479614, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864160001277924, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864740014076233, + "reflectance": 0.0733200013637543 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865320026874542, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865899980068207, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866479992866516, + "reflectance": 0.0734400004148483 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867060005664825, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867640018463135, + "reflectance": 0.0735199972987175 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868219971656799, + "reflectance": 0.0735599994659424 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869319975376129, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869840025901794, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870880007743835, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871399998664856, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871919989585877, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872439980506897, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872959971427918, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873480021953583, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874000012874603, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874270021915436, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874539971351624, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874809980392456, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875079989433289, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875349998474121, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875620007514954, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875890016555786, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876160025596619, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876429975032806, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876699984073639, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876860022544861, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877020001411438, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878260016441345, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878220021724701, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878180027008057, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878099977970123, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878059983253479, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878019988536835, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877939999103546, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877900004386902, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877740025520325, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877579987049103, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877420008182526, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877260029315949, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877099990844727, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876919984817505, + "reflectance": 0.0735699981451035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876739978790283, + "reflectance": 0.0735400021076202 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876559972763062, + "reflectance": 0.0735099986195564 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876380026340485, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876200020313263, + "reflectance": 0.0734499990940094 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876020014286041, + "reflectance": 0.0734200030565262 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87584000825882, + "reflectance": 0.0733899995684624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875660002231598, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875479996204376, + "reflectance": 0.0733300000429153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875299990177155, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875159978866577, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875020027160645, + "reflectance": 0.0732600018382072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874880015850067, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87474000453949, + "reflectance": 0.0732199996709824 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874599993228912, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874459981918335, + "reflectance": 0.0731799975037575 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874319970607758, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874180018901825, + "reflectance": 0.0731400027871132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874040007591248, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87389999628067, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87379002571106, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873679995536804, + "reflectance": 0.0730599984526634 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873570024967194, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873459994792938, + "reflectance": 0.0730199962854385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873350024223328, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873239994049072, + "reflectance": 0.0729800015687943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873130023479462, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873019993305206, + "reflectance": 0.0729399994015694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872910022735596, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87279999256134, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872600018978119, + "reflectance": 0.0728600025177002 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872500002384186, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872399985790253, + "reflectance": 0.0728200003504753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872300028800964, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872200012207031, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872099995613098, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871999979019165, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871900022029877, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871800005435944, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871619999408722, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8714399933815, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871259987354279, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871079981327057, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870899975299835, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870720028877258, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870540022850037, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869939982891083, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869930028915405, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869920015335083, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869910001754761, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869899988174439, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869790017604828, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869679987430573, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869570016860962, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869459986686707, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869350016117096, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869239985942841, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86913001537323, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869019985198975, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868910014629364, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868470013141632, + "reflectance": 0.0720599964261055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868139982223511, + "reflectance": 0.0720200017094612 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867810010910034, + "reflectance": 0.0719799995422363 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867479979991913, + "reflectance": 0.0719399973750114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867150008678436, + "reflectance": 0.0719000026583672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866819977760315, + "reflectance": 0.0718600004911423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866490006446838, + "reflectance": 0.0718199983239174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866159975528717, + "reflectance": 0.0717800036072731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865830004215241, + "reflectance": 0.0717400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865499973297119, + "reflectance": 0.0716999992728233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864019989967346, + "reflectance": 0.0715800002217293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862540006637573, + "reflectance": 0.0714600011706352 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8610600233078, + "reflectance": 0.0713400021195412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859579980373383, + "reflectance": 0.0712200030684471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85809999704361, + "reflectance": 0.0710999965667725 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856620013713837, + "reflectance": 0.0709799975156784 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855139970779419, + "reflectance": 0.0708599984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853659987449646, + "reflectance": 0.0707399994134903 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852180004119873, + "reflectance": 0.0706200003623962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8507000207901, + "reflectance": 0.0705000013113022 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850210011005402, + "reflectance": 0.0704500004649162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849229991436005, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848739981651306, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848249971866608, + "reflectance": 0.0702499970793724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847760021686554, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847270011901856, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846780002117157, + "reflectance": 0.0701000019907951 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846289992332459, + "reflectance": 0.0700500011444092 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84579998254776, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84636002779007, + "reflectance": 0.0700299963355064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0700599998235703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847479999065399, + "reflectance": 0.0700900033116341 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848039984703064, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848599970340729, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849160015583038, + "reflectance": 0.0701799988746643 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0702100023627281 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850279986858368, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850839972496033, + "reflectance": 0.0702700018882752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851400017738342, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851589977741242, + "reflectance": 0.0703099966049194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851779997348785, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851970016956329, + "reflectance": 0.0703300014138222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852159976959229, + "reflectance": 0.0703400000929833 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852349996566773, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852540016174316, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852729976177216, + "reflectance": 0.0703700035810471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85291999578476, + "reflectance": 0.0703800022602081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853110015392304, + "reflectance": 0.0703900009393692 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853299975395203, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852970004081726, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852639973163605, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852310001850128, + "reflectance": 0.0702800005674362 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851979970932007, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85164999961853, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851320028305054, + "reflectance": 0.0701600015163422 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850989997386932, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850660026073456, + "reflectance": 0.0700799971818924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850329995155335, + "reflectance": 0.0700400024652481 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850000023841858, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84918999671936, + "reflectance": 0.0699300020933151 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848380029201508, + "reflectance": 0.0698599964380264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84757000207901, + "reflectance": 0.0697899982333183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846759974956513, + "reflectance": 0.0697200000286102 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84595000743866, + "reflectance": 0.0696500018239021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845139980316162, + "reflectance": 0.069580003619194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844330012798309, + "reflectance": 0.0695099979639053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843519985675812, + "reflectance": 0.0694399997591972 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842710018157959, + "reflectance": 0.0693700015544891 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841899991035461, + "reflectance": 0.069300003349781 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840929985046387, + "reflectance": 0.0692199990153313 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0691400021314621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838989973068237, + "reflectance": 0.0690599977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838020026683807, + "reflectance": 0.0689800009131432 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837050020694733, + "reflectance": 0.0688999965786934 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.836080014705658, + "reflectance": 0.0688199996948242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.835110008716583, + "reflectance": 0.0687400028109551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.834140002727509, + "reflectance": 0.0686599984765053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.833169996738434, + "reflectance": 0.0685800015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.832199990749359, + "reflectance": 0.0684999972581863 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0317602977156639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0311778578907251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0305749978870153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0298982560634613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0293271541595459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0286844298243523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0279881600290537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0273720752447844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.026628976687789 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0257604569196701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0249478276818991 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.024136908352375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0232145637273788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0223778914660215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0212853774428368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0201160944998264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0192228704690933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0179411377757788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0166530515998602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0153178321197629 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139876734465361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0125085180625319 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0109969433397055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00932515412569046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00777597306296229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00600432511419058 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0043658409267664 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00291289901360869 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00186265294905752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00189377903006971 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00460418686270714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139699345454574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0337979234755039 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0602677464485168 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.085798554122448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11000569909811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132390573620796 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15159609913826 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.169293016195297 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.186990514397621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.205486640334129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229181557893753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.253237813711166 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273080766201019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.286618322134018 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.289090216159821 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.283574998378754 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273699045181274 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.263387382030487 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.252852469682694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.241850733757019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233270466327667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224181711673737 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215439319610596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.207660540938377 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.200180113315582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.192028716206551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.18305516242981 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.172752574086189 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.162584468722343 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.152016565203667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.139815807342529 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.129515245556831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11989776045084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.112267836928368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.103999778628349 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.097388967871666 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0901678577065468 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0837536007165909 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0777500867843628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0726242884993553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0690992400050163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0673081576824188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.067036047577858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0679356977343559 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.07016621530056 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.072583980858326 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0750323981046677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0774050876498222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0791785567998886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0803491547703743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.080874614417553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0806821063160896 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0794599503278732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0780422985553742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0761934518814087 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.074484221637249 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0724922269582748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0708932727575302 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.069573238492012 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.068089209496975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0665859431028366 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0652998611330986 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0639152824878693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0625139251351357 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0612633489072323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0600595921278 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0591550245881081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0582340992987156 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0575152933597565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0559111572802067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0549225434660912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.053684089332819 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0525968782603741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0516011491417885 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0506701804697514 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0497782118618488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.048476554453373 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0472403652966023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0462779141962528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0454610884189606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0447233505547047 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0436200089752674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0425228625535965 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0416529029607773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0408408083021641 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0390464328229427 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0372622981667519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0363757237792015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0353994518518448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0345350205898285 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0332791395485401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0323126092553139 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0312565825879574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0299149621278048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.029098879545927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.028380474075675 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0276288501918316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0272911917418242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0271986965090036 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0274871438741684 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0282482616603374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0295610837638378 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.031615424901247 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0346785746514797 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0387909337878227 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0438205040991306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0499514639377594 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0578287653625011 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0641179233789444 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0747176632285118 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0862487331032753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0983018204569817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.106630176305771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11955600976944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132110372185707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.140063136816025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.151939645409584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15967133641243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.170385435223579 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.180735871195793 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.187573298811913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.194054409861565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.203141912817955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.20876456797123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215954780578613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.220133006572723 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224167600274086 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229536697268486 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.23248416185379 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235197708010674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.238405734300613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239470198750496 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240031272172928 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.24043296277523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240457206964493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239868059754372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239642664790154 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239145949482918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.237540140748024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235139980912209 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233003750443459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.231239601969719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.870794057846069, + "reflectance": 0.0763658285140991 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.902543604373932, + "reflectance": 0.0804615318775177 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.83999997 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0476000010967255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0303000006824732, + "reflectance": 0.0472000017762184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0931999981403351, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.191599994897842, + "reflectance": 0.0485999993979931 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.318300008773804, + "reflectance": 0.0516999997198582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.453700006008148, + "reflectance": 0.0568000003695488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.576499998569489, + "reflectance": 0.0628999993205071 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.676800012588501, + "reflectance": 0.0689999982714653 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.751299977302551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.804400026798248, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861100018024445, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873399972915649, + "reflectance": 0.0829000025987625 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879499971866608, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888599991798401, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896899998188019, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896650016307831, + "reflectance": 0.0832000002264977 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896399974822998, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895399987697601, + "reflectance": 0.0827500000596046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894400000572205, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0823500007390976 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894200026988983, + "reflectance": 0.0821999981999397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894649982452393, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0820000022649765 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896250009536743, + "reflectance": 0.0819500014185906 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89740002155304, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898800015449524, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900200009346008, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900900006294251, + "reflectance": 0.0818499997258186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0817999988794327 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901899993419647, + "reflectance": 0.0817499980330467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902199983596802, + "reflectance": 0.0816999971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903299987316132, + "reflectance": 0.0816499963402748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904399991035461, + "reflectance": 0.0816000029444695 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904799997806549, + "reflectance": 0.0815500020980835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905200004577637, + "reflectance": 0.0815000012516975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905700027942658, + "reflectance": 0.0814500004053116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.906199991703033, + "reflectance": 0.0813999995589256 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905849993228912, + "reflectance": 0.0812999978661537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905499994754791, + "reflectance": 0.0812000036239624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905399978160858, + "reflectance": 0.0811000019311905 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90530002117157, + "reflectance": 0.0810000002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90514999628067, + "reflectance": 0.0808999985456467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807999968528748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807500034570694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807000026106834 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904600024223328, + "reflectance": 0.0806000009179115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90420001745224, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903699994087219, + "reflectance": 0.0803999975323677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903199970722199, + "reflectance": 0.0803000032901764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902400016784668, + "reflectance": 0.0801500007510185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0799999982118607 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901000022888184, + "reflectance": 0.0798999965190888 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90039998292923, + "reflectance": 0.0798000022768974 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.899649977684021, + "reflectance": 0.0797000005841255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898899972438812, + "reflectance": 0.0795999988913536 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898249983787537, + "reflectance": 0.0794999971985817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.897599995136261, + "reflectance": 0.0794000029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896849989891052, + "reflectance": 0.0793000012636185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896099984645844, + "reflectance": 0.0791999995708466 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0790499970316887 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89410001039505, + "reflectance": 0.0789000019431114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.893450021743774, + "reflectance": 0.0788000002503395 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.892799973487854, + "reflectance": 0.0786999985575676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89190000295639, + "reflectance": 0.0785999968647957 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.890999972820282, + "reflectance": 0.0785000026226044 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89045000076294, + "reflectance": 0.0784000009298325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889900028705597, + "reflectance": 0.0782999992370606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889150023460388, + "reflectance": 0.0781999975442886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888400018215179, + "reflectance": 0.0781000033020973 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887750029563904, + "reflectance": 0.0780500024557114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887099981307983, + "reflectance": 0.0780000016093254 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.886399984359741, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.885699987411499, + "reflectance": 0.0777999982237816 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.884800016880035, + "reflectance": 0.0776999965310097 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.883899986743927, + "reflectance": 0.0776000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.882799983024597, + "reflectance": 0.0774499997496605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.881699979305267, + "reflectance": 0.0772999972105026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.88085001707077, + "reflectance": 0.0772000029683113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879999995231628, + "reflectance": 0.0771000012755394 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878650009632111, + "reflectance": 0.0769499987363815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877300024032593, + "reflectance": 0.0768000036478043 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875999987125397, + "reflectance": 0.0767000019550324 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0766000002622604 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873849987983704, + "reflectance": 0.0764499977231026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873000025749207, + "reflectance": 0.0763000026345253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872150003910065, + "reflectance": 0.0762000009417534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871299982070923, + "reflectance": 0.0760999992489815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869650006294251, + "reflectance": 0.0759499967098236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867999970912933, + "reflectance": 0.0758000016212463 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867299973964691, + "reflectance": 0.0756999999284744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866599977016449, + "reflectance": 0.0755999982357025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865100026130676, + "reflectance": 0.0754500031471252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863600015640259, + "reflectance": 0.0753000006079674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86269998550415, + "reflectance": 0.0751999989151955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861800014972687, + "reflectance": 0.0750999972224236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861150026321411, + "reflectance": 0.0750000029802322 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860499978065491, + "reflectance": 0.0749000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859849989414215, + "reflectance": 0.0748500004410744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85920000076294, + "reflectance": 0.0747999995946884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858449995517731, + "reflectance": 0.0746999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857699990272522, + "reflectance": 0.0746000036597252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856649994850159, + "reflectance": 0.0745000019669533 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855599999427795, + "reflectance": 0.0744000002741814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854300022125244, + "reflectance": 0.0742999985814095 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852999985218048, + "reflectance": 0.0741999968886375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852150022983551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851300001144409, + "reflectance": 0.0740000009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850499987602234, + "reflectance": 0.0739500001072884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849699974060059, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848900020122528, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848100006580353, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847350001335144, + "reflectance": 0.0736500024795532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846599996089935, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845899999141693, + "reflectance": 0.0734999999403954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845200002193451, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844600021839142, + "reflectance": 0.0733499974012375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843999981880188, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843500018119812, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842999994754791, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842599987983704, + "reflectance": 0.0730499997735024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842199981212616, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841849982738495, + "reflectance": 0.0729499980807304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841499984264374, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841199994087219, + "reflectance": 0.0728499963879585 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840900003910065, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84060001373291, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840099990367889, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839900016784668, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839699983596802, + "reflectance": 0.0726500004529953 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83950001001358, + "reflectance": 0.0725999996066093 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839299976825714, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839100003242493, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838949978351593, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838660001754761, + "reflectance": 0.0724700018763542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838519990444183, + "reflectance": 0.0724399983882904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838379979133606, + "reflectance": 0.0724100023508072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838100016117096, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837960004806519, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837819993495941, + "reflectance": 0.0722900032997131 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837679982185364, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837539970874786, + "reflectance": 0.0722299963235855 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837400019168854, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837430000305176, + "reflectance": 0.0721900016069412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837459981441498, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837490022182465, + "reflectance": 0.0721699967980385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837520003318787, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837549984455109, + "reflectance": 0.0721499994397163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837580025196075, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837610006332398, + "reflectance": 0.0721300020813942 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83763998746872, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837670028209686, + "reflectance": 0.0721099972724915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837700009346008, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837790012359619, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83788001537323, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837970018386841, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838060021400452, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838150024414063, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838329970836639, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83841997385025, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838509976863861, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838599979877472, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838769972324371, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838940024375916, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839110016822815, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839280009269714, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839450001716614, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839619994163513, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839789986610413, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840129971504211, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840650022029877, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841000020503998, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841350018978119, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84170001745224, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842050015926361, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842400014400482, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842750012874603, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843100011348724, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843450009822846, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843800008296967, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844190001487732, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844579994678497, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844969987869263, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845359981060028, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845749974250794, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846140027046204, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846530020236969, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8473100066185, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847699999809265, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848190009593964, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848680019378662, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849170029163361, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849659979343414, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850149989128113, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850639998912811, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85113000869751, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851620018482208, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852110028266907, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85259997844696, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852859973907471, + "reflectance": 0.0727099999785423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853120028972626, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853380024433136, + "reflectance": 0.0727299973368645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853640019893646, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853900015354157, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854160010814667, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854420006275177, + "reflectance": 0.0727699995040894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854680001735687, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854939997196198, + "reflectance": 0.0727899968624115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855199992656708, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855979979038239, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856760025024414, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857540011405945, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858319997787476, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859099984169006, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859879970550537, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860660016536713, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861440002918243, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862219989299774, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862999975681305, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863579988479614, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864160001277924, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864740014076233, + "reflectance": 0.0733200013637543 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865320026874542, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865899980068207, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866479992866516, + "reflectance": 0.0734400004148483 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867060005664825, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867640018463135, + "reflectance": 0.0735199972987175 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868219971656799, + "reflectance": 0.0735599994659424 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869319975376129, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869840025901794, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870880007743835, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871399998664856, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871919989585877, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872439980506897, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872959971427918, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873480021953583, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874000012874603, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874270021915436, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874539971351624, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874809980392456, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875079989433289, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875349998474121, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875620007514954, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875890016555786, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876160025596619, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876429975032806, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876699984073639, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876860022544861, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877020001411438, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878260016441345, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878220021724701, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878180027008057, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878099977970123, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878059983253479, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878019988536835, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877939999103546, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877900004386902, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877740025520325, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877579987049103, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877420008182526, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877260029315949, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877099990844727, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876919984817505, + "reflectance": 0.0735699981451035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876739978790283, + "reflectance": 0.0735400021076202 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876559972763062, + "reflectance": 0.0735099986195564 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876380026340485, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876200020313263, + "reflectance": 0.0734499990940094 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876020014286041, + "reflectance": 0.0734200030565262 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87584000825882, + "reflectance": 0.0733899995684624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875660002231598, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875479996204376, + "reflectance": 0.0733300000429153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875299990177155, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875159978866577, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875020027160645, + "reflectance": 0.0732600018382072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874880015850067, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87474000453949, + "reflectance": 0.0732199996709824 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874599993228912, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874459981918335, + "reflectance": 0.0731799975037575 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874319970607758, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874180018901825, + "reflectance": 0.0731400027871132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874040007591248, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87389999628067, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87379002571106, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873679995536804, + "reflectance": 0.0730599984526634 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873570024967194, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873459994792938, + "reflectance": 0.0730199962854385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873350024223328, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873239994049072, + "reflectance": 0.0729800015687943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873130023479462, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873019993305206, + "reflectance": 0.0729399994015694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872910022735596, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87279999256134, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872600018978119, + "reflectance": 0.0728600025177002 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872500002384186, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872399985790253, + "reflectance": 0.0728200003504753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872300028800964, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872200012207031, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872099995613098, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871999979019165, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871900022029877, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871800005435944, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871619999408722, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8714399933815, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871259987354279, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871079981327057, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870899975299835, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870720028877258, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870540022850037, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869939982891083, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869930028915405, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869920015335083, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869910001754761, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869899988174439, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869790017604828, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869679987430573, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869570016860962, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869459986686707, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869350016117096, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869239985942841, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86913001537323, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869019985198975, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868910014629364, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868470013141632, + "reflectance": 0.0720599964261055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868139982223511, + "reflectance": 0.0720200017094612 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867810010910034, + "reflectance": 0.0719799995422363 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867479979991913, + "reflectance": 0.0719399973750114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867150008678436, + "reflectance": 0.0719000026583672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866819977760315, + "reflectance": 0.0718600004911423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866490006446838, + "reflectance": 0.0718199983239174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866159975528717, + "reflectance": 0.0717800036072731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865830004215241, + "reflectance": 0.0717400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865499973297119, + "reflectance": 0.0716999992728233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864019989967346, + "reflectance": 0.0715800002217293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862540006637573, + "reflectance": 0.0714600011706352 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8610600233078, + "reflectance": 0.0713400021195412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859579980373383, + "reflectance": 0.0712200030684471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85809999704361, + "reflectance": 0.0710999965667725 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856620013713837, + "reflectance": 0.0709799975156784 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855139970779419, + "reflectance": 0.0708599984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853659987449646, + "reflectance": 0.0707399994134903 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852180004119873, + "reflectance": 0.0706200003623962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8507000207901, + "reflectance": 0.0705000013113022 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850210011005402, + "reflectance": 0.0704500004649162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849229991436005, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848739981651306, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848249971866608, + "reflectance": 0.0702499970793724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847760021686554, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847270011901856, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846780002117157, + "reflectance": 0.0701000019907951 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846289992332459, + "reflectance": 0.0700500011444092 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84579998254776, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84636002779007, + "reflectance": 0.0700299963355064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0700599998235703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847479999065399, + "reflectance": 0.0700900033116341 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848039984703064, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848599970340729, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849160015583038, + "reflectance": 0.0701799988746643 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0702100023627281 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850279986858368, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850839972496033, + "reflectance": 0.0702700018882752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851400017738342, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851589977741242, + "reflectance": 0.0703099966049194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851779997348785, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851970016956329, + "reflectance": 0.0703300014138222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852159976959229, + "reflectance": 0.0703400000929833 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852349996566773, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852540016174316, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852729976177216, + "reflectance": 0.0703700035810471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85291999578476, + "reflectance": 0.0703800022602081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853110015392304, + "reflectance": 0.0703900009393692 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853299975395203, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852970004081726, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852639973163605, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852310001850128, + "reflectance": 0.0702800005674362 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851979970932007, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85164999961853, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851320028305054, + "reflectance": 0.0701600015163422 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850989997386932, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850660026073456, + "reflectance": 0.0700799971818924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850329995155335, + "reflectance": 0.0700400024652481 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850000023841858, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84918999671936, + "reflectance": 0.0699300020933151 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848380029201508, + "reflectance": 0.0698599964380264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84757000207901, + "reflectance": 0.0697899982333183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846759974956513, + "reflectance": 0.0697200000286102 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84595000743866, + "reflectance": 0.0696500018239021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845139980316162, + "reflectance": 0.069580003619194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844330012798309, + "reflectance": 0.0695099979639053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843519985675812, + "reflectance": 0.0694399997591972 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842710018157959, + "reflectance": 0.0693700015544891 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841899991035461, + "reflectance": 0.069300003349781 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840929985046387, + "reflectance": 0.0692199990153313 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0691400021314621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838989973068237, + "reflectance": 0.0690599977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838020026683807, + "reflectance": 0.0689800009131432 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837050020694733, + "reflectance": 0.0688999965786934 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.836080014705658, + "reflectance": 0.0688199996948242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.835110008716583, + "reflectance": 0.0687400028109551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.834140002727509, + "reflectance": 0.0686599984765053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.833169996738434, + "reflectance": 0.0685800015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.832199990749359, + "reflectance": 0.0684999972581863 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0317602977156639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0311778578907251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0305749978870153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0298982560634613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0293271541595459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0286844298243523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0279881600290537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0273720752447844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.026628976687789 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0257604569196701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0249478276818991 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.024136908352375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0232145637273788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0223778914660215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0212853774428368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0201160944998264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0192228704690933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0179411377757788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0166530515998602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0153178321197629 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139876734465361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0125085180625319 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0109969433397055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00932515412569046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00777597306296229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00600432511419058 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0043658409267664 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00291289901360869 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00186265294905752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00189377903006971 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00460418686270714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139699345454574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0337979234755039 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0602677464485168 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.085798554122448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11000569909811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132390573620796 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15159609913826 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.169293016195297 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.186990514397621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.205486640334129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229181557893753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.253237813711166 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273080766201019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.286618322134018 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.289090216159821 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.283574998378754 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273699045181274 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.263387382030487 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.252852469682694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.241850733757019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233270466327667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224181711673737 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215439319610596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.207660540938377 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.200180113315582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.192028716206551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.18305516242981 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.172752574086189 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.162584468722343 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.152016565203667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.139815807342529 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.129515245556831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11989776045084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.112267836928368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.103999778628349 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.097388967871666 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0901678577065468 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0837536007165909 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0777500867843628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0726242884993553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0690992400050163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0673081576824188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.067036047577858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0679356977343559 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.07016621530056 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.072583980858326 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0750323981046677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0774050876498222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0791785567998886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0803491547703743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.080874614417553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0806821063160896 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0794599503278732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0780422985553742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0761934518814087 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.074484221637249 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0724922269582748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0708932727575302 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.069573238492012 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.068089209496975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0665859431028366 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0652998611330986 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0639152824878693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0625139251351357 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0612633489072323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0600595921278 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0591550245881081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0582340992987156 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0575152933597565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0559111572802067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0549225434660912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.053684089332819 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0525968782603741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0516011491417885 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0506701804697514 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0497782118618488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.048476554453373 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0472403652966023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0462779141962528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0454610884189606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0447233505547047 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0436200089752674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0425228625535965 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0416529029607773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0408408083021641 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0390464328229427 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0372622981667519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0363757237792015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0353994518518448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0345350205898285 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0332791395485401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0323126092553139 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0312565825879574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0299149621278048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.029098879545927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.028380474075675 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0276288501918316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0272911917418242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0271986965090036 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0274871438741684 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0282482616603374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0295610837638378 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.031615424901247 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0346785746514797 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0387909337878227 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0438205040991306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0499514639377594 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0578287653625011 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0641179233789444 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0747176632285118 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0862487331032753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0983018204569817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.106630176305771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11955600976944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132110372185707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.140063136816025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.151939645409584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15967133641243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.170385435223579 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.180735871195793 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.187573298811913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.194054409861565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.203141912817955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.20876456797123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215954780578613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.220133006572723 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224167600274086 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229536697268486 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.23248416185379 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235197708010674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.238405734300613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239470198750496 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240031272172928 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.24043296277523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240457206964493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239868059754372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239642664790154 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239145949482918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.237540140748024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235139980912209 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233003750443459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.231239601969719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.870794057846069, + "reflectance": 0.0763658285140991 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.902543604373932, + "reflectance": 0.0804615318775177 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.83999997 + } + } + ] + } + ] +} From 9830ecebc6c29e5230131bb01b40d9cb0711cfbb Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 7 Oct 2025 11:57:58 +0200 Subject: [PATCH 330/362] Improve the definition of the slat tilt angle for vertical slats --- schemas/common.json | 77 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 18 deletions(-) diff --git a/schemas/common.json b/schemas/common.json index 4986f2db..eb6483e2 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,7 +62,9 @@ } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", @@ -73,7 +75,9 @@ } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,7 +228,10 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -237,7 +248,10 @@ } }, "additionalProperties": false, - "required": ["i", "v"] + "required": [ + "i", + "v" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -299,7 +315,7 @@ }, "slatTilt": { "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "For horizontal slats, the slat tilt angle is the angle between the plane of a slat ant the horizontal plane. 0° means fully open slats and 70° almost closed slats. For vertical slats, the slat tilt angle is the angle between the plane of a slat and a vertical plane which is perpendicular to the plane of the building envelope. 90° means that the slats are parallel to the plane of the building envelope." + "description": "For horizontal slats, the slat tilt angle is the angle between the plane of a slat and the horizontal plane. 0° means fully open slats and 70° almost closed slats. For vertical slats, the slat tilt angle is the angle between the plane of a slat and a vertical plane which is perpendicular to the plane of the building envelope. 90° means that the slats are parallel to the plane of the building envelope. When the slats rotate counterclockwise as seen from above, the slat tilt angle decreases and reaches 0° when the slats are perpendicular to the plane of the building envelope." }, "slatMaximumClosing": { "$ref": "number.json#/$defs/degreeWithUncertainty", @@ -352,7 +368,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["voltage"] + "required": [ + "voltage" + ] }, { "title": "Thermochromic layers", @@ -366,7 +384,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["temperature"] + "required": [ + "temperature" + ] }, { "title": "Photochromic layers", @@ -380,7 +400,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["irradiance"] + "required": [ + "irradiance" + ] } ] }, @@ -474,7 +496,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -496,14 +520,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -652,7 +684,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -683,14 +718,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file From f1136a1f54d9a347ba33316f976f0b4482e54989 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 7 Oct 2025 12:13:09 +0200 Subject: [PATCH 331/362] The description of the prime direction should not refer a `profileAngle` symmetry which is defined by the altitude angle of the irradiance --- schemas/component.json | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/schemas/component.json b/schemas/component.json index fcc3c013..31a8003a 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,7 +145,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "categories": { "title": "The categories which a component can have.", @@ -155,7 +157,11 @@ "type": "array", "items": { "type": "string", - "enum": ["material", "layer", "unit"], + "enum": [ + "material", + "layer", + "unit" + ], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -229,7 +235,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "The characteristics a component can have which do not change between different datasets about this component.", @@ -285,7 +293,7 @@ }, "direction": { "title": "Prime direction", - "description": "The prime direction is used to define the orientation of the component. If there is a `profileAngle` symmetry, the prime direction must be equal to the direction of the profile angle symmetry. For a facade component, the prime direction is often defined as the vertical direction from the bottom to the top of the component.", + "description": "The prime direction is used to define the orientation of the component within the plane of the prime surface. For a facade component, the prime direction is often defined as the vertical direction from the bottom to the top of the component.", "type": "object", "properties": { "reference": { @@ -359,7 +367,10 @@ } }, "minProperties": 2, - "required": ["surface", "rootMeanSquare"] + "required": [ + "surface", + "rootMeanSquare" + ] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -383,10 +394,14 @@ }, "surface": { "type": "string", - "enum": ["nonPrime", "prime", "symmetric"], + "enum": [ + "nonPrime", + "prime", + "symmetric" + ], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in the property `prime/surface`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} +} \ No newline at end of file From f5349547a1057fd3f1fe2f5dd87a319a22b013a4 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 7 Oct 2025 13:26:14 +0200 Subject: [PATCH 332/362] Focus on the non-prime surface for the geometric orientation --- schemas/geometricData.json | 54 +++++++++++++++++++++++++++++--------- 1 file changed, 41 insertions(+), 13 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 5d52e2a4..b53a84e7 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -22,7 +22,7 @@ }, "orientation": { "$ref": "#/$defs/orientation", - "description": "The orientation of the prime surface of the component." + "description": "The orientation of the non-prime surface of the component." }, "assembly": { "$ref": "#/$defs/assembly", @@ -105,7 +105,10 @@ } }, "additionalProperties": false, - "required": ["latitude", "longitude"] + "required": [ + "latitude", + "longitude" + ] }, "location": { "title": "The location of the center of mass of the component.", @@ -125,15 +128,18 @@ } }, "additionalProperties": false, - "required": ["east", "north"] + "required": [ + "east", + "north" + ] }, "orientation": { - "title": "The orientation of the prime surface of the component.", + "title": "The orientation of the non-prime surface of the component.", "type": "object", "properties": { "azimuth": { "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "When the normal of the non-prime surface is projected on a horizontal plane, then the azimuth angle of the component is the angle between this projection and the north direction. If the prime surface faces west, then the azimuth angle equals 90°." + "description": "When the normal of the non-prime surface is projected on a horizontal plane, then the azimuth angle of the component is the angle between this projection and the north direction. If the non-prime surface faces east, then the azimuth angle equals 90°. If the non-prime surface faces west, then the azimuth angle equals 270°." }, "componentTilt": { "$ref": "common.json#/$defs/angles/$defs/componentTilt", @@ -145,7 +151,10 @@ } }, "additionalProperties": false, - "required": ["azimuth", "componentTilt"] + "required": [ + "azimuth", + "componentTilt" + ] }, "assembly": { "title": "The geometry of the subcomponents which are used for this assembly.", @@ -168,7 +177,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 2 }, @@ -187,7 +198,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -204,7 +219,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "coordinateSystem": { "title": "Definition of the coordinate system of the dataset", @@ -247,7 +266,10 @@ } }, "additionalProperties": false, - "required": ["uDirection", "vDirection"] + "required": [ + "uDirection", + "vDirection" + ] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -278,7 +300,9 @@ } }, "additionalProperties": false, - "required": ["weights"] + "required": [ + "weights" + ] } ], "minItems": 2, @@ -298,7 +322,11 @@ } }, "additionalProperties": false, - "required": ["degree", "controlPoints", "knots"] + "required": [ + "degree", + "controlPoints", + "knots" + ] }, "body": { "type": "object", @@ -318,4 +346,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From 83a6ddbcd8f0bb0b75916d5f494f37cb2217cbf2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 7 Oct 2025 13:27:03 +0200 Subject: [PATCH 333/362] Define the `azimuth` more explicitly --- schemas/opticalData.json | 144 +++++++++++++++++++++++++++++++-------- 1 file changed, 114 insertions(+), 30 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 624b8c99..4b48e1c7 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -30,7 +30,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, "minItems": 1 }, @@ -40,7 +42,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -83,7 +87,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -93,10 +99,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -125,7 +137,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -182,13 +199,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -218,12 +241,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the dataset. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -251,11 +282,13 @@ }, "azimuth": { "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The direction of incidence is projected onto the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of incidence is projected onto the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the irradiated surface as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals +30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -279,17 +312,22 @@ }, "azimuth": { "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the sample as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals 30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the irradiated surface as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals +30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -306,7 +344,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -338,7 +378,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -350,7 +393,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -473,7 +518,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -495,7 +544,9 @@ } }, "additionalProperties": false, - "required": ["ra"] + "required": [ + "ra" + ] }, { "type": "object", @@ -514,18 +565,26 @@ } }, "additionalProperties": false, - "required": ["raOutIn"] + "required": [ + "raOutIn" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -580,7 +639,11 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": ["#", "@", ""] + "enum": [ + "#", + "@", + "" + ] }, "reference": { "type": "boolean" @@ -655,7 +718,13 @@ "type": "array", "items": { "type": "string", - "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], + "enum": [ + "GEN_BSDF_XML", + "BSDF_XML", + "THMX", + "TOLERANCE", + "OTHER" + ], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -868,15 +937,26 @@ "properties": { "opticalDataType": { "type": "string", - "enum": ["DISCRETE", "BAND"] + "enum": [ + "DISCRETE", + "BAND" + ] }, "incidenceAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "BSDF"] + "enum": [ + "DIRECT", + "BSDF" + ] }, "outgoingAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] + "enum": [ + "DIRECT", + "DIFFUSE", + "DIRECT_DIFFUSE", + "BSDF" + ] }, "opticalData": { "type": "object", @@ -1064,7 +1144,11 @@ "properties": { "type": { "type": "string", - "enum": ["circular", "square", "rectangle"], + "enum": [ + "circular", + "square", + "rectangle" + ], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1141,4 +1225,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file From cf5f706aeedb7a6b854a31bacbdeacf3c94e8eac Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 7 Oct 2025 13:28:13 +0200 Subject: [PATCH 334/362] `make format` --- apis/metabase.graphql | 761 +- schemas/common.json | 75 +- schemas/component.json | 27 +- schemas/geometricData.json | 48 +- schemas/opticalData.json | 140 +- .../igsdbExampleClearlite-4_250924.json | 49028 ++++++++-------- 6 files changed, 25210 insertions(+), 24869 deletions(-) diff --git a/apis/metabase.graphql b/apis/metabase.graphql index 1c70a5fa..f90c5c12 100644 --- a/apis/metabase.graphql +++ b/apis/metabase.graphql @@ -304,22 +304,35 @@ type CielabColor { type Component implements Node { abbreviation: String - assembledOf(where: ComponentAssembledOfFilterInput @cost(weight: "10")): ComponentAssembledOfConnection! @cost(weight: "10") + assembledOf( + where: ComponentAssembledOfFilterInput @cost(weight: "10") + ): ComponentAssembledOfConnection! @cost(weight: "10") availability: OpenEndedDateTimeRange canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [ComponentCategory!]! - concretizationOf(where: ComponentConcretizationOfFilterInput @cost(weight: "10")): ComponentConcretizationOfConnection! @cost(weight: "10") + concretizationOf( + where: ComponentConcretizationOfFilterInput @cost(weight: "10") + ): ComponentConcretizationOfConnection! @cost(weight: "10") description: String! extras: Any - generalizationOf(where: ComponentGeneralizationOfFilterInput @cost(weight: "10")): ComponentGeneralizationOfConnection! @cost(weight: "10") + generalizationOf( + where: ComponentGeneralizationOfFilterInput @cost(weight: "10") + ): ComponentGeneralizationOfConnection! @cost(weight: "10") id: ID! - manufacturers(pending: Boolean! = false where: ComponentManufacturerFilterInput @cost(weight: "10")): ComponentManufacturerConnection! @cost(weight: "10") + manufacturers( + pending: Boolean! = false + where: ComponentManufacturerFilterInput @cost(weight: "10") + ): ComponentManufacturerConnection! @cost(weight: "10") name: String! - partOf(where: ComponentPartOfFilterInput @cost(weight: "10")): ComponentPartOfConnection! @cost(weight: "10") + partOf( + where: ComponentPartOfFilterInput @cost(weight: "10") + ): ComponentPartOfConnection! @cost(weight: "10") prime: PrimeSurfaceOrDirection @cost(weight: "10") switchableLayers: DescriptionOrReference uuid: Uuid! @cost(weight: "10") - variantOf(where: ComponentVariantOfFilterInput @cost(weight: "10")): ComponentVariantOfConnection! @cost(weight: "10") + variantOf( + where: ComponentVariantOfFilterInput @cost(weight: "10") + ): ComponentVariantOfConnection! @cost(weight: "10") } type ComponentAssembledOfConnection { @@ -618,28 +631,79 @@ type DataFormatsEdge { } type Database implements Node { - allCalorimetricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: CalorimetricDataPropositionInput): CalorimetricDataConnection @cost(weight: "10") - allGeometricData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: GeometricDataPropositionInput): GeometricDataConnection @cost(weight: "10") - allHygrothermalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: HygrothermalDataPropositionInput): HygrothermalDataConnection @cost(weight: "10") - allOpticalData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: OpticalDataPropositionInput): OpticalDataConnection @cost(weight: "10") - allPhotovoltaicData(after: String before: String first: NonNegativeInt last: NonNegativeInt locale: Locale where: PhotovoltaicDataPropositionInput): PhotovoltaicDataConnection @cost(weight: "10") - calorimetricData(id: Uuid! locale: Locale): CalorimetricData @cost(weight: "10") + allCalorimetricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: Locale + where: CalorimetricDataPropositionInput + ): CalorimetricDataConnection @cost(weight: "10") + allGeometricData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: Locale + where: GeometricDataPropositionInput + ): GeometricDataConnection @cost(weight: "10") + allHygrothermalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: Locale + where: HygrothermalDataPropositionInput + ): HygrothermalDataConnection @cost(weight: "10") + allOpticalData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: Locale + where: OpticalDataPropositionInput + ): OpticalDataConnection @cost(weight: "10") + allPhotovoltaicData( + after: String + before: String + first: NonNegativeInt + last: NonNegativeInt + locale: Locale + where: PhotovoltaicDataPropositionInput + ): PhotovoltaicDataConnection @cost(weight: "10") + calorimetricData(id: Uuid!, locale: Locale): CalorimetricData + @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") canCurrentUserVerifyNode: Boolean! @cost(weight: "10") description: String! - geometricData(id: Uuid! locale: Locale): GeometricData @cost(weight: "10") - hasCalorimetricData(locale: Locale where: CalorimetricDataPropositionInput): Boolean @cost(weight: "10") - hasGeometricData(locale: Locale where: GeometricDataPropositionInput): Boolean @cost(weight: "10") - hasHygrothermalData(locale: Locale where: HygrothermalDataPropositionInput): Boolean @cost(weight: "10") - hasOpticalData(locale: Locale where: OpticalDataPropositionInput): Boolean @cost(weight: "10") - hasPhotovoltaicData(locale: Locale where: PhotovoltaicDataPropositionInput): Boolean @cost(weight: "10") - hygrothermalData(id: Uuid! locale: Locale): HygrothermalData @cost(weight: "10") + geometricData(id: Uuid!, locale: Locale): GeometricData @cost(weight: "10") + hasCalorimetricData( + locale: Locale + where: CalorimetricDataPropositionInput + ): Boolean @cost(weight: "10") + hasGeometricData( + locale: Locale + where: GeometricDataPropositionInput + ): Boolean @cost(weight: "10") + hasHygrothermalData( + locale: Locale + where: HygrothermalDataPropositionInput + ): Boolean @cost(weight: "10") + hasOpticalData(locale: Locale, where: OpticalDataPropositionInput): Boolean + @cost(weight: "10") + hasPhotovoltaicData( + locale: Locale + where: PhotovoltaicDataPropositionInput + ): Boolean @cost(weight: "10") + hygrothermalData(id: Uuid!, locale: Locale): HygrothermalData + @cost(weight: "10") id: ID! locator: Url! name: String! operator: DatabaseOperatorEdge! @cost(weight: "10") - opticalData(id: Uuid! locale: Locale): OpticalData @cost(weight: "10") - photovoltaicData(id: Uuid! locale: Locale): PhotovoltaicData @cost(weight: "10") + opticalData(id: Uuid!, locale: Locale): OpticalData @cost(weight: "10") + photovoltaicData(id: Uuid!, locale: Locale): PhotovoltaicData + @cost(weight: "10") uuid: Uuid! @cost(weight: "10") verificationCode: String! verificationState: DatabaseVerificationState! @@ -951,22 +1015,46 @@ type Institution implements Node { canCurrentUserSwitchOperatingStateOfNode: Boolean! @cost(weight: "10") canCurrentUserUpdateNode: Boolean! @cost(weight: "10") description: String! - developedMethods(pending: Boolean! = false where: InstitutionMethodDeveloperFilterInput @cost(weight: "10")): InstitutionDevelopedMethodConnection! @cost(weight: "10") + developedMethods( + pending: Boolean! = false + where: InstitutionMethodDeveloperFilterInput @cost(weight: "10") + ): InstitutionDevelopedMethodConnection! @cost(weight: "10") extras: Any - gnuPgKeyFingerprints(where: InstitutionGnuPgKeyFingerprintFilterInput @cost(weight: "10")): InstitutionGnuPgKeyFingerprintConnection! @cost(weight: "10") - hasGnuPgKeyFingerprint(where: InstitutionGnuPgKeyFingerprintFilterInput @cost(weight: "10")): Boolean! @cost(weight: "10") + gnuPgKeyFingerprints( + where: InstitutionGnuPgKeyFingerprintFilterInput @cost(weight: "10") + ): InstitutionGnuPgKeyFingerprintConnection! @cost(weight: "10") + hasGnuPgKeyFingerprint( + where: InstitutionGnuPgKeyFingerprintFilterInput @cost(weight: "10") + ): Boolean! @cost(weight: "10") id: ID! - managedDataFormats(where: InstitutionManagedDataFormatFilterInput @cost(weight: "10")): InstitutionManagedDataFormatConnection! @cost(weight: "10") - managedInstitutions(where: InstitutionManagedInstitutionFilterInput @cost(weight: "10")): InstitutionManagedInstitutionConnection! @cost(weight: "10") - managedMethods(where: InstitutionManagedMethodFilterInput @cost(weight: "10")): InstitutionManagedMethodConnection! @cost(weight: "10") + managedDataFormats( + where: InstitutionManagedDataFormatFilterInput @cost(weight: "10") + ): InstitutionManagedDataFormatConnection! @cost(weight: "10") + managedInstitutions( + where: InstitutionManagedInstitutionFilterInput @cost(weight: "10") + ): InstitutionManagedInstitutionConnection! @cost(weight: "10") + managedMethods( + where: InstitutionManagedMethodFilterInput @cost(weight: "10") + ): InstitutionManagedMethodConnection! @cost(weight: "10") manager: InstitutionManagerEdge @cost(weight: "10") - manufacturedComponents(pending: Boolean! = false where: InstitutionManufacturedComponentFilterInput @cost(weight: "10")): InstitutionManufacturedComponentConnection! @cost(weight: "10") + manufacturedComponents( + pending: Boolean! = false + where: InstitutionManufacturedComponentFilterInput @cost(weight: "10") + ): InstitutionManufacturedComponentConnection! @cost(weight: "10") name: String! - openIdConnectApplications(where: InstitutionOwnedOpenIdConnectApplicationFilterInput @cost(weight: "10")): InstitutionOwnedOpenIdConnectApplicationConnection! @cost(weight: "10") - operatedDatabases(where: InstitutionOperatedDatabaseFilterInput @cost(weight: "10")): InstitutionOperatedDatabaseConnection! @cost(weight: "10") + openIdConnectApplications( + where: InstitutionOwnedOpenIdConnectApplicationFilterInput + @cost(weight: "10") + ): InstitutionOwnedOpenIdConnectApplicationConnection! @cost(weight: "10") + operatedDatabases( + where: InstitutionOperatedDatabaseFilterInput @cost(weight: "10") + ): InstitutionOperatedDatabaseConnection! @cost(weight: "10") operatingState: InstitutionOperatingState! publicKey: String - representatives(pending: Boolean! = false where: InstitutionRepresentativeFilterInput @cost(weight: "10")): InstitutionRepresentativeConnection! @cost(weight: "10") + representatives( + pending: Boolean! = false + where: InstitutionRepresentativeFilterInput @cost(weight: "10") + ): InstitutionRepresentativeConnection! @cost(weight: "10") state: InstitutionState! uuid: Uuid! @cost(weight: "10") websiteLocator: Url @@ -1149,7 +1237,10 @@ type Method implements Node { canCurrentUserUpdateNode: Boolean! @cost(weight: "10") categories: [MethodCategory!]! description: String! - developers(pending: Boolean! = false where: IMethodDeveloperFilterInput @cost(weight: "10")): MethodDeveloperConnection! @cost(weight: "10") + developers( + pending: Boolean! = false + where: IMethodDeveloperFilterInput @cost(weight: "10") + ): MethodDeveloperConnection! @cost(weight: "10") id: ID! manager: MethodManagerEdge! @cost(weight: "10") name: String! @@ -1194,75 +1285,274 @@ type MethodsEdge { } type Mutation { - addComponentAssembly(input: AddComponentAssemblyInput!): AddComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentGeneralization(input: AddComponentGeneralizationInput!): AddComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentManufacturer(input: AddComponentManufacturerInput!): AddComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - addComponentVariant(input: AddComponentVariantInput!): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - addGnuPgKeyFingerprint(input: GnuPgKeyFingerprintInput!): AddGnuPgKeyFingerprintPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionMethodDeveloper(input: AddInstitutionMethodDeveloperInput!): AddInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addInstitutionRepresentative(input: AddInstitutionRepresentativeInput!): AddInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - addUserMethodDeveloper(input: AddUserMethodDeveloperInput!): AddUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - addUserRole(input: AddUserRoleInput!): AddUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - allowGnuPgKeyFingerprint(input: AllowGnuPgKeyFingerprintInput!): AllowGnuPgKeyFingerprintPayload! @authorize(policy: "Write") @cost(weight: "10") - changeInstitutionRepresentativeRole(input: ChangeInstitutionRepresentativeRoleInput!): ChangeInstitutionRepresentativeRolePayload! @authorize(policy: "Write") @cost(weight: "10") - changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - changeUserPassword(input: ChangeUserPasswordInput!): ChangeUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - confirmComponentManufacturer(input: ConfirmComponentManufacturerInput!): ConfirmComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionMethodDeveloper(input: ConfirmInstitutionMethodDeveloperInput!): ConfirmInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - confirmInstitutionRepresentative(input: ConfirmInstitutionRepresentativeInput!): ConfirmInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! @cost(weight: "10") - confirmUserEmailChange(input: ConfirmUserEmailChangeInput!): ConfirmUserEmailChangePayload! @cost(weight: "10") - confirmUserMethodDeveloper(input: ConfirmUserMethodDeveloperInput!): ConfirmUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - createComponent(input: CreateComponentInput!): CreateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - createMethod(input: CreateMethodInput!): CreateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - createOpenIdConnectApplication(input: CreateOpenIdConnectApplicationInput!): CreateOpenIdConnectApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteOpenIdConnectApplication(input: DeleteOpenIdConnectApplicationInput!): DeleteOpenIdConnectApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") - deleteOpenIdConnectAuthorization(input: DeleteOpenIdConnectAuthorizationInput!): DeleteOpenIdConnectAuthorizationPayload! @authorize(policy: "Write") @cost(weight: "10") - deletePersonalUserData(input: DeletePersonalUserDataInput!): DeletePersonalUserDataPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - deleteUser(input: DeleteUserInput!): DeleteUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - enableUserTwoFactorAuthenticator(input: EnableUserTwoFactorAuthenticatorInput!): EnableUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - forbidGnuPgKeyFingerprint(input: ForbidGnuPgKeyFingerprintInput!): ForbidGnuPgKeyFingerprintPayload! @authorize(policy: "Write") @cost(weight: "10") - forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! @authorize(policy: "ManageUser") @cost(weight: "10") + addComponentAssembly( + input: AddComponentAssemblyInput! + ): AddComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentGeneralization( + input: AddComponentGeneralizationInput! + ): AddComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentManufacturer( + input: AddComponentManufacturerInput! + ): AddComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addComponentVariant( + input: AddComponentVariantInput! + ): AddComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") + addGnuPgKeyFingerprint( + input: GnuPgKeyFingerprintInput! + ): AddGnuPgKeyFingerprintPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addInstitutionMethodDeveloper( + input: AddInstitutionMethodDeveloperInput! + ): AddInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addInstitutionRepresentative( + input: AddInstitutionRepresentativeInput! + ): AddInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserMethodDeveloper( + input: AddUserMethodDeveloperInput! + ): AddUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + addUserRole(input: AddUserRoleInput!): AddUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + allowGnuPgKeyFingerprint( + input: AllowGnuPgKeyFingerprintInput! + ): AllowGnuPgKeyFingerprintPayload! + @authorize(policy: "Write") + @cost(weight: "10") + changeInstitutionRepresentativeRole( + input: ChangeInstitutionRepresentativeRoleInput! + ): ChangeInstitutionRepresentativeRolePayload! + @authorize(policy: "Write") + @cost(weight: "10") + changeUserEmail(input: ChangeUserEmailInput!): ChangeUserEmailPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + changeUserPassword( + input: ChangeUserPasswordInput! + ): ChangeUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + confirmComponentManufacturer( + input: ConfirmComponentManufacturerInput! + ): ConfirmComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionMethodDeveloper( + input: ConfirmInstitutionMethodDeveloperInput! + ): ConfirmInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmInstitutionRepresentative( + input: ConfirmInstitutionRepresentativeInput! + ): ConfirmInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + confirmUserEmail(input: ConfirmUserEmailInput!): ConfirmUserEmailPayload! + @cost(weight: "10") + confirmUserEmailChange( + input: ConfirmUserEmailChangeInput! + ): ConfirmUserEmailChangePayload! @cost(weight: "10") + confirmUserMethodDeveloper( + input: ConfirmUserMethodDeveloperInput! + ): ConfirmUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createComponent(input: CreateComponentInput!): CreateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDatabase(input: CreateDatabaseInput!): CreateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + createDataFormat(input: CreateDataFormatInput!): CreateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createInstitution(input: CreateInstitutionInput!): CreateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createMethod(input: CreateMethodInput!): CreateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + createOpenIdConnectApplication( + input: CreateOpenIdConnectApplicationInput! + ): CreateOpenIdConnectApplicationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deleteInstitution(input: DeleteInstitutionInput!): DeleteInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deleteOpenIdConnectApplication( + input: DeleteOpenIdConnectApplicationInput! + ): DeleteOpenIdConnectApplicationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deleteOpenIdConnectAuthorization( + input: DeleteOpenIdConnectAuthorizationInput! + ): DeleteOpenIdConnectAuthorizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + deletePersonalUserData( + input: DeletePersonalUserDataInput! + ): DeletePersonalUserDataPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + deleteUser(input: DeleteUserInput!): DeleteUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + disableUserTwoFactorAuthentication: DisableUserTwoFactorAuthenticationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + enableUserTwoFactorAuthenticator( + input: EnableUserTwoFactorAuthenticatorInput! + ): EnableUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + forbidGnuPgKeyFingerprint( + input: ForbidGnuPgKeyFingerprintInput! + ): ForbidGnuPgKeyFingerprintPayload! + @authorize(policy: "Write") + @cost(weight: "10") + forgetUserTwoFactorAuthenticationClient: ForgetUserTwoFactorAuthenticationClientPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUri: GenerateUserTwoFactorAuthenticatorSharedKeyAndQrCodeUriPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + generateUserTwoFactorRecoveryCodes: GenerateUserTwoFactorRecoveryCodesPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") loginUser(input: LoginUserInput!): LoginUserPayload! @cost(weight: "10") - loginUserWithRecoveryCode(input: LoginUserWithRecoveryCodeInput!): LoginUserWithRecoveryCodePayload! @cost(weight: "10") - loginUserWithTwoFactorCode(input: LoginUserWithTwoFactorCodeInput!): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") - logoutUser: LogoutUserPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - registerUser(input: RegisterUserInput!): RegisterUserPayload! @cost(weight: "10") - removeComponentAssembly(input: RemoveComponentAssemblyInput!): RemoveComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentGeneralization(input: RemoveComponentGeneralizationInput!): RemoveComponentGeneralizationPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentManufacturer(input: RemoveComponentManufacturerInput!): RemoveComponentManufacturerPayload! @authorize(policy: "Write") @cost(weight: "10") - removeComponentVariant(input: RemoveComponentVariantInput!): RemoveComponentVariantPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionMethodDeveloper(input: RemoveInstitutionMethodDeveloperInput!): RemoveInstitutionMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeInstitutionRepresentative(input: RemoveInstitutionRepresentativeInput!): RemoveInstitutionRepresentativePayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserMethodDeveloper(input: RemoveUserMethodDeveloperInput!): RemoveUserMethodDeveloperPayload! @authorize(policy: "Write") @cost(weight: "10") - removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! @authorize(policy: "ManageUser") @cost(weight: "10") - requestUserPasswordReset(input: RequestUserPasswordResetInput!): RequestUserPasswordResetPayload! @cost(weight: "10") - resendUserEmailConfirmation(input: ResendUserEmailConfirmationInput!): ResendUserEmailConfirmationPayload! @cost(weight: "10") - resendUserEmailVerification: ResendUserEmailVerificationPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! @cost(weight: "10") - resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - revokeOpenIdConnectToken(input: RevokeOpenIdConnectTokenInput!): RevokeOpenIdConnectTokenPayload! @authorize(policy: "Write") @cost(weight: "10") - setComponentExtras(input: SetComponentExtrasInput!): SetComponentExtrasPayload! @authorize(policy: "Write") @cost(weight: "10") - setInstitutionExtras(input: SetInstitutionExtrasInput!): SetInstitutionExtrasPayload! @authorize(policy: "Write") @cost(weight: "10") - setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - setUserPhoneNumber(input: SetUserPhoneNumberInput!): SetUserPhoneNumberPayload! @authorize(policy: "ManageUser") @cost(weight: "10") - switchInstitutionOperatingState(input: SwitchInstitutionOperatingStateInput!): SwitchInstitutionOperatingStatePayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! @authorize(policy: "Write") @cost(weight: "10") - updateComponentAssembly(input: UpdateComponentAssemblyInput!): UpdateComponentAssemblyPayload! @authorize(policy: "Write") @cost(weight: "10") - updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! @authorize(policy: "Write") @cost(weight: "10") - updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") - updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! @authorize(policy: "Write") @cost(weight: "10") - updateOpenIdConnectApplication(input: UpdateOpenIdConnectApplicationInput!): UpdateOpenIdConnectApplicationPayload! @authorize(policy: "Write") @cost(weight: "10") - verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! @authorize(policy: "Write") @cost(weight: "10") - verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! @authorize(policy: "Write") @cost(weight: "10") + loginUserWithRecoveryCode( + input: LoginUserWithRecoveryCodeInput! + ): LoginUserWithRecoveryCodePayload! @cost(weight: "10") + loginUserWithTwoFactorCode( + input: LoginUserWithTwoFactorCodeInput! + ): LoginUserWithTwoFactorCodePayload! @cost(weight: "10") + logoutUser: LogoutUserPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + registerUser(input: RegisterUserInput!): RegisterUserPayload! + @cost(weight: "10") + removeComponentAssembly( + input: RemoveComponentAssemblyInput! + ): RemoveComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentGeneralization( + input: RemoveComponentGeneralizationInput! + ): RemoveComponentGeneralizationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentManufacturer( + input: RemoveComponentManufacturerInput! + ): RemoveComponentManufacturerPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeComponentVariant( + input: RemoveComponentVariantInput! + ): RemoveComponentVariantPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionMethodDeveloper( + input: RemoveInstitutionMethodDeveloperInput! + ): RemoveInstitutionMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeInstitutionRepresentative( + input: RemoveInstitutionRepresentativeInput! + ): RemoveInstitutionRepresentativePayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserMethodDeveloper( + input: RemoveUserMethodDeveloperInput! + ): RemoveUserMethodDeveloperPayload! + @authorize(policy: "Write") + @cost(weight: "10") + removeUserRole(input: RemoveUserRoleInput!): RemoveUserRolePayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + requestUserPasswordReset( + input: RequestUserPasswordResetInput! + ): RequestUserPasswordResetPayload! @cost(weight: "10") + resendUserEmailConfirmation( + input: ResendUserEmailConfirmationInput! + ): ResendUserEmailConfirmationPayload! @cost(weight: "10") + resendUserEmailVerification: ResendUserEmailVerificationPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + resetUserPassword(input: ResetUserPasswordInput!): ResetUserPasswordPayload! + @cost(weight: "10") + resetUserTwoFactorAuthenticator: ResetUserTwoFactorAuthenticatorPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + revokeOpenIdConnectToken( + input: RevokeOpenIdConnectTokenInput! + ): RevokeOpenIdConnectTokenPayload! + @authorize(policy: "Write") + @cost(weight: "10") + setComponentExtras( + input: SetComponentExtrasInput! + ): SetComponentExtrasPayload! @authorize(policy: "Write") @cost(weight: "10") + setInstitutionExtras( + input: SetInstitutionExtrasInput! + ): SetInstitutionExtrasPayload! + @authorize(policy: "Write") + @cost(weight: "10") + setUserPassword(input: SetUserPasswordInput!): SetUserPasswordPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + setUserPhoneNumber( + input: SetUserPhoneNumberInput! + ): SetUserPhoneNumberPayload! + @authorize(policy: "ManageUser") + @cost(weight: "10") + switchInstitutionOperatingState( + input: SwitchInstitutionOperatingStateInput! + ): SwitchInstitutionOperatingStatePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponent(input: UpdateComponentInput!): UpdateComponentPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateComponentAssembly( + input: UpdateComponentAssemblyInput! + ): UpdateComponentAssemblyPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDatabase(input: UpdateDatabaseInput!): UpdateDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateDataFormat(input: UpdateDataFormatInput!): UpdateDataFormatPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateInstitution(input: UpdateInstitutionInput!): UpdateInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateMethod(input: UpdateMethodInput!): UpdateMethodPayload! + @authorize(policy: "Write") + @cost(weight: "10") + updateOpenIdConnectApplication( + input: UpdateOpenIdConnectApplicationInput! + ): UpdateOpenIdConnectApplicationPayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyDatabase(input: VerifyDatabaseInput!): VerifyDatabasePayload! + @authorize(policy: "Write") + @cost(weight: "10") + verifyInstitution(input: VerifyInstitutionInput!): VerifyInstitutionPayload! + @authorize(policy: "Write") + @cost(weight: "10") } type NamedMethodArgument { @@ -1288,7 +1578,8 @@ type OpenEndedDateTimeRange { type OpenIdConnectApplication implements Node { applicationType: String - authorizations: OpenIdConnectApplicationAuthorizationConnection! @cost(weight: "10") + authorizations: OpenIdConnectApplicationAuthorizationConnection! + @cost(weight: "10") canCurrentUserManageNode: Boolean! @cost(weight: "10") clientId: String! @cost(weight: "10") clientType: String @@ -1524,32 +1815,216 @@ type Publication { type Query { component(id: Uuid!): Component @cost(weight: "10") - components("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [ComponentSortInput!] @cost(weight: "10") where: ComponentFilterInput @cost(weight: "10")): ComponentsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + components( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [ComponentSortInput!] @cost(weight: "10") + where: ComponentFilterInput @cost(weight: "10") + ): ComponentsConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") currentUser: User @cost(weight: "10") database(id: Uuid!): Database @cost(weight: "10") - databases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): DatabasesConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + databases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): DatabasesConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") dataFormat(id: Uuid!): DataFormat @cost(weight: "10") - dataFormats("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DataFormatSortInput!] @cost(weight: "10") where: DataFormatFilterInput @cost(weight: "10")): DataFormatsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - gnuPgKeyFingerprint(fingerprint: String!): GnuPgKeyFingerprint @cost(weight: "10") - gnuPgKeyFingerprints("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [GnuPgKeyFingerprintSortInput!] @cost(weight: "10") where: GnuPgKeyFingerprintFilterInput @cost(weight: "10")): GnuPgKeyFingerprintsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + dataFormats( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DataFormatSortInput!] @cost(weight: "10") + where: DataFormatFilterInput @cost(weight: "10") + ): DataFormatsConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") + gnuPgKeyFingerprint(fingerprint: String!): GnuPgKeyFingerprint + @cost(weight: "10") + gnuPgKeyFingerprints( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [GnuPgKeyFingerprintSortInput!] @cost(weight: "10") + where: GnuPgKeyFingerprintFilterInput @cost(weight: "10") + ): GnuPgKeyFingerprintsConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") institution(id: Uuid!): Institution @cost(weight: "10") - institutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): InstitutionsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + institutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): InstitutionsConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") method(id: Uuid!): Method @cost(weight: "10") - methods("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [MethodSortInput!] @cost(weight: "10") where: MethodFilterInput @cost(weight: "10")): MethodsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + methods( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [MethodSortInput!] @cost(weight: "10") + where: MethodFilterInput @cost(weight: "10") + ): MethodsConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") "Fetches an object given its ID." node("ID of the object." id: ID!): Node @cost(weight: "10") "Lookup nodes by a list of IDs." nodes("The list of node IDs." ids: [ID!]!): [Node]! @cost(weight: "10") - openIdConnectApplication(id: Uuid!): OpenIdConnectApplication @authorize(policy: "Read") @cost(weight: "10") - openIdConnectApplications: [OpenIdConnectApplication!]! @authorize(policy: "Read") @cost(weight: "10") - openIdConnectAuthorization(id: Uuid!): OpenIdConnectAuthorization @authorize(policy: "Read") @cost(weight: "10") - openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! @authorize(policy: "Read") @cost(weight: "10") - openIdConnectToken(id: Uuid!): OpenIdConnectToken @authorize(policy: "Read") @cost(weight: "10") - openIdConnectTokens: [OpenIdConnectToken!]! @authorize(policy: "Read") @cost(weight: "10") - pendingDatabases("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [DatabaseSortInput!] @cost(weight: "10") where: DatabaseFilterInput @cost(weight: "10")): PendingDatabasesConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") - pendingInstitutions("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [InstitutionSortInput!] @cost(weight: "10") where: InstitutionFilterInput @cost(weight: "10")): PendingInstitutionsConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + openIdConnectApplication(id: Uuid!): OpenIdConnectApplication + @authorize(policy: "Read") + @cost(weight: "10") + openIdConnectApplications: [OpenIdConnectApplication!]! + @authorize(policy: "Read") + @cost(weight: "10") + openIdConnectAuthorization(id: Uuid!): OpenIdConnectAuthorization + @authorize(policy: "Read") + @cost(weight: "10") + openIdConnectAuthorizations: [OpenIdConnectAuthorization!]! + @authorize(policy: "Read") + @cost(weight: "10") + openIdConnectToken(id: Uuid!): OpenIdConnectToken + @authorize(policy: "Read") + @cost(weight: "10") + openIdConnectTokens: [OpenIdConnectToken!]! + @authorize(policy: "Read") + @cost(weight: "10") + pendingDatabases( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [DatabaseSortInput!] @cost(weight: "10") + where: DatabaseFilterInput @cost(weight: "10") + ): PendingDatabasesConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") + pendingInstitutions( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [InstitutionSortInput!] @cost(weight: "10") + where: InstitutionFilterInput @cost(weight: "10") + ): PendingInstitutionsConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") user(id: Uuid!): User @cost(weight: "10") - users("Returns the elements in the list that come after the specified cursor." after: String "Returns the elements in the list that come before the specified cursor." before: String "Returns the first _n_ elements from the list." first: Int "Returns the last _n_ elements from the list." last: Int order: [UserSortInput!] @cost(weight: "10") where: UserFilterInput @cost(weight: "10")): UsersConnection @listSize(assumedSize: 2147483646, slicingArguments: [ "first", "last" ], slicingArgumentDefaultValue: 100, sizedFields: [ "edges", "nodes" ], requireOneSlicingArgument: false) @cost(weight: "10") + users( + "Returns the elements in the list that come after the specified cursor." + after: String + "Returns the elements in the list that come before the specified cursor." + before: String + "Returns the first _n_ elements from the list." + first: Int + "Returns the last _n_ elements from the list." + last: Int + order: [UserSortInput!] @cost(weight: "10") + where: UserFilterInput @cost(weight: "10") + ): UsersConnection + @listSize( + assumedSize: 2147483646 + slicingArguments: ["first", "last"] + slicingArgumentDefaultValue: 100 + sizedFields: ["edges", "nodes"] + requireOneSlicingArgument: false + ) + @cost(weight: "10") } type RegisterUserError { @@ -1920,10 +2395,17 @@ type User implements Node { canCurrentUserAddApprovals: Boolean! @cost(weight: "10") canCurrentUserDeleteUser: Boolean! @cost(weight: "10") canCurrentUserManageOpenIdConnect: Boolean! @cost(weight: "10") - developedMethods(pending: Boolean! = false where: UserDevelopedMethodFilterInput @cost(weight: "10")): UserDevelopedMethodConnection! @cost(weight: "10") + developedMethods( + pending: Boolean! = false + where: UserDevelopedMethodFilterInput @cost(weight: "10") + ): UserDevelopedMethodConnection! @cost(weight: "10") email: String @cost(weight: "10") - gnuPgKeyFingerprints(where: UserGnuPgKeyFingerprintFilterInput @cost(weight: "10")): UserGnuPgKeyFingerprintConnection! @cost(weight: "10") - hasGnuPgKeyFingerprint(where: UserGnuPgKeyFingerprintFilterInput @cost(weight: "10")): Boolean! @cost(weight: "10") + gnuPgKeyFingerprints( + where: UserGnuPgKeyFingerprintFilterInput @cost(weight: "10") + ): UserGnuPgKeyFingerprintConnection! @cost(weight: "10") + hasGnuPgKeyFingerprint( + where: UserGnuPgKeyFingerprintFilterInput @cost(weight: "10") + ): Boolean! @cost(weight: "10") hasPassword: Boolean @cost(weight: "10") id: ID! isEmailConfirmed: Boolean @cost(weight: "10") @@ -1932,7 +2414,10 @@ type User implements Node { name: String! @cost(weight: "10") phoneNumber: String @cost(weight: "10") postalAddress: String @cost(weight: "10") - representedInstitutions(pending: Boolean! = false where: UserRepresentedInstitutionFilterInput @cost(weight: "10")): UserRepresentedInstitutionConnection! @cost(weight: "10") + representedInstitutions( + pending: Boolean! = false + where: UserRepresentedInstitutionFilterInput @cost(weight: "10") + ): UserRepresentedInstitutionConnection! @cost(weight: "10") roles: [UserRole!] @cost(weight: "10") rolesCurrentUserCanAdd: [UserRole!]! @cost(weight: "10") rolesCurrentUserCanRemove: [UserRole!]! @cost(weight: "10") @@ -4011,16 +4496,40 @@ enum VerifyInstitutionErrorCode { } "The authorize directive." -directive @authorize("Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." apply: ApplyPolicy! = BEFORE_RESOLVER "The name of the authorization policy that determines access to the annotated resource." policy: String "Roles that are allowed to access the annotated resource." roles: [String!]) repeatable on OBJECT | FIELD_DEFINITION +directive @authorize( + "Defines when when the authorize directive shall be applied.By default the authorize directives are applied during the validation phase." + apply: ApplyPolicy! = BEFORE_RESOLVER + "The name of the authorization policy that determines access to the annotated resource." + policy: String + "Roles that are allowed to access the annotated resource." + roles: [String!] +) repeatable on OBJECT | FIELD_DEFINITION "The purpose of the `cost` directive is to define a `weight` for GraphQL types, fields, and arguments. Static analysis can use these weights when calculating the overall cost of a query or response." -directive @cost("The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." weight: String!) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION +directive @cost( + "The `weight` argument defines what value to add to the overall cost for every appearance, or possible appearance, of a type, field, argument, etc." + weight: String! +) on SCALAR | OBJECT | FIELD_DEFINITION | ARGUMENT_DEFINITION | ENUM | INPUT_FIELD_DEFINITION "The purpose of the `@listSize` directive is to either inform the static analysis about the size of returned lists (if that information is statically available), or to point the analysis to where to find that information." -directive @listSize("The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." assumedSize: Int "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." requireOneSlicingArgument: Boolean! = true "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." sizedFields: [String!] "The `slicingArgumentDefaultValue` argument can be used to define a default value for a slicing argument, which is used if the argument is not present in a query." slicingArgumentDefaultValue: Int "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." slicingArguments: [String!]) on FIELD_DEFINITION +directive @listSize( + "The `assumedSize` argument can be used to statically define the maximum length of a list returned by a field." + assumedSize: Int + "The `requireOneSlicingArgument` argument can be used to inform the static analysis that it should expect that exactly one of the defined slicing arguments is present in a query. If that is not the case (i.e., if none or multiple slicing arguments are present), the static analysis may throw an error." + requireOneSlicingArgument: Boolean! = true + "The `sizedFields` argument can be used to define that the value of the `assumedSize` argument or of a slicing argument does not affect the size of a list returned by a field itself, but that of a list returned by one of its sub-fields." + sizedFields: [String!] + "The `slicingArgumentDefaultValue` argument can be used to define a default value for a slicing argument, which is used if the argument is not present in a query." + slicingArgumentDefaultValue: Int + "The `slicingArguments` argument can be used to define which of the field's arguments with numeric type are slicing arguments, so that their value determines the size of the list returned by that field. It may specify a list of multiple slicing arguments." + slicingArguments: [String!] +) on FIELD_DEFINITION "The `@specifiedBy` directive is used within the type system definition language to provide a URL for specifying the behavior of custom scalar definitions." -directive @specifiedBy("The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." url: String!) on SCALAR +directive @specifiedBy( + "The specifiedBy URL points to a human-readable specification. This field will only read a result for scalar types." + url: String! +) on SCALAR scalar Any @@ -4028,7 +4537,7 @@ scalar Any scalar Byte "The `DateTime` scalar represents an ISO-8601 compliant date time type." -scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time") +scalar DateTime @specifiedBy(url: "https://www.graphql-scalars.com/date-time") "BCP 47 compliant Language Tag string" scalar Locale diff --git a/schemas/common.json b/schemas/common.json index eb6483e2..62fed830 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "i", - "v" - ] + "required": ["i", "v"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -368,9 +352,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "voltage" - ] + "required": ["voltage"] }, { "title": "Thermochromic layers", @@ -384,9 +366,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "temperature" - ] + "required": ["temperature"] }, { "title": "Photochromic layers", @@ -400,9 +380,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "irradiance" - ] + "required": ["irradiance"] } ] }, @@ -496,9 +474,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -520,22 +496,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -684,10 +652,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -718,20 +683,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} diff --git a/schemas/component.json b/schemas/component.json index 31a8003a..6d90a543 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,9 +145,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "categories": { "title": "The categories which a component can have.", @@ -157,11 +155,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "material", - "layer", - "unit" - ], + "enum": ["material", "layer", "unit"], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -235,9 +229,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "The characteristics a component can have which do not change between different datasets about this component.", @@ -367,10 +359,7 @@ } }, "minProperties": 2, - "required": [ - "surface", - "rootMeanSquare" - ] + "required": ["surface", "rootMeanSquare"] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -394,14 +383,10 @@ }, "surface": { "type": "string", - "enum": [ - "nonPrime", - "prime", - "symmetric" - ], + "enum": ["nonPrime", "prime", "symmetric"], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in the property `prime/surface`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} \ No newline at end of file +} diff --git a/schemas/geometricData.json b/schemas/geometricData.json index b53a84e7..750210e9 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -105,10 +105,7 @@ } }, "additionalProperties": false, - "required": [ - "latitude", - "longitude" - ] + "required": ["latitude", "longitude"] }, "location": { "title": "The location of the center of mass of the component.", @@ -128,10 +125,7 @@ } }, "additionalProperties": false, - "required": [ - "east", - "north" - ] + "required": ["east", "north"] }, "orientation": { "title": "The orientation of the non-prime surface of the component.", @@ -151,10 +145,7 @@ } }, "additionalProperties": false, - "required": [ - "azimuth", - "componentTilt" - ] + "required": ["azimuth", "componentTilt"] }, "assembly": { "title": "The geometry of the subcomponents which are used for this assembly.", @@ -177,9 +168,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 2 }, @@ -198,11 +187,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -219,11 +204,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "coordinateSystem": { "title": "Definition of the coordinate system of the dataset", @@ -266,10 +247,7 @@ } }, "additionalProperties": false, - "required": [ - "uDirection", - "vDirection" - ] + "required": ["uDirection", "vDirection"] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -300,9 +278,7 @@ } }, "additionalProperties": false, - "required": [ - "weights" - ] + "required": ["weights"] } ], "minItems": 2, @@ -322,11 +298,7 @@ } }, "additionalProperties": false, - "required": [ - "degree", - "controlPoints", - "knots" - ] + "required": ["degree", "controlPoints", "knots"] }, "body": { "type": "object", @@ -346,4 +318,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 4b48e1c7..f4e69586 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -30,9 +30,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, "minItems": 1 }, @@ -42,9 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -87,9 +83,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -99,16 +93,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -137,12 +125,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -199,19 +182,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -241,20 +218,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the dataset. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -286,9 +255,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -316,18 +283,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -344,9 +306,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -378,10 +338,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -393,9 +350,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -518,11 +473,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -544,9 +495,7 @@ } }, "additionalProperties": false, - "required": [ - "ra" - ] + "required": ["ra"] }, { "type": "object", @@ -565,26 +514,18 @@ } }, "additionalProperties": false, - "required": [ - "raOutIn" - ] + "required": ["raOutIn"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -639,11 +580,7 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": [ - "#", - "@", - "" - ] + "enum": ["#", "@", ""] }, "reference": { "type": "boolean" @@ -718,13 +655,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "GEN_BSDF_XML", - "BSDF_XML", - "THMX", - "TOLERANCE", - "OTHER" - ], + "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -937,26 +868,15 @@ "properties": { "opticalDataType": { "type": "string", - "enum": [ - "DISCRETE", - "BAND" - ] + "enum": ["DISCRETE", "BAND"] }, "incidenceAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "BSDF" - ] + "enum": ["DIRECT", "BSDF"] }, "outgoingAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "DIFFUSE", - "DIRECT_DIFFUSE", - "BSDF" - ] + "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] }, "opticalData": { "type": "object", @@ -1144,11 +1064,7 @@ "properties": { "type": { "type": "string", - "enum": [ - "circular", - "square", - "rectangle" - ], + "enum": ["circular", "square", "rectangle"], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1225,4 +1141,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json b/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json index acb009dc..7cb9803f 100644 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json +++ b/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json @@ -1,24514 +1,24514 @@ -{ - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0476000010967255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0303000006824732, - "reflectance": 0.0472000017762184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0931999981403351, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.191599994897842, - "reflectance": 0.0485999993979931 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.318300008773804, - "reflectance": 0.0516999997198582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.453700006008148, - "reflectance": 0.0568000003695488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.576499998569489, - "reflectance": 0.0628999993205071 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.676800012588501, - "reflectance": 0.0689999982714653 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.751299977302551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.804400026798248, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861100018024445, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873399972915649, - "reflectance": 0.0829000025987625 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879499971866608, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888599991798401, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896899998188019, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896650016307831, - "reflectance": 0.0832000002264977 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896399974822998, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895399987697601, - "reflectance": 0.0827500000596046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894400000572205, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0823500007390976 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894200026988983, - "reflectance": 0.0821999981999397 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894649982452393, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0820000022649765 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896250009536743, - "reflectance": 0.0819500014185906 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89740002155304, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898800015449524, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900200009346008, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900900006294251, - "reflectance": 0.0818499997258186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0817999988794327 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901899993419647, - "reflectance": 0.0817499980330467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902199983596802, - "reflectance": 0.0816999971866608 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903299987316132, - "reflectance": 0.0816499963402748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904399991035461, - "reflectance": 0.0816000029444695 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904799997806549, - "reflectance": 0.0815500020980835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905200004577637, - "reflectance": 0.0815000012516975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905700027942658, - "reflectance": 0.0814500004053116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.906199991703033, - "reflectance": 0.0813999995589256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905849993228912, - "reflectance": 0.0812999978661537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905499994754791, - "reflectance": 0.0812000036239624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905399978160858, - "reflectance": 0.0811000019311905 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90530002117157, - "reflectance": 0.0810000002384186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90514999628067, - "reflectance": 0.0808999985456467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807999968528748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807500034570694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807000026106834 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904600024223328, - "reflectance": 0.0806000009179115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90420001745224, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903699994087219, - "reflectance": 0.0803999975323677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903199970722199, - "reflectance": 0.0803000032901764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902400016784668, - "reflectance": 0.0801500007510185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0799999982118607 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901000022888184, - "reflectance": 0.0798999965190888 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90039998292923, - "reflectance": 0.0798000022768974 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.899649977684021, - "reflectance": 0.0797000005841255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898899972438812, - "reflectance": 0.0795999988913536 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898249983787537, - "reflectance": 0.0794999971985817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.897599995136261, - "reflectance": 0.0794000029563904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896849989891052, - "reflectance": 0.0793000012636185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896099984645844, - "reflectance": 0.0791999995708466 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0790499970316887 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89410001039505, - "reflectance": 0.0789000019431114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.893450021743774, - "reflectance": 0.0788000002503395 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.892799973487854, - "reflectance": 0.0786999985575676 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89190000295639, - "reflectance": 0.0785999968647957 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.890999972820282, - "reflectance": 0.0785000026226044 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89045000076294, - "reflectance": 0.0784000009298325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889900028705597, - "reflectance": 0.0782999992370606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889150023460388, - "reflectance": 0.0781999975442886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888400018215179, - "reflectance": 0.0781000033020973 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887750029563904, - "reflectance": 0.0780500024557114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887099981307983, - "reflectance": 0.0780000016093254 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.886399984359741, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.885699987411499, - "reflectance": 0.0777999982237816 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.884800016880035, - "reflectance": 0.0776999965310097 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.883899986743927, - "reflectance": 0.0776000022888184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.882799983024597, - "reflectance": 0.0774499997496605 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.881699979305267, - "reflectance": 0.0772999972105026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.88085001707077, - "reflectance": 0.0772000029683113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879999995231628, - "reflectance": 0.0771000012755394 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878650009632111, - "reflectance": 0.0769499987363815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877300024032593, - "reflectance": 0.0768000036478043 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875999987125397, - "reflectance": 0.0767000019550324 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0766000002622604 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873849987983704, - "reflectance": 0.0764499977231026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873000025749207, - "reflectance": 0.0763000026345253 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872150003910065, - "reflectance": 0.0762000009417534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871299982070923, - "reflectance": 0.0760999992489815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869650006294251, - "reflectance": 0.0759499967098236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867999970912933, - "reflectance": 0.0758000016212463 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867299973964691, - "reflectance": 0.0756999999284744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866599977016449, - "reflectance": 0.0755999982357025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865100026130676, - "reflectance": 0.0754500031471252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863600015640259, - "reflectance": 0.0753000006079674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86269998550415, - "reflectance": 0.0751999989151955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861800014972687, - "reflectance": 0.0750999972224236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861150026321411, - "reflectance": 0.0750000029802322 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860499978065491, - "reflectance": 0.0749000012874603 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859849989414215, - "reflectance": 0.0748500004410744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85920000076294, - "reflectance": 0.0747999995946884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858449995517731, - "reflectance": 0.0746999979019165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857699990272522, - "reflectance": 0.0746000036597252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856649994850159, - "reflectance": 0.0745000019669533 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855599999427795, - "reflectance": 0.0744000002741814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854300022125244, - "reflectance": 0.0742999985814095 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852999985218048, - "reflectance": 0.0741999968886375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852150022983551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851300001144409, - "reflectance": 0.0740000009536743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850499987602234, - "reflectance": 0.0739500001072884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849699974060059, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848900020122528, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848100006580353, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847350001335144, - "reflectance": 0.0736500024795532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846599996089935, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845899999141693, - "reflectance": 0.0734999999403954 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845200002193451, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844600021839142, - "reflectance": 0.0733499974012375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843999981880188, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843500018119812, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842999994754791, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842599987983704, - "reflectance": 0.0730499997735024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842199981212616, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841849982738495, - "reflectance": 0.0729499980807304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841499984264374, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841199994087219, - "reflectance": 0.0728499963879585 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840900003910065, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84060001373291, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840099990367889, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839900016784668, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839699983596802, - "reflectance": 0.0726500004529953 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83950001001358, - "reflectance": 0.0725999996066093 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839299976825714, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839100003242493, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838949978351593, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838660001754761, - "reflectance": 0.0724700018763542 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838519990444183, - "reflectance": 0.0724399983882904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838379979133606, - "reflectance": 0.0724100023508072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838100016117096, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837960004806519, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837819993495941, - "reflectance": 0.0722900032997131 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837679982185364, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837539970874786, - "reflectance": 0.0722299963235855 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837400019168854, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837430000305176, - "reflectance": 0.0721900016069412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837459981441498, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837490022182465, - "reflectance": 0.0721699967980385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837520003318787, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837549984455109, - "reflectance": 0.0721499994397163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837580025196075, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837610006332398, - "reflectance": 0.0721300020813942 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83763998746872, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837670028209686, - "reflectance": 0.0721099972724915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837700009346008, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837790012359619, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83788001537323, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837970018386841, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838060021400452, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838150024414063, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838329970836639, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83841997385025, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838509976863861, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838599979877472, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838769972324371, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838940024375916, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839110016822815, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839280009269714, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839450001716614, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839619994163513, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839789986610413, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840129971504211, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840650022029877, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841000020503998, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841350018978119, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84170001745224, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842050015926361, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842400014400482, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842750012874603, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843100011348724, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843450009822846, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843800008296967, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844190001487732, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844579994678497, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844969987869263, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845359981060028, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845749974250794, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846140027046204, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846530020236969, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8473100066185, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847699999809265, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848190009593964, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848680019378662, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849170029163361, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849659979343414, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850149989128113, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850639998912811, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85113000869751, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851620018482208, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852110028266907, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85259997844696, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852859973907471, - "reflectance": 0.0727099999785423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853120028972626, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853380024433136, - "reflectance": 0.0727299973368645 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853640019893646, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853900015354157, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854160010814667, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854420006275177, - "reflectance": 0.0727699995040894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854680001735687, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854939997196198, - "reflectance": 0.0727899968624115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855199992656708, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855979979038239, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856760025024414, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857540011405945, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858319997787476, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859099984169006, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859879970550537, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860660016536713, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861440002918243, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862219989299774, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862999975681305, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863579988479614, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864160001277924, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864740014076233, - "reflectance": 0.0733200013637543 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865320026874542, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865899980068207, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866479992866516, - "reflectance": 0.0734400004148483 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867060005664825, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867640018463135, - "reflectance": 0.0735199972987175 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868219971656799, - "reflectance": 0.0735599994659424 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869319975376129, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869840025901794, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870880007743835, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871399998664856, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871919989585877, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872439980506897, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872959971427918, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873480021953583, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874000012874603, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874270021915436, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874539971351624, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874809980392456, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875079989433289, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875349998474121, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875620007514954, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875890016555786, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876160025596619, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876429975032806, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876699984073639, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876860022544861, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877020001411438, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878260016441345, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878220021724701, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878180027008057, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878099977970123, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878059983253479, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878019988536835, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877939999103546, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877900004386902, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877740025520325, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877579987049103, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877420008182526, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877260029315949, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877099990844727, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876919984817505, - "reflectance": 0.0735699981451035 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876739978790283, - "reflectance": 0.0735400021076202 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876559972763062, - "reflectance": 0.0735099986195564 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876380026340485, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876200020313263, - "reflectance": 0.0734499990940094 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876020014286041, - "reflectance": 0.0734200030565262 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87584000825882, - "reflectance": 0.0733899995684624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875660002231598, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875479996204376, - "reflectance": 0.0733300000429153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875299990177155, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875159978866577, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875020027160645, - "reflectance": 0.0732600018382072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874880015850067, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87474000453949, - "reflectance": 0.0732199996709824 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874599993228912, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874459981918335, - "reflectance": 0.0731799975037575 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874319970607758, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874180018901825, - "reflectance": 0.0731400027871132 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874040007591248, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87389999628067, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87379002571106, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873679995536804, - "reflectance": 0.0730599984526634 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873570024967194, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873459994792938, - "reflectance": 0.0730199962854385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873350024223328, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873239994049072, - "reflectance": 0.0729800015687943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873130023479462, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873019993305206, - "reflectance": 0.0729399994015694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872910022735596, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87279999256134, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872600018978119, - "reflectance": 0.0728600025177002 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872500002384186, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872399985790253, - "reflectance": 0.0728200003504753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872300028800964, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872200012207031, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872099995613098, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871999979019165, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871900022029877, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871800005435944, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871619999408722, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8714399933815, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871259987354279, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871079981327057, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870899975299835, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870720028877258, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870540022850037, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870180010795593, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870000004768372, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869989991188049, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869979977607727, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86997002363205, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869960010051727, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869949996471405, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869939982891083, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869930028915405, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869920015335083, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869910001754761, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869899988174439, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869790017604828, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869679987430573, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869570016860962, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869459986686707, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869350016117096, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869239985942841, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86913001537323, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869019985198975, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868910014629364, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868470013141632, - "reflectance": 0.0720599964261055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868139982223511, - "reflectance": 0.0720200017094612 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867810010910034, - "reflectance": 0.0719799995422363 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867479979991913, - "reflectance": 0.0719399973750114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867150008678436, - "reflectance": 0.0719000026583672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866819977760315, - "reflectance": 0.0718600004911423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866490006446838, - "reflectance": 0.0718199983239174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866159975528717, - "reflectance": 0.0717800036072731 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865830004215241, - "reflectance": 0.0717400014400482 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865499973297119, - "reflectance": 0.0716999992728233 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864019989967346, - "reflectance": 0.0715800002217293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862540006637573, - "reflectance": 0.0714600011706352 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8610600233078, - "reflectance": 0.0713400021195412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859579980373383, - "reflectance": 0.0712200030684471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85809999704361, - "reflectance": 0.0710999965667725 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856620013713837, - "reflectance": 0.0709799975156784 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855139970779419, - "reflectance": 0.0708599984645844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853659987449646, - "reflectance": 0.0707399994134903 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852180004119873, - "reflectance": 0.0706200003623962 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8507000207901, - "reflectance": 0.0705000013113022 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850210011005402, - "reflectance": 0.0704500004649162 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849229991436005, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848739981651306, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848249971866608, - "reflectance": 0.0702499970793724 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847760021686554, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847270011901856, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846780002117157, - "reflectance": 0.0701000019907951 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846289992332459, - "reflectance": 0.0700500011444092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84579998254776, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84636002779007, - "reflectance": 0.0700299963355064 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0700599998235703 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847479999065399, - "reflectance": 0.0700900033116341 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848039984703064, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848599970340729, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849160015583038, - "reflectance": 0.0701799988746643 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0702100023627281 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850279986858368, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850839972496033, - "reflectance": 0.0702700018882752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851400017738342, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851589977741242, - "reflectance": 0.0703099966049194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851779997348785, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851970016956329, - "reflectance": 0.0703300014138222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852159976959229, - "reflectance": 0.0703400000929833 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852349996566773, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852540016174316, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852729976177216, - "reflectance": 0.0703700035810471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85291999578476, - "reflectance": 0.0703800022602081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853110015392304, - "reflectance": 0.0703900009393692 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853299975395203, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852970004081726, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852639973163605, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852310001850128, - "reflectance": 0.0702800005674362 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851979970932007, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85164999961853, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851320028305054, - "reflectance": 0.0701600015163422 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850989997386932, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850660026073456, - "reflectance": 0.0700799971818924 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850329995155335, - "reflectance": 0.0700400024652481 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850000023841858, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84918999671936, - "reflectance": 0.0699300020933151 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848380029201508, - "reflectance": 0.0698599964380264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84757000207901, - "reflectance": 0.0697899982333183 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846759974956513, - "reflectance": 0.0697200000286102 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84595000743866, - "reflectance": 0.0696500018239021 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845139980316162, - "reflectance": 0.069580003619194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844330012798309, - "reflectance": 0.0695099979639053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843519985675812, - "reflectance": 0.0694399997591972 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842710018157959, - "reflectance": 0.0693700015544891 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841899991035461, - "reflectance": 0.069300003349781 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840929985046387, - "reflectance": 0.0692199990153313 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0691400021314621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838989973068237, - "reflectance": 0.0690599977970123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838020026683807, - "reflectance": 0.0689800009131432 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837050020694733, - "reflectance": 0.0688999965786934 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.836080014705658, - "reflectance": 0.0688199996948242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.835110008716583, - "reflectance": 0.0687400028109551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.834140002727509, - "reflectance": 0.0686599984765053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.833169996738434, - "reflectance": 0.0685800015926361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.832199990749359, - "reflectance": 0.0684999972581863 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0317602977156639 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0311778578907251 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0305749978870153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0298982560634613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0293271541595459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0286844298243523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0279881600290537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0273720752447844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.026628976687789 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0257604569196701 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0249478276818991 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.024136908352375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0232145637273788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0223778914660215 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0212853774428368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0201160944998264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0192228704690933 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0179411377757788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0166530515998602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0153178321197629 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139876734465361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0125085180625319 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0109969433397055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00932515412569046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00777597306296229 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00600432511419058 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0043658409267664 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00291289901360869 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00186265294905752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00189377903006971 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00460418686270714 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139699345454574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0337979234755039 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0602677464485168 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.085798554122448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11000569909811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132390573620796 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15159609913826 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.169293016195297 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.186990514397621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.205486640334129 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229181557893753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.253237813711166 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273080766201019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.286618322134018 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.289090216159821 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.283574998378754 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273699045181274 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.263387382030487 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.252852469682694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.241850733757019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233270466327667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224181711673737 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215439319610596 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.207660540938377 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.200180113315582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.192028716206551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.18305516242981 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.172752574086189 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.162584468722343 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.152016565203667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.139815807342529 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.129515245556831 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11989776045084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.112267836928368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.103999778628349 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.097388967871666 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0901678577065468 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0837536007165909 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0777500867843628 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0726242884993553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0690992400050163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0673081576824188 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.067036047577858 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0679356977343559 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.07016621530056 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.072583980858326 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0750323981046677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0774050876498222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0791785567998886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0803491547703743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.080874614417553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0806821063160896 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0794599503278732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0780422985553742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0761934518814087 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.074484221637249 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0724922269582748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0708932727575302 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.069573238492012 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.068089209496975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0665859431028366 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0652998611330986 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0639152824878693 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0625139251351357 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0612633489072323 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0600595921278 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0591550245881081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0582340992987156 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0575152933597565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0559111572802067 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0549225434660912 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.053684089332819 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0525968782603741 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0516011491417885 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0506701804697514 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0497782118618488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.048476554453373 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0472403652966023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0462779141962528 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0454610884189606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0447233505547047 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0436200089752674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0425228625535965 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0416529029607773 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0408408083021641 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0390464328229427 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0372622981667519 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0363757237792015 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0353994518518448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0345350205898285 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0332791395485401 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0323126092553139 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0312565825879574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0299149621278048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.029098879545927 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.028380474075675 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0276288501918316 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0272911917418242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0271986965090036 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0274871438741684 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0282482616603374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0295610837638378 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.031615424901247 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0346785746514797 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0387909337878227 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0438205040991306 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0499514639377594 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0578287653625011 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0641179233789444 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0747176632285118 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0862487331032753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0983018204569817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.106630176305771 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11955600976944 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132110372185707 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.140063136816025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.151939645409584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15967133641243 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.170385435223579 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.180735871195793 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.187573298811913 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.194054409861565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.203141912817955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.20876456797123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215954780578613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.220133006572723 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224167600274086 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229536697268486 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.23248416185379 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235197708010674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.238405734300613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239470198750496 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240031272172928 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.24043296277523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240457206964493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239868059754372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239642664790154 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239145949482918 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.237540140748024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235139980912209 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233003750443459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.231239601969719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.870794057846069, - "reflectance": 0.0763658285140991 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.902543604373932, - "reflectance": 0.0804615318775177 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.83999997 - } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0476000010967255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0303000006824732, - "reflectance": 0.0472000017762184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0931999981403351, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.191599994897842, - "reflectance": 0.0485999993979931 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.318300008773804, - "reflectance": 0.0516999997198582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.453700006008148, - "reflectance": 0.0568000003695488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.576499998569489, - "reflectance": 0.0628999993205071 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.676800012588501, - "reflectance": 0.0689999982714653 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.751299977302551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.804400026798248, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861100018024445, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873399972915649, - "reflectance": 0.0829000025987625 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879499971866608, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888599991798401, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896899998188019, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896650016307831, - "reflectance": 0.0832000002264977 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896399974822998, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895399987697601, - "reflectance": 0.0827500000596046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894400000572205, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0823500007390976 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894200026988983, - "reflectance": 0.0821999981999397 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894649982452393, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0820000022649765 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896250009536743, - "reflectance": 0.0819500014185906 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89740002155304, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898800015449524, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900200009346008, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900900006294251, - "reflectance": 0.0818499997258186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0817999988794327 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901899993419647, - "reflectance": 0.0817499980330467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902199983596802, - "reflectance": 0.0816999971866608 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903299987316132, - "reflectance": 0.0816499963402748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904399991035461, - "reflectance": 0.0816000029444695 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904799997806549, - "reflectance": 0.0815500020980835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905200004577637, - "reflectance": 0.0815000012516975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905700027942658, - "reflectance": 0.0814500004053116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.906199991703033, - "reflectance": 0.0813999995589256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905849993228912, - "reflectance": 0.0812999978661537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905499994754791, - "reflectance": 0.0812000036239624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905399978160858, - "reflectance": 0.0811000019311905 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90530002117157, - "reflectance": 0.0810000002384186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90514999628067, - "reflectance": 0.0808999985456467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807999968528748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807500034570694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807000026106834 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904600024223328, - "reflectance": 0.0806000009179115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90420001745224, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903699994087219, - "reflectance": 0.0803999975323677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903199970722199, - "reflectance": 0.0803000032901764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902400016784668, - "reflectance": 0.0801500007510185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0799999982118607 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901000022888184, - "reflectance": 0.0798999965190888 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90039998292923, - "reflectance": 0.0798000022768974 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.899649977684021, - "reflectance": 0.0797000005841255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898899972438812, - "reflectance": 0.0795999988913536 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898249983787537, - "reflectance": 0.0794999971985817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.897599995136261, - "reflectance": 0.0794000029563904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896849989891052, - "reflectance": 0.0793000012636185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896099984645844, - "reflectance": 0.0791999995708466 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0790499970316887 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89410001039505, - "reflectance": 0.0789000019431114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.893450021743774, - "reflectance": 0.0788000002503395 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.892799973487854, - "reflectance": 0.0786999985575676 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89190000295639, - "reflectance": 0.0785999968647957 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.890999972820282, - "reflectance": 0.0785000026226044 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89045000076294, - "reflectance": 0.0784000009298325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889900028705597, - "reflectance": 0.0782999992370606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889150023460388, - "reflectance": 0.0781999975442886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888400018215179, - "reflectance": 0.0781000033020973 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887750029563904, - "reflectance": 0.0780500024557114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887099981307983, - "reflectance": 0.0780000016093254 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.886399984359741, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.885699987411499, - "reflectance": 0.0777999982237816 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.884800016880035, - "reflectance": 0.0776999965310097 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.883899986743927, - "reflectance": 0.0776000022888184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.882799983024597, - "reflectance": 0.0774499997496605 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.881699979305267, - "reflectance": 0.0772999972105026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.88085001707077, - "reflectance": 0.0772000029683113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879999995231628, - "reflectance": 0.0771000012755394 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878650009632111, - "reflectance": 0.0769499987363815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877300024032593, - "reflectance": 0.0768000036478043 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875999987125397, - "reflectance": 0.0767000019550324 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0766000002622604 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873849987983704, - "reflectance": 0.0764499977231026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873000025749207, - "reflectance": 0.0763000026345253 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872150003910065, - "reflectance": 0.0762000009417534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871299982070923, - "reflectance": 0.0760999992489815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869650006294251, - "reflectance": 0.0759499967098236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867999970912933, - "reflectance": 0.0758000016212463 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867299973964691, - "reflectance": 0.0756999999284744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866599977016449, - "reflectance": 0.0755999982357025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865100026130676, - "reflectance": 0.0754500031471252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863600015640259, - "reflectance": 0.0753000006079674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86269998550415, - "reflectance": 0.0751999989151955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861800014972687, - "reflectance": 0.0750999972224236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861150026321411, - "reflectance": 0.0750000029802322 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860499978065491, - "reflectance": 0.0749000012874603 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859849989414215, - "reflectance": 0.0748500004410744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85920000076294, - "reflectance": 0.0747999995946884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858449995517731, - "reflectance": 0.0746999979019165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857699990272522, - "reflectance": 0.0746000036597252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856649994850159, - "reflectance": 0.0745000019669533 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855599999427795, - "reflectance": 0.0744000002741814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854300022125244, - "reflectance": 0.0742999985814095 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852999985218048, - "reflectance": 0.0741999968886375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852150022983551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851300001144409, - "reflectance": 0.0740000009536743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850499987602234, - "reflectance": 0.0739500001072884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849699974060059, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848900020122528, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848100006580353, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847350001335144, - "reflectance": 0.0736500024795532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846599996089935, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845899999141693, - "reflectance": 0.0734999999403954 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845200002193451, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844600021839142, - "reflectance": 0.0733499974012375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843999981880188, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843500018119812, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842999994754791, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842599987983704, - "reflectance": 0.0730499997735024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842199981212616, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841849982738495, - "reflectance": 0.0729499980807304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841499984264374, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841199994087219, - "reflectance": 0.0728499963879585 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840900003910065, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84060001373291, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840099990367889, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839900016784668, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839699983596802, - "reflectance": 0.0726500004529953 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83950001001358, - "reflectance": 0.0725999996066093 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839299976825714, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839100003242493, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838949978351593, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838660001754761, - "reflectance": 0.0724700018763542 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838519990444183, - "reflectance": 0.0724399983882904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838379979133606, - "reflectance": 0.0724100023508072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838100016117096, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837960004806519, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837819993495941, - "reflectance": 0.0722900032997131 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837679982185364, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837539970874786, - "reflectance": 0.0722299963235855 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837400019168854, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837430000305176, - "reflectance": 0.0721900016069412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837459981441498, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837490022182465, - "reflectance": 0.0721699967980385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837520003318787, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837549984455109, - "reflectance": 0.0721499994397163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837580025196075, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837610006332398, - "reflectance": 0.0721300020813942 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83763998746872, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837670028209686, - "reflectance": 0.0721099972724915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837700009346008, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837790012359619, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83788001537323, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837970018386841, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838060021400452, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838150024414063, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838329970836639, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83841997385025, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838509976863861, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838599979877472, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838769972324371, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838940024375916, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839110016822815, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839280009269714, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839450001716614, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839619994163513, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839789986610413, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840129971504211, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840650022029877, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841000020503998, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841350018978119, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84170001745224, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842050015926361, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842400014400482, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842750012874603, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843100011348724, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843450009822846, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843800008296967, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844190001487732, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844579994678497, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844969987869263, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845359981060028, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845749974250794, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846140027046204, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846530020236969, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8473100066185, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847699999809265, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848190009593964, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848680019378662, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849170029163361, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849659979343414, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850149989128113, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850639998912811, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85113000869751, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851620018482208, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852110028266907, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85259997844696, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852859973907471, - "reflectance": 0.0727099999785423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853120028972626, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853380024433136, - "reflectance": 0.0727299973368645 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853640019893646, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853900015354157, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854160010814667, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854420006275177, - "reflectance": 0.0727699995040894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854680001735687, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854939997196198, - "reflectance": 0.0727899968624115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855199992656708, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855979979038239, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856760025024414, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857540011405945, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858319997787476, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859099984169006, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859879970550537, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860660016536713, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861440002918243, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862219989299774, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862999975681305, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863579988479614, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864160001277924, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864740014076233, - "reflectance": 0.0733200013637543 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865320026874542, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865899980068207, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866479992866516, - "reflectance": 0.0734400004148483 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867060005664825, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867640018463135, - "reflectance": 0.0735199972987175 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868219971656799, - "reflectance": 0.0735599994659424 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869319975376129, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869840025901794, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870880007743835, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871399998664856, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871919989585877, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872439980506897, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872959971427918, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873480021953583, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874000012874603, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874270021915436, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874539971351624, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874809980392456, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875079989433289, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875349998474121, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875620007514954, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875890016555786, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876160025596619, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876429975032806, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876699984073639, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876860022544861, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877020001411438, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878260016441345, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878220021724701, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878180027008057, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878099977970123, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878059983253479, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878019988536835, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877939999103546, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877900004386902, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877740025520325, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877579987049103, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877420008182526, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877260029315949, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877099990844727, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876919984817505, - "reflectance": 0.0735699981451035 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876739978790283, - "reflectance": 0.0735400021076202 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876559972763062, - "reflectance": 0.0735099986195564 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876380026340485, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876200020313263, - "reflectance": 0.0734499990940094 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876020014286041, - "reflectance": 0.0734200030565262 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87584000825882, - "reflectance": 0.0733899995684624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875660002231598, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875479996204376, - "reflectance": 0.0733300000429153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875299990177155, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875159978866577, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875020027160645, - "reflectance": 0.0732600018382072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874880015850067, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87474000453949, - "reflectance": 0.0732199996709824 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874599993228912, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874459981918335, - "reflectance": 0.0731799975037575 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874319970607758, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874180018901825, - "reflectance": 0.0731400027871132 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874040007591248, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87389999628067, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87379002571106, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873679995536804, - "reflectance": 0.0730599984526634 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873570024967194, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873459994792938, - "reflectance": 0.0730199962854385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873350024223328, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873239994049072, - "reflectance": 0.0729800015687943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873130023479462, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873019993305206, - "reflectance": 0.0729399994015694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872910022735596, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87279999256134, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872600018978119, - "reflectance": 0.0728600025177002 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872500002384186, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872399985790253, - "reflectance": 0.0728200003504753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872300028800964, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872200012207031, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872099995613098, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871999979019165, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871900022029877, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871800005435944, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871619999408722, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8714399933815, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871259987354279, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871079981327057, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870899975299835, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870720028877258, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870540022850037, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870180010795593, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870000004768372, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869989991188049, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869979977607727, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86997002363205, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869960010051727, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869949996471405, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869939982891083, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869930028915405, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869920015335083, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869910001754761, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869899988174439, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869790017604828, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869679987430573, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869570016860962, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869459986686707, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869350016117096, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869239985942841, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86913001537323, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869019985198975, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868910014629364, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868470013141632, - "reflectance": 0.0720599964261055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868139982223511, - "reflectance": 0.0720200017094612 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867810010910034, - "reflectance": 0.0719799995422363 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867479979991913, - "reflectance": 0.0719399973750114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867150008678436, - "reflectance": 0.0719000026583672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866819977760315, - "reflectance": 0.0718600004911423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866490006446838, - "reflectance": 0.0718199983239174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866159975528717, - "reflectance": 0.0717800036072731 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865830004215241, - "reflectance": 0.0717400014400482 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865499973297119, - "reflectance": 0.0716999992728233 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864019989967346, - "reflectance": 0.0715800002217293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862540006637573, - "reflectance": 0.0714600011706352 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8610600233078, - "reflectance": 0.0713400021195412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859579980373383, - "reflectance": 0.0712200030684471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85809999704361, - "reflectance": 0.0710999965667725 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856620013713837, - "reflectance": 0.0709799975156784 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855139970779419, - "reflectance": 0.0708599984645844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853659987449646, - "reflectance": 0.0707399994134903 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852180004119873, - "reflectance": 0.0706200003623962 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8507000207901, - "reflectance": 0.0705000013113022 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850210011005402, - "reflectance": 0.0704500004649162 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849229991436005, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848739981651306, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848249971866608, - "reflectance": 0.0702499970793724 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847760021686554, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847270011901856, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846780002117157, - "reflectance": 0.0701000019907951 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846289992332459, - "reflectance": 0.0700500011444092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84579998254776, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84636002779007, - "reflectance": 0.0700299963355064 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0700599998235703 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847479999065399, - "reflectance": 0.0700900033116341 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848039984703064, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848599970340729, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849160015583038, - "reflectance": 0.0701799988746643 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0702100023627281 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850279986858368, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850839972496033, - "reflectance": 0.0702700018882752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851400017738342, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851589977741242, - "reflectance": 0.0703099966049194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851779997348785, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851970016956329, - "reflectance": 0.0703300014138222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852159976959229, - "reflectance": 0.0703400000929833 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852349996566773, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852540016174316, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852729976177216, - "reflectance": 0.0703700035810471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85291999578476, - "reflectance": 0.0703800022602081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853110015392304, - "reflectance": 0.0703900009393692 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853299975395203, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852970004081726, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852639973163605, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852310001850128, - "reflectance": 0.0702800005674362 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851979970932007, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85164999961853, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851320028305054, - "reflectance": 0.0701600015163422 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850989997386932, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850660026073456, - "reflectance": 0.0700799971818924 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850329995155335, - "reflectance": 0.0700400024652481 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850000023841858, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84918999671936, - "reflectance": 0.0699300020933151 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848380029201508, - "reflectance": 0.0698599964380264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84757000207901, - "reflectance": 0.0697899982333183 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846759974956513, - "reflectance": 0.0697200000286102 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84595000743866, - "reflectance": 0.0696500018239021 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845139980316162, - "reflectance": 0.069580003619194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844330012798309, - "reflectance": 0.0695099979639053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843519985675812, - "reflectance": 0.0694399997591972 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842710018157959, - "reflectance": 0.0693700015544891 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841899991035461, - "reflectance": 0.069300003349781 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840929985046387, - "reflectance": 0.0692199990153313 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0691400021314621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838989973068237, - "reflectance": 0.0690599977970123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838020026683807, - "reflectance": 0.0689800009131432 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837050020694733, - "reflectance": 0.0688999965786934 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.836080014705658, - "reflectance": 0.0688199996948242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.835110008716583, - "reflectance": 0.0687400028109551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.834140002727509, - "reflectance": 0.0686599984765053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.833169996738434, - "reflectance": 0.0685800015926361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.832199990749359, - "reflectance": 0.0684999972581863 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0317602977156639 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0311778578907251 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0305749978870153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0298982560634613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0293271541595459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0286844298243523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0279881600290537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0273720752447844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.026628976687789 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0257604569196701 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0249478276818991 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.024136908352375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0232145637273788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0223778914660215 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0212853774428368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0201160944998264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0192228704690933 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0179411377757788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0166530515998602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0153178321197629 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139876734465361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0125085180625319 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0109969433397055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00932515412569046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00777597306296229 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00600432511419058 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0043658409267664 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00291289901360869 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00186265294905752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00189377903006971 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00460418686270714 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139699345454574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0337979234755039 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0602677464485168 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.085798554122448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11000569909811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132390573620796 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15159609913826 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.169293016195297 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.186990514397621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.205486640334129 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229181557893753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.253237813711166 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273080766201019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.286618322134018 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.289090216159821 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.283574998378754 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273699045181274 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.263387382030487 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.252852469682694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.241850733757019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233270466327667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224181711673737 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215439319610596 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.207660540938377 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.200180113315582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.192028716206551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.18305516242981 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.172752574086189 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.162584468722343 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.152016565203667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.139815807342529 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.129515245556831 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11989776045084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.112267836928368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.103999778628349 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.097388967871666 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0901678577065468 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0837536007165909 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0777500867843628 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0726242884993553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0690992400050163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0673081576824188 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.067036047577858 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0679356977343559 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.07016621530056 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.072583980858326 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0750323981046677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0774050876498222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0791785567998886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0803491547703743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.080874614417553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0806821063160896 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0794599503278732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0780422985553742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0761934518814087 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.074484221637249 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0724922269582748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0708932727575302 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.069573238492012 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.068089209496975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0665859431028366 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0652998611330986 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0639152824878693 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0625139251351357 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0612633489072323 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0600595921278 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0591550245881081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0582340992987156 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0575152933597565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0559111572802067 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0549225434660912 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.053684089332819 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0525968782603741 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0516011491417885 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0506701804697514 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0497782118618488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.048476554453373 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0472403652966023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0462779141962528 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0454610884189606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0447233505547047 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0436200089752674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0425228625535965 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0416529029607773 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0408408083021641 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0390464328229427 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0372622981667519 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0363757237792015 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0353994518518448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0345350205898285 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0332791395485401 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0323126092553139 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0312565825879574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0299149621278048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.029098879545927 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.028380474075675 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0276288501918316 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0272911917418242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0271986965090036 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0274871438741684 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0282482616603374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0295610837638378 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.031615424901247 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0346785746514797 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0387909337878227 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0438205040991306 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0499514639377594 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0578287653625011 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0641179233789444 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0747176632285118 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0862487331032753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0983018204569817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.106630176305771 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11955600976944 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132110372185707 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.140063136816025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.151939645409584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15967133641243 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.170385435223579 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.180735871195793 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.187573298811913 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.194054409861565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.203141912817955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.20876456797123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215954780578613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.220133006572723 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224167600274086 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229536697268486 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.23248416185379 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235197708010674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.238405734300613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239470198750496 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240031272172928 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.24043296277523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240457206964493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239868059754372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239642664790154 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239145949482918 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.237540140748024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235139980912209 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233003750443459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.231239601969719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.870794057846069, - "reflectance": 0.0763658285140991 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.902543604373932, - "reflectance": 0.0804615318775177 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.83999997 - } - } - ] - } - ] -} +{ + "data": [ + { + "componentCharacteristics": { + "surface": "prime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0476000010967255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0303000006824732, + "reflectance": 0.0472000017762184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0931999981403351, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.191599994897842, + "reflectance": 0.0485999993979931 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.318300008773804, + "reflectance": 0.0516999997198582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.453700006008148, + "reflectance": 0.0568000003695488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.576499998569489, + "reflectance": 0.0628999993205071 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.676800012588501, + "reflectance": 0.0689999982714653 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.751299977302551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.804400026798248, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861100018024445, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873399972915649, + "reflectance": 0.0829000025987625 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879499971866608, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888599991798401, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896899998188019, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896650016307831, + "reflectance": 0.0832000002264977 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896399974822998, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895399987697601, + "reflectance": 0.0827500000596046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894400000572205, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0823500007390976 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894200026988983, + "reflectance": 0.0821999981999397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894649982452393, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0820000022649765 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896250009536743, + "reflectance": 0.0819500014185906 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89740002155304, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898800015449524, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900200009346008, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900900006294251, + "reflectance": 0.0818499997258186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0817999988794327 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901899993419647, + "reflectance": 0.0817499980330467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902199983596802, + "reflectance": 0.0816999971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903299987316132, + "reflectance": 0.0816499963402748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904399991035461, + "reflectance": 0.0816000029444695 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904799997806549, + "reflectance": 0.0815500020980835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905200004577637, + "reflectance": 0.0815000012516975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905700027942658, + "reflectance": 0.0814500004053116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.906199991703033, + "reflectance": 0.0813999995589256 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905849993228912, + "reflectance": 0.0812999978661537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905499994754791, + "reflectance": 0.0812000036239624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905399978160858, + "reflectance": 0.0811000019311905 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90530002117157, + "reflectance": 0.0810000002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90514999628067, + "reflectance": 0.0808999985456467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807999968528748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807500034570694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807000026106834 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904600024223328, + "reflectance": 0.0806000009179115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90420001745224, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903699994087219, + "reflectance": 0.0803999975323677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903199970722199, + "reflectance": 0.0803000032901764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902400016784668, + "reflectance": 0.0801500007510185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0799999982118607 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901000022888184, + "reflectance": 0.0798999965190888 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90039998292923, + "reflectance": 0.0798000022768974 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.899649977684021, + "reflectance": 0.0797000005841255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898899972438812, + "reflectance": 0.0795999988913536 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898249983787537, + "reflectance": 0.0794999971985817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.897599995136261, + "reflectance": 0.0794000029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896849989891052, + "reflectance": 0.0793000012636185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896099984645844, + "reflectance": 0.0791999995708466 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0790499970316887 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89410001039505, + "reflectance": 0.0789000019431114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.893450021743774, + "reflectance": 0.0788000002503395 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.892799973487854, + "reflectance": 0.0786999985575676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89190000295639, + "reflectance": 0.0785999968647957 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.890999972820282, + "reflectance": 0.0785000026226044 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89045000076294, + "reflectance": 0.0784000009298325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889900028705597, + "reflectance": 0.0782999992370606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889150023460388, + "reflectance": 0.0781999975442886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888400018215179, + "reflectance": 0.0781000033020973 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887750029563904, + "reflectance": 0.0780500024557114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887099981307983, + "reflectance": 0.0780000016093254 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.886399984359741, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.885699987411499, + "reflectance": 0.0777999982237816 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.884800016880035, + "reflectance": 0.0776999965310097 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.883899986743927, + "reflectance": 0.0776000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.882799983024597, + "reflectance": 0.0774499997496605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.881699979305267, + "reflectance": 0.0772999972105026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.88085001707077, + "reflectance": 0.0772000029683113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879999995231628, + "reflectance": 0.0771000012755394 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878650009632111, + "reflectance": 0.0769499987363815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877300024032593, + "reflectance": 0.0768000036478043 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875999987125397, + "reflectance": 0.0767000019550324 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0766000002622604 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873849987983704, + "reflectance": 0.0764499977231026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873000025749207, + "reflectance": 0.0763000026345253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872150003910065, + "reflectance": 0.0762000009417534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871299982070923, + "reflectance": 0.0760999992489815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869650006294251, + "reflectance": 0.0759499967098236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867999970912933, + "reflectance": 0.0758000016212463 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867299973964691, + "reflectance": 0.0756999999284744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866599977016449, + "reflectance": 0.0755999982357025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865100026130676, + "reflectance": 0.0754500031471252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863600015640259, + "reflectance": 0.0753000006079674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86269998550415, + "reflectance": 0.0751999989151955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861800014972687, + "reflectance": 0.0750999972224236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861150026321411, + "reflectance": 0.0750000029802322 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860499978065491, + "reflectance": 0.0749000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859849989414215, + "reflectance": 0.0748500004410744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85920000076294, + "reflectance": 0.0747999995946884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858449995517731, + "reflectance": 0.0746999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857699990272522, + "reflectance": 0.0746000036597252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856649994850159, + "reflectance": 0.0745000019669533 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855599999427795, + "reflectance": 0.0744000002741814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854300022125244, + "reflectance": 0.0742999985814095 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852999985218048, + "reflectance": 0.0741999968886375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852150022983551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851300001144409, + "reflectance": 0.0740000009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850499987602234, + "reflectance": 0.0739500001072884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849699974060059, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848900020122528, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848100006580353, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847350001335144, + "reflectance": 0.0736500024795532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846599996089935, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845899999141693, + "reflectance": 0.0734999999403954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845200002193451, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844600021839142, + "reflectance": 0.0733499974012375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843999981880188, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843500018119812, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842999994754791, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842599987983704, + "reflectance": 0.0730499997735024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842199981212616, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841849982738495, + "reflectance": 0.0729499980807304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841499984264374, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841199994087219, + "reflectance": 0.0728499963879585 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840900003910065, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84060001373291, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840099990367889, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839900016784668, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839699983596802, + "reflectance": 0.0726500004529953 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83950001001358, + "reflectance": 0.0725999996066093 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839299976825714, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839100003242493, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838949978351593, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838660001754761, + "reflectance": 0.0724700018763542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838519990444183, + "reflectance": 0.0724399983882904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838379979133606, + "reflectance": 0.0724100023508072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838100016117096, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837960004806519, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837819993495941, + "reflectance": 0.0722900032997131 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837679982185364, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837539970874786, + "reflectance": 0.0722299963235855 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837400019168854, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837430000305176, + "reflectance": 0.0721900016069412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837459981441498, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837490022182465, + "reflectance": 0.0721699967980385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837520003318787, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837549984455109, + "reflectance": 0.0721499994397163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837580025196075, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837610006332398, + "reflectance": 0.0721300020813942 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83763998746872, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837670028209686, + "reflectance": 0.0721099972724915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837700009346008, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837790012359619, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83788001537323, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837970018386841, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838060021400452, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838150024414063, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838329970836639, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83841997385025, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838509976863861, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838599979877472, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838769972324371, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838940024375916, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839110016822815, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839280009269714, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839450001716614, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839619994163513, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839789986610413, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840129971504211, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840650022029877, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841000020503998, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841350018978119, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84170001745224, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842050015926361, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842400014400482, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842750012874603, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843100011348724, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843450009822846, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843800008296967, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844190001487732, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844579994678497, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844969987869263, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845359981060028, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845749974250794, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846140027046204, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846530020236969, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8473100066185, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847699999809265, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848190009593964, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848680019378662, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849170029163361, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849659979343414, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850149989128113, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850639998912811, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85113000869751, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851620018482208, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852110028266907, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85259997844696, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852859973907471, + "reflectance": 0.0727099999785423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853120028972626, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853380024433136, + "reflectance": 0.0727299973368645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853640019893646, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853900015354157, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854160010814667, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854420006275177, + "reflectance": 0.0727699995040894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854680001735687, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854939997196198, + "reflectance": 0.0727899968624115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855199992656708, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855979979038239, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856760025024414, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857540011405945, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858319997787476, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859099984169006, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859879970550537, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860660016536713, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861440002918243, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862219989299774, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862999975681305, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863579988479614, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864160001277924, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864740014076233, + "reflectance": 0.0733200013637543 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865320026874542, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865899980068207, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866479992866516, + "reflectance": 0.0734400004148483 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867060005664825, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867640018463135, + "reflectance": 0.0735199972987175 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868219971656799, + "reflectance": 0.0735599994659424 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869319975376129, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869840025901794, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870880007743835, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871399998664856, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871919989585877, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872439980506897, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872959971427918, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873480021953583, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874000012874603, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874270021915436, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874539971351624, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874809980392456, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875079989433289, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875349998474121, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875620007514954, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875890016555786, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876160025596619, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876429975032806, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876699984073639, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876860022544861, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877020001411438, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878260016441345, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878220021724701, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878180027008057, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878099977970123, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878059983253479, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878019988536835, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877939999103546, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877900004386902, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877740025520325, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877579987049103, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877420008182526, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877260029315949, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877099990844727, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876919984817505, + "reflectance": 0.0735699981451035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876739978790283, + "reflectance": 0.0735400021076202 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876559972763062, + "reflectance": 0.0735099986195564 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876380026340485, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876200020313263, + "reflectance": 0.0734499990940094 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876020014286041, + "reflectance": 0.0734200030565262 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87584000825882, + "reflectance": 0.0733899995684624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875660002231598, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875479996204376, + "reflectance": 0.0733300000429153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875299990177155, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875159978866577, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875020027160645, + "reflectance": 0.0732600018382072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874880015850067, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87474000453949, + "reflectance": 0.0732199996709824 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874599993228912, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874459981918335, + "reflectance": 0.0731799975037575 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874319970607758, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874180018901825, + "reflectance": 0.0731400027871132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874040007591248, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87389999628067, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87379002571106, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873679995536804, + "reflectance": 0.0730599984526634 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873570024967194, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873459994792938, + "reflectance": 0.0730199962854385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873350024223328, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873239994049072, + "reflectance": 0.0729800015687943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873130023479462, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873019993305206, + "reflectance": 0.0729399994015694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872910022735596, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87279999256134, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872600018978119, + "reflectance": 0.0728600025177002 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872500002384186, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872399985790253, + "reflectance": 0.0728200003504753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872300028800964, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872200012207031, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872099995613098, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871999979019165, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871900022029877, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871800005435944, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871619999408722, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8714399933815, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871259987354279, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871079981327057, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870899975299835, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870720028877258, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870540022850037, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869939982891083, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869930028915405, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869920015335083, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869910001754761, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869899988174439, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869790017604828, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869679987430573, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869570016860962, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869459986686707, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869350016117096, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869239985942841, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86913001537323, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869019985198975, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868910014629364, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868470013141632, + "reflectance": 0.0720599964261055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868139982223511, + "reflectance": 0.0720200017094612 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867810010910034, + "reflectance": 0.0719799995422363 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867479979991913, + "reflectance": 0.0719399973750114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867150008678436, + "reflectance": 0.0719000026583672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866819977760315, + "reflectance": 0.0718600004911423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866490006446838, + "reflectance": 0.0718199983239174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866159975528717, + "reflectance": 0.0717800036072731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865830004215241, + "reflectance": 0.0717400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865499973297119, + "reflectance": 0.0716999992728233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864019989967346, + "reflectance": 0.0715800002217293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862540006637573, + "reflectance": 0.0714600011706352 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8610600233078, + "reflectance": 0.0713400021195412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859579980373383, + "reflectance": 0.0712200030684471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85809999704361, + "reflectance": 0.0710999965667725 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856620013713837, + "reflectance": 0.0709799975156784 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855139970779419, + "reflectance": 0.0708599984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853659987449646, + "reflectance": 0.0707399994134903 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852180004119873, + "reflectance": 0.0706200003623962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8507000207901, + "reflectance": 0.0705000013113022 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850210011005402, + "reflectance": 0.0704500004649162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849229991436005, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848739981651306, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848249971866608, + "reflectance": 0.0702499970793724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847760021686554, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847270011901856, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846780002117157, + "reflectance": 0.0701000019907951 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846289992332459, + "reflectance": 0.0700500011444092 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84579998254776, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84636002779007, + "reflectance": 0.0700299963355064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0700599998235703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847479999065399, + "reflectance": 0.0700900033116341 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848039984703064, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848599970340729, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849160015583038, + "reflectance": 0.0701799988746643 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0702100023627281 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850279986858368, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850839972496033, + "reflectance": 0.0702700018882752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851400017738342, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851589977741242, + "reflectance": 0.0703099966049194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851779997348785, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851970016956329, + "reflectance": 0.0703300014138222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852159976959229, + "reflectance": 0.0703400000929833 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852349996566773, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852540016174316, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852729976177216, + "reflectance": 0.0703700035810471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85291999578476, + "reflectance": 0.0703800022602081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853110015392304, + "reflectance": 0.0703900009393692 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853299975395203, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852970004081726, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852639973163605, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852310001850128, + "reflectance": 0.0702800005674362 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851979970932007, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85164999961853, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851320028305054, + "reflectance": 0.0701600015163422 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850989997386932, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850660026073456, + "reflectance": 0.0700799971818924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850329995155335, + "reflectance": 0.0700400024652481 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850000023841858, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84918999671936, + "reflectance": 0.0699300020933151 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848380029201508, + "reflectance": 0.0698599964380264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84757000207901, + "reflectance": 0.0697899982333183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846759974956513, + "reflectance": 0.0697200000286102 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84595000743866, + "reflectance": 0.0696500018239021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845139980316162, + "reflectance": 0.069580003619194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844330012798309, + "reflectance": 0.0695099979639053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843519985675812, + "reflectance": 0.0694399997591972 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842710018157959, + "reflectance": 0.0693700015544891 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841899991035461, + "reflectance": 0.069300003349781 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840929985046387, + "reflectance": 0.0692199990153313 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0691400021314621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838989973068237, + "reflectance": 0.0690599977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838020026683807, + "reflectance": 0.0689800009131432 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837050020694733, + "reflectance": 0.0688999965786934 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.836080014705658, + "reflectance": 0.0688199996948242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.835110008716583, + "reflectance": 0.0687400028109551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.834140002727509, + "reflectance": 0.0686599984765053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.833169996738434, + "reflectance": 0.0685800015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.832199990749359, + "reflectance": 0.0684999972581863 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0317602977156639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0311778578907251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0305749978870153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0298982560634613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0293271541595459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0286844298243523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0279881600290537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0273720752447844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.026628976687789 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0257604569196701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0249478276818991 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.024136908352375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0232145637273788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0223778914660215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0212853774428368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0201160944998264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0192228704690933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0179411377757788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0166530515998602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0153178321197629 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139876734465361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0125085180625319 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0109969433397055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00932515412569046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00777597306296229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00600432511419058 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0043658409267664 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00291289901360869 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00186265294905752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00189377903006971 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00460418686270714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139699345454574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0337979234755039 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0602677464485168 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.085798554122448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11000569909811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132390573620796 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15159609913826 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.169293016195297 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.186990514397621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.205486640334129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229181557893753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.253237813711166 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273080766201019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.286618322134018 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.289090216159821 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.283574998378754 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273699045181274 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.263387382030487 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.252852469682694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.241850733757019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233270466327667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224181711673737 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215439319610596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.207660540938377 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.200180113315582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.192028716206551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.18305516242981 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.172752574086189 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.162584468722343 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.152016565203667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.139815807342529 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.129515245556831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11989776045084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.112267836928368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.103999778628349 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.097388967871666 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0901678577065468 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0837536007165909 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0777500867843628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0726242884993553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0690992400050163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0673081576824188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.067036047577858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0679356977343559 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.07016621530056 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.072583980858326 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0750323981046677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0774050876498222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0791785567998886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0803491547703743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.080874614417553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0806821063160896 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0794599503278732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0780422985553742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0761934518814087 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.074484221637249 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0724922269582748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0708932727575302 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.069573238492012 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.068089209496975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0665859431028366 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0652998611330986 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0639152824878693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0625139251351357 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0612633489072323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0600595921278 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0591550245881081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0582340992987156 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0575152933597565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0559111572802067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0549225434660912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.053684089332819 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0525968782603741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0516011491417885 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0506701804697514 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0497782118618488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.048476554453373 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0472403652966023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0462779141962528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0454610884189606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0447233505547047 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0436200089752674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0425228625535965 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0416529029607773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0408408083021641 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0390464328229427 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0372622981667519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0363757237792015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0353994518518448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0345350205898285 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0332791395485401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0323126092553139 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0312565825879574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0299149621278048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.029098879545927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.028380474075675 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0276288501918316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0272911917418242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0271986965090036 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0274871438741684 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0282482616603374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0295610837638378 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.031615424901247 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0346785746514797 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0387909337878227 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0438205040991306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0499514639377594 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0578287653625011 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0641179233789444 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0747176632285118 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0862487331032753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0983018204569817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.106630176305771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11955600976944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132110372185707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.140063136816025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.151939645409584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15967133641243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.170385435223579 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.180735871195793 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.187573298811913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.194054409861565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.203141912817955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.20876456797123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215954780578613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.220133006572723 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224167600274086 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229536697268486 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.23248416185379 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235197708010674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.238405734300613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239470198750496 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240031272172928 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.24043296277523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240457206964493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239868059754372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239642664790154 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239145949482918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.237540140748024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235139980912209 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233003750443459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.231239601969719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.870794057846069, + "reflectance": 0.0763658285140991 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.902543604373932, + "reflectance": 0.0804615318775177 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.83999997 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ + { + "incidence": { + "wavelengths": { + "wavelength": 300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0476000010967255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0303000006824732, + "reflectance": 0.0472000017762184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.0931999981403351, + "reflectance": 0.0474000014364719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.191599994897842, + "reflectance": 0.0485999993979931 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.318300008773804, + "reflectance": 0.0516999997198582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.453700006008148, + "reflectance": 0.0568000003695488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.576499998569489, + "reflectance": 0.0628999993205071 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.676800012588501, + "reflectance": 0.0689999982714653 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.751299977302551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.804400026798248, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861100018024445, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873399972915649, + "reflectance": 0.0829000025987625 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879499971866608, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888599991798401, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896899998188019, + "reflectance": 0.0834000036120415 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896650016307831, + "reflectance": 0.0832000002264977 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896399974822998, + "reflectance": 0.0829999968409538 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895399987697601, + "reflectance": 0.0827500000596046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894400000572205, + "reflectance": 0.0825000032782555 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894299983978272, + "reflectance": 0.0823500007390976 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894200026988983, + "reflectance": 0.0821999981999397 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.894649982452393, + "reflectance": 0.0820999965071678 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0820000022649765 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896250009536743, + "reflectance": 0.0819500014185906 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89740002155304, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898800015449524, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900200009346008, + "reflectance": 0.0819000005722046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.900900006294251, + "reflectance": 0.0818499997258186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0817999988794327 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901899993419647, + "reflectance": 0.0817499980330467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902199983596802, + "reflectance": 0.0816999971866608 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903299987316132, + "reflectance": 0.0816499963402748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904399991035461, + "reflectance": 0.0816000029444695 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904799997806549, + "reflectance": 0.0815500020980835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905200004577637, + "reflectance": 0.0815000012516975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905700027942658, + "reflectance": 0.0814500004053116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.906199991703033, + "reflectance": 0.0813999995589256 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905849993228912, + "reflectance": 0.0812999978661537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905499994754791, + "reflectance": 0.0812000036239624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.905399978160858, + "reflectance": 0.0811000019311905 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90530002117157, + "reflectance": 0.0810000002384186 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90514999628067, + "reflectance": 0.0808999985456467 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807999968528748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807500034570694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904999971389771, + "reflectance": 0.0807000026106834 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.904600024223328, + "reflectance": 0.0806000009179115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90420001745224, + "reflectance": 0.0804999992251396 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903699994087219, + "reflectance": 0.0803999975323677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.903199970722199, + "reflectance": 0.0803000032901764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.902400016784668, + "reflectance": 0.0801500007510185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901600003242493, + "reflectance": 0.0799999982118607 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.901000022888184, + "reflectance": 0.0798999965190888 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.90039998292923, + "reflectance": 0.0798000022768974 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.899649977684021, + "reflectance": 0.0797000005841255 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898899972438812, + "reflectance": 0.0795999988913536 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.898249983787537, + "reflectance": 0.0794999971985817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.897599995136261, + "reflectance": 0.0794000029563904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896849989891052, + "reflectance": 0.0793000012636185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.896099984645844, + "reflectance": 0.0791999995708466 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.895099997520447, + "reflectance": 0.0790499970316887 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89410001039505, + "reflectance": 0.0789000019431114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.893450021743774, + "reflectance": 0.0788000002503395 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.892799973487854, + "reflectance": 0.0786999985575676 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89190000295639, + "reflectance": 0.0785999968647957 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.890999972820282, + "reflectance": 0.0785000026226044 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.89045000076294, + "reflectance": 0.0784000009298325 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889900028705597, + "reflectance": 0.0782999992370606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.889150023460388, + "reflectance": 0.0781999975442886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.888400018215179, + "reflectance": 0.0781000033020973 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887750029563904, + "reflectance": 0.0780500024557114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.887099981307983, + "reflectance": 0.0780000016093254 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.886399984359741, + "reflectance": 0.0778999999165535 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.885699987411499, + "reflectance": 0.0777999982237816 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.884800016880035, + "reflectance": 0.0776999965310097 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.883899986743927, + "reflectance": 0.0776000022888184 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.882799983024597, + "reflectance": 0.0774499997496605 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.881699979305267, + "reflectance": 0.0772999972105026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.88085001707077, + "reflectance": 0.0772000029683113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.879999995231628, + "reflectance": 0.0771000012755394 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878650009632111, + "reflectance": 0.0769499987363815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877300024032593, + "reflectance": 0.0768000036478043 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875999987125397, + "reflectance": 0.0767000019550324 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874700009822846, + "reflectance": 0.0766000002622604 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873849987983704, + "reflectance": 0.0764499977231026 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873000025749207, + "reflectance": 0.0763000026345253 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872150003910065, + "reflectance": 0.0762000009417534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871299982070923, + "reflectance": 0.0760999992489815 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869650006294251, + "reflectance": 0.0759499967098236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867999970912933, + "reflectance": 0.0758000016212463 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867299973964691, + "reflectance": 0.0756999999284744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866599977016449, + "reflectance": 0.0755999982357025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865100026130676, + "reflectance": 0.0754500031471252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863600015640259, + "reflectance": 0.0753000006079674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86269998550415, + "reflectance": 0.0751999989151955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861800014972687, + "reflectance": 0.0750999972224236 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861150026321411, + "reflectance": 0.0750000029802322 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860499978065491, + "reflectance": 0.0749000012874603 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859849989414215, + "reflectance": 0.0748500004410744 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85920000076294, + "reflectance": 0.0747999995946884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858449995517731, + "reflectance": 0.0746999979019165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857699990272522, + "reflectance": 0.0746000036597252 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856649994850159, + "reflectance": 0.0745000019669533 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855599999427795, + "reflectance": 0.0744000002741814 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854300022125244, + "reflectance": 0.0742999985814095 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852999985218048, + "reflectance": 0.0741999968886375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852150022983551, + "reflectance": 0.0741000026464462 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851300001144409, + "reflectance": 0.0740000009536743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850499987602234, + "reflectance": 0.0739500001072884 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849699974060059, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848900020122528, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848100006580353, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847350001335144, + "reflectance": 0.0736500024795532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846599996089935, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845899999141693, + "reflectance": 0.0734999999403954 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845200002193451, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844600021839142, + "reflectance": 0.0733499974012375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843999981880188, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843500018119812, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842999994754791, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842599987983704, + "reflectance": 0.0730499997735024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842199981212616, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841849982738495, + "reflectance": 0.0729499980807304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841499984264374, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841199994087219, + "reflectance": 0.0728499963879585 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840900003910065, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84060001373291, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840099990367889, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839900016784668, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839699983596802, + "reflectance": 0.0726500004529953 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83950001001358, + "reflectance": 0.0725999996066093 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839299976825714, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839100003242493, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838949978351593, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838800013065338, + "reflectance": 0.0724999979138374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838660001754761, + "reflectance": 0.0724700018763542 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838519990444183, + "reflectance": 0.0724399983882904 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838379979133606, + "reflectance": 0.0724100023508072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838100016117096, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837960004806519, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837819993495941, + "reflectance": 0.0722900032997131 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837679982185364, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837539970874786, + "reflectance": 0.0722299963235855 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837400019168854, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837430000305176, + "reflectance": 0.0721900016069412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837459981441498, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837490022182465, + "reflectance": 0.0721699967980385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837520003318787, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837549984455109, + "reflectance": 0.0721499994397163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837580025196075, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837610006332398, + "reflectance": 0.0721300020813942 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83763998746872, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837670028209686, + "reflectance": 0.0721099972724915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837700009346008, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837790012359619, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83788001537323, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837970018386841, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838060021400452, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838150024414063, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838240027427673, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838329970836639, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.83841997385025, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838509976863861, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838599979877472, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838769972324371, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838940024375916, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839110016822815, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839280009269714, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839450001716614, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839619994163513, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839789986610413, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840129971504211, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840300023555756, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840650022029877, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841000020503998, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841350018978119, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84170001745224, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842050015926361, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842400014400482, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842750012874603, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843100011348724, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843450009822846, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843800008296967, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844190001487732, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844579994678497, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844969987869263, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845359981060028, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845749974250794, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846140027046204, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846530020236969, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8473100066185, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847699999809265, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848190009593964, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848680019378662, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849170029163361, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849659979343414, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850149989128113, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850639998912811, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85113000869751, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851620018482208, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852110028266907, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85259997844696, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852859973907471, + "reflectance": 0.0727099999785423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853120028972626, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853380024433136, + "reflectance": 0.0727299973368645 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853640019893646, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853900015354157, + "reflectance": 0.0727500021457672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854160010814667, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854420006275177, + "reflectance": 0.0727699995040894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854680001735687, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.854939997196198, + "reflectance": 0.0727899968624115 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855199992656708, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855979979038239, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856760025024414, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.857540011405945, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.858319997787476, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859099984169006, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859879970550537, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.860660016536713, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.861440002918243, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862219989299774, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862999975681305, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.863579988479614, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864160001277924, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864740014076233, + "reflectance": 0.0733200013637543 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865320026874542, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865899980068207, + "reflectance": 0.0733999982476234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866479992866516, + "reflectance": 0.0734400004148483 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867060005664825, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867640018463135, + "reflectance": 0.0735199972987175 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868219971656799, + "reflectance": 0.0735599994659424 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1505 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869319975376129, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1510 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869840025901794, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1515 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1520 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870880007743835, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1525 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871399998664856, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1530 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871919989585877, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1535 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872439980506897, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1540 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872959971427918, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1545 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873480021953583, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1550 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874000012874603, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1555 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874270021915436, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1560 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874539971351624, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1565 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874809980392456, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1570 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875079989433289, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1575 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875349998474121, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1580 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875620007514954, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1585 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875890016555786, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1590 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876160025596619, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1595 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876429975032806, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876699984073639, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1605 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876860022544861, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1610 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877020001411438, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1615 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1620 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1625 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1630 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1635 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1640 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1645 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1650 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87830001115799, + "reflectance": 0.0738999992609024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1655 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878260016441345, + "reflectance": 0.0738900005817413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1660 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878220021724701, + "reflectance": 0.0738800019025803 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1665 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878180027008057, + "reflectance": 0.0738700032234192 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1670 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878139972686768, + "reflectance": 0.0738599970936775 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1675 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878099977970123, + "reflectance": 0.0738499984145165 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1680 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878059983253479, + "reflectance": 0.0738399997353554 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1685 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.878019988536835, + "reflectance": 0.0738300010561943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1690 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87797999382019, + "reflectance": 0.0738200023770332 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1695 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877939999103546, + "reflectance": 0.0738100036978722 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877900004386902, + "reflectance": 0.0737999975681305 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1705 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877820014953613, + "reflectance": 0.0737800002098084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1710 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877740025520325, + "reflectance": 0.0737600028514862 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1715 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877659976482391, + "reflectance": 0.0737399980425835 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1720 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877579987049103, + "reflectance": 0.0737200006842613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1725 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877499997615814, + "reflectance": 0.0737000033259392 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1730 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877420008182526, + "reflectance": 0.0736799985170364 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1735 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877340018749237, + "reflectance": 0.0736600011587143 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1740 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877260029315949, + "reflectance": 0.0736399963498116 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1745 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877179980278015, + "reflectance": 0.0736199989914894 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1750 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.877099990844727, + "reflectance": 0.0736000016331673 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1755 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876919984817505, + "reflectance": 0.0735699981451035 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1760 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876739978790283, + "reflectance": 0.0735400021076202 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1765 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876559972763062, + "reflectance": 0.0735099986195564 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1770 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876380026340485, + "reflectance": 0.0734800025820732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1775 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876200020313263, + "reflectance": 0.0734499990940094 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1780 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.876020014286041, + "reflectance": 0.0734200030565262 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1785 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87584000825882, + "reflectance": 0.0733899995684624 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1790 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875660002231598, + "reflectance": 0.0733600035309792 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1795 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875479996204376, + "reflectance": 0.0733300000429153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875299990177155, + "reflectance": 0.0732999965548515 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1805 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875159978866577, + "reflectance": 0.0732799991965294 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1810 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.875020027160645, + "reflectance": 0.0732600018382072 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1815 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874880015850067, + "reflectance": 0.0732399970293045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1820 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87474000453949, + "reflectance": 0.0732199996709824 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1825 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874599993228912, + "reflectance": 0.0732000023126602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1830 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874459981918335, + "reflectance": 0.0731799975037575 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1835 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874319970607758, + "reflectance": 0.0731600001454353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1840 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874180018901825, + "reflectance": 0.0731400027871132 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1845 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.874040007591248, + "reflectance": 0.0731199979782105 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1850 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87389999628067, + "reflectance": 0.0731000006198883 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1855 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87379002571106, + "reflectance": 0.0730800032615662 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1860 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873679995536804, + "reflectance": 0.0730599984526634 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1865 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873570024967194, + "reflectance": 0.0730400010943413 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1870 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873459994792938, + "reflectance": 0.0730199962854385 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1875 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873350024223328, + "reflectance": 0.0729999989271164 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1880 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873239994049072, + "reflectance": 0.0729800015687943 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1885 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873130023479462, + "reflectance": 0.0729599967598915 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1890 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.873019993305206, + "reflectance": 0.0729399994015694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1895 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872910022735596, + "reflectance": 0.0729200020432472 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.87279999256134, + "reflectance": 0.0728999972343445 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1905 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872699975967407, + "reflectance": 0.0728799998760223 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1910 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872600018978119, + "reflectance": 0.0728600025177002 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1915 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872500002384186, + "reflectance": 0.0728399977087975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1920 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872399985790253, + "reflectance": 0.0728200003504753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1925 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872300028800964, + "reflectance": 0.0728000029921532 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1930 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872200012207031, + "reflectance": 0.0727799981832504 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1935 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.872099995613098, + "reflectance": 0.0727600008249283 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1940 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871999979019165, + "reflectance": 0.0727400034666061 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1945 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871900022029877, + "reflectance": 0.0727199986577034 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1950 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871800005435944, + "reflectance": 0.0727000012993813 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1955 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871619999408722, + "reflectance": 0.0726699978113174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1960 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8714399933815, + "reflectance": 0.0726400017738342 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1965 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871259987354279, + "reflectance": 0.0726099982857704 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1970 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.871079981327057, + "reflectance": 0.0725800022482872 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1975 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870899975299835, + "reflectance": 0.0725499987602234 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1980 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870720028877258, + "reflectance": 0.0725200027227402 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1985 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870540022850037, + "reflectance": 0.0724899992346764 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1990 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870360016822815, + "reflectance": 0.0724600031971932 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 1995 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870180010795593, + "reflectance": 0.0724299997091293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.870000004768372, + "reflectance": 0.0724000036716461 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2005 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869989991188049, + "reflectance": 0.0723899975419045 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2010 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869979977607727, + "reflectance": 0.0723799988627434 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2015 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86997002363205, + "reflectance": 0.0723700001835823 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2020 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869960010051727, + "reflectance": 0.0723600015044212 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2025 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869949996471405, + "reflectance": 0.0723500028252602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2030 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869939982891083, + "reflectance": 0.0723399966955185 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2035 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869930028915405, + "reflectance": 0.0723299980163574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2040 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869920015335083, + "reflectance": 0.0723199993371964 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2045 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869910001754761, + "reflectance": 0.0723100006580353 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2050 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869899988174439, + "reflectance": 0.0723000019788742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2055 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869790017604828, + "reflectance": 0.0722799971699715 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2060 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869679987430573, + "reflectance": 0.0722599998116493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2065 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869570016860962, + "reflectance": 0.0722400024533272 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2070 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869459986686707, + "reflectance": 0.0722199976444244 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2075 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869350016117096, + "reflectance": 0.0722000002861023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2080 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869239985942841, + "reflectance": 0.0721800029277802 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2085 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.86913001537323, + "reflectance": 0.0721599981188774 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2090 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.869019985198975, + "reflectance": 0.0721400007605553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2095 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868910014629364, + "reflectance": 0.0721200034022331 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868799984455109, + "reflectance": 0.0720999985933304 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2105 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868470013141632, + "reflectance": 0.0720599964261055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2110 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.868139982223511, + "reflectance": 0.0720200017094612 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2115 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867810010910034, + "reflectance": 0.0719799995422363 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2120 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867479979991913, + "reflectance": 0.0719399973750114 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2125 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.867150008678436, + "reflectance": 0.0719000026583672 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2130 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866819977760315, + "reflectance": 0.0718600004911423 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2135 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866490006446838, + "reflectance": 0.0718199983239174 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2140 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.866159975528717, + "reflectance": 0.0717800036072731 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2145 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865830004215241, + "reflectance": 0.0717400014400482 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2150 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.865499973297119, + "reflectance": 0.0716999992728233 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2155 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.864019989967346, + "reflectance": 0.0715800002217293 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2160 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.862540006637573, + "reflectance": 0.0714600011706352 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2165 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8610600233078, + "reflectance": 0.0713400021195412 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2170 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.859579980373383, + "reflectance": 0.0712200030684471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2175 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85809999704361, + "reflectance": 0.0710999965667725 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2180 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.856620013713837, + "reflectance": 0.0709799975156784 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2185 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.855139970779419, + "reflectance": 0.0708599984645844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2190 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853659987449646, + "reflectance": 0.0707399994134903 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2195 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852180004119873, + "reflectance": 0.0706200003623962 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.8507000207901, + "reflectance": 0.0705000013113022 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2205 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850210011005402, + "reflectance": 0.0704500004649162 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2210 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2215 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849229991436005, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2220 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848739981651306, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2225 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848249971866608, + "reflectance": 0.0702499970793724 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2230 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847760021686554, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2235 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847270011901856, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2240 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846780002117157, + "reflectance": 0.0701000019907951 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2245 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846289992332459, + "reflectance": 0.0700500011444092 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2250 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84579998254776, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2255 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84636002779007, + "reflectance": 0.0700299963355064 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2260 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846920013427734, + "reflectance": 0.0700599998235703 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2265 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.847479999065399, + "reflectance": 0.0700900033116341 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2270 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848039984703064, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2275 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848599970340729, + "reflectance": 0.0701500028371811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2280 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849160015583038, + "reflectance": 0.0701799988746643 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2285 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.849720001220703, + "reflectance": 0.0702100023627281 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2290 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850279986858368, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2295 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850839972496033, + "reflectance": 0.0702700018882752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851400017738342, + "reflectance": 0.0702999979257584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2305 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851589977741242, + "reflectance": 0.0703099966049194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2310 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851779997348785, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2315 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851970016956329, + "reflectance": 0.0703300014138222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2320 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852159976959229, + "reflectance": 0.0703400000929833 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2325 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852349996566773, + "reflectance": 0.0703499987721443 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2330 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852540016174316, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2335 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852729976177216, + "reflectance": 0.0703700035810471 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2340 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85291999578476, + "reflectance": 0.0703800022602081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2345 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853110015392304, + "reflectance": 0.0703900009393692 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2350 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.853299975395203, + "reflectance": 0.0703999996185303 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2355 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852970004081726, + "reflectance": 0.0703599974513054 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2360 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852639973163605, + "reflectance": 0.0703200027346611 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2365 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.852310001850128, + "reflectance": 0.0702800005674362 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2370 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851979970932007, + "reflectance": 0.0702399984002113 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2375 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.85164999961853, + "reflectance": 0.0702000036835671 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2380 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.851320028305054, + "reflectance": 0.0701600015163422 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2385 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850989997386932, + "reflectance": 0.0701199993491173 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2390 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850660026073456, + "reflectance": 0.0700799971818924 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2395 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850329995155335, + "reflectance": 0.0700400024652481 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.850000023841858, + "reflectance": 0.0700000002980232 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2405 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84918999671936, + "reflectance": 0.0699300020933151 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2410 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.848380029201508, + "reflectance": 0.0698599964380264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2415 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84757000207901, + "reflectance": 0.0697899982333183 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2420 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.846759974956513, + "reflectance": 0.0697200000286102 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2425 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.84595000743866, + "reflectance": 0.0696500018239021 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2430 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.845139980316162, + "reflectance": 0.069580003619194 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2435 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.844330012798309, + "reflectance": 0.0695099979639053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2440 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.843519985675812, + "reflectance": 0.0694399997591972 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2445 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.842710018157959, + "reflectance": 0.0693700015544891 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2450 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.841899991035461, + "reflectance": 0.069300003349781 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2455 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.840929985046387, + "reflectance": 0.0692199990153313 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2460 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.839959979057312, + "reflectance": 0.0691400021314621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2465 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838989973068237, + "reflectance": 0.0690599977970123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2470 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.838020026683807, + "reflectance": 0.0689800009131432 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2475 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.837050020694733, + "reflectance": 0.0688999965786934 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2480 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.836080014705658, + "reflectance": 0.0688199996948242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2485 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.835110008716583, + "reflectance": 0.0687400028109551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2490 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.834140002727509, + "reflectance": 0.0686599984765053 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2495 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.833169996738434, + "reflectance": 0.0685800015926361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 2500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0.832199990749359, + "reflectance": 0.0684999972581863 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0317602977156639 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0311778578907251 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0305749978870153 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0298982560634613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0293271541595459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0286844298243523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0279881600290537 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0273720752447844 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.026628976687789 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 5900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0257604569196701 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0249478276818991 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.024136908352375 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0232145637273788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0223778914660215 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0212853774428368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0201160944998264 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0192228704690933 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0179411377757788 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0166530515998602 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 6900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0153178321197629 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139876734465361 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0125085180625319 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0109969433397055 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00932515412569046 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00777597306296229 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00600432511419058 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0043658409267664 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00291289901360869 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00186265294905752 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 7900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00189377903006971 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.00460418686270714 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0139699345454574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0337979234755039 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0602677464485168 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.085798554122448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11000569909811 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132390573620796 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15159609913826 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.169293016195297 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 8900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.186990514397621 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.205486640334129 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229181557893753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.253237813711166 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273080766201019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.286618322134018 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.289090216159821 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.283574998378754 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.273699045181274 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.263387382030487 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 9900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.252852469682694 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.241850733757019 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233270466327667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224181711673737 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215439319610596 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.207660540938377 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.200180113315582 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.192028716206551 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.18305516242981 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.172752574086189 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 10900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.162584468722343 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.152016565203667 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.139815807342529 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.129515245556831 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11989776045084 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.112267836928368 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.103999778628349 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.097388967871666 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0901678577065468 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0837536007165909 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 11900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0777500867843628 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0726242884993553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0690992400050163 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0673081576824188 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.067036047577858 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0679356977343559 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.07016621530056 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.072583980858326 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0750323981046677 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0774050876498222 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 12900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0791785567998886 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0803491547703743 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.080874614417553 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0806821063160896 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0794599503278732 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0780422985553742 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0761934518814087 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.074484221637249 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0724922269582748 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0708932727575302 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 13900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.069573238492012 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.068089209496975 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0665859431028366 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0652998611330986 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0639152824878693 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0625139251351357 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0612633489072323 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0600595921278 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0591550245881081 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0582340992987156 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 14900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0575152933597565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0559111572802067 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0549225434660912 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.053684089332819 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0525968782603741 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0516011491417885 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0506701804697514 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0497782118618488 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.048476554453373 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0472403652966023 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 15900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0462779141962528 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0454610884189606 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0447233505547047 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0436200089752674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0425228625535965 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0416529029607773 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0408408083021641 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0390464328229427 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0372622981667519 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0363757237792015 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 16900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0353994518518448 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0345350205898285 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0332791395485401 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0323126092553139 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0312565825879574 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0299149621278048 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.029098879545927 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.028380474075675 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0276288501918316 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0272911917418242 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 17900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0271986965090036 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0274871438741684 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0282482616603374 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0295610837638378 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.031615424901247 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0346785746514797 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0387909337878227 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0438205040991306 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0499514639377594 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0578287653625011 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 18900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0641179233789444 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0747176632285118 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0862487331032753 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.0983018204569817 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.106630176305771 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.11955600976944 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.132110372185707 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.140063136816025 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.151939645409584 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.15967133641243 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 19900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.170385435223579 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.180735871195793 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.187573298811913 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.194054409861565 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.203141912817955 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.20876456797123 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.215954780578613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.220133006572723 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.224167600274086 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.229536697268486 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 20900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.23248416185379 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235197708010674 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.238405734300613 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239470198750496 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240031272172928 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.24043296277523 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.240457206964493 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239868059754372 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239642664790154 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.239145949482918 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 21900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.237540140748024 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.235139980912209 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.233003750443459 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.231239601969719 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 22900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 23900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24100 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24200 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24300 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24400 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24500 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24600 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24700 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24800 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 24900 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "wavelength": 25000 + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": { + "polar": 0 + } + }, + "results": { + "transmittance": 0, + "reflectance": 0.230256736278534 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "solar" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.870794057846069, + "reflectance": 0.0763658285140991 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.902543604373932, + "reflectance": 0.0804615318775177 + } + }, + { + "incidence": { + "wavelengths": { + "integral": "infrared" + }, + "direction": "hemispherical" + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0, + "absorptanceEmittance": 0.83999997 + } + } + ] + } + ] +} From d794196b836ead86aca7de3d283ee44c31a4f1a4 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 7 Oct 2025 13:53:01 +0200 Subject: [PATCH 335/362] Improve the description of the "rotation" angle --- schemas/geometricData.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/geometricData.json b/schemas/geometricData.json index 750210e9..dc106e60 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -141,7 +141,7 @@ }, "rotation": { "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The angle of rotation around the normal of the non-prime surface. First, imagine a plane which is rectangular to the non-prime surface and parallel to the direction of the azimuth angle. The cross-section from the bottom to the top is the first important direction. The rotation angle is the angle between this direction and the prime direction. If the prime direction leads from the bottom to the top, then the rotation angle equals 0°. If the prime direction leads from the left-hand side to the right-hand side as seen from the exterior, then the rotation angle equals 90°." + "description": "The angle of rotation within the plane of the non-prime surface around the normal of the non-prime surface. First, imagine a plane which is perpendicular to the non-prime surface and parallel to the direction of the azimuth angle. The cross-section from the bottom to the top is the first important direction. The rotation angle is the angle between this direction and the prime direction. If we look at the non-prime surface as if it was a clock, the prime direction being 12 o'clock and the cross-section from the bottom to the top 11 o'clock, then the rotation angle equals +30° because of the right-handed coordinate system of [ISO 80000-2: 2019, Quantities and units - Part 2: Mathematics](https: //www.iso.org/standard/64973.html)." } }, "additionalProperties": false, @@ -163,7 +163,7 @@ }, "orientation": { "$ref": "#/$defs/orientation", - "description": "The orientation of the prime surface of the component." + "description": "The orientation of the non-prime surface of the component." } }, "additionalProperties": false, From cae47765d9d1d3f06d4e4ccf20d013bd0f70a7bf Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 7 Oct 2025 14:01:15 +0200 Subject: [PATCH 336/362] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba211b0..0bdf67cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ and this project adheres to - Use JSON Schema Draft 2020-12 and upgrade tooling [#307](https://github.com/building-envelope-data/api/pull/307) - Simplify the structure of optical datasets [#354](https://github.com/building-envelope-data/api/pull/354) - Extend BED-JSON to include everything from LBNL-JSON [#352](https://github.com/building-envelope-data/api/pull/352) -- +- Improve descriptions of angles, surfaces and orientations [#360](https://github.com/building-envelope-data/api/pull/360) - - - From d73de92209c51c17ba146b01e734e38abc9b3ef8 Mon Sep 17 00:00:00 2001 From: Maurer Date: Wed, 15 Oct 2025 10:18:18 +0200 Subject: [PATCH 337/362] Exchange path `/queries` by `/requests` --- .graphqlrc | 4 ++-- Makefile | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.graphqlrc b/.graphqlrc index 080bce82..5601cc69 100644 --- a/.graphqlrc +++ b/.graphqlrc @@ -1,7 +1,7 @@ projects: database: schema: './apis/database.graphql' - documents: './queries/database/**/*.graphql' + documents: './requests/database/**/*.graphql' metabase: schema: './apis/metabase.graphql' - documents: './queries/metabase/**/*.graphql' + documents: './requests/metabase/**/*.graphql' diff --git a/Makefile b/Makefile index 5a6f0130..01266c86 100644 --- a/Makefile +++ b/Makefile @@ -166,11 +166,11 @@ test : ## Validate test files # .PHONY : test examples : ## Validate example files - -for schema_name in $(shell ls --indicator-style=none ./queries/) ; do \ + -for schema_name in $(shell ls --indicator-style=none ./requests/) ; do \ echo "---------------------------------------------" && \ echo "Queries against schema ./apis/$${schema_name}.graphql" && \ echo "- - - - - - - - - - - - - - - - - - - - - - -" && \ - for query_file in $$(find ./queries/$${schema_name} -name "*.graphql") ; do \ + for query_file in $$(find ./requests/$${schema_name} -name "*.graphql") ; do \ echo "$${query_file}" && \ npx --no-install graphql-inspector validate \ $${query_file} \ diff --git a/README.md b/README.md index a9b3bace..1741d23f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This specification of an Application Programming Interface (API) is designed to facilitate the exchange of data about building envelopes. Several [databases](https://github.com/building-envelope-data/database) use the same API specification to offer data about components. A [metabase](https://github.com/building-envelope-data/metabase) manages for example the identifiers of components and institutions which must be the same for all databases. -This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries and mutations are in the directory `./requests`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/queries/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). +This API specification consists of [GraphQL](https://graphql.org) schemas to specify a GraphQL endpoint and [JSON Schemas](https://json-schema.org) to specify the format of the responses. GraphQL schemas are in the directory `./apis`. There is a [visualization of the GraphQL schema of the metabase](https://graphql-kit.com/graphql-voyager/?url=https://www.buildingenvelopedata.org/graphql/) and [of the database](https://graphql-kit.com/graphql-voyager/?url=https://www.solarbuildingenvelopes.com/graphql/). Example GraphQL queries and mutations are in the directory `./requests`. You can try the queries of the [tutorial](https://github.com/building-envelope-data/api/blob/develop/requests/metabase/tutorial.graphql) at the [GraphQL endpoint of the metabase](https://www.buildingenvelopedata.org/graphql/). GraphQL queries deal with metadata about data sets. They are used to find suitable data sets. The response to a GraphQL query is in JSON. For example, [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json) defines the metadata about an optical data set. It can include a URL as `locator` to download the pure data. From 9c1d38b262c018f34ff4484752cd055d96b0511e Mon Sep 17 00:00:00 2001 From: Simon Wacker Date: Wed, 22 Oct 2025 15:21:17 +0200 Subject: [PATCH 338/362] Corect approval verification --- apis/database.graphql | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/apis/database.graphql b/apis/database.graphql index 0861c767..39d82def 100644 --- a/apis/database.graphql +++ b/apis/database.graphql @@ -1708,7 +1708,12 @@ To verify an approval, and: [ { fingerprint: { equalTo: } } { allowedAt: { lessThanOrEqualTo: } } - { forbiddenAt: { greaterThan: } } + { + or: [ + { forbiddenAt: { equalTo: null } } + { forbiddenAt: { greaterThan: } } + ] + } ] } ) @@ -1738,7 +1743,12 @@ To verify an approval, and: [ { fingerprint: { equalTo: } } { allowedAt: { lessThanOrEqualTo: } } - { forbiddenAt: { greaterThan: } } + { + or: [ + { forbiddenAt: { equalTo: null } } + { forbiddenAt: { greaterThan: } } + ] + } ] } ) { @@ -1789,7 +1799,7 @@ To verify an approval, ``` contains exactly one edge (and node). 5. verify the signature with the public key by running - `gpg --verify ./message.json.asc ./message.json`. + `gpg --assert-signer --verify ./message.json.asc ./message.json`. To create an approval, 1. install [GnuPG](https://www.gnupg.org), From 1f63d343054f86ab14a31ba451561f6c96e9be59 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Oct 2025 17:00:45 +0200 Subject: [PATCH 339/362] Rename `dbe` to `buildingEnvelopes` --- .vscode/settings.json | 4 +-- Makefile | 2 +- README.md | 6 ++-- ...BuildingIntegratedPhotovoltaicThermal.json | 0 .../assemblyWhichIsPartOfAnotherAssembly.json | 0 .../collectorFieldAsGeometricAssembly.json | 0 .../assembly/doubleGlazingSelfContained.json | 0 ...cAssemblyWhichIsPartOfAnotherAssembly.json | 0 .../assembly/geometricAssemblyWithParent.json | 0 .../calorimetric/bistMeasurement.json | 0 .../generalComponents/16mmArgon90air10.json | 0 .../generalComponents/materialArgon.json | 0 .../getHttpsResource/dataFormatPdf.json | 0 .../hygrothermal/fullHygrothermalDataSet.json | 0 .../hygrothermal/hygrothermalAsResource.json | 0 .../{dbe => buildingEnvelopes}/koester.json | 0 .../metadata/abbreviation.json | 0 .../metadata/layerWithGapAndCategory.json | 0 .../optical/ColorRenderingIndexCIELAB.json | 0 .../optical/bsdf.json | 0 .../optical/bsdfResource.json | 0 .../optical/bsdfResourceRolleaseKlems.json | 0 .../optical/es-sda-example0101layer.json | 0 .../optical/es-sda-example0102unit.json | 0 .../optical/igsdb196.json | 0 .../optical/integralAccordingToStandard.json | 0 ...rmalHemisphericalVisibleTransmittance.json | 0 ...normalSpectrallyResolvedTransmittance.json | 0 .../polarization/sPolarizedTransmittance.json | 0 .../optical/spectrum.json | 0 .../testlabVA210706080108integral.json | 0 .../testlabVA210706080108spectral.json | 0 .../origin/methodAccordingToPublication.json | 0 .../origin/methodAccordingToStandard.json | 0 .../origin/methodAsAservice.json | 0 .../originMethodAccordingToStandard.json | 0 .../bipvInverterBuildingNatIse.json | 0 .../bipvModuleBuildingNatIse.json | 0 .../bipvModuleSunovationEnamel.json | 0 .../bipvModuleSunovationGlazingLayer.json | 0 .../bipvModuleSunovationGlazingUnit.json | 0 .../bipvModuleSunovationLayer.json | 0 .../bipvModuleSunovationUnit.json | 0 .../photovoltaic/photovoltaicWithOptical.json | 0 .../smallGeneralComponent.json | 0 .../smallSpecificComponent.json | 0 .../smallestValidJson.json | 0 planning.md | 36 +++++++++---------- schemas/{dbe.json => buildingEnvelopes.json} | 10 +++--- 49 files changed, 30 insertions(+), 28 deletions(-) rename examples/{dbe => buildingEnvelopes}/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json (100%) rename examples/{dbe => buildingEnvelopes}/assembly/assemblyWhichIsPartOfAnotherAssembly.json (100%) rename examples/{dbe => buildingEnvelopes}/assembly/collectorFieldAsGeometricAssembly.json (100%) rename examples/{dbe => buildingEnvelopes}/assembly/doubleGlazingSelfContained.json (100%) rename examples/{dbe => buildingEnvelopes}/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json (100%) rename examples/{dbe => buildingEnvelopes}/assembly/geometricAssemblyWithParent.json (100%) rename examples/{dbe => buildingEnvelopes}/calorimetric/bistMeasurement.json (100%) rename examples/{dbe => buildingEnvelopes}/generalComponents/16mmArgon90air10.json (100%) rename examples/{dbe => buildingEnvelopes}/generalComponents/materialArgon.json (100%) rename examples/{dbe => buildingEnvelopes}/getHttpsResource/dataFormatPdf.json (100%) rename examples/{dbe => buildingEnvelopes}/hygrothermal/fullHygrothermalDataSet.json (100%) rename examples/{dbe => buildingEnvelopes}/hygrothermal/hygrothermalAsResource.json (100%) rename examples/{dbe => buildingEnvelopes}/koester.json (100%) rename examples/{dbe => buildingEnvelopes}/metadata/abbreviation.json (100%) rename examples/{dbe => buildingEnvelopes}/metadata/layerWithGapAndCategory.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/ColorRenderingIndexCIELAB.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/bsdf.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/bsdfResource.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/bsdfResourceRolleaseKlems.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/es-sda-example0101layer.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/es-sda-example0102unit.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/igsdb196.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/integralAccordingToStandard.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/nearnormalHemisphericalVisibleTransmittance.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/polarization/sPolarizedTransmittance.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/spectrum.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/testlabVA210706080108integral.json (100%) rename examples/{dbe => buildingEnvelopes}/optical/testlabVA210706080108spectral.json (100%) rename examples/{dbe => buildingEnvelopes}/origin/methodAccordingToPublication.json (100%) rename examples/{dbe => buildingEnvelopes}/origin/methodAccordingToStandard.json (100%) rename examples/{dbe => buildingEnvelopes}/origin/methodAsAservice.json (100%) rename examples/{dbe => buildingEnvelopes}/origin/originMethodAccordingToStandard.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/bipvInverterBuildingNatIse.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/bipvModuleBuildingNatIse.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/bipvModuleSunovationEnamel.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/bipvModuleSunovationGlazingLayer.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/bipvModuleSunovationGlazingUnit.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/bipvModuleSunovationLayer.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/bipvModuleSunovationUnit.json (100%) rename examples/{dbe => buildingEnvelopes}/photovoltaic/photovoltaicWithOptical.json (100%) rename examples/{dbe => buildingEnvelopes}/smallGeneralComponent.json (100%) rename examples/{dbe => buildingEnvelopes}/smallSpecificComponent.json (100%) rename examples/{dbe => buildingEnvelopes}/smallestValidJson.json (100%) rename schemas/{dbe.json => buildingEnvelopes.json} (87%) diff --git a/.vscode/settings.json b/.vscode/settings.json index 840438c2..6807bdd2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,8 +14,8 @@ }, "json.schemas": [ { - "fileMatch": ["./examples/dbe/*.json"], - "url": "./schemas/dbe.json" + "fileMatch": ["./examples/buildingEnvelopes/*.json"], + "url": "./schemas/buildingEnvelopes.json" }, { "fileMatch": ["./examples/dsb/*.json"], diff --git a/Makefile b/Makefile index 01266c86..6d077c46 100644 --- a/Makefile +++ b/Makefile @@ -190,7 +190,7 @@ examples : ## Validate example files done .PHONY : examples -example : ## Validate explicit examples, for example, `make SCHEMA_NAME=dbe EXAMPLES="optical/spectrum.json optical/bsdf.json" example` +example : ## Validate explicit examples, for example, `make SCHEMA_NAME=buildingEnvelopes EXAMPLES="optical/spectrum.json optical/bsdf.json" example` for example_name in ${EXAMPLES} ; do \ ${ajv} validate \ -s ./schemas/${SCHEMA_NAME}.json \ diff --git a/README.md b/README.md index 1741d23f..292490c4 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ If you don't find the answer there and if your question is related to the code, ## Introduction -The example JSON files `./examples` present examples of data formatted according to the JSON schemas and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/dbe/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/dbe/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/dbe/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L5). +The example JSON files `./examples` present examples of data formatted according to the JSON schemas and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L5). Like all data about components, the example is valid against the schema [component.json](https://github.com/building-envelope-data/api/blob/develop/schemas/component.json) which references [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json), [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) and more. In this way, metadata about one component can be exchanged as well as optical data, calorimetric data and more about this component. -An optical data set can include metadata like the [standard](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/dbe/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L16) according to which the optical data was determined. The pure [optical data](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/dbe/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L29) is formatted according to [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json), because optical.json [references opticalData.json](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/schemas/optical.json#L65). +An optical data set can include metadata like the [standard](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L16) according to which the optical data was determined. The pure [optical data](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L29) is formatted according to [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json), because optical.json [references opticalData.json](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/schemas/optical.json#L65). -Similarly, [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) defines the metadata about a calorimetric data set and refers to [calorimetricData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetricData.json) for the pure calorimetric data which is illustrated by the example [bistMeasurement.json](https://github.com/building-envelope-data/api/blob/develop/examples/dbe/calorimetric/bistMeasurement.json). +Similarly, [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) defines the metadata about a calorimetric data set and refers to [calorimetricData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetricData.json) for the pure calorimetric data which is illustrated by the example [bistMeasurement.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/calorimetric/bistMeasurement.json). ## How to use this repository diff --git a/examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/buildingEnvelopes/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json similarity index 100% rename from examples/dbe/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json rename to examples/buildingEnvelopes/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json diff --git a/examples/dbe/assembly/assemblyWhichIsPartOfAnotherAssembly.json b/examples/buildingEnvelopes/assembly/assemblyWhichIsPartOfAnotherAssembly.json similarity index 100% rename from examples/dbe/assembly/assemblyWhichIsPartOfAnotherAssembly.json rename to examples/buildingEnvelopes/assembly/assemblyWhichIsPartOfAnotherAssembly.json diff --git a/examples/dbe/assembly/collectorFieldAsGeometricAssembly.json b/examples/buildingEnvelopes/assembly/collectorFieldAsGeometricAssembly.json similarity index 100% rename from examples/dbe/assembly/collectorFieldAsGeometricAssembly.json rename to examples/buildingEnvelopes/assembly/collectorFieldAsGeometricAssembly.json diff --git a/examples/dbe/assembly/doubleGlazingSelfContained.json b/examples/buildingEnvelopes/assembly/doubleGlazingSelfContained.json similarity index 100% rename from examples/dbe/assembly/doubleGlazingSelfContained.json rename to examples/buildingEnvelopes/assembly/doubleGlazingSelfContained.json diff --git a/examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json b/examples/buildingEnvelopes/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json similarity index 100% rename from examples/dbe/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json rename to examples/buildingEnvelopes/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json diff --git a/examples/dbe/assembly/geometricAssemblyWithParent.json b/examples/buildingEnvelopes/assembly/geometricAssemblyWithParent.json similarity index 100% rename from examples/dbe/assembly/geometricAssemblyWithParent.json rename to examples/buildingEnvelopes/assembly/geometricAssemblyWithParent.json diff --git a/examples/dbe/calorimetric/bistMeasurement.json b/examples/buildingEnvelopes/calorimetric/bistMeasurement.json similarity index 100% rename from examples/dbe/calorimetric/bistMeasurement.json rename to examples/buildingEnvelopes/calorimetric/bistMeasurement.json diff --git a/examples/dbe/generalComponents/16mmArgon90air10.json b/examples/buildingEnvelopes/generalComponents/16mmArgon90air10.json similarity index 100% rename from examples/dbe/generalComponents/16mmArgon90air10.json rename to examples/buildingEnvelopes/generalComponents/16mmArgon90air10.json diff --git a/examples/dbe/generalComponents/materialArgon.json b/examples/buildingEnvelopes/generalComponents/materialArgon.json similarity index 100% rename from examples/dbe/generalComponents/materialArgon.json rename to examples/buildingEnvelopes/generalComponents/materialArgon.json diff --git a/examples/dbe/getHttpsResource/dataFormatPdf.json b/examples/buildingEnvelopes/getHttpsResource/dataFormatPdf.json similarity index 100% rename from examples/dbe/getHttpsResource/dataFormatPdf.json rename to examples/buildingEnvelopes/getHttpsResource/dataFormatPdf.json diff --git a/examples/dbe/hygrothermal/fullHygrothermalDataSet.json b/examples/buildingEnvelopes/hygrothermal/fullHygrothermalDataSet.json similarity index 100% rename from examples/dbe/hygrothermal/fullHygrothermalDataSet.json rename to examples/buildingEnvelopes/hygrothermal/fullHygrothermalDataSet.json diff --git a/examples/dbe/hygrothermal/hygrothermalAsResource.json b/examples/buildingEnvelopes/hygrothermal/hygrothermalAsResource.json similarity index 100% rename from examples/dbe/hygrothermal/hygrothermalAsResource.json rename to examples/buildingEnvelopes/hygrothermal/hygrothermalAsResource.json diff --git a/examples/dbe/koester.json b/examples/buildingEnvelopes/koester.json similarity index 100% rename from examples/dbe/koester.json rename to examples/buildingEnvelopes/koester.json diff --git a/examples/dbe/metadata/abbreviation.json b/examples/buildingEnvelopes/metadata/abbreviation.json similarity index 100% rename from examples/dbe/metadata/abbreviation.json rename to examples/buildingEnvelopes/metadata/abbreviation.json diff --git a/examples/dbe/metadata/layerWithGapAndCategory.json b/examples/buildingEnvelopes/metadata/layerWithGapAndCategory.json similarity index 100% rename from examples/dbe/metadata/layerWithGapAndCategory.json rename to examples/buildingEnvelopes/metadata/layerWithGapAndCategory.json diff --git a/examples/dbe/optical/ColorRenderingIndexCIELAB.json b/examples/buildingEnvelopes/optical/ColorRenderingIndexCIELAB.json similarity index 100% rename from examples/dbe/optical/ColorRenderingIndexCIELAB.json rename to examples/buildingEnvelopes/optical/ColorRenderingIndexCIELAB.json diff --git a/examples/dbe/optical/bsdf.json b/examples/buildingEnvelopes/optical/bsdf.json similarity index 100% rename from examples/dbe/optical/bsdf.json rename to examples/buildingEnvelopes/optical/bsdf.json diff --git a/examples/dbe/optical/bsdfResource.json b/examples/buildingEnvelopes/optical/bsdfResource.json similarity index 100% rename from examples/dbe/optical/bsdfResource.json rename to examples/buildingEnvelopes/optical/bsdfResource.json diff --git a/examples/dbe/optical/bsdfResourceRolleaseKlems.json b/examples/buildingEnvelopes/optical/bsdfResourceRolleaseKlems.json similarity index 100% rename from examples/dbe/optical/bsdfResourceRolleaseKlems.json rename to examples/buildingEnvelopes/optical/bsdfResourceRolleaseKlems.json diff --git a/examples/dbe/optical/es-sda-example0101layer.json b/examples/buildingEnvelopes/optical/es-sda-example0101layer.json similarity index 100% rename from examples/dbe/optical/es-sda-example0101layer.json rename to examples/buildingEnvelopes/optical/es-sda-example0101layer.json diff --git a/examples/dbe/optical/es-sda-example0102unit.json b/examples/buildingEnvelopes/optical/es-sda-example0102unit.json similarity index 100% rename from examples/dbe/optical/es-sda-example0102unit.json rename to examples/buildingEnvelopes/optical/es-sda-example0102unit.json diff --git a/examples/dbe/optical/igsdb196.json b/examples/buildingEnvelopes/optical/igsdb196.json similarity index 100% rename from examples/dbe/optical/igsdb196.json rename to examples/buildingEnvelopes/optical/igsdb196.json diff --git a/examples/dbe/optical/integralAccordingToStandard.json b/examples/buildingEnvelopes/optical/integralAccordingToStandard.json similarity index 100% rename from examples/dbe/optical/integralAccordingToStandard.json rename to examples/buildingEnvelopes/optical/integralAccordingToStandard.json diff --git a/examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json b/examples/buildingEnvelopes/optical/nearnormalHemisphericalVisibleTransmittance.json similarity index 100% rename from examples/dbe/optical/nearnormalHemisphericalVisibleTransmittance.json rename to examples/buildingEnvelopes/optical/nearnormalHemisphericalVisibleTransmittance.json diff --git a/examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json b/examples/buildingEnvelopes/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json similarity index 100% rename from examples/dbe/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json rename to examples/buildingEnvelopes/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json diff --git a/examples/dbe/optical/polarization/sPolarizedTransmittance.json b/examples/buildingEnvelopes/optical/polarization/sPolarizedTransmittance.json similarity index 100% rename from examples/dbe/optical/polarization/sPolarizedTransmittance.json rename to examples/buildingEnvelopes/optical/polarization/sPolarizedTransmittance.json diff --git a/examples/dbe/optical/spectrum.json b/examples/buildingEnvelopes/optical/spectrum.json similarity index 100% rename from examples/dbe/optical/spectrum.json rename to examples/buildingEnvelopes/optical/spectrum.json diff --git a/examples/dbe/optical/testlabVA210706080108integral.json b/examples/buildingEnvelopes/optical/testlabVA210706080108integral.json similarity index 100% rename from examples/dbe/optical/testlabVA210706080108integral.json rename to examples/buildingEnvelopes/optical/testlabVA210706080108integral.json diff --git a/examples/dbe/optical/testlabVA210706080108spectral.json b/examples/buildingEnvelopes/optical/testlabVA210706080108spectral.json similarity index 100% rename from examples/dbe/optical/testlabVA210706080108spectral.json rename to examples/buildingEnvelopes/optical/testlabVA210706080108spectral.json diff --git a/examples/dbe/origin/methodAccordingToPublication.json b/examples/buildingEnvelopes/origin/methodAccordingToPublication.json similarity index 100% rename from examples/dbe/origin/methodAccordingToPublication.json rename to examples/buildingEnvelopes/origin/methodAccordingToPublication.json diff --git a/examples/dbe/origin/methodAccordingToStandard.json b/examples/buildingEnvelopes/origin/methodAccordingToStandard.json similarity index 100% rename from examples/dbe/origin/methodAccordingToStandard.json rename to examples/buildingEnvelopes/origin/methodAccordingToStandard.json diff --git a/examples/dbe/origin/methodAsAservice.json b/examples/buildingEnvelopes/origin/methodAsAservice.json similarity index 100% rename from examples/dbe/origin/methodAsAservice.json rename to examples/buildingEnvelopes/origin/methodAsAservice.json diff --git a/examples/dbe/origin/originMethodAccordingToStandard.json b/examples/buildingEnvelopes/origin/originMethodAccordingToStandard.json similarity index 100% rename from examples/dbe/origin/originMethodAccordingToStandard.json rename to examples/buildingEnvelopes/origin/originMethodAccordingToStandard.json diff --git a/examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json b/examples/buildingEnvelopes/photovoltaic/bipvInverterBuildingNatIse.json similarity index 100% rename from examples/dbe/photovoltaic/bipvInverterBuildingNatIse.json rename to examples/buildingEnvelopes/photovoltaic/bipvInverterBuildingNatIse.json diff --git a/examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json b/examples/buildingEnvelopes/photovoltaic/bipvModuleBuildingNatIse.json similarity index 100% rename from examples/dbe/photovoltaic/bipvModuleBuildingNatIse.json rename to examples/buildingEnvelopes/photovoltaic/bipvModuleBuildingNatIse.json diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json b/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationEnamel.json similarity index 100% rename from examples/dbe/photovoltaic/bipvModuleSunovationEnamel.json rename to examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationEnamel.json diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json b/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingLayer.json similarity index 100% rename from examples/dbe/photovoltaic/bipvModuleSunovationGlazingLayer.json rename to examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingLayer.json diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json b/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingUnit.json similarity index 100% rename from examples/dbe/photovoltaic/bipvModuleSunovationGlazingUnit.json rename to examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingUnit.json diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationLayer.json b/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationLayer.json similarity index 100% rename from examples/dbe/photovoltaic/bipvModuleSunovationLayer.json rename to examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationLayer.json diff --git a/examples/dbe/photovoltaic/bipvModuleSunovationUnit.json b/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationUnit.json similarity index 100% rename from examples/dbe/photovoltaic/bipvModuleSunovationUnit.json rename to examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationUnit.json diff --git a/examples/dbe/photovoltaic/photovoltaicWithOptical.json b/examples/buildingEnvelopes/photovoltaic/photovoltaicWithOptical.json similarity index 100% rename from examples/dbe/photovoltaic/photovoltaicWithOptical.json rename to examples/buildingEnvelopes/photovoltaic/photovoltaicWithOptical.json diff --git a/examples/dbe/smallGeneralComponent.json b/examples/buildingEnvelopes/smallGeneralComponent.json similarity index 100% rename from examples/dbe/smallGeneralComponent.json rename to examples/buildingEnvelopes/smallGeneralComponent.json diff --git a/examples/dbe/smallSpecificComponent.json b/examples/buildingEnvelopes/smallSpecificComponent.json similarity index 100% rename from examples/dbe/smallSpecificComponent.json rename to examples/buildingEnvelopes/smallSpecificComponent.json diff --git a/examples/dbe/smallestValidJson.json b/examples/buildingEnvelopes/smallestValidJson.json similarity index 100% rename from examples/dbe/smallestValidJson.json rename to examples/buildingEnvelopes/smallestValidJson.json diff --git a/planning.md b/planning.md index ea689d29..0e04bb55 100644 --- a/planning.md +++ b/planning.md @@ -1,24 +1,24 @@ # Ideas for future development -1. dbe: add rating like EPh EPc -1. dbe: add categories like IFC, UniClass, OmniClass, NBS, CSI -1. dbe: add domain ventilation -1. dbe: add domain humidity according to WUFI+ -1. dbe: add domain structural engineering based on -1. dbe: add domain fire safety -1. dbe: add domain acoustical -1. dbe: sampleSelection über eine reference definieren (vgl. AERC und ES-SO) +1. buildingEnvelopes: add rating like EPh EPc +1. buildingEnvelopes: add categories like IFC, UniClass, OmniClass, NBS, CSI +1. buildingEnvelopes: add domain ventilation +1. buildingEnvelopes: add domain humidity according to WUFI+ +1. buildingEnvelopes: add domain structural engineering based on +1. buildingEnvelopes: add domain fire safety +1. buildingEnvelopes: add domain acoustical +1. buildingEnvelopes: sampleSelection über eine reference definieren (vgl. AERC und ES-SO) 1. dsb (Data Schema for Building DB): institution role ‚BIMmanager‘ einführen mit den Bauvorhaben, für die die IDs verwaltet werden. -1. dbe: add cost functions -1. dsb&dbe: add visibility by institutions -1. dbe: Add additional optical data according to mostGeneralProductDataExampleD06.xlsx -1. dbe: Try Bruno's examples from aktuelleUeberarbeitung\vonBUB -1. dbe: `reference` genauer spezifizieren wo möglich -1. dbe: #definitions/webAddress: Add an additional regex which checks whether the uri contains a `hostname` -1. dbe: develop a method to create a IFC file including dbe data as a user defined IfcPropertySet -1. dbe: propose to buildingSMART that the user defined IfcPropertySet becomes a official 'Pset_buildingEnvelopes'. +1. buildingEnvelopes: add cost functions +1. dsb&buildingEnvelopes: add visibility by institutions +1. buildingEnvelopes: Add additional optical data according to mostGeneralProductDataExampleD06.xlsx +1. buildingEnvelopes: Try Bruno's examples from aktuelleUeberarbeitung\vonBUB +1. buildingEnvelopes: `reference` genauer spezifizieren wo möglich +1. buildingEnvelopes: #definitions/webAddress: Add an additional regex which checks whether the uri contains a `hostname` +1. buildingEnvelopes: develop a method to create a IFC file including buildingEnvelopes data as a user defined IfcPropertySet +1. buildingEnvelopes: propose to buildingSMART that the user defined IfcPropertySet becomes a official 'Pset_buildingEnvelopes'. 1. dsb: add schema performance indicators 1. dsb: add schema Life Cycle Analysis 1. dsb: add schema Life Cycle Costing -1. dbe: add frame data according to ISO 10077-2 and WinDat_N2.11_Data_Subm_Proc_Edge-Frame_v1.0_31.05.04.pdf -1. dbe: add IUPAC nomenclature of organic chemistry to material/basics +1. buildingEnvelopes: add frame data according to ISO 10077-2 and WinDat_N2.11_Data_Subm_Proc_Edge-Frame_v1.0_31.05.04.pdf +1. buildingEnvelopes: add IUPAC nomenclature of organic chemistry to material/basics diff --git a/schemas/dbe.json b/schemas/buildingEnvelopes.json similarity index 87% rename from schemas/dbe.json rename to schemas/buildingEnvelopes.json index 38936fb2..9e00abaa 100644 --- a/schemas/dbe.json +++ b/schemas/buildingEnvelopes.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/dbe.json", - "title": "dbe - data schema for building envelopes", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/buildingEnvelopes.json", + "title": "Building envelopes", "description": "Data about building envelopes. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "type": "object", "properties": { @@ -15,5 +15,7 @@ } }, "additionalProperties": false, - "required": ["components"] -} + "required": [ + "components" + ] +} \ No newline at end of file From 4bce48eda1a3a8a0e4532d3c7d9ae44e01bb73cd Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Oct 2025 17:04:20 +0200 Subject: [PATCH 340/362] Rename `dsb` to `buildings` --- .vscode/settings.json | 4 ++-- examples/{dsb => buildings}/simpleBuildingExample.json | 0 examples/{dsb => buildings}/smallestValidJSON.json | 0 planning.md | 10 +++++----- schemas/{dsb.json => buildings.json} | 10 ++++++---- 5 files changed, 13 insertions(+), 11 deletions(-) rename examples/{dsb => buildings}/simpleBuildingExample.json (100%) rename examples/{dsb => buildings}/smallestValidJSON.json (100%) rename schemas/{dsb.json => buildings.json} (89%) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6807bdd2..0c8cdb9b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,8 +18,8 @@ "url": "./schemas/buildingEnvelopes.json" }, { - "fileMatch": ["./examples/dsb/*.json"], - "url": "./schemas/dsb.json" + "fileMatch": ["./examples/buildings/*.json"], + "url": "./schemas/buildings.json" }, { "fileMatch": ["./*/optical/*.json"], diff --git a/examples/dsb/simpleBuildingExample.json b/examples/buildings/simpleBuildingExample.json similarity index 100% rename from examples/dsb/simpleBuildingExample.json rename to examples/buildings/simpleBuildingExample.json diff --git a/examples/dsb/smallestValidJSON.json b/examples/buildings/smallestValidJSON.json similarity index 100% rename from examples/dsb/smallestValidJSON.json rename to examples/buildings/smallestValidJSON.json diff --git a/planning.md b/planning.md index 0e04bb55..252c215d 100644 --- a/planning.md +++ b/planning.md @@ -8,17 +8,17 @@ 1. buildingEnvelopes: add domain fire safety 1. buildingEnvelopes: add domain acoustical 1. buildingEnvelopes: sampleSelection über eine reference definieren (vgl. AERC und ES-SO) -1. dsb (Data Schema for Building DB): institution role ‚BIMmanager‘ einführen mit den Bauvorhaben, für die die IDs verwaltet werden. +1. buildings: institution role ‚BIMmanager‘ einführen mit den Bauvorhaben, für die die IDs verwaltet werden. 1. buildingEnvelopes: add cost functions -1. dsb&buildingEnvelopes: add visibility by institutions +1. buildings&buildingEnvelopes: add visibility by institutions 1. buildingEnvelopes: Add additional optical data according to mostGeneralProductDataExampleD06.xlsx 1. buildingEnvelopes: Try Bruno's examples from aktuelleUeberarbeitung\vonBUB 1. buildingEnvelopes: `reference` genauer spezifizieren wo möglich 1. buildingEnvelopes: #definitions/webAddress: Add an additional regex which checks whether the uri contains a `hostname` 1. buildingEnvelopes: develop a method to create a IFC file including buildingEnvelopes data as a user defined IfcPropertySet 1. buildingEnvelopes: propose to buildingSMART that the user defined IfcPropertySet becomes a official 'Pset_buildingEnvelopes'. -1. dsb: add schema performance indicators -1. dsb: add schema Life Cycle Analysis -1. dsb: add schema Life Cycle Costing +1. buildings: add schema performance indicators +1. buildings: add schema Life Cycle Analysis +1. buildings: add schema Life Cycle Costing 1. buildingEnvelopes: add frame data according to ISO 10077-2 and WinDat_N2.11_Data_Subm_Proc_Edge-Frame_v1.0_31.05.04.pdf 1. buildingEnvelopes: add IUPAC nomenclature of organic chemistry to material/basics diff --git a/schemas/dsb.json b/schemas/buildings.json similarity index 89% rename from schemas/dsb.json rename to schemas/buildings.json index 98d6c655..f1fdce1c 100644 --- a/schemas/dsb.json +++ b/schemas/buildings.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/dsb.json", - "title": "dsb - data schema for buildings", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/buildings.json", + "title": "Buildings", "description": "Detailed data about buildings. It is meant to be used for the whole life cycle of a building, from the early planning of a building project to construction to facility management to recycling. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "type": "object", "properties": { @@ -15,5 +15,7 @@ } }, "additionalProperties": false, - "required": ["buildings"] -} + "required": [ + "buildings" + ] +} \ No newline at end of file From 05382c2f0bd080e2060df17d49b14e3c5e1c3d65 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Oct 2025 17:29:14 +0200 Subject: [PATCH 341/362] Update links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 292490c4..e737845c 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ If you don't find the answer there and if your question is related to the code, ## Introduction -The example JSON files `./examples` present examples of data formatted according to the JSON schemas and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L5). +The example JSON files `./examples` present examples of data formatted according to the JSON schemas and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/integralAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/rename-dbe-dsb/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/rename-dbe-dsb/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42). Like all data about components, the example is valid against the schema [component.json](https://github.com/building-envelope-data/api/blob/develop/schemas/component.json) which references [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json), [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) and more. In this way, metadata about one component can be exchanged as well as optical data, calorimetric data and more about this component. -An optical data set can include metadata like the [standard](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L16) according to which the optical data was determined. The pure [optical data](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/examples/buildingEnvelopes/optical/nearnormalHemisphericalSolarReflectanceAccordingToStandard.json#L29) is formatted according to [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json), because optical.json [references opticalData.json](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/schemas/optical.json#L65). +An optical data set can include metadata like the [standard](https://github.com/building-envelope-data/api/blob/4bce48eda1a3a8a0e4532d3c7d9ae44e01bb73cd/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L16) according to which the optical data was determined. The pure [optical data](https://github.com/building-envelope-data/api/blob/rename-dbe-dsb/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42) is formatted according to [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json), because optical.json [references opticalData.json](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/schemas/optical.json#L65). Similarly, [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) defines the metadata about a calorimetric data set and refers to [calorimetricData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetricData.json) for the pure calorimetric data which is illustrated by the example [bistMeasurement.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/calorimetric/bistMeasurement.json). From 40de5a59bc14c0d82efc592164c17c64182ca541 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Oct 2025 17:33:19 +0200 Subject: [PATCH 342/362] `make format` --- schemas/buildingEnvelopes.json | 6 ++---- schemas/buildings.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/schemas/buildingEnvelopes.json b/schemas/buildingEnvelopes.json index 9e00abaa..a18977bf 100644 --- a/schemas/buildingEnvelopes.json +++ b/schemas/buildingEnvelopes.json @@ -15,7 +15,5 @@ } }, "additionalProperties": false, - "required": [ - "components" - ] -} \ No newline at end of file + "required": ["components"] +} diff --git a/schemas/buildings.json b/schemas/buildings.json index f1fdce1c..74d90951 100644 --- a/schemas/buildings.json +++ b/schemas/buildings.json @@ -15,7 +15,5 @@ } }, "additionalProperties": false, - "required": [ - "buildings" - ] -} \ No newline at end of file + "required": ["buildings"] +} From a5ab72689124f8a166aacea5b01ac9fae1ffcfea Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 22 Oct 2025 17:35:23 +0200 Subject: [PATCH 343/362] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdf67cc..3d749957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ and this project adheres to - Simplify the structure of optical datasets [#354](https://github.com/building-envelope-data/api/pull/354) - Extend BED-JSON to include everything from LBNL-JSON [#352](https://github.com/building-envelope-data/api/pull/352) - Improve descriptions of angles, surfaces and orientations [#360](https://github.com/building-envelope-data/api/pull/360) -- +- Rename `dbe` to `buildingEnvelopes` and `dsb` to `buildings` [#361](https://github.com/building-envelope-data/api/pull/361) - - - From 8998656bc250cbf129bb2536e5eec543424eb8d3 Mon Sep 17 00:00:00 2001 From: Christoph Maurer <33456252+christoph-maurer@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:42:20 +0200 Subject: [PATCH 344/362] Update permalinks in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e737845c..146e70a4 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ If you don't find the answer there and if your question is related to the code, ## Introduction -The example JSON files `./examples` present examples of data formatted according to the JSON schemas and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/integralAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/rename-dbe-dsb/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/rename-dbe-dsb/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42). +The example JSON files `./examples` present examples of data formatted according to the JSON schemas and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/integralAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42). Like all data about components, the example is valid against the schema [component.json](https://github.com/building-envelope-data/api/blob/develop/schemas/component.json) which references [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json), [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) and more. In this way, metadata about one component can be exchanged as well as optical data, calorimetric data and more about this component. -An optical data set can include metadata like the [standard](https://github.com/building-envelope-data/api/blob/4bce48eda1a3a8a0e4532d3c7d9ae44e01bb73cd/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L16) according to which the optical data was determined. The pure [optical data](https://github.com/building-envelope-data/api/blob/rename-dbe-dsb/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42) is formatted according to [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json), because optical.json [references opticalData.json](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/schemas/optical.json#L65). +An optical data set can include metadata like the [standard](https://github.com/building-envelope-data/api/blob/4bce48eda1a3a8a0e4532d3c7d9ae44e01bb73cd/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L16) according to which the optical data was determined. The pure [optical data](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42) is formatted according to [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json), because optical.json [references opticalData.json](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/schemas/optical.json#L65). Similarly, [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) defines the metadata about a calorimetric data set and refers to [calorimetricData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetricData.json) for the pure calorimetric data which is illustrated by the example [bistMeasurement.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/calorimetric/bistMeasurement.json). From 4cbf2e55e2315ffa2e08bb390b7fff126597408e Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 14:06:57 +0100 Subject: [PATCH 345/362] Delete buildings.json . Not fully developed --- .vscode/settings.json | 4 - examples/buildings/simpleBuildingExample.json | 36 -- examples/buildings/smallestValidJSON.json | 8 - planning.md | 6 +- schemas/building.json | 323 ------------------ schemas/buildings.json | 19 -- 6 files changed, 1 insertion(+), 395 deletions(-) delete mode 100644 examples/buildings/simpleBuildingExample.json delete mode 100644 examples/buildings/smallestValidJSON.json delete mode 100644 schemas/building.json delete mode 100644 schemas/buildings.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 0c8cdb9b..88cd0965 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,10 +17,6 @@ "fileMatch": ["./examples/buildingEnvelopes/*.json"], "url": "./schemas/buildingEnvelopes.json" }, - { - "fileMatch": ["./examples/buildings/*.json"], - "url": "./schemas/buildings.json" - }, { "fileMatch": ["./*/optical/*.json"], "url": "./schemas/optical.json" diff --git a/examples/buildings/simpleBuildingExample.json b/examples/buildings/simpleBuildingExample.json deleted file mode 100644 index 19bc6796..00000000 --- a/examples/buildings/simpleBuildingExample.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "buildings": [ - { - "id": "8ca1102b-264a-4023-8351-5897ec38e388", - "name": "The name of the building.", - "description": "A simple example for data about a building.", - "ifc": { - "full": { - "id": { - "value": "8ca1102b-264a-4023-8351-5897ec38e388", - "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "webAddress": "http://www.owner034.com/dje1102b-264a-4023-8351-5897ec38e388", - "dataFormat": "4.1.0.0", - "createdAt": "2018-09-01T12:00:00+01:00" - } - }, - "revit": { - "full": { - "id": { - "value": "8ca1102b-264a-4023-8351-5897ec38e388", - "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "webAddress": "http://www.owner034.com/7371102b-264a-4023-8351-5897ec38e388", - "dataFormat": "2020", - "createdAt": "2018-09-01T12:00:00+01:00" - } - }, - "linkedData": { - "sparql": { - "webAddress": "http://www.owner034.com/kdje102b-264a-4023-8351-5897ec38e388" - } - } - } - ] -} diff --git a/examples/buildings/smallestValidJSON.json b/examples/buildings/smallestValidJSON.json deleted file mode 100644 index a149a80c..00000000 --- a/examples/buildings/smallestValidJSON.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "buildings": [ - { - "id": "8ca1102b-264a-4023-8351-5897ec38e388", - "description": "This is the smallest JSON data which is allowed by the JSON schema." - } - ] -} diff --git a/planning.md b/planning.md index 252c215d..4c1ad4b9 100644 --- a/planning.md +++ b/planning.md @@ -8,17 +8,13 @@ 1. buildingEnvelopes: add domain fire safety 1. buildingEnvelopes: add domain acoustical 1. buildingEnvelopes: sampleSelection über eine reference definieren (vgl. AERC und ES-SO) -1. buildings: institution role ‚BIMmanager‘ einführen mit den Bauvorhaben, für die die IDs verwaltet werden. 1. buildingEnvelopes: add cost functions -1. buildings&buildingEnvelopes: add visibility by institutions +1. buildingEnvelopes: add visibility by institutions 1. buildingEnvelopes: Add additional optical data according to mostGeneralProductDataExampleD06.xlsx 1. buildingEnvelopes: Try Bruno's examples from aktuelleUeberarbeitung\vonBUB 1. buildingEnvelopes: `reference` genauer spezifizieren wo möglich 1. buildingEnvelopes: #definitions/webAddress: Add an additional regex which checks whether the uri contains a `hostname` 1. buildingEnvelopes: develop a method to create a IFC file including buildingEnvelopes data as a user defined IfcPropertySet 1. buildingEnvelopes: propose to buildingSMART that the user defined IfcPropertySet becomes a official 'Pset_buildingEnvelopes'. -1. buildings: add schema performance indicators -1. buildings: add schema Life Cycle Analysis -1. buildings: add schema Life Cycle Costing 1. buildingEnvelopes: add frame data according to ISO 10077-2 and WinDat_N2.11_Data_Subm_Proc_Edge-Frame_v1.0_31.05.04.pdf 1. buildingEnvelopes: add IUPAC nomenclature of organic chemistry to material/basics diff --git a/schemas/building.json b/schemas/building.json deleted file mode 100644 index 27a1ec45..00000000 --- a/schemas/building.json +++ /dev/null @@ -1,323 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/building.json", - "title": "building data", - "description": "Data about a building.", - "$defs": { - "building": { - "title": "Data about a building.", - "type": "object", - "properties": { - "id": { - "$ref": "identifier.json#/$defs/central", - "description": "This id represents the building. The identifier is issued from www.buildings.com and allows searches for all data about this building over the whole lifetime of the building." - }, - "name": { - "type": "string", - "description": "The name of the building" - }, - "abbreviation": { - "$ref": "string.json#/$defs/abbreviation", - "description": "The abbreviation of the building" - }, - "description": { - "type": "string", - "description": "An explanation with more details about the building" - }, - "version": { - "$ref": "identifier.json#/$defs/decentral", - "description": "The id represents the version of the building." - }, - "relations": { - "title": "Relations of the current building to other buildings. These relations can range in the dimension between a very general building in early planning phases and and a very concretized building in later phases of the life cycle. A second dimension of relation ranges from being part of an assembly of buildings to being an assembly of other buildings. A third dimension are variants of buildings for example during the design phase. The variants share a large part of their characteristics and are not necessarily more general, more concretized or part of an assembly.", - "type": "object", - "properties": { - "concretizationOf": { - "$ref": "identifier.json#/$defs/centralOrDecentral", - "description": "The current building is a concretization of a more general building. The more general building is identified by this id." - }, - "generalizationOf": { - "type": "array", - "items": { - "$ref": "identifier.json#/$defs/centralOrDecentral", - "description": "The current building is a generalization of a more concretized building. The more concretized building is identified by this id." - }, - "minItems": 1 - }, - "variantOf": { - "type": "array", - "items": { - "$ref": "identifier.json#/$defs/centralOrDecentral", - "description": "The current building is neither a concretization nor a generalization nor an assembly or a part of a second building. But it is a variant of a second building. This means that the current building and the second building share a large part of their characteristics. The second building is identified by this id." - }, - "minItems": 1 - }, - "partOf": { - "type": "array", - "items": { - "$ref": "identifier.json#/$defs/centralOrDecentral", - "description": "The current building is a part of an assembly of other buildings. Each of the other buildings is defined by its id." - }, - "minItems": 1 - }, - "assembledOf": { - "type": "array", - "items": { - "$ref": "identifier.json#/$defs/centralOrDecentral", - "description": "The current building is an assembly of other buildings. Each of the other buildings is defined by its id." - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "characteristics": { - "$ref": "#/$defs/characteristics", - "description": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches." - }, - "roles": { - "title": "Roles which are specific for buildings to the existing roles for building envelopes.", - "type": "object", - "properties": { - "owners": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "The owners own the building at the moment indicated by the timestamp of this data." - }, - "minItems": 1 - }, - "architects": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Architects offer to design the building." - }, - "minItems": 1 - }, - "bimManager": { - "$ref": "stakeholder.json", - "description": "The BIM manager MUST guarantee the uniqueness of the decentral identifiers. She is responsible for the database of the building at the moment indicated by the timestamp of this data." - }, - "planners": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "The planners provide assistance to the stakeholders, for example for the detailed planning in a domain like structural analysis or the technical building plant." - }, - "minItems": 1 - }, - "contractors": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Contractors offer to construct the whole building or parts of it." - }, - "minItems": 1 - }, - "suppliers": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Suppliers offer to supply components for the building." - }, - "minItems": 1 - }, - "investors": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Investors offer financial credits to the stakeholders or offer to buy the building from the owners." - }, - "minItems": 1 - }, - "tenants": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Tenants rent space in the building." - }, - "minItems": 1 - }, - "publicAuthorities": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Public authorities grant permissions according to the current regulations." - }, - "minItems": 1 - }, - "assessors": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Assessors offer to rate a building for example regarding its sustainability." - }, - "minItems": 1 - }, - "facilityManagers": { - "type": "array", - "items": { - "$ref": "stakeholder.json", - "description": "Facility managers are responsible for a good operation of the building." - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": ["owner", "BIMmanager"] - }, - "approvals": { - "$ref": "common.json#/$defs/approvals", - "description": "If the dataset for this building has been approved by an institution, this approval is specified here." - }, - "ifc": { - "title": "The data about a building can be stored in the open source format Industry Foundation Classes (IFC).", - "type": "object", - "properties": { - "full": { - "title": "The full data about the building.", - "type": "object", - "properties": { - "id": { - "$ref": "identifier.json#/$defs/decentral", - "description": "This id represents this set of full data about the building." - }, - "webAddress": { - "$ref": "common.json#/$defs/webAddress", - "description": "The IFC file with full data about the building can be downloaded for some time from this URL." - }, - "description": { - "type": "string", - "description": "An explanation of the status of the full dataset in natural language." - }, - "dataFormat": { - "type": "string", - "pattern": "^[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}$", - "description": "The definition of IFC version which is used to format the IFC file. For example '4.1.0.0'." - }, - "createdAt": { - "$ref": "common.json#/$defs/timestamp", - "description": "The date when the file was created" - } - }, - "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "revit": { - "title": "The data about a building can be stored in the closed source format of Autodesk Revit.", - "type": "object", - "properties": { - "full": { - "title": "The full data about the building.", - "type": "object", - "properties": { - "id": { - "$ref": "identifier.json#/$defs/decentral", - "description": "This id represents this set of full data about the building." - }, - "webAddress": { - "$ref": "common.json#/$defs/webAddress", - "description": "The Revit file with full data about the building can be downloaded for some time from this URL." - }, - "description": { - "type": "string", - "description": "An explanation of the status of the full dataset in natural language." - }, - "dataFormat": { - "type": "string", - "pattern": "^(20..)$", - "description": "The definition of Revit version which is used to format the Revit file. For example '2020'." - }, - "createdAt": { - "$ref": "common.json#/$defs/timestamp", - "description": "The date when the file was created" - } - }, - "additionalProperties": false, - "required": ["id", "webAddress", "dataFormat", "createdAt"] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "linkedData": { - "title": "The data about a building can be stored as linked building data.", - "type": "object", - "properties": { - "sparql": { - "title": "The SPARQL endpoint which can be used to access the data about the building.", - "type": "object", - "properties": { - "webAddress": { - "$ref": "common.json#/$defs/webAddress", - "description": "The Revit file with full data about the building can be downloaded for some time from this URL." - }, - "description": { - "type": "string", - "description": "An explanation of the status of the full dataset in natural language." - } - }, - "additionalProperties": false, - "required": ["webAddress"] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": ["id"] - }, - "characteristics": { - "title": "Characteristics of a building which do not depend on a specific schema such as 'IFC' or 'Revit' and which may be helpful for searches.", - "type": "object", - "properties": { - "location": { - "title": "The location of a building.", - "type": "object", - "properties": { - "latitude": { - "$ref": "number.json#/$defs/latitude", - "description": "The latitude of the location of the building." - }, - "longitude": { - "$ref": "number.json#/$defs/longitude", - "description": "The longitude of the location of the building." - }, - "elevation": { - "$ref": "number.json#/$defs/elevation", - "description": "The elevation of the location of the building. " - }, - "address": { - "$ref": "#/$defs/address", - "description": "The address of the building. It consists for example of the street, the city, the county, the postal code and the country." - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": ["latitude", "longitude"] - } - }, - "additionalProperties": false, - "minProperties": 1, - "required": [] - }, - "address": { - "type": "string", - "description": "The address for example of a building, of an institution or person. It consists for example of the street, the city, the county, the postal code and the country." - } - }, - "$ref": "#/$defs/building" -} diff --git a/schemas/buildings.json b/schemas/buildings.json deleted file mode 100644 index 74d90951..00000000 --- a/schemas/buildings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/buildings.json", - "title": "Buildings", - "description": "Detailed data about buildings. It is meant to be used for the whole life cycle of a building, from the early planning of a building project to construction to facility management to recycling. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", - "type": "object", - "properties": { - "buildings": { - "title": "Data about one building. It is an array so that various datasets about the building can be added as items.", - "type": "array", - "items": { - "$ref": "building.json" - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": ["buildings"] -} From 4b294afbccc36b4f30b22a6abb1d631c8e2edfe8 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 14:57:19 +0100 Subject: [PATCH 346/362] Rename `buildingEnvelopes` to `component` --- ...BuildingIntegratedPhotovoltaicThermal.json | 206 ------------------ .../assemblyWhichIsPartOfAnotherAssembly.json | 17 -- .../collectorFieldAsGeometricAssembly.json | 44 ---- schemas/buildingEnvelopes.json | 19 -- schemas/component.json | 2 +- schemas/components.json | 19 ++ ...BuildingIntegratedPhotovoltaicThermal.json | 202 +++++++++++++++++ .../assemblyWhichIsPartOfAnotherAssembly.json | 15 ++ .../collectorFieldAsGeometricAssembly.json | 40 ++++ .../assembly/doubleGlazingSelfContained.json | 0 ...cAssemblyWhichIsPartOfAnotherAssembly.json | 0 .../assembly/geometricAssemblyWithParent.json | 0 .../calorimetric/bistMeasurement.json | 0 .../generalComponents/16mmArgon90air10.json | 0 .../generalComponents/materialArgon.json | 0 .../getHttpsResource/dataFormatPdf.json | 0 .../hygrothermal/fullHygrothermalDataSet.json | 0 .../hygrothermal/hygrothermalAsResource.json | 0 .../valid/component}/koester.json | 0 .../component}/metadata/abbreviation.json | 0 .../metadata/layerWithGapAndCategory.json | 0 .../optical/ColorRenderingIndexCIELAB.json | 0 .../valid/component}/optical/bsdf.json | 0 .../component}/optical/bsdfResource.json | 0 .../optical/bsdfResourceRolleaseKlems.json | 0 .../optical/es-sda-example0101layer.json | 0 .../optical/es-sda-example0102unit.json | 0 .../valid/component}/optical/igsdb196.json | 0 .../optical/integralAccordingToStandard.json | 0 ...rmalHemisphericalVisibleTransmittance.json | 0 ...normalSpectrallyResolvedTransmittance.json | 0 .../polarization/sPolarizedTransmittance.json | 0 .../valid/component}/optical/spectrum.json | 0 .../testlabVA210706080108integral.json | 0 .../testlabVA210706080108spectral.json | 0 .../origin/methodAccordingToPublication.json | 0 .../origin/methodAccordingToStandard.json | 0 .../component}/origin/methodAsAservice.json | 0 .../originMethodAccordingToStandard.json | 0 .../bipvInverterBuildingNatIse.json | 0 .../bipvModuleBuildingNatIse.json | 0 .../bipvModuleSunovationEnamel.json | 0 .../bipvModuleSunovationGlazingLayer.json | 0 .../bipvModuleSunovationGlazingUnit.json | 0 .../bipvModuleSunovationLayer.json | 0 .../bipvModuleSunovationUnit.json | 0 .../photovoltaic/photovoltaicWithOptical.json | 0 .../component}/smallGeneralComponent.json | 0 .../component}/smallSpecificComponent.json | 0 .../valid/component}/smallestValidJson.json | 0 50 files changed, 277 insertions(+), 287 deletions(-) delete mode 100644 examples/buildingEnvelopes/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json delete mode 100644 examples/buildingEnvelopes/assembly/assemblyWhichIsPartOfAnotherAssembly.json delete mode 100644 examples/buildingEnvelopes/assembly/collectorFieldAsGeometricAssembly.json delete mode 100644 schemas/buildingEnvelopes.json create mode 100644 schemas/components.json create mode 100644 tests/valid/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json create mode 100644 tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json create mode 100644 tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json rename {examples/buildingEnvelopes => tests/valid/component}/assembly/doubleGlazingSelfContained.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/assembly/geometricAssemblyWithParent.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/calorimetric/bistMeasurement.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/generalComponents/16mmArgon90air10.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/generalComponents/materialArgon.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/getHttpsResource/dataFormatPdf.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/hygrothermal/fullHygrothermalDataSet.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/hygrothermal/hygrothermalAsResource.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/koester.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/metadata/abbreviation.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/metadata/layerWithGapAndCategory.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/ColorRenderingIndexCIELAB.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/bsdf.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/bsdfResource.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/bsdfResourceRolleaseKlems.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/es-sda-example0101layer.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/es-sda-example0102unit.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/igsdb196.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/integralAccordingToStandard.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/nearnormalHemisphericalVisibleTransmittance.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/polarization/sPolarizedTransmittance.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/spectrum.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/testlabVA210706080108integral.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/optical/testlabVA210706080108spectral.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/origin/methodAccordingToPublication.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/origin/methodAccordingToStandard.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/origin/methodAsAservice.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/origin/originMethodAccordingToStandard.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/bipvInverterBuildingNatIse.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/bipvModuleBuildingNatIse.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/bipvModuleSunovationEnamel.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/bipvModuleSunovationGlazingLayer.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/bipvModuleSunovationGlazingUnit.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/bipvModuleSunovationLayer.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/bipvModuleSunovationUnit.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/photovoltaic/photovoltaicWithOptical.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/smallGeneralComponent.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/smallSpecificComponent.json (100%) rename {examples/buildingEnvelopes => tests/valid/component}/smallestValidJson.json (100%) diff --git a/examples/buildingEnvelopes/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/buildingEnvelopes/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json deleted file mode 100644 index 7c041197..00000000 --- a/examples/buildingEnvelopes/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "components": [ - { - "id": "a93441df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is an example of a building-integrated photovoltaic-thermal element which is semi-transparent. This data covers therefore all three domains `optical`, `calorimetric` and `photovoltaic`.", - "optical": [ - { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "data": [ - { - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.5 - } - } - ] - } - ] - } - ] - } - ], - "calorimetric": [ - { - "id": { - "value": "da951012-29b7-4b9a-890c-4f4514f676b3", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "data": [ - { - "fluxes": { - "mixed": [ - { - "side": "exterior", - "flux": 0 - }, - { - "side": "interior", - "flux": 0 - } - ], - "shortwaveRadiation": [ - { - "side": "exterior", - "flux": 1000, - "direction": { - "polar": 0 - } - }, - { - "side": "interior", - "flux": -500, - "direction": { - "polar": 0 - } - } - ], - "fluid": [ - { - "flux": 100 - } - ], - "electricity": [ - { - "flux": 100 - } - ] - }, - "results": [ - { - "area": { - "category": "center" - }, - "uValue": 1.0, - "gValue": 0.5, - "efficiencies": { - "photovoltaic": 0.1, - "solarThermal": 0.1 - } - } - ] - } - ] - } - ], - "photovoltaic": [ - { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] - } - ], - "cellPattern": { - "rectangular": { - "longitudinal": { - "cellNumber": 5 - }, - "transversal": { - "cellNumber": 3 - } - } - }, - "cells": [ - { - "id": { - "value": "764ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } - }, - { - "id": { - "value": "764ca508-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } - } - ], - "connectionPattern": "series", - "electricConfiguration": { - "junctionBoxTypes": [ - { - "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" - } - ], - "connectorTypes": [ - { - "id": "7c43b619-402f-4309-b66f-5672b8ca071d" - } - ], - "connectors": [ - { - "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", - "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", - "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" - } - ], - "groundingNecessary": false - }, - "moduleProperties": { - "power": { - "nominal": 100, - "temperatureCoefficient": -0.32, - "guarantees": [ - { - "years": 10, - "percentage": 90 - }, - { - "years": 15, - "percentage": 80 - } - ], - "angleDependency": [ - { - "incidence": 0, - "incidenceAngleModifier": 1 - }, - { - "incidence": 60, - "incidenceAngleModifier": 0.924 - }, - { - "incidence": 90, - "incidenceAngleModifier": 0 - } - ] - }, - "efficiency": 0.1 - } - } - } - ] - } - ] - } - ] -} diff --git a/examples/buildingEnvelopes/assembly/assemblyWhichIsPartOfAnotherAssembly.json b/examples/buildingEnvelopes/assembly/assemblyWhichIsPartOfAnotherAssembly.json deleted file mode 100644 index 18a912d2..00000000 --- a/examples/buildingEnvelopes/assembly/assemblyWhichIsPartOfAnotherAssembly.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "components": [ - { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is an example of a general component which is assembled of two subcomponents and which is part of a larger assembly.", - "relations": { - "partOf": ["a99941df-5bb8-4080-89a4-4f3d230afeb6"], - "assembledOf": [ - "b511af56-891e-4828-a2d1-a4454112e8f8", - "86089938-f045-4039-b41a-76c70db22369", - "3ad1af56-891e-4828-a2d1-a4454112e8f8", - "16289938-f045-4039-b41a-76c70db22369" - ] - } - } - ] -} diff --git a/examples/buildingEnvelopes/assembly/collectorFieldAsGeometricAssembly.json b/examples/buildingEnvelopes/assembly/collectorFieldAsGeometricAssembly.json deleted file mode 100644 index 8465638b..00000000 --- a/examples/buildingEnvelopes/assembly/collectorFieldAsGeometricAssembly.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "components": [ - { - "id": "cd7aed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This component represents the solar thermal collectors of a building. It is assembled from two subcomponents.", - "geometric": [ - { - "data": [ - { - "assembly": [ - { - "id": "cd85554f-e909-405e-9b7b-2f08ca201f63", - "location": { - "east": 5, - "north": 0, - "elevation": 5 - }, - "orientation": { - "azimuth": 180, - "componentTilt": 90, - "rotation": 0 - } - }, - { - "id": "cd95554f-e909-405e-9b7b-2f08ca201f63", - "location": { - "east": 0, - "north": 5, - "elevation": 5 - }, - "orientation": { - "azimuth": 270, - "componentTilt": 90, - "rotation": 0 - } - } - ] - } - ] - } - ] - } - ] -} diff --git a/schemas/buildingEnvelopes.json b/schemas/buildingEnvelopes.json deleted file mode 100644 index a18977bf..00000000 --- a/schemas/buildingEnvelopes.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/buildingEnvelopes.json", - "title": "Building envelopes", - "description": "Data about building envelopes. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", - "type": "object", - "properties": { - "components": { - "title": "Data about components of a solar building envelope. It is an array so that various datasets about one or more components can be added as items. One component may consist of subcomponents.", - "type": "array", - "items": { - "$ref": "component.json" - }, - "minItems": 1 - } - }, - "additionalProperties": false, - "required": ["components"] -} diff --git a/schemas/component.json b/schemas/component.json index 6d90a543..debd6721 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -2,7 +2,7 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/component.json", "title": "component data", - "description": "Data about components of building envelopes. It contains metadata about the components as well as keys for special data domains such as 'optical' for optical data and 'calorimetric' for calorimetric data about a certain component.", + "description": "A component can be small like a screw and large like a building. A component can be an assembly of other components. For example, the building envelope can be a component assembled of windows and walls. The data of a component contains metadata about the component as well as keys for special data domains such as 'optical' for optical data and 'geometric' for geometric data of the component. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "$defs": { "component": { "title": "The basic definitions about a component.", diff --git a/schemas/components.json b/schemas/components.json new file mode 100644 index 00000000..5a835c3b --- /dev/null +++ b/schemas/components.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://json-schema.org/draft/2020-12/schema", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/components.json", + "title": "data about components", + "description": "This schema can be used to share an array of components without defining them as an assembly. For example the components of a manufacturer can be shared. If the components form an assembly, then this assembly is a component and `component.json` should be used instead of `components.json`.", + "type": "object", + "properties": { + "components": { + "title": "Components which are not part of the same assembly.", + "type": "array", + "items": { + "$ref": "component.json" + }, + "minItems": 1 + } + }, + "additionalProperties": false, + "required": ["components"] +} diff --git a/tests/valid/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/tests/valid/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json new file mode 100644 index 00000000..f1374db8 --- /dev/null +++ b/tests/valid/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -0,0 +1,202 @@ +{ + "id": "a93441df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is an example of a building-integrated photovoltaic-thermal element which is semi-transparent. This data covers therefore all three domains `optical`, `calorimetric` and `photovoltaic`.", + "optical": [ + { + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "data": [ + { + "data": [ + { + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.5 + } + } + ] + } + ] + } + ] + } + ], + "calorimetric": [ + { + "id": { + "value": "da951012-29b7-4b9a-890c-4f4514f676b3", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "data": [ + { + "fluxes": { + "mixed": [ + { + "side": "exterior", + "flux": 0 + }, + { + "side": "interior", + "flux": 0 + } + ], + "shortwaveRadiation": [ + { + "side": "exterior", + "flux": 1000, + "direction": { + "polar": 0 + } + }, + { + "side": "interior", + "flux": -500, + "direction": { + "polar": 0 + } + } + ], + "fluid": [ + { + "flux": 100 + } + ], + "electricity": [ + { + "flux": 100 + } + ] + }, + "results": [ + { + "area": { + "category": "center" + }, + "uValue": 1.0, + "gValue": 0.5, + "efficiencies": { + "photovoltaic": 0.1, + "solarThermal": 0.1 + } + } + ] + } + ] + } + ], + "photovoltaic": [ + { + "data": [ + { + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "width": 0.156, + "categories": ["monocrystalline", "silicon"] + } + ], + "cellPattern": { + "rectangular": { + "longitudinal": { + "cellNumber": 5 + }, + "transversal": { + "cellNumber": 3 + } + } + }, + "cells": [ + { + "id": { + "value": "764ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + }, + { + "id": { + "value": "764ca508-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + } + ], + "connectionPattern": "series", + "electricConfiguration": { + "junctionBoxTypes": [ + { + "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" + } + ], + "connectorTypes": [ + { + "id": "7c43b619-402f-4309-b66f-5672b8ca071d" + } + ], + "connectors": [ + { + "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", + "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", + "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" + } + ], + "groundingNecessary": false + }, + "moduleProperties": { + "power": { + "nominal": 100, + "temperatureCoefficient": -0.32, + "guarantees": [ + { + "years": 10, + "percentage": 90 + }, + { + "years": 15, + "percentage": 80 + } + ], + "angleDependency": [ + { + "incidence": 0, + "incidenceAngleModifier": 1 + }, + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.1 + } + } + } + ] + } + ] +} diff --git a/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json b/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json new file mode 100644 index 00000000..9416d172 --- /dev/null +++ b/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json @@ -0,0 +1,15 @@ +{ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is an example of a general component which is assembled of two subcomponents and which is part of a larger assembly.", + "relations": { + "partOf": [ + "a99941df-5bb8-4080-89a4-4f3d230afeb6" + ], + "assembledOf": [ + "b511af56-891e-4828-a2d1-a4454112e8f8", + "86089938-f045-4039-b41a-76c70db22369", + "3ad1af56-891e-4828-a2d1-a4454112e8f8", + "16289938-f045-4039-b41a-76c70db22369" + ] + } +} \ No newline at end of file diff --git a/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json b/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json new file mode 100644 index 00000000..dae6b752 --- /dev/null +++ b/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json @@ -0,0 +1,40 @@ +{ + "id": "cd7aed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This component represents the solar thermal collectors of a building. It is assembled from two subcomponents.", + "geometric": [ + { + "data": [ + { + "assembly": [ + { + "id": "cd85554f-e909-405e-9b7b-2f08ca201f63", + "location": { + "east": 5, + "north": 0, + "elevation": 5 + }, + "orientation": { + "azimuth": 180, + "componentTilt": 90, + "rotation": 0 + } + }, + { + "id": "cd95554f-e909-405e-9b7b-2f08ca201f63", + "location": { + "east": 0, + "north": 5, + "elevation": 5 + }, + "orientation": { + "azimuth": 270, + "componentTilt": 90, + "rotation": 0 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/examples/buildingEnvelopes/assembly/doubleGlazingSelfContained.json b/tests/valid/component/assembly/doubleGlazingSelfContained.json similarity index 100% rename from examples/buildingEnvelopes/assembly/doubleGlazingSelfContained.json rename to tests/valid/component/assembly/doubleGlazingSelfContained.json diff --git a/examples/buildingEnvelopes/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json b/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json similarity index 100% rename from examples/buildingEnvelopes/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json rename to tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json diff --git a/examples/buildingEnvelopes/assembly/geometricAssemblyWithParent.json b/tests/valid/component/assembly/geometricAssemblyWithParent.json similarity index 100% rename from examples/buildingEnvelopes/assembly/geometricAssemblyWithParent.json rename to tests/valid/component/assembly/geometricAssemblyWithParent.json diff --git a/examples/buildingEnvelopes/calorimetric/bistMeasurement.json b/tests/valid/component/calorimetric/bistMeasurement.json similarity index 100% rename from examples/buildingEnvelopes/calorimetric/bistMeasurement.json rename to tests/valid/component/calorimetric/bistMeasurement.json diff --git a/examples/buildingEnvelopes/generalComponents/16mmArgon90air10.json b/tests/valid/component/generalComponents/16mmArgon90air10.json similarity index 100% rename from examples/buildingEnvelopes/generalComponents/16mmArgon90air10.json rename to tests/valid/component/generalComponents/16mmArgon90air10.json diff --git a/examples/buildingEnvelopes/generalComponents/materialArgon.json b/tests/valid/component/generalComponents/materialArgon.json similarity index 100% rename from examples/buildingEnvelopes/generalComponents/materialArgon.json rename to tests/valid/component/generalComponents/materialArgon.json diff --git a/examples/buildingEnvelopes/getHttpsResource/dataFormatPdf.json b/tests/valid/component/getHttpsResource/dataFormatPdf.json similarity index 100% rename from examples/buildingEnvelopes/getHttpsResource/dataFormatPdf.json rename to tests/valid/component/getHttpsResource/dataFormatPdf.json diff --git a/examples/buildingEnvelopes/hygrothermal/fullHygrothermalDataSet.json b/tests/valid/component/hygrothermal/fullHygrothermalDataSet.json similarity index 100% rename from examples/buildingEnvelopes/hygrothermal/fullHygrothermalDataSet.json rename to tests/valid/component/hygrothermal/fullHygrothermalDataSet.json diff --git a/examples/buildingEnvelopes/hygrothermal/hygrothermalAsResource.json b/tests/valid/component/hygrothermal/hygrothermalAsResource.json similarity index 100% rename from examples/buildingEnvelopes/hygrothermal/hygrothermalAsResource.json rename to tests/valid/component/hygrothermal/hygrothermalAsResource.json diff --git a/examples/buildingEnvelopes/koester.json b/tests/valid/component/koester.json similarity index 100% rename from examples/buildingEnvelopes/koester.json rename to tests/valid/component/koester.json diff --git a/examples/buildingEnvelopes/metadata/abbreviation.json b/tests/valid/component/metadata/abbreviation.json similarity index 100% rename from examples/buildingEnvelopes/metadata/abbreviation.json rename to tests/valid/component/metadata/abbreviation.json diff --git a/examples/buildingEnvelopes/metadata/layerWithGapAndCategory.json b/tests/valid/component/metadata/layerWithGapAndCategory.json similarity index 100% rename from examples/buildingEnvelopes/metadata/layerWithGapAndCategory.json rename to tests/valid/component/metadata/layerWithGapAndCategory.json diff --git a/examples/buildingEnvelopes/optical/ColorRenderingIndexCIELAB.json b/tests/valid/component/optical/ColorRenderingIndexCIELAB.json similarity index 100% rename from examples/buildingEnvelopes/optical/ColorRenderingIndexCIELAB.json rename to tests/valid/component/optical/ColorRenderingIndexCIELAB.json diff --git a/examples/buildingEnvelopes/optical/bsdf.json b/tests/valid/component/optical/bsdf.json similarity index 100% rename from examples/buildingEnvelopes/optical/bsdf.json rename to tests/valid/component/optical/bsdf.json diff --git a/examples/buildingEnvelopes/optical/bsdfResource.json b/tests/valid/component/optical/bsdfResource.json similarity index 100% rename from examples/buildingEnvelopes/optical/bsdfResource.json rename to tests/valid/component/optical/bsdfResource.json diff --git a/examples/buildingEnvelopes/optical/bsdfResourceRolleaseKlems.json b/tests/valid/component/optical/bsdfResourceRolleaseKlems.json similarity index 100% rename from examples/buildingEnvelopes/optical/bsdfResourceRolleaseKlems.json rename to tests/valid/component/optical/bsdfResourceRolleaseKlems.json diff --git a/examples/buildingEnvelopes/optical/es-sda-example0101layer.json b/tests/valid/component/optical/es-sda-example0101layer.json similarity index 100% rename from examples/buildingEnvelopes/optical/es-sda-example0101layer.json rename to tests/valid/component/optical/es-sda-example0101layer.json diff --git a/examples/buildingEnvelopes/optical/es-sda-example0102unit.json b/tests/valid/component/optical/es-sda-example0102unit.json similarity index 100% rename from examples/buildingEnvelopes/optical/es-sda-example0102unit.json rename to tests/valid/component/optical/es-sda-example0102unit.json diff --git a/examples/buildingEnvelopes/optical/igsdb196.json b/tests/valid/component/optical/igsdb196.json similarity index 100% rename from examples/buildingEnvelopes/optical/igsdb196.json rename to tests/valid/component/optical/igsdb196.json diff --git a/examples/buildingEnvelopes/optical/integralAccordingToStandard.json b/tests/valid/component/optical/integralAccordingToStandard.json similarity index 100% rename from examples/buildingEnvelopes/optical/integralAccordingToStandard.json rename to tests/valid/component/optical/integralAccordingToStandard.json diff --git a/examples/buildingEnvelopes/optical/nearnormalHemisphericalVisibleTransmittance.json b/tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json similarity index 100% rename from examples/buildingEnvelopes/optical/nearnormalHemisphericalVisibleTransmittance.json rename to tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json diff --git a/examples/buildingEnvelopes/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json b/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json similarity index 100% rename from examples/buildingEnvelopes/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json rename to tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json diff --git a/examples/buildingEnvelopes/optical/polarization/sPolarizedTransmittance.json b/tests/valid/component/optical/polarization/sPolarizedTransmittance.json similarity index 100% rename from examples/buildingEnvelopes/optical/polarization/sPolarizedTransmittance.json rename to tests/valid/component/optical/polarization/sPolarizedTransmittance.json diff --git a/examples/buildingEnvelopes/optical/spectrum.json b/tests/valid/component/optical/spectrum.json similarity index 100% rename from examples/buildingEnvelopes/optical/spectrum.json rename to tests/valid/component/optical/spectrum.json diff --git a/examples/buildingEnvelopes/optical/testlabVA210706080108integral.json b/tests/valid/component/optical/testlabVA210706080108integral.json similarity index 100% rename from examples/buildingEnvelopes/optical/testlabVA210706080108integral.json rename to tests/valid/component/optical/testlabVA210706080108integral.json diff --git a/examples/buildingEnvelopes/optical/testlabVA210706080108spectral.json b/tests/valid/component/optical/testlabVA210706080108spectral.json similarity index 100% rename from examples/buildingEnvelopes/optical/testlabVA210706080108spectral.json rename to tests/valid/component/optical/testlabVA210706080108spectral.json diff --git a/examples/buildingEnvelopes/origin/methodAccordingToPublication.json b/tests/valid/component/origin/methodAccordingToPublication.json similarity index 100% rename from examples/buildingEnvelopes/origin/methodAccordingToPublication.json rename to tests/valid/component/origin/methodAccordingToPublication.json diff --git a/examples/buildingEnvelopes/origin/methodAccordingToStandard.json b/tests/valid/component/origin/methodAccordingToStandard.json similarity index 100% rename from examples/buildingEnvelopes/origin/methodAccordingToStandard.json rename to tests/valid/component/origin/methodAccordingToStandard.json diff --git a/examples/buildingEnvelopes/origin/methodAsAservice.json b/tests/valid/component/origin/methodAsAservice.json similarity index 100% rename from examples/buildingEnvelopes/origin/methodAsAservice.json rename to tests/valid/component/origin/methodAsAservice.json diff --git a/examples/buildingEnvelopes/origin/originMethodAccordingToStandard.json b/tests/valid/component/origin/originMethodAccordingToStandard.json similarity index 100% rename from examples/buildingEnvelopes/origin/originMethodAccordingToStandard.json rename to tests/valid/component/origin/originMethodAccordingToStandard.json diff --git a/examples/buildingEnvelopes/photovoltaic/bipvInverterBuildingNatIse.json b/tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/bipvInverterBuildingNatIse.json rename to tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json diff --git a/examples/buildingEnvelopes/photovoltaic/bipvModuleBuildingNatIse.json b/tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/bipvModuleBuildingNatIse.json rename to tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json diff --git a/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationEnamel.json b/tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationEnamel.json rename to tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json diff --git a/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingLayer.json b/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingLayer.json rename to tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json diff --git a/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingUnit.json b/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationGlazingUnit.json rename to tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json diff --git a/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationLayer.json b/tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationLayer.json rename to tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json diff --git a/examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationUnit.json b/tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/bipvModuleSunovationUnit.json rename to tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json diff --git a/examples/buildingEnvelopes/photovoltaic/photovoltaicWithOptical.json b/tests/valid/component/photovoltaic/photovoltaicWithOptical.json similarity index 100% rename from examples/buildingEnvelopes/photovoltaic/photovoltaicWithOptical.json rename to tests/valid/component/photovoltaic/photovoltaicWithOptical.json diff --git a/examples/buildingEnvelopes/smallGeneralComponent.json b/tests/valid/component/smallGeneralComponent.json similarity index 100% rename from examples/buildingEnvelopes/smallGeneralComponent.json rename to tests/valid/component/smallGeneralComponent.json diff --git a/examples/buildingEnvelopes/smallSpecificComponent.json b/tests/valid/component/smallSpecificComponent.json similarity index 100% rename from examples/buildingEnvelopes/smallSpecificComponent.json rename to tests/valid/component/smallSpecificComponent.json diff --git a/examples/buildingEnvelopes/smallestValidJson.json b/tests/valid/component/smallestValidJson.json similarity index 100% rename from examples/buildingEnvelopes/smallestValidJson.json rename to tests/valid/component/smallestValidJson.json From 2a1d9fb7b8eb7460888895597cd3d8368b5ef50c Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 15:27:33 +0100 Subject: [PATCH 347/362] Fix the `component` tests --- schemas/components.json | 4 +- .../assemblyWhichIsPartOfAnotherAssembly.json | 6 +- .../collectorFieldAsGeometricAssembly.json | 2 +- ...cAssemblyWhichIsPartOfAnotherAssembly.json | 36 +- .../assembly/geometricAssemblyWithParent.json | 36 +- .../calorimetric/bistMeasurement.json | 216 +- .../generalComponents/16mmArgon90air10.json | 70 +- .../generalComponents/materialArgon.json | 50 +- .../getHttpsResource/dataFormatPdf.json | 50 +- .../hygrothermal/fullHygrothermalDataSet.json | 502 +- .../hygrothermal/hygrothermalAsResource.json | 34 +- .../component/metadata/abbreviation.json | 10 +- .../metadata/layerWithGapAndCategory.json | 42 +- .../optical/ColorRenderingIndexCIELAB.json | 112 +- tests/valid/component/optical/bsdf.json | 94 +- .../valid/component/optical/bsdfResource.json | 60 +- .../optical/bsdfResourceRolleaseKlems.json | 60 +- .../optical/es-sda-example0101layer.json | 446 +- .../optical/es-sda-example0102unit.json | 276 +- tests/valid/component/optical/igsdb196.json | 312 +- .../optical/integralAccordingToStandard.json | 106 +- ...rmalHemisphericalVisibleTransmittance.json | 52 +- ...normalSpectrallyResolvedTransmittance.json | 120 +- .../polarization/sPolarizedTransmittance.json | 56 +- tests/valid/component/optical/spectrum.json | 114 +- .../testlabVA210706080108integral.json | 278 +- .../testlabVA210706080108spectral.json | 71090 ++++++++-------- .../origin/methodAccordingToPublication.json | 42 +- .../origin/methodAccordingToStandard.json | 78 +- .../component/origin/methodAsAservice.json | 106 +- .../originMethodAccordingToStandard.json | 108 +- .../bipvInverterBuildingNatIse.json | 178 +- .../bipvModuleBuildingNatIse.json | 354 +- .../bipvModuleSunovationEnamel.json | 78 +- .../bipvModuleSunovationGlazingLayer.json | 348 +- .../bipvModuleSunovationGlazingUnit.json | 280 +- .../bipvModuleSunovationLayer.json | 74 +- .../bipvModuleSunovationUnit.json | 220 +- .../photovoltaic/photovoltaicWithOptical.json | 446 +- .../component/smallGeneralComponent.json | 8 +- .../component/smallSpecificComponent.json | 20 +- tests/valid/component/smallestValidJson.json | 8 +- .../RETROLux_with_two_glazings.json} | 0 .../doubleGlazingSelfContained.json | 0 44 files changed, 38215 insertions(+), 38367 deletions(-) rename tests/valid/{component/koester.json => components/RETROLux_with_two_glazings.json} (100%) rename tests/valid/{component/assembly => components}/doubleGlazingSelfContained.json (100%) diff --git a/schemas/components.json b/schemas/components.json index 5a835c3b..30d7265b 100644 --- a/schemas/components.json +++ b/schemas/components.json @@ -2,11 +2,11 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/components.json", "title": "data about components", - "description": "This schema can be used to share an array of components without defining them as an assembly. For example the components of a manufacturer can be shared. If the components form an assembly, then this assembly is a component and `component.json` should be used instead of `components.json`.", + "description": "This schema can be used to share an array of components. For example the components of a manufacturer can be shared or an assembled component together with all subcomponents.", "type": "object", "properties": { "components": { - "title": "Components which are not part of the same assembly.", + "title": "Components", "type": "array", "items": { "$ref": "component.json" diff --git a/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json b/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json index 9416d172..f2d855a6 100644 --- a/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json +++ b/tests/valid/component/assembly/assemblyWhichIsPartOfAnotherAssembly.json @@ -2,9 +2,7 @@ "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", "description": "This is an example of a general component which is assembled of two subcomponents and which is part of a larger assembly.", "relations": { - "partOf": [ - "a99941df-5bb8-4080-89a4-4f3d230afeb6" - ], + "partOf": ["a99941df-5bb8-4080-89a4-4f3d230afeb6"], "assembledOf": [ "b511af56-891e-4828-a2d1-a4454112e8f8", "86089938-f045-4039-b41a-76c70db22369", @@ -12,4 +10,4 @@ "16289938-f045-4039-b41a-76c70db22369" ] } -} \ No newline at end of file +} diff --git a/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json b/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json index dae6b752..1b54d3d1 100644 --- a/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json +++ b/tests/valid/component/assembly/collectorFieldAsGeometricAssembly.json @@ -37,4 +37,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json b/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json index 592b44fd..5fd31084 100644 --- a/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json +++ b/tests/valid/component/assembly/geometricAssemblyWhichIsPartOfAnotherAssembly.json @@ -1,27 +1,23 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is an example of a general component which is assembled of two subcomponents and which is part of a larger assembly.", + "relations": { + "partOf": ["a99941df-5bb8-4080-89a4-4f3d230afeb6"], + "assembledOf": [ + "b511af56-891e-4828-a2d1-a4454112e8f8", + "86089938-f045-4039-b41a-76c70db22369" + ] + }, + "geometric": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is an example of a general component which is assembled of two subcomponents and which is part of a larger assembly.", - "relations": { - "partOf": ["a99941df-5bb8-4080-89a4-4f3d230afeb6"], - "assembledOf": [ - "b511af56-891e-4828-a2d1-a4454112e8f8", - "86089938-f045-4039-b41a-76c70db22369" - ] - }, - "geometric": [ + "data": [ { - "data": [ + "assembly": [ { - "assembly": [ - { - "id": "b511af56-891e-4828-a2d1-a4454112e8f8" - }, - { - "id": "86089938-f045-4039-b41a-76c70db22369" - } - ] + "id": "b511af56-891e-4828-a2d1-a4454112e8f8" + }, + { + "id": "86089938-f045-4039-b41a-76c70db22369" } ] } diff --git a/tests/valid/component/assembly/geometricAssemblyWithParent.json b/tests/valid/component/assembly/geometricAssemblyWithParent.json index aee08ca2..ae0d1e4b 100644 --- a/tests/valid/component/assembly/geometricAssemblyWithParent.json +++ b/tests/valid/component/assembly/geometricAssemblyWithParent.json @@ -1,27 +1,23 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is an example of a general component which is a modification of a parent component. At the same time, the component is an assembly of two other general components.", + "relations": { + "concretizationOf": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "assembledOf": [ + "b511af56-891e-4828-a2d1-a4454112e8f8", + "86089938-f045-4039-b41a-76c70db22369" + ] + }, + "geometric": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is an example of a general component which is a modification of a parent component. At the same time, the component is an assembly of two other general components.", - "relations": { - "concretizationOf": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "assembledOf": [ - "b511af56-891e-4828-a2d1-a4454112e8f8", - "86089938-f045-4039-b41a-76c70db22369" - ] - }, - "geometric": [ + "data": [ { - "data": [ + "assembly": [ { - "assembly": [ - { - "id": "b511af56-891e-4828-a2d1-a4454112e8f8" - }, - { - "id": "86089938-f045-4039-b41a-76c70db22369" - } - ] + "id": "b511af56-891e-4828-a2d1-a4454112e8f8" + }, + { + "id": "86089938-f045-4039-b41a-76c70db22369" } ] } diff --git a/tests/valid/component/calorimetric/bistMeasurement.json b/tests/valid/component/calorimetric/bistMeasurement.json index af899469..ee902ba8 100644 --- a/tests/valid/component/calorimetric/bistMeasurement.json +++ b/tests/valid/component/calorimetric/bistMeasurement.json @@ -1,132 +1,128 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "characteristics": { + "prime": { + "surface": { + "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + }, + "direction": { + "description": "The prime direction is indicated by a label on the sample. Facing the installed component from the exterior, the prime direction directs to the right-hand side." + } + } + }, + "calorimetric": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "characteristics": { - "prime": { - "surface": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." - }, - "direction": { - "description": "The prime direction is indicated by a label on the sample. Facing the installed component from the exterior, the prime direction directs to the right-hand side." + "id": { + "value": "da951012-29b7-4b9a-890c-4f4514f676b3", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "name": "Example BIST collector", + "description": "Example: a calorimetric data set of a buildling-integrated solar thermal element.", + "warnings": ["One warning"], + "appliedMethod": { + "method": { + "id": "ea951012-29b7-4b9a-890c-4f4514f676b3" + }, + "arguments": [], + "sources": [ + { + "name": "mySource", + "value": { + "dataId": { + "value": "ae56820c-6bf1-4839-8b2f-2fa595cd18b6", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "dataTimestamp": "2018-09-01T12:00:00+01:00", + "dataKind": "calorimetricData" + } } - } + ] }, - "calorimetric": [ + "approvals": [ { - "id": { - "value": "da951012-29b7-4b9a-890c-4f4514f676b3", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + "approver": "ae56820c-6bf1-4839-8b2f-2fa595cd18b6", + "signature": "MIIB6gYJKoZIhvcNAQcCoIIB2zCCAdcCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGCAbYwggGyAgEBMIGcMIGOMQswCQYDVQQGEwJVUzEOMAwGA1UECBMFVGV4YXMxFDASBgNVBAcTC1NhbiBBbnRvbmlvMQ0wCwYDVQQKEwRVVFNBMQswCQYDVQQLEwJDUzEXMBUGA1UEAxMOYWkuY3MudXRzYS5lZHUxJDAiBgkqhkiG9w0BCQEWFWp1bGlldEBhaS5jcy51dHNhLmVkdQIJAMvyApGmAWbKMAkGBSsOAwIaBQCggbEwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDcwMjEyMjI1ODU4WjAjBgkqhkiG9w0BCQQxFgQUdBfDe/KmnhmYA9DILxfq/zKlvwEwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEQFbJ+8cZivvgvrjj8l1QbK2o7gWdWBM9yav6NJR2eBVj3hKGaKQ+7JNbygcqtVcMDIo1jSpsZas33BvhocwGOqs=" + } + ], + "createdAt": "2018-09-01T12:00:00+01:00", + "data": [ + { + "characteristics": { + "conditions": "stationary", + "surface": "nonPrime" }, - "name": "Example BIST collector", - "description": "Example: a calorimetric data set of a buildling-integrated solar thermal element.", - "warnings": ["One warning"], - "appliedMethod": { - "method": { - "id": "ea951012-29b7-4b9a-890c-4f4514f676b3" - }, - "arguments": [], - "sources": [ + "fluxes": { + "mixed": [ { - "name": "mySource", - "value": { - "dataId": { - "value": "ae56820c-6bf1-4839-8b2f-2fa595cd18b6", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "dataTimestamp": "2018-09-01T12:00:00+01:00", - "dataKind": "calorimetricData" + "side": "interior", + "flux": { + "uncertainValue": 15.0, + "uncertainty": 4, + "confidenceInterval": 95.4 } } + ], + "shortwaveRadiation": [ + { + "side": "exterior", + "flux": { + "uncertainValue": 1000, + "uncertainty": 50, + "confidenceInterval": 68.3 + }, + "direction": { + "polar": 60, + "azimuth": 90 + } + } + ], + "fluid": [ + { + "flux": 100, + "temperatures": { + "inlet": 300, + "outlet": 320 + }, + "massFlow": 0.02, + "specificHeatCapacity": 4179.6 + } ] }, - "approvals": [ + "results": [ { - "approver": "ae56820c-6bf1-4839-8b2f-2fa595cd18b6", - "signature": "MIIB6gYJKoZIhvcNAQcCoIIB2zCCAdcCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGCAbYwggGyAgEBMIGcMIGOMQswCQYDVQQGEwJVUzEOMAwGA1UECBMFVGV4YXMxFDASBgNVBAcTC1NhbiBBbnRvbmlvMQ0wCwYDVQQKEwRVVFNBMQswCQYDVQQLEwJDUzEXMBUGA1UEAxMOYWkuY3MudXRzYS5lZHUxJDAiBgkqhkiG9w0BCQEWFWp1bGlldEBhaS5jcy51dHNhLmVkdQIJAMvyApGmAWbKMAkGBSsOAwIaBQCggbEwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDcwMjEyMjI1ODU4WjAjBgkqhkiG9w0BCQQxFgQUdBfDe/KmnhmYA9DILxfq/zKlvwEwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgwDQYJKoZIhvcNAQEBBQAEQFbJ+8cZivvgvrjj8l1QbK2o7gWdWBM9yav6NJR2eBVj3hKGaKQ+7JNbygcqtVcMDIo1jSpsZas33BvhocwGOqs=" - } - ], - "createdAt": "2018-09-01T12:00:00+01:00", - "data": [ - { - "characteristics": { - "conditions": "stationary", - "surface": "nonPrime" + "area": { + "category": "center" }, - "fluxes": { - "mixed": [ - { - "side": "interior", - "flux": { - "uncertainValue": 15.0, - "uncertainty": 4, - "confidenceInterval": 95.4 - } - } - ], - "shortwaveRadiation": [ - { - "side": "exterior", - "flux": { - "uncertainValue": 1000, - "uncertainty": 50, - "confidenceInterval": 68.3 - }, - "direction": { - "polar": 60, - "azimuth": 90 - } - } - ], - "fluid": [ - { - "flux": 100, - "temperatures": { - "inlet": 300, - "outlet": 320 - }, - "massFlow": 0.02, - "specificHeatCapacity": 4179.6 - } - ] + "uValue": { + "uncertainValue": 1.0, + "uncertainty": 0.1, + "confidenceInterval": 68.3 }, - "results": [ - { - "area": { - "category": "center" - }, - "uValue": { - "uncertainValue": 1.0, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - }, - "gValue": { - "uncertainValue": 0.07, - "uncertainty": 0.01, - "confidenceInterval": 68.3 - }, - "efficiencies": { - "solarThermal": 0.5 - } - } - ] + "gValue": { + "uncertainValue": 0.07, + "uncertainty": 0.01, + "confidenceInterval": 68.3 + }, + "efficiencies": { + "solarThermal": 0.5 + } } ] } - ], - "geometric": [ + ] + } + ], + "geometric": [ + { + "data": [ { - "data": [ - { - "dimensions": { - "installed": [ - { - "thickness": 0.3 - } - ] + "dimensions": { + "installed": [ + { + "thickness": 0.3 } - } - ] + ] + } } ] } diff --git a/tests/valid/component/generalComponents/16mmArgon90air10.json b/tests/valid/component/generalComponents/16mmArgon90air10.json index 28388144..fa7d7c84 100644 --- a/tests/valid/component/generalComponents/16mmArgon90air10.json +++ b/tests/valid/component/generalComponents/16mmArgon90air10.json @@ -1,46 +1,42 @@ { - "components": [ - { - "id": "18a16000-2b9a-4748-8d98-e9d278cd12e4", - "description": "Argon as gas for insulating glazing unit", - "categories": { - "componentType": ["layer"] - }, - "characteristics": { - "materialComposition": { - "fractionType": "volume", - "fractions": [ - { - "material": "Ar", - "fraction": 90 - }, - { - "material": "air", - "fraction": 10 - } - ] + "id": "18a16000-2b9a-4748-8d98-e9d278cd12e4", + "description": "Argon as gas for insulating glazing unit", + "categories": { + "componentType": ["layer"] + }, + "characteristics": { + "materialComposition": { + "fractionType": "volume", + "fractions": [ + { + "material": "Ar", + "fraction": 90 + }, + { + "material": "air", + "fraction": 10 } - }, - "geometric": [ + ] + } + }, + "geometric": [ + { + "data": [ { - "data": [ - { - "dimensions": { - "independent": { - "smallest": 0.016 - } - } + "dimensions": { + "independent": { + "smallest": 0.016 } - ] + } } - ], - "hygrothermal": [ + ] + } + ], + "hygrothermal": [ + { + "data": [ { - "data": [ - { - "thermalConductivityDry": 0.017 - } - ] + "thermalConductivityDry": 0.017 } ] } diff --git a/tests/valid/component/generalComponents/materialArgon.json b/tests/valid/component/generalComponents/materialArgon.json index f17efad9..78d4e5c8 100644 --- a/tests/valid/component/generalComponents/materialArgon.json +++ b/tests/valid/component/generalComponents/materialArgon.json @@ -1,33 +1,29 @@ { - "components": [ - { - "id": "18A00000-2b9a-4748-8d98-e9d278cd12e4", - "description": "Argon as gas for insulating glazing unit", - "categories": { - "componentType": ["material"] - }, - "characteristics": { - "materialComposition": { - "fractionType": "volume", - "fractions": [ - { - "material": "Ar", - "fraction": 90 - }, - { - "material": "air", - "fraction": 10 - } - ] + "id": "18A00000-2b9a-4748-8d98-e9d278cd12e4", + "description": "Argon as gas for insulating glazing unit", + "categories": { + "componentType": ["material"] + }, + "characteristics": { + "materialComposition": { + "fractionType": "volume", + "fractions": [ + { + "material": "Ar", + "fraction": 90 + }, + { + "material": "air", + "fraction": 10 } - }, - "hygrothermal": [ + ] + } + }, + "hygrothermal": [ + { + "data": [ { - "data": [ - { - "thermalConductivityDry": 0.017 - } - ] + "thermalConductivityDry": 0.017 } ] } diff --git a/tests/valid/component/getHttpsResource/dataFormatPdf.json b/tests/valid/component/getHttpsResource/dataFormatPdf.json index bef474c7..2b105327 100644 --- a/tests/valid/component/getHttpsResource/dataFormatPdf.json +++ b/tests/valid/component/getHttpsResource/dataFormatPdf.json @@ -1,33 +1,29 @@ { - "components": [ + "id": "22aaed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This example represents the dataFormat PDF used to describe the geometry of a component.", + "geometric": [ { - "id": "22aaed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This example represents the dataFormat PDF used to describe the geometry of a component.", - "geometric": [ + "data": [ { - "data": [ - { - "hashValue": "B1C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", - "locator": "https://oc.ise.fraunhofer.de/index.php/s/w9uW4Veh4fWyF1c", - "format": { - "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", - "timestamp": "2019-09-01T12:00:00+01:00", - "name": "Standard for the Exchange of Product model data (STEP)", - "abbreviation": "STEP", - "description": "STEP is a widely used format to exchange computer-aided design (CAD) with 3D objects. It is defined by ISO 10303.", - "reference": { - "standard": { - "standardizers": ["ISO"], - "numeration": { - "mainNumber": 10303 - } - } - }, - "mediaType": "application/pdf" - }, - "archivedFilesMetaInformation": [] - } - ] + "hashValue": "B1C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", + "locator": "https://oc.ise.fraunhofer.de/index.php/s/w9uW4Veh4fWyF1c", + "format": { + "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", + "timestamp": "2019-09-01T12:00:00+01:00", + "name": "Standard for the Exchange of Product model data (STEP)", + "abbreviation": "STEP", + "description": "STEP is a widely used format to exchange computer-aided design (CAD) with 3D objects. It is defined by ISO 10303.", + "reference": { + "standard": { + "standardizers": ["ISO"], + "numeration": { + "mainNumber": 10303 + } + } + }, + "mediaType": "application/pdf" + }, + "archivedFilesMetaInformation": [] } ] } diff --git a/tests/valid/component/hygrothermal/fullHygrothermalDataSet.json b/tests/valid/component/hygrothermal/fullHygrothermalDataSet.json index 373906d3..bd18c85b 100644 --- a/tests/valid/component/hygrothermal/fullHygrothermalDataSet.json +++ b/tests/valid/component/hygrothermal/fullHygrothermalDataSet.json @@ -1,260 +1,256 @@ { - "components": [ + "name": "esb-Platte elka strong board P5", + "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", + "description": "This is an example of all values the hygrothermal data about a component.", + "roles": { + "manufacturer": { + "id": "75263c05-d81a-41f0-825b-fc8446532fe9" + } + }, + "hygrothermal": [ { - "name": "esb-Platte elka strong board P5", - "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", - "description": "This is an example of all values the hygrothermal data about a component.", - "roles": { - "manufacturer": { - "id": "75263c05-d81a-41f0-825b-fc8446532fe9" - } + "id": { + "value": "8ca1102b-264a-4023-8351-5897ec38e388", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" }, - "hygrothermal": [ + "description": "This hygrothermal data has been provided by WUFI.de.", + "data": [ { - "id": { - "value": "8ca1102b-264a-4023-8351-5897ec38e388", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "This hygrothermal data has been provided by WUFI.de.", - "data": [ - { - "thermalConductivityDry": 0.102, - "bulkDensity": 621, - "porosity": 0.57, - "specificHeatCapacity": 2000, - "waterVaporDiffusionResistanceFactor": 91.58, - "referenceWaterContent": 79, - "freeWaterSaturation": 554, - "waterAbsorptionCoefficient": 0.002, - "moistureDependentConductivitySupplement": 1.5, - "temperatureDependentConductivitySupplement": 2e-4, - "typicalBuildInMoisture": 0, - "sorptionIsotherm": [ - { - "relativeHumidityAbsolute": 0, - "waterContent": 0 - }, - { - "relativeHumidityAbsolute": 0.1, - "waterContent": 2.55 - }, - { - "relativeHumidityAbsolute": 0.2, - "waterContent": 5.7 - }, - { - "relativeHumidityAbsolute": 0.3, - "waterContent": 9.7 - }, - { - "relativeHumidityAbsolute": 0.4, - "waterContent": 14.94 - }, - { - "relativeHumidityAbsolute": 0.5, - "waterContent": 14.94 - }, - { - "relativeHumidityAbsolute": 0.55, - "waterContent": 26.79 - }, - { - "relativeHumidityAbsolute": 0.6, - "waterContent": 32.52 - }, - { - "relativeHumidityAbsolute": 0.65, - "waterContent": 39.71 - }, - { - "relativeHumidityAbsolute": 0.7, - "waterContent": 48.99 - }, - { - "relativeHumidityAbsolute": 0.75, - "waterContent": 61.44 - }, - { - "relativeHumidityAbsolute": 0.8, - "waterContent": 79 - }, - { - "relativeHumidityAbsolute": 0.85, - "waterContent": 105.64 - }, - { - "relativeHumidityAbsolute": 0.9, - "waterContent": 150.86 - }, - { - "relativeHumidityAbsolute": 0.91, - "waterContent": 163.97 - }, - { - "relativeHumidityAbsolute": 0.92, - "waterContent": 179.21 - }, - { - "relativeHumidityAbsolute": 0.93, - "waterContent": 197.13 - }, - { - "relativeHumidityAbsolute": 0.94, - "waterContent": 218.53 - }, - { - "relativeHumidityAbsolute": 0.95, - "waterContent": 244.5 - }, - { - "relativeHumidityAbsolute": 0.96, - "waterContent": 276.71 - }, - { - "relativeHumidityAbsolute": 0.97, - "waterContent": 317.69 - }, - { - "relativeHumidityAbsolute": 0.98, - "waterContent": 371.61 - }, - { - "relativeHumidityAbsolute": 0.99, - "waterContent": 445.72 - }, - { - "relativeHumidityAbsolute": 1, - "waterContent": 554 - } - ], - "liquidTransportCoefficientSuction": [ - { - "waterContent": 0, - "liquidTransportCoefficient": 0 - }, - { - "waterContent": 79, - "liquidTransportCoefficient": 1.36239e-13 - }, - { - "waterContent": 554, - "liquidTransportCoefficient": 4.952495e-11 - } - ], - "liquidTransportCoefficientRedistribution": [ - { - "waterContent": 0, - "liquidTransportCoefficient": 0 - }, - { - "waterContent": 79, - "liquidTransportCoefficient": 1.8e-13 - }, - { - "waterContent": 554, - "liquidTransportCoefficient": 8e-9 - } - ], - "thermalConductivityMoistureDependent": [ - { - "waterContent": 0, - "thermalConductivity": 0.102 - }, - { - "waterContent": 570, - "thermalConductivity": 0.24 - } - ], - "thermalConductivityTemperatureDependent": [ - { - "temperature": 253, - "thermalConductivity": 0.096 - }, - { - "temperature": 353, - "thermalConductivity": 0.116 - } - ], - "waterVaporDiffusionResistanceFactorMoistureDependent": [ - { - "relativeHumidityAbsolute": 0, - "diffusionResistanceFactor": 91.58 - }, - { - "relativeHumidityAbsolute": 0.25, - "diffusionResistanceFactor": 91.58 - }, - { - "relativeHumidityAbsolute": 0.725, - "diffusionResistanceFactor": 36.18 - }, - { - "relativeHumidityAbsolute": 1, - "diffusionResistanceFactor": 36.18 - } - ], - "enthalpyTemperatureDependent": [ - { - "temperature": 273.15, - "enthalpy": 0 - }, - { - "temperature": 278.15, - "enthalpy": 6000 - }, - { - "temperature": 284.4, - "enthalpy": 13983 - }, - { - "temperature": 287.65, - "enthalpy": 18838 - }, - { - "temperature": 290.15, - "enthalpy": 23083 - }, - { - "temperature": 291.15, - "enthalpy": 24943 - }, - { - "temperature": 292.15, - "enthalpy": 27075 - }, - { - "temperature": 293.15, - "enthalpy": 29721 - }, - { - "temperature": 294.15, - "enthalpy": 33537 - }, - { - "temperature": 295.15, - "enthalpy": 40586 - }, - { - "temperature": 296.15, - "enthalpy": 49226 - }, - { - "temperature": 297.15, - "enthalpy": 53772 - }, - { - "temperature": 298.15, - "enthalpy": 55000 - }, - { - "temperature": 299.15, - "enthalpy": 56200 - }, - { - "temperature": 303.15, - "enthalpy": 61000 - } - ] + "thermalConductivityDry": 0.102, + "bulkDensity": 621, + "porosity": 0.57, + "specificHeatCapacity": 2000, + "waterVaporDiffusionResistanceFactor": 91.58, + "referenceWaterContent": 79, + "freeWaterSaturation": 554, + "waterAbsorptionCoefficient": 0.002, + "moistureDependentConductivitySupplement": 1.5, + "temperatureDependentConductivitySupplement": 2e-4, + "typicalBuildInMoisture": 0, + "sorptionIsotherm": [ + { + "relativeHumidityAbsolute": 0, + "waterContent": 0 + }, + { + "relativeHumidityAbsolute": 0.1, + "waterContent": 2.55 + }, + { + "relativeHumidityAbsolute": 0.2, + "waterContent": 5.7 + }, + { + "relativeHumidityAbsolute": 0.3, + "waterContent": 9.7 + }, + { + "relativeHumidityAbsolute": 0.4, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolute": 0.5, + "waterContent": 14.94 + }, + { + "relativeHumidityAbsolute": 0.55, + "waterContent": 26.79 + }, + { + "relativeHumidityAbsolute": 0.6, + "waterContent": 32.52 + }, + { + "relativeHumidityAbsolute": 0.65, + "waterContent": 39.71 + }, + { + "relativeHumidityAbsolute": 0.7, + "waterContent": 48.99 + }, + { + "relativeHumidityAbsolute": 0.75, + "waterContent": 61.44 + }, + { + "relativeHumidityAbsolute": 0.8, + "waterContent": 79 + }, + { + "relativeHumidityAbsolute": 0.85, + "waterContent": 105.64 + }, + { + "relativeHumidityAbsolute": 0.9, + "waterContent": 150.86 + }, + { + "relativeHumidityAbsolute": 0.91, + "waterContent": 163.97 + }, + { + "relativeHumidityAbsolute": 0.92, + "waterContent": 179.21 + }, + { + "relativeHumidityAbsolute": 0.93, + "waterContent": 197.13 + }, + { + "relativeHumidityAbsolute": 0.94, + "waterContent": 218.53 + }, + { + "relativeHumidityAbsolute": 0.95, + "waterContent": 244.5 + }, + { + "relativeHumidityAbsolute": 0.96, + "waterContent": 276.71 + }, + { + "relativeHumidityAbsolute": 0.97, + "waterContent": 317.69 + }, + { + "relativeHumidityAbsolute": 0.98, + "waterContent": 371.61 + }, + { + "relativeHumidityAbsolute": 0.99, + "waterContent": 445.72 + }, + { + "relativeHumidityAbsolute": 1, + "waterContent": 554 + } + ], + "liquidTransportCoefficientSuction": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.36239e-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 4.952495e-11 + } + ], + "liquidTransportCoefficientRedistribution": [ + { + "waterContent": 0, + "liquidTransportCoefficient": 0 + }, + { + "waterContent": 79, + "liquidTransportCoefficient": 1.8e-13 + }, + { + "waterContent": 554, + "liquidTransportCoefficient": 8e-9 + } + ], + "thermalConductivityMoistureDependent": [ + { + "waterContent": 0, + "thermalConductivity": 0.102 + }, + { + "waterContent": 570, + "thermalConductivity": 0.24 + } + ], + "thermalConductivityTemperatureDependent": [ + { + "temperature": 253, + "thermalConductivity": 0.096 + }, + { + "temperature": 353, + "thermalConductivity": 0.116 + } + ], + "waterVaporDiffusionResistanceFactorMoistureDependent": [ + { + "relativeHumidityAbsolute": 0, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolute": 0.25, + "diffusionResistanceFactor": 91.58 + }, + { + "relativeHumidityAbsolute": 0.725, + "diffusionResistanceFactor": 36.18 + }, + { + "relativeHumidityAbsolute": 1, + "diffusionResistanceFactor": 36.18 + } + ], + "enthalpyTemperatureDependent": [ + { + "temperature": 273.15, + "enthalpy": 0 + }, + { + "temperature": 278.15, + "enthalpy": 6000 + }, + { + "temperature": 284.4, + "enthalpy": 13983 + }, + { + "temperature": 287.65, + "enthalpy": 18838 + }, + { + "temperature": 290.15, + "enthalpy": 23083 + }, + { + "temperature": 291.15, + "enthalpy": 24943 + }, + { + "temperature": 292.15, + "enthalpy": 27075 + }, + { + "temperature": 293.15, + "enthalpy": 29721 + }, + { + "temperature": 294.15, + "enthalpy": 33537 + }, + { + "temperature": 295.15, + "enthalpy": 40586 + }, + { + "temperature": 296.15, + "enthalpy": 49226 + }, + { + "temperature": 297.15, + "enthalpy": 53772 + }, + { + "temperature": 298.15, + "enthalpy": 55000 + }, + { + "temperature": 299.15, + "enthalpy": 56200 + }, + { + "temperature": 303.15, + "enthalpy": 61000 } ] } diff --git a/tests/valid/component/hygrothermal/hygrothermalAsResource.json b/tests/valid/component/hygrothermal/hygrothermalAsResource.json index 8247684c..ca67aae0 100644 --- a/tests/valid/component/hygrothermal/hygrothermalAsResource.json +++ b/tests/valid/component/hygrothermal/hygrothermalAsResource.json @@ -1,25 +1,21 @@ { - "components": [ + "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", + "description": "An example of hygrothermal data in an XML format.", + "hygrothermal": [ { - "id": "0f5942c1-33ce-4d31-b694-079eaf1fb630", - "description": "An example of hygrothermal data in an XML format.", - "hygrothermal": [ + "data": [ { - "data": [ - { - "hashValue": "B5C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", - "locator": "https://oc.ise.fraunhofer.de/index.php/s/z2uW4Veh4fWyF1c", - "format": { - "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", - "timestamp": "2019-09-01T12:00:00+01:00", - "name": "WUFI-XML-Format", - "abbreviation": "xml", - "description": "An XML format for hygrothermal data", - "mediaType": "application/xml" - }, - "archivedFilesMetaInformation": [] - } - ] + "hashValue": "B5C529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", + "locator": "https://oc.ise.fraunhofer.de/index.php/s/z2uW4Veh4fWyF1c", + "format": { + "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730", + "timestamp": "2019-09-01T12:00:00+01:00", + "name": "WUFI-XML-Format", + "abbreviation": "xml", + "description": "An XML format for hygrothermal data", + "mediaType": "application/xml" + }, + "archivedFilesMetaInformation": [] } ] } diff --git a/tests/valid/component/metadata/abbreviation.json b/tests/valid/component/metadata/abbreviation.json index 0512fdf0..8439298c 100644 --- a/tests/valid/component/metadata/abbreviation.json +++ b/tests/valid/component/metadata/abbreviation.json @@ -1,9 +1,5 @@ { - "components": [ - { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is the smallest example of a general component. The UUID 'a99941df-5bb8-4080-89a4-4f3d230afeb6' is managed by the metabase.", - "abbreviation": "STV.h" - } - ] + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is the smallest example of a general component. The UUID 'a99941df-5bb8-4080-89a4-4f3d230afeb6' is managed by the metabase.", + "abbreviation": "STV.h" } diff --git a/tests/valid/component/metadata/layerWithGapAndCategory.json b/tests/valid/component/metadata/layerWithGapAndCategory.json index 601b9579..cf8cbf67 100644 --- a/tests/valid/component/metadata/layerWithGapAndCategory.json +++ b/tests/valid/component/metadata/layerWithGapAndCategory.json @@ -1,26 +1,28 @@ { - "components": [ - { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is an example of a layer with a gap and a category.", - "categories": { - "componentType": ["layer"], - "layer": ["venetian", "blind"] - }, - "characteristics": { - "materialComposition": { - "fractionType": "weight", - "fractions": [ - { "material": "aluminum alloy", "fraction": 90 }, - { "material": "other", "fraction": 10 } - ] + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is an example of a layer with a gap and a category.", + "categories": { + "componentType": ["layer"], + "layer": ["venetian", "blind"] + }, + "characteristics": { + "materialComposition": { + "fractionType": "weight", + "fractions": [ + { + "material": "aluminum alloy", + "fraction": 90 }, - "layer": { - "gaps": { - "dTop": 0.02 - } + { + "material": "other", + "fraction": 10 } + ] + }, + "layer": { + "gaps": { + "dTop": 0.02 } } - ] + } } diff --git a/tests/valid/component/optical/ColorRenderingIndexCIELAB.json b/tests/valid/component/optical/ColorRenderingIndexCIELAB.json index 442d4420..2db1178f 100644 --- a/tests/valid/component/optical/ColorRenderingIndexCIELAB.json +++ b/tests/valid/component/optical/ColorRenderingIndexCIELAB.json @@ -1,71 +1,67 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example of a Color Rendering Index (CRI) for the transmitted radiation and the color of the reflected radiation defined by CIELAB parameters.", + "data": [ { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example of a Color Rendering Index (CRI) for the transmitted radiation and the color of the reflected radiation defined by CIELAB parameters.", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.81, + "colorTransmittance": { + "colorRenderingIndices": [ + { + "ra": 97, + "observer": "twoDegrees", + "illuminant": "D65" }, - "wavelengths": { - "integral": "visible" + { + "raOutIn": 95, + "observer": "tenDegrees", + "illuminant": "A" } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.81, - "colorTransmittance": { - "colorRenderingIndices": [ - { - "ra": 97, - "observer": "twoDegrees", - "illuminant": "D65" - }, - { - "raOutIn": 95, - "observer": "tenDegrees", - "illuminant": "A" - } - ], - "cielabColors": [ - { - "lStar": 94, - "aStar": 0, - "bStar": 0, - "observer": "tenDegrees", - "illuminant": "D65" - } - ] - }, - "reflectance": 0.08, - "colorReflectance": { - "cielabColors": [ - { - "lStar": 4, - "aStar": 0, - "bStar": 0, - "observer": "tenDegrees", - "illuminant": "D65" - } - ] + ], + "cielabColors": [ + { + "lStar": 94, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" + } + ] + }, + "reflectance": 0.08, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 4, + "aStar": 0, + "bStar": 0, + "observer": "tenDegrees", + "illuminant": "D65" } - } + ] } - ] + } } ] } diff --git a/tests/valid/component/optical/bsdf.json b/tests/valid/component/optical/bsdf.json index 4be62db3..04289e88 100644 --- a/tests/valid/component/optical/bsdf.json +++ b/tests/valid/component/optical/bsdf.json @@ -1,60 +1,56 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: bidirectional optical data.", + "data": [ { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: bidirectional optical data.", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 10, - "azimuth": 45 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": { - "polar": 20, - "azimuth": 60 - } - }, - "results": { - "transmittance": 0.1 - } + "incidence": { + "direction": { + "polar": 10, + "azimuth": 45 }, - { - "incidence": { - "direction": { - "polar": 30, - "azimuth": 15 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": { - "polar": 10, - "azimuth": 70 - } - }, - "results": { - "transmittance": 0.05 - } + "wavelengths": { + "integral": "visible" } - ] + }, + "emergence": { + "direction": { + "polar": 20, + "azimuth": 60 + } + }, + "results": { + "transmittance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 30, + "azimuth": 15 + }, + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": { + "polar": 10, + "azimuth": 70 + } + }, + "results": { + "transmittance": 0.05 + } } ] } diff --git a/tests/valid/component/optical/bsdfResource.json b/tests/valid/component/optical/bsdfResource.json index 63f8e898..46b3aa3c 100644 --- a/tests/valid/component/optical/bsdfResource.json +++ b/tests/valid/component/optical/bsdfResource.json @@ -1,39 +1,35 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: bidirectional optical data in the most compressed form as file.", + "creator": { + "id": "03030f13-13cc-4d29-a166-b9919f9c7972" + }, + "createdAt": "2019-09-01T12:00:00+01:00", + "data": [ { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + "description": "This resource contains BSDF data about sample VX412005.", + "hashValue": "d13baa5b91ea95462b1d26b3a3b1874b6be955af5a9630d1d1d0ea9bb981bf0e", + "locator": "https://oc.ise.fraunhofer.de/ceef5dc1-2501-4ea9-a994-a1ae41ea1f11", + "format": { + "id": "a636f9ea-96c3-45ea-8fff-cf7a32978546", + "timestamp": "2019-09-01T12:00:00+01:00", + "name": "LBNL/Klems Full", + "reference": { + "publication": { + "identifiers": { + "doi": "10.1016/j.solener.2017.05.065" + } + } + }, + "mediaType": "application/xml; charset=UTF-8" }, - "description": "Example: bidirectional optical data in the most compressed form as file.", - "creator": { - "id": "03030f13-13cc-4d29-a166-b9919f9c7972" - }, - "createdAt": "2019-09-01T12:00:00+01:00", - "data": [ - { - "description": "This resource contains BSDF data about sample VX412005.", - "hashValue": "d13baa5b91ea95462b1d26b3a3b1874b6be955af5a9630d1d1d0ea9bb981bf0e", - "locator": "https://oc.ise.fraunhofer.de/ceef5dc1-2501-4ea9-a994-a1ae41ea1f11", - "format": { - "id": "a636f9ea-96c3-45ea-8fff-cf7a32978546", - "timestamp": "2019-09-01T12:00:00+01:00", - "name": "LBNL/Klems Full", - "reference": { - "publication": { - "identifiers": { - "doi": "10.1016/j.solener.2017.05.065" - } - } - }, - "mediaType": "application/xml; charset=UTF-8" - }, - "archivedFilesMetaInformation": [] - } - ] + "archivedFilesMetaInformation": [] } ] } diff --git a/tests/valid/component/optical/bsdfResourceRolleaseKlems.json b/tests/valid/component/optical/bsdfResourceRolleaseKlems.json index cede872d..f46c1eff 100644 --- a/tests/valid/component/optical/bsdfResourceRolleaseKlems.json +++ b/tests/valid/component/optical/bsdfResourceRolleaseKlems.json @@ -1,39 +1,35 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" + }, + "description": "BSDF in Klems format of Verosol EnviroScreen Silver(metallic)/black fabric from Rollease Acmeda.", + "creator": { + "id": "03030f13-13cc-4d29-a166-b9919f9c7972" + }, + "createdAt": "2019-09-01T12:00:00+01:00", + "data": [ { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" + "description": "This resource contains BSDF in Klems format, which has been interpolated from photogoniometer measurements at the TestLab Solar Facades (3D scanning photogoniometer pg2). Sample ID: VS413001b.", + "hashValue": "d13baa5b91ea95462b1d26b3a3b1874b6be955af5a9630d1d1d0ea9bb981bf0e", + "locator": "https://oc.ise.fraunhofer.de/ceef5dc1-2501-4ea9-a994-a1ae41ea1f11", + "format": { + "id": "e021cf20-e887-4dce-ad27-35da70cec472", + "timestamp": "2019-09-01T12:00:00+01:00", + "name": "LBNL/Klems", + "reference": { + "publication": { + "identifiers": { + "doi": "10.1016/j.solener.2017.05.065" + } + } + }, + "mediaType": "application/xml; charset=UTF-8" }, - "description": "BSDF in Klems format of Verosol EnviroScreen Silver(metallic)/black fabric from Rollease Acmeda.", - "creator": { - "id": "03030f13-13cc-4d29-a166-b9919f9c7972" - }, - "createdAt": "2019-09-01T12:00:00+01:00", - "data": [ - { - "description": "This resource contains BSDF in Klems format, which has been interpolated from photogoniometer measurements at the TestLab Solar Facades (3D scanning photogoniometer pg2). Sample ID: VS413001b.", - "hashValue": "d13baa5b91ea95462b1d26b3a3b1874b6be955af5a9630d1d1d0ea9bb981bf0e", - "locator": "https://oc.ise.fraunhofer.de/ceef5dc1-2501-4ea9-a994-a1ae41ea1f11", - "format": { - "id": "e021cf20-e887-4dce-ad27-35da70cec472", - "timestamp": "2019-09-01T12:00:00+01:00", - "name": "LBNL/Klems", - "reference": { - "publication": { - "identifiers": { - "doi": "10.1016/j.solener.2017.05.065" - } - } - }, - "mediaType": "application/xml; charset=UTF-8" - }, - "archivedFilesMetaInformation": [] - } - ] + "archivedFilesMetaInformation": [] } ] } diff --git a/tests/valid/component/optical/es-sda-example0101layer.json b/tests/valid/component/optical/es-sda-example0101layer.json index 9a5140f5..4060dc4a 100644 --- a/tests/valid/component/optical/es-sda-example0101layer.json +++ b/tests/valid/component/optical/es-sda-example0101layer.json @@ -1,262 +1,258 @@ { - "components": [ + "id": "1c10b6f9-d30c-4896-b0c1-78bcf3b4895c", + "name": "Screen Nature 0319 Linen", + "description": "This is an example of a roller blind from the European Solar Shading Database ES-SDA; Product Identification: Screen Nature; Product Classification: NA; Parallel: Parallel; Clarity: Light; URL Product Instructions: http://www.sunscreen-mermet.com/range/screen-nature.html; URL Image: http://www.sunscreen-mermet.com/range/screen-nature/0319-Linen-579b2351ef558.html?iframe=true; Product Colour Code: 0319; Material Description: Glass fabric with fire-proof PVC-free and halogen-free coating; Product Position: Internal; Material: Fibreglass fabric with fire-proof PVC free coating; Colour: Linen 0319; Class for Glare Control: 1; Class for the Use of Light: 3; Class for Visual Contact with the Outside: 0; Class for Night Privacy: 2; NF Certification: NA; Various Certificates: NFP 92 503: M0-M1 / DIN 4102: A2 / BS 476 Pt 6&7 / EN 13501-1: A2;", + "roles": { + "manufacturer": { + "id": "75263c05-d81a-41f0-825b-fc8446532fe9", + "name": "Mermet" + } + }, + "relations": { + "partOf": ["2c10b6f9-d30c-4896-b0c1-78bcf3b4895c"] + }, + "categories": { + "componentType": ["layer"], + "unit": ["screen"] + }, + "characteristics": { + "prime": { + "surface": { + "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + } + } + }, + "optical": [ { - "id": "1c10b6f9-d30c-4896-b0c1-78bcf3b4895c", - "name": "Screen Nature 0319 Linen", - "description": "This is an example of a roller blind from the European Solar Shading Database ES-SDA; Product Identification: Screen Nature; Product Classification: NA; Parallel: Parallel; Clarity: Light; URL Product Instructions: http://www.sunscreen-mermet.com/range/screen-nature.html; URL Image: http://www.sunscreen-mermet.com/range/screen-nature/0319-Linen-579b2351ef558.html?iframe=true; Product Colour Code: 0319; Material Description: Glass fabric with fire-proof PVC-free and halogen-free coating; Product Position: Internal; Material: Fibreglass fabric with fire-proof PVC free coating; Colour: Linen 0319; Class for Glare Control: 1; Class for the Use of Light: 3; Class for Visual Contact with the Outside: 0; Class for Night Privacy: 2; NF Certification: NA; Various Certificates: NFP 92 503: M0-M1 / DIN 4102: A2 / BS 476 Pt 6&7 / EN 13501-1: A2;", - "roles": { - "manufacturer": { - "id": "75263c05-d81a-41f0-825b-fc8446532fe9", - "name": "Mermet" - } - }, - "relations": { - "partOf": ["2c10b6f9-d30c-4896-b0c1-78bcf3b4895c"] - }, - "categories": { - "componentType": ["layer"], - "unit": ["screen"] + "id": { + "value": "a8535146-5270-46f5-b925-4b00de265823", + "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" }, - "characteristics": { - "prime": { - "surface": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." - } - } - }, - "optical": [ + "description": "This optical data set contains infrared integral values and spectrally-resolved values of the layer with incidence on the exterior `nonPrime` surface.", + "data": [ { - "id": { - "value": "a8535146-5270-46f5-b925-4b00de265823", - "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "description": "This optical data set contains infrared integral values and spectrally-resolved values of the layer with incidence on the exterior `nonPrime` surface.", "data": [ { - "data": [ + "componentCharacteristics": { + "surface": "nonPrime" + }, + "dataPoints": [ { - "componentCharacteristics": { - "surface": "nonPrime" + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "infrared" + } + }, + "emergence": { + "direction": "hemispherical" }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "infrared" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.04, - "absorptanceEmittance": 0.89 - } + "results": { + "transmittance": 0.04, + "absorptanceEmittance": 0.89 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.008, - "reflectance": 0.074 - } + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.008, + "reflectance": 0.074 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 285 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } + "wavelengths": { + "wavelength": 285 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 285 - } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.009, - "reflectance": 0.078 - } + "wavelengths": { + "wavelength": 285 } - ] + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.009, + "reflectance": 0.078 + } } ] } ] - }, + } + ] + }, + { + "id": { + "value": "a7535146-5270-46f5-b925-4b00de265823", + "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" + }, + "description": "This optical data set contains infrared integral values and spectrally-resolved values of the layer with incidence on the interior `prime` surface.", + "data": [ { - "id": { - "value": "a7535146-5270-46f5-b925-4b00de265823", - "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "description": "This optical data set contains infrared integral values and spectrally-resolved values of the layer with incidence on the interior `prime` surface.", "data": [ { - "data": [ + "componentCharacteristics": { + "surface": "prime" + }, + "dataPoints": [ { - "componentCharacteristics": { - "surface": "prime" + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "infrared" + } }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "infrared" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.04, - "absorptanceEmittance": 0.89 - } + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.04, + "absorptanceEmittance": 0.89 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 280 - } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.008, - "reflectance": 0.074 - } + "wavelengths": { + "wavelength": 280 + } + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.008, + "reflectance": 0.074 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 285 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.032, - "reflectance": 0.0 - } + "wavelengths": { + "wavelength": 285 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.032, + "reflectance": 0.0 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 285 - } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.009, - "reflectance": 0.078 - } + "wavelengths": { + "wavelength": 285 } - ] + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.009, + "reflectance": 0.078 + } } ] } ] } - ], - "geometric": [ + ] + } + ], + "geometric": [ + { + "data": [ { - "data": [ - { - "dimensions": { - "installed": [ - { - "thickness": 0.00023 - } - ] + "dimensions": { + "installed": [ + { + "thickness": 0.00023 } - } - ] + ] + } } ] } diff --git a/tests/valid/component/optical/es-sda-example0102unit.json b/tests/valid/component/optical/es-sda-example0102unit.json index 66ffe0a4..7f6ad480 100644 --- a/tests/valid/component/optical/es-sda-example0102unit.json +++ b/tests/valid/component/optical/es-sda-example0102unit.json @@ -1,171 +1,167 @@ { - "components": [ + "id": "2c10b6f9-d30c-4896-b0c1-78bcf3b4895c", + "name": "ISO 52022-1 E + Screen Nature 0319 Linen", + "description": "This is an example of a unit from the European Solar Shading Database ES-SDA with an internal roller blind and a triple low-e glazing according to ISO 52022-1 E; Product Identification: Screen Nature; Product Classification: NA; Parallel: Parallel; Clarity: Light; URL Product Instructions: http://www.sunscreen-mermet.com/range/screen-nature.html; URL Image: http://www.sunscreen-mermet.com/range/screen-nature/0319-Linen-579b2351ef558.html?iframe=true; Product Colour Code: 0319; Material Description: Glass fabric with fire-proof PVC-free and halogen-free coating; Product Position: Internal; Material: Fibreglass fabric with fire-proof PVC free coating; Colour: Linen 0319; Class for Glare Control: 1; Class for the Use of Light: 3; Class for Visual Contact with the Outside: 0; Class for Night Privacy: 2; NF Certification: NA; Various Certificates: NFP 92 503: M0-M1 / DIN 4102: A2 / BS 476 Pt 6&7 / EN 13501-1: A2;", + "roles": { + "manufacturer": { + "id": "75263c05-d81a-41f0-825b-fc8446532fe9", + "name": "Mermet" + } + }, + "relations": { + "assembledOf": [ + "1c10b6f9-d30c-4896-b0c1-78bcf3b4895c", + "e01e3431-8b04-410e-b98b-d7afc3123f46" + ] + }, + "categories": { + "componentType": ["unit"], + "unit": ["screen"] + }, + "characteristics": { + "prime": { + "surface": { + "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." + } + } + }, + "optical": [ { - "id": "2c10b6f9-d30c-4896-b0c1-78bcf3b4895c", - "name": "ISO 52022-1 E + Screen Nature 0319 Linen", - "description": "This is an example of a unit from the European Solar Shading Database ES-SDA with an internal roller blind and a triple low-e glazing according to ISO 52022-1 E; Product Identification: Screen Nature; Product Classification: NA; Parallel: Parallel; Clarity: Light; URL Product Instructions: http://www.sunscreen-mermet.com/range/screen-nature.html; URL Image: http://www.sunscreen-mermet.com/range/screen-nature/0319-Linen-579b2351ef558.html?iframe=true; Product Colour Code: 0319; Material Description: Glass fabric with fire-proof PVC-free and halogen-free coating; Product Position: Internal; Material: Fibreglass fabric with fire-proof PVC free coating; Colour: Linen 0319; Class for Glare Control: 1; Class for the Use of Light: 3; Class for Visual Contact with the Outside: 0; Class for Night Privacy: 2; NF Certification: NA; Various Certificates: NFP 92 503: M0-M1 / DIN 4102: A2 / BS 476 Pt 6&7 / EN 13501-1: A2;", - "roles": { - "manufacturer": { - "id": "75263c05-d81a-41f0-825b-fc8446532fe9", - "name": "Mermet" - } - }, - "relations": { - "assembledOf": [ - "1c10b6f9-d30c-4896-b0c1-78bcf3b4895c", - "e01e3431-8b04-410e-b98b-d7afc3123f46" - ] - }, - "categories": { - "componentType": ["unit"], - "unit": ["screen"] + "id": { + "value": "a8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" }, - "characteristics": { - "prime": { - "surface": { - "description": "The prime surface faces the interior of the building and the nonPrime surface faces the exterior." - } - } - }, - "optical": [ + "description": "This optical data set contains integral values of the unit with incidence on the exterior `nonPrime` surface.", + "data": [ { - "id": { - "value": "a8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "description": "This optical data set contains integral values of the unit with incidence on the exterior `nonPrime` surface.", "data": [ { - "data": [ + "componentCharacteristics": { + "surface": "nonPrime" + }, + "dataPoints": [ { - "componentCharacteristics": { - "surface": "nonPrime" + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": "hemispherical" }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.3007, - "reflectance": 0.5575 - } + "results": { + "transmittance": 0.3007, + "reflectance": 0.5575 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.3007 - } + "wavelengths": { + "integral": "solar" + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.3007 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.2991, - "reflectance": 0.5935 - } + "wavelengths": { + "integral": "visible" + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.2991, + "reflectance": 0.5935 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "diffuse" - }, - "results": { - "transmittance": 0.2667 - } + "wavelengths": { + "integral": "visible" } - ] + }, + "emergence": { + "direction": "diffuse" + }, + "results": { + "transmittance": 0.2667 + } } ] } ] - }, + } + ] + }, + { + "id": { + "value": "b8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" + }, + "description": "This optical data set contains integral values of the unit with incidence on the interior `prime` surface.", + "data": [ { - "id": { - "value": "b8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "ce588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "description": "This optical data set contains integral values of the unit with incidence on the interior `prime` surface.", "data": [ { - "data": [ + "componentCharacteristics": { + "surface": "prime" + }, + "dataPoints": [ { - "componentCharacteristics": { - "surface": "prime" - }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.5575 - } + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.5575 + } } ] } ] } - ], - "calorimetric": [ + ] + } + ], + "calorimetric": [ + { + "data": [ { - "data": [ + "results": [ { - "results": [ - { - "area": { - "category": "center" - }, - "uValue": 0.8, - "gValue": 0.3793 - } - ] + "area": { + "category": "center" + }, + "uValue": 0.8, + "gValue": 0.3793 } ] } diff --git a/tests/valid/component/optical/igsdb196.json b/tests/valid/component/optical/igsdb196.json index 7f838d6e..78e21684 100644 --- a/tests/valid/component/optical/igsdb196.json +++ b/tests/valid/component/optical/igsdb196.json @@ -1,187 +1,183 @@ { - "components": [ + "name": "Float Glass", + "id": "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e", + "description": "TODO", + "optical": [ { - "name": "Float Glass", - "id": "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e", - "description": "TODO", - "optical": [ + "data": [ { "data": [ { - "data": [ + "componentCharacteristics": { + "surface": "prime", + "locationOnSample": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" + } + } + }, + "normalization": "relative", + "spot": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" + } + } + }, + "switchableLayers": [ + { + "slatTilt": 9.9999 + } + ], + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ { - "componentCharacteristics": { - "surface": "prime", - "locationOnSample": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } + "incidence": { + "direction": { + "polar": 8 }, - "normalization": "relative", - "spot": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "switchableLayers": [ - { - "slatTilt": 9.9999 - } - ], - "symmetries": "azimuthalAngleInvariance" + "wavelengths": { + "wavelength": 0.305 + } + }, + "emergence": { + "direction": { + "polar": 8 + } }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 0.305 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0, - "reflectance": 0.0500000007450581 - } + "results": { + "transmittance": 0.0, + "reflectance": 0.0500000007450581 + } + } + ] + }, + { + "componentCharacteristics": { + "surface": "nonPrime", + "locationOnSample": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" + } + } + }, + "normalization": "relative", + "spot": { + "publication": { + "identifiers": { + "webAddress": "https://www.999999.com" } - ] + } }, + "switchableLayers": [ + { + "slatTilt": 9.9999 + } + ], + "symmetries": "azimuthalAngleInvariance" + }, + "dataPoints": [ { - "componentCharacteristics": { - "surface": "nonPrime", - "locationOnSample": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "normalization": "relative", - "spot": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } + "incidence": { + "direction": { + "polar": 8 }, - "switchableLayers": [ - { - "slatTilt": 9.9999 - } - ], - "symmetries": "azimuthalAngleInvariance" + "wavelengths": { + "wavelength": 0.305 + } }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 0.305 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 9.9999, - "reflectance": 0.0500000007450581 - } + "emergence": { + "direction": { + "polar": 8 } - ] + }, + "results": { + "transmittance": 9.9999, + "reflectance": 0.0500000007450581 + } } ] } - ], - "appliedMethod": { - "method": { - "id": "99999999-9999-9999-9999-999999999999" - }, - "arguments": [], - "sources": [] - }, - "id": { - "value": "99999999-9999-9999-9999-999999999999", - "issuedBy": "99999999-9999-9999-9999-999999999999" - }, - "timestamp": "1999-09-09T09:09:09+00:00", - "createdAt": "1999-09-09T09:09:09+00:00", - "approvals": [ - { - "approver": "99999999-9999-9999-9999-999999999999" - } ] } ], - "hygrothermal": [ + "appliedMethod": { + "method": { + "id": "99999999-9999-9999-9999-999999999999" + }, + "arguments": [], + "sources": [] + }, + "id": { + "value": "99999999-9999-9999-9999-999999999999", + "issuedBy": "99999999-9999-9999-9999-999999999999" + }, + "timestamp": "1999-09-09T09:09:09+00:00", + "createdAt": "1999-09-09T09:09:09+00:00", + "approvals": [ { - "data": [ - { - "thermalConductivityDry": 1.0 - } - ] + "approver": "99999999-9999-9999-9999-999999999999" } - ], - "geometric": [ + ] + } + ], + "hygrothermal": [ + { + "data": [ { - "data": [ - { - "dimensions": { - "installed": [ - { - "thickness": 0.00474980020523071 - } - ] - } - } - ] + "thermalConductivityDry": 1.0 } - ], - "characteristics": { - "prime": { - "surface": { - "description": "The prime surface faces the exterior of the building and the nonPrime surface faces the interior." + ] + } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "thickness": 0.00474980020523071 + } + ] } - }, - "airPermeability": { - "permeabilityFactor": 9.9999 - }, - "positionOfCoatings": [0, 0], - "layer": { - "possiblePositions": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ] } - }, - "roles": { - "manufacturer": { - "name": "AGC Glass Co. N.A.", - "id": "99999999-9999-9999-9999-999999999999" - } - }, - "version": "99999999-9999-9999-9999-999999999999", - "categories": { - "componentType": ["material", "layer"] - }, - "available": { - "from": "1999-09-09T09:09:09+00:00" + ] + } + ], + "characteristics": { + "prime": { + "surface": { + "description": "The prime surface faces the exterior of the building and the nonPrime surface faces the interior." } + }, + "airPermeability": { + "permeabilityFactor": 9.9999 + }, + "positionOfCoatings": [0, 0], + "layer": { + "possiblePositions": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ] + } + }, + "roles": { + "manufacturer": { + "name": "AGC Glass Co. N.A.", + "id": "99999999-9999-9999-9999-999999999999" } - ] + }, + "version": "99999999-9999-9999-9999-999999999999", + "categories": { + "componentType": ["material", "layer"] + }, + "available": { + "from": "1999-09-09T09:09:09+00:00" + } } diff --git a/tests/valid/component/optical/integralAccordingToStandard.json b/tests/valid/component/optical/integralAccordingToStandard.json index 8e8af50c..cd0a62cd 100644 --- a/tests/valid/component/optical/integralAccordingToStandard.json +++ b/tests/valid/component/optical/integralAccordingToStandard.json @@ -1,65 +1,61 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: nearnormal-hemispherical integral values calculated according to a standard and based on a spectrally-resolved optical data set", + "appliedMethod": { + "method": { + "id": "0cbc343a-b065-47fb-b4a5-6000cfe4ff18", + "reference": { + "standard": { + "standardizers": ["ISO"], + "numeration": { + "mainNumber": 9050 + }, + "year": 2003 + } + } + }, + "arguments": [], + "sources": [ + { + "name": "Measured spectrum used to calculate the integral value", + "value": { + "dataId": { + "value": "b8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "dataTimestamp": "2021-07-01T12:00:00+01:00", + "dataKind": "opticalData" + } + } + ] + }, + "data": [ { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: nearnormal-hemispherical integral values calculated according to a standard and based on a spectrally-resolved optical data set", - "appliedMethod": { - "method": { - "id": "0cbc343a-b065-47fb-b4a5-6000cfe4ff18", - "reference": { - "standard": { - "standardizers": ["ISO"], - "numeration": { - "mainNumber": 9050 - }, - "year": 2003 - } - } - }, - "arguments": [], - "sources": [ - { - "name": "Measured spectrum used to calculate the integral value", - "value": { - "dataId": { - "value": "b8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "dataTimestamp": "2021-07-01T12:00:00+01:00", - "dataKind": "opticalData" - } - } - ] - }, "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.85, - "reflectance": 0.08 - } + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.85, + "reflectance": 0.08 + } } ] } diff --git a/tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json b/tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json index 83749d8e..33c755be 100644 --- a/tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json +++ b/tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json @@ -1,39 +1,35 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "characteristics": { + "positionOfCoatings": [0, 0, 1, 0] + }, + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "characteristics": { - "positionOfCoatings": [0, 0, 1, 0] + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" }, - "optical": [ + "description": "Example for a nearnormal-hemispherical visible reflectance of a component.", + "data": [ { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example for a nearnormal-hemispherical visible reflectance of a component.", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "visible" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } } ] } diff --git a/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json b/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json index 60816ef1..9b621788 100644 --- a/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json +++ b/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json @@ -1,74 +1,70 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "a8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: optical data about a nearnormal-nearnormal measurement of the transmittance, spectrally resolved.", + "data": [ { - "id": { - "value": "a8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: optical data about a nearnormal-nearnormal measurement of the transmittance, spectrally resolved.", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 1000 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.9 - } + "wavelengths": { + "wavelength": 500 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.85 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 1000 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.9 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 1500 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.8 - } + "wavelengths": { + "wavelength": 1500 + } + }, + "emergence": { + "direction": { + "polar": 8 } - ] + }, + "results": { + "transmittance": 0.8 + } } ] } diff --git a/tests/valid/component/optical/polarization/sPolarizedTransmittance.json b/tests/valid/component/optical/polarization/sPolarizedTransmittance.json index 5090edfe..510d381d 100644 --- a/tests/valid/component/optical/polarization/sPolarizedTransmittance.json +++ b/tests/valid/component/optical/polarization/sPolarizedTransmittance.json @@ -1,40 +1,36 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "a8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: direct-hemispherical transmittance for a sample with incidence-angle symmetry, an incidence angle of 60° an s-polarized incidence.", + "data": [ { - "id": { - "value": "a8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: direct-hemispherical transmittance for a sample with incidence-angle symmetry, an incidence angle of 60° an s-polarized incidence.", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 60 - }, - "wavelengths": { - "integral": "solar" - }, - "polarization": { - "s": 0.2, - "p": 0.8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1 - } + "incidence": { + "direction": { + "polar": 60 + }, + "wavelengths": { + "integral": "solar" + }, + "polarization": { + "s": 0.2, + "p": 0.8 } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1 + } } ] } diff --git a/tests/valid/component/optical/spectrum.json b/tests/valid/component/optical/spectrum.json index d4ed4095..ef4add42 100644 --- a/tests/valid/component/optical/spectrum.json +++ b/tests/valid/component/optical/spectrum.json @@ -1,71 +1,67 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ + "id": { + "value": "b8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: an optical data set of a spectrally resolved nearnormal-hemispherical measurement", + "data": [ { - "id": { - "value": "b8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: an optical data set of a spectrally resolved nearnormal-hemispherical measurement", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.85, - "reflectance": 0.1 - } + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 1000 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.9, - "reflectance": 0.05 - } + "wavelengths": { + "wavelength": 500 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.85, + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 1000 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.9, + "reflectance": 0.05 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 1500 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8, - "reflectance": 0.1 - } + "wavelengths": { + "wavelength": 1500 } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.8, + "reflectance": 0.1 + } } ] } diff --git a/tests/valid/component/optical/testlabVA210706080108integral.json b/tests/valid/component/optical/testlabVA210706080108integral.json index 04e76fe6..c444851e 100644 --- a/tests/valid/component/optical/testlabVA210706080108integral.json +++ b/tests/valid/component/optical/testlabVA210706080108integral.json @@ -1,171 +1,167 @@ { - "components": [ + "id": "031c9043-db85-4c8f-a706-236ad530da12", + "optical": [ { - "id": "031c9043-db85-4c8f-a706-236ad530da12", - "optical": [ + "appliedMethod": { + "method": { + "id": "f07499ab-f119-471f-8aad-d3c016676bce", + "reference": { + "standard": { + "standardizers": ["DIN", "EN"], + "numeration": { + "mainNumber": 410 + }, + "year": 2011 + } + } + }, + "arguments": [], + "sources": [ + { + "name": "spectrum", + "value": { + "dataId": { + "value": "d0937e80-a268-4cde-b878-60a967351bf3", + "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" + }, + "dataTimestamp": "2021-07-16T11:07:20.4796120+02:00", + "dataKind": "opticalData" + } + } + ] + }, + "data": [ { - "appliedMethod": { - "method": { - "id": "f07499ab-f119-471f-8aad-d3c016676bce", - "reference": { - "standard": { - "standardizers": ["DIN", "EN"], - "numeration": { - "mainNumber": 410 - }, - "year": 2011 - } - } - }, - "arguments": [], - "sources": [ - { - "name": "spectrum", - "value": { - "dataId": { - "value": "d0937e80-a268-4cde-b878-60a967351bf3", - "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" - }, - "dataTimestamp": "2021-07-16T11:07:20.4796120+02:00", - "dataKind": "opticalData" - } - } - ] - }, "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1026189342588151 - } + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1026189342588151 + } } ] } ] + } + ] + }, + { + "appliedMethod": { + "method": { + "id": "f07499ab-f119-471f-8aad-d3c016676bce", + "reference": { + "standard": { + "standardizers": ["DIN", "EN"], + "numeration": { + "mainNumber": 410 + }, + "year": 2011 + } + } }, + "arguments": [], + "sources": [ + { + "name": "spectrum", + "value": { + "dataId": { + "value": "d59741f2-6806-4eee-88ba-feccf5c5f508", + "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" + }, + "dataTimestamp": "2021-07-16T11:07:20.4796120+02:00", + "dataKind": "opticalData" + } + } + ] + }, + "data": [ { - "appliedMethod": { - "method": { - "id": "f07499ab-f119-471f-8aad-d3c016676bce", - "reference": { - "standard": { - "standardizers": ["DIN", "EN"], - "numeration": { - "mainNumber": 410 - }, - "year": 2011 - } - } - }, - "arguments": [], - "sources": [ - { - "name": "spectrum", - "value": { - "dataId": { - "value": "d59741f2-6806-4eee-88ba-feccf5c5f508", - "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" - }, - "dataTimestamp": "2021-07-16T11:07:20.4796120+02:00", - "dataKind": "opticalData" - } - } - ] - }, "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271510030628442 - } + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271510030628442 + } } ] } ] + } + ] + }, + { + "appliedMethod": { + "method": { + "id": "0cbc343a-b065-47fb-b4a5-6000cfe4ff18", + "reference": { + "standard": { + "standardizers": ["ISO"], + "numeration": { + "mainNumber": 9050 + }, + "year": 2003 + } + } }, + "arguments": [], + "sources": [ + { + "name": "spectrum", + "value": { + "dataId": { + "value": "5acd0ddf-efca-43f8-b87b-ee245d09b480", + "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" + }, + "dataTimestamp": "2021-07-16T11:07:20.4796120+02:00", + "dataKind": "opticalData" + } + } + ] + }, + "data": [ { - "appliedMethod": { - "method": { - "id": "0cbc343a-b065-47fb-b4a5-6000cfe4ff18", - "reference": { - "standard": { - "standardizers": ["ISO"], - "numeration": { - "mainNumber": 9050 - }, - "year": 2003 - } - } - }, - "arguments": [], - "sources": [ - { - "name": "spectrum", - "value": { - "dataId": { - "value": "5acd0ddf-efca-43f8-b87b-ee245d09b480", - "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" - }, - "dataTimestamp": "2021-07-16T11:07:20.4796120+02:00", - "dataKind": "opticalData" - } - } - ] - }, "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10261251287581805 - } + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10261251287581805 + } } ] } diff --git a/tests/valid/component/optical/testlabVA210706080108spectral.json b/tests/valid/component/optical/testlabVA210706080108spectral.json index 07a65e1e..923eaaf3 100644 --- a/tests/valid/component/optical/testlabVA210706080108spectral.json +++ b/tests/valid/component/optical/testlabVA210706080108spectral.json @@ -1,35555 +1,35551 @@ { - "components": [ + "id": "031c9043-db85-4c8f-a706-236ad530da12", + "optical": [ { - "id": "031c9043-db85-4c8f-a706-236ad530da12", - "optical": [ + "id": { + "value": "33d30aba-071b-4fd9-af81-55ed0647d69f", + "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" + }, + "data": [ { - "id": { - "value": "33d30aba-071b-4fd9-af81-55ed0647d69f", - "issuedBy": "82b9f95c-3261-463a-90fe-0e9da707af17" - }, "data": [ { - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100527 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110498 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11178300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098498 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097446 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107974 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10461600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11055300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113896 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104641 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10605200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10046300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10305199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10029199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10074899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097393000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10398 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12385199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087691999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101253 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11873900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12148500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11512700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097692 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098992000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098089 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10393000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09747 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11572900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11645799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099007000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090875000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094841 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098915 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10442399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11687 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099430999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096686 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104677 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12061400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11418900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10400600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11278 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108641 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10109299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11377100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088078 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102255 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103819 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092408 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10906300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10454700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104563 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10193400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10327700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100966 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10875299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11006700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10464499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10411899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094577000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104728 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102735 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105607 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10190400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10304600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104436 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102767 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101421 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100152 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10523099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10538600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10531700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100702 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10150100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10263800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100458 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103393 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10058600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10083700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10229900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10188900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10359600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10152699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102841 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10344099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10332000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10287800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10299799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10272600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10282000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102341 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10257400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10269700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10303100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10353899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10263299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10048299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10142300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10139300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10147700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10198600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102432 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102522 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10234700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10263 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102904 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102661 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103101 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10348000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10252700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102796 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10335100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10279 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102783 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10288900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10300700000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102599 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102718 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10323800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10299200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102621 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102891 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10323399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10251500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102497 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10223900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101908 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10191800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10250400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102438 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10250500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10220599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10260400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10187500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10220499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10245900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101778 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10264300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102197 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10228999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10276500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10178000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10183600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10267300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10177199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10292899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10179600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10222300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102386 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102729 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10238799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10233300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101616 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10255000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10256399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10282999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10314999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10191599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10267300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102493 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102478 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10322300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10197200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10236800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10223900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10232100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10208700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10221500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102692 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102575 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102716 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103087 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10241199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10228400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102414 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10255900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102567 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102203 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10222400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10232799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10277900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102563 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10198800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102895 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102513 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10171300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10236200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10208500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10237299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10216599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10235200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10253000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102767 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10237700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102387 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102231 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10200900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10135899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10160000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102246 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10296200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10227900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10103300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101953 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10133800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10139799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10145300000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102043 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10201 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10051600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101677 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10200900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101894 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10175000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10233300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101188 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10078300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10364699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10386799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102288 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10428599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10242200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101651 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100464 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101608 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1033 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101198 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10384800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10219900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098976000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101154 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101194 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10361200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10522100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102294 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100588 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101498 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102532 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103113 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105057 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10307600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10595900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10575200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101666 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099583999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114869 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105843 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104053 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099728 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10867800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107589 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10699600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10544600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106438 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114876 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103673 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10838800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099783000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10881299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10764200000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094667999999999988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100549 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113729 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10425100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087657000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11707100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101479 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114384 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10695299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103803 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10337600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11644299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11625600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10835499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11166600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13006399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.151035 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.149903 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10430400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090492 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094883000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099555 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.075969 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.076276 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096094000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13655 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113767 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.075951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.081370000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.071853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09567 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104637 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107166 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106755 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115495 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10995900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12264200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.15426700000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13603099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11765700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106581 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.087889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10168900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111449 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097848 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093657 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11528700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106196 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099854 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.08968 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103447 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096620000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10161500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096301000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088528000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102728 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10847200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103836 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104583 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10983599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10975199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098114 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10020799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09712 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107487 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111487 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097516 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097052 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103529 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10194000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106594 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10149699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10191700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10474399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10369600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096716 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10479200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098928 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099514999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098501999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10568899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104504 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100566 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10091699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096971000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10403600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099672 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10584099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099109 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101715 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099508 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096408000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10515200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10051500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10309100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104553 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10197300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096798000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106486 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10501300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098358000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098387 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10321300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10707000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099044000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099413 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101844 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100758 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099466 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10560000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104028 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10217000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10269600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097489 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098092000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100224 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09882500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106883 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10488 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110375 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10825 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10051399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10229900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10372500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10662100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107144 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10201800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094311 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097206 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10425000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103636 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101474 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10179600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10467499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100823 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09752100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098198000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101857 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10795600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10851699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098671000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098483 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102429 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10146699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10004099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099688 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10218500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10500400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103826 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102563 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10133800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10414300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10142799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099634 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10515700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10516500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099886 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097025000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097658000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095076000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097359000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10082800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105174 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10098900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105907 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10709500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10251099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10242100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10636799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102913 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10229900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10471399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095489999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095631000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097107 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10258400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102531 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10464000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09725099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10168300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100482 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10576200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098087000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095242000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099253000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09828400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09676 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102051 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10792199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10246100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096672 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10130900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099715000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10577299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10787100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10314500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10080800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10383900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100722 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096826000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096186000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097601 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097371 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102949 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106099 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10048400000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10083 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10461000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096744000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091917000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094905000000000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10069800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105037 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101382 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098725000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09978 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102996 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103646 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103658 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098812 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098649 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100416 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102942 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105032 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10414899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10280500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10465 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104976 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10369199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10040900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099760000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097615000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096525 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099913000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097005000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108881 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098772 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105284 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10089600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105798 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10787800000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105763 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097157000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095361 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10256399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095775000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094369 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10513600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10063000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10355700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107713 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100948 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09990700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101543 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10428100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100627 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103367 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10356 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102437 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10300200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10351800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10431100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102997 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099469999999999989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098693000000000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099777 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10536 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099059000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099105000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0925 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099208999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096739 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102502 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102777 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10494099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10715999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10310000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099225 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100825 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10271100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103684 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10824299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10260300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097192000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095772 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098324 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097674000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095403 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104344 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103338 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103345 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10545700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099209999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097326 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101638 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10502700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10439500000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10394600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10479100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100929 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099534000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09898 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100377 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097818 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102634 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10134800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097248 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097578 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098747000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099445999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100933 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103142 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100171 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10094099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10392200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10348900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10599700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10732799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10181100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097358 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097576 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09465 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094597 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094222 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103257 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100727 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099182 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098515999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096912 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104177 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10570299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109979 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10670199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097476000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098643000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10071300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09619 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097742000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104342 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10373100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10081200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102501 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10447100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099223 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100736 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099275 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098725000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099892000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10290900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10687400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10273 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095521 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096867000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10129400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100716 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10017300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10164899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10375000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103958 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102512 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10294600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103545 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10283400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102006 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10111200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100506 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10321 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10160999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10373100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107075 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103117 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10347400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10060000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096516 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09627200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100604 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097018000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098701000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10387600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099656000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095932 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097436000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097058 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098703 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10685499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104127 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09682700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10173700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107983 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099544 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100176 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100566 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09872199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100471 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10167899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10261300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09689 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093323 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089671 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096458 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10020300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099052000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105039 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10239000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10342900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105155 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106725 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10742499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101853 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099557 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102906 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096615 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096984 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102315 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10247099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099541 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098351000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10096000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10102900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097706 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098628000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098747000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1501.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1502.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10117100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1503.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1504.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102507 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1505.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10173600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1506.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10732 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1507.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10950100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1508.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10641400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1509.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1510.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10125500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1511.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098849 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1512.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097551000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1513.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1514.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097040000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1515.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097889 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1516.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1517.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1518.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097402 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1519.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098439 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1520.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1521.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103634 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1522.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1523.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10377000000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1524.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102572 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1525.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10062900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1526.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1527.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099719 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1528.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101269 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1529.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099063 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1530.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1531.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097504000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1532.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1533.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1534.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102935 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1535.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10500500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1536.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103407 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1537.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099856 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1538.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1539.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10085699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1540.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1541.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1542.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104362 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1543.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106187 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1544.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10638600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1545.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1546.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1547.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1548.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099013000000000018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1549.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097804 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1550.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1551.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098890999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1552.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098178 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1553.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092525 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1554.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091912000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1555.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1556.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103864 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1557.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103546 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1558.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10183500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1559.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099955 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1560.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099465000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1561.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10143200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1562.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1563.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102839 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1564.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10339600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1565.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10404000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1566.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105132 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1567.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10090400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1568.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100485 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1569.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1570.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1571.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099027999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1572.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096129 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1573.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098423 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1574.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099794000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1575.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1576.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097004 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1577.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098592 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1578.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1579.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098202 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1580.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10130900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1581.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10364200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1582.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10529999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1583.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1584.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105742 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1585.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1586.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10164300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1587.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097658000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1588.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1589.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1590.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1591.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102957 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1592.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1593.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098247 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1594.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09711 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1595.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098967 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1596.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1597.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1598.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1599.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10124100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1600.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10590500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1601.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10322800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1602.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10081300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1603.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096059 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1604.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101175 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1605.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10703900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1606.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106985 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1607.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1608.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1609.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099059000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1610.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094568 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1611.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1612.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095066000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1613.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1614.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099743 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1615.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099291 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1616.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096765 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1617.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091669 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1618.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094288000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1619.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099076000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1620.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10808899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1621.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11165599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1622.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1623.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1624.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098180999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1625.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101137 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1626.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0977 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1627.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100624 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1628.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1629.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097689000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1630.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10110300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1631.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10489699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1632.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10384800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1633.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10336100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1634.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099306 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1635.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097482000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1636.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10030900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1637.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1638.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1639.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1640.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1641.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1642.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100916 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1643.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1644.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101046 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1645.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097034000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1646.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09951 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1647.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105647 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1648.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1649.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100494 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1650.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1651.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104192 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1652.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1653.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099661000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1654.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09919 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1655.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1656.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1657.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097729 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1658.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100123 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1659.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1660.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098758 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1661.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099060000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1662.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098740000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1663.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098335 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1664.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1665.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10246000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1666.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1667.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1668.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101483 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1669.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10138400000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1670.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1671.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100794 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1672.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10274900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1673.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103613 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1674.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1675.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101808 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1676.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099426000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1677.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1678.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099700000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1679.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103287 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1680.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103409 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1681.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099885 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1682.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095942000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1683.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093236000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1684.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093945000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1685.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1686.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10337199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1687.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106373 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1688.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10661799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1689.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1690.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099126999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1691.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09667400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1692.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1693.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09897 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1694.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099528 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1695.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097300000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1696.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098712000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1697.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1698.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1699.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100879 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1700.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1701.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099574 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1702.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09958800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1703.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097902 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1704.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099271 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1705.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1706.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095775000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1707.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09879099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1708.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10210100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1709.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1061 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1710.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10576200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1711.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1712.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099052000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1713.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098544 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1714.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099461 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1715.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1716.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099990000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1717.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097594999999999987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1718.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1719.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1720.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1721.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099648 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1722.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1723.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098678000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1724.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100121 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1725.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10012800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1726.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098127999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1727.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1728.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097501999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1729.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1730.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09895799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1731.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099549 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1732.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1733.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1734.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10303000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1735.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102336 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1736.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103285 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1737.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1738.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096636000000000014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1739.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096257000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1740.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09964 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1741.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098737999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1742.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095056 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1743.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093549000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1744.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1745.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1746.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101218 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1747.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10338800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1748.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10192500000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1749.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1750.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1751.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102892 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1752.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10213699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1753.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10273600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1754.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103296 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1755.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103256 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1756.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101533 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1757.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098162 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1758.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1759.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097029999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1760.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09717 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1761.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1762.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1763.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099781 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1764.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102286 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1765.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10305600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1766.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1767.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097139 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1768.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1769.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096936000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1770.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093475 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1771.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1772.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100637 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1773.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10494500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1774.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10691700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1775.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100475 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1776.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100569 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1777.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101549 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1778.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102617 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1779.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10073399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1780.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10088200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1781.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102134 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1782.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10030900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1783.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098621 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1784.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098190000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1785.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098454 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1786.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1787.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10685700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1788.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101237 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1789.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10165400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1790.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1791.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096663 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1792.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098119 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1793.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1794.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095456 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1795.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09885300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1796.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098127999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1797.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098490000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1798.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099647000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1799.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099205 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1800.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1801.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100443 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1802.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098453 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1803.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10068400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1804.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10085200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1805.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101609 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1806.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095094 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1807.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092943 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1808.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103766 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1809.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1810.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1811.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102411 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1812.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10301600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1813.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1814.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1815.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10082100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1816.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096774000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1817.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10076700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1818.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1819.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10277100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1820.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099783000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1821.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10009499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1822.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099394 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1823.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093717000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1824.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103293 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1825.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098196999999999993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1826.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10758100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1827.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1828.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095214000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1829.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1830.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1831.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094251 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1832.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100918 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1833.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1834.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1835.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098645 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1836.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10129400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1837.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106708 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1838.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1839.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103888 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1840.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098160000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1841.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1842.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101587 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1843.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104855 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1844.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108272 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1845.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093876000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1846.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096815 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1847.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10668 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1848.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099833999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1849.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102079 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1850.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10445499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1851.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094309999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1852.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09809 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1853.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096639 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1854.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10212600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1855.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1856.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10452299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1857.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1858.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1859.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1860.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1861.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090397999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1862.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102566 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1863.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099228000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1864.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10017799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1865.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11236700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1866.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1867.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093713999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1868.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093724000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1869.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099716000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1870.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1871.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10579100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1872.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099786 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1873.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10284800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1874.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097562 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1875.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09420400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1876.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10273600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1877.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097779 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1878.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1879.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101357 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1880.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100649 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1881.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10648999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1882.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10831500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1883.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099714 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1884.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088914 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1885.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100086 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1886.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104428 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1887.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097378 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1888.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10299 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1889.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1890.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093736 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1891.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097062000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1892.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1893.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100235 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1894.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1895.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10459099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1896.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10320499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1897.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1898.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097527000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1899.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1900.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102419 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1901.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098847 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1902.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1903.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097589000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1904.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1905.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10399800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1906.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091629 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1907.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10452600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1908.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099785000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1909.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09503 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1910.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10259700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1911.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103614 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1912.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10209 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1913.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1914.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09814 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1915.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106838 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1916.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106069 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1917.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091361000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1918.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1919.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09709 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1920.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10289899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1921.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102147 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1922.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096110000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1923.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1924.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1027 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1925.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10892099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1926.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1927.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092597000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1928.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094789 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1929.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1930.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10935800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1931.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097486 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1932.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094962 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1933.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10569100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1934.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09986 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1935.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10160500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1936.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098539999999999989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1937.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09503700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1938.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09936600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1939.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100945 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1940.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099670000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1941.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100722 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1942.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099593000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1943.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1944.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10382899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1945.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095023 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1946.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09484999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1947.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10516400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1948.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110518 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1949.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100148 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1950.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10208 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1951.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102704 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1952.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09722 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1953.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1954.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098992000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1955.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102973 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1956.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10075200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1957.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10473800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1958.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097686 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1959.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10333500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1960.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097322 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1961.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105414 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1962.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10982900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1963.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1964.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.08982 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1965.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097335999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1966.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1967.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10304600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1968.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098085 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1969.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10584500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1970.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102211 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1971.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089192000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1972.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100674 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1973.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11527200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1974.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099435000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1975.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094972999999999988 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1976.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094877 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1977.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10014400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1978.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105238 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1979.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100479 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1980.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1981.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110045 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1982.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10427199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1983.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089352 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1984.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093328000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1985.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11673299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1986.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10063000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1987.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095066000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1988.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.089917 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1989.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099698 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1990.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104022 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1991.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097735 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1992.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10514 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1993.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097746 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1994.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100733 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1995.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100334 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1996.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093295 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1997.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105379 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1998.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107653 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 1999.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2000.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104277 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2001.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100189 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2002.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097810000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2003.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2004.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2005.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10673500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2006.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10183299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2007.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103348 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2008.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097244 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2009.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102425 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2010.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11174899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2011.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2012.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099867000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2013.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101552 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2014.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2015.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098768 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2016.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099478000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2017.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10402100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2018.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10082 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2019.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100165 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2020.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104633 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2021.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2022.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102462 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2023.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107118 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2024.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10117000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2025.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101262 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2026.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102106 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2027.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102787 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2028.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09784000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2029.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2030.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103328 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2031.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099473 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2032.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099326000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2033.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10818799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2034.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10242000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2035.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10239699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2036.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102041 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2037.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2038.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100524 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2039.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108169 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2040.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2041.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2042.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107265 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2043.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2044.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097064000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2045.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103216 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2046.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102577 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2047.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106655 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2048.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098859 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2049.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098171000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2050.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10275000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2051.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2052.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101115 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2053.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2054.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102857 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2055.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2056.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10337 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2057.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2058.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101366 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2059.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107724 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2060.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106605 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2061.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100954 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2062.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2063.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101548 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2064.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10484299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2065.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10032600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2066.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100145 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2067.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2068.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2069.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099577000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2070.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2071.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2072.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10824600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2073.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101887 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2074.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096868 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2075.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2076.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098802 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2077.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107389 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2078.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2079.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097635000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2080.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102327 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2081.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2082.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10748300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2083.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10346 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2084.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099972999999999992 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2085.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102555 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2086.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2087.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2088.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105948 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2089.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101785 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2090.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2091.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103354 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2092.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2093.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2094.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095681999999999989 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2095.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091762 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2096.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110893 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2097.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110325 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2098.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095074 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2099.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100731 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2100.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096821 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2101.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110547 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2102.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10141700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2103.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099995 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2104.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2105.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103097 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2106.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2107.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2108.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117683 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2109.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097181 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2110.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092747 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2111.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107195 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2112.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104093 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2113.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107625 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2114.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10561 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2115.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100805 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2116.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10778399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2117.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101975 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2118.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2119.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107751 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2120.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100392 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2121.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2122.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10548500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2123.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105159 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2124.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101217 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2125.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096156 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2126.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11287100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2127.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088852 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2128.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11166600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2129.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11261100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2130.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10829599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2131.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10363200000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2132.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102538 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2133.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091381 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2134.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10681900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2135.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116872 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2136.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098399 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2137.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094214 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2138.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11606899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2139.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10245 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2140.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107699 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2141.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.08792 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2142.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2143.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11522299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2144.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2145.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10966900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2146.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.086713000000000012 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2147.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10120100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2148.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095820000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2149.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2150.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11367300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2151.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099527 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2152.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.1008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2153.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117108 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2154.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096511 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2155.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106153 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2156.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110537 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2157.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2158.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095210000000000017 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2159.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111236 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2160.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104617 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2161.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2162.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.081333 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2163.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115865 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2164.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2165.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098242 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2166.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112385 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2167.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10849700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2168.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10036 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2169.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09992100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2170.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118478 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2171.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2172.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11424400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2173.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097065 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2174.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094774 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2175.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2176.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116842 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2177.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2178.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2179.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107249 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2180.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115283 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2181.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2182.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099593000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2183.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099993 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2184.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095454000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2185.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110025 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2186.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112705 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2187.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094611 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2188.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096287000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2189.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10362299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2190.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093773 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2191.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103301 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2192.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104124 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2193.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10634600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2194.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2195.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.086597000000000007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2196.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10917299999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2197.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10383800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2198.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099215 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2199.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112971 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2200.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09852000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2201.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097427 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2202.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094149 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2203.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11162100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2204.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10043400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2205.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10473800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2206.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11431200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2207.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106472 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2208.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091034 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2209.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106693 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2210.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102463 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2211.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102305 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2212.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10546900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2213.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2214.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096186000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2215.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10800900000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2216.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10477700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2217.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2218.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092831 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2219.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10019800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2220.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2221.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109696 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2222.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10187500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2223.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2224.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10241 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2225.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10490000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2226.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096944 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2227.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095899 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2228.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10467800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2229.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2230.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10938700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2231.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10118100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2232.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096329 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2233.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103791 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2234.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10937 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2235.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106654 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2236.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100534 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2237.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10309100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2238.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106122 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2239.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101185 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2240.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11027200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2241.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10764200000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2242.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10079700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2243.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096038 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2244.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107949 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2245.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11614800000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2246.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099913000000000016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2247.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096111 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2248.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102858 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2249.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099313 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2250.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11359400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2251.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112319 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2252.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088822 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2253.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11026899999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2254.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111455 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2255.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095588 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2256.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10047800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2257.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098431 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2258.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2259.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104934 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2260.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106084 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2261.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.110415 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2262.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10734 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2263.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099365000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2264.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10392699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2265.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104468 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2266.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106014 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2267.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102469 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2268.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092251999999999987 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2269.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099785000000000013 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2270.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2271.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11347 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2272.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096897000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2273.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09520300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2274.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114233 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2275.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.128116 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2276.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10047 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2277.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.097417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2278.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10369400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2279.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109267 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2280.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108923 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2281.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10232300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2282.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112426 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2283.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10408300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2284.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098003 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2285.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10125 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2286.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2287.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099368 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2288.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2289.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2290.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106759 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2291.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2292.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10626 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2293.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.119569 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2294.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12372 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2295.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096837 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2296.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11295500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2297.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101922 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2298.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115878 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2299.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11485900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2300.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.085744000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2301.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109243 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2302.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11079000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2303.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10901999999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2304.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11569499999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2305.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2306.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112318 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2307.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117745 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2308.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091021 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2309.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102024 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2310.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113981 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2311.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096340000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2312.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11966100000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2313.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2314.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11288600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2315.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12062300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2316.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112707 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2317.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10845700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2318.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11661500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2319.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096007 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2320.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10376099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2321.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117302 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2322.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093477 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2323.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13384000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2324.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.0911 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2325.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.119835 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2326.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10251500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2327.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106168 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2328.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10381800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2329.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2330.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125412 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2331.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096694 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2332.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091603999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2333.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129805 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2334.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102623 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2335.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090675 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2336.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13567 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2337.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098937000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2338.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.083851 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2339.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124309 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2340.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11560100000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2341.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108135 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2342.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.085076 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2343.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12164 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2344.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.098016 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2345.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.130259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2346.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092064 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2347.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115679 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2348.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114232 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2349.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122042 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2350.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094008000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2351.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122753 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2352.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105593 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2353.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.081359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2354.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11873 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2355.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11578900000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2356.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125565 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2357.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11784800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2358.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090697 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2359.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127193 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2360.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.091912000000000008 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2361.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10081 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2362.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12155300000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2363.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10709500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2364.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104258 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2365.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100748 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2366.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.123151 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2367.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2368.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122776 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2369.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11678699999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2370.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2371.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.104339 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2372.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2373.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12504500000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2374.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.134659 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2375.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.108459 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2376.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100849 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2377.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120828 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2378.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117026 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2379.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10095599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2380.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105138 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2381.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11811 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2382.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117703 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2383.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11861200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2384.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.123452 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2385.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099062 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2386.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109807 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2387.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099591 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2388.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131721 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2389.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2390.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105359 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2391.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116112 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2392.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10691200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2393.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096980000000000011 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2394.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120618 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2395.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2396.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.112631 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2397.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09797 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2398.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.119297 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2399.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.141395 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2400.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120343 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2401.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100641 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2402.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125067 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2403.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11257099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2404.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10330500000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2405.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120783 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2406.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2407.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094596 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2408.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11869400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2409.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2410.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.109448 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2411.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.099018 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2412.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127438 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2413.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12842800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2414.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103383 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2415.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12334400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2416.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11396 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2417.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11375199999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2418.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13577999999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2419.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10460000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2420.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.090462000000000015 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2421.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.146363 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2422.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.121227 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2423.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.100397 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2424.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.096446 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2425.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.105183 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2426.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2427.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.107866 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2428.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114757 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2429.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10365 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2430.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11530099999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2431.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.111128 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2432.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.123737 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2433.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118938 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2434.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11216200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2435.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122517 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2436.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10338599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2437.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.117926 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2438.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.139048 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2439.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11963800000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2440.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.130312 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2441.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.113622 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2442.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101952 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2443.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.142538 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2444.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101163 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2445.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129752 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2446.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.115009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2447.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.120331 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2448.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2449.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.129476 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2450.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11456200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2451.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10850300000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2452.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116105 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2453.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12784 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2454.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.125435 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2455.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101259 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2456.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.131404 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2457.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10652400000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2458.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.07827 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2459.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.124519 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2460.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.126433 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2461.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.093956 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2462.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11522600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2463.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.116801 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2464.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10169399999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2465.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.126704 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2466.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.102539 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2467.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135963 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2468.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.118721 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2469.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13356600000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2470.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.114793 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2471.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.088959 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2472.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.135595 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2473.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.122019 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2474.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.09086000000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2475.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.164417 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2476.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.138095 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2477.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11842599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2478.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11226599999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2479.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.12126200000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2480.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.10298 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2481.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.144835 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2482.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.092289 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2483.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.101485 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2484.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.080710999999999991 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2485.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.127702 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2486.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095591000000000009 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2487.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.150167 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2488.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.094133 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2489.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.126806 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2490.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.106073 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2491.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.140292 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2492.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.103769 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2493.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.14535399999999998 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2494.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.095875 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2495.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11737600000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2496.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.14161400000000002 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2497.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.053308 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2498.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.13486700000000001 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2499.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.11152799999999999 - } - }, - { - "incidence": { - "direction": { - "polar": 0 - }, - "wavelengths": { - "wavelength": 2500.0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.152128 - } - } - ] + "dataPoints": [ + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100527 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110498 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11178300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098498 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107974 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10461600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11055300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113896 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104641 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10605200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10046300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10305199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10029199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10074899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097393000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10398 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12385199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087691999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101253 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11873900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12148500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11512700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097692 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098992000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098089 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10393000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09747 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11572900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11645799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099007000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090875000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098915 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10442399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11687 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099430999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096686 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12061400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11418900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10400600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11278 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108641 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10109299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11377100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088078 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102255 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103819 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092408 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10906300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10454700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104563 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10193400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10327700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100966 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10875299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11006700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10464499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10411899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094577000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104728 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105607 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10190400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10304600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104436 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102767 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101421 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100152 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10523099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10538600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10531700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100702 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10150100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10263800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100458 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103393 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10058600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10083700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10229900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10188900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10359600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10152699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102841 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10344099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10332000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10287800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10299799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10272600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10282000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102341 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10257400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10269700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10303100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10353899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10263299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10048299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10142300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10139300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10147700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10198600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102432 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102522 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10234700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10263 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102904 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102661 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103101 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10348000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10252700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102796 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10335100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10279 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10288900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10300700000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102599 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102718 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10323800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10299200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102891 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10323399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10251500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102497 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10223900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101908 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10191800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10250400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102438 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10250500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10220599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10260400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10187500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10220499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10245900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101778 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10264300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102197 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10228999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10276500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10178000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10183600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10267300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10177199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10292899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10179600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10222300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102386 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102729 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10238799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10233300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101616 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10255000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10256399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10282999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10314999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10191599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10267300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102493 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102478 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10322300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10197200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10236800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10223900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10232100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10208700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10221500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102692 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102575 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102716 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103087 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10241199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10228400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102414 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10255900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102567 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102203 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10222400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10232799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10277900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102563 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10198800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102895 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102513 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10171300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10236200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10208500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10237299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10216599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10235200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10253000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102767 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10237700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102231 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10200900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10135899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10160000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102246 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10296200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10227900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10103300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101953 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10133800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10139799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10145300000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102043 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10201 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10051600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101677 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10200900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101894 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10175000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10233300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101188 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10078300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10364699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10386799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102288 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10428599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10242200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101651 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100464 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101608 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1033 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101198 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10384800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10219900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098976000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101154 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101194 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10361200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10522100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102294 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101498 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102532 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103113 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105057 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10307600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10595900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10575200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101666 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099583999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114869 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105843 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104053 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099728 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10867800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107589 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10699600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10544600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106438 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114876 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103673 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10838800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099783000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10881299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10764200000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094667999999999988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100549 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113729 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10425100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087657000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11707100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114384 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10695299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103803 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10337600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11644299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11625600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10835499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11166600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13006399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.151035 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.149903 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10430400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090492 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094883000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.075969 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.076276 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096094000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113767 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.075951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.081370000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.071853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09567 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104637 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107166 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106755 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115495 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10995900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12264200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.15426700000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13603099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11765700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106581 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.087889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10168900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111449 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097848 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093657 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11528700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106196 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099854 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.08968 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103447 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096620000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10161500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096301000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088528000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102728 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10847200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103836 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104583 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10983599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10975199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098114 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10020799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09712 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111487 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097516 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097052 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103529 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10194000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106594 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10149699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10191700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10474399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10369600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096716 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10479200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098928 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099514999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098501999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10568899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104504 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100566 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10091699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096971000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10403600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099672 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10584099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099109 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101715 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099508 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096408000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10515200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10051500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10309100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104553 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10197300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096798000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106486 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10501300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098358000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098387 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10321300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10707000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099044000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099413 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101844 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100758 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099466 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10560000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104028 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10217000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10269600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097489 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098092000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100224 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09882500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106883 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10488 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110375 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10825 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10051399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10229900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10372500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10662100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107144 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10201800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094311 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097206 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10425000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103636 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101474 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10179600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10467499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100823 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09752100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098198000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10795600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10851699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098671000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098483 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102429 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10146699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10004099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099688 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10218500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10500400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103826 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102563 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10133800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10414300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10142799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099634 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10515700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10516500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099886 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097025000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097658000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095076000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097359000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10082800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105174 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10098900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105907 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10709500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10251099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10242100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10636799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102913 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10229900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10471399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095489999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095631000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097107 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10258400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102531 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10464000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09725099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10168300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100482 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10576200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098087000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095242000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099253000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09828400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09676 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102051 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10792199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10246100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096672 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10130900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099715000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10577299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10787100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10314500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10080800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10383900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100722 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096826000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096186000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097601 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097371 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106099 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10048400000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10083 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10461000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096744000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091917000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094905000000000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10069800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105037 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101382 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098725000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09978 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102996 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103646 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103658 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098812 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100416 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102942 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105032 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10414899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10280500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10465 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104976 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10369199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10040900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099760000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097615000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099913000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097005000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108881 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105284 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10089600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105798 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10787800000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105763 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097157000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095361 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10256399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095775000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094369 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10513600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10063000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10355700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107713 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100948 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09990700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101543 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10428100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100627 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103367 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10356 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102437 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10300200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10351800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10431100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102997 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099469999999999989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098693000000000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099777 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10536 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099059000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099105000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0925 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099208999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096739 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102502 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102777 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10494099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10715999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10310000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099225 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100825 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10271100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103684 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10824299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10260300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097192000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095772 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098324 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097674000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095403 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104344 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103338 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103345 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10545700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099209999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097326 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101638 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10502700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10439500000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10394600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10479100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100929 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099534000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09898 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100377 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097818 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102634 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10134800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097248 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097578 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098747000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099445999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100933 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103142 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100171 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10094099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10392200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10348900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10599700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10732799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10181100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097358 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097576 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09465 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094597 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094222 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103257 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100727 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099182 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098515999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096912 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104177 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10570299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109979 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10670199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097476000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098643000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10071300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09619 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097742000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104342 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10373100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10081200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102501 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10447100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099223 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099275 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098725000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099892000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10290900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10687400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10273 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095521 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096867000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10129400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100716 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10017300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10164899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10375000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103958 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102512 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10294600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103545 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10283400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102006 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10111200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100506 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10321 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10160999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10373100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107075 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103117 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10347400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10060000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096516 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09627200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100604 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097018000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098701000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10387600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099656000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095932 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097436000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097058 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10685499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104127 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09682700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10173700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107983 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099544 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100176 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100566 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09872199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100471 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10167899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10261300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09689 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093323 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089671 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096458 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10020300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099052000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105039 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10239000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10342900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105155 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106725 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10742499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101853 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099557 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102906 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096615 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096984 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102315 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10247099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099541 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098351000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10096000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10102900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097706 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098628000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098747000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1501.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1502.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10117100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1503.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1504.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102507 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1505.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10173600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1506.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10732 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1507.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10950100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1508.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10641400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1509.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1510.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10125500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1511.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1512.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097551000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1513.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1514.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097040000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1515.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097889 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1516.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1517.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1518.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097402 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1519.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098439 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1520.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1521.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103634 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1522.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1523.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10377000000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1524.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102572 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1525.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10062900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1526.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1527.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099719 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1528.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101269 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1529.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099063 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1530.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1531.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097504000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1532.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1533.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1534.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102935 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1535.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10500500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1536.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103407 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1537.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099856 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1538.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1539.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10085699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1540.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1541.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1542.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104362 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1543.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106187 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1544.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10638600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1545.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1546.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1547.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1548.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099013000000000018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1549.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097804 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1550.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1551.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098890999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1552.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098178 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1553.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092525 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1554.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091912000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1555.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1556.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103864 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1557.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103546 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1558.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10183500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1559.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099955 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1560.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099465000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1561.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10143200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1562.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1563.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102839 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1564.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10339600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1565.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10404000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1566.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105132 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1567.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10090400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1568.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100485 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1569.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1570.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1571.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099027999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1572.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096129 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1573.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098423 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1574.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099794000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1575.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1576.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097004 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1577.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098592 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1578.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1579.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098202 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1580.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10130900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1581.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10364200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1582.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10529999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1583.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1584.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105742 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1585.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1586.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10164300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1587.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097658000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1588.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1589.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1590.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1591.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102957 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1592.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1593.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098247 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1594.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09711 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1595.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098967 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1596.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1597.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1598.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1599.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10124100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1600.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10590500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1601.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10322800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1602.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10081300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1603.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096059 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1604.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101175 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1605.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10703900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1606.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106985 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1607.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1608.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1609.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099059000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1610.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094568 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1611.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1612.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095066000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1613.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1614.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099743 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1615.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099291 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1616.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096765 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1617.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091669 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1618.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094288000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1619.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099076000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1620.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10808899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1621.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11165599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1622.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1623.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1624.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098180999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1625.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101137 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1626.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0977 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1627.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100624 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1628.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1629.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097689000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1630.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10110300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1631.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10489699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1632.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10384800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1633.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10336100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1634.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099306 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1635.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097482000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1636.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10030900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1637.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1638.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1639.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1640.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1641.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1642.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100916 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1643.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1644.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101046 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1645.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097034000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1646.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09951 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1647.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105647 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1648.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1649.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100494 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1650.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1651.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104192 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1652.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1653.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099661000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1654.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09919 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1655.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1656.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1657.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097729 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1658.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100123 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1659.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1660.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098758 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1661.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099060000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1662.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098740000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1663.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098335 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1664.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1665.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10246000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1666.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1667.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1668.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101483 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1669.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10138400000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1670.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1671.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100794 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1672.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10274900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1673.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103613 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1674.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1675.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101808 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1676.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099426000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1677.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1678.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099700000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1679.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103287 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1680.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103409 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1681.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099885 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1682.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095942000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1683.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093236000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1684.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093945000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1685.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1686.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10337199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1687.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106373 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1688.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10661799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1689.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1690.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099126999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1691.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09667400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1692.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1693.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09897 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1694.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099528 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1695.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097300000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1696.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098712000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1697.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1698.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1699.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100879 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1700.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1701.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099574 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1702.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09958800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1703.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097902 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1704.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099271 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1705.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1706.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095775000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1707.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09879099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1708.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10210100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1709.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1061 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1710.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10576200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1711.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1712.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099052000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1713.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098544 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1714.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099461 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1715.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1716.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099990000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1717.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097594999999999987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1718.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1719.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1720.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1721.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099648 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1722.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1723.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098678000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1724.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100121 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1725.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10012800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1726.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098127999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1727.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1728.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097501999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1729.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1730.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09895799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1731.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099549 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1732.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1733.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1734.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10303000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1735.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102336 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1736.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103285 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1737.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1738.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096636000000000014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1739.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096257000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1740.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09964 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1741.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098737999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1742.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095056 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1743.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093549000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1744.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1745.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1746.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101218 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1747.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10338800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1748.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10192500000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1749.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1750.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1751.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102892 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1752.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10213699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1753.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10273600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1754.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103296 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1755.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103256 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1756.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101533 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1757.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098162 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1758.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1759.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097029999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1760.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09717 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1761.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1762.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1763.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099781 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1764.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102286 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1765.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10305600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1766.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1767.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097139 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1768.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1769.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096936000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1770.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093475 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1771.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1772.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100637 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1773.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10494500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1774.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10691700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1775.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100475 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1776.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100569 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1777.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101549 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1778.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1779.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10073399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1780.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10088200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1781.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102134 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1782.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10030900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1783.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098621 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1784.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098190000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1785.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098454 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1786.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1787.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10685700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1788.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101237 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1789.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10165400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1790.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1791.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096663 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1792.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098119 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1793.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1794.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095456 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1795.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09885300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1796.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098127999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1797.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098490000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1798.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099647000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1799.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099205 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1800.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1801.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100443 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1802.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098453 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1803.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10068400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1804.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10085200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1805.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101609 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1806.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095094 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1807.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092943 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1808.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103766 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1809.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1810.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1811.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102411 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1812.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10301600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1813.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1814.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1815.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10082100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1816.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096774000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1817.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10076700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1818.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1819.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10277100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1820.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099783000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1821.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10009499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1822.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099394 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1823.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093717000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1824.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103293 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1825.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098196999999999993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1826.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10758100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1827.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1828.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095214000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1829.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1830.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1831.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094251 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1832.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100918 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1833.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1834.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1835.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098645 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1836.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10129400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1837.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106708 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1838.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1839.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103888 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1840.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098160000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1841.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1842.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101587 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1843.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104855 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1844.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108272 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1845.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093876000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1846.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096815 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1847.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10668 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1848.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099833999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1849.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102079 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1850.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10445499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1851.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094309999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1852.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09809 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1853.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096639 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1854.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10212600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1855.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1856.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10452299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1857.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1858.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1859.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1860.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1861.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090397999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1862.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102566 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1863.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099228000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1864.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10017799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1865.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11236700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1866.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1867.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093713999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1868.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093724000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1869.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099716000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1870.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1871.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10579100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1872.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099786 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1873.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10284800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1874.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097562 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1875.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09420400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1876.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10273600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1877.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097779 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1878.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1879.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101357 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1880.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100649 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1881.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10648999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1882.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10831500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1883.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099714 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1884.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088914 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1885.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100086 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1886.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104428 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1887.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097378 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1888.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10299 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1889.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1890.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093736 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1891.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097062000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1892.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1893.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100235 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1894.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1895.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10459099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1896.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10320499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1897.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1898.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097527000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1899.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1900.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102419 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1901.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098847 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1902.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1903.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097589000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1904.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1905.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10399800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1906.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091629 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1907.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10452600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1908.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099785000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1909.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09503 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1910.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10259700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1911.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103614 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1912.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10209 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1913.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1914.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09814 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1915.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106838 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1916.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106069 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1917.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091361000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1918.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1919.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09709 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1920.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10289899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1921.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102147 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1922.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096110000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1923.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1924.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1027 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1925.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10892099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1926.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1927.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092597000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1928.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094789 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1929.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1930.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10935800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1931.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097486 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1932.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094962 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1933.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10569100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1934.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09986 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1935.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10160500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1936.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098539999999999989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1937.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09503700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1938.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09936600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1939.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100945 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1940.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099670000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1941.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100722 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1942.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099593000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1943.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1944.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10382899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1945.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095023 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1946.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09484999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1947.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10516400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1948.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110518 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1949.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100148 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1950.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10208 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1951.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1952.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09722 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1953.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1954.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098992000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1955.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102973 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1956.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10075200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1957.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10473800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1958.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097686 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1959.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10333500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1960.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097322 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1961.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105414 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1962.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10982900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1963.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1964.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.08982 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1965.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097335999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1966.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1967.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10304600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1968.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098085 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1969.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10584500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1970.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102211 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1971.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089192000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1972.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100674 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1973.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11527200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1974.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099435000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1975.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094972999999999988 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1976.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094877 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1977.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10014400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1978.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105238 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1979.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100479 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1980.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1981.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110045 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1982.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10427199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1983.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089352 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1984.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093328000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1985.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11673299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1986.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10063000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1987.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095066000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1988.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.089917 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1989.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099698 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1990.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104022 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1991.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097735 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1992.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10514 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1993.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097746 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1994.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100733 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1995.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100334 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1996.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093295 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1997.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105379 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1998.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107653 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 1999.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2000.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104277 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2001.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100189 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2002.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097810000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2003.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2004.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2005.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10673500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2006.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10183299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2007.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103348 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2008.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097244 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2009.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102425 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2010.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11174899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2011.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2012.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099867000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2013.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101552 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2014.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2015.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098768 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2016.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099478000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2017.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10402100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2018.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10082 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2019.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100165 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2020.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104633 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2021.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2022.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102462 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2023.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107118 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2024.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10117000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2025.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101262 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2026.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102106 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2027.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102787 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2028.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09784000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2029.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2030.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103328 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2031.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099473 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2032.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099326000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2033.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10818799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2034.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10242000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2035.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10239699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2036.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102041 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2037.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2038.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100524 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2039.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108169 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2040.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2041.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2042.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107265 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2043.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2044.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097064000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2045.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103216 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2046.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102577 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2047.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106655 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2048.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098859 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2049.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098171000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2050.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10275000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2051.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2052.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101115 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2053.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2054.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102857 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2055.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2056.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10337 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2057.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2058.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101366 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2059.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107724 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2060.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106605 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2061.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100954 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2062.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2063.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101548 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2064.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10484299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2065.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10032600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2066.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100145 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2067.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2068.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2069.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099577000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2070.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2071.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2072.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10824600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2073.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101887 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2074.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096868 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2075.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2076.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098802 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2077.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107389 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2078.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2079.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097635000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2080.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102327 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2081.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2082.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10748300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2083.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10346 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2084.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099972999999999992 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2085.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102555 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2086.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2087.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2088.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105948 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2089.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101785 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2090.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2091.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103354 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2092.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2093.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2094.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095681999999999989 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2095.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091762 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2096.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110893 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2097.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110325 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2098.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095074 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2099.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100731 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2100.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096821 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2101.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110547 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2102.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10141700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2103.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099995 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2104.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2105.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103097 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2106.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2107.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2108.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117683 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2109.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097181 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2110.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092747 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2111.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107195 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2112.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104093 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2113.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107625 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2114.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10561 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2115.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2116.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10778399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2117.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101975 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2118.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2119.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107751 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2120.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100392 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2121.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2122.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10548500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2123.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105159 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2124.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101217 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2125.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096156 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2126.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11287100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2127.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088852 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2128.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11166600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2129.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11261100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2130.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10829599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2131.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10363200000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2132.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102538 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2133.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091381 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2134.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10681900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2135.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116872 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2136.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098399 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2137.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094214 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2138.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11606899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2139.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10245 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2140.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107699 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2141.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.08792 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2142.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2143.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11522299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2144.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2145.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10966900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2146.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086713000000000012 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2147.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10120100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2148.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095820000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2149.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2150.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11367300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2151.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099527 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2152.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.1008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2153.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117108 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2154.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096511 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2155.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106153 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2156.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110537 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2157.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2158.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095210000000000017 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2159.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111236 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2160.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104617 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2161.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2162.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.081333 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2163.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115865 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2164.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2165.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098242 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2166.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112385 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2167.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10849700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2168.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10036 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2169.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09992100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2170.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118478 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2171.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2172.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11424400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2173.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097065 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2174.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094774 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2175.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2176.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116842 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2177.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2178.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2179.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107249 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2180.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115283 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2181.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2182.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099593000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2183.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099993 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2184.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095454000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2185.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110025 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2186.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112705 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2187.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094611 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2188.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096287000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2189.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10362299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2190.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093773 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2191.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103301 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2192.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104124 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2193.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10634600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2194.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2195.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.086597000000000007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2196.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10917299999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2197.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10383800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2198.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099215 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2199.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112971 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2200.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09852000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2201.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097427 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2202.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094149 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2203.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11162100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2204.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10043400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2205.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10473800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2206.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11431200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2207.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106472 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2208.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091034 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2209.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106693 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2210.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102463 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2211.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102305 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2212.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10546900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2213.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2214.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096186000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2215.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10800900000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2216.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10477700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2217.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2218.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092831 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2219.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10019800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2220.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2221.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109696 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2222.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10187500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2223.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2224.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10241 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2225.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10490000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2226.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096944 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2227.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095899 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2228.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10467800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2229.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2230.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10938700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2231.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10118100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2232.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096329 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2233.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103791 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2234.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10937 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2235.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106654 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2236.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100534 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2237.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10309100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2238.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106122 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2239.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101185 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2240.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11027200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2241.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10764200000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2242.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10079700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2243.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096038 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2244.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107949 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2245.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11614800000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2246.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099913000000000016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2247.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096111 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2248.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102858 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2249.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099313 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2250.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11359400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2251.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112319 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2252.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088822 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2253.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11026899999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2254.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111455 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2255.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095588 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2256.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10047800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2257.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098431 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2258.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2259.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104934 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2260.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106084 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2261.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.110415 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2262.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10734 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2263.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099365000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2264.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10392699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2265.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104468 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2266.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106014 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2267.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102469 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2268.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092251999999999987 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2269.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099785000000000013 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2270.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2271.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11347 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2272.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096897000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2273.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09520300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2274.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114233 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2275.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.128116 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2276.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10047 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2277.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.097417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2278.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10369400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2279.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109267 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2280.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108923 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2281.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10232300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2282.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112426 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2283.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10408300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2284.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098003 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2285.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10125 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2286.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2287.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099368 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2288.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2289.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2290.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106759 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2291.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2292.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10626 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2293.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.119569 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2294.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12372 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2295.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096837 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2296.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11295500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2297.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101922 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2298.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115878 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2299.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11485900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2300.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.085744000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2301.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109243 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2302.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11079000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2303.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10901999999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2304.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11569499999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2305.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2306.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112318 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2307.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117745 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2308.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091021 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2309.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102024 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2310.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113981 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2311.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096340000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2312.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11966100000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2313.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2314.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11288600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2315.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12062300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2316.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112707 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2317.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10845700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2318.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11661500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2319.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096007 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2320.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10376099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2321.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117302 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2322.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093477 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2323.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13384000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2324.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.0911 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2325.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.119835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2326.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10251500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2327.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106168 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2328.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10381800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2329.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2330.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125412 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2331.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096694 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2332.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091603999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2333.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129805 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2334.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102623 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2335.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090675 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2336.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13567 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2337.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098937000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2338.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.083851 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2339.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124309 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2340.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11560100000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2341.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108135 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2342.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.085076 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2343.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12164 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2344.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.098016 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2345.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.130259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2346.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092064 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2347.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115679 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2348.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114232 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2349.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122042 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2350.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094008000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2351.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122753 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2352.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105593 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2353.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.081359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2354.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11873 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2355.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11578900000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2356.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125565 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2357.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11784800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2358.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090697 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2359.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127193 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2360.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.091912000000000008 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2361.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10081 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2362.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12155300000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2363.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10709500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2364.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104258 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2365.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100748 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2366.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.123151 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2367.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2368.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122776 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2369.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11678699999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2370.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2371.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.104339 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2372.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2373.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12504500000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2374.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.134659 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2375.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.108459 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2376.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100849 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2377.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120828 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2378.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117026 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2379.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10095599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2380.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105138 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2381.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11811 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2382.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117703 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2383.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11861200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2384.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.123452 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2385.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099062 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2386.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109807 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2387.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099591 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2388.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2389.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2390.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105359 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2391.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116112 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2392.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10691200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2393.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096980000000000011 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2394.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120618 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2395.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2396.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.112631 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2397.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09797 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2398.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.119297 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2399.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.141395 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2400.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120343 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2401.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100641 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2402.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125067 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2403.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11257099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2404.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10330500000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2405.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120783 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2406.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2407.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094596 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2408.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11869400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2409.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2410.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.109448 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2411.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.099018 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2412.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127438 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2413.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12842800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2414.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103383 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2415.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12334400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2416.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11396 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2417.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11375199999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2418.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13577999999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2419.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10460000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2420.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.090462000000000015 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2421.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.146363 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2422.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.121227 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2423.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.100397 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2424.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.096446 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2425.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.105183 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2426.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2427.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.107866 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2428.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114757 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2429.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10365 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2430.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11530099999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2431.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.111128 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2432.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.123737 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2433.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118938 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2434.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11216200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2435.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122517 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2436.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10338599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2437.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.117926 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2438.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.139048 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2439.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11963800000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2440.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.130312 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2441.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.113622 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2442.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101952 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2443.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.142538 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2444.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101163 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2445.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129752 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2446.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.115009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2447.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.120331 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2448.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2449.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.129476 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2450.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11456200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2451.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10850300000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2452.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116105 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2453.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12784 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2454.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.125435 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2455.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101259 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2456.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.131404 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2457.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10652400000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2458.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.07827 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2459.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.124519 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2460.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.126433 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2461.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.093956 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2462.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11522600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2463.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.116801 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2464.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10169399999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2465.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.126704 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2466.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.102539 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2467.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135963 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2468.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.118721 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2469.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13356600000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2470.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.114793 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2471.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.088959 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2472.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.135595 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2473.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.122019 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2474.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.09086000000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2475.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.164417 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2476.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.138095 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2477.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11842599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2478.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11226599999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2479.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.12126200000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2480.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.10298 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2481.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.144835 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2482.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.092289 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2483.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.101485 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2484.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.080710999999999991 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2485.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.127702 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2486.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095591000000000009 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2487.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.150167 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2488.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.094133 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2489.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.126806 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2490.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.106073 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2491.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.140292 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2492.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.103769 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2493.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14535399999999998 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2494.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.095875 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2495.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11737600000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2496.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.14161400000000002 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2497.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.053308 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2498.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.13486700000000001 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2499.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.11152799999999999 + } + }, + { + "incidence": { + "direction": { + "polar": 0 + }, + "wavelengths": { + "wavelength": 2500.0 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.152128 + } } ] } diff --git a/tests/valid/component/origin/methodAccordingToPublication.json b/tests/valid/component/origin/methodAccordingToPublication.json index 27d2bba1..1cb4078f 100644 --- a/tests/valid/component/origin/methodAccordingToPublication.json +++ b/tests/valid/component/origin/methodAccordingToPublication.json @@ -1,30 +1,26 @@ { - "components": [ + "id": "473a2f69-2e18-4745-809d-519882b25e8b", + "description": "Example of measurement data according a method which is defined by a publication with digital object identifier (DOI).", + "calorimetric": [ { - "id": "473a2f69-2e18-4745-809d-519882b25e8b", - "description": "Example of measurement data according a method which is defined by a publication with digital object identifier (DOI).", - "calorimetric": [ - { - "id": { - "value": "473a2f69-2e18-4745-809d-519882b25e8b", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "appliedMethod": { - "method": { - "id": "473a2f69-2e18-4745-809d-519882b25e8b", - "reference": { - "publication": { - "identifiers": { - "doi": "10.1016/j.solener.2017.05.065" - } - } + "id": { + "value": "473a2f69-2e18-4745-809d-519882b25e8b", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "appliedMethod": { + "method": { + "id": "473a2f69-2e18-4745-809d-519882b25e8b", + "reference": { + "publication": { + "identifiers": { + "doi": "10.1016/j.solener.2017.05.065" } - }, - "arguments": [], - "sources": [] + } } - } - ] + }, + "arguments": [], + "sources": [] + } } ] } diff --git a/tests/valid/component/origin/methodAccordingToStandard.json b/tests/valid/component/origin/methodAccordingToStandard.json index 2591b3d4..3de36826 100644 --- a/tests/valid/component/origin/methodAccordingToStandard.json +++ b/tests/valid/component/origin/methodAccordingToStandard.json @@ -1,51 +1,47 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ - { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: optical data about a nearnormal-hemispherical measurement of the reflectance according to ISO 9050.", - "appliedMethod": { - "method": { - "id": "c49011a1-4f56-438b-a7bc-871eb085d8f5", - "reference": { - "standard": { - "standardizers": ["AERC"], - "numeration": { - "mainNumber": 9050 - } - } + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: optical data about a nearnormal-hemispherical measurement of the reflectance according to ISO 9050.", + "appliedMethod": { + "method": { + "id": "c49011a1-4f56-438b-a7bc-871eb085d8f5", + "reference": { + "standard": { + "standardizers": ["AERC"], + "numeration": { + "mainNumber": 9050 } - }, - "arguments": [], - "sources": [] - }, + } + } + }, + "arguments": [], + "sources": [] + }, + "data": [ + { "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } } ] } diff --git a/tests/valid/component/origin/methodAsAservice.json b/tests/valid/component/origin/methodAsAservice.json index 1d871460..a0241c05 100644 --- a/tests/valid/component/origin/methodAsAservice.json +++ b/tests/valid/component/origin/methodAsAservice.json @@ -1,66 +1,62 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ - { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "appliedMethod": { - "method": { - "id": "473a2f69-2e18-4745-809d-519882b25e8b", - "description": "Example of a method which is offered as a service.", - "reference": { - "publication": { - "identifiers": { - "doi": "10.1016/j.solener.2017.05.065" - } - } - }, - "service": { - "endpoint": "https://method84846.institution3734.org", - "specification": "https://spec.method84846.institution3734.org" - } - }, - "arguments": [], - "sources": [ - { - "name": "mySource", - "value": { - "dataId": { - "value": "6ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "de588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "dataTimestamp": "2018-09-01T12:00:00+01:00", - "dataKind": "opticalData" - } + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "appliedMethod": { + "method": { + "id": "473a2f69-2e18-4745-809d-519882b25e8b", + "description": "Example of a method which is offered as a service.", + "reference": { + "publication": { + "identifiers": { + "doi": "10.1016/j.solener.2017.05.065" } - ] + } }, + "service": { + "endpoint": "https://method84846.institution3734.org", + "specification": "https://spec.method84846.institution3734.org" + } + }, + "arguments": [], + "sources": [ + { + "name": "mySource", + "value": { + "dataId": { + "value": "6ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "de588e6a-1d3c-4909-afdd-bcde4c33864e" + }, + "dataTimestamp": "2018-09-01T12:00:00+01:00", + "dataKind": "opticalData" + } + } + ] + }, + "data": [ + { "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } } ] } diff --git a/tests/valid/component/origin/originMethodAccordingToStandard.json b/tests/valid/component/origin/originMethodAccordingToStandard.json index 29eaa697..ea295f87 100644 --- a/tests/valid/component/origin/originMethodAccordingToStandard.json +++ b/tests/valid/component/origin/originMethodAccordingToStandard.json @@ -1,66 +1,62 @@ { - "components": [ + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "optical": [ { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "optical": [ - { - "id": { - "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: optical data about a nearnormal-hemispherical measurement of the reflectance according to ISO 9050.", - "creator": { - "id": "2b283844-5c84-4ded-82dc-e9e69044ea29" - }, - "appliedMethod": { - "method": { - "id": "c49011a1-4f56-438b-a7bc-871eb085d8f5", - "reference": { - "standard": { - "standardizers": ["DIN"], - "numeration": { - "mainNumber": 9050 - } - } - } - }, - "arguments": [], - "sources": [ - { - "name": "mySource", - "value": { - "dataId": { - "value": "6ceff10a-075a-4a22-aaa3-f671a649bf9e", - "issuedBy": "de588e6a-1d3c-4909-afdd-bcde4c33864e" - }, - "dataTimestamp": "2018-09-01T12:00:00+01:00", - "dataKind": "opticalData" - } + "id": { + "value": "7ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: optical data about a nearnormal-hemispherical measurement of the reflectance according to ISO 9050.", + "creator": { + "id": "2b283844-5c84-4ded-82dc-e9e69044ea29" + }, + "appliedMethod": { + "method": { + "id": "c49011a1-4f56-438b-a7bc-871eb085d8f5", + "reference": { + "standard": { + "standardizers": ["DIN"], + "numeration": { + "mainNumber": 9050 } - ] - }, + } + } + }, + "arguments": [], + "sources": [ + { + "name": "mySource", + "value": { + "dataId": { + "value": "6ceff10a-075a-4a22-aaa3-f671a649bf9e", + "issuedBy": "de588e6a-1d3c-4909-afdd-bcde4c33864e" + }, + "dataTimestamp": "2018-09-01T12:00:00+01:00", + "dataKind": "opticalData" + } + } + ] + }, + "data": [ + { "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "integral": "solar" } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } } ] } diff --git a/tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json b/tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json index 7aec7c30..2570f4a5 100644 --- a/tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json +++ b/tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json @@ -1,104 +1,100 @@ { - "components": [ + "id": { + "value": "2cc946a3-127f-47fd-b09f-26cc0972fb7a", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "name": "Fronius Galvo 3.0", + "description": "This inverter was used in building N at Fraunhofer ISE, Freiburg, Germany.", + "characteristics": { + "weight": 16.8 + }, + "photovoltaic": [ { - "id": { - "value": "2cc946a3-127f-47fd-b09f-26cc0972fb7a", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "name": "Fronius Galvo 3.0", - "description": "This inverter was used in building N at Fraunhofer ISE, Freiburg, Germany.", - "characteristics": { - "weight": 16.8 - }, - "photovoltaic": [ + "data": [ { - "data": [ - { - "inverter": { - "id": { - "value": "2cc946a3-127f-47fd-b09f-26cc0972fb7a", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "power": { - "input": { - "maximum": 6000 - }, - "output": { - "nominal": 3000, - "maximum": 3000, - "normalized": 0.5 - }, - "demand": { - "night": 1 - } - }, - "voltage": { - "input": { - "minimum": 165, - "start": 185, - "maximum": 550 - }, - "output": { - "frequency": { - "minimum": 45, - "maximum": 65 - } - } - }, - "current": { - "input": { - "maximum": 19.8, - "shortCircuit": 19.6 - }, - "output": { - "nominal": 13 - } - }, - "safety": { - "electric": { - "ipCode": [ - { - "standard": ["EN IEC 60529"], - "firstDigit": "6", - "secondDigit": "5" - } - ], - "applianceClass": [ - { - "standard": "IEC 61140", - "class": "I" - } - ] - } - }, - "temperatures": { - "minimum": 248.15, - "maximum": 323.15 - }, - "efficiencies": { - "maximum": 0.961, - "european": 0.954 + "inverter": { + "id": { + "value": "2cc946a3-127f-47fd-b09f-26cc0972fb7a", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "power": { + "input": { + "maximum": 6000 + }, + "output": { + "nominal": 3000, + "maximum": 3000, + "normalized": 0.5 + }, + "demand": { + "night": 1 + } + }, + "voltage": { + "input": { + "minimum": 165, + "start": 185, + "maximum": 550 + }, + "output": { + "frequency": { + "minimum": 45, + "maximum": 65 } } - } - ] - } - ], - "geometric": [ - { - "data": [ - { - "dimensions": { - "installed": [ + }, + "current": { + "input": { + "maximum": 19.8, + "shortCircuit": 19.6 + }, + "output": { + "nominal": 13 + } + }, + "safety": { + "electric": { + "ipCode": [ { - "height": 0.645, - "width": 0.431, - "thickness": 0.204 + "standard": ["EN IEC 60529"], + "firstDigit": "6", + "secondDigit": "5" + } + ], + "applianceClass": [ + { + "standard": "IEC 61140", + "class": "I" } ] } + }, + "temperatures": { + "minimum": 248.15, + "maximum": 323.15 + }, + "efficiencies": { + "maximum": 0.961, + "european": 0.954 } - ] + } + } + ] + } + ], + "geometric": [ + { + "data": [ + { + "dimensions": { + "installed": [ + { + "height": 0.645, + "width": 0.431, + "thickness": 0.204 + } + ] + } } ] } diff --git a/tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json b/tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json index d8481d44..e8079b35 100644 --- a/tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json +++ b/tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json @@ -1,200 +1,196 @@ { - "components": [ + "id": { + "value": "38dfed0a-2b9a-4748-8d98-e9d278cd12e4", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "A photovoltaic data set about one BIPV module of building N at Fraunhofer ISE, Freiburg, Germany. (i) `characteristics/assemblyList` defines the thickness of the front cover, the front embedding, the PV cells, the rear embedding and the backing.", + "characteristics": { + "weight": 29.7 + }, + "photovoltaic": [ { - "id": { - "value": "38dfed0a-2b9a-4748-8d98-e9d278cd12e4", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "A photovoltaic data set about one BIPV module of building N at Fraunhofer ISE, Freiburg, Germany. (i) `characteristics/assemblyList` defines the thickness of the front cover, the front embedding, the PV cells, the rear embedding and the backing.", - "characteristics": { - "weight": 29.7 - }, - "photovoltaic": [ + "data": [ { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "power": { - "nominal": 3.19, - "effective": 3.047 - }, - "width": 0.125, - "categories": ["monocrystalline", "silicon"] - } - ], - "cellPattern": { - "rectangular": { - "longitudinal": { - "cellNumber": 8 - }, - "transversal": { - "cellNumber": 8 - } + "module": { + "cellTypes": [ + { + "id": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "power": { + "nominal": 3.19, + "effective": 3.047 + }, + "width": 0.125, + "categories": ["monocrystalline", "silicon"] + } + ], + "cellPattern": { + "rectangular": { + "longitudinal": { + "cellNumber": 8 + }, + "transversal": { + "cellNumber": 8 + } + } + }, + "cells": [ + { + "id": { + "value": "764ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + }, + { + "id": { + "value": "764ca508-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + } + ], + "connectionTypes": [ + { + "id": { + "value": "4af78493-46fd-48aa-9124-85924f658c62", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Connection type is unknown." + } + ], + "connectionPattern": "series", + "connections": [ + { + "connectionType": { + "value": "4af78493-46fd-48aa-9124-85924f658c62", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "id1": { + "value": "764ca508-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "id2": { + "value": "764ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + } + ], + "electricConfiguration": { + "junctionBoxTypes": [ + { + "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" + } + ], + "cableTypes": [ + { + "id": "055f2dc8-2ab0-48c3-8870-faffa1f1edd2", + "crossSection": 4, + "length": { + "positive": 1, + "negative": 1 } + } + ], + "connectorTypes": [ + { + "id": "7c43b619-402f-4309-b66f-5672b8ca071d" + } + ], + "connectors": [ + { + "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", + "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", + "cableType": "53c5cc37-d1cb-482b-ba4b-25c67a853d4f", + "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" + } + ], + "groundingNecessary": true + }, + "moduleProperties": { + "power": { + "nominal": { + "uncertainValue": 195, + "uncertainty": 9.75, + "confidenceInterval": 99.7 }, - "cells": [ + "temperatureCoefficient": -0.32, + "guarantees": [ { - "id": { - "value": "764ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 10, + "percentage": 90 }, { - "id": { - "value": "764ca508-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 15, + "percentage": 80 } ], - "connectionTypes": [ + "angleDependency": [ { - "id": { - "value": "4af78493-46fd-48aa-9124-85924f658c62", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Connection type is unknown." - } - ], - "connectionPattern": "series", - "connections": [ - { - "connectionType": { - "value": "4af78493-46fd-48aa-9124-85924f658c62", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "id1": { - "value": "764ca508-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "id2": { - "value": "764ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } - } - ], - "electricConfiguration": { - "junctionBoxTypes": [ - { - "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" - } - ], - "cableTypes": [ - { - "id": "055f2dc8-2ab0-48c3-8870-faffa1f1edd2", - "crossSection": 4, - "length": { - "positive": 1, - "negative": 1 - } - } - ], - "connectorTypes": [ - { - "id": "7c43b619-402f-4309-b66f-5672b8ca071d" - } - ], - "connectors": [ - { - "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", - "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", - "cableType": "53c5cc37-d1cb-482b-ba4b-25c67a853d4f", - "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" - } - ], - "groundingNecessary": true - }, - "moduleProperties": { - "power": { - "nominal": { - "uncertainValue": 195, - "uncertainty": 9.75, - "confidenceInterval": 99.7 - }, - "temperatureCoefficient": -0.32, - "guarantees": [ - { - "years": 10, - "percentage": 90 - }, - { - "years": 15, - "percentage": 80 - } - ], - "angleDependency": [ - { - "incidence": 0, - "incidenceAngleModifier": 1 - }, - { - "incidence": 60, - "incidenceAngleModifier": 0.924 - }, - { - "incidence": 90, - "incidenceAngleModifier": 0 - } - ] + "incidence": 0, + "incidenceAngleModifier": 1 }, - "voltage": { - "nominal": 36.1, - "openCircuit": 43.26, - "temperatureCoefficient": -0.26, - "maximumSystem": 1000 - }, - "current": { - "nominal": 5.4, - "shortCircuit": 5.86, - "temperatureCoefficient": 0.06 + { + "incidence": 60, + "incidenceAngleModifier": 0.924 }, - "fillFactor": 0.769, - "efficiency": 0.1656, - "guarantees": [ - { - "years": 10 - } - ] + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "voltage": { + "nominal": 36.1, + "openCircuit": 43.26, + "temperatureCoefficient": -0.26, + "maximumSystem": 1000 + }, + "current": { + "nominal": 5.4, + "shortCircuit": 5.86, + "temperatureCoefficient": 0.06 + }, + "fillFactor": 0.769, + "efficiency": 0.1656, + "guarantees": [ + { + "years": 10 } - } + ] } - ] + } } - ], - "geometric": [ + ] + } + ], + "geometric": [ + { + "data": [ { - "data": [ + "assembly": [ { - "assembly": [ - { - "id": "01f5554f-e909-405e-9b7b-2f08ca201f63" - }, - { - "id": "02f5554f-e909-405e-9b7b-2f08ca201f63" - }, - { - "id": "03f5554f-e909-405e-9b7b-2f08ca201f63" - }, - { - "id": "04f5554f-e909-405e-9b7b-2f08ca201f63" - }, - { - "id": "05f5554f-e909-405e-9b7b-2f08ca201f63" - } - ] + "id": "01f5554f-e909-405e-9b7b-2f08ca201f63" + }, + { + "id": "02f5554f-e909-405e-9b7b-2f08ca201f63" + }, + { + "id": "03f5554f-e909-405e-9b7b-2f08ca201f63" + }, + { + "id": "04f5554f-e909-405e-9b7b-2f08ca201f63" + }, + { + "id": "05f5554f-e909-405e-9b7b-2f08ca201f63" } ] } diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json b/tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json index 18a4edf9..ba574215 100644 --- a/tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json +++ b/tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json @@ -1,53 +1,49 @@ { - "components": [ + "id": "102aed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "Enamel at the edges of a PV module", + "relations": { + "partOf": ["20aaed0a-2b9a-4748-8d98-e9d278cd12e4"] + }, + "categories": { + "componentType": ["layer"] + }, + "optical": [ { - "id": "102aed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "Enamel at the edges of a PV module", - "relations": { - "partOf": ["20aaed0a-2b9a-4748-8d98-e9d278cd12e4"] + "id": { + "value": "333ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" }, - "categories": { - "componentType": ["layer"] - }, - "optical": [ + "data": [ { - "id": { - "value": "333ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 8 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.08225287, - "colorReflectance": { - "cielabColors": [ - { - "lStar": 5, - "aStar": 1, - "bStar": -1, - "observer": "tenDegrees", - "illuminant": "D65" - } - ] + "incidence": { + "wavelengths": { + "integral": "visible" + }, + "direction": { + "polar": 8 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.08225287, + "colorReflectance": { + "cielabColors": [ + { + "lStar": 5, + "aStar": 1, + "bStar": -1, + "observer": "tenDegrees", + "illuminant": "D65" } - } + ] } - ] + } } ] } diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json b/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json index 7c494175..3746a721 100644 --- a/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json +++ b/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json @@ -1,207 +1,203 @@ { - "components": [ + "id": "11aaed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior and its center-of-glazing properties.", + "relations": { + "partOf": ["22aaed0a-2b9a-4748-8d98-e9d278cd12e4"], + "assembledOf": [ + "101aed0a-2b9a-4748-8d98-e9d278cd12e4", + "18a16000-2b9a-4748-8d98-e9d278cd12e4", + "66abed0a-2b9a-4748-8d98-e9d278cd12e4" + ] + }, + "categories": { + "componentType": ["layer"] + }, + "characteristics": { + "roughness": [ + { + "surface": "nonPrime", + "rootMeanSquare": 0.2 + } + ] + }, + "calorimetric": [ { - "id": "11aaed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior and its center-of-glazing properties.", - "relations": { - "partOf": ["22aaed0a-2b9a-4748-8d98-e9d278cd12e4"], - "assembledOf": [ - "101aed0a-2b9a-4748-8d98-e9d278cd12e4", - "18a16000-2b9a-4748-8d98-e9d278cd12e4", - "66abed0a-2b9a-4748-8d98-e9d278cd12e4" - ] - }, - "categories": { - "componentType": ["layer"] - }, - "characteristics": { - "roughness": [ - { - "surface": "nonPrime", - "rootMeanSquare": 0.2 - } - ] - }, - "calorimetric": [ + "data": [ { - "data": [ + "results": [ { - "results": [ - { - "area": { - "category": "center" - }, - "uValue": 1.1, - "gValue": { - "uncertainValue": 0.5, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - } - } - ] + "area": { + "category": "center" + }, + "uValue": 1.1, + "gValue": { + "uncertainValue": 0.5, + "uncertainty": 0.1, + "confidenceInterval": 68.3 + } } ] } - ], - "photovoltaic": [ + ] + } + ], + "photovoltaic": [ + { + "data": [ { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] - } - ], - "connectionPattern": "series", - "electricConfiguration": { - "groundingNecessary": false - } + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "width": 0.156, + "categories": ["monocrystalline", "silicon"] } + ], + "connectionPattern": "series", + "electricConfiguration": { + "groundingNecessary": false } - ] + } } - ], - "optical": [ + ] + } + ], + "optical": [ + { + "id": { + "value": "a8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "Example: Nearnormal-nearnormal and nearnormal-hemispherical transmittance and reflectance for red, green and blue.", + "data": [ { - "id": { - "value": "a8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: Nearnormal-nearnormal and nearnormal-hemispherical transmittance and reflectance for red, green and blue.", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 570 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.015 - } + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.015 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 570 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.32, - "reflectance": 0.14 - } + "wavelengths": { + "wavelength": 570 } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "transmittance": 0.32, + "reflectance": 0.14 + } } ] } ] } - ], - "geometric": [ + ] + } + ], + "geometric": [ + { + "data": [ { - "data": [ - { - "dimensions": { - "independent": { - "smallest": 0.415 - } - } + "dimensions": { + "independent": { + "smallest": 0.415 } - ] + } } ] } diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json b/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json index bacfc3bd..8b4877e4 100644 --- a/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json +++ b/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json @@ -1,164 +1,160 @@ { - "components": [ + "id": "22aaed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior. It has well defined outer dimensions and the properties include the effect of the spacer between the glass panes.", + "relations": { + "assembledOf": [ + "20aaed0a-2b9a-4748-8d98-e9d278cd12e4", + "11aaed0a-2b9a-4748-8d98-e9d278cd12e4", + "101aed0a-2b9a-4748-8d98-e9d278cd12e4", + "102aed0a-2b9a-4748-8d98-e9d278cd12e4", + "18a16000-2b9a-4748-8d98-e9d278cd12e4", + "66abed0a-2b9a-4748-8d98-e9d278cd12e4" + ] + }, + "categories": { + "componentType": ["unit"] + }, + "calorimetric": [ { - "id": "22aaed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior. It has well defined outer dimensions and the properties include the effect of the spacer between the glass panes.", - "relations": { - "assembledOf": [ - "20aaed0a-2b9a-4748-8d98-e9d278cd12e4", - "11aaed0a-2b9a-4748-8d98-e9d278cd12e4", - "101aed0a-2b9a-4748-8d98-e9d278cd12e4", - "102aed0a-2b9a-4748-8d98-e9d278cd12e4", - "18a16000-2b9a-4748-8d98-e9d278cd12e4", - "66abed0a-2b9a-4748-8d98-e9d278cd12e4" - ] - }, - "categories": { - "componentType": ["unit"] - }, - "calorimetric": [ + "data": [ { - "data": [ + "results": [ { - "results": [ - { - "area": { - "category": "outerDimensions" - }, - "uValue": 1.23, - "gValue": { - "uncertainValue": 0.5, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - } - } - ] + "area": { + "category": "outerDimensions" + }, + "uValue": 1.23, + "gValue": { + "uncertainValue": 0.5, + "uncertainty": 0.1, + "confidenceInterval": 68.3 + } } ] } - ], - "photovoltaic": [ + ] + } + ], + "photovoltaic": [ + { + "data": [ { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] - } - ], - "cellPattern": { - "rectangular": { - "longitudinal": { - "cellNumber": 10 - }, - "transversal": { - "cellNumber": 6 - } - } + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "width": 0.156, + "categories": ["monocrystalline", "silicon"] + } + ], + "cellPattern": { + "rectangular": { + "longitudinal": { + "cellNumber": 10 }, - "cells": [ + "transversal": { + "cellNumber": 6 + } + } + }, + "cells": [ + { + "id": { + "value": "764ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + }, + { + "id": { + "value": "764ca508-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + } + ], + "connectionPattern": "series", + "electricConfiguration": { + "junctionBoxTypes": [ + { + "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" + } + ], + "connectorTypes": [ + { + "id": "7c43b619-402f-4309-b66f-5672b8ca071d" + } + ], + "connectors": [ + { + "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", + "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", + "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" + } + ], + "groundingNecessary": false + }, + "moduleProperties": { + "power": { + "nominal": 260, + "temperatureCoefficient": -0.32, + "guarantees": [ { - "id": { - "value": "764ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 10, + "percentage": 90 }, { - "id": { - "value": "764ca508-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 15, + "percentage": 80 } ], - "connectionPattern": "series", - "electricConfiguration": { - "junctionBoxTypes": [ - { - "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" - } - ], - "connectorTypes": [ - { - "id": "7c43b619-402f-4309-b66f-5672b8ca071d" - } - ], - "connectors": [ - { - "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", - "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", - "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" - } - ], - "groundingNecessary": false - }, - "moduleProperties": { - "power": { - "nominal": 260, - "temperatureCoefficient": -0.32, - "guarantees": [ - { - "years": 10, - "percentage": 90 - }, - { - "years": 15, - "percentage": 80 - } - ], - "angleDependency": [ - { - "incidence": 0, - "incidenceAngleModifier": 1 - }, - { - "incidence": 60, - "incidenceAngleModifier": 0.924 - }, - { - "incidence": 90, - "incidenceAngleModifier": 0 - } - ] + "angleDependency": [ + { + "incidence": 0, + "incidenceAngleModifier": 1 }, - "efficiency": 0.16 - } - } + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.16 } - ] + } } - ], - "geometric": [ + ] + } + ], + "geometric": [ + { + "data": [ { - "data": [ - { - "dimensions": { - "independent": { - "smallest": 0.415, - "intermediate": 1.109, - "largest": 2.488 - } - } - }, - { - "hashValue": "38A529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", - "locator": "https://oc.ise.fraunhofer.de/index.php/s/uKe1NBlmmctl070", - "format": { - "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730" - }, - "archivedFilesMetaInformation": [] + "dimensions": { + "independent": { + "smallest": 0.415, + "intermediate": 1.109, + "largest": 2.488 } - ] + } + }, + { + "hashValue": "38A529341DC538879E61DEE1F95F40FD4A91D1D74C32C1206448DB95F0EBE6BE", + "locator": "https://oc.ise.fraunhofer.de/index.php/s/uKe1NBlmmctl070", + "format": { + "id": "c3306b72-2c4f-4c91-af89-aaeefdba1730" + }, + "archivedFilesMetaInformation": [] } ] } diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json b/tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json index 49ae9bdd..c4f550c8 100644 --- a/tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json +++ b/tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json @@ -1,50 +1,46 @@ { - "components": [ + "id": "101aed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This example represents a laminated glass with photovoltaic cells with its center-of-glazing properties.", + "relations": { + "partOf": ["20aaed0a-2b9a-4748-8d98-e9d278cd12e4"] + }, + "categories": { + "componentType": ["layer"] + }, + "photovoltaic": [ { - "id": "101aed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This example represents a laminated glass with photovoltaic cells with its center-of-glazing properties.", - "relations": { - "partOf": ["20aaed0a-2b9a-4748-8d98-e9d278cd12e4"] - }, - "categories": { - "componentType": ["layer"] - }, - "photovoltaic": [ + "data": [ { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] - } - ], - "connectionPattern": "series", - "electricConfiguration": { - "groundingNecessary": false - } + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "width": 0.156, + "categories": ["monocrystalline", "silicon"] } + ], + "connectionPattern": "series", + "electricConfiguration": { + "groundingNecessary": false } - ] + } } - ], - "geometric": [ + ] + } + ], + "geometric": [ + { + "data": [ { - "data": [ + "assembly": [ + { + "id": "01f5554f-e909-405e-9b7b-2f08ca201f63" + }, + { + "id": "02f5554f-e909-405e-9b7b-2f08ca201f63" + }, { - "assembly": [ - { - "id": "01f5554f-e909-405e-9b7b-2f08ca201f63" - }, - { - "id": "02f5554f-e909-405e-9b7b-2f08ca201f63" - }, - { - "id": "03f5554f-e909-405e-9b7b-2f08ca201f63" - } - ] + "id": "03f5554f-e909-405e-9b7b-2f08ca201f63" } ] } diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json b/tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json index c31753ec..be73ec24 100644 --- a/tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json +++ b/tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json @@ -1,129 +1,125 @@ { - "components": [ + "id": "20aaed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This example represents a laminated glass with photovoltaic cells with well defined outer dimensions.", + "relations": { + "partOf": ["22aaed0a-2b9a-4748-8d98-e9d278cd12e4"], + "assembledOf": [ + "101aed0a-2b9a-4748-8d98-e9d278cd12e4", + "102aed0a-2b9a-4748-8d98-e9d278cd12e4" + ] + }, + "photovoltaic": [ { - "id": "20aaed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This example represents a laminated glass with photovoltaic cells with well defined outer dimensions.", - "relations": { - "partOf": ["22aaed0a-2b9a-4748-8d98-e9d278cd12e4"], - "assembledOf": [ - "101aed0a-2b9a-4748-8d98-e9d278cd12e4", - "102aed0a-2b9a-4748-8d98-e9d278cd12e4" - ] - }, - "photovoltaic": [ + "data": [ { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] - } - ], - "cellPattern": { - "rectangular": { - "longitudinal": { - "cellNumber": 10 - }, - "transversal": { - "cellNumber": 6 - } - } + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "width": 0.156, + "categories": ["monocrystalline", "silicon"] + } + ], + "cellPattern": { + "rectangular": { + "longitudinal": { + "cellNumber": 10 + }, + "transversal": { + "cellNumber": 6 + } + } + }, + "cells": [ + { + "id": { + "value": "764ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + }, + { + "id": { + "value": "764ca508-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" }, - "cells": [ + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + } + ], + "connectionPattern": "series", + "electricConfiguration": { + "junctionBoxTypes": [ + { + "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" + } + ], + "connectorTypes": [ + { + "id": "7c43b619-402f-4309-b66f-5672b8ca071d" + } + ], + "connectors": [ + { + "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", + "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", + "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" + } + ], + "groundingNecessary": false + }, + "moduleProperties": { + "power": { + "nominal": 260, + "temperatureCoefficient": -0.32, + "guarantees": [ { - "id": { - "value": "764ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 10, + "percentage": 90 }, { - "id": { - "value": "764ca508-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 15, + "percentage": 80 } ], - "connectionPattern": "series", - "electricConfiguration": { - "junctionBoxTypes": [ - { - "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" - } - ], - "connectorTypes": [ - { - "id": "7c43b619-402f-4309-b66f-5672b8ca071d" - } - ], - "connectors": [ - { - "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", - "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", - "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" - } - ], - "groundingNecessary": false - }, - "moduleProperties": { - "power": { - "nominal": 260, - "temperatureCoefficient": -0.32, - "guarantees": [ - { - "years": 10, - "percentage": 90 - }, - { - "years": 15, - "percentage": 80 - } - ], - "angleDependency": [ - { - "incidence": 0, - "incidenceAngleModifier": 1 - }, - { - "incidence": 60, - "incidenceAngleModifier": 0.924 - }, - { - "incidence": 90, - "incidenceAngleModifier": 0 - } - ] + "angleDependency": [ + { + "incidence": 0, + "incidenceAngleModifier": 1 }, - "efficiency": 0.16 - } - } + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.16 } - ] + } } - ], - "geometric": [ + ] + } + ], + "geometric": [ + { + "data": [ { - "data": [ - { - "dimensions": { - "independent": { - "smallest": 0.014, - "intermediate": 1.109, - "largest": 2.488 - } - } + "dimensions": { + "independent": { + "smallest": 0.014, + "intermediate": 1.109, + "largest": 2.488 } - ] + } } ] } diff --git a/tests/valid/component/photovoltaic/photovoltaicWithOptical.json b/tests/valid/component/photovoltaic/photovoltaicWithOptical.json index 178cf18b..03e2ae9d 100644 --- a/tests/valid/component/photovoltaic/photovoltaicWithOptical.json +++ b/tests/valid/component/photovoltaic/photovoltaicWithOptical.json @@ -1,260 +1,256 @@ { - "components": [ + "id": "d530ed0a-2b9a-4748-8d98-e9d278cd12e4", + "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior. It includes optical properties which are needed for raytracing simulations.", + "categories": { + "componentType": ["unit"] + }, + "characteristics": { + "roughness": [ + { + "surface": "nonPrime", + "rootMeanSquare": 0.2 + } + ] + }, + "optical": [ { - "id": "d530ed0a-2b9a-4748-8d98-e9d278cd12e4", - "description": "This example represents a double glazing with photovoltaic cells in the laminated glass pane facing the exterior. It includes optical properties which are needed for raytracing simulations.", - "categories": { - "componentType": ["unit"] + "id": { + "value": "a8435146-5270-46f5-b925-4b00de265823", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" }, - "characteristics": { - "roughness": [ - { - "surface": "nonPrime", - "rootMeanSquare": 0.2 - } - ] - }, - "optical": [ + "description": "Example: Nearnormal-nearnormal and nearnormal-hemispherical reflectance for red, green and blue.", + "data": [ { - "id": { - "value": "a8435146-5270-46f5-b925-4b00de265823", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "Example: Nearnormal-nearnormal and nearnormal-hemispherical reflectance for red, green and blue.", "data": [ { - "data": [ + "dataPoints": [ { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "reflectance": 0.1 - } + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "reflectance": 0.1 - } + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 570 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "reflectance": 0.1 - } + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 + }, + "wavelengths": { + "wavelength": 570 + } + }, + "emergence": { + "direction": { + "polar": 8 + } + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 430 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "wavelengths": { + "wavelength": 430 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 540 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "wavelengths": { + "wavelength": 540 + } + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } + }, + { + "incidence": { + "direction": { + "polar": 8 }, - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 570 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } + "wavelengths": { + "wavelength": 570 } - ] + }, + "emergence": { + "direction": "hemispherical" + }, + "results": { + "reflectance": 0.1 + } } ] } ] } - ], - "calorimetric": [ + ] + } + ], + "calorimetric": [ + { + "data": [ { - "data": [ + "results": [ { - "results": [ - { - "area": { - "category": "outerDimensions" - }, - "uValue": 1.23, - "gValue": { - "uncertainValue": 0.5, - "uncertainty": 0.1, - "confidenceInterval": 68.3 - } - } - ] + "area": { + "category": "outerDimensions" + }, + "uValue": 1.23, + "gValue": { + "uncertainValue": 0.5, + "uncertainty": 0.1, + "confidenceInterval": 68.3 + } } ] } - ], - "photovoltaic": [ + ] + } + ], + "photovoltaic": [ + { + "data": [ { - "data": [ - { - "module": { - "cellTypes": [ - { - "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "width": 0.156, - "categories": ["monocrystalline", "silicon"] - } - ], - "cellPattern": { - "rectangular": { - "longitudinal": { - "cellNumber": 10 - }, - "transversal": { - "cellNumber": 6 - } - } + "module": { + "cellTypes": [ + { + "id": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "width": 0.156, + "categories": ["monocrystalline", "silicon"] + } + ], + "cellPattern": { + "rectangular": { + "longitudinal": { + "cellNumber": 10 + }, + "transversal": { + "cellNumber": 6 + } + } + }, + "cells": [ + { + "id": { + "value": "764ca288-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" }, - "cells": [ + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + }, + { + "id": { + "value": "764ca508-0c51-11ea-8d71-362b9e155667", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "cellType": { + "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + } + } + ], + "connectionPattern": "series", + "electricConfiguration": { + "junctionBoxTypes": [ + { + "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" + } + ], + "connectorTypes": [ + { + "id": "7c43b619-402f-4309-b66f-5672b8ca071d" + } + ], + "connectors": [ + { + "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", + "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", + "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" + } + ], + "groundingNecessary": false + }, + "moduleProperties": { + "power": { + "nominal": 260, + "temperatureCoefficient": -0.32, + "guarantees": [ { - "id": { - "value": "764ca288-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 10, + "percentage": 90 }, { - "id": { - "value": "764ca508-0c51-11ea-8d71-362b9e155667", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "cellType": { - "value": "b0d2b769-74d8-46ab-a3b7-16bb52ac4c60", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - } + "years": 15, + "percentage": 80 } ], - "connectionPattern": "series", - "electricConfiguration": { - "junctionBoxTypes": [ - { - "id": "6a5083af-7bee-491c-b3fd-d6229f6a56ec" - } - ], - "connectorTypes": [ - { - "id": "7c43b619-402f-4309-b66f-5672b8ca071d" - } - ], - "connectors": [ - { - "id": "14838e0b-e17b-4c52-8578-fb2cc9170ac4", - "connectorType": "411249fc-14c7-4940-805b-15dc0855b444", - "junctionBoxType": "538a6419-aecd-45c1-8e61-8dd4d3e74988" - } - ], - "groundingNecessary": false - }, - "moduleProperties": { - "power": { - "nominal": 260, - "temperatureCoefficient": -0.32, - "guarantees": [ - { - "years": 10, - "percentage": 90 - }, - { - "years": 15, - "percentage": 80 - } - ], - "angleDependency": [ - { - "incidence": 0, - "incidenceAngleModifier": 1 - }, - { - "incidence": 60, - "incidenceAngleModifier": 0.924 - }, - { - "incidence": 90, - "incidenceAngleModifier": 0 - } - ] + "angleDependency": [ + { + "incidence": 0, + "incidenceAngleModifier": 1 }, - "efficiency": 0.16 - } - } + { + "incidence": 60, + "incidenceAngleModifier": 0.924 + }, + { + "incidence": 90, + "incidenceAngleModifier": 0 + } + ] + }, + "efficiency": 0.16 } - ] + } } ] } diff --git a/tests/valid/component/smallGeneralComponent.json b/tests/valid/component/smallGeneralComponent.json index 663dbb35..027ee172 100644 --- a/tests/valid/component/smallGeneralComponent.json +++ b/tests/valid/component/smallGeneralComponent.json @@ -1,8 +1,4 @@ { - "components": [ - { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is the smallest example of a general component. The UUID 'a99941df-5bb8-4080-89a4-4f3d230afeb6' is managed by the metabase." - } - ] + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is the smallest example of a general component. The UUID 'a99941df-5bb8-4080-89a4-4f3d230afeb6' is managed by the metabase." } diff --git a/tests/valid/component/smallSpecificComponent.json b/tests/valid/component/smallSpecificComponent.json index 48469201..716c61be 100644 --- a/tests/valid/component/smallSpecificComponent.json +++ b/tests/valid/component/smallSpecificComponent.json @@ -1,14 +1,10 @@ { - "components": [ - { - "id": { - "value": "8ca1102b-264a-4023-8351-5897ec38e388", - "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" - }, - "description": "This is the smallest example of a specific component. For example, '5320d6fb-b96d-4aeb-a24c-eb7036d3437a' can represent a construction company and '8ca1102b-264a-4023-8351-5897ec38e388' a specific window in a specific building project.", - "relations": { - "concretizationOf": "a99941df-5bb8-4080-89a4-4f3d230afeb6" - } - } - ] + "id": { + "value": "8ca1102b-264a-4023-8351-5897ec38e388", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "description": "This is the smallest example of a specific component. For example, '5320d6fb-b96d-4aeb-a24c-eb7036d3437a' can represent a construction company and '8ca1102b-264a-4023-8351-5897ec38e388' a specific window in a specific building project.", + "relations": { + "concretizationOf": "a99941df-5bb8-4080-89a4-4f3d230afeb6" + } } diff --git a/tests/valid/component/smallestValidJson.json b/tests/valid/component/smallestValidJson.json index b34b9beb..46d246f0 100644 --- a/tests/valid/component/smallestValidJson.json +++ b/tests/valid/component/smallestValidJson.json @@ -1,8 +1,4 @@ { - "components": [ - { - "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is the smallest JSON data which is allowed by the JSON schema." - } - ] + "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", + "description": "This is the smallest JSON data which is allowed by the JSON schema." } diff --git a/tests/valid/component/koester.json b/tests/valid/components/RETROLux_with_two_glazings.json similarity index 100% rename from tests/valid/component/koester.json rename to tests/valid/components/RETROLux_with_two_glazings.json diff --git a/tests/valid/component/assembly/doubleGlazingSelfContained.json b/tests/valid/components/doubleGlazingSelfContained.json similarity index 100% rename from tests/valid/component/assembly/doubleGlazingSelfContained.json rename to tests/valid/components/doubleGlazingSelfContained.json From 78872366dfaf0ef005e8ee97a986a9d70cfdf4d8 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 15:48:46 +0100 Subject: [PATCH 348/362] Delete igsdb196.json, an old list of missing values indicated by 99 --- tests/valid/component/optical/igsdb196.json | 183 -------------------- 1 file changed, 183 deletions(-) delete mode 100644 tests/valid/component/optical/igsdb196.json diff --git a/tests/valid/component/optical/igsdb196.json b/tests/valid/component/optical/igsdb196.json deleted file mode 100644 index 78e21684..00000000 --- a/tests/valid/component/optical/igsdb196.json +++ /dev/null @@ -1,183 +0,0 @@ -{ - "name": "Float Glass", - "id": "ccd459b5-ddd0-4fbf-8206-7c39d1b7a34e", - "description": "TODO", - "optical": [ - { - "data": [ - { - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "locationOnSample": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "normalization": "relative", - "spot": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "switchableLayers": [ - { - "slatTilt": 9.9999 - } - ], - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 0.305 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.0, - "reflectance": 0.0500000007450581 - } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "locationOnSample": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "normalization": "relative", - "spot": { - "publication": { - "identifiers": { - "webAddress": "https://www.999999.com" - } - } - }, - "switchableLayers": [ - { - "slatTilt": 9.9999 - } - ], - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 0.305 - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 9.9999, - "reflectance": 0.0500000007450581 - } - } - ] - } - ] - } - ], - "appliedMethod": { - "method": { - "id": "99999999-9999-9999-9999-999999999999" - }, - "arguments": [], - "sources": [] - }, - "id": { - "value": "99999999-9999-9999-9999-999999999999", - "issuedBy": "99999999-9999-9999-9999-999999999999" - }, - "timestamp": "1999-09-09T09:09:09+00:00", - "createdAt": "1999-09-09T09:09:09+00:00", - "approvals": [ - { - "approver": "99999999-9999-9999-9999-999999999999" - } - ] - } - ], - "hygrothermal": [ - { - "data": [ - { - "thermalConductivityDry": 1.0 - } - ] - } - ], - "geometric": [ - { - "data": [ - { - "dimensions": { - "installed": [ - { - "thickness": 0.00474980020523071 - } - ] - } - } - ] - } - ], - "characteristics": { - "prime": { - "surface": { - "description": "The prime surface faces the exterior of the building and the nonPrime surface faces the interior." - } - }, - "airPermeability": { - "permeabilityFactor": 9.9999 - }, - "positionOfCoatings": [0, 0], - "layer": { - "possiblePositions": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ] - } - }, - "roles": { - "manufacturer": { - "name": "AGC Glass Co. N.A.", - "id": "99999999-9999-9999-9999-999999999999" - } - }, - "version": "99999999-9999-9999-9999-999999999999", - "categories": { - "componentType": ["material", "layer"] - }, - "available": { - "from": "1999-09-09T09:09:09+00:00" - } -} From b4a5b06391d8efe7e57261810cef1bbce198502e Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 16:15:08 +0100 Subject: [PATCH 349/362] Delete obsolete `tests/opticalData/mirroredValues` --- .../mirroredValues/infraredEmittance.json | 22 ----------------- ...arnormalHemisphericalSolarReflectance.json | 24 ------------------- ...normalHemisphericalSolarTransmittance.json | 24 ------------------- ...normalHemisphericalVisibleReflectance.json | 24 ------------------- 4 files changed, 94 deletions(-) delete mode 100644 tests/valid/opticalData/mirroredValues/infraredEmittance.json delete mode 100644 tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json delete mode 100644 tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json delete mode 100644 tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json diff --git a/tests/valid/opticalData/mirroredValues/infraredEmittance.json b/tests/valid/opticalData/mirroredValues/infraredEmittance.json deleted file mode 100644 index cc75ef78..00000000 --- a/tests/valid/opticalData/mirroredValues/infraredEmittance.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": "hemispherical", - "wavelengths": { - "integral": "infrared" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "absorptanceEmittance": 0.84 - } - } - ] - } - ] -} diff --git a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json deleted file mode 100644 index 689f1395..00000000 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarReflectance.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - } - ] - } - ] -} diff --git a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json deleted file mode 100644 index 488cab8d..00000000 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalSolarTransmittance.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "solar" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.8 - } - } - ] - } - ] -} diff --git a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json b/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json deleted file mode 100644 index e88ac1c5..00000000 --- a/tests/valid/opticalData/mirroredValues/nearnormalHemisphericalVisibleReflectance.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "integral": "visible" - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "reflectance": 0.1 - } - } - ] - } - ] -} From 8558d0245f1f85517e519428d970a1414d82e07d Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 16:25:13 +0100 Subject: [PATCH 350/362] Delete igsdbExampleClearlite-4_250924.json . Old and too detailed with separate angles for transmittance and reflectance --- .../igsdbExampleClearlite-4_250924.json | 24514 ---------------- 1 file changed, 24514 deletions(-) delete mode 100644 tests/valid/opticalData/igsdbExampleClearlite-4_250924.json diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json b/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json deleted file mode 100644 index 7cb9803f..00000000 --- a/tests/valid/opticalData/igsdbExampleClearlite-4_250924.json +++ /dev/null @@ -1,24514 +0,0 @@ -{ - "data": [ - { - "componentCharacteristics": { - "surface": "prime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0476000010967255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0303000006824732, - "reflectance": 0.0472000017762184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0931999981403351, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.191599994897842, - "reflectance": 0.0485999993979931 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.318300008773804, - "reflectance": 0.0516999997198582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.453700006008148, - "reflectance": 0.0568000003695488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.576499998569489, - "reflectance": 0.0628999993205071 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.676800012588501, - "reflectance": 0.0689999982714653 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.751299977302551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.804400026798248, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861100018024445, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873399972915649, - "reflectance": 0.0829000025987625 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879499971866608, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888599991798401, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896899998188019, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896650016307831, - "reflectance": 0.0832000002264977 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896399974822998, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895399987697601, - "reflectance": 0.0827500000596046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894400000572205, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0823500007390976 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894200026988983, - "reflectance": 0.0821999981999397 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894649982452393, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0820000022649765 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896250009536743, - "reflectance": 0.0819500014185906 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89740002155304, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898800015449524, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900200009346008, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900900006294251, - "reflectance": 0.0818499997258186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0817999988794327 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901899993419647, - "reflectance": 0.0817499980330467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902199983596802, - "reflectance": 0.0816999971866608 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903299987316132, - "reflectance": 0.0816499963402748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904399991035461, - "reflectance": 0.0816000029444695 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904799997806549, - "reflectance": 0.0815500020980835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905200004577637, - "reflectance": 0.0815000012516975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905700027942658, - "reflectance": 0.0814500004053116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.906199991703033, - "reflectance": 0.0813999995589256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905849993228912, - "reflectance": 0.0812999978661537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905499994754791, - "reflectance": 0.0812000036239624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905399978160858, - "reflectance": 0.0811000019311905 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90530002117157, - "reflectance": 0.0810000002384186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90514999628067, - "reflectance": 0.0808999985456467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807999968528748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807500034570694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807000026106834 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904600024223328, - "reflectance": 0.0806000009179115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90420001745224, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903699994087219, - "reflectance": 0.0803999975323677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903199970722199, - "reflectance": 0.0803000032901764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902400016784668, - "reflectance": 0.0801500007510185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0799999982118607 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901000022888184, - "reflectance": 0.0798999965190888 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90039998292923, - "reflectance": 0.0798000022768974 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.899649977684021, - "reflectance": 0.0797000005841255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898899972438812, - "reflectance": 0.0795999988913536 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898249983787537, - "reflectance": 0.0794999971985817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.897599995136261, - "reflectance": 0.0794000029563904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896849989891052, - "reflectance": 0.0793000012636185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896099984645844, - "reflectance": 0.0791999995708466 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0790499970316887 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89410001039505, - "reflectance": 0.0789000019431114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.893450021743774, - "reflectance": 0.0788000002503395 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.892799973487854, - "reflectance": 0.0786999985575676 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89190000295639, - "reflectance": 0.0785999968647957 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.890999972820282, - "reflectance": 0.0785000026226044 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89045000076294, - "reflectance": 0.0784000009298325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889900028705597, - "reflectance": 0.0782999992370606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889150023460388, - "reflectance": 0.0781999975442886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888400018215179, - "reflectance": 0.0781000033020973 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887750029563904, - "reflectance": 0.0780500024557114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887099981307983, - "reflectance": 0.0780000016093254 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.886399984359741, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.885699987411499, - "reflectance": 0.0777999982237816 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.884800016880035, - "reflectance": 0.0776999965310097 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.883899986743927, - "reflectance": 0.0776000022888184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.882799983024597, - "reflectance": 0.0774499997496605 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.881699979305267, - "reflectance": 0.0772999972105026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.88085001707077, - "reflectance": 0.0772000029683113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879999995231628, - "reflectance": 0.0771000012755394 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878650009632111, - "reflectance": 0.0769499987363815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877300024032593, - "reflectance": 0.0768000036478043 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875999987125397, - "reflectance": 0.0767000019550324 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0766000002622604 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873849987983704, - "reflectance": 0.0764499977231026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873000025749207, - "reflectance": 0.0763000026345253 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872150003910065, - "reflectance": 0.0762000009417534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871299982070923, - "reflectance": 0.0760999992489815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869650006294251, - "reflectance": 0.0759499967098236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867999970912933, - "reflectance": 0.0758000016212463 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867299973964691, - "reflectance": 0.0756999999284744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866599977016449, - "reflectance": 0.0755999982357025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865100026130676, - "reflectance": 0.0754500031471252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863600015640259, - "reflectance": 0.0753000006079674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86269998550415, - "reflectance": 0.0751999989151955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861800014972687, - "reflectance": 0.0750999972224236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861150026321411, - "reflectance": 0.0750000029802322 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860499978065491, - "reflectance": 0.0749000012874603 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859849989414215, - "reflectance": 0.0748500004410744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85920000076294, - "reflectance": 0.0747999995946884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858449995517731, - "reflectance": 0.0746999979019165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857699990272522, - "reflectance": 0.0746000036597252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856649994850159, - "reflectance": 0.0745000019669533 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855599999427795, - "reflectance": 0.0744000002741814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854300022125244, - "reflectance": 0.0742999985814095 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852999985218048, - "reflectance": 0.0741999968886375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852150022983551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851300001144409, - "reflectance": 0.0740000009536743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850499987602234, - "reflectance": 0.0739500001072884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849699974060059, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848900020122528, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848100006580353, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847350001335144, - "reflectance": 0.0736500024795532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846599996089935, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845899999141693, - "reflectance": 0.0734999999403954 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845200002193451, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844600021839142, - "reflectance": 0.0733499974012375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843999981880188, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843500018119812, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842999994754791, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842599987983704, - "reflectance": 0.0730499997735024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842199981212616, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841849982738495, - "reflectance": 0.0729499980807304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841499984264374, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841199994087219, - "reflectance": 0.0728499963879585 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840900003910065, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84060001373291, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840099990367889, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839900016784668, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839699983596802, - "reflectance": 0.0726500004529953 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83950001001358, - "reflectance": 0.0725999996066093 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839299976825714, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839100003242493, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838949978351593, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838660001754761, - "reflectance": 0.0724700018763542 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838519990444183, - "reflectance": 0.0724399983882904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838379979133606, - "reflectance": 0.0724100023508072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838100016117096, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837960004806519, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837819993495941, - "reflectance": 0.0722900032997131 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837679982185364, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837539970874786, - "reflectance": 0.0722299963235855 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837400019168854, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837430000305176, - "reflectance": 0.0721900016069412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837459981441498, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837490022182465, - "reflectance": 0.0721699967980385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837520003318787, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837549984455109, - "reflectance": 0.0721499994397163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837580025196075, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837610006332398, - "reflectance": 0.0721300020813942 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83763998746872, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837670028209686, - "reflectance": 0.0721099972724915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837700009346008, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837790012359619, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83788001537323, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837970018386841, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838060021400452, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838150024414063, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838329970836639, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83841997385025, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838509976863861, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838599979877472, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838769972324371, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838940024375916, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839110016822815, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839280009269714, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839450001716614, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839619994163513, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839789986610413, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840129971504211, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840650022029877, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841000020503998, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841350018978119, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84170001745224, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842050015926361, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842400014400482, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842750012874603, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843100011348724, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843450009822846, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843800008296967, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844190001487732, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844579994678497, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844969987869263, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845359981060028, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845749974250794, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846140027046204, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846530020236969, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8473100066185, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847699999809265, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848190009593964, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848680019378662, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849170029163361, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849659979343414, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850149989128113, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850639998912811, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85113000869751, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851620018482208, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852110028266907, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85259997844696, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852859973907471, - "reflectance": 0.0727099999785423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853120028972626, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853380024433136, - "reflectance": 0.0727299973368645 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853640019893646, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853900015354157, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854160010814667, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854420006275177, - "reflectance": 0.0727699995040894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854680001735687, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854939997196198, - "reflectance": 0.0727899968624115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855199992656708, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855979979038239, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856760025024414, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857540011405945, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858319997787476, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859099984169006, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859879970550537, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860660016536713, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861440002918243, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862219989299774, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862999975681305, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863579988479614, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864160001277924, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864740014076233, - "reflectance": 0.0733200013637543 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865320026874542, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865899980068207, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866479992866516, - "reflectance": 0.0734400004148483 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867060005664825, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867640018463135, - "reflectance": 0.0735199972987175 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868219971656799, - "reflectance": 0.0735599994659424 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869319975376129, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869840025901794, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870880007743835, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871399998664856, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871919989585877, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872439980506897, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872959971427918, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873480021953583, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874000012874603, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874270021915436, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874539971351624, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874809980392456, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875079989433289, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875349998474121, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875620007514954, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875890016555786, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876160025596619, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876429975032806, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876699984073639, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876860022544861, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877020001411438, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878260016441345, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878220021724701, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878180027008057, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878099977970123, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878059983253479, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878019988536835, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877939999103546, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877900004386902, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877740025520325, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877579987049103, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877420008182526, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877260029315949, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877099990844727, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876919984817505, - "reflectance": 0.0735699981451035 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876739978790283, - "reflectance": 0.0735400021076202 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876559972763062, - "reflectance": 0.0735099986195564 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876380026340485, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876200020313263, - "reflectance": 0.0734499990940094 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876020014286041, - "reflectance": 0.0734200030565262 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87584000825882, - "reflectance": 0.0733899995684624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875660002231598, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875479996204376, - "reflectance": 0.0733300000429153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875299990177155, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875159978866577, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875020027160645, - "reflectance": 0.0732600018382072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874880015850067, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87474000453949, - "reflectance": 0.0732199996709824 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874599993228912, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874459981918335, - "reflectance": 0.0731799975037575 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874319970607758, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874180018901825, - "reflectance": 0.0731400027871132 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874040007591248, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87389999628067, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87379002571106, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873679995536804, - "reflectance": 0.0730599984526634 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873570024967194, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873459994792938, - "reflectance": 0.0730199962854385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873350024223328, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873239994049072, - "reflectance": 0.0729800015687943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873130023479462, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873019993305206, - "reflectance": 0.0729399994015694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872910022735596, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87279999256134, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872600018978119, - "reflectance": 0.0728600025177002 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872500002384186, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872399985790253, - "reflectance": 0.0728200003504753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872300028800964, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872200012207031, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872099995613098, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871999979019165, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871900022029877, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871800005435944, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871619999408722, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8714399933815, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871259987354279, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871079981327057, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870899975299835, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870720028877258, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870540022850037, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870180010795593, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870000004768372, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869989991188049, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869979977607727, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86997002363205, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869960010051727, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869949996471405, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869939982891083, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869930028915405, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869920015335083, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869910001754761, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869899988174439, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869790017604828, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869679987430573, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869570016860962, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869459986686707, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869350016117096, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869239985942841, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86913001537323, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869019985198975, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868910014629364, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868470013141632, - "reflectance": 0.0720599964261055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868139982223511, - "reflectance": 0.0720200017094612 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867810010910034, - "reflectance": 0.0719799995422363 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867479979991913, - "reflectance": 0.0719399973750114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867150008678436, - "reflectance": 0.0719000026583672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866819977760315, - "reflectance": 0.0718600004911423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866490006446838, - "reflectance": 0.0718199983239174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866159975528717, - "reflectance": 0.0717800036072731 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865830004215241, - "reflectance": 0.0717400014400482 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865499973297119, - "reflectance": 0.0716999992728233 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864019989967346, - "reflectance": 0.0715800002217293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862540006637573, - "reflectance": 0.0714600011706352 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8610600233078, - "reflectance": 0.0713400021195412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859579980373383, - "reflectance": 0.0712200030684471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85809999704361, - "reflectance": 0.0710999965667725 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856620013713837, - "reflectance": 0.0709799975156784 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855139970779419, - "reflectance": 0.0708599984645844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853659987449646, - "reflectance": 0.0707399994134903 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852180004119873, - "reflectance": 0.0706200003623962 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8507000207901, - "reflectance": 0.0705000013113022 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850210011005402, - "reflectance": 0.0704500004649162 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849229991436005, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848739981651306, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848249971866608, - "reflectance": 0.0702499970793724 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847760021686554, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847270011901856, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846780002117157, - "reflectance": 0.0701000019907951 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846289992332459, - "reflectance": 0.0700500011444092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84579998254776, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84636002779007, - "reflectance": 0.0700299963355064 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0700599998235703 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847479999065399, - "reflectance": 0.0700900033116341 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848039984703064, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848599970340729, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849160015583038, - "reflectance": 0.0701799988746643 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0702100023627281 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850279986858368, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850839972496033, - "reflectance": 0.0702700018882752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851400017738342, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851589977741242, - "reflectance": 0.0703099966049194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851779997348785, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851970016956329, - "reflectance": 0.0703300014138222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852159976959229, - "reflectance": 0.0703400000929833 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852349996566773, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852540016174316, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852729976177216, - "reflectance": 0.0703700035810471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85291999578476, - "reflectance": 0.0703800022602081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853110015392304, - "reflectance": 0.0703900009393692 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853299975395203, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852970004081726, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852639973163605, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852310001850128, - "reflectance": 0.0702800005674362 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851979970932007, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85164999961853, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851320028305054, - "reflectance": 0.0701600015163422 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850989997386932, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850660026073456, - "reflectance": 0.0700799971818924 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850329995155335, - "reflectance": 0.0700400024652481 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850000023841858, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84918999671936, - "reflectance": 0.0699300020933151 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848380029201508, - "reflectance": 0.0698599964380264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84757000207901, - "reflectance": 0.0697899982333183 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846759974956513, - "reflectance": 0.0697200000286102 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84595000743866, - "reflectance": 0.0696500018239021 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845139980316162, - "reflectance": 0.069580003619194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844330012798309, - "reflectance": 0.0695099979639053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843519985675812, - "reflectance": 0.0694399997591972 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842710018157959, - "reflectance": 0.0693700015544891 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841899991035461, - "reflectance": 0.069300003349781 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840929985046387, - "reflectance": 0.0692199990153313 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0691400021314621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838989973068237, - "reflectance": 0.0690599977970123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838020026683807, - "reflectance": 0.0689800009131432 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837050020694733, - "reflectance": 0.0688999965786934 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.836080014705658, - "reflectance": 0.0688199996948242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.835110008716583, - "reflectance": 0.0687400028109551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.834140002727509, - "reflectance": 0.0686599984765053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.833169996738434, - "reflectance": 0.0685800015926361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.832199990749359, - "reflectance": 0.0684999972581863 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0317602977156639 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0311778578907251 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0305749978870153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0298982560634613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0293271541595459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0286844298243523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0279881600290537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0273720752447844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.026628976687789 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0257604569196701 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0249478276818991 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.024136908352375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0232145637273788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0223778914660215 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0212853774428368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0201160944998264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0192228704690933 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0179411377757788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0166530515998602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0153178321197629 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139876734465361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0125085180625319 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0109969433397055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00932515412569046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00777597306296229 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00600432511419058 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0043658409267664 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00291289901360869 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00186265294905752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00189377903006971 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00460418686270714 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139699345454574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0337979234755039 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0602677464485168 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.085798554122448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11000569909811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132390573620796 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15159609913826 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.169293016195297 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.186990514397621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.205486640334129 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229181557893753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.253237813711166 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273080766201019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.286618322134018 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.289090216159821 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.283574998378754 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273699045181274 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.263387382030487 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.252852469682694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.241850733757019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233270466327667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224181711673737 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215439319610596 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.207660540938377 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.200180113315582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.192028716206551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.18305516242981 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.172752574086189 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.162584468722343 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.152016565203667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.139815807342529 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.129515245556831 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11989776045084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.112267836928368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.103999778628349 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.097388967871666 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0901678577065468 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0837536007165909 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0777500867843628 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0726242884993553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0690992400050163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0673081576824188 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.067036047577858 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0679356977343559 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.07016621530056 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.072583980858326 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0750323981046677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0774050876498222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0791785567998886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0803491547703743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.080874614417553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0806821063160896 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0794599503278732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0780422985553742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0761934518814087 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.074484221637249 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0724922269582748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0708932727575302 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.069573238492012 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.068089209496975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0665859431028366 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0652998611330986 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0639152824878693 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0625139251351357 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0612633489072323 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0600595921278 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0591550245881081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0582340992987156 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0575152933597565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0559111572802067 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0549225434660912 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.053684089332819 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0525968782603741 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0516011491417885 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0506701804697514 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0497782118618488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.048476554453373 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0472403652966023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0462779141962528 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0454610884189606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0447233505547047 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0436200089752674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0425228625535965 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0416529029607773 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0408408083021641 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0390464328229427 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0372622981667519 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0363757237792015 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0353994518518448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0345350205898285 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0332791395485401 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0323126092553139 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0312565825879574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0299149621278048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.029098879545927 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.028380474075675 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0276288501918316 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0272911917418242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0271986965090036 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0274871438741684 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0282482616603374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0295610837638378 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.031615424901247 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0346785746514797 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0387909337878227 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0438205040991306 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0499514639377594 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0578287653625011 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0641179233789444 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0747176632285118 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0862487331032753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0983018204569817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.106630176305771 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11955600976944 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132110372185707 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.140063136816025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.151939645409584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15967133641243 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.170385435223579 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.180735871195793 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.187573298811913 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.194054409861565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.203141912817955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.20876456797123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215954780578613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.220133006572723 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224167600274086 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229536697268486 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.23248416185379 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235197708010674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.238405734300613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239470198750496 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240031272172928 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.24043296277523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240457206964493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239868059754372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239642664790154 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239145949482918 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.237540140748024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235139980912209 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233003750443459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.231239601969719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.870794057846069, - "reflectance": 0.0763658285140991 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.902543604373932, - "reflectance": 0.0804615318775177 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.83999997 - } - } - ] - }, - { - "componentCharacteristics": { - "surface": "nonPrime", - "symmetries": "azimuthalAngleInvariance" - }, - "dataPoints": [ - { - "incidence": { - "wavelengths": { - "wavelength": 300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0476000010967255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0303000006824732, - "reflectance": 0.0472000017762184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.0931999981403351, - "reflectance": 0.0474000014364719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.191599994897842, - "reflectance": 0.0485999993979931 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.318300008773804, - "reflectance": 0.0516999997198582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.453700006008148, - "reflectance": 0.0568000003695488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.576499998569489, - "reflectance": 0.0628999993205071 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.676800012588501, - "reflectance": 0.0689999982714653 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.751299977302551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.804400026798248, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861100018024445, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873399972915649, - "reflectance": 0.0829000025987625 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879499971866608, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888599991798401, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896899998188019, - "reflectance": 0.0834000036120415 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896650016307831, - "reflectance": 0.0832000002264977 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896399974822998, - "reflectance": 0.0829999968409538 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895399987697601, - "reflectance": 0.0827500000596046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894400000572205, - "reflectance": 0.0825000032782555 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894299983978272, - "reflectance": 0.0823500007390976 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894200026988983, - "reflectance": 0.0821999981999397 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.894649982452393, - "reflectance": 0.0820999965071678 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0820000022649765 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896250009536743, - "reflectance": 0.0819500014185906 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89740002155304, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898800015449524, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900200009346008, - "reflectance": 0.0819000005722046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.900900006294251, - "reflectance": 0.0818499997258186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0817999988794327 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901899993419647, - "reflectance": 0.0817499980330467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902199983596802, - "reflectance": 0.0816999971866608 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903299987316132, - "reflectance": 0.0816499963402748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904399991035461, - "reflectance": 0.0816000029444695 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904799997806549, - "reflectance": 0.0815500020980835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905200004577637, - "reflectance": 0.0815000012516975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905700027942658, - "reflectance": 0.0814500004053116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.906199991703033, - "reflectance": 0.0813999995589256 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905849993228912, - "reflectance": 0.0812999978661537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905499994754791, - "reflectance": 0.0812000036239624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.905399978160858, - "reflectance": 0.0811000019311905 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90530002117157, - "reflectance": 0.0810000002384186 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90514999628067, - "reflectance": 0.0808999985456467 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807999968528748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807500034570694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904999971389771, - "reflectance": 0.0807000026106834 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.904600024223328, - "reflectance": 0.0806000009179115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90420001745224, - "reflectance": 0.0804999992251396 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903699994087219, - "reflectance": 0.0803999975323677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.903199970722199, - "reflectance": 0.0803000032901764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.902400016784668, - "reflectance": 0.0801500007510185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901600003242493, - "reflectance": 0.0799999982118607 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.901000022888184, - "reflectance": 0.0798999965190888 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.90039998292923, - "reflectance": 0.0798000022768974 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.899649977684021, - "reflectance": 0.0797000005841255 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898899972438812, - "reflectance": 0.0795999988913536 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.898249983787537, - "reflectance": 0.0794999971985817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.897599995136261, - "reflectance": 0.0794000029563904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896849989891052, - "reflectance": 0.0793000012636185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.896099984645844, - "reflectance": 0.0791999995708466 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.895099997520447, - "reflectance": 0.0790499970316887 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89410001039505, - "reflectance": 0.0789000019431114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.893450021743774, - "reflectance": 0.0788000002503395 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.892799973487854, - "reflectance": 0.0786999985575676 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89190000295639, - "reflectance": 0.0785999968647957 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.890999972820282, - "reflectance": 0.0785000026226044 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.89045000076294, - "reflectance": 0.0784000009298325 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889900028705597, - "reflectance": 0.0782999992370606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.889150023460388, - "reflectance": 0.0781999975442886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.888400018215179, - "reflectance": 0.0781000033020973 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887750029563904, - "reflectance": 0.0780500024557114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.887099981307983, - "reflectance": 0.0780000016093254 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.886399984359741, - "reflectance": 0.0778999999165535 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.885699987411499, - "reflectance": 0.0777999982237816 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.884800016880035, - "reflectance": 0.0776999965310097 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.883899986743927, - "reflectance": 0.0776000022888184 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.882799983024597, - "reflectance": 0.0774499997496605 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.881699979305267, - "reflectance": 0.0772999972105026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.88085001707077, - "reflectance": 0.0772000029683113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.879999995231628, - "reflectance": 0.0771000012755394 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878650009632111, - "reflectance": 0.0769499987363815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877300024032593, - "reflectance": 0.0768000036478043 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875999987125397, - "reflectance": 0.0767000019550324 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874700009822846, - "reflectance": 0.0766000002622604 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873849987983704, - "reflectance": 0.0764499977231026 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873000025749207, - "reflectance": 0.0763000026345253 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872150003910065, - "reflectance": 0.0762000009417534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871299982070923, - "reflectance": 0.0760999992489815 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869650006294251, - "reflectance": 0.0759499967098236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867999970912933, - "reflectance": 0.0758000016212463 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867299973964691, - "reflectance": 0.0756999999284744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866599977016449, - "reflectance": 0.0755999982357025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865100026130676, - "reflectance": 0.0754500031471252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863600015640259, - "reflectance": 0.0753000006079674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86269998550415, - "reflectance": 0.0751999989151955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861800014972687, - "reflectance": 0.0750999972224236 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861150026321411, - "reflectance": 0.0750000029802322 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860499978065491, - "reflectance": 0.0749000012874603 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859849989414215, - "reflectance": 0.0748500004410744 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85920000076294, - "reflectance": 0.0747999995946884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858449995517731, - "reflectance": 0.0746999979019165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857699990272522, - "reflectance": 0.0746000036597252 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856649994850159, - "reflectance": 0.0745000019669533 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855599999427795, - "reflectance": 0.0744000002741814 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854300022125244, - "reflectance": 0.0742999985814095 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852999985218048, - "reflectance": 0.0741999968886375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852150022983551, - "reflectance": 0.0741000026464462 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851300001144409, - "reflectance": 0.0740000009536743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850499987602234, - "reflectance": 0.0739500001072884 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849699974060059, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848900020122528, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848100006580353, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847350001335144, - "reflectance": 0.0736500024795532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846599996089935, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845899999141693, - "reflectance": 0.0734999999403954 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845200002193451, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844600021839142, - "reflectance": 0.0733499974012375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843999981880188, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843500018119812, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842999994754791, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842599987983704, - "reflectance": 0.0730499997735024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842199981212616, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841849982738495, - "reflectance": 0.0729499980807304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841499984264374, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841199994087219, - "reflectance": 0.0728499963879585 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840900003910065, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84060001373291, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840099990367889, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839900016784668, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839699983596802, - "reflectance": 0.0726500004529953 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83950001001358, - "reflectance": 0.0725999996066093 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839299976825714, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839100003242493, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838949978351593, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838800013065338, - "reflectance": 0.0724999979138374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838660001754761, - "reflectance": 0.0724700018763542 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838519990444183, - "reflectance": 0.0724399983882904 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838379979133606, - "reflectance": 0.0724100023508072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838100016117096, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837960004806519, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837819993495941, - "reflectance": 0.0722900032997131 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837679982185364, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837539970874786, - "reflectance": 0.0722299963235855 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837400019168854, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837430000305176, - "reflectance": 0.0721900016069412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837459981441498, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837490022182465, - "reflectance": 0.0721699967980385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837520003318787, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837549984455109, - "reflectance": 0.0721499994397163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837580025196075, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837610006332398, - "reflectance": 0.0721300020813942 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83763998746872, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837670028209686, - "reflectance": 0.0721099972724915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837700009346008, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837790012359619, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83788001537323, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837970018386841, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838060021400452, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838150024414063, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838240027427673, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838329970836639, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.83841997385025, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838509976863861, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838599979877472, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838769972324371, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838940024375916, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839110016822815, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839280009269714, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839450001716614, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839619994163513, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839789986610413, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840129971504211, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840300023555756, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840650022029877, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841000020503998, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841350018978119, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84170001745224, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842050015926361, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842400014400482, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842750012874603, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843100011348724, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843450009822846, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843800008296967, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844190001487732, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844579994678497, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844969987869263, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845359981060028, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845749974250794, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846140027046204, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846530020236969, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8473100066185, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847699999809265, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848190009593964, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848680019378662, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849170029163361, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849659979343414, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850149989128113, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850639998912811, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85113000869751, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851620018482208, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852110028266907, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85259997844696, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852859973907471, - "reflectance": 0.0727099999785423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853120028972626, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853380024433136, - "reflectance": 0.0727299973368645 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853640019893646, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853900015354157, - "reflectance": 0.0727500021457672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854160010814667, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854420006275177, - "reflectance": 0.0727699995040894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854680001735687, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.854939997196198, - "reflectance": 0.0727899968624115 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855199992656708, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855979979038239, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856760025024414, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.857540011405945, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.858319997787476, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859099984169006, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859879970550537, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.860660016536713, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.861440002918243, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862219989299774, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862999975681305, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.863579988479614, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864160001277924, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864740014076233, - "reflectance": 0.0733200013637543 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865320026874542, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865899980068207, - "reflectance": 0.0733999982476234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866479992866516, - "reflectance": 0.0734400004148483 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867060005664825, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867640018463135, - "reflectance": 0.0735199972987175 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868219971656799, - "reflectance": 0.0735599994659424 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1505 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869319975376129, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1510 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869840025901794, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1515 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1520 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870880007743835, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1525 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871399998664856, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1530 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871919989585877, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1535 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872439980506897, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1540 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872959971427918, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1545 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873480021953583, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1550 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874000012874603, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1555 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874270021915436, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1560 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874539971351624, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1565 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874809980392456, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1570 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875079989433289, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1575 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875349998474121, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1580 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875620007514954, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1585 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875890016555786, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1590 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876160025596619, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1595 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876429975032806, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876699984073639, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1605 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876860022544861, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1610 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877020001411438, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1615 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1620 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1625 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1630 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1635 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1640 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1645 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1650 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87830001115799, - "reflectance": 0.0738999992609024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1655 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878260016441345, - "reflectance": 0.0738900005817413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1660 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878220021724701, - "reflectance": 0.0738800019025803 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1665 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878180027008057, - "reflectance": 0.0738700032234192 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1670 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878139972686768, - "reflectance": 0.0738599970936775 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1675 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878099977970123, - "reflectance": 0.0738499984145165 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1680 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878059983253479, - "reflectance": 0.0738399997353554 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1685 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.878019988536835, - "reflectance": 0.0738300010561943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1690 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87797999382019, - "reflectance": 0.0738200023770332 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1695 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877939999103546, - "reflectance": 0.0738100036978722 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877900004386902, - "reflectance": 0.0737999975681305 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1705 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877820014953613, - "reflectance": 0.0737800002098084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1710 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877740025520325, - "reflectance": 0.0737600028514862 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1715 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877659976482391, - "reflectance": 0.0737399980425835 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1720 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877579987049103, - "reflectance": 0.0737200006842613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1725 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877499997615814, - "reflectance": 0.0737000033259392 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1730 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877420008182526, - "reflectance": 0.0736799985170364 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1735 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877340018749237, - "reflectance": 0.0736600011587143 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1740 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877260029315949, - "reflectance": 0.0736399963498116 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1745 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877179980278015, - "reflectance": 0.0736199989914894 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1750 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.877099990844727, - "reflectance": 0.0736000016331673 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1755 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876919984817505, - "reflectance": 0.0735699981451035 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1760 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876739978790283, - "reflectance": 0.0735400021076202 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1765 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876559972763062, - "reflectance": 0.0735099986195564 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1770 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876380026340485, - "reflectance": 0.0734800025820732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1775 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876200020313263, - "reflectance": 0.0734499990940094 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1780 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.876020014286041, - "reflectance": 0.0734200030565262 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1785 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87584000825882, - "reflectance": 0.0733899995684624 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1790 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875660002231598, - "reflectance": 0.0733600035309792 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1795 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875479996204376, - "reflectance": 0.0733300000429153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875299990177155, - "reflectance": 0.0732999965548515 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1805 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875159978866577, - "reflectance": 0.0732799991965294 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1810 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.875020027160645, - "reflectance": 0.0732600018382072 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1815 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874880015850067, - "reflectance": 0.0732399970293045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1820 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87474000453949, - "reflectance": 0.0732199996709824 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1825 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874599993228912, - "reflectance": 0.0732000023126602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1830 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874459981918335, - "reflectance": 0.0731799975037575 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1835 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874319970607758, - "reflectance": 0.0731600001454353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1840 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874180018901825, - "reflectance": 0.0731400027871132 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1845 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.874040007591248, - "reflectance": 0.0731199979782105 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1850 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87389999628067, - "reflectance": 0.0731000006198883 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1855 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87379002571106, - "reflectance": 0.0730800032615662 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1860 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873679995536804, - "reflectance": 0.0730599984526634 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1865 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873570024967194, - "reflectance": 0.0730400010943413 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1870 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873459994792938, - "reflectance": 0.0730199962854385 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1875 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873350024223328, - "reflectance": 0.0729999989271164 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1880 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873239994049072, - "reflectance": 0.0729800015687943 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1885 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873130023479462, - "reflectance": 0.0729599967598915 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1890 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.873019993305206, - "reflectance": 0.0729399994015694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1895 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872910022735596, - "reflectance": 0.0729200020432472 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.87279999256134, - "reflectance": 0.0728999972343445 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1905 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872699975967407, - "reflectance": 0.0728799998760223 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1910 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872600018978119, - "reflectance": 0.0728600025177002 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1915 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872500002384186, - "reflectance": 0.0728399977087975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1920 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872399985790253, - "reflectance": 0.0728200003504753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1925 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872300028800964, - "reflectance": 0.0728000029921532 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1930 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872200012207031, - "reflectance": 0.0727799981832504 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1935 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.872099995613098, - "reflectance": 0.0727600008249283 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1940 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871999979019165, - "reflectance": 0.0727400034666061 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1945 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871900022029877, - "reflectance": 0.0727199986577034 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1950 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871800005435944, - "reflectance": 0.0727000012993813 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1955 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871619999408722, - "reflectance": 0.0726699978113174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1960 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8714399933815, - "reflectance": 0.0726400017738342 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1965 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871259987354279, - "reflectance": 0.0726099982857704 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1970 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.871079981327057, - "reflectance": 0.0725800022482872 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1975 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870899975299835, - "reflectance": 0.0725499987602234 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1980 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870720028877258, - "reflectance": 0.0725200027227402 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1985 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870540022850037, - "reflectance": 0.0724899992346764 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1990 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870360016822815, - "reflectance": 0.0724600031971932 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 1995 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870180010795593, - "reflectance": 0.0724299997091293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.870000004768372, - "reflectance": 0.0724000036716461 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2005 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869989991188049, - "reflectance": 0.0723899975419045 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2010 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869979977607727, - "reflectance": 0.0723799988627434 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2015 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86997002363205, - "reflectance": 0.0723700001835823 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2020 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869960010051727, - "reflectance": 0.0723600015044212 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2025 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869949996471405, - "reflectance": 0.0723500028252602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2030 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869939982891083, - "reflectance": 0.0723399966955185 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2035 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869930028915405, - "reflectance": 0.0723299980163574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2040 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869920015335083, - "reflectance": 0.0723199993371964 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2045 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869910001754761, - "reflectance": 0.0723100006580353 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2050 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869899988174439, - "reflectance": 0.0723000019788742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2055 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869790017604828, - "reflectance": 0.0722799971699715 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2060 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869679987430573, - "reflectance": 0.0722599998116493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2065 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869570016860962, - "reflectance": 0.0722400024533272 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2070 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869459986686707, - "reflectance": 0.0722199976444244 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2075 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869350016117096, - "reflectance": 0.0722000002861023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2080 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869239985942841, - "reflectance": 0.0721800029277802 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2085 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.86913001537323, - "reflectance": 0.0721599981188774 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2090 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.869019985198975, - "reflectance": 0.0721400007605553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2095 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868910014629364, - "reflectance": 0.0721200034022331 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868799984455109, - "reflectance": 0.0720999985933304 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2105 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868470013141632, - "reflectance": 0.0720599964261055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2110 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.868139982223511, - "reflectance": 0.0720200017094612 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2115 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867810010910034, - "reflectance": 0.0719799995422363 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2120 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867479979991913, - "reflectance": 0.0719399973750114 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2125 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.867150008678436, - "reflectance": 0.0719000026583672 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2130 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866819977760315, - "reflectance": 0.0718600004911423 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2135 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866490006446838, - "reflectance": 0.0718199983239174 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2140 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.866159975528717, - "reflectance": 0.0717800036072731 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2145 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865830004215241, - "reflectance": 0.0717400014400482 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2150 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.865499973297119, - "reflectance": 0.0716999992728233 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2155 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.864019989967346, - "reflectance": 0.0715800002217293 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2160 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.862540006637573, - "reflectance": 0.0714600011706352 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2165 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8610600233078, - "reflectance": 0.0713400021195412 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2170 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.859579980373383, - "reflectance": 0.0712200030684471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2175 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85809999704361, - "reflectance": 0.0710999965667725 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2180 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.856620013713837, - "reflectance": 0.0709799975156784 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2185 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.855139970779419, - "reflectance": 0.0708599984645844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2190 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853659987449646, - "reflectance": 0.0707399994134903 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2195 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852180004119873, - "reflectance": 0.0706200003623962 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.8507000207901, - "reflectance": 0.0705000013113022 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2205 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850210011005402, - "reflectance": 0.0704500004649162 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2210 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2215 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849229991436005, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2220 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848739981651306, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2225 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848249971866608, - "reflectance": 0.0702499970793724 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2230 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847760021686554, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2235 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847270011901856, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2240 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846780002117157, - "reflectance": 0.0701000019907951 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2245 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846289992332459, - "reflectance": 0.0700500011444092 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2250 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84579998254776, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2255 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84636002779007, - "reflectance": 0.0700299963355064 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2260 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846920013427734, - "reflectance": 0.0700599998235703 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2265 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.847479999065399, - "reflectance": 0.0700900033116341 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2270 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848039984703064, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2275 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848599970340729, - "reflectance": 0.0701500028371811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2280 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849160015583038, - "reflectance": 0.0701799988746643 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2285 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.849720001220703, - "reflectance": 0.0702100023627281 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2290 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850279986858368, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2295 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850839972496033, - "reflectance": 0.0702700018882752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851400017738342, - "reflectance": 0.0702999979257584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2305 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851589977741242, - "reflectance": 0.0703099966049194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2310 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851779997348785, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2315 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851970016956329, - "reflectance": 0.0703300014138222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2320 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852159976959229, - "reflectance": 0.0703400000929833 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2325 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852349996566773, - "reflectance": 0.0703499987721443 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2330 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852540016174316, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2335 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852729976177216, - "reflectance": 0.0703700035810471 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2340 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85291999578476, - "reflectance": 0.0703800022602081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2345 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853110015392304, - "reflectance": 0.0703900009393692 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2350 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.853299975395203, - "reflectance": 0.0703999996185303 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2355 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852970004081726, - "reflectance": 0.0703599974513054 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2360 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852639973163605, - "reflectance": 0.0703200027346611 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2365 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.852310001850128, - "reflectance": 0.0702800005674362 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2370 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851979970932007, - "reflectance": 0.0702399984002113 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2375 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.85164999961853, - "reflectance": 0.0702000036835671 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2380 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.851320028305054, - "reflectance": 0.0701600015163422 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2385 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850989997386932, - "reflectance": 0.0701199993491173 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2390 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850660026073456, - "reflectance": 0.0700799971818924 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2395 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850329995155335, - "reflectance": 0.0700400024652481 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.850000023841858, - "reflectance": 0.0700000002980232 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2405 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84918999671936, - "reflectance": 0.0699300020933151 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2410 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.848380029201508, - "reflectance": 0.0698599964380264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2415 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84757000207901, - "reflectance": 0.0697899982333183 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2420 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.846759974956513, - "reflectance": 0.0697200000286102 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2425 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.84595000743866, - "reflectance": 0.0696500018239021 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2430 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.845139980316162, - "reflectance": 0.069580003619194 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2435 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.844330012798309, - "reflectance": 0.0695099979639053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2440 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.843519985675812, - "reflectance": 0.0694399997591972 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2445 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.842710018157959, - "reflectance": 0.0693700015544891 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2450 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.841899991035461, - "reflectance": 0.069300003349781 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2455 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.840929985046387, - "reflectance": 0.0692199990153313 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2460 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.839959979057312, - "reflectance": 0.0691400021314621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2465 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838989973068237, - "reflectance": 0.0690599977970123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2470 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.838020026683807, - "reflectance": 0.0689800009131432 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2475 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.837050020694733, - "reflectance": 0.0688999965786934 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2480 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.836080014705658, - "reflectance": 0.0688199996948242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2485 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.835110008716583, - "reflectance": 0.0687400028109551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2490 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.834140002727509, - "reflectance": 0.0686599984765053 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2495 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.833169996738434, - "reflectance": 0.0685800015926361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 2500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0.832199990749359, - "reflectance": 0.0684999972581863 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0317602977156639 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0311778578907251 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0305749978870153 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0298982560634613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0293271541595459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0286844298243523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0279881600290537 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0273720752447844 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.026628976687789 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 5900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0257604569196701 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0249478276818991 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.024136908352375 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0232145637273788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0223778914660215 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0212853774428368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0201160944998264 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0192228704690933 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0179411377757788 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0166530515998602 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 6900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0153178321197629 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139876734465361 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0125085180625319 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0109969433397055 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00932515412569046 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00777597306296229 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00600432511419058 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0043658409267664 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00291289901360869 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00186265294905752 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 7900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00189377903006971 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.00460418686270714 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0139699345454574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0337979234755039 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0602677464485168 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.085798554122448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11000569909811 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132390573620796 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15159609913826 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.169293016195297 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 8900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.186990514397621 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.205486640334129 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229181557893753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.253237813711166 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273080766201019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.286618322134018 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.289090216159821 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.283574998378754 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.273699045181274 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.263387382030487 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 9900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.252852469682694 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.241850733757019 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233270466327667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224181711673737 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215439319610596 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.207660540938377 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.200180113315582 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.192028716206551 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.18305516242981 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.172752574086189 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 10900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.162584468722343 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.152016565203667 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.139815807342529 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.129515245556831 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11989776045084 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.112267836928368 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.103999778628349 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.097388967871666 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0901678577065468 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0837536007165909 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 11900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0777500867843628 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0726242884993553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0690992400050163 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0673081576824188 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.067036047577858 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0679356977343559 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.07016621530056 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.072583980858326 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0750323981046677 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0774050876498222 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 12900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0791785567998886 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0803491547703743 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.080874614417553 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0806821063160896 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0794599503278732 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0780422985553742 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0761934518814087 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.074484221637249 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0724922269582748 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0708932727575302 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 13900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.069573238492012 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.068089209496975 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0665859431028366 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0652998611330986 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0639152824878693 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0625139251351357 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0612633489072323 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0600595921278 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0591550245881081 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0582340992987156 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 14900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0575152933597565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0559111572802067 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0549225434660912 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.053684089332819 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0525968782603741 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0516011491417885 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0506701804697514 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0497782118618488 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.048476554453373 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0472403652966023 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 15900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0462779141962528 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0454610884189606 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0447233505547047 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0436200089752674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0425228625535965 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0416529029607773 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0408408083021641 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0390464328229427 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0372622981667519 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0363757237792015 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 16900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0353994518518448 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0345350205898285 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0332791395485401 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0323126092553139 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0312565825879574 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0299149621278048 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.029098879545927 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.028380474075675 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0276288501918316 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0272911917418242 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 17900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0271986965090036 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0274871438741684 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0282482616603374 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0295610837638378 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.031615424901247 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0346785746514797 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0387909337878227 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0438205040991306 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0499514639377594 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0578287653625011 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 18900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0641179233789444 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0747176632285118 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0862487331032753 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.0983018204569817 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.106630176305771 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.11955600976944 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.132110372185707 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.140063136816025 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.151939645409584 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.15967133641243 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 19900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.170385435223579 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.180735871195793 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.187573298811913 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.194054409861565 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.203141912817955 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.20876456797123 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.215954780578613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.220133006572723 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.224167600274086 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.229536697268486 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 20900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.23248416185379 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235197708010674 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.238405734300613 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239470198750496 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240031272172928 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.24043296277523 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.240457206964493 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239868059754372 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239642664790154 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.239145949482918 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 21900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.237540140748024 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.235139980912209 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.233003750443459 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.231239601969719 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 22900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 23900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24100 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24200 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24300 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24400 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24500 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24600 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24700 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24800 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 24900 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "wavelength": 25000 - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": { - "polar": 0 - } - }, - "results": { - "transmittance": 0, - "reflectance": 0.230256736278534 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "solar" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.870794057846069, - "reflectance": 0.0763658285140991 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "visible" - }, - "direction": { - "polar": 0 - } - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0.902543604373932, - "reflectance": 0.0804615318775177 - } - }, - { - "incidence": { - "wavelengths": { - "integral": "infrared" - }, - "direction": "hemispherical" - }, - "emergence": { - "direction": "hemispherical" - }, - "results": { - "transmittance": 0, - "absorptanceEmittance": 0.83999997 - } - } - ] - } - ] -} From c76082c2fd1ab7aa1959adf1814c0024ad80ad37 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 16:35:45 +0100 Subject: [PATCH 351/362] Move all tests that are realistic datasets to examples --- ...oShadeInTripleGlazingAlt0Calorimetric.json | 0 ...ShadeInTripleGlazingAlt45Calorimetric.json | 0 ...ShadeInTripleGlazingAlt60Calorimetric.json | 0 ...uxOwithHeatControlGlazingCalorimetric.json | 0 ...xOwithSolarControlGlazingCalorimetric.json | 0 ...rControlTripleGlazingAlt0Calorimetric.json | 0 ...ControlTripleGlazingAlt60Calorimetric.json | 0 .../SunovationGlazingLayerCalorimetric.json | 0 .../SunovationGlazingUnitCalorimetric.json | 0 .../uValueOpaqueInsulationLayerDiagram.json | 0 ...BuildingIntegratedPhotovoltaicThermal.json | 0 .../hygrothermal/fullHygrothermalDataSet.json | 0 .../hygrothermal/hygrothermalAsResource.json | 0 .../optical/bsdfResourceRolleaseKlems.json | 0 .../optical/es-sda-example0101layer.json | 0 .../optical/es-sda-example0102unit.json | 0 .../testlabVA210706080108integral.json | 0 .../testlabVA210706080108spectral.json | 0 .../bipvInverterBuildingNatIse.json | 0 .../bipvModuleBuildingNatIse.json | 0 .../bipvModuleSunovationEnamel.json | 0 .../bipvModuleSunovationGlazingLayer.json | 0 .../bipvModuleSunovationGlazingUnit.json | 0 .../bipvModuleSunovationLayer.json | 0 .../bipvModuleSunovationUnit.json | 0 .../RETROLux_with_two_glazings.json | 0 .../method/methodThreePhase.json | 0 .../method/methodTraceGlare.json | 0 .../MicroShadeGlassTnh_FG422004tm2.json | 0 ...TROLuxOwithSolarControlGlazingOptical.json | 0 .../SunovationGlazingLayerOptical.json | 0 .../SunovationModuleEnamelOptical.json | 0 .../opticalData/igsdbExample196.json | 0 .../igsdbExampleClearlite-4_250903.json | 0 .../igsdbExampleClearlite-4_extendedBED.json | 0 .../testlabVE210609042606integral.json | 0 .../testlabVE210609042606spectral.json | 0 .../SunovationGlazingLayerPhotovoltaic.json | 0 .../SunovationGlazingUnitPhotovoltaic.json | 0 .../SunovationModuleLayerPhotovoltaic.json | 0 .../SunovationModuleUnitPhotovoltaic.json | 0 .../assembly/geometricAssemblyWithParent.json | 2 +- ...dingIntegratedSolarThermalWithMethod.json} | 0 ...lComponent.json => centralIdentifier.json} | 0 ...omponent.json => decentralIdentifier.json} | 0 .../component/metadata/abbreviation.json | 1 - ...ormalHemisphericalSpectrallyResolved.json} | 0 ...on => nearnormalHemisphericalVisible.json} | 1 + ...arnormalNearnormalSpectrallyResolved.json} | 9 ++++-- ...dAsAservice.json => methodAsAService.json} | 0 tests/valid/data/hygrothermalTest.json | 2 +- ...son => arrayComponentCharacteristics.json} | 0 ...Clr-3.json => colorExampleIgsdbClr-3.json} | 0 .../uncertainty/amplificationFactor.json | 29 ------------------- .../opticalData/uncertainty/bandwidth.json | 29 ------------------- 55 files changed, 9 insertions(+), 64 deletions(-) rename {tests/valid => examples}/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/SunovationGlazingLayerCalorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/SunovationGlazingUnitCalorimetric.json (100%) rename {tests/valid => examples}/calorimetricData/uValueOpaqueInsulationLayerDiagram.json (100%) rename {tests/valid => examples}/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json (100%) rename {tests/valid => examples}/component/hygrothermal/fullHygrothermalDataSet.json (100%) rename {tests/valid => examples}/component/hygrothermal/hygrothermalAsResource.json (100%) rename {tests/valid => examples}/component/optical/bsdfResourceRolleaseKlems.json (100%) rename {tests/valid => examples}/component/optical/es-sda-example0101layer.json (100%) rename {tests/valid => examples}/component/optical/es-sda-example0102unit.json (100%) rename {tests/valid => examples}/component/optical/testlabVA210706080108integral.json (100%) rename {tests/valid => examples}/component/optical/testlabVA210706080108spectral.json (100%) rename {tests/valid => examples}/component/photovoltaic/bipvInverterBuildingNatIse.json (100%) rename {tests/valid => examples}/component/photovoltaic/bipvModuleBuildingNatIse.json (100%) rename {tests/valid => examples}/component/photovoltaic/bipvModuleSunovationEnamel.json (100%) rename {tests/valid => examples}/component/photovoltaic/bipvModuleSunovationGlazingLayer.json (100%) rename {tests/valid => examples}/component/photovoltaic/bipvModuleSunovationGlazingUnit.json (100%) rename {tests/valid => examples}/component/photovoltaic/bipvModuleSunovationLayer.json (100%) rename {tests/valid => examples}/component/photovoltaic/bipvModuleSunovationUnit.json (100%) rename {tests/valid => examples}/components/RETROLux_with_two_glazings.json (100%) rename {tests/valid => examples}/method/methodThreePhase.json (100%) rename {tests/valid => examples}/method/methodTraceGlare.json (100%) rename {tests/valid => examples}/opticalData/MicroShadeGlassTnh_FG422004tm2.json (100%) rename {tests/valid => examples}/opticalData/RETROLuxOwithSolarControlGlazingOptical.json (100%) rename {tests/valid => examples}/opticalData/SunovationGlazingLayerOptical.json (100%) rename {tests/valid => examples}/opticalData/SunovationModuleEnamelOptical.json (100%) rename {tests/valid => examples}/opticalData/igsdbExample196.json (100%) rename {tests/valid => examples}/opticalData/igsdbExampleClearlite-4_250903.json (100%) rename {tests/valid => examples}/opticalData/igsdbExampleClearlite-4_extendedBED.json (100%) rename {tests/valid => examples}/opticalData/testlabVE210609042606integral.json (100%) rename {tests/valid => examples}/opticalData/testlabVE210609042606spectral.json (100%) rename {tests/valid => examples}/photovoltaicData/SunovationGlazingLayerPhotovoltaic.json (100%) rename {tests/valid => examples}/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json (100%) rename {tests/valid => examples}/photovoltaicData/SunovationModuleLayerPhotovoltaic.json (100%) rename {tests/valid => examples}/photovoltaicData/SunovationModuleUnitPhotovoltaic.json (100%) rename tests/valid/component/calorimetric/{bistMeasurement.json => buildingIntegratedSolarThermalWithMethod.json} (100%) rename tests/valid/component/{smallGeneralComponent.json => centralIdentifier.json} (100%) rename tests/valid/component/{smallSpecificComponent.json => decentralIdentifier.json} (100%) rename tests/valid/component/optical/{spectrum.json => nearnormalHemisphericalSpectrallyResolved.json} (100%) rename tests/valid/component/optical/{nearnormalHemisphericalVisibleTransmittance.json => nearnormalHemisphericalVisible.json} (96%) rename tests/valid/component/optical/{nearnormalNearnormalSpectrallyResolvedTransmittance.json => nearnormalNearnormalSpectrallyResolved.json} (88%) rename tests/valid/component/origin/{methodAsAservice.json => methodAsAService.json} (100%) rename tests/valid/opticalData/{tree.json => arrayComponentCharacteristics.json} (100%) rename tests/valid/opticalData/{colorIgsdbExampleClr-3.json => colorExampleIgsdbClr-3.json} (100%) delete mode 100644 tests/valid/opticalData/uncertainty/amplificationFactor.json delete mode 100644 tests/valid/opticalData/uncertainty/bandwidth.json diff --git a/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json b/examples/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json similarity index 100% rename from tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json rename to examples/calorimetricData/MicroShadeInTripleGlazingAlt0Calorimetric.json diff --git a/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json b/examples/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json similarity index 100% rename from tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json rename to examples/calorimetricData/MicroShadeInTripleGlazingAlt45Calorimetric.json diff --git a/tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json b/examples/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json similarity index 100% rename from tests/valid/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json rename to examples/calorimetricData/MicroShadeInTripleGlazingAlt60Calorimetric.json diff --git a/tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json b/examples/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json similarity index 100% rename from tests/valid/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json rename to examples/calorimetricData/RETROLuxOwithHeatControlGlazingCalorimetric.json diff --git a/tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json b/examples/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json similarity index 100% rename from tests/valid/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json rename to examples/calorimetricData/RETROLuxOwithSolarControlGlazingCalorimetric.json diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json b/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json similarity index 100% rename from tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json rename to examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt0Calorimetric.json diff --git a/tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json b/examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json similarity index 100% rename from tests/valid/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json rename to examples/calorimetricData/RETROLuxWithSolarControlTripleGlazingAlt60Calorimetric.json diff --git a/tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json b/examples/calorimetricData/SunovationGlazingLayerCalorimetric.json similarity index 100% rename from tests/valid/calorimetricData/SunovationGlazingLayerCalorimetric.json rename to examples/calorimetricData/SunovationGlazingLayerCalorimetric.json diff --git a/tests/valid/calorimetricData/SunovationGlazingUnitCalorimetric.json b/examples/calorimetricData/SunovationGlazingUnitCalorimetric.json similarity index 100% rename from tests/valid/calorimetricData/SunovationGlazingUnitCalorimetric.json rename to examples/calorimetricData/SunovationGlazingUnitCalorimetric.json diff --git a/tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json b/examples/calorimetricData/uValueOpaqueInsulationLayerDiagram.json similarity index 100% rename from tests/valid/calorimetricData/uValueOpaqueInsulationLayerDiagram.json rename to examples/calorimetricData/uValueOpaqueInsulationLayerDiagram.json diff --git a/tests/valid/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json similarity index 100% rename from tests/valid/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json rename to examples/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json diff --git a/tests/valid/component/hygrothermal/fullHygrothermalDataSet.json b/examples/component/hygrothermal/fullHygrothermalDataSet.json similarity index 100% rename from tests/valid/component/hygrothermal/fullHygrothermalDataSet.json rename to examples/component/hygrothermal/fullHygrothermalDataSet.json diff --git a/tests/valid/component/hygrothermal/hygrothermalAsResource.json b/examples/component/hygrothermal/hygrothermalAsResource.json similarity index 100% rename from tests/valid/component/hygrothermal/hygrothermalAsResource.json rename to examples/component/hygrothermal/hygrothermalAsResource.json diff --git a/tests/valid/component/optical/bsdfResourceRolleaseKlems.json b/examples/component/optical/bsdfResourceRolleaseKlems.json similarity index 100% rename from tests/valid/component/optical/bsdfResourceRolleaseKlems.json rename to examples/component/optical/bsdfResourceRolleaseKlems.json diff --git a/tests/valid/component/optical/es-sda-example0101layer.json b/examples/component/optical/es-sda-example0101layer.json similarity index 100% rename from tests/valid/component/optical/es-sda-example0101layer.json rename to examples/component/optical/es-sda-example0101layer.json diff --git a/tests/valid/component/optical/es-sda-example0102unit.json b/examples/component/optical/es-sda-example0102unit.json similarity index 100% rename from tests/valid/component/optical/es-sda-example0102unit.json rename to examples/component/optical/es-sda-example0102unit.json diff --git a/tests/valid/component/optical/testlabVA210706080108integral.json b/examples/component/optical/testlabVA210706080108integral.json similarity index 100% rename from tests/valid/component/optical/testlabVA210706080108integral.json rename to examples/component/optical/testlabVA210706080108integral.json diff --git a/tests/valid/component/optical/testlabVA210706080108spectral.json b/examples/component/optical/testlabVA210706080108spectral.json similarity index 100% rename from tests/valid/component/optical/testlabVA210706080108spectral.json rename to examples/component/optical/testlabVA210706080108spectral.json diff --git a/tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json b/examples/component/photovoltaic/bipvInverterBuildingNatIse.json similarity index 100% rename from tests/valid/component/photovoltaic/bipvInverterBuildingNatIse.json rename to examples/component/photovoltaic/bipvInverterBuildingNatIse.json diff --git a/tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json b/examples/component/photovoltaic/bipvModuleBuildingNatIse.json similarity index 100% rename from tests/valid/component/photovoltaic/bipvModuleBuildingNatIse.json rename to examples/component/photovoltaic/bipvModuleBuildingNatIse.json diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json b/examples/component/photovoltaic/bipvModuleSunovationEnamel.json similarity index 100% rename from tests/valid/component/photovoltaic/bipvModuleSunovationEnamel.json rename to examples/component/photovoltaic/bipvModuleSunovationEnamel.json diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json b/examples/component/photovoltaic/bipvModuleSunovationGlazingLayer.json similarity index 100% rename from tests/valid/component/photovoltaic/bipvModuleSunovationGlazingLayer.json rename to examples/component/photovoltaic/bipvModuleSunovationGlazingLayer.json diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json b/examples/component/photovoltaic/bipvModuleSunovationGlazingUnit.json similarity index 100% rename from tests/valid/component/photovoltaic/bipvModuleSunovationGlazingUnit.json rename to examples/component/photovoltaic/bipvModuleSunovationGlazingUnit.json diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json b/examples/component/photovoltaic/bipvModuleSunovationLayer.json similarity index 100% rename from tests/valid/component/photovoltaic/bipvModuleSunovationLayer.json rename to examples/component/photovoltaic/bipvModuleSunovationLayer.json diff --git a/tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json b/examples/component/photovoltaic/bipvModuleSunovationUnit.json similarity index 100% rename from tests/valid/component/photovoltaic/bipvModuleSunovationUnit.json rename to examples/component/photovoltaic/bipvModuleSunovationUnit.json diff --git a/tests/valid/components/RETROLux_with_two_glazings.json b/examples/components/RETROLux_with_two_glazings.json similarity index 100% rename from tests/valid/components/RETROLux_with_two_glazings.json rename to examples/components/RETROLux_with_two_glazings.json diff --git a/tests/valid/method/methodThreePhase.json b/examples/method/methodThreePhase.json similarity index 100% rename from tests/valid/method/methodThreePhase.json rename to examples/method/methodThreePhase.json diff --git a/tests/valid/method/methodTraceGlare.json b/examples/method/methodTraceGlare.json similarity index 100% rename from tests/valid/method/methodTraceGlare.json rename to examples/method/methodTraceGlare.json diff --git a/tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json b/examples/opticalData/MicroShadeGlassTnh_FG422004tm2.json similarity index 100% rename from tests/valid/opticalData/MicroShadeGlassTnh_FG422004tm2.json rename to examples/opticalData/MicroShadeGlassTnh_FG422004tm2.json diff --git a/tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json b/examples/opticalData/RETROLuxOwithSolarControlGlazingOptical.json similarity index 100% rename from tests/valid/opticalData/RETROLuxOwithSolarControlGlazingOptical.json rename to examples/opticalData/RETROLuxOwithSolarControlGlazingOptical.json diff --git a/tests/valid/opticalData/SunovationGlazingLayerOptical.json b/examples/opticalData/SunovationGlazingLayerOptical.json similarity index 100% rename from tests/valid/opticalData/SunovationGlazingLayerOptical.json rename to examples/opticalData/SunovationGlazingLayerOptical.json diff --git a/tests/valid/opticalData/SunovationModuleEnamelOptical.json b/examples/opticalData/SunovationModuleEnamelOptical.json similarity index 100% rename from tests/valid/opticalData/SunovationModuleEnamelOptical.json rename to examples/opticalData/SunovationModuleEnamelOptical.json diff --git a/tests/valid/opticalData/igsdbExample196.json b/examples/opticalData/igsdbExample196.json similarity index 100% rename from tests/valid/opticalData/igsdbExample196.json rename to examples/opticalData/igsdbExample196.json diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_250903.json b/examples/opticalData/igsdbExampleClearlite-4_250903.json similarity index 100% rename from tests/valid/opticalData/igsdbExampleClearlite-4_250903.json rename to examples/opticalData/igsdbExampleClearlite-4_250903.json diff --git a/tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json b/examples/opticalData/igsdbExampleClearlite-4_extendedBED.json similarity index 100% rename from tests/valid/opticalData/igsdbExampleClearlite-4_extendedBED.json rename to examples/opticalData/igsdbExampleClearlite-4_extendedBED.json diff --git a/tests/valid/opticalData/testlabVE210609042606integral.json b/examples/opticalData/testlabVE210609042606integral.json similarity index 100% rename from tests/valid/opticalData/testlabVE210609042606integral.json rename to examples/opticalData/testlabVE210609042606integral.json diff --git a/tests/valid/opticalData/testlabVE210609042606spectral.json b/examples/opticalData/testlabVE210609042606spectral.json similarity index 100% rename from tests/valid/opticalData/testlabVE210609042606spectral.json rename to examples/opticalData/testlabVE210609042606spectral.json diff --git a/tests/valid/photovoltaicData/SunovationGlazingLayerPhotovoltaic.json b/examples/photovoltaicData/SunovationGlazingLayerPhotovoltaic.json similarity index 100% rename from tests/valid/photovoltaicData/SunovationGlazingLayerPhotovoltaic.json rename to examples/photovoltaicData/SunovationGlazingLayerPhotovoltaic.json diff --git a/tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json b/examples/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json similarity index 100% rename from tests/valid/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json rename to examples/photovoltaicData/SunovationGlazingUnitPhotovoltaic.json diff --git a/tests/valid/photovoltaicData/SunovationModuleLayerPhotovoltaic.json b/examples/photovoltaicData/SunovationModuleLayerPhotovoltaic.json similarity index 100% rename from tests/valid/photovoltaicData/SunovationModuleLayerPhotovoltaic.json rename to examples/photovoltaicData/SunovationModuleLayerPhotovoltaic.json diff --git a/tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json b/examples/photovoltaicData/SunovationModuleUnitPhotovoltaic.json similarity index 100% rename from tests/valid/photovoltaicData/SunovationModuleUnitPhotovoltaic.json rename to examples/photovoltaicData/SunovationModuleUnitPhotovoltaic.json diff --git a/tests/valid/component/assembly/geometricAssemblyWithParent.json b/tests/valid/component/assembly/geometricAssemblyWithParent.json index ae0d1e4b..43b090fe 100644 --- a/tests/valid/component/assembly/geometricAssemblyWithParent.json +++ b/tests/valid/component/assembly/geometricAssemblyWithParent.json @@ -1,6 +1,6 @@ { "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is an example of a general component which is a modification of a parent component. At the same time, the component is an assembly of two other general components.", + "description": "This is an example of a general component which is a more detailed version of a parent component. At the same time, the component is an assembly of two other general components.", "relations": { "concretizationOf": "a99941df-5bb8-4080-89a4-4f3d230afeb6", "assembledOf": [ diff --git a/tests/valid/component/calorimetric/bistMeasurement.json b/tests/valid/component/calorimetric/buildingIntegratedSolarThermalWithMethod.json similarity index 100% rename from tests/valid/component/calorimetric/bistMeasurement.json rename to tests/valid/component/calorimetric/buildingIntegratedSolarThermalWithMethod.json diff --git a/tests/valid/component/smallGeneralComponent.json b/tests/valid/component/centralIdentifier.json similarity index 100% rename from tests/valid/component/smallGeneralComponent.json rename to tests/valid/component/centralIdentifier.json diff --git a/tests/valid/component/smallSpecificComponent.json b/tests/valid/component/decentralIdentifier.json similarity index 100% rename from tests/valid/component/smallSpecificComponent.json rename to tests/valid/component/decentralIdentifier.json diff --git a/tests/valid/component/metadata/abbreviation.json b/tests/valid/component/metadata/abbreviation.json index 8439298c..7c5c5477 100644 --- a/tests/valid/component/metadata/abbreviation.json +++ b/tests/valid/component/metadata/abbreviation.json @@ -1,5 +1,4 @@ { "id": "a99941df-5bb8-4080-89a4-4f3d230afeb6", - "description": "This is the smallest example of a general component. The UUID 'a99941df-5bb8-4080-89a4-4f3d230afeb6' is managed by the metabase.", "abbreviation": "STV.h" } diff --git a/tests/valid/component/optical/spectrum.json b/tests/valid/component/optical/nearnormalHemisphericalSpectrallyResolved.json similarity index 100% rename from tests/valid/component/optical/spectrum.json rename to tests/valid/component/optical/nearnormalHemisphericalSpectrallyResolved.json diff --git a/tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json b/tests/valid/component/optical/nearnormalHemisphericalVisible.json similarity index 96% rename from tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json rename to tests/valid/component/optical/nearnormalHemisphericalVisible.json index 33c755be..df5dd6c7 100644 --- a/tests/valid/component/optical/nearnormalHemisphericalVisibleTransmittance.json +++ b/tests/valid/component/optical/nearnormalHemisphericalVisible.json @@ -28,6 +28,7 @@ "direction": "hemispherical" }, "results": { + "transmittance": 0.8, "reflectance": 0.1 } } diff --git a/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json b/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolved.json similarity index 88% rename from tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json rename to tests/valid/component/optical/nearnormalNearnormalSpectrallyResolved.json index 9b621788..b709d01a 100644 --- a/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolvedTransmittance.json +++ b/tests/valid/component/optical/nearnormalNearnormalSpectrallyResolved.json @@ -27,7 +27,8 @@ } }, "results": { - "transmittance": 0.85 + "transmittance": 0.85, + "reflectance": 0.1 } }, { @@ -45,7 +46,8 @@ } }, "results": { - "transmittance": 0.9 + "transmittance": 0.9, + "reflectance": 0.05 } }, { @@ -63,7 +65,8 @@ } }, "results": { - "transmittance": 0.8 + "transmittance": 0.8, + "reflectance": 0.1 } } ] diff --git a/tests/valid/component/origin/methodAsAservice.json b/tests/valid/component/origin/methodAsAService.json similarity index 100% rename from tests/valid/component/origin/methodAsAservice.json rename to tests/valid/component/origin/methodAsAService.json diff --git a/tests/valid/data/hygrothermalTest.json b/tests/valid/data/hygrothermalTest.json index 2a87858e..0faf3315 100644 --- a/tests/valid/data/hygrothermalTest.json +++ b/tests/valid/data/hygrothermalTest.json @@ -1,3 +1,3 @@ { - "description": "arbitrary string" + "thermalConductivityDry": 0.102 } diff --git a/tests/valid/opticalData/tree.json b/tests/valid/opticalData/arrayComponentCharacteristics.json similarity index 100% rename from tests/valid/opticalData/tree.json rename to tests/valid/opticalData/arrayComponentCharacteristics.json diff --git a/tests/valid/opticalData/colorIgsdbExampleClr-3.json b/tests/valid/opticalData/colorExampleIgsdbClr-3.json similarity index 100% rename from tests/valid/opticalData/colorIgsdbExampleClr-3.json rename to tests/valid/opticalData/colorExampleIgsdbClr-3.json diff --git a/tests/valid/opticalData/uncertainty/amplificationFactor.json b/tests/valid/opticalData/uncertainty/amplificationFactor.json deleted file mode 100644 index e33af0a9..00000000 --- a/tests/valid/opticalData/uncertainty/amplificationFactor.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500, - "uncertainty": { - "amplificationFactor": 2 - } - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } - } - ] - } - ] -} diff --git a/tests/valid/opticalData/uncertainty/bandwidth.json b/tests/valid/opticalData/uncertainty/bandwidth.json deleted file mode 100644 index 1d9386a4..00000000 --- a/tests/valid/opticalData/uncertainty/bandwidth.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "data": [ - { - "dataPoints": [ - { - "incidence": { - "direction": { - "polar": 8 - }, - "wavelengths": { - "wavelength": 500, - "uncertainty": { - "bandwidth": 4 - } - } - }, - "emergence": { - "direction": { - "polar": 8 - } - }, - "results": { - "transmittance": 0.85 - } - } - ] - } - ] -} From 1f649dce82a5b9a24e946e87ff441e49ab6e49c4 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 16:50:29 +0100 Subject: [PATCH 352/362] Add ASTM E2387 to the definition of the azimuth angle --- schemas/opticalData.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/opticalData.json b/schemas/opticalData.json index f4e69586..3a95245d 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -242,7 +242,7 @@ "description": "Direction of incident radiation on sample. An incidence angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", "oneOf": [ { - "description": "Direction of incidence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", + "description": "Direction of incidence in a spherical coordinate system according to [ASTM E2387-05 (Reapproved in 2011)](https://store.astm.org/e2387-05r11.html) and [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", "type": "object", "properties": { "polar": { @@ -251,7 +251,7 @@ }, "azimuth": { "$ref": "number.json#/$defs/degreeBetweenZeroAndThreeHundredSixtyWithUncertainty", - "description": "The direction of incidence is projected onto the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the irradiated surface as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals +30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of incidence is projected onto the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the irradiated surface as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals +30° because of the right-handed coordinate system of [ASTM E2387-05 (Reapproved in 2011)](https://store.astm.org/e2387-05r11.html) and [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } }, "additionalProperties": false, @@ -270,7 +270,7 @@ "description": "Direction of emergent radiation from a sample. An polar angle of 10° or less as defined in the technical report [CIE 130-1998, Practical methods for the measurement of reflectance and transmittance](http://cie.co.at/publications/practical-methods-measurement-reflectance-and-transmittance) is called 'nearnormal' and said to be 'almost perpendicular'.", "oneOf": [ { - "description": "Direction of emergence in a spherical coordinate system according to [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", + "description": "Direction of emergence in a spherical coordinate system according to [ASTM E2387-05 (Reapproved in 2011)](https://store.astm.org/e2387-05r11.html) and [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html).", "type": "object", "properties": { "polar": { @@ -279,7 +279,7 @@ }, "azimuth": { "$ref": "number.json#/$defs/degreeWithUncertainty", - "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the irradiated surface as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals +30° because of the right-handed coordinate system of [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." + "description": "The direction of emergence is projected to the plane of the surface of the sample. The azimuth is the angle between this projection and the prime direction defined at `#/$defs/componentCharacteristics/properties/prime/properties/direction`. It can have values between 0° and 360°. If we look at the irradiated surface as if it was a clock, the prime direction being 12 o'clock and the projection 11 o'clock, then the azimuth equals +30° because of the right-handed coordinate system of [ASTM E2387-05 (Reapproved in 2011)](https://store.astm.org/e2387-05r11.html) and [ISO 80000-2:2019, Quantities and units - Part 2: Mathematics](https://www.iso.org/standard/64973.html)." } }, "additionalProperties": false, From 5f56f029c97366ab42154527d03a76408eb2ae6c Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 17:03:37 +0100 Subject: [PATCH 353/362] Fix the example requests --- requests/database/hasOpticalData.graphql | 2 +- requests/metabase/createMethod.graphql | 38 +++++++++++++----------- requests/metabase/tutorial.graphql | 2 +- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/requests/database/hasOpticalData.graphql b/requests/database/hasOpticalData.graphql index cdf424f9..09f1849f 100644 --- a/requests/database/hasOpticalData.graphql +++ b/requests/database/hasOpticalData.graphql @@ -6,7 +6,7 @@ query { byGValue: hasOpticalData( where: { - nearnormalHemisphericalVisibleReflectance: { + nearnormalHemisphericalVisibleReflectances: { some: { lessThanOrEqualTo: 0.04 } } } diff --git a/requests/metabase/createMethod.graphql b/requests/metabase/createMethod.graphql index 37341733..803f04e0 100644 --- a/requests/metabase/createMethod.graphql +++ b/requests/metabase/createMethod.graphql @@ -30,24 +30,26 @@ mutation { institutionDeveloperIds: ["5320d6fb-b96d-4aeb-a24c-eb7036d3437a"] managerId: "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" name: "Complex measurement with calculations" - publication: { - abstract: "Very short abstract" - arXiv: "2406.01666" - authors: ["Max Mustermann", "Martina Muster"] - doi: "10.1016/j.solener.2023.05.065" - section: "1" - title: "Optical measurements" - urn: "isbn:0451450523" - webAddress: "https://www.sciencedirect.com/science/article/pii/S0038092X17304613" - } - standard: { - abstract: "Very short abstract" - locator: "https://www.dinmedia.de/en/standard/din-en-410/138424213" - numeration: { mainNumber: "410", prefix: "", suffix: "" } - section: "1" - standardizers: [CEN, DIN] - title: "Standard for optical measurements" - year: 2024 + reference: { + publication: { + abstract: "Very short abstract" + arXiv: "2406.01666" + authors: ["Max Mustermann", "Martina Muster"] + doi: "10.1016/j.solener.2023.05.065" + section: "1" + title: "Optical measurements" + urn: "isbn:0451450523" + webAddress: "https://www.sciencedirect.com/science/article/pii/S0038092X17304613" + } + standard: { + abstract: "Very short abstract" + locator: "https://www.dinmedia.de/en/standard/din-en-410/138424213" + numeration: { mainNumber: "410", prefix: "", suffix: "" } + section: "1" + standardizers: [CEN, DIN] + title: "Standard for optical measurements" + year: 2024 + } } userDeveloperIds: ["d1f19101-e1e7-4e16-a09a-78b7b127b89f"] validity: { diff --git a/requests/metabase/tutorial.graphql b/requests/metabase/tutorial.graphql index 787140df..440bc612 100644 --- a/requests/metabase/tutorial.graphql +++ b/requests/metabase/tutorial.graphql @@ -15,7 +15,7 @@ query { } componentsByInstitution: institution( - uuid: "24cd615f-ccc3-4da0-811b-0e0ce18f354c" + id: "24cd615f-ccc3-4da0-811b-0e0ce18f354c" ) { manufacturedComponents { edges { From c9c7841135755fdbaebd3aaa4dde05f17c5e77fd Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 19 Nov 2025 17:57:35 +0100 Subject: [PATCH 354/362] ONLY HALF of the README introduction is updated --- README.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 146e70a4..b09d742b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GraphQL queries deal with metadata about data sets. They are used to find suitab The format [BED-JSON](https://github.com/building-envelope-data/api/blob/develop/schemas/data.json) is used for the pure data. [solarTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/solarTransmittanceReflectance.json) is an example of a pure data set. It must be valid against the JSON Schema [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json). -JSON schemas are in the directory `./schemas` and example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that are supposed to be valid and the directory `./tests/invalid` JSON files that are supposed to be invalid. There is a [schematic drawing of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png) and more [visualizations of optical examples](docs/diagrams/out/opticalData). There is also a [schematic drawing of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png) and more [visualizations of calorimetric examples](docs/diagrams/out/calorimetricData). +JSON schemas are in the directory `./schemas` and realistic example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that must be valid and the directory `./tests/invalid` JSON files that must to be invalid against the schema with the same name as the folder. There is a [schematic drawing of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png) and more [visualizations of optical examples](docs/diagrams/out/opticalData). There is also a [schematic drawing of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png) and more [visualizations of calorimetric examples](docs/diagrams/out/calorimetricData). The following introduction explains the structure for new users and the section "On your Linux machine" explains how you can work with the API specification. @@ -40,7 +40,54 @@ If you don't find the answer there and if your question is related to the code, ## Introduction -The example JSON files `./examples` present examples of data formatted according to the JSON schemas and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/integralAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42). +There are many domains of data such as optical, calorimetric, geometric, hygrothermal, lifeCycle and more. This introduction begins with optical data to illustrate the structure. + +[solarTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/solarTransmittanceReflectance.json) is a simple example how the nearnormal-hemispherical solar transmittance and reflectance can be exchanged. [infraredDataPointForDiagram.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/infraredDataPointForDiagram.json) is an example for infrared values. [colorVisibleTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json) is an example for visible optical properties. All three are examples of optical properties integrated over a range of wavelengths. + +[spectrallyResolvedDataPointsForDiagram.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json) is an example of spectrally resolved optical data. To keep it simple, it includes only the values for three wavelenghts. [igsdbExampleClearlite-4_250903.json](https://github.com/building-envelope-data/api/blob/develop/examples/opticalData/igsdbExampleClearlite-4_250903.json) is a realistic optical data set which includes spectrally-resolved data as well as integral data. + +These optical datasets must all be valid against the JSON Schema [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json). [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json) defines each key and is therefore the best source to learn more about the details of optical datasets. + +In order to find such optical data sets, it's best to start with the GraphQL endpoint https://www.buildingenvelopedata.org/graphql/ as the entrance to the product data network. You can enter there for example the following query: + +``` +query { + databases { + edges { + node { + name + allOpticalData(first: 3) { + edges { + node { + componentId + resourceTree { + root { + value { + locator + } + } + } + } + } + totalCount + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } + } + } + } + } +} +``` + +The field `locator` returns a URL which you can use to download the optical data set. The query is for all optical data of the product data network. You can use [pagination](https://graphql.org/learn/pagination/) to download all optical datasets. This example shows you that first GraphQL is used to search for the data sets before JSON data sets are downloaded. You find more query examples in [tutorial.graphql](https://github.com/building-envelope-data/api/blob/develop/requests/metabase/tutorial.graphql) + +######### + +The folder `./examples` provides realistic examples of data formatted according to the JSON schema with the same name of the subfolder. For example, [s and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/integralAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42). Like all data about components, the example is valid against the schema [component.json](https://github.com/building-envelope-data/api/blob/develop/schemas/component.json) which references [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json), [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) and more. In this way, metadata about one component can be exchanged as well as optical data, calorimetric data and more about this component. From e162ab769f16acd580e9820ac3fbb08161f8bd04 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Nov 2025 12:38:30 +0100 Subject: [PATCH 355/362] Extend the introduction of README --- README.md | 29 +++++++++++++++---- ...BuildingIntegratedPhotovoltaicThermal.json | 26 ++++++++++++++++- 2 files changed, 48 insertions(+), 7 deletions(-) rename examples/component/{allDomains => severalDomains}/semitransparentBuildingIntegratedPhotovoltaicThermal.json (90%) diff --git a/README.md b/README.md index b09d742b..a0ed03c0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ The following introduction explains the structure for new users and the section [Introduction](#introduction) +- [With optical data as example](#with-optical-data-as-example) +- [In general for all domains](#in-general-for-all-domains) +- [Combining the GraphQL responses with the datasets](#combining-the-graphql-responses-with-the-datasets) +- [How was the data created?](#how-was-the-data-created) + [How to use this repository](#how-to-use-this-repository) - [For beginners](#for-beginners) @@ -42,6 +47,8 @@ If you don't find the answer there and if your question is related to the code, There are many domains of data such as optical, calorimetric, geometric, hygrothermal, lifeCycle and more. This introduction begins with optical data to illustrate the structure. +### With optical data as example + [solarTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/solarTransmittanceReflectance.json) is a simple example how the nearnormal-hemispherical solar transmittance and reflectance can be exchanged. [infraredDataPointForDiagram.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/infraredDataPointForDiagram.json) is an example for infrared values. [colorVisibleTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/colorVisibleTransmittanceReflectance.json) is an example for visible optical properties. All three are examples of optical properties integrated over a range of wavelengths. [spectrallyResolvedDataPointsForDiagram.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/spectrallyResolvedDataPointsForDiagram.json) is an example of spectrally resolved optical data. To keep it simple, it includes only the values for three wavelenghts. [igsdbExampleClearlite-4_250903.json](https://github.com/building-envelope-data/api/blob/develop/examples/opticalData/igsdbExampleClearlite-4_250903.json) is a realistic optical data set which includes spectrally-resolved data as well as integral data. @@ -83,17 +90,27 @@ query { } ``` -The field `locator` returns a URL which you can use to download the optical data set. The query is for all optical data of the product data network. You can use [pagination](https://graphql.org/learn/pagination/) to download all optical datasets. This example shows you that first GraphQL is used to search for the data sets before JSON data sets are downloaded. You find more query examples in [tutorial.graphql](https://github.com/building-envelope-data/api/blob/develop/requests/metabase/tutorial.graphql) +The field `locator` returns a URL which you can use to download the optical data set. The query is for all optical data of the product data network. You can use [pagination](https://graphql.org/learn/pagination/) to download all optical datasets. This example shows you that first GraphQL is used to search for the data sets before JSON data sets are downloaded. You find more query examples in [tutorial.graphql](https://github.com/building-envelope-data/api/blob/develop/requests/metabase/tutorial.graphql). Whenever you have questions regarding these queries, you find all details about them in the [GraphQL specification](https://github.com/building-envelope-data/api/blob/develop/apis/metabase.graphql). + +### In general for all domains + +For other domains hygrothermal, geometric, calorimetric and lifeCycle, it is helpful to understand the structure of this repository. For each domain, there is a JSON Schema like [hygrothermalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/hygrothermalData.json), [geometricData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/geometricData.json), ... in the folder `./schemas`. The folder `./examples` provides realistic examples. Each example must be valid against the JSON Schema with the name of the subfolder. For example, the JSON files of `./examples/calorimetricData` must be valid against the JSON Schema [calorimetricData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetricData.json). The JSON Schema contains all information which you need to understand the content of the JSON files. + +The folder `./tests/valid` contains JSON files which test specifically what their name indicates. Each test must be valid against the JSON Schema with the name of the subfolder. For example, the JSON files of `./tests/valid/hygrothermalData` must be valid against the JSON Schema [hygrothermalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/hygrothermalData.json). The folder `./tests/invalid` contains JSON files which must be invalid against the JSON Schema with the name of the subfolder. + +The tests and examples help to understand the exchange of product data. They are also important for the development of this specification to ensure that a new feature does not compromise the existing features. + +### Combining the GraphQL responses with the datasets -######### +Usually, GraphQL is used to to query for datasets and then the dataset are downloaded as a JSON file. However, the response of a GraphQL query is valid JSON. Therefore, the GraphQL responses can be combined with the datasets to one large JSON file. -The folder `./examples` provides realistic examples of data formatted according to the JSON schema with the same name of the subfolder. For example, [s and could be part of the response of a GraphQL endpoint. For example, [nearnormalHemisphericalSolarReflectanceAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/optical/integralAccordingToStandard.json) is an example of data about a component with an [identifier](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L4) and an [optical data set](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42). +For example, [semitransparentBuildingIntegratedPhotovoltaicThermal.json](https://github.com/building-envelope-data/api/blob/develop/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json) must be valid against the JSON Schema [component.json](https://github.com/building-envelope-data/api/blob/develop/schemas/component.json). It contains the [central identifier](https://github.com/building-envelope-data/api/blob/5f56f029c97366ab42154527d03a76408eb2ae6c/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json#L2) of the component which is create when the component is registered in the metabase buildingenvelopedata.org. Each dataset of each domain has its own [decentral identifier](https://github.com/building-envelope-data/api/blob/5f56f029c97366ab42154527d03a76408eb2ae6c/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json#L6-L9) which is managed by the product database(s) which contain the datasets. -Like all data about components, the example is valid against the schema [component.json](https://github.com/building-envelope-data/api/blob/develop/schemas/component.json) which references [optical.json](https://github.com/building-envelope-data/api/blob/develop/schemas/optical.json), [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) and more. In this way, metadata about one component can be exchanged as well as optical data, calorimetric data and more about this component. +### How was the data created? -An optical data set can include metadata like the [standard](https://github.com/building-envelope-data/api/blob/4bce48eda1a3a8a0e4532d3c7d9ae44e01bb73cd/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L16) according to which the optical data was determined. The pure [optical data](https://github.com/building-envelope-data/api/blob/d3e2771ada2672ef9ecdfc4d32a2356a13909fc9/examples/buildingEnvelopes/optical/integralAccordingToStandard.json#L42) is formatted according to [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json), because optical.json [references opticalData.json](https://github.com/building-envelope-data/api/blob/6af9034b0964133386100d484d7bd9fdcf8e5afb/schemas/optical.json#L65). +It is possible to define the method which was used to create a dataset. The methods can be registered in the metabase buildingenvelopedata.org . Each method receives its unique central identifier. -Similarly, [calorimetric.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetric.json) defines the metadata about a calorimetric data set and refers to [calorimetricData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/calorimetricData.json) for the pure calorimetric data which is illustrated by the example [bistMeasurement.json](https://github.com/building-envelope-data/api/blob/develop/examples/buildingEnvelopes/calorimetric/bistMeasurement.json). +The test [integralAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json) is an example of an optical dataset which was created according to [a standard](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json#L14-L20). The dataset which was used as the source of the calculation is defined in the [lines 25-31](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json#L25-L31). It would be possible to define [arguments](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json#L23) of the calculation method. ## How to use this repository diff --git a/examples/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json b/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json similarity index 90% rename from examples/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json rename to examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json index f1374db8..fc2fb7ca 100644 --- a/examples/component/allDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json +++ b/examples/component/severalDomains/semitransparentBuildingIntegratedPhotovoltaicThermal.json @@ -25,7 +25,8 @@ "direction": "hemispherical" }, "results": { - "reflectance": 0.5 + "transmittance": 0.15, + "reflectance": 0.1 } } ] @@ -100,6 +101,10 @@ ], "photovoltaic": [ { + "id": { + "value": "6976d1c4-db17-4bab-a55f-10edb7120b6b", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, "data": [ { "module": { @@ -198,5 +203,24 @@ } ] } + ], + "geometric": [ + { + "id": { + "value": "d7aa6538-44cc-4e90-a628-880d5d482e50", + "issuedBy": "5320d6fb-b96d-4aeb-a24c-eb7036d3437a" + }, + "data": [ + { + "dimensions": { + "installed": [ + { + "thickness": 0.3 + } + ] + } + } + ] + } ] } From 0b1f982fa25ba0f7048dabf8f94715e85afd315e Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Thu, 20 Nov 2025 12:39:49 +0100 Subject: [PATCH 356/362] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d749957..64efffd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ and this project adheres to - Extend BED-JSON to include everything from LBNL-JSON [#352](https://github.com/building-envelope-data/api/pull/352) - Improve descriptions of angles, surfaces and orientations [#360](https://github.com/building-envelope-data/api/pull/360) - Rename `dbe` to `buildingEnvelopes` and `dsb` to `buildings` [#361](https://github.com/building-envelope-data/api/pull/361) -- +- Restructure the repository [#364](https://github.com/building-envelope-data/api/pull/364) - - - From 6966de27851c0c664f250ecba22c3d6873181c17 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Mon, 24 Nov 2025 17:25:51 +0100 Subject: [PATCH 357/362] Correct typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0ed03c0..551a87d7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GraphQL queries deal with metadata about data sets. They are used to find suitab The format [BED-JSON](https://github.com/building-envelope-data/api/blob/develop/schemas/data.json) is used for the pure data. [solarTransmittanceReflectance.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/opticalData/solarTransmittanceReflectance.json) is an example of a pure data set. It must be valid against the JSON Schema [opticalData.json](https://github.com/building-envelope-data/api/blob/develop/schemas/opticalData.json). -JSON schemas are in the directory `./schemas` and realistic example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that must be valid and the directory `./tests/invalid` JSON files that must to be invalid against the schema with the same name as the folder. There is a [schematic drawing of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png) and more [visualizations of optical examples](docs/diagrams/out/opticalData). There is also a [schematic drawing of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png) and more [visualizations of calorimetric examples](docs/diagrams/out/calorimetricData). +JSON schemas are in the directory `./schemas` and realistic example JSON files in the directory `./examples`. The directory `./tests/valid` provides test JSON files that must be valid and the directory `./tests/invalid` JSON files that must be invalid against the schema with the same name as the folder. There is a [schematic drawing of an optical data point](docs/diagrams/out/opticalData/opticalDataPointSchematicDrawing/opticalDataPointSchematicDrawing.png) and more [visualizations of optical examples](docs/diagrams/out/opticalData). There is also a [schematic drawing of a calorimetric data set](docs/diagrams/out/calorimetricData/calorimetricDataSchematicDrawing/calorimetricDataSchematicDrawing.png) and more [visualizations of calorimetric examples](docs/diagrams/out/calorimetricData). The following introduction explains the structure for new users and the section "On your Linux machine" explains how you can work with the API specification. @@ -45,7 +45,7 @@ If you don't find the answer there and if your question is related to the code, ## Introduction -There are many domains of data such as optical, calorimetric, geometric, hygrothermal, lifeCycle and more. This introduction begins with optical data to illustrate the structure. +There are many domains of data such as optical, calorimetric, geometric, hygrothermal, life cycle and more. This introduction begins with optical data to illustrate the structure. ### With optical data as example @@ -108,9 +108,9 @@ For example, [semitransparentBuildingIntegratedPhotovoltaicThermal.json](https:/ ### How was the data created? -It is possible to define the method which was used to create a dataset. The methods can be registered in the metabase buildingenvelopedata.org . Each method receives its unique central identifier. +It is possible to define the method which was used to create a dataset. The methods must be registered in the metabase buildingenvelopedata.org . Each method receives its unique central identifier. -The test [integralAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json) is an example of an optical dataset which was created according to [a standard](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json#L14-L20). The dataset which was used as the source of the calculation is defined in the [lines 25-31](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json#L25-L31). It would be possible to define [arguments](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json#L23) of the calculation method. +The test [integralAccordingToStandard.json](https://github.com/building-envelope-data/api/blob/develop/tests/valid/component/optical/integralAccordingToStandard.json) is an example of an optical dataset which was created according to [a standard](https://github.com/building-envelope-data/api/blob/5f56f029c97366ab42154527d03a76408eb2ae6c/tests/valid/component/optical/integralAccordingToStandard.json#L14-L20). The dataset which was used as the source of the calculation is defined in the [lines 25-31](https://github.com/building-envelope-data/api/blob/5f56f029c97366ab42154527d03a76408eb2ae6c/tests/valid/component/optical/integralAccordingToStandard.json#L25-L31). It would be possible to define [arguments](https://github.com/building-envelope-data/api/blob/5f56f029c97366ab42154527d03a76408eb2ae6c/tests/valid/component/optical/integralAccordingToStandard.json#L23) of the calculation method. ## How to use this repository From ff28991c55b3f8703f847428f097ff236c4badb2 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 13 Jan 2026 17:36:39 +0100 Subject: [PATCH 358/362] Update "$id" of all JSON Schemas --- schemas/calorimetric.json | 4 +- schemas/calorimetricData.json | 23 +++- schemas/common.json | 77 ++++++++--- schemas/component.json | 29 +++- schemas/components.json | 8 +- schemas/data.json | 4 +- schemas/gaps.json | 10 +- schemas/geometric.json | 4 +- schemas/geometricData.json | 50 +++++-- schemas/hygrothermal.json | 4 +- schemas/hygrothermalData.json | 34 +++-- schemas/identifier.json | 9 +- schemas/layer.json | 10 +- schemas/lifeCycle.json | 4 +- schemas/lifeCycleData.json | 241 ++++++++++++++++++++++++++++------ schemas/material.json | 4 +- schemas/method.json | 43 ++++-- schemas/number.json | 71 ++++++++-- schemas/optical.json | 4 +- schemas/opticalData.json | 142 ++++++++++++++++---- schemas/photovoltaic.json | 4 +- schemas/photovoltaicData.json | 150 ++++++++++++++++----- schemas/stakeholder.json | 23 +++- schemas/string.json | 4 +- schemas/unit.json | 4 +- 25 files changed, 749 insertions(+), 211 deletions(-) diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index 79bb93b0..32e93ae4 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/calorimetric.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/calorimetric.json", "title": "metadata about calorimetric datasets", "description": "Data about calorimetric measurements or simulations with meta information like name, description, warnings, and more.", "$defs": { @@ -77,4 +77,4 @@ } }, "$ref": "#/$defs/calorimetric" -} +} \ No newline at end of file diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index 44b419af..a45e7121 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/calorimetricData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/calorimetricData.json", "title": "calorimetric data", "description": "datasets about calorimetric measurements or simulations. In particular, energy fluxes are important.", "$defs": { @@ -38,7 +38,10 @@ "properties": { "conditions": { "type": "string", - "enum": ["dynamic", "stationary"], + "enum": [ + "dynamic", + "stationary" + ], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "surface": { @@ -373,10 +376,14 @@ } }, "then": { - "required": ["description"] + "required": [ + "description" + ] }, "else": { - "required": ["category"] + "required": [ + "category" + ] }, "additionalProperties": false }, @@ -417,9 +424,13 @@ }, "side": { "type": "string", - "enum": ["exterior", "interior", "lateral"], + "enum": [ + "exterior", + "interior", + "lateral" + ], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/common.json b/schemas/common.json index 62fed830..20f0764e 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/common.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/common.json", "title": "common definitions", "description": "Definitions which are used in several other schemas.", "$defs": { @@ -62,7 +62,9 @@ } }, "additionalProperties": false, - "required": ["standard"] + "required": [ + "standard" + ] }, { "type": "object", @@ -73,7 +75,9 @@ } }, "additionalProperties": false, - "required": ["publication"] + "required": [ + "publication" + ] } ] }, @@ -130,7 +134,9 @@ } }, "additionalProperties": false, - "required": ["identifiers"] + "required": [ + "identifiers" + ] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -206,7 +212,9 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": ["mainNumber"] + "required": [ + "mainNumber" + ] }, "year": { "type": "integer", @@ -220,7 +228,10 @@ } }, "additionalProperties": false, - "required": ["standardizers", "numeration"], + "required": [ + "standardizers", + "numeration" + ], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -237,7 +248,10 @@ } }, "additionalProperties": false, - "required": ["i", "v"] + "required": [ + "i", + "v" + ] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -272,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["approver"] + "required": [ + "approver" + ] }, "approvalVerification": { "title": "How to verify the approval", @@ -352,7 +368,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["voltage"] + "required": [ + "voltage" + ] }, { "title": "Thermochromic layers", @@ -366,7 +384,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["temperature"] + "required": [ + "temperature" + ] }, { "title": "Photochromic layers", @@ -380,7 +400,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["irradiance"] + "required": [ + "irradiance" + ] } ] }, @@ -474,7 +496,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "fileMetaInformation": { "type": "object", @@ -496,14 +520,22 @@ } }, "additionalProperties": false, - "required": ["path", "format"] + "required": [ + "path", + "format" + ] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], + "enum": [ + "exterior", + "asBuildingEnvelope", + "inBetween", + "interior" + ], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -652,7 +684,10 @@ "properties": { "fractionType": { "type": "string", - "enum": ["weight", "volume"], + "enum": [ + "weight", + "volume" + ], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -683,14 +718,20 @@ } }, "additionalProperties": false, - "required": ["material", "fraction"] + "required": [ + "material", + "fraction" + ] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": ["fractionType", "fractions"] + "required": [ + "fractionType", + "fractions" + ] } } -} +} \ No newline at end of file diff --git a/schemas/component.json b/schemas/component.json index debd6721..959c2f7b 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/component.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/component.json", "title": "component data", "description": "A component can be small like a screw and large like a building. A component can be an assembly of other components. For example, the building envelope can be a component assembled of windows and walls. The data of a component contains metadata about the component as well as keys for special data domains such as 'optical' for optical data and 'geometric' for geometric data of the component. The aim is to restrict the possible representations of one dataset as much as possible to make it easy to develop software which interprets the data correctly. If you should miss any key, please propose it at the website to be included in the next update of this schema.", "$defs": { @@ -145,7 +145,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "categories": { "title": "The categories which a component can have.", @@ -155,7 +157,11 @@ "type": "array", "items": { "type": "string", - "enum": ["material", "layer", "unit"], + "enum": [ + "material", + "layer", + "unit" + ], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -229,7 +235,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "characteristics": { "title": "The characteristics a component can have which do not change between different datasets about this component.", @@ -359,7 +367,10 @@ } }, "minProperties": 2, - "required": ["surface", "rootMeanSquare"] + "required": [ + "surface", + "rootMeanSquare" + ] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -383,10 +394,14 @@ }, "surface": { "type": "string", - "enum": ["nonPrime", "prime", "symmetric"], + "enum": [ + "nonPrime", + "prime", + "symmetric" + ], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in the property `prime/surface`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} +} \ No newline at end of file diff --git a/schemas/components.json b/schemas/components.json index 30d7265b..18a79cd8 100644 --- a/schemas/components.json +++ b/schemas/components.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/components.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/components.json", "title": "data about components", "description": "This schema can be used to share an array of components. For example the components of a manufacturer can be shared or an assembled component together with all subcomponents.", "type": "object", @@ -15,5 +15,7 @@ } }, "additionalProperties": false, - "required": ["components"] -} + "required": [ + "components" + ] +} \ No newline at end of file diff --git a/schemas/data.json b/schemas/data.json index 595dad87..b6924e52 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/data.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/data.json", "title": "general schema for BED-JSON datasets", "description": "The schemas of building-envelope-data can be used to validate datasets from many domains such as `opticalData`, `calorimetricData`, `photovoltaicData`, `geometricData`, `hygrothermalData` and `lifeCycleData`. The schemas from these domains together are name \"BED-JSON\" as a JSON format for building envelope datasets.", "$defs": { @@ -34,4 +34,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/gaps.json b/schemas/gaps.json index ad47841e..9d1959a4 100644 --- a/schemas/gaps.json +++ b/schemas/gaps.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/gaps.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/gaps.json", "title": "gap data", "description": "Gaps in building envelope components. Building envelopes can be assembled by several parts. The dimensions of the gaps between those parts can be important for example regarding the heat transfer.", "$defs": { @@ -10,7 +10,11 @@ "properties": { "reveal": { "type": "string", - "enum": ["inside", "outside", "other"], + "enum": [ + "inside", + "outside", + "other" + ], "description": "The item defines whether the shading is inside the reveal or outside or something beyond both categories." }, "dTop": { @@ -39,4 +43,4 @@ } }, "$ref": "#/$defs/gaps" -} +} \ No newline at end of file diff --git a/schemas/geometric.json b/schemas/geometric.json index 3990058a..a470d245 100644 --- a/schemas/geometric.json +++ b/schemas/geometric.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/geometric.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/geometric.json", "title": "metadata about geometric datasets", "description": "Geometric datasets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/geometric" -} +} \ No newline at end of file diff --git a/schemas/geometricData.json b/schemas/geometricData.json index dc106e60..e915a8b1 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/geometricData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/geometricData.json", "title": "geometric data", "description": "Geometric datasets of building envelope components. It shall be possible to exchange the results of all important details about the geometry of a component.", "$defs": { @@ -105,7 +105,10 @@ } }, "additionalProperties": false, - "required": ["latitude", "longitude"] + "required": [ + "latitude", + "longitude" + ] }, "location": { "title": "The location of the center of mass of the component.", @@ -125,7 +128,10 @@ } }, "additionalProperties": false, - "required": ["east", "north"] + "required": [ + "east", + "north" + ] }, "orientation": { "title": "The orientation of the non-prime surface of the component.", @@ -145,7 +151,10 @@ } }, "additionalProperties": false, - "required": ["azimuth", "componentTilt"] + "required": [ + "azimuth", + "componentTilt" + ] }, "assembly": { "title": "The geometry of the subcomponents which are used for this assembly.", @@ -168,7 +177,9 @@ }, "additionalProperties": false, "minProperties": 1, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 2 }, @@ -187,7 +198,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -204,7 +219,11 @@ } }, "additionalProperties": false, - "required": ["x", "y", "z"] + "required": [ + "x", + "y", + "z" + ] }, "coordinateSystem": { "title": "Definition of the coordinate system of the dataset", @@ -247,7 +266,10 @@ } }, "additionalProperties": false, - "required": ["uDirection", "vDirection"] + "required": [ + "uDirection", + "vDirection" + ] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -278,7 +300,9 @@ } }, "additionalProperties": false, - "required": ["weights"] + "required": [ + "weights" + ] } ], "minItems": 2, @@ -298,7 +322,11 @@ } }, "additionalProperties": false, - "required": ["degree", "controlPoints", "knots"] + "required": [ + "degree", + "controlPoints", + "knots" + ] }, "body": { "type": "object", @@ -318,4 +346,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 1cb16321..5c9bbf6d 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/hygrothermal.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/hygrothermal.json", "title": "metadata about hygrothermal datasets", "description": "Hygrothermal data with meta information like name, description, warnings, and more.", "$defs": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/hygrothermal" -} +} \ No newline at end of file diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 8049ef3b..49b54fb1 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/hygrothermalData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/hygrothermalData.json", "title": "hygrothermal data", "description": "Hygrothermal data which can be used for hygrothermal simulations. Humidity needs to be handled properly to create sustainable buildings with high comfort.", "$defs": { @@ -79,7 +79,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["relativeHumidityAbsolute", "waterContent"] + "required": [ + "relativeHumidityAbsolute", + "waterContent" + ] }, "minItems": 0, "uniqueItems": true @@ -102,7 +105,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["waterContent", "liquidTransportCoefficient"] + "required": [ + "waterContent", + "liquidTransportCoefficient" + ] }, "minItems": 0, "uniqueItems": true @@ -125,7 +131,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["waterContent", "liquidTransportCoefficient"] + "required": [ + "waterContent", + "liquidTransportCoefficient" + ] }, "minItems": 0, "uniqueItems": true @@ -148,7 +157,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["waterContent", "thermalConductivity"] + "required": [ + "waterContent", + "thermalConductivity" + ] }, "minItems": 0, "uniqueItems": true @@ -170,7 +182,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["temperature", "thermalConductivity"] + "required": [ + "temperature", + "thermalConductivity" + ] }, "minItems": 0, "uniqueItems": true @@ -217,7 +232,10 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": ["temperature", "enthalpy"] + "required": [ + "temperature", + "enthalpy" + ] }, "minItems": 0, "uniqueItems": true @@ -229,4 +247,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/identifier.json b/schemas/identifier.json index 61a4d29b..e50695dd 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/identifier.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/identifier.json", "title": "Identifiers", "description": "Identifiers are used to identify different entities such as buildings, components, datasets, institutions, methods, and many others. They are either centrally managed by `buildingenvelopedata.org` or decentrally for example by a building owner. Components may either have a central identifier for example as a general product or a decentral identifier for example for specific instances of a product in a specific building.", "$defs": { @@ -27,7 +27,10 @@ } }, "additionalProperties": false, - "required": ["value", "issuedBy"] + "required": [ + "value", + "issuedBy" + ] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -43,4 +46,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} +} \ No newline at end of file diff --git a/schemas/layer.json b/schemas/layer.json index 9dd71e22..8ef94fd8 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/layer.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/layer.json", "title": "layer data", "description": "The categories, characteristics, and properties of a layer.", "$defs": { @@ -87,7 +87,11 @@ }, "orientationAxis": { "type": "string", - "enum": ["horizontal", "vertical", "neither"], + "enum": [ + "horizontal", + "vertical", + "neither" + ], "description": "The orientation axis is important for example for venetian blinds." }, "slat": { @@ -153,4 +157,4 @@ "required": [] } } -} +} \ No newline at end of file diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index 5f0e333d..b10d5363 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycle.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/lifeCycle.json", "title": "metadata about life cycle datasets", "description": "Life-cycle datasets of components with meta information like name, description, warnings, and more.", "$defs": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index 5223aae6..f5b95d1a 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/lifeCycleData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/lifeCycleData.json", "title": "life cycle data", "description": "Life-cycle datasets of building envelope components. It shall be possible to exchange the most important data about circularity, life-cycle analysis and compliance. At the same time, this general format is intended to limit the number of possible representations of one dataset to make it easy to develop software which interprets the data correctly.", "$defs": { @@ -179,12 +179,22 @@ }, "intersection": { "type": "string", - "enum": ["Unknown", "Complete", "Incidental", "None"], + "enum": [ + "Unknown", + "Complete", + "Incidental", + "None" + ], "description": "Intersection of the materials." }, "productEdge": { "type": "string", - "enum": ["Unknown", "Closed", "Overlapping", "Open"], + "enum": [ + "Unknown", + "Closed", + "Overlapping", + "Open" + ], "description": "Form of the product edge." }, "index": { @@ -646,7 +656,14 @@ "CategoryDecopaint": { "type": "string", "description": "Category (Wb) of current Decopaint-RL (Appendix II)", - "enum": ["n.v.", "a", "b", "g", "h", "d"] + "enum": [ + "n.v.", + "a", + "b", + "g", + "h", + "d" + ] }, "WaterSoluble": { "type": "boolean", @@ -857,7 +874,13 @@ "Emicode": { "type": "string", "description": "Certified with EMICODE", - "enum": ["n.v", "EC1", "EC1PLUS", "EC1-R", "EC1PLUS-R"] + "enum": [ + "n.v", + "EC1", + "EC1PLUS", + "EC1-R", + "EC1PLUS-R" + ] }, "ConsistsOfPu": { "type": "boolean", @@ -926,7 +949,16 @@ "CorrosivityCategory": { "type": "string", "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", - "enum": ["n.v.", "C1", "C2", "C3", "C4", "C5-I", "C5-M", "all"] + "enum": [ + "n.v.", + "C1", + "C2", + "C3", + "C4", + "C5-I", + "C5-M", + "all" + ] }, "VocContentPerSquaremeter": { "type": "number", @@ -979,7 +1011,17 @@ "ApplicationClass": { "type": "string", "description": "Wood application class according to DIN 68800-3", - "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] }, "OnlyConstructiveWoodProtection": { "type": "boolean", @@ -1503,7 +1545,11 @@ "EPDAvailable": { "type": "string", "description": "Type of EPD available for the product. ", - "enum": ["n.v.", "Industry-average EPD", "Product specific EPD"] + "enum": [ + "n.v.", + "Industry-average EPD", + "Product specific EPD" + ] }, "Reduction5": { "type": "boolean", @@ -1522,7 +1568,13 @@ "C2CCertified": { "type": "string", "description": "The product is Cradle to Cradle (version 3 or later) certified", - "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] }, "DeclareCertified": { "type": "string", @@ -1539,7 +1591,13 @@ "FactsCertified": { "type": "string", "description": "Product is Facts – NSF/ANSI 336 certified", - "enum": ["n.v.", "compliant", "silver", "gold", "platinum"] + "enum": [ + "n.v.", + "compliant", + "silver", + "gold", + "platinum" + ] }, "GlobalGreenTagPHDCertified": { "type": "boolean", @@ -1704,7 +1762,11 @@ "SCAQMDVOCLimitsCompliant": { "type": "string", "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", - "enum": ["n.v.", "Rule 1113", "Rule 1168"] + "enum": [ + "n.v.", + "Rule 1113", + "Rule 1168" + ] }, "TSCACompliant": { "type": "boolean", @@ -1753,7 +1815,12 @@ "HealthRATECertified": { "type": "string", "description": "The product is HealthRATE™ mark certified", - "enum": ["n.v.", "SilverHEALTH", "GoldHEALTH", "PlatinumHEALTH"] + "enum": [ + "n.v.", + "SilverHEALTH", + "GoldHEALTH", + "PlatinumHEALTH" + ] }, "PFASFree": { "type": "boolean", @@ -1782,7 +1849,12 @@ "ByggvarubedömningenCompliant": { "type": "string", "description": "The product is classified according to the Byggvarubedömningen criterion", - "enum": ["n.v.", "recommended", "accepted", "to be avoided"] + "enum": [ + "n.v.", + "recommended", + "accepted", + "to be avoided" + ] }, "IngredientsThirdPartyVerified": { "type": "boolean", @@ -1791,7 +1863,13 @@ "MaterialHealthCertified": { "type": "string", "description": "Product has Material Health Certificate (version 3 or later)", - "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] + "enum": [ + "n.v.", + "bronze", + "silver", + "gold", + "platinum" + ] }, "LCAActionPlanAvailable": { "type": "boolean", @@ -1844,7 +1922,11 @@ "PS109Compliant": { "type": "string", "description": "The product is compliant with the PS 1-09 standard for structural plywood", - "enum": ["n.v.", "Exterior", "Exposure 1"] + "enum": [ + "n.v.", + "Exterior", + "Exposure 1" + ] }, "PS210Compliant": { "type": "boolean", @@ -2150,7 +2232,17 @@ "WoodApplicationClassInSitu": { "type": "string", "description": "To which wood use class according to DIN 68800-3 is the product applied?", - "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] + "enum": [ + "n.v.", + "0", + "1", + "2", + "3", + "3.1", + "3.2", + "4", + "5" + ] }, "FilmprotectedWoodCoating": { "type": "boolean", @@ -2262,15 +2354,23 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["BNB_1.1.6"] + "enum": [ + "BNB_1.1.6" + ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2294,12 +2394,18 @@ ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2313,15 +2419,25 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["DGNB18_ENV12", "DGNB18_ENV131", "DGNB18_ENV132"] + "enum": [ + "DGNB18_ENV12", + "DGNB18_ENV131", + "DGNB18_ENV132" + ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2335,15 +2451,25 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["DGNB23_ENV1.2", "DGNB23_ENV131", "DGNB23_ENV132"] + "enum": [ + "DGNB23_ENV1.2", + "DGNB23_ENV131", + "DGNB23_ENV132" + ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2363,12 +2489,18 @@ ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2382,15 +2514,24 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["EU_TAX_DNSH_Pollution", "EU_TAX_DNSH_Water"] + "enum": [ + "EU_TAX_DNSH_Pollution", + "EU_TAX_DNSH_Water" + ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2414,12 +2555,18 @@ ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2433,15 +2580,23 @@ "properties": { "resultTypeId": { "type": "string", - "enum": ["QNG313"] + "enum": [ + "QNG313" + ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2465,12 +2620,18 @@ ] }, "result": { - "type": ["integer", "null"], + "type": [ + "integer", + "null" + ], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": ["resultTypeId", "result"] + "required": [ + "resultTypeId", + "result" + ] }, "uniqueItems": true, "minItems": 1 @@ -2487,4 +2648,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/material.json b/schemas/material.json index f31910c2..14d7efc2 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/material.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/material.json", "title": "material data", "description": "How a material can be identified, which categories can be attributed to the material and which characteristics or properties the material has.", "$defs": { @@ -96,4 +96,4 @@ "required": [] } } -} +} \ No newline at end of file diff --git a/schemas/method.json b/schemas/method.json index 0739671f..3ebc1700 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/method.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/method.json", "title": "method data", "description": "Definition of a method that can be applied by a creator to some source data to create a dataset. By defining the method and the source data, the origin of the dataset can be traced back.", "$defs": { @@ -24,7 +24,10 @@ "type": "array", "items": { "type": "string", - "enum": ["calculation", "measurement"] + "enum": [ + "calculation", + "measurement" + ] }, "uniqueItems": true, "minItems": 1 @@ -76,12 +79,16 @@ } }, "additionalProperties": false, - "required": ["endpoint"], + "required": [ + "endpoint" + ], "minProperties": 1 } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "calculation": { "title": "A web address which defines the calculation procedure in detail.", @@ -112,7 +119,11 @@ } }, "additionalProperties": false, - "required": ["method", "arguments", "sources"] + "required": [ + "method", + "arguments", + "sources" + ] }, "namedArgument": { "type": "object", @@ -126,7 +137,10 @@ } }, "additionalProperties": false, - "required": ["name", "value"] + "required": [ + "name", + "value" + ] }, "namedSource": { "title": "Source data which is an input for a method. A creator uses a method and source data to create a new dataset.", @@ -142,7 +156,10 @@ } }, "additionalProperties": false, - "required": ["name", "value"] + "required": [ + "name", + "value" + ] }, "dataReference": { "title": "Data reference", @@ -166,7 +183,11 @@ } }, "additionalProperties": false, - "required": ["dataId", "dataTimestamp", "dataKind"] + "required": [ + "dataId", + "dataTimestamp", + "dataKind" + ] }, "database": { "description": "Information about a database which has implemented the same API specification.", @@ -206,8 +227,10 @@ } }, "additionalProperties": false, - "required": ["webAddress"] + "required": [ + "webAddress" + ] } }, "$ref": "#/$defs/method" -} +} \ No newline at end of file diff --git a/schemas/number.json b/schemas/number.json index 56ba1f77..8cff993b 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/number.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/number.json", "title": "number types", "description": "Types for numbers with and without uncertainty and units. The number types are used to restrict the range of allowed values to a reasonable range.", "$defs": { @@ -16,7 +16,12 @@ }, "confidenceInterval": { "type": "number", - "enum": [68.3, 95.4, 99.7, 100], + "enum": [ + 68.3, + 95.4, + 99.7, + 100 + ], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -40,7 +45,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -75,7 +84,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -100,7 +113,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -131,7 +148,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -168,7 +189,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -291,7 +316,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -316,7 +345,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -341,7 +374,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -366,7 +403,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -391,7 +432,11 @@ } }, "additionalProperties": false, - "required": ["uncertainValue", "uncertainty", "confidenceInterval"] + "required": [ + "uncertainValue", + "uncertainty", + "confidenceInterval" + ] } ] }, @@ -567,4 +612,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} +} \ No newline at end of file diff --git a/schemas/optical.json b/schemas/optical.json index 9d377ad3..bd049266 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/optical.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/optical.json", "title": "metadata about optical datasets", "description": "Optical datasets of building envelope components with meta information like name, description, warnings, and more.", "$defs": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/optical" -} +} \ No newline at end of file diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 3a95245d..26a42ef8 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/opticalData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/opticalData.json", "title": "optical data", "description": "Optical datasets of building envelope components. It shall be possible to exchange the results of all important optical measurements and simulations. At the same time, this general format is intended to limit the number of possible representations of one dataset to make it easy to develop software which interprets the data correctly.", "$defs": { @@ -30,7 +30,9 @@ } }, "additionalProperties": false, - "required": ["dataPoints"] + "required": [ + "dataPoints" + ] }, "minItems": 1 }, @@ -40,7 +42,9 @@ } }, "additionalProperties": false, - "required": ["data"] + "required": [ + "data" + ] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -83,7 +87,9 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": ["results"] + "required": [ + "results" + ] }, "else": { "properties": { @@ -93,10 +99,16 @@ "description": "For example transmittance and reflectance." } }, - "required": ["results"] + "required": [ + "results" + ] }, "unevaluatedProperties": false, - "required": ["incidence", "emergence", "results"] + "required": [ + "incidence", + "emergence", + "results" + ] }, "componentCharacteristics": { "title": "Component characteristics", @@ -125,7 +137,12 @@ }, "normalization": { "type": "string", - "enum": ["absolute", "relative", "specular", "diffuseReflectance"], + "enum": [ + "absolute", + "relative", + "specular", + "diffuseReflectance" + ], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -182,13 +199,19 @@ } }, "additionalProperties": false, - "required": ["s", "p"] + "required": [ + "s", + "p" + ] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": ["leftHanded", "rightHanded"] + "enum": [ + "leftHanded", + "rightHanded" + ] } ] }, @@ -218,12 +241,20 @@ "properties": { "integral": { "type": "string", - "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], + "enum": [ + "infrared", + "solar", + "ultraviolet", + "visible", + "other" + ], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the dataset. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": ["integral"] + "required": [ + "integral" + ] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -255,7 +286,9 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Hemispherical", @@ -283,13 +316,18 @@ } }, "additionalProperties": false, - "required": ["polar"] + "required": [ + "polar" + ] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": ["diffuse", "hemispherical"] + "enum": [ + "diffuse", + "hemispherical" + ] } ] }, @@ -306,7 +344,9 @@ } }, "additionalProperties": false, - "required": ["wavelength"] + "required": [ + "wavelength" + ] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -338,7 +378,10 @@ } }, "additionalProperties": false, - "required": ["direction", "wavelengths"] + "required": [ + "direction", + "wavelengths" + ] }, "emergence": { "title": "Emergent radiation", @@ -350,7 +393,9 @@ } }, "additionalProperties": false, - "required": ["direction"] + "required": [ + "direction" + ] }, "results": { "title": "Measurement or simulation results", @@ -473,7 +518,11 @@ } }, "additionalProperties": false, - "required": ["lStar", "aStar", "bStar"] + "required": [ + "lStar", + "aStar", + "bStar" + ] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -495,7 +544,9 @@ } }, "additionalProperties": false, - "required": ["ra"] + "required": [ + "ra" + ] }, { "type": "object", @@ -514,18 +565,26 @@ } }, "additionalProperties": false, - "required": ["raOutIn"] + "required": [ + "raOutIn" + ] } ] }, "observer": { "type": "string", - "enum": ["twoDegrees", "tenDegrees"], + "enum": [ + "twoDegrees", + "tenDegrees" + ], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": ["A", "D65"], + "enum": [ + "A", + "D65" + ], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -580,7 +639,11 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": ["#", "@", ""] + "enum": [ + "#", + "@", + "" + ] }, "reference": { "type": "boolean" @@ -655,7 +718,13 @@ "type": "array", "items": { "type": "string", - "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], + "enum": [ + "GEN_BSDF_XML", + "BSDF_XML", + "THMX", + "TOLERANCE", + "OTHER" + ], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -868,15 +937,26 @@ "properties": { "opticalDataType": { "type": "string", - "enum": ["DISCRETE", "BAND"] + "enum": [ + "DISCRETE", + "BAND" + ] }, "incidenceAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "BSDF"] + "enum": [ + "DIRECT", + "BSDF" + ] }, "outgoingAngularResolutionType": { "type": "string", - "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] + "enum": [ + "DIRECT", + "DIFFUSE", + "DIRECT_DIFFUSE", + "BSDF" + ] }, "opticalData": { "type": "object", @@ -1064,7 +1144,11 @@ "properties": { "type": { "type": "string", - "enum": ["circular", "square", "rectangle"], + "enum": [ + "circular", + "square", + "rectangle" + ], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1141,4 +1225,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index c67e1994..85ed7a96 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/photovoltaic.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/photovoltaic.json", "title": "metadata about photovoltaic datasets", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity with meta information like name, description, warnings, and more.", "$defs": { @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/photovoltaic" -} +} \ No newline at end of file diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index 0fc30e42..f4aa97c8 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/photovoltaicData.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/photovoltaicData.json", "title": "photovoltaic data", "description": "Data about components of building envelopes which contribute to convert irradiance into electricity. A photovoltaic system is usually assembled of many components, for example photovoltaic modules.", "$defs": { @@ -15,7 +15,9 @@ } }, "additionalProperties": false, - "required": ["module"] + "required": [ + "module" + ] }, { "type": "object", @@ -26,7 +28,9 @@ } }, "additionalProperties": false, - "required": ["inverter"] + "required": [ + "inverter" + ] }, { "type": "object", @@ -37,7 +41,9 @@ } }, "additionalProperties": false, - "required": ["system"] + "required": [ + "system" + ] } ] }, @@ -131,7 +137,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -156,7 +164,9 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -172,11 +182,16 @@ } }, "additionalProperties": false, - "required": ["cellNumber"] + "required": [ + "cellNumber" + ] } }, "additionalProperties": false, - "required": ["longitudinal", "transversal"] + "required": [ + "longitudinal", + "transversal" + ] } }, "additionalProperties": false, @@ -199,7 +214,10 @@ } }, "additionalProperties": false, - "required": ["id", "cellType"] + "required": [ + "id", + "cellType" + ] }, "minItems": 1 }, @@ -240,7 +258,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 0 }, @@ -385,7 +406,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -449,7 +472,10 @@ } }, "additionalProperties": false, - "required": ["years", "percentage"] + "required": [ + "years", + "percentage" + ] }, "minItems": 1 }, @@ -492,7 +518,10 @@ } }, "additionalProperties": false, - "required": ["direction", "modifier"] + "required": [ + "direction", + "modifier" + ] } } ] @@ -601,12 +630,20 @@ }, "smoke": { "type": "string", - "enum": ["s1", "s2", "s3"], + "enum": [ + "s1", + "s2", + "s3" + ], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": ["d0", "d1", "d2"], + "enum": [ + "d0", + "d1", + "d2" + ], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -666,7 +703,9 @@ }, "additionalProperties": false, "minProperties": 2, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -690,7 +729,9 @@ } }, "additionalProperties": false, - "required": ["reference"] + "required": [ + "reference" + ] }, "minItems": 1 }, @@ -743,7 +784,9 @@ } }, "additionalProperties": false, - "required": ["years"] + "required": [ + "years" + ] }, "minItems": 1 }, @@ -935,7 +978,10 @@ "type": "array", "items": { "type": "string", - "enum": ["EN IEC 60529", "ISO 20653"], + "enum": [ + "EN IEC 60529", + "ISO 20653" + ], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -980,17 +1026,31 @@ }, "thirdDigit": { "type": "string", - "enum": ["A", "B", "C", "D"], + "enum": [ + "A", + "B", + "C", + "D" + ], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": ["f", "H", "M", "S", "W"], + "enum": [ + "f", + "H", + "M", + "S", + "W" + ], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": ["firstDigit", "secondDigit"] + "required": [ + "firstDigit", + "secondDigit" + ] }, "minItems": 1 }, @@ -1007,12 +1067,21 @@ }, "class": { "type": "string", - "enum": ["0", "I", "0I", "II", "III"], + "enum": [ + "0", + "I", + "0I", + "II", + "III" + ], "description": "The appliance class." } }, "additionalProperties": false, - "required": ["standard", "class"] + "required": [ + "standard", + "class" + ] }, "minItems": 1 } @@ -1088,7 +1157,9 @@ } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "minItems": 1 }, @@ -1129,7 +1200,10 @@ } }, "additionalProperties": false, - "required": ["id", "diodeType"] + "required": [ + "id", + "diodeType" + ] }, "minItems": 1 }, @@ -1223,13 +1297,20 @@ } }, "additionalProperties": false, - "required": ["id1", "id2"] + "required": [ + "id1", + "id2" + ] }, "minItems": 1 }, "category": { "type": "string", - "enum": ["parallel", "series", "complex"], + "enum": [ + "parallel", + "series", + "complex" + ], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1261,12 +1342,19 @@ }, "grounding": { "type": "string", - "enum": ["plus", "minus", "neither"], + "enum": [ + "plus", + "minus", + "neither" + ], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": ["id1", "grounding"] + "required": [ + "id1", + "grounding" + ] }, "minItems": 1 } @@ -1274,4 +1362,4 @@ } }, "$ref": "#/$defs/data" -} +} \ No newline at end of file diff --git a/schemas/stakeholder.json b/schemas/stakeholder.json index 227aba3f..56ba9ce3 100644 --- a/schemas/stakeholder.json +++ b/schemas/stakeholder.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/stakeholder.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/stakeholder.json", "title": "Stakeholder", "description": "Institution or person", "$defs": { @@ -43,7 +43,10 @@ } }, "additionalProperties": false, - "required": ["standard", "approvals"] + "required": [ + "standard", + "approvals" + ] }, "institution": { "title": "Institution", @@ -115,13 +118,18 @@ } }, "additionalProperties": false, - "required": ["kind", "person"] + "required": [ + "kind", + "person" + ] }, "minItems": 1 } }, "additionalProperties": false, - "required": ["id"] + "required": [ + "id" + ] }, "person": { "title": "Person", @@ -165,7 +173,10 @@ } }, "additionalProperties": false, - "required": ["kind", "institution"] + "required": [ + "kind", + "institution" + ] }, "minItems": 1 }, @@ -189,4 +200,4 @@ } }, "$ref": "#/$defs/stakeholder" -} +} \ No newline at end of file diff --git a/schemas/string.json b/schemas/string.json index 5a290155..80509397 100644 --- a/schemas/string.json +++ b/schemas/string.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/string.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/string.json", "title": "String type definitions", "description": "Definitions of string types", "$defs": { @@ -29,4 +29,4 @@ "description": "[GnuPG](https://gnupg.org) key" } } -} +} \ No newline at end of file diff --git a/schemas/unit.json b/schemas/unit.json index 79a23976..ece3d58d 100644 --- a/schemas/unit.json +++ b/schemas/unit.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/building-envelope-data/api/v1.0.0/schemas/unit.json", + "$id": "https://raw.githubusercontent.com/building-envelope-data/api/refs/tags/v1.1.0/schemas/unit.json", "title": "unit data", "description": "The categories for building envelope unit. The characteristics or properties of the unit can also be defined.", "$defs": { @@ -86,4 +86,4 @@ "required": [] } } -} +} \ No newline at end of file From af923c4b2d1de94f157288a85ed5ebf731ce761a Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 13 Jan 2026 17:39:05 +0100 Subject: [PATCH 359/362] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64efffd2..49b473e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ and this project adheres to - Improve descriptions of angles, surfaces and orientations [#360](https://github.com/building-envelope-data/api/pull/360) - Rename `dbe` to `buildingEnvelopes` and `dsb` to `buildings` [#361](https://github.com/building-envelope-data/api/pull/361) - Restructure the repository [#364](https://github.com/building-envelope-data/api/pull/364) -- +- Update "$id" of all JSON Schemas [#365](https://github.com/building-envelope-data/api/pull/365) - - - From c1336079bba484b9de451f4414275d2ea2688499 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Tue, 13 Jan 2026 17:43:34 +0100 Subject: [PATCH 360/362] Refer to `Creating a release` of repo `metabase` --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57232662..700e36d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,3 +45,7 @@ Verify that your commits pass the following tests: - [ ] Run `make compile` to verify that all schemas are valid against the specification of GraphQL and JSON Schema. - [ ] Run `make example` to verify that all examples are valid against the schemas. - [ ] Run `make test` to verify that all tests from the folder `/valid/` are valid and all tests from the folder `/invalid/` are invalid against the schemas. + +## Create a release + +Before you create a release, please [read this section](https://github.com/building-envelope-data/metabase?tab=readme-ov-file#creating-a-release) of the README of repository `metabase` and follow the description. From 978a8113825c250852e6a2b1f96d2c2ff6394660 Mon Sep 17 00:00:00 2001 From: christoph-maurer Date: Wed, 14 Jan 2026 14:46:27 +0100 Subject: [PATCH 361/362] `make format` --- schemas/calorimetric.json | 2 +- schemas/calorimetricData.json | 21 +-- schemas/common.json | 75 +++-------- schemas/component.json | 27 +--- schemas/components.json | 6 +- schemas/data.json | 2 +- schemas/gaps.json | 8 +- schemas/geometric.json | 2 +- schemas/geometricData.json | 48 ++----- schemas/hygrothermal.json | 2 +- schemas/hygrothermalData.json | 32 +---- schemas/identifier.json | 7 +- schemas/layer.json | 8 +- schemas/lifeCycle.json | 2 +- schemas/lifeCycleData.json | 239 ++++++---------------------------- schemas/material.json | 2 +- schemas/method.json | 41 ++---- schemas/number.json | 69 ++-------- schemas/optical.json | 2 +- schemas/opticalData.json | 140 ++++---------------- schemas/photovoltaic.json | 2 +- schemas/photovoltaicData.json | 148 +++++---------------- schemas/stakeholder.json | 21 +-- schemas/string.json | 2 +- schemas/unit.json | 2 +- 25 files changed, 186 insertions(+), 724 deletions(-) diff --git a/schemas/calorimetric.json b/schemas/calorimetric.json index 32e93ae4..71fed7a4 100644 --- a/schemas/calorimetric.json +++ b/schemas/calorimetric.json @@ -77,4 +77,4 @@ } }, "$ref": "#/$defs/calorimetric" -} \ No newline at end of file +} diff --git a/schemas/calorimetricData.json b/schemas/calorimetricData.json index a45e7121..f877425e 100644 --- a/schemas/calorimetricData.json +++ b/schemas/calorimetricData.json @@ -38,10 +38,7 @@ "properties": { "conditions": { "type": "string", - "enum": [ - "dynamic", - "stationary" - ], + "enum": ["dynamic", "stationary"], "description": "Either a measurement aims at quasi-stationary conditions or at dynamic conditions where the values change over time." }, "surface": { @@ -376,14 +373,10 @@ } }, "then": { - "required": [ - "description" - ] + "required": ["description"] }, "else": { - "required": [ - "category" - ] + "required": ["category"] }, "additionalProperties": false }, @@ -424,13 +417,9 @@ }, "side": { "type": "string", - "enum": [ - "exterior", - "interior", - "lateral" - ], + "enum": ["exterior", "interior", "lateral"], "description": "The name of one part of the surroundings." } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/common.json b/schemas/common.json index 20f0764e..304dd850 100644 --- a/schemas/common.json +++ b/schemas/common.json @@ -62,9 +62,7 @@ } }, "additionalProperties": false, - "required": [ - "standard" - ] + "required": ["standard"] }, { "type": "object", @@ -75,9 +73,7 @@ } }, "additionalProperties": false, - "required": [ - "publication" - ] + "required": ["publication"] } ] }, @@ -134,9 +130,7 @@ } }, "additionalProperties": false, - "required": [ - "identifiers" - ] + "required": ["identifiers"] }, "standard": { "title": "Standards are a special kind of publications. Therefore their data structure is different from publications.", @@ -212,9 +206,7 @@ }, "additionalProperties": false, "description": "A standard may be named `ISO 52022-1` or `ASTM E2387`. While `ISO` and `ASTM` are the acronyms for the standardizers, `52022` and `2387` are the main numbers. `E` is the prefix and `1` is the postfix which may indicate for example a part number. This classification facilitates the search, because there are multiple ways to refer to a standard.", - "required": [ - "mainNumber" - ] + "required": ["mainNumber"] }, "year": { "type": "integer", @@ -228,10 +220,7 @@ } }, "additionalProperties": false, - "required": [ - "standardizers", - "numeration" - ], + "required": ["standardizers", "numeration"], "description": "`ISO 52022` is an example of the abbreviation of a standardizer and the main number of the identifier." }, "currentVoltage": { @@ -248,10 +237,7 @@ } }, "additionalProperties": false, - "required": [ - "i", - "v" - ] + "required": ["i", "v"] }, "approvals": { "title": "Institutions can approve data with cryptographic signatures which among other things can be used to ensure integrity and authenticity of data. The same data may be approved by several institutions.", @@ -286,9 +272,7 @@ } }, "additionalProperties": false, - "required": [ - "approver" - ] + "required": ["approver"] }, "approvalVerification": { "title": "How to verify the approval", @@ -368,9 +352,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "voltage" - ] + "required": ["voltage"] }, { "title": "Thermochromic layers", @@ -384,9 +366,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "temperature" - ] + "required": ["temperature"] }, { "title": "Photochromic layers", @@ -400,9 +380,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "irradiance" - ] + "required": ["irradiance"] } ] }, @@ -496,9 +474,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "fileMetaInformation": { "type": "object", @@ -520,22 +496,14 @@ } }, "additionalProperties": false, - "required": [ - "path", - "format" - ] + "required": ["path", "format"] }, "possiblePositions": { "title": "The locations where a component can be used", "type": "array", "items": { "type": "string", - "enum": [ - "exterior", - "asBuildingEnvelope", - "inBetween", - "interior" - ], + "enum": ["exterior", "asBuildingEnvelope", "inBetween", "interior"], "description": "(i) 'exterior' means that the component can be used on the external side of the building envelope. (ii) 'asBuildingEnvelope' means that the component can be used as building envelope without any additional components. (iii) 'inBetween' means that the component can be used within building envelope for example between two glass panes. (iv) 'interior' means that the component can be used on the internal side of the building envelope." }, "uniqueItems": true, @@ -684,10 +652,7 @@ "properties": { "fractionType": { "type": "string", - "enum": [ - "weight", - "volume" - ], + "enum": ["weight", "volume"], "description": "Whether the fraction is based on the weight or the volume of the " }, "fractions": { @@ -718,20 +683,14 @@ } }, "additionalProperties": false, - "required": [ - "material", - "fraction" - ] + "required": ["material", "fraction"] }, "minItems": 1, "uniqueItems": true } }, "additionalProperties": false, - "required": [ - "fractionType", - "fractions" - ] + "required": ["fractionType", "fractions"] } } -} \ No newline at end of file +} diff --git a/schemas/component.json b/schemas/component.json index 959c2f7b..11b21502 100644 --- a/schemas/component.json +++ b/schemas/component.json @@ -145,9 +145,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "categories": { "title": "The categories which a component can have.", @@ -157,11 +155,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "material", - "layer", - "unit" - ], + "enum": ["material", "layer", "unit"], "description": "A building envelope component can have one or more of the following categories. (i) If the component is a plain material, for example a sheet which could be used to build a blind, the category 'material' should be used. (ii) If the component can be treated as a layer for optical simulations of a stack of layers, then the category 'layer' should be used. Venetian blinds are one example of a layer. The center-of-glazing values are important for the simulation of a stack of layers. (iii) If the width, the height and the edges of the component are well defined, then the category 'unit' should be used. For example a window with frame and shading system." }, "uniqueItems": true, @@ -235,9 +229,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "characteristics": { "title": "The characteristics a component can have which do not change between different datasets about this component.", @@ -367,10 +359,7 @@ } }, "minProperties": 2, - "required": [ - "surface", - "rootMeanSquare" - ] + "required": ["surface", "rootMeanSquare"] }, "minItems": 1, "description": "Each item of the array defines a surface of the component together with the roughness of this surface." @@ -394,14 +383,10 @@ }, "surface": { "type": "string", - "enum": [ - "nonPrime", - "prime", - "symmetric" - ], + "enum": ["nonPrime", "prime", "symmetric"], "title": "Surface", "description": "Whether the incidence is on the non-prime or the prime surface of the sample. Both are defined in the property `prime/surface`. If the results are identical for both sides, 'symmetric' is used." } }, "$ref": "#/$defs/component" -} \ No newline at end of file +} diff --git a/schemas/components.json b/schemas/components.json index 18a79cd8..2fed4db5 100644 --- a/schemas/components.json +++ b/schemas/components.json @@ -15,7 +15,5 @@ } }, "additionalProperties": false, - "required": [ - "components" - ] -} \ No newline at end of file + "required": ["components"] +} diff --git a/schemas/data.json b/schemas/data.json index b6924e52..ca4c605a 100644 --- a/schemas/data.json +++ b/schemas/data.json @@ -34,4 +34,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/gaps.json b/schemas/gaps.json index 9d1959a4..9c1aad98 100644 --- a/schemas/gaps.json +++ b/schemas/gaps.json @@ -10,11 +10,7 @@ "properties": { "reveal": { "type": "string", - "enum": [ - "inside", - "outside", - "other" - ], + "enum": ["inside", "outside", "other"], "description": "The item defines whether the shading is inside the reveal or outside or something beyond both categories." }, "dTop": { @@ -43,4 +39,4 @@ } }, "$ref": "#/$defs/gaps" -} \ No newline at end of file +} diff --git a/schemas/geometric.json b/schemas/geometric.json index a470d245..c5fbbace 100644 --- a/schemas/geometric.json +++ b/schemas/geometric.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/geometric" -} \ No newline at end of file +} diff --git a/schemas/geometricData.json b/schemas/geometricData.json index e915a8b1..66778d94 100644 --- a/schemas/geometricData.json +++ b/schemas/geometricData.json @@ -105,10 +105,7 @@ } }, "additionalProperties": false, - "required": [ - "latitude", - "longitude" - ] + "required": ["latitude", "longitude"] }, "location": { "title": "The location of the center of mass of the component.", @@ -128,10 +125,7 @@ } }, "additionalProperties": false, - "required": [ - "east", - "north" - ] + "required": ["east", "north"] }, "orientation": { "title": "The orientation of the non-prime surface of the component.", @@ -151,10 +145,7 @@ } }, "additionalProperties": false, - "required": [ - "azimuth", - "componentTilt" - ] + "required": ["azimuth", "componentTilt"] }, "assembly": { "title": "The geometry of the subcomponents which are used for this assembly.", @@ -177,9 +168,7 @@ }, "additionalProperties": false, "minProperties": 1, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 2 }, @@ -198,11 +187,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "vector": { "title": "A geometric vector according to the definition of a coordinate system elsewhere.", @@ -219,11 +204,7 @@ } }, "additionalProperties": false, - "required": [ - "x", - "y", - "z" - ] + "required": ["x", "y", "z"] }, "coordinateSystem": { "title": "Definition of the coordinate system of the dataset", @@ -266,10 +247,7 @@ } }, "additionalProperties": false, - "required": [ - "uDirection", - "vDirection" - ] + "required": ["uDirection", "vDirection"] }, "nurbsBoundedCurve": { "title": "A non-uniform rational B-spline (NURBS) is a very general way to define a curve.", @@ -300,9 +278,7 @@ } }, "additionalProperties": false, - "required": [ - "weights" - ] + "required": ["weights"] } ], "minItems": 2, @@ -322,11 +298,7 @@ } }, "additionalProperties": false, - "required": [ - "degree", - "controlPoints", - "knots" - ] + "required": ["degree", "controlPoints", "knots"] }, "body": { "type": "object", @@ -346,4 +318,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/hygrothermal.json b/schemas/hygrothermal.json index 5c9bbf6d..c3132f94 100644 --- a/schemas/hygrothermal.json +++ b/schemas/hygrothermal.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/hygrothermal" -} \ No newline at end of file +} diff --git a/schemas/hygrothermalData.json b/schemas/hygrothermalData.json index 49b54fb1..acc03c58 100644 --- a/schemas/hygrothermalData.json +++ b/schemas/hygrothermalData.json @@ -79,10 +79,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "relativeHumidityAbsolute", - "waterContent" - ] + "required": ["relativeHumidityAbsolute", "waterContent"] }, "minItems": 0, "uniqueItems": true @@ -105,10 +102,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "waterContent", - "liquidTransportCoefficient" - ] + "required": ["waterContent", "liquidTransportCoefficient"] }, "minItems": 0, "uniqueItems": true @@ -131,10 +125,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "waterContent", - "liquidTransportCoefficient" - ] + "required": ["waterContent", "liquidTransportCoefficient"] }, "minItems": 0, "uniqueItems": true @@ -157,10 +148,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "waterContent", - "thermalConductivity" - ] + "required": ["waterContent", "thermalConductivity"] }, "minItems": 0, "uniqueItems": true @@ -182,10 +170,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "temperature", - "thermalConductivity" - ] + "required": ["temperature", "thermalConductivity"] }, "minItems": 0, "uniqueItems": true @@ -232,10 +217,7 @@ "additionalProperties": false, "minProperties": 2, "maxProperties": 2, - "required": [ - "temperature", - "enthalpy" - ] + "required": ["temperature", "enthalpy"] }, "minItems": 0, "uniqueItems": true @@ -247,4 +229,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/identifier.json b/schemas/identifier.json index e50695dd..9cdcb283 100644 --- a/schemas/identifier.json +++ b/schemas/identifier.json @@ -27,10 +27,7 @@ } }, "additionalProperties": false, - "required": [ - "value", - "issuedBy" - ] + "required": ["value", "issuedBy"] }, "centralOrDecentral": { "title": "Either a central or decentral identifier", @@ -46,4 +43,4 @@ } }, "$ref": "#/$defs/centralOrDecentral" -} \ No newline at end of file +} diff --git a/schemas/layer.json b/schemas/layer.json index 8ef94fd8..23e8bb25 100644 --- a/schemas/layer.json +++ b/schemas/layer.json @@ -87,11 +87,7 @@ }, "orientationAxis": { "type": "string", - "enum": [ - "horizontal", - "vertical", - "neither" - ], + "enum": ["horizontal", "vertical", "neither"], "description": "The orientation axis is important for example for venetian blinds." }, "slat": { @@ -157,4 +153,4 @@ "required": [] } } -} \ No newline at end of file +} diff --git a/schemas/lifeCycle.json b/schemas/lifeCycle.json index b10d5363..1bbc04bc 100644 --- a/schemas/lifeCycle.json +++ b/schemas/lifeCycle.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/lifeCycleData.json b/schemas/lifeCycleData.json index f5b95d1a..da6f54d7 100644 --- a/schemas/lifeCycleData.json +++ b/schemas/lifeCycleData.json @@ -179,22 +179,12 @@ }, "intersection": { "type": "string", - "enum": [ - "Unknown", - "Complete", - "Incidental", - "None" - ], + "enum": ["Unknown", "Complete", "Incidental", "None"], "description": "Intersection of the materials." }, "productEdge": { "type": "string", - "enum": [ - "Unknown", - "Closed", - "Overlapping", - "Open" - ], + "enum": ["Unknown", "Closed", "Overlapping", "Open"], "description": "Form of the product edge." }, "index": { @@ -656,14 +646,7 @@ "CategoryDecopaint": { "type": "string", "description": "Category (Wb) of current Decopaint-RL (Appendix II)", - "enum": [ - "n.v.", - "a", - "b", - "g", - "h", - "d" - ] + "enum": ["n.v.", "a", "b", "g", "h", "d"] }, "WaterSoluble": { "type": "boolean", @@ -874,13 +857,7 @@ "Emicode": { "type": "string", "description": "Certified with EMICODE", - "enum": [ - "n.v", - "EC1", - "EC1PLUS", - "EC1-R", - "EC1PLUS-R" - ] + "enum": ["n.v", "EC1", "EC1PLUS", "EC1-R", "EC1PLUS-R"] }, "ConsistsOfPu": { "type": "boolean", @@ -949,16 +926,7 @@ "CorrosivityCategory": { "type": "string", "description": "Which corrosivity category according to DIN EN ISO 12944-2 does the application of the product fall under?", - "enum": [ - "n.v.", - "C1", - "C2", - "C3", - "C4", - "C5-I", - "C5-M", - "all" - ] + "enum": ["n.v.", "C1", "C2", "C3", "C4", "C5-I", "C5-M", "all"] }, "VocContentPerSquaremeter": { "type": "number", @@ -1011,17 +979,7 @@ "ApplicationClass": { "type": "string", "description": "Wood application class according to DIN 68800-3", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] + "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] }, "OnlyConstructiveWoodProtection": { "type": "boolean", @@ -1545,11 +1503,7 @@ "EPDAvailable": { "type": "string", "description": "Type of EPD available for the product. ", - "enum": [ - "n.v.", - "Industry-average EPD", - "Product specific EPD" - ] + "enum": ["n.v.", "Industry-average EPD", "Product specific EPD"] }, "Reduction5": { "type": "boolean", @@ -1568,13 +1522,7 @@ "C2CCertified": { "type": "string", "description": "The product is Cradle to Cradle (version 3 or later) certified", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] }, "DeclareCertified": { "type": "string", @@ -1591,13 +1539,7 @@ "FactsCertified": { "type": "string", "description": "Product is Facts – NSF/ANSI 336 certified", - "enum": [ - "n.v.", - "compliant", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "compliant", "silver", "gold", "platinum"] }, "GlobalGreenTagPHDCertified": { "type": "boolean", @@ -1762,11 +1704,7 @@ "SCAQMDVOCLimitsCompliant": { "type": "string", "description": "Product is compliant with the VOC Limits of SCAQMD Rule 1113", - "enum": [ - "n.v.", - "Rule 1113", - "Rule 1168" - ] + "enum": ["n.v.", "Rule 1113", "Rule 1168"] }, "TSCACompliant": { "type": "boolean", @@ -1815,12 +1753,7 @@ "HealthRATECertified": { "type": "string", "description": "The product is HealthRATE™ mark certified", - "enum": [ - "n.v.", - "SilverHEALTH", - "GoldHEALTH", - "PlatinumHEALTH" - ] + "enum": ["n.v.", "SilverHEALTH", "GoldHEALTH", "PlatinumHEALTH"] }, "PFASFree": { "type": "boolean", @@ -1849,12 +1782,7 @@ "ByggvarubedömningenCompliant": { "type": "string", "description": "The product is classified according to the Byggvarubedömningen criterion", - "enum": [ - "n.v.", - "recommended", - "accepted", - "to be avoided" - ] + "enum": ["n.v.", "recommended", "accepted", "to be avoided"] }, "IngredientsThirdPartyVerified": { "type": "boolean", @@ -1863,13 +1791,7 @@ "MaterialHealthCertified": { "type": "string", "description": "Product has Material Health Certificate (version 3 or later)", - "enum": [ - "n.v.", - "bronze", - "silver", - "gold", - "platinum" - ] + "enum": ["n.v.", "bronze", "silver", "gold", "platinum"] }, "LCAActionPlanAvailable": { "type": "boolean", @@ -1922,11 +1844,7 @@ "PS109Compliant": { "type": "string", "description": "The product is compliant with the PS 1-09 standard for structural plywood", - "enum": [ - "n.v.", - "Exterior", - "Exposure 1" - ] + "enum": ["n.v.", "Exterior", "Exposure 1"] }, "PS210Compliant": { "type": "boolean", @@ -2232,17 +2150,7 @@ "WoodApplicationClassInSitu": { "type": "string", "description": "To which wood use class according to DIN 68800-3 is the product applied?", - "enum": [ - "n.v.", - "0", - "1", - "2", - "3", - "3.1", - "3.2", - "4", - "5" - ] + "enum": ["n.v.", "0", "1", "2", "3", "3.1", "3.2", "4", "5"] }, "FilmprotectedWoodCoating": { "type": "boolean", @@ -2354,23 +2262,15 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "BNB_1.1.6" - ] + "enum": ["BNB_1.1.6"] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2394,18 +2294,12 @@ ] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2419,25 +2313,15 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "DGNB18_ENV12", - "DGNB18_ENV131", - "DGNB18_ENV132" - ] + "enum": ["DGNB18_ENV12", "DGNB18_ENV131", "DGNB18_ENV132"] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2451,25 +2335,15 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "DGNB23_ENV1.2", - "DGNB23_ENV131", - "DGNB23_ENV132" - ] + "enum": ["DGNB23_ENV1.2", "DGNB23_ENV131", "DGNB23_ENV132"] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2489,18 +2363,12 @@ ] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2514,24 +2382,15 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "EU_TAX_DNSH_Pollution", - "EU_TAX_DNSH_Water" - ] + "enum": ["EU_TAX_DNSH_Pollution", "EU_TAX_DNSH_Water"] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2555,18 +2414,12 @@ ] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2580,23 +2433,15 @@ "properties": { "resultTypeId": { "type": "string", - "enum": [ - "QNG313" - ] + "enum": ["QNG313"] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2620,18 +2465,12 @@ ] }, "result": { - "type": [ - "integer", - "null" - ], + "type": ["integer", "null"], "description": "Result of an assessment. If no requirements apply the result value is null." } }, "additionalProperties": false, - "required": [ - "resultTypeId", - "result" - ] + "required": ["resultTypeId", "result"] }, "uniqueItems": true, "minItems": 1 @@ -2648,4 +2487,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/material.json b/schemas/material.json index 14d7efc2..34dca5bb 100644 --- a/schemas/material.json +++ b/schemas/material.json @@ -96,4 +96,4 @@ "required": [] } } -} \ No newline at end of file +} diff --git a/schemas/method.json b/schemas/method.json index 3ebc1700..a547f43e 100644 --- a/schemas/method.json +++ b/schemas/method.json @@ -24,10 +24,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "calculation", - "measurement" - ] + "enum": ["calculation", "measurement"] }, "uniqueItems": true, "minItems": 1 @@ -79,16 +76,12 @@ } }, "additionalProperties": false, - "required": [ - "endpoint" - ], + "required": ["endpoint"], "minProperties": 1 } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "calculation": { "title": "A web address which defines the calculation procedure in detail.", @@ -119,11 +112,7 @@ } }, "additionalProperties": false, - "required": [ - "method", - "arguments", - "sources" - ] + "required": ["method", "arguments", "sources"] }, "namedArgument": { "type": "object", @@ -137,10 +126,7 @@ } }, "additionalProperties": false, - "required": [ - "name", - "value" - ] + "required": ["name", "value"] }, "namedSource": { "title": "Source data which is an input for a method. A creator uses a method and source data to create a new dataset.", @@ -156,10 +142,7 @@ } }, "additionalProperties": false, - "required": [ - "name", - "value" - ] + "required": ["name", "value"] }, "dataReference": { "title": "Data reference", @@ -183,11 +166,7 @@ } }, "additionalProperties": false, - "required": [ - "dataId", - "dataTimestamp", - "dataKind" - ] + "required": ["dataId", "dataTimestamp", "dataKind"] }, "database": { "description": "Information about a database which has implemented the same API specification.", @@ -227,10 +206,8 @@ } }, "additionalProperties": false, - "required": [ - "webAddress" - ] + "required": ["webAddress"] } }, "$ref": "#/$defs/method" -} \ No newline at end of file +} diff --git a/schemas/number.json b/schemas/number.json index 8cff993b..72a04679 100644 --- a/schemas/number.json +++ b/schemas/number.json @@ -16,12 +16,7 @@ }, "confidenceInterval": { "type": "number", - "enum": [ - 68.3, - 95.4, - 99.7, - 100 - ], + "enum": [68.3, 95.4, 99.7, 100], "description": "The confidence interval defines the probability that the true value lies within the uncertainty. The first three values belong to the standard errors 68.3% (one sigma), 95.4% (two sigma) or 99.7% (three sigma). If it is 100% certain that the true value cannot be beyond the uncertainty, 100% is used." }, "numberWithUncertainty": { @@ -45,11 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -84,11 +75,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -113,11 +100,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -148,11 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -189,11 +168,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -316,11 +291,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -345,11 +316,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -374,11 +341,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -403,11 +366,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -432,11 +391,7 @@ } }, "additionalProperties": false, - "required": [ - "uncertainValue", - "uncertainty", - "confidenceInterval" - ] + "required": ["uncertainValue", "uncertainty", "confidenceInterval"] } ] }, @@ -612,4 +567,4 @@ "description": "The elevation above sea level. It has the SI unit meter." } } -} \ No newline at end of file +} diff --git a/schemas/optical.json b/schemas/optical.json index bd049266..8d038ca4 100644 --- a/schemas/optical.json +++ b/schemas/optical.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/optical" -} \ No newline at end of file +} diff --git a/schemas/opticalData.json b/schemas/opticalData.json index 26a42ef8..b8287958 100644 --- a/schemas/opticalData.json +++ b/schemas/opticalData.json @@ -30,9 +30,7 @@ } }, "additionalProperties": false, - "required": [ - "dataPoints" - ] + "required": ["dataPoints"] }, "minItems": 1 }, @@ -42,9 +40,7 @@ } }, "additionalProperties": false, - "required": [ - "data" - ] + "required": ["data"] }, "dataPoint": { "title": "Measured or calculated optical `results` for an `incidence` and `emergence`", @@ -87,9 +83,7 @@ "description": "For example transmittance, reflectance and the color." } }, - "required": [ - "results" - ] + "required": ["results"] }, "else": { "properties": { @@ -99,16 +93,10 @@ "description": "For example transmittance and reflectance." } }, - "required": [ - "results" - ] + "required": ["results"] }, "unevaluatedProperties": false, - "required": [ - "incidence", - "emergence", - "results" - ] + "required": ["incidence", "emergence", "results"] }, "componentCharacteristics": { "title": "Component characteristics", @@ -137,12 +125,7 @@ }, "normalization": { "type": "string", - "enum": [ - "absolute", - "relative", - "specular", - "diffuseReflectance" - ], + "enum": ["absolute", "relative", "specular", "diffuseReflectance"], "title": "Normalization", "description": "Normalization methods absolute, relative, specular, and diffuse reflectance as standardized in [ASTM E2387-05(2011), Standard Practice for Goniometric Optical Scatter Measurements, ASTM International, West Conshohocken, PA, 2011, www.astm.org](https://www.astm.org/DATABASE.CART/HISTORICAL/E2387-05R11.htm)." }, @@ -199,19 +182,13 @@ } }, "additionalProperties": false, - "required": [ - "s", - "p" - ] + "required": ["s", "p"] }, { "title": "Circular polarization", "description": "`leftHanded` means that the radiation is circularly polarized and rotates in a left-hand sense with respect to the direction of radiation. `rightHanded` means that the radiation is circularly polarized and rotates in a right-hand sense with respect to the direction of radiation.", "type": "string", - "enum": [ - "leftHanded", - "rightHanded" - ] + "enum": ["leftHanded", "rightHanded"] } ] }, @@ -241,20 +218,12 @@ "properties": { "integral": { "type": "string", - "enum": [ - "infrared", - "solar", - "ultraviolet", - "visible", - "other" - ], + "enum": ["infrared", "solar", "ultraviolet", "visible", "other"], "description": "Spectrum over which the integral result was measured or calculated. `ultraviolet`, `visible`, `solar` and `infrared` indicate the range of the wavelengths used for the integral values. Details about the spectrum are provided by the method which has been applied to generate the dataset. If neither `ultraviolet`, `visible`, `solar` and `infrared` describe the spectrum correctly, `other` indicates that all information about the spectrum is provided by the applied method." } }, "additionalProperties": false, - "required": [ - "integral" - ] + "required": ["integral"] }, "transmittance": { "$ref": "number.json#/$defs/numberWithUncertainty", @@ -286,9 +255,7 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Hemispherical", @@ -316,18 +283,13 @@ } }, "additionalProperties": false, - "required": [ - "polar" - ] + "required": ["polar"] }, { "title": "Diffuse or hemispherical", "description": "(i) Diffuse means all directions with an emergence angle greater than 10°. (ii) Hemispherical means all directions to the hemisphere above the sample surface. Both are used when the emergence in many directions is treated as a sum.", "type": "string", - "enum": [ - "diffuse", - "hemispherical" - ] + "enum": ["diffuse", "hemispherical"] } ] }, @@ -344,9 +306,7 @@ } }, "additionalProperties": false, - "required": [ - "wavelength" - ] + "required": ["wavelength"] }, "wavelengths": { "title": "Wavelengths of radiation", @@ -378,10 +338,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "wavelengths" - ] + "required": ["direction", "wavelengths"] }, "emergence": { "title": "Emergent radiation", @@ -393,9 +350,7 @@ } }, "additionalProperties": false, - "required": [ - "direction" - ] + "required": ["direction"] }, "results": { "title": "Measurement or simulation results", @@ -518,11 +473,7 @@ } }, "additionalProperties": false, - "required": [ - "lStar", - "aStar", - "bStar" - ] + "required": ["lStar", "aStar", "bStar"] }, "colorRenderingIndex": { "title": "The Color Rendering Index (CRI) indicates how well the transmitted radiation matches daylight regarding the rendering of colors. `Ra` or `ra` considers one transmission of the building envelope. `Raout-in` or `raOutIn` considers two transmissions of the building envelope.", @@ -544,9 +495,7 @@ } }, "additionalProperties": false, - "required": [ - "ra" - ] + "required": ["ra"] }, { "type": "object", @@ -565,26 +514,18 @@ } }, "additionalProperties": false, - "required": [ - "raOutIn" - ] + "required": ["raOutIn"] } ] }, "observer": { "type": "string", - "enum": [ - "twoDegrees", - "tenDegrees" - ], + "enum": ["twoDegrees", "tenDegrees"], "description": "`twoDegrees` equals the CIE 1931 standard colorimetric observer. `tenDegrees` equals the CIE 1964 standard colorimetric observer. The observers differ in the solid angle which they consider." }, "illuminant": { "type": "string", - "enum": [ - "A", - "D65" - ], + "enum": ["A", "D65"], "description": "The illuminant which is used to determine the color coordinates. `A` equals the CIE standard illuminant A. `D65` equals the CIE standard illuminant D65." }, "serverSpecific": { @@ -639,11 +580,7 @@ }, "acceptance": { "$ref": "number.json#/$defs/stringOrNull", - "enum": [ - "#", - "@", - "" - ] + "enum": ["#", "@", ""] }, "reference": { "type": "boolean" @@ -718,13 +655,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "GEN_BSDF_XML", - "BSDF_XML", - "THMX", - "TOLERANCE", - "OTHER" - ], + "enum": ["GEN_BSDF_XML", "BSDF_XML", "THMX", "TOLERANCE", "OTHER"], "description": "`TOLERANCE` means `Tolerance Report`." } }, @@ -937,26 +868,15 @@ "properties": { "opticalDataType": { "type": "string", - "enum": [ - "DISCRETE", - "BAND" - ] + "enum": ["DISCRETE", "BAND"] }, "incidenceAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "BSDF" - ] + "enum": ["DIRECT", "BSDF"] }, "outgoingAngularResolutionType": { "type": "string", - "enum": [ - "DIRECT", - "DIFFUSE", - "DIRECT_DIFFUSE", - "BSDF" - ] + "enum": ["DIRECT", "DIFFUSE", "DIRECT_DIFFUSE", "BSDF"] }, "opticalData": { "type": "object", @@ -1144,11 +1064,7 @@ "properties": { "type": { "type": "string", - "enum": [ - "circular", - "square", - "rectangle" - ], + "enum": ["circular", "square", "rectangle"], "description": "Defines the geometric properties of a perforated screen. Type indicates shape of perforations. 0: `circular`, 1: `square`,2: `rectangle`." }, "dimX": { @@ -1225,4 +1141,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/photovoltaic.json b/schemas/photovoltaic.json index 85ed7a96..a919016b 100644 --- a/schemas/photovoltaic.json +++ b/schemas/photovoltaic.json @@ -76,4 +76,4 @@ } }, "$ref": "#/$defs/photovoltaic" -} \ No newline at end of file +} diff --git a/schemas/photovoltaicData.json b/schemas/photovoltaicData.json index f4aa97c8..22989345 100644 --- a/schemas/photovoltaicData.json +++ b/schemas/photovoltaicData.json @@ -15,9 +15,7 @@ } }, "additionalProperties": false, - "required": [ - "module" - ] + "required": ["module"] }, { "type": "object", @@ -28,9 +26,7 @@ } }, "additionalProperties": false, - "required": [ - "inverter" - ] + "required": ["inverter"] }, { "type": "object", @@ -41,9 +37,7 @@ } }, "additionalProperties": false, - "required": [ - "system" - ] + "required": ["system"] } ] }, @@ -137,9 +131,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -164,9 +156,7 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] }, "transversal": { "title": "'transversal' is the direction with the smaller number of cells.", @@ -182,16 +172,11 @@ } }, "additionalProperties": false, - "required": [ - "cellNumber" - ] + "required": ["cellNumber"] } }, "additionalProperties": false, - "required": [ - "longitudinal", - "transversal" - ] + "required": ["longitudinal", "transversal"] } }, "additionalProperties": false, @@ -214,10 +199,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "cellType" - ] + "required": ["id", "cellType"] }, "minItems": 1 }, @@ -258,10 +240,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 0 }, @@ -406,9 +385,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -472,10 +449,7 @@ } }, "additionalProperties": false, - "required": [ - "years", - "percentage" - ] + "required": ["years", "percentage"] }, "minItems": 1 }, @@ -518,10 +492,7 @@ } }, "additionalProperties": false, - "required": [ - "direction", - "modifier" - ] + "required": ["direction", "modifier"] } } ] @@ -630,20 +601,12 @@ }, "smoke": { "type": "string", - "enum": [ - "s1", - "s2", - "s3" - ], + "enum": ["s1", "s2", "s3"], "description": "Abbreviations for smoke according to EN 13501-1." }, "drops": { "type": "string", - "enum": [ - "d0", - "d1", - "d2" - ], + "enum": ["d0", "d1", "d2"], "description": "Abbreviations for burning drops according to EN 13501-1." } }, @@ -703,9 +666,7 @@ }, "additionalProperties": false, "minProperties": 2, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -729,9 +690,7 @@ } }, "additionalProperties": false, - "required": [ - "reference" - ] + "required": ["reference"] }, "minItems": 1 }, @@ -784,9 +743,7 @@ } }, "additionalProperties": false, - "required": [ - "years" - ] + "required": ["years"] }, "minItems": 1 }, @@ -978,10 +935,7 @@ "type": "array", "items": { "type": "string", - "enum": [ - "EN IEC 60529", - "ISO 20653" - ], + "enum": ["EN IEC 60529", "ISO 20653"], "description": "`EN IEC 60529` and `ISO 20653` indicate the standard according to which the IP code is defined." }, "uniqueItems": true, @@ -1026,31 +980,17 @@ }, "thirdDigit": { "type": "string", - "enum": [ - "A", - "B", - "C", - "D" - ], + "enum": ["A", "B", "C", "D"], "description": "The third digit is optional and represents the access to dangerous active parts." }, "fourthDigit": { "type": "string", - "enum": [ - "f", - "H", - "M", - "S", - "W" - ], + "enum": ["f", "H", "M", "S", "W"], "description": "The fourth digit can include additional information." } }, "additionalProperties": false, - "required": [ - "firstDigit", - "secondDigit" - ] + "required": ["firstDigit", "secondDigit"] }, "minItems": 1 }, @@ -1067,21 +1007,12 @@ }, "class": { "type": "string", - "enum": [ - "0", - "I", - "0I", - "II", - "III" - ], + "enum": ["0", "I", "0I", "II", "III"], "description": "The appliance class." } }, "additionalProperties": false, - "required": [ - "standard", - "class" - ] + "required": ["standard", "class"] }, "minItems": 1 } @@ -1157,9 +1088,7 @@ } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "minItems": 1 }, @@ -1200,10 +1129,7 @@ } }, "additionalProperties": false, - "required": [ - "id", - "diodeType" - ] + "required": ["id", "diodeType"] }, "minItems": 1 }, @@ -1297,20 +1223,13 @@ } }, "additionalProperties": false, - "required": [ - "id1", - "id2" - ] + "required": ["id1", "id2"] }, "minItems": 1 }, "category": { "type": "string", - "enum": [ - "parallel", - "series", - "complex" - ], + "enum": ["parallel", "series", "complex"], "description": "The electric connection can either be in parallel or in series or a more complex pattern." }, "grounding": { @@ -1342,19 +1261,12 @@ }, "grounding": { "type": "string", - "enum": [ - "plus", - "minus", - "neither" - ], + "enum": ["plus", "minus", "neither"], "description": "Whether the electric plus or minus of the component is connected to the ground." } }, "additionalProperties": false, - "required": [ - "id1", - "grounding" - ] + "required": ["id1", "grounding"] }, "minItems": 1 } @@ -1362,4 +1274,4 @@ } }, "$ref": "#/$defs/data" -} \ No newline at end of file +} diff --git a/schemas/stakeholder.json b/schemas/stakeholder.json index 56ba9ce3..bd7c5b3d 100644 --- a/schemas/stakeholder.json +++ b/schemas/stakeholder.json @@ -43,10 +43,7 @@ } }, "additionalProperties": false, - "required": [ - "standard", - "approvals" - ] + "required": ["standard", "approvals"] }, "institution": { "title": "Institution", @@ -118,18 +115,13 @@ } }, "additionalProperties": false, - "required": [ - "kind", - "person" - ] + "required": ["kind", "person"] }, "minItems": 1 } }, "additionalProperties": false, - "required": [ - "id" - ] + "required": ["id"] }, "person": { "title": "Person", @@ -173,10 +165,7 @@ } }, "additionalProperties": false, - "required": [ - "kind", - "institution" - ] + "required": ["kind", "institution"] }, "minItems": 1 }, @@ -200,4 +189,4 @@ } }, "$ref": "#/$defs/stakeholder" -} \ No newline at end of file +} diff --git a/schemas/string.json b/schemas/string.json index 80509397..9f0e71ce 100644 --- a/schemas/string.json +++ b/schemas/string.json @@ -29,4 +29,4 @@ "description": "[GnuPG](https://gnupg.org) key" } } -} \ No newline at end of file +} diff --git a/schemas/unit.json b/schemas/unit.json index ece3d58d..5e8df1c0 100644 --- a/schemas/unit.json +++ b/schemas/unit.json @@ -86,4 +86,4 @@ "required": [] } } -} \ No newline at end of file +} From e68ffaf3fa001794b3508c375a04ef4995abc4b2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 14 Jan 2026 13:51:08 +0000 Subject: [PATCH 362/362] Prepare release v1.1.0 --- CHANGELOG.md | 126 +++++++++++++++++++++++++++------------------------ 1 file changed, 66 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b473e2..3e9ee8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,11 @@ and this project adheres to ## [Unreleased] +## [v1.1.0] - 2026-01-14 + ### Added -- Add createMethod.graphql as example of a mutation on the metabase [#324](https://github.com/building-envelope-data/api/pull/324) +- Add createMethod.graphql as example of a mutation on the metabase [#324](https://github.com/building-envelope-data/api/pull/324) - - - @@ -34,14 +36,14 @@ and this project adheres to ### Changed -- Upgrade development packages to latest versions [#285](https://github.com/building-envelope-data/api/pull/285) -- Use JSON Schema Draft 2020-12 and upgrade tooling [#307](https://github.com/building-envelope-data/api/pull/307) -- Simplify the structure of optical datasets [#354](https://github.com/building-envelope-data/api/pull/354) -- Extend BED-JSON to include everything from LBNL-JSON [#352](https://github.com/building-envelope-data/api/pull/352) -- Improve descriptions of angles, surfaces and orientations [#360](https://github.com/building-envelope-data/api/pull/360) -- Rename `dbe` to `buildingEnvelopes` and `dsb` to `buildings` [#361](https://github.com/building-envelope-data/api/pull/361) -- Restructure the repository [#364](https://github.com/building-envelope-data/api/pull/364) -- Update "$id" of all JSON Schemas [#365](https://github.com/building-envelope-data/api/pull/365) +- Upgrade development packages to latest versions [#285](https://github.com/building-envelope-data/api/pull/285) +- Use JSON Schema Draft 2020-12 and upgrade tooling [#307](https://github.com/building-envelope-data/api/pull/307) +- Simplify the structure of optical datasets [#354](https://github.com/building-envelope-data/api/pull/354) +- Extend BED-JSON to include everything from LBNL-JSON [#352](https://github.com/building-envelope-data/api/pull/352) +- Improve descriptions of angles, surfaces and orientations [#360](https://github.com/building-envelope-data/api/pull/360) +- Rename `dbe` to `buildingEnvelopes` and `dsb` to `buildings` [#361](https://github.com/building-envelope-data/api/pull/361) +- Restructure the repository [#364](https://github.com/building-envelope-data/api/pull/364) +- Update "$id" of all JSON Schemas [#365](https://github.com/building-envelope-data/api/pull/365) - - - @@ -151,65 +153,65 @@ and this project adheres to ### Added -- Document previously undocumented database GraphQL schema [#101](https://github.com/building-envelope-data/api/pull/101) -- Add more tooling for GraphQL schema, queries, and mutations [#104](https://github.com/building-envelope-data/api/pull/104) -- Add query examples for `data`, `allData`, and `hasData` [#105](https://github.com/building-envelope-data/api/pull/105) -- Add section to publication to be able to refer to just one part of a publication [#155](https://github.com/building-envelope-data/api/pull/155) -- Add two examples of methods for daylighting and glare simulations [#179](https://github.com/building-envelope-data/api/pull/179) -- Add version to JSON Schema `$id`s [#188](https://github.com/building-envelope-data/api/pull/188) -- Add examples photovoltaicWithOptical [#207](https://github.com/building-envelope-data/api/pull/207), semitransparentBuildingIntegratedPhotovoltaicThermal [#209](https://github.com/building-envelope-data/api/pull/209), from ES-SDA [#213](https://github.com/building-envelope-data/api/pull/213) and dataFormatPdf [#226](https://github.com/building-envelope-data/api/pull/226) -- Add the key `roughness` [#205](https://github.com/building-envelope-data/api/pull/205) -- Add the position of coatings to components [#223](https://github.com/building-envelope-data/api/pull/223) -- Add `currentVoltage` characteristics for modules [#224](https://github.com/building-envelope-data/api/pull/224) -- Add release actions [#281](https://github.com/building-envelope-data/api/pull/281) -- Add JSON schema for hygrothermal data [#322](https://github.com/building-envelope-data/api/pull/322) -- Add example of double glazing including subcomponents [#334](https://github.com/building-envelope-data/api/pull/334) -- Allow definition of switchable layers [#339](https://github.com/building-envelope-data/api/pull/339) -- Create a JSON schema for life cycle data [#335](https://github.com/building-envelope-data/api/pull/335) +- Document previously undocumented database GraphQL schema [#101](https://github.com/building-envelope-data/api/pull/101) +- Add more tooling for GraphQL schema, queries, and mutations [#104](https://github.com/building-envelope-data/api/pull/104) +- Add query examples for `data`, `allData`, and `hasData` [#105](https://github.com/building-envelope-data/api/pull/105) +- Add section to publication to be able to refer to just one part of a publication [#155](https://github.com/building-envelope-data/api/pull/155) +- Add two examples of methods for daylighting and glare simulations [#179](https://github.com/building-envelope-data/api/pull/179) +- Add version to JSON Schema `$id`s [#188](https://github.com/building-envelope-data/api/pull/188) +- Add examples photovoltaicWithOptical [#207](https://github.com/building-envelope-data/api/pull/207), semitransparentBuildingIntegratedPhotovoltaicThermal [#209](https://github.com/building-envelope-data/api/pull/209), from ES-SDA [#213](https://github.com/building-envelope-data/api/pull/213) and dataFormatPdf [#226](https://github.com/building-envelope-data/api/pull/226) +- Add the key `roughness` [#205](https://github.com/building-envelope-data/api/pull/205) +- Add the position of coatings to components [#223](https://github.com/building-envelope-data/api/pull/223) +- Add `currentVoltage` characteristics for modules [#224](https://github.com/building-envelope-data/api/pull/224) +- Add release actions [#281](https://github.com/building-envelope-data/api/pull/281) +- Add JSON schema for hygrothermal data [#322](https://github.com/building-envelope-data/api/pull/322) +- Add example of double glazing including subcomponents [#334](https://github.com/building-envelope-data/api/pull/334) +- Allow definition of switchable layers [#339](https://github.com/building-envelope-data/api/pull/339) +- Create a JSON schema for life cycle data [#335](https://github.com/building-envelope-data/api/pull/335) ### Changed -- Improve propositions used in GraphQL queries to search for data [#102](https://github.com/building-envelope-data/api/pull/102) -- Further align database GraphQL schema and JSON schema [#103](https://github.com/building-envelope-data/api/pull/103) -- Flatten data HTTP resource trees to make them queryable with one query without having to know the trees depth [#108](https://github.com/building-envelope-data/api/pull/108) -- Only use `additionalItems` for tuple validation and **not** for list validation, use `uniqueItems` for lists of enumerated items, use `const` for one-valued enums, and don't have special this-property-has-no-value values for optional properties [#110](https://github.com/building-envelope-data/api/pull/110) -- Improve titles and descriptions of identifiers, name `uniqueId` of decentral identifiers `value`, and make identifiers be issued by databases instead of institutions [#107](https://github.com/building-envelope-data/api/pull/107) -- Clean-up the stakeholder JSON schema, in particular, how stakeholders are referenced in specific roles [#111](https://github.com/building-envelope-data/api/pull/111) -- Associate contact information and GnuPG keys with a person's and institution's affiliations [#112](https://github.com/building-envelope-data/api/pull/112) -- Check and correct usages of `oneOf`, `anyOf`, and `allOf` [#113](https://github.com/building-envelope-data/api/pull/113) -- Use specific instead of general and (almost) meaningless number definitions [#114](https://github.com/building-envelope-data/api/pull/114) -- Improve titles and descriptions in the JSON Schema for optical data [#115](https://github.com/building-envelope-data/api/pull/115) -- Improve documentation of approvals in the database GraphQL schema [#117](https://github.com/building-envelope-data/api/pull/117) -- Clean-up Dockerfile, in particular, remove notes regarding Python [#121](https://github.com/building-envelope-data/api/pull/121) -- Correct minor errors in database GraphQL API [#173](https://github.com/building-envelope-data/api/pull/173) -- Name `dataId` `uuid`, remove `validity` from `*Data` and `DataApproval`, use parent identifier instead of child identifiers to describe tree structure, do not require response approvals to be created on the fly [#180](https://github.com/building-envelope-data/api/pull/180) -- Update GraphqL schema of metabase to match the current deployed version [#280](https://github.com/building-envelope-data/api/pull/280) -- Rename organization to `building-envelope-data` and API repository to `api` [#277](https://github.com/building-envelope-data/api/pull/277) -- Use acronyms to identify standardizers [#154](https://github.com/building-envelope-data/api/pull/154) -- Use JSON Schema Draft 2019-09 and upgrade tooling [#181](https://github.com/building-envelope-data/api/pull/181) -- Restructure `numbersWithUncertainty` to make the data less verbose[#195](https://github.com/building-envelope-data/api/pull/195),[#216](https://github.com/building-envelope-data/api/pull/216) -- Improve the structure of geometry.json [#205](https://github.com/building-envelope-data/api/pull/205) -- Improve the structure of calorimetricData.json [#209](https://github.com/building-envelope-data/api/pull/209)] -- Correct the requirements of `emergenceDirection`[#213](https://github.com/building-envelope-data/api/pull/213) -- Offer detailed definition of calorimetric fluxes [#222](https://github.com/building-envelope-data/api/pull/222) -- Add categories to `material`, `layer` and `unit` from EN 12216 [#223](https://github.com/building-envelope-data/api/pull/223) and from EN 13024-1, EN 14179, EN 1863, DIN 18008-5 [#224](https://github.com/building-envelope-data/api/pull/224) -- Add more mirrored values to `apis` [#238](https://github.com/building-envelope-data/api/pull/238) -- Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247) -- Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260) -- Move `color` to the `results` of an optical data set [#326](https://github.com/building-envelope-data/api/pull/326) -- Remove the shortcut `nodes` to reduce the implementation effort [#318](https://github.com/building-envelope-data/api/pull/318) -- Describe codespaces as an option for Windows users [#336](https://github.com/building-envelope-data/api/pull/336) -- Update the example requests [#357](https://github.com/building-envelope-data/api/pull/357) +- Improve propositions used in GraphQL queries to search for data [#102](https://github.com/building-envelope-data/api/pull/102) +- Further align database GraphQL schema and JSON schema [#103](https://github.com/building-envelope-data/api/pull/103) +- Flatten data HTTP resource trees to make them queryable with one query without having to know the trees depth [#108](https://github.com/building-envelope-data/api/pull/108) +- Only use `additionalItems` for tuple validation and **not** for list validation, use `uniqueItems` for lists of enumerated items, use `const` for one-valued enums, and don't have special this-property-has-no-value values for optional properties [#110](https://github.com/building-envelope-data/api/pull/110) +- Improve titles and descriptions of identifiers, name `uniqueId` of decentral identifiers `value`, and make identifiers be issued by databases instead of institutions [#107](https://github.com/building-envelope-data/api/pull/107) +- Clean-up the stakeholder JSON schema, in particular, how stakeholders are referenced in specific roles [#111](https://github.com/building-envelope-data/api/pull/111) +- Associate contact information and GnuPG keys with a person's and institution's affiliations [#112](https://github.com/building-envelope-data/api/pull/112) +- Check and correct usages of `oneOf`, `anyOf`, and `allOf` [#113](https://github.com/building-envelope-data/api/pull/113) +- Use specific instead of general and (almost) meaningless number definitions [#114](https://github.com/building-envelope-data/api/pull/114) +- Improve titles and descriptions in the JSON Schema for optical data [#115](https://github.com/building-envelope-data/api/pull/115) +- Improve documentation of approvals in the database GraphQL schema [#117](https://github.com/building-envelope-data/api/pull/117) +- Clean-up Dockerfile, in particular, remove notes regarding Python [#121](https://github.com/building-envelope-data/api/pull/121) +- Correct minor errors in database GraphQL API [#173](https://github.com/building-envelope-data/api/pull/173) +- Name `dataId` `uuid`, remove `validity` from `*Data` and `DataApproval`, use parent identifier instead of child identifiers to describe tree structure, do not require response approvals to be created on the fly [#180](https://github.com/building-envelope-data/api/pull/180) +- Update GraphqL schema of metabase to match the current deployed version [#280](https://github.com/building-envelope-data/api/pull/280) +- Rename organization to `building-envelope-data` and API repository to `api` [#277](https://github.com/building-envelope-data/api/pull/277) +- Use acronyms to identify standardizers [#154](https://github.com/building-envelope-data/api/pull/154) +- Use JSON Schema Draft 2019-09 and upgrade tooling [#181](https://github.com/building-envelope-data/api/pull/181) +- Restructure `numbersWithUncertainty` to make the data less verbose[#195](https://github.com/building-envelope-data/api/pull/195),[#216](https://github.com/building-envelope-data/api/pull/216) +- Improve the structure of geometry.json [#205](https://github.com/building-envelope-data/api/pull/205) +- Improve the structure of calorimetricData.json [#209](https://github.com/building-envelope-data/api/pull/209)] +- Correct the requirements of `emergenceDirection`[#213](https://github.com/building-envelope-data/api/pull/213) +- Offer detailed definition of calorimetric fluxes [#222](https://github.com/building-envelope-data/api/pull/222) +- Add categories to `material`, `layer` and `unit` from EN 12216 [#223](https://github.com/building-envelope-data/api/pull/223) and from EN 13024-1, EN 14179, EN 1863, DIN 18008-5 [#224](https://github.com/building-envelope-data/api/pull/224) +- Add more mirrored values to `apis` [#238](https://github.com/building-envelope-data/api/pull/238) +- Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247) +- Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260) +- Move `color` to the `results` of an optical data set [#326](https://github.com/building-envelope-data/api/pull/326) +- Remove the shortcut `nodes` to reduce the implementation effort [#318](https://github.com/building-envelope-data/api/pull/318) +- Describe codespaces as an option for Windows users [#336](https://github.com/building-envelope-data/api/pull/336) +- Update the example requests [#357](https://github.com/building-envelope-data/api/pull/357) ### Removed -- Remove intermediate representation of optical data [#152](https://github.com/building-envelope-data/api/pull/152) -- Remove custom directions from optical data [#153](https://github.com/building-envelope-data/api/pull/153) -- Remove `validity` everywhere except of `method` which can depend for example on a standard [#219](https://github.com/building-envelope-data/api/pull/219) +- Remove intermediate representation of optical data [#152](https://github.com/building-envelope-data/api/pull/152) +- Remove custom directions from optical data [#153](https://github.com/building-envelope-data/api/pull/153) +- Remove `validity` everywhere except of `method` which can depend for example on a standard [#219](https://github.com/building-envelope-data/api/pull/219) ### Fixed -- Fix the three phase method test by using enumerated standardizers instead of identifiers [#192](https://github.com/building-envelope-data/api/pull/192) +- Fix the three phase method test by using enumerated standardizers instead of identifiers [#192](https://github.com/building-envelope-data/api/pull/192) ## [v0.1.0] - 2020-08-31 @@ -222,6 +224,10 @@ Note that according to > Major version zero (0.y.z) is for initial development. Anything MAY change at > any time. The public API SHOULD NOT be considered stable. -[unreleased]: https://github.com/building-envelope-data/api/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/building-envelope-data/api/compare/v1.1.0...HEAD + +[v1.1.0]: https://github.com/building-envelope-data/api/compare/v1.0.0...v1.1.0 + [v1.0.0]: https://github.com/building-envelope-data/api/compare/v0.1.0...v1.0.0 + [v0.1.0]: https://github.com/building-envelope-data/api/releases/tag/v0.1.0